diff options
author | Ben Sima <ben@bsima.me> | 2025-07-24 15:34:44 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2025-07-26 08:28:17 -0400 |
commit | fa19d3a22196c84d9469e102db3d18df08abb746 (patch) | |
tree | dcd21c6ddb2c88ff854c8563d7b369f78b3de011 /Omni/Dev/Lithium/Configuration.nix | |
parent | e759a230e3bd6d90552075a2fbfb0ff9a5438baa (diff) |
Don't prune the bitcoin blockchain
I think storage is not a problem, and not having all the transactions means I
might not get the correct balance if the wallet has really old transactions (I
think).
Diffstat (limited to 'Omni/Dev/Lithium/Configuration.nix')
-rw-r--r-- | Omni/Dev/Lithium/Configuration.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Omni/Dev/Lithium/Configuration.nix b/Omni/Dev/Lithium/Configuration.nix index 82d23d1..a439ec4 100644 --- a/Omni/Dev/Lithium/Configuration.nix +++ b/Omni/Dev/Lithium/Configuration.nix @@ -61,7 +61,6 @@ in { services.bitcoind.mainnet.enable = true; services.bitcoind.mainnet.dataDir = "/mnt/campbell/bitcoind-mainnet/data"; services.bitcoind.mainnet.configFile = "/mnt/campbell/bitcoind-mainnet/bitcoin.conf"; - services.bitcoind.mainnet.prune = 10000; services.pcscd.enable = true; services.logind.lidSwitch = "ignore"; |