diff --git a/sample-btcd.conf b/sample-btcd.conf index 74b20e16..0fb688fb 100644 --- a/sample-btcd.conf +++ b/sample-btcd.conf @@ -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