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
364 stars 611 forks source link

error when running pool for equilibria #674

Closed myashtree closed 3 years ago

myashtree commented 3 years ago

problem some one could help plz dont know whats the problem

this from coin config "coin": "Equilibria", "symbol": "XEQ", "coinUnits": 10000, "coinDecimalPlaces": 4, "coinDifficultyTarget": 120, "blockchainExplorer": "https://explorer.equilibria.network/block/{id}", "transactionExplorer": "https://explorer.equilibria.network/tx/{id}", "daemonType": "default", "cnAlgorithm": "cryptonight_gpu", "cnVariant": 11, "cnBlobType": 5,

Cideg commented 3 years ago

you are using the wrong "cryptonight-hashing" package

myashtree commented 3 years ago

could u tell me the correct package i need for this..tq