BlockchainCommons / GordianServer-macOS

Tor-protected full-node GordianServer for macOS
Other
63 stars 8 forks source link

BUG: Data Under Tor Went Blank #138

Closed shannona closed 2 years ago

shannona commented 2 years ago

I'm unfortunately not sure what the circumstances where, but the data under Tor all went blank. It was around when I was testing out client auth codes and QuickConnect codes. Nothing in the Tor log.

The P2P Host, RPC host, etc. The labels were all still there, but nothing showed under them.

It's not immediately replicable, but perhaps investigation might occur on when these wouldn't update.

I eventually had to stop and start Tor to get them back.

shannona commented 2 years ago

Chris also saw this as #129, so it's not a one-off.

Fonta1n3 commented 2 years ago

@ChristopherA @shannona That would indicate your hidden services were not configured/created. Can you open menu item Tor > Hidden Service Directory and see if it opens at path: /Users/you/.gordian/tor/host/bitcoin/rpc/main?

If nothing exists there then you ought to:

  1. quit GS
  2. Delete ~/.torrc
  3. Delete ~/.gordian/.tor
  4. Delete ~/.gordian/tor
  5. Start Gordain Server which will automatically configure everything
Fonta1n3 commented 2 years ago

I found a bug or two... should be fixed with https://github.com/Fonta1n3/GordianServer-macOS/commit/90aac0b301afd7c1a5e9b9403ea1a612075e3ed7

shannona commented 2 years ago

Hopefully fixed with @90aac0b. Will repoen if it recurs.