updated rpc bitcoinnd port

This commit is contained in:
2026-04-17 18:05:24 -05:00
parent 8841a8d628
commit 164f052b1f

View File

@@ -12,6 +12,7 @@ lib.mkIf config.sovran_systemsOS.services.bitcoin {
disablewallet = true; disablewallet = true;
extraConfig = '' extraConfig = ''
peerbloomfilters=1 peerbloomfilters=1
server=1
''; '';
}; };