dvandal / cryptonote-nodejs-pool

Mining pool for all CryptoNote based coins using Cryptonight, Cryptonight Light and Cryptonight Heavy algorithms
GNU General Public License v2.0
367 stars 611 forks source link

How to use scala(XLA) Algorithm #726

Open steveyout opened 1 year ago

steveyout commented 1 year ago

how can i set my config to work with panthera algo

Cideg commented 1 year ago

set:

"cnAlgorithm": "randomx", "cnVariant": 3,

https://github.com/MoneroOcean/node-cryptonight-hashing/blob/master/multihashing.cc#L190C4-L203C10