Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Timeout waiting for bootstrap" when trying to connect over Tor #1042

Closed
derlade opened this issue Jul 2, 2022 · 3 comments
Closed

"Timeout waiting for bootstrap" when trying to connect over Tor #1042

derlade opened this issue Jul 2, 2022 · 3 comments
Labels
Bug Something isn't working Tor

Comments

@derlade
Copy link

derlade commented Jul 2, 2022

Describe the bug

During start-up, I am currently getting the following error after ~20 s:

Error: called Result::unwrap() on an Err value: BootStrapError("Timeout waiting for bootstrap")

In my current setup, lnd listens on localhost:[PORT] for REST connections, and the .onion-address I am connecting to from ZeusLN is set up as a Tor hidden service, which forwards calls on the specified port to 127.0.0.1:[PORT].

This worked a few months ago, but stopped working seemingly at random. During start-up of lnd, a gRPC proxy is successfully started at 127.0.0.1:[PORT], but I haven't found any connection attemps in the logs. What I have found though, is the following log output from Tor in syslog:

Rejecting SOCKS request for anonymous connection to private address [scrubbed]. [3 similar message(s) suppressed in last 960 seconds]

This seems to correlate with my connection attempts from ZeusLN. Is this a Tor issue, a lnd issue or a ZeusLN issue then?

Reproduce

Simply start the app and wait about 20 seconds.

Zeus version

v0.6.4

Network

Tor

Device

iPhone 12

Device operating system

iOS 15.5

Log output

Error: called Result::unwrap() on an Err value: BootStrapError("Timeout waiting for bootstrap")

@derlade derlade added the Bug Something isn't working label Jul 2, 2022
@derlade derlade changed the title "Timeout waiting for bootstrap" when trying to connect with Tor "Timeout waiting for bootstrap" when trying to connect over Tor Jul 2, 2022
@kaloudis
Copy link
Contributor

kaloudis commented Jul 2, 2022

This is a Tor issue. v3 Onion Services are experiencing disruptions

https://status.torproject.org/

@jonathanalevi
Copy link

I’ve also had this for weeks. Following. anything we can do as a workaround in the meantime short of switching to clear web?

@kaloudis
Copy link
Contributor

kaloudis commented Jul 6, 2022

Not really. TailScale and ZeroTier are solid VPN-like alternatives.

We are also currently working on bringing Lightning Node Connect to React Native and Zeus.

@kaloudis kaloudis added the Tor label Jul 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Tor
Projects
None yet
Development

No branches or pull requests

3 participants