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

Can't mine Monero with sub address #575

Closed pool2mine closed 4 years ago

pool2mine commented 4 years ago

Hi @dvandal, I see the subAddressPrefix on some configs but not on "Monero". is it possible to mine monero to a subaddress (8XXXX)? if so, please let me know what value to add on subAddressPrefix. thanks in advance!

Cideg commented 4 years ago

set prefix 42

pool2mine commented 4 years ago

hi @Cideg ,

i have "intAddressPrefix": 19

should i change this value to 42? or should i add "subAddressPrefix": 42 ?

i currently have no "subAddressPrefix" in my actual config

Thanks!

Cideg commented 4 years ago
 subaddress (8XXXX)?

"intAddressPrefix": 19, "subAddressPrefix": 42,

pool2mine commented 4 years ago

thank you @Cideg