pengolincoin / OLD-V1-pengorig

Argon2 CPU & GPU miner app for PengolinCoin
GNU General Public License v3.0
1 stars 0 forks source link

Will you support node-cryptonight-hashing for POOL? #1

Open peipeitu opened 4 years ago

peipeitu commented 4 years ago

Such as https://github.com/MoneroOcean/node-cryptonight-hashing

pengolincoin commented 4 years ago

Are you talking about pool's config and hashingUtil?

peipeitu commented 4 years ago

Yes @pengolincoin

pengolincoin commented 4 years ago

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

peipeitu commented 4 years ago

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?

pengolincoin commented 4 years ago

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