zone117x / node-cryptonote-pool

Mining pool for CryptoNote based coins such as Bytecoin and Monero
GNU General Public License v2.0
826 stars 1.14k forks source link

Stratum authentication failed #139

Closed upggr closed 7 years ago

upggr commented 7 years ago

I have made a custom coin, fork of cryptonote. this application seems to work ok and connects to the coin daemon and the wallet, but when I use minerd i get the error : Stratum authentication failed

my coin has a 95 characters address and all. why is this happening and how to fix it if it is not a bug ?

upggr commented 7 years ago

looks like if i comment the login check in pool.js problem is solved, but that cant be right..

chaturanga50 commented 7 years ago

as i see, this issue coming due hard fork update, update your package.json with following,

"cryptonote-util": "git://github.com/M5M400/node-cryptonote-util.git#xmr-Nan-2.0"

and remove node_modules and run npm update

upggr commented 7 years ago

thank you, that fixed it.

zone117x commented 7 years ago

Are you guys having issues with getting the pool to work with XMR or altcoins?

upggr commented 7 years ago

A custom coin I ve made, XMD xmdcoin.com

From: Matthew Little notifications@github.com Reply-To: zone117x/node-cryptonote-pool reply@reply.github.com Date: Thursday, 2 February 2017 at 17:48 To: zone117x/node-cryptonote-pool node-cryptonote-pool@noreply.github.com Cc: ???????? ??????? info@upg.gr, State change state_change@noreply.github.com Subject: Re: [zone117x/node-cryptonote-pool] Stratum authentication failed (#139)

getting the pool to work with XMR or altcoins?