cazala / coin-hive-stratum

use CoinHive's JavaScript miner on any stratum pool
http://npmjs.com/package/coin-hive-stratum
417 stars 461 forks source link

Is possible to connect with Nicehash stratum servers? #127

Open mazetuski opened 6 years ago

mazetuski commented 6 years ago

It always says that it is an invalid address

imagen

matthewlilley commented 6 years ago

Not sure that this has support for NiceHash, maybe wrong but the last time I tried it wasn't supported.

Baaleos commented 6 years ago

I dont think that is the correct connection string - try it with just the hostname and port eg: minus the tcp+stratum://

on trying it myself - I can confirm that the connection to nicehash gets closed.

Note - if you put tcp+stratum - it will spam errors But without the protocol - it will just close the connection...

surmatech commented 6 years ago

Any solution to make it work with nicehash ?

abale commented 6 years ago

I think the issue is mostly on the client's code side - it needs to allow non-wallet addresses in the pool username.

d668 commented 6 years ago

hey, any update on this? How can I make coin-hive-stratum talk to Nicehash stratum servers? what am I supposed to put in /config/defaults.js ?