Skip to content

Release v0.17.1

Pre-release
Pre-release

Choose a tag to compare

@coderofstuff coderofstuff released this 12 Mar 19:06
· 87 commits to master since this release
ac677a0

Notes

  • This version includes an optimization that significantly reduces base RAM usage especially in 10BPS networks
  • It also includes a new configuration for retention period. See below

New Configuration

Configuration Type Usage
retention-period-days f64 The number of days to keep data for. Must be at least 2. If not set, the node will default to keeping only data for the pruning period

Sample Usage - Keep 30 days worth of data:

./kaspad --utxoindex --retention-period-days=30

What's Changed

Full Changelog: v0.17.0...v0.17.1