updated electrs and bitciond

This commit is contained in:
2026-04-16 11:17:33 -05:00
parent 0563c6b96b
commit 0da964bfca

View File

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