bitcoind: support onion address announcing
This commit is contained in:
parent
9662c19ab1
commit
332d0e70c8
2 changed files with 16 additions and 0 deletions
|
|
@ -28,6 +28,10 @@
|
|||
# LND and electrs are not compatible with pruning.
|
||||
# services.bitcoind.prune = 100000;
|
||||
#
|
||||
# Set this to accounce the onion service address to peers.
|
||||
# The onion service allows accepting incoming connections via Tor.
|
||||
# nix-bitcoin.onionServices.bitcoind.public = true;
|
||||
#
|
||||
# You can add options that are not defined in modules/bitcoind.nix as follows
|
||||
# services.bitcoind.extraConfig = ''
|
||||
# maxorphantx=110
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue