MoneroOcean / xmr-node-proxy

Cryptonote/Forknote/Cryptonight/Light/Heavy coin proxy for nodejs-pool
77 stars 61 forks source link

does it support the XMR fork on november 30? can it still be used for mining RandomX? #109

Closed Aprrentice closed 4 years ago

Aprrentice commented 4 years ago

does it support the XMR fork on november 30? can it still be used for mining RandomX?

MoneroOcean commented 4 years ago

Yes. It supports RandomX (rx/0) algo. Should auto switch on Nov 30 automatically from cn/r to rx/0 as well.

Aprrentice commented 4 years ago

good. so there is no update for XNP, will keep pointing the miners to it as it is?

MoneroOcean commented 4 years ago

Yes.

Aprrentice commented 4 years ago

so in config the algo need to be changed from cn/r tp rx/0 to mine randomx?

"algo": "rx/0",

thanks.

MoneroOcean commented 4 years ago

Yes, you can do that after fork. Before fork you can put "algo": [ "cn/r", "rx/0" ], to make algo switch automatic.

MrCook1es commented 4 years ago

Hi, is it right?

  "blob_type": "cryptonote",

in my config? or i have to make changes?