From fa19d3a22196c84d9469e102db3d18df08abb746 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 24 Jul 2025 15:34:44 -0400 Subject: 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). --- Omni/Dev/Lithium/Configuration.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'Omni') 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"; -- cgit v1.2.3