Open peipeitu opened 4 years ago
Are you talking about pool's config and hashingUtil?
Yes @pengolincoin
Yes we will support node-cryptonight-hashing:
setting hashingUtil to false in pool's config will disable this:
"turtlecoin-multi-hashing": "https://github.com/turtlecoin/node8-multi-hashing.git"
but then config will fall back to this:
"cryptonight-hashing": "git://github.com/MoneroOcean/node-cryptonight-hashing.git"
... so it uses "argon2" algo (AR2_WRKZ) and not "chukwa" algo
I'm sorry I don't quite follow you.
Do you mean :
I can use git://github.com/MoneroOcean/node-cryptonight-hashing.git
for new algo Argon2d-Pengo?
Or you will fork git://github.com/MoneroOcean/node-cryptonight-hashing.git
for special change, and I should waiting for this?
With dvandal cryptonote-nodejs-pool v2.0.0 (among other pool softwares), you'll need to disable hashingUtils for next algo argon2-pengo or you will end in "bad hashes" on pool when mining.
Doing this will disable "turtlecoin-multi-hashing": "https://github.com/turtlecoin/node8-multi-hashing.git"
and will enable git://github.com/MoneroOcean/node-cryptonight-hashing.git
(see package.json)
So we don't need to do anything ans yes, you can use and you'll use git://github.com/MoneroOcean/node-cryptonight-hashing.git
Such as https://github.com/MoneroOcean/node-cryptonight-hashing