| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| fabien-sha256sums.0.33.0.asc | 2026-04-02 | 2.1 kB | |
| bitcoin-abc-0.33.0-win64-setup-unsigned.exe | 2026-04-02 | 34.0 MB | |
| bitcoin-abc-0.33.0-osx-unsigned.zip | 2026-04-02 | 26.4 MB | |
| bitcoin-abc-0.33.0-x86_64-linux-gnu.tar.gz | 2026-04-02 | 63.2 MB | |
| bitcoin-abc-0.33.0-aarch64-linux-gnu.tar.gz | 2026-04-02 | 60.3 MB | |
| 0.33.0 source code.tar.gz | 2026-04-02 | 33.4 MB | |
| 0.33.0 source code.zip | 2026-04-02 | 36.2 MB | |
| README.md | 2026-04-02 | 1.8 kB | |
| Totals: 8 Items | 253.4 MB | 2 | |
Bitcoin ABC 0.33.0 Release Notes
Bitcoin ABC version 0.33.0 is now available from:
https://download.bitcoinabc.org/0.33.0/
This release includes the following features and fixes:
- If
-proxy=is given together with-noonionthen the provided proxy will not be set as a proxy for reaching the Tor network. So it will not be possible to open manual connections to the Tor network for example with theaddnodeRPC. To mimic the old behavior use-proxy=together with-onlynet=listing all relevant networks exceptonion. - With I2P connections, a new, transient address is used for each outbound
connection if
-i2pacceptincoming=0. - Ports specified in
-portand-rpcportoptions are now validated at startup. Values that previously worked and were considered valid can now result in errors. - UNIX domain sockets can now be used for proxy connections. Set
-onionor-proxyto the local socket path with the prefixunix:(e.g.-onion=unix:/home/me/torsocket). - Passing an invalid
-rpcauthargument now cause bitcoind to fail to start. - The thoughput of Avalanche Pre-Consensus has been increased by voting on more
items in a single message. A new option
-avamaxelementpollallows the node operator to further tune this value if desired. - The default block size for mining has been increased to 16MB. The previous
default value was very conservative and this is no longer relevant since
Avalanche Pre-Consensus made block generation much faster. The value can
still be tuned with the
-blockmaxsizeif desired.
At the MTP time of 1778846400 (May 15, 2026 12:00:00 UTC), the following
changes will be activated:
- Bump automatic replay protection to the next upgrade, timestamp
1794744000(November 15, 2026 12:00:00 UTC).