mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-26 17:15:08 +01:00
Bitcoin node was having a hard time finding friends when onlynet was onion
This commit is contained in:
@@ -18,7 +18,7 @@ zmqpubrawtx=tcp://0.0.0.0:18502
|
||||
<% if ( features.indexOf('tor') !== -1 ) { %>
|
||||
#tor
|
||||
proxy=tor:9050
|
||||
onlynet=onion
|
||||
#onlynet=onion
|
||||
listen=1
|
||||
<% } %>
|
||||
|
||||
|
||||
@@ -26,6 +26,10 @@ services:
|
||||
networks:
|
||||
- cyphernodenet
|
||||
restart: always
|
||||
<% if ( features.indexOf('tor') !== -1 ) { %>
|
||||
depends_on:
|
||||
- tor
|
||||
<% } %>
|
||||
# deploy:
|
||||
# placement:
|
||||
# constraints: [node.hostname==dev]
|
||||
|
||||
Reference in New Issue
Block a user