Post
Topic
Board Hardware
Re: Is there interest in a standalone low power miner?
by
kano
on 23/06/2023, 01:12:33 UTC
...
I don't know where I've read that you may only increase ntime, and only upto 60 seconds. Reading ck's pool source I find
Quote
   /* Ntime cannot be less, but allow forward ntime rolling up to max */
   if (ntime32 < wb->ntime32 || ntime32 > wb->ntime32 + 7000) {
      err = SE_NTIME_INVALID;
So at least ckpool allows upto 7000x! No more xnonce2 rollover needed for small miners  Grin
...
Alas that code doesn't consider the actual restrictions in bitcoin.
He has no idea about it.