main: add prune documentation to sample-btcd.conf (#2299)

This commit is contained in:
Calvin Kim 2025-01-03 00:20:37 +09:00 committed by GitHub
parent b1b1e9551b
commit c2b47e0149
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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