Ubuntu 22.04
lnd 0.15.3-beta
tor 0.4.6.10
Once I run lnd
, it by no means connects to the community. The output incorporates the road:
[ERR] SRVR: Unable to retrieve preliminary bootstrap friends: no addresses discovered
tor.log
incorporates a lot of strains like these:
We tried for 15 seconds to hook up with '[scrubbed]' utilizing exit $B558F456FB410E6CDF3D33AC5EB5305D66DA8B19~bauruine [hu1YYHdLr/hlWFXBWKMxQnaQbHIK4+9aotdZtYoZ2c4] at 23.137.251.61. Retrying on a brand new circuit.
Tried for 130 seconds to get a connection to [scrubbed]:53. Giving up.
The messages within the tor.log
file solely present up when lnd is working.
lnd.conf
bitcoin.lively=true
bitcoin.mainnet=true
bitcoin.node=bitcoind
bitcoin.minhtlc=1
bitcoin.feerate=1
bitcoin.basefee=1000
bitcoin.defaultchanconfs=2
bitcoind.rpchost=192.168.1.38:8901
bitcoind.zmqpubrawblock=tcp://192.168.1.38:28332
bitcoind.zmqpubrawtx=tcp://192.168.1.38:28333
bitcoind.rpcuser=username
bitcoind.rpcpass=password
tor.lively=true
tor.v3=true
tor.socks=127.0.0.1:9050
tor.management=127.0.0.1:9051
tor.streamisolation=true
pay attention=0.0.0.0:9735
rpclisten=0.0.0.0:10009
debuglevel=debug
sync-freelist=1
stagger-initial-reconnect=1
ignore-historical-gossip-filters=1
db.bolt.auto-compact=1
max-channel-fee-allocation=1.0
maxpendingchannels=10
protocol.wumbo-channels=true
minchansize=5000000
max-cltv-expiry=5000
routerrpc.apriorihopprob=0.5
routerrpc.aprioriweight=0.75
routerrpc.attemptcost=10
routerrpc.attemptcostppm=10
routerrpc.minrtprob=0.005
routerrpc.penaltyhalflife=6h0m0s
tlsautorefresh=true
tlsdisableautofill=true
torrc
ControlPort 9051
CookieAuthentication 1
CookieAuthFileGroupReadable 1
CookieAuthFile /var/lib/tor/control_auth_cookie
DataDirectoryGroupReadable 1
CacheDirectoryGroupReadable 1
Log discover file /var/log/tor/tor.log
It looks like the issue would have one thing to do with lnd
as a result of I cease getting the tor.log
error messages after I shut down lnd
. Additionally, I’m able to attain the surface Web through the use of torsocks
.
What do I’ve to vary to get this working?