| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| bitokd-static-0.3.19.7-linux-x86_64.tar.gz | 2026-01-20 | 3.4 MB | |
| bitok-gui-0.3.19.7-linux-x86_64.tar.gz | 2026-01-20 | 931.9 kB | |
| bitok-0.3.19.7-win64.zip | 2026-01-20 | 9.7 MB | |
| bitok-macos-arm64.zip | 2026-01-20 | 32.5 MB | |
| bitok-macos-x86_64.zip | 2026-01-20 | 34.0 MB | |
| bitokd-macos-x86_64.zip | 2026-01-20 | 23.2 MB | |
| bitokd-macos-arm64.zip | 2026-01-20 | 22.7 MB | |
| SHA256SUMS | 2026-01-20 | 661 Bytes | |
| Bitok 0.3.19.7 source code.tar.gz | 2026-01-20 | 343.2 kB | |
| Bitok 0.3.19.7 source code.zip | 2026-01-20 | 402.3 kB | |
| README.md | 2026-01-20 | 771 Bytes | |
| Totals: 11 Items | 127.2 MB | 0 | |
This release improves network robustness and corrects difficulty reporting.
Network changes:
Group peer addresses by /16 subnet and limit connections per group
Add anchor connections to maintain stable peers
Checkpoint:
Added checkpoint at block height 14000
Difficulty reporting:
GetDifficulty() now uses the correct reference exponent for Bitok
Previous versions used Bitcoin’s 0x1d reference
Bitok’s proof-of-work limit corresponds to exponent 0x1e
This change only affects reported difficulty values in RPC output (getdifficulty, getmininginfo, getinfo).
Block validation, mining, and difficulty adjustment behavior are unchanged.
Platform:
Added proper Unix daemon forking, independent of wxWidgets
No protocol changes.