From 7b2004f3d8afd76245cd1b848f4b9010c8be35a9 Mon Sep 17 00:00:00 2001 From: kexkey Date: Tue, 10 Mar 2020 12:32:46 -0400 Subject: [PATCH] Make sure Bitcoin node connects to other nodes in clearnet if allowed --- cyphernodeconf_docker/templates/bitcoin/bitcoin.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 <% } %>