| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| fabien-sha256sums.0.33.8.asc | 2026-07-15 | 2.1 kB | |
| bitcoin-abc-0.33.8-win64-setup-unsigned.exe | 2026-07-15 | 34.0 MB | |
| bitcoin-abc-0.33.8-osx-unsigned.zip | 2026-07-15 | 26.5 MB | |
| bitcoin-abc-0.33.8-x86_64-linux-gnu.tar.gz | 2026-07-15 | 63.0 MB | |
| bitcoin-abc-0.33.8-aarch64-linux-gnu.tar.gz | 2026-07-15 | 60.1 MB | |
| 0.33.8 source code.tar.gz | 2026-07-15 | 34.4 MB | |
| 0.33.8 source code.zip | 2026-07-15 | 37.4 MB | |
| README.md | 2026-07-15 | 693 Bytes | |
| Totals: 8 Items | 255.6 MB | 9 | |
Bitcoin ABC 0.33.8 Release Notes
Bitcoin ABC version 0.33.8 is now available from:
https://download.bitcoinabc.org/0.33.8/
This release includes the following features and fixes:
- The implementation of the point multiplication algorithm used for signing and public key
generation in libsepc256k1 was changed, resulting in improved performance for those operations.
The related cmake option
SECP256K1_ECMULT_GEN_PRECISIONwas replaced withSECP256K1_ECMULT_GEN_KB. This changes the supported precomputed table sizes for these operations. The new supported sizes are 2 KiB, 22 KiB, or 86 KiB (while the old supported sizes were 32 KiB, 64 KiB, or 512 KiB).