You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//TODO(alstr): examine and see how much is antiquated leftovers
conststratum=require('./stratum.js');constjobManager=require('./jobManager.js');constlogging=require('../modules/logging.js');//TODO(alstr): examine and see how much is antiquated leftoversvarpool=module.exports=functionpool(options,authorizeFn){this.options=options;//console.log('options '+JSON.stringify(this.options));var_this=this;varblockPollingIntervalId;varemitLog=function(text){logging('Stratum','debug',text);};varemitWarningLog=function(text){logging('Stratum','warning',text);};varemitErrorLog=function(text){logging('Stratum','error',text);};varemitSpecialLog=function(text){logging('Stratum','special',text);};this.start=function(){//TODO(alstr): readd VarDiffSetupApi();SetupDaemonInterface(function(){DetectCoinData(function(){
The text was updated successfully, but these errors were encountered:
KMD-solo-mining/lib/stratum/pool.js
Line 9 in be66b06
The text was updated successfully, but these errors were encountered: