Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer!
by
hashmaster3000
on 14/06/2014, 15:44:01 UTC
Code:
#define BURN_INTERMEDIATE_HEIGHT 17000

inline bool use_burn_hash_intermediate(s32int nHeight)
{
  return nHeight >= BURN_INTERMEDIATE_HEIGHT ? true : false;
}

Looks like we gotta make it to block 17000 before the fix kicks in.
@slimcoin: I don't think that anyone would be mad at you if you change that to 15500 or something that's closer to the current block count Wink