updated Bitcoin excosystem

This commit is contained in:
2025-10-28 14:52:37 -05:00
parent 07543ca2bd
commit c7d595659a

View File

@@ -6,6 +6,7 @@
services.bitcoind = {
enable = true;
package = pkgs.stable.bitcoind-knots;
dataDir = "/run/media/Second_Drive/BTCEcoandBackup/Bitcoin_Node";
txindex = true;
tor.proxy = true;
@@ -16,8 +17,6 @@
'';
};
systemd.services.bitcoind.wants = [ "network-online.target" ];
nix-bitcoin.onionServices.bitcoind.enable = true;
nix-bitcoin.onionServices.electrs.enable = true;
nix-bitcoin.onionServices.rtl.enable = true;
@@ -41,9 +40,6 @@
tor.proxy = true;
tor.enforce = true;
port = 9737;
extraConfig = ''
experimental-offers
'';
};
nix-bitcoin.onionServices.clightning.public = true;