Skip to content

2.1.0 Testnet only | TU:2

Pre-release
Pre-release
Compare
Choose a tag to compare
@MarcelusCH MarcelusCH released this 13 Feb 23:10

!!! This version is only for testnet !!!

The block time average is now 20 seconds.
Also change this params in the conf file:

testnet=1
gen=0
#genproclimit=1
maxtipage=4656446546

addnode=45.157.188.193
addnode=185.74.71.222

DisablePoWcheck=1

The DisablePoWcheck bypass the Proof of work check in the received blocks (from other peers). This allows to -reindex the node, even if the consensus changed without any specific activation. This is only possible in testnet.
See here : https://github.com/MarcelusCH/bitcoinz/blob/70bda635b8bbaca6661d1d6f8c8b3e1dc3072454/src/main.cpp#L3983

Check out other modifications: 70bda63

The testnet3.zip archive contain the needed chain data to start the test net with the new set activation checkpoint.