-
Notifications
You must be signed in to change notification settings - Fork 42
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
aeond over torsocks #174
Comments
Can confirm I got the same error.
While torsocks does not look supported, you can access tor with IPTables although it seems the tor community advises against sending p2p traffic through tor. Using a VPN may be the recommended option. |
@aeonic-spirit I wouldn't worry about the advice not to run p2p over tor. That was referring to bittorrent which is much higher volume than any coin but certainly for AEON. |
Also, I think upstream might have a better solution than torsocks for running over Tor. Perhaps we should look at merging it. |
This is the first upstream PR related to Tor: monero-project#4988 , which will be merged to AEON soonish in the upcoming upstream merges. Since in general I'm not so familiar with this kind of network-related code, I'm going to just merge such relevant upstream PRs in order, rather than out-of-order to bring them to AEON immediately (I don't feel the need for it). |
Good point, after syncing traffic is light. |
while monerod is working fine over torsocks (after waiting some time), aeond seems not to work and is giving me errors.
used commands
DNS_PUBLIC=tcp torsocks ./aeond --p2p-bind-ip 127.0.0.1 --no-igd --log-level 1
DNS_PUBLIC=tcp torsocks ./monerod --p2p-bind-ip 127.0.0.1 --no-igd --log-level 1
tried both on ubuntu 19.10 and manjaro.
aeond console
full log here: aeon.log
I had a short look in mentioned file (
contrib/epee/include/net/abstract_tcp_server2.inl
aeon / xmr) which is different in xmr and aeon and also the function which throws the exception is a bit different. but I do not know if this has any relevance here.while smooth mentioned that it may be due to fewer nodes on the aeon network, I hope someone can have an in-depth look.
thank you.
The text was updated successfully, but these errors were encountered: