Tor HiddenService missing?
I am missing something, or there are no tor HiddenService enabled by default? The only way to connect node to wallet is through clearnet?
afaik #29 added tor routing for p2p, so ye no --anonymous-inbound address for rpc
Personally, im running tor outside of docker :P
correct. there is a bug with with --anonymous-inbound that leaks data (https://github.com/monero-project/monero/pull/9632).
Once that release is out I'll update the repo to include the hidden service.
correct. there is a bug with with
--anonymous-inboundthat leaks data (monero-project/monero#9632).Once that release is out I'll update the repo to include the hidden service.
As I understand anonymous-inbound is related to p2p connection between nodes. I was talking about rpc connection from wallet to node. There should be a hidden service to pointing to RPC restricted port.
sure, but there is nothing preventing you from setting up the hidden service and mapping it to the rpc port on the host.
Yes there is actually, I don’t know how to do in clean way - how to export .onion address from tor container and pass it to monerod config, without having to stop and edit it manually. Also I just asked why this is not present in this repo by default when you claim tor and i2p support? Seems pretty important to me.
But for RPC it doesn’t look like you need to pass it to monerod config no? All you would need is to setup the tor hidden service like you would for anything else,, And if you really want it from docker, you can print the onion address to the container logs or something
I can look into this later and try to PR,.,,
i don't claim anything...
if you'd like the tool to have something please consider adding it yourself. i can also prioritize new features if you're willing to pay me for them. in any case, cordiality is always expected.
it looks like @Dvd-Znf is working on what you're looking for.
added in #41