Skip to content

Version 6.0.0-RC1 Signed Release

Pre-release
Pre-release

Choose a tag to compare

@CryptoForge CryptoForge released this 27 May 00:02
51fd960

Version 6.0.0-RC1 Signed Release

WARNING - DO NOT RUN THIS IN PRODUCTION

This client is ready for mainnet testing.

Mainnet Testing

Make a backup of your wallet and block files. This client will reindex your blocks and will make structural changes to your wallet.

Mainnet testing does not require any special flags

Orchard Testing - Orchard Testnet.

To start orchard test net the file released in this version must be started with the following flags
-ac_name=PIRATETST
-ac_orchard=297

Use addnode=64.23.167.130:59434 in your PIRATETST.conf file.

WARNING STARTING THESE FILES WITHOUT THE FLAGs WILL CONNECT TO MAINNET AND YOUR PRODUCTION WALLET

BACKUP YOUR WALLET BEFORE DOING ANY TESTING.

Linux/Mac
./pirate-qt-linux -ac_name=PIRATETST -ac_orchard=297

Windows
pirate.exe -ac_name=PIRATETST -ac_orchard=297.

Full Changelog: v6.0.0-beta3...v6.0.0-beta4

What's Changed

  • Store Sapling and Orchard subtree roots in block index & add z_getsubtreesbyindex rpc by @OswaldKardingson in #128

Full Changelog: v6.0.0-beta4...v6.0.0-RC1