diff --git a/modules/bitcoind/default.nix b/modules/bitcoind/default.nix index c9ff27b..2be0eaf 100644 --- a/modules/bitcoind/default.nix +++ b/modules/bitcoind/default.nix @@ -24,7 +24,7 @@ dataDirReadableByGroup = false; disablewallet = null; dbCache = 4000; - prune = 10000; + # prune = 10000; txindex = true; zmqpubrawblock = "tcp://0.0.0.0:28332"; zmqpubrawtx = "tcp://0.0.0.0:28333"; diff --git a/shell.nix b/shell.nix index 1f784b5..99da474 100644 --- a/shell.nix +++ b/shell.nix @@ -8,6 +8,7 @@ pkgs.mkShell { bitcoin # Bitcoin Core CLI tools (bitcoind, bitcoin-cli) curl # For HTTP API testing jq # For manipulating test output + git # dotnet-sdk # IF you develop/plugins for NBXplorer, uncomment this ];