updated bitcoind and eletrs for localhost

This commit is contained in:
2026-04-15 19:13:33 -05:00
parent 2e9d989444
commit 976d3b0fa7

View File

@@ -8,7 +8,6 @@ lib.mkIf config.sovran_systemsOS.services.bitcoin {
dataDir = "/run/media/Second_Drive/BTCEcoandBackup/Bitcoin_Node"; dataDir = "/run/media/Second_Drive/BTCEcoandBackup/Bitcoin_Node";
txindex = true; txindex = true;
tor.proxy = true; tor.proxy = true;
tor.enforce = true;
disablewallet = true; disablewallet = true;
extraConfig = '' extraConfig = ''
peerbloomfilters=1 peerbloomfilters=1
@@ -22,7 +21,7 @@ lib.mkIf config.sovran_systemsOS.services.bitcoin {
services.electrs = { services.electrs = {
enable = true; enable = true;
tor.enforce = true; tor.proxy = true;
dataDir = "/run/media/Second_Drive/BTCEcoandBackup/Electrs_Data"; dataDir = "/run/media/Second_Drive/BTCEcoandBackup/Electrs_Data";
}; };