From 4aa1f8bd6153b6230a08b85f876284ed54c50a88 Mon Sep 17 00:00:00 2001 From: jeirmeister Date: Fri, 1 Aug 2025 11:46:30 -0700 Subject: [PATCH] Removed pruning, added git to dev shell --- modules/bitcoind/default.nix | 2 +- shell.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 ];