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

Payment error SUMO #500

Closed Cideg closed 5 years ago

Cideg commented 5 years ago

Hi, when using a payment ID, a payout is not possible. the error occurs only with SUMO. Does somebody has any idea?

[payments] Error with transfer RPC request to wallet daemon {"code":-5,"message":"Payment id has invalid format: \"1f5069983ab2ea0f\", expected 64 character string"}

muscleman commented 5 years ago

i enforce 16 characters. https://github.com/dvandal/cryptonote-nodejs-pool/blob/master/lib/pool.js#L589

looks like you need 64 characters

ossii79 commented 5 years ago

Indeed, same as monero and other updated forks, its now 64 chars. However the whole payment ID system is being removed, start using integrated addresses.

muscleman commented 5 years ago

so do we need a flag in the config to turn off paymentid