Semiformal

Results 6 comments of Semiformal

**On the prelim BTC/zCash code.** This line seems off? ` if ((previousTarget * 67) / 100 > nextTarget) { nextTarget = (previousTarget * 67); }` It seems like here the...

Glad to help. I agree with the change you made around reversing, that's actually what I did first in my own code to fix this, it makes it much easier...

Oh, yes, also. The coins I checked do have this bug :( I checked a few to see if maybe this was just a bug in the post.

Got it, so those lines should be used in LWMA when not using TSA. However, if you are using TSA it will handle effectively clamping the difficulty adjust (or at...

Yeah, it seems like it would very difficult for this condition to occur. I only hit it during development on a brand new chain, and yes if the condition has...

For me adding the `--no-longpoll` parameter solved the JSON key 'data' not found issue. It also fixed another bug I was getting where every block after the first would be...