Skip to content

Releases: MarcelusCH/bitcoinz

Bitcoinz patched for TEST node

11 Jul 18:43
fba2437
Compare
Choose a tag to compare
Pre-release

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

13 Feb 23:10
Compare
Choose a tag to compare
Pre-release

!!! 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

09 Feb 21:34
Compare
Choose a tag to compare
2.1.0 Testnet only Pre-release
Pre-release

!!! 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