Post
Topic
Board Announcements (Altcoins)
Re: [ANN][RIC] Riecoin, constellations POW *CPU-ONLY* HARD FORK: UPDATE to v0.10.2
by
gatra
on 10/11/2014, 00:33:55 UTC
In the source code it says the fork is after block 159000. See isAfterFork1().
In a previous post Gatra stated that the first block in the new fork is 156672 which doesn't match with the source. Am I overlooking something?

Of course, you should trust the code and not my post. I first thought about doing it near block 160000 and then decided to do it near 156000, but forgot to update the code.

Sorry about this, the fork will be after block 159000. The first block that will actually break the old protocol will be 160704 (this is the first one that satisfies that it's >159000 and also the isInSuperblockInterval condition) and the superblock will be 160848 (the first one >159000 that also isSuperblock).

So, we have one more week.
Only the post where I wrote the block number is wrong. Wallets are compiled using gitian, which ensures that the source in git is the one that gets compiled, so we can be sure that all 0.10.2 binaries are ok.