Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[alstr] examine and see how much is antiquated leftovers #44

Open
github-actions bot opened this issue Sep 14, 2024 · 0 comments
Open

[alstr] examine and see how much is antiquated leftovers #44

github-actions bot opened this issue Sep 14, 2024 · 0 comments
Assignees
Labels

Comments

@github-actions
Copy link

//TODO(alstr): examine and see how much is antiquated leftovers

const stratum = require('./stratum.js');
const jobManager = require('./jobManager.js');
const logging = require('../modules/logging.js');
//TODO(alstr): examine and see how much is antiquated leftovers
var pool = module.exports = function pool(options, authorizeFn) {
    this.options = options;
    //console.log('options '+JSON.stringify(this.options));
    var _this = this;
    var blockPollingIntervalId;

    var emitLog        = function(text) { logging('Stratum', 'debug', text); };
    var emitWarningLog = function(text) { logging('Stratum', 'warning', text); };
    var emitErrorLog   = function(text) { logging('Stratum', 'error', text); };
    var emitSpecialLog = function(text) { logging('Stratum', 'special', text); };

    this.start = function() {
        //TODO(alstr): readd VarDiff
        SetupApi();
        SetupDaemonInterface(function() {
            DetectCoinData(function() {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant