diff --git a/cyphernodeconf_docker/templates/bitcoin/bitcoin.conf b/cyphernodeconf_docker/templates/bitcoin/bitcoin.conf index 4b662c1..c91fdda 100644 --- a/cyphernodeconf_docker/templates/bitcoin/bitcoin.conf +++ b/cyphernodeconf_docker/templates/bitcoin/bitcoin.conf @@ -19,7 +19,7 @@ listen=1 <% if ( features.indexOf('tor') !== -1 && torifyables && torifyables.indexOf('tor_bitcoin') !== -1 ) { %> #tor -proxy=tor:9050 +onion=tor:9050 <% if ( !clearnet || clearnet.indexOf('clearnet_bitcoin') === -1 ) { %> onlynet=onion <% } %>