All operators of a Bitcoin ABC full node must upgrade to the latest major version (0.31.2). This includes node operators, Avalanche staking nodes, Miners and Exchanges. The up-to-date node version is available at our Releases page.
In order to activate reliably at a predictable time, the network upgrade uses the "Median Time Past" mechanism. The upgrade activates when the median of the last 11 blocks reaches timestamp 1747310400 (12:00:00 UTC on May 15th, 2025). This means that the upgrade doesn't actually activate exactly at that time, but typically about one hour later, when 6 blocks with timestamps greater than the activation time have been produced.
This upgrade does not include any new protocol features. However, because of the automatic replay protection that is part of the 6-month upgrade cadence, it is necessary for all full node operators to upgrade to 0.31.x before the upgrade time.
Miners need to update their setup according to the instructions on the eCash Mining page.
The process of upgrading your node is straightforward: simply stop the currently running node, download the new version, and start the new version. Here are some example instructions for upgrading from version 0.30.13 to the latest version (0.31.2) on Linux:
./bitcoin-abc-0.30.13/bin/bitcoin-cli stop
wget https://download.bitcoinabc.org/0.31.2/linux/bitcoin-abc-0.31.2-x86_64-linux-gnu.tar.gz
tar xzf bitcoin-abc-0.31.2-x86_64-linux-gnu.tar.gz
./bitcoin-abc-0.31.2/bin/bitcoind -daemon
rm -rf bitcoin-abc-0.30.13
rm -f bitcoin-abc-0.30.13-x86_64-linux-gnu.tar.gz
rm -f bitcoin-abc-0.31.2-x86_64-linux-gnu.tar.gz
The network upgrade only affects full nodes. Other eCash software, including wallets such as Electrum ABC are not affected by the network upgrade.