1
1
I am running bitcoin-qt on the testnet. The count of the last block is 787794 which is way ahead of what I see on blockchain explorers such as https://test.webbtc.com/, which shows the last block as 787747. Why is there this difference ?
1
1
I am running bitcoin-qt on the testnet. The count of the last block is 787794 which is way ahead of what I see on blockchain explorers such as https://test.webbtc.com/, which shows the last block as 787747. Why is there this difference ?
1
Apparently, there is a fork between 0.12.0 and 0.12.1 nodes.
Testnet is used to test new features of Bitcoin before they are released on the main network. Apparently, the newer version of Bitcoin created a block that was invalid under the rules of the older Bitcoin version. This caused the network to split, as the two versions now created two competing blocks at the same height, and are following separate chains.
Apparently, the softfork activation is being tested, which may cause your experience:
<phantomcircuit> nope
<phantomcircuit> like 50% of the hashing power currently on testnet randomly drops out for days at a time
<phantomcircuit> and im messing with the timestamps to get many many many more blocks than there should be
<phantomcircuit> the two things combined result in soft forks activating with way less than 95% of the hashing power
Can you please elaborate. I didn’t get you. I am quite new to Bitcoins – jgm – 2016-04-26T14:48:14.480
@jgm: I've updated my answer. – Murch – 2016-04-26T14:57:42.260
That patch doesn't seem to create any consensus changes. Why would that be the cause? – Nick ODell – 2016-04-26T16:18:34.827
Good point, I got linked to it on IRC, didn't check it thoroughly enough. I've seen it both suggested that it had something to do with
OP_CHECKSEQUENCEVERIFYor with GBT, haven't been able to find more information. – Murch – 2016-04-26T16:33:57.380@Murch I think that seems to be the answer. I run the
testneton two machines and both are way ahead of other blockchain explorers. Also I run the version0.12.1– jgm – 2016-04-26T19:08:29.383