-
Notifications
You must be signed in to change notification settings - Fork 2.3k
EthereumStratum protocol is broken now! #1041
Comments
In 0.14.0-dev1, around line 328 of |
Yes, only stratum2 is affected |
Problem is a little more complex. Long story short: working on it. |
im looking forward to solution asap thank you |
@AndreaLanfranchi your commit #ff4bd4f2dbd1f2d935c643a30b80b17d7cef1560 broke it within the method EthStratumClient::processReponse Old logic: (working) New logic: (not working) Hope i made myself clear :) |
Think I got it. Only I could find is this |
Yes. this is the only documentation i've used to implement the protocol on comining.io |
That's actually the only Ethereum startum protocol documented :) But still has issues, see https://github.com/nicehash/Specifications/issues/5. |
Solved in
|
long time i've used 0.14.0.dev1 version of ethminer and all was fine
but after upgrade to the last version 0.14.0.rc6 or 0.15.0.dev5 i get problem with EthereumStratum protocol
this script is working ok with version 0.14.0.dev1:
pool trace (i'm pool operator and able to trace requests & pool-side logic):
looks good
but lets try version 0.15.0.dev5
why ethminer wont send authorize request after mining.subscribe and mining.extranonce.subscribe ?
the same result with version 0.14.0rc6
and no luck when i try new -P parameter instead of -SP + -S + -O
still no authorize request is sent to the pool
miner side output:
The text was updated successfully, but these errors were encountered: