Skip to content

v9.60.1

Compare
Choose a tag to compare
@jdogresorg jdogresorg released this 13 Dec 18:18
· 4326 commits to master since this release
bb680cc

9.60.1 Release Notes

  • Fixed full-parse / reparse issues - [more info]
  • Bumped Bitcoin Core version to 24.0 - [more info]
  • Added validate action to fednode to validate counterparty database integrity - [more info]
  • Added --no-cache option to fednode to handle rebuilds without using the cache - [more info] [more info]
  • Added --no-bootstrap option to fednode to prevent downloading of bootstrap database - [more info] [more info]
  • Updated xcp-proxy service with realtime notifications of mempool and mined Counterparty transactions - [more info]

Upgrade 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