Releases: MarcelusCH/bitcoinz
Bitcoinz patched for TEST node
Only use this node for debugging !
V2 - removed block.ToString() that is causing the "tinyformat: Too many conversion specifiers in format string " error
2.1.0 Testnet only | TU:2
!!! 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.
2.1.0 Testnet only
!!! This version is only for testnet !!!
Also change this params in the conf file:
testnet=1
gen=1
genproclimit=1
maxtipage=4656446546
addnode=45.157.188.193
addnode=185.74.71.222