node-multi-hashing
node-multi-hashing copied to clipboard
Hey. There is a bounty for adding the support of hodlcoin. Page: https://github.com/UNOMP/unified-node-open-mining-portal/issues/240
I've attempted to update Node-Multi_hashing to compile in 8.1.3 using Nan. @zone117x https://github.com/krisklosterman/node-multi-hashing/commit/fcd8547d53db46297510f45a6e5bbc549fd1e039 I was using mac-os to compile and got it to compile with only warnings about un-used functions....
Hello. It try to add skunkhash but it returns with the error below. What am i missing? edited all js & cc... /home/coolindark/unomp/node_modules/merged-pooler/lib/algoProperties.js:248 return multiHashing.skunkhash.apply(this, arguments); ^ TypeError: Cannot call...
I'm trying to add m7m (XMG) coin algro, but I can't Can you help? Cheers
can you add m7 algo for cryptonite (xcn)
I'm having trouble ( #31 ) building this module :'( Could someone run this little script (untested) and send me the answer ```javascript var mh = require('multi-hashing'); var hashs =...
Hello I request add support for europecoin, whose algorithm is: 1GB AES Pattern Search POW, I am willing to pay 20.00 USD. Thank you
Spectrumcoin Pool finding groestl blocks but they are getting kicked. Getting error "Daemon instance rejected a supposedly valid block
I am testing the code and bcrypt gives me a different answer each time: ``` sunny@sunny:/mnt/shared_tor/test$ cat test2.js var multiHashing = require('multi-hashing'); var data = new Buffer("7000000001e980924e4e1109230383e66d62945ff8e749903bea4336755c00000000000051928aff1b4d72416173a8c3948159a09a73ac3bb556aa6bfbcad1a85da7f4c1d13350531e24031b939b9e2b", "hex"); console.log(multiHashing.bcrypt(data)); sunny@sunny:/mnt/shared_tor/test$...