| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| fabien-sha256sums.0.33.13.asc | 2026-09-24 | 2.0 kB | |
| bitcoin-abc-0.33.13-win64-setup-unsigned.exe | 2026-09-24 | 34.9 MB | |
| bitcoin-abc-0.33.13-osx-unsigned.zip | 2026-09-24 | 26.6 MB | |
| bitcoin-abc-0.33.13-x86_64-linux-gnu.tar.gz | 2026-09-24 | 64.5 MB | |
| bitcoin-abc-0.33.13-aarch64-linux-gnu.tar.gz | 2026-09-24 | 61.3 MB | |
| 0.33.13 source code.tar.gz | 2026-09-24 | 34.9 MB | |
| 0.33.13 source code.zip | 2026-09-24 | 38.0 MB | |
| README.md | 2026-09-24 | 969 Bytes | |
| Totals: 8 Items | 260.3 MB | 2 | |
Bitcoin ABC 0.33.13 Release Notes
Bitcoin ABC version 0.33.13 is now available from:
https://download.bitcoinabc.org/0.33.13/
This release includes the following features and fixes:
- A new
-chronikelectrumidletimeoutoption is added to disconnect the electrum peers that have been inactive (did not send any request) for that amount of time. Default value is 600 (10 minutes) which should work fine with Electrum ABC clients. - Two new Chronik options,
-chronikmaxsubsand-chronikmaxsubsperiphave been added to let a Chronik node operator set limits to the total number of subscriptions and the number per IP address.
Updated REST APIs
- Parameter validation for
/rest/getutxoshas been improved by rejecting truncated or overly large txids and malformed outpoint indices by raising an HTTP_BAD_REQUEST "Parse error". Previously, these malformed requests would be silently handled.