zone117x / node-open-mining-portal

A scalable all-in-one easy to setup cryptocurrency mining pool and portal written entirely in Node.js.
GNU General Public License v2.0
1.02k stars 1.03k forks source link

Unknown stratum method from (unauthorized) [::ffff:ipaddress]: login #616

Open operator777 opened 6 years ago

operator777 commented 6 years ago

After starting 'node init.js' everything looks to be started up correctly, Stratum Pool Server started and coin network info is displayed, no problems until i try to connect with a miner:

Unknown stratum method from (unauthorized) [::ffff:ipaddress]: login

zurylostboys commented 6 years ago

@operator777 ya me also after change configutation on config.json .. but after change back to default the prob solved

operator777 commented 6 years ago

seems this issue is with cryptonight only. all other algos have no problem with authentication. i am trying to use cryptonightv7... is there any additional info i need to put into coins json definition, like variant 1? i tried adding "cn_variant":1 but still have problems authenticating due to 'unknown stratum method'.