DM

Results 7 comments of DM

Just * their payments by 1.01 for 1% bonus

This is for Aeon? looks like the worker module is trying to connect to daemon but you have wrong port? You have the correct rpc port set in pool database...

I add this to api.js `app.get('/miner/:address/identifiers/count', function (req, res) { let address = req.params.address; let ident = global.database.getCache(address + '_identifiers'); getAllWorkerStats(req.params.address, function(err, data){ if(data.global.hash

``` app.get('/worker/count', function (req, res) { let total_workers = 0; let query = "SELECT payment_address FROM balance"; let response = []; global.mysql.query(query).then(function (rows) { if (rows.length === 0) { return...

Seems like this is something to do with daemon rather than the pool lets hope devs are able to fix it

@bobbieltd the daemon is checking tx inputs and becoming unresponsive using too much cpu. The worker module fails to getBlockHeader which then causes the blockmanager module to crash. It says...