fancoder / cryptonote-universal-pool

Mining pool for all CryptoNote based coins such as Bytecoin, duckNote, Monero, and Fantomcoin.
http://cryptonotemining.org
GNU General Public License v2.0
335 stars 308 forks source link

Block unlocker died, spawning replacement : no payment #92

Closed phil2cr closed 6 years ago

phil2cr commented 6 years ago

Once the block was found, the Unlocker failed to make the payment.

The mesage was like this one : Error: Object true has no method 'map' at async.waterfall.orphanCommands (/home/pool/lib/blockUnlocker.js:100:40) at nextTask (/home/pool/node_modules/async/dist/async.js:5021:18) at /home/pool/node_modules/async/dist/async.js:5015:17 at /home/pool/node_modules/async/dist/async.js:339:31 at /home/pool/node_modules/async/dist/async.js:847:20 at /home/pool/lib/blockUnlocker.js:92:17 at /home/pool/node_modules/async/dist/async.js:486:20 at /home/pool/node_modules/async/dist/async.js:3306:17 at /home/pool/node_modules/async/dist/async.js:952:25 at iteratorCallback (/home/pool/node_modules/async/dist/async.js:995:17) Block unlocker died, spawning replacement...

The pool is running on Ubuntu 16.04.3 LTS

mattgoody commented 6 years ago

i was able to fix this by removing async 2.x.x and installing async 1.x.x

in your case in the pool i guess

roshljo commented 6 years ago

How exactly you remove async and install the other version in the pool? Sorry for the dumb question, I am rather new to linux....