updated bitcoind and eletrs for localhost
This commit is contained in:
@@ -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";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user