Allow adding multiple nodes to bitcoind with the addnodes option and improve bitcoin module option descriptions

This commit is contained in:
Jonas Nick
2020-02-25 22:00:27 +00:00
parent ed6511c96e
commit 323b2a7f17
2 changed files with 12 additions and 11 deletions

View File

@@ -58,7 +58,7 @@ in {
services.bitcoind.zmqpubrawblock = "tcp://127.0.0.1:28332";
services.bitcoind.zmqpubrawtx = "tcp://127.0.0.1:28333";
services.bitcoind.assumevalid = "00000000000000000000e5abc3a74fe27dc0ead9c70ea1deb456f11c15fd7bc6";
services.bitcoind.addnode = "ecoc5q34tmbq54wl.onion";
services.bitcoind.addnodes = [ "ecoc5q34tmbq54wl.onion" ];
services.bitcoind.discover = false;
services.bitcoind.addresstype = "bech32";
services.bitcoind.prune = 0;