Today counterparty-lib releases version 9.62.0 which includes replay protection and the following updates :
- Added replay protection to change prefix to “XCP” at block #873,000 on mainnet (more info)
- Update to trigger dispense on any transaction outputs with BTC (more info)
- Update to throw error if no XCP balance is available for sweep fee (more info)
- Update to prevent warning flooding when parsing transactions from mempool (more info)
This upgrade is mandatory and must be performed before block 873,000 (around December 1th).
View counterparty-lib 9.62.0 Release Notes
Installation Procedure:
If you would like to setup a new Counterparty Classic node, instructions for doing so are available here.
Upgrade Procedure:
For those running a federated node you should run the following commands:
cd counterparty-classic-fednode/
git pull
fednode stop
fednode update
fednode stop
fednode rebuild counterparty-classic counterparty-classic-testnet --no-cache
fednode stop
sudo su
rm -rf data/counterparty-classic/*
exit
fednode start