We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Firod does not get an .onion address successfully.
firo/debug.log 2025-03-18 08:52:19 tor: Connected to Tor version 0.4.8.14 2025-03-18 08:52:19 tor: Supported authentication method: COOKIE 2025-03-18 08:52:19 tor: Supported authentication method: SAFECOOKIE 2025-03-18 08:52:19 tor: Using SAFECOOKIE authentication, reading cookie authentication from /run/tor/control.authcookie 2025-03-18 08:52:19 tor: SAFECOOKIE authentication challenge successful 2025-03-18 08:52:19 tor: AUTHCHALLENGE ServerHash xxxxxxxxxxxxxxxxxxxxxxxxxxx ServerNonce xxxxxxxxxxxx 2025-03-18 08:52:19 tor: Authentication successful 2025-03-18 08:52:19 tor: Add onion failed; error code 513
On tor side, the log shows no error, only: tor[7571]: Mar 18 09:52:19.000 [notice] New control connection opened from 127.0.0.1.
Debian 12 Tor version 0.4.8.14 firo-0.14.14.0
On same machine, bitcoind and litecoind get a .onion address normally, e.g. they do not get the "Add onion failed; error code 513" error.
The text was updated successfully, but these errors were encountered:
What are the Bitcoin and Litecoin versions?
Sorry, something went wrong.
LTC: LitecoinCore:0.21.4 BTC: Satoshi:27.0.0
firstcryptoman
No branches or pull requests
Describe the issue
Firod does not get an .onion address successfully.
firo/debug.log
2025-03-18 08:52:19 tor: Connected to Tor version 0.4.8.14
2025-03-18 08:52:19 tor: Supported authentication method: COOKIE
2025-03-18 08:52:19 tor: Supported authentication method: SAFECOOKIE
2025-03-18 08:52:19 tor: Using SAFECOOKIE authentication, reading cookie authentication from /run/tor/control.authcookie
2025-03-18 08:52:19 tor: SAFECOOKIE authentication challenge successful
2025-03-18 08:52:19 tor: AUTHCHALLENGE ServerHash xxxxxxxxxxxxxxxxxxxxxxxxxxx ServerNonce xxxxxxxxxxxx
2025-03-18 08:52:19 tor: Authentication successful
2025-03-18 08:52:19 tor: Add onion failed; error code 513
On tor side, the log shows no error, only:
tor[7571]: Mar 18 09:52:19.000 [notice] New control connection opened from 127.0.0.1.
Local setup
Debian 12
Tor version 0.4.8.14
firo-0.14.14.0
Any extra information that might be useful in the debugging process.
On same machine, bitcoind and litecoind get a .onion address normally, e.g. they do not get the "Add onion failed; error code 513" error.
The text was updated successfully, but these errors were encountered: