Sammy Libre
Sammy Libre
Solution is simple, wait for nonce on subscribe reply and wait for target and job after authorize. We don't need 10 fragmented stratums like in shitereum.
OMG subscribe is subscribe. Job must go after authorize.
Fuck you idiot and your broken connections with HTML. There is correct spec even @slush0 like it.
Will do.
I will look at it later after fork. There will be an update for just merged CN variants also. For now it's golang 1.6-1.9 only because it's a default version...
Could you squash? Using `develop` branch of course.
I just wanna look into it and it's easier to read it all at once.
Thx, I will add it when we will see HF height. https://github.com/sammy007/open-ethereum-pool/issues/386#issuecomment-421223401
Did the decide on what block height already?
```go const constantinopleHardForkHeight = ??? var constantinopleReward = math.MustParseBig256("2000000000000000000") func getConstReward(height int64) *big.Int { if height >= constantinopleHardForkHeight { return new(big.Int).Set(constantinopleReward) } if height >= byzantiumHardForkHeight { return new(big.Int).Set(byzantiumReward) }...