Skip to content

Commit

Permalink
main: add prune documentation to sample-btcd.conf (#2299)
Browse files Browse the repository at this point in the history
  • Loading branch information
kcalvinalvin authored Jan 2, 2025
1 parent b1b1e95 commit c2b47e0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sample-btcd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
; $VARIABLE here. Also, ~ is expanded to $LOCALAPPDATA on Windows.
; datadir=~/.btcd/data

; The prune option removes old blocks from disk after they're downloaded and
; verified. The smallest value is 1536 which will limit the block data to 1536
; mebibytes.
; NOTE: This limit does not apply to indexes and the UTXO set which are both
; larger than 1536 mebibytes as of December 2024.
; prune=1536

; ------------------------------------------------------------------------------
; Network settings
Expand Down

0 comments on commit c2b47e0

Please sign in to comment.