top of page

Counterparty-lib 9.60.1 released!

Today counterparty-lib releases version 9.60.1 which includes a number of bug fixes, updates, and new features including:

  1. Fixed full-parse / reparse issues

  2. Bumped Bitcoin Core version to 24.0

  3. Added `validate` action to fednode to validate counterparty database integrity

  4. Added `--no-cache` option to fednode to handle rebuilds without using the cache

  5. Added `--no-bootstrap` option to fednode to prevent downloading of bootstrap database

  6. Updated `xcp-proxy` service with realtime notifications of mempool and mined Counterparty transactions

All users running servers are encouraged to upgrade.

Upgrade Procedure: For those running a federated node you should run the following commands:

cd federatednode/
git pull
cd
fednode rebuild bitcoin bitcoin-testnet
fednode update counterparty counterparty-testnet xcp-proxy xcp-proxy-testnet
fednode stop counterparty counterparty-testnet
sudo su
rm -f federatednode/data/counterparty/counterparty.db*
exit
fednode rebuild counterparty counterparty-testnet xcp-proxy xcp-proxy-testnet --no-cache

Running the above commands will upgrade your counterparty fednode to the 9.60.1 release and start the download of the counterparty bootstrap databases.

View counterparty-lib 9.60.1 Release Notes

bottom of page