Author

Topic: My real IP showing on bitnodes, although I use TOR (Read 269 times)

jr. member
Activity: 42
Merit: 24
Good to know, thanks Smiley
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
https://prnt.sc/SbiBC4VKZ7yF - And all incoming Onion addresses look the same: 127.0.0.1 (only ports are different). But establishing only 1-2 inbound connections it's too low (I believe).

127.0.0.1 onion addreses are merely making an inbound connection using the Tor Network using a random port on your PC. They are localhost because your Tor relay is running on 127.0.0.1:9050 [the default Tor control port].

Remember that peer discovery depends on fetching the peer lists of other nodes that you are connected to, so if the TOR nodes you are connected to are only connected to IPV4 nodes, then you're not going to get TOR nodes from them, until they happen to connect to a TOR peer by accident. So you should leave IPv4 on until you notice that a sizeable amount of TOR nodes have been discovered (at least half a dozen).
jr. member
Activity: 42
Merit: 24
I establish outbound connections only with onion addresses but that's not a problem for me. If I keep port 8333 on port forwarding I still get IPv4 inbound connections, but if I delete it from port forwarding, all inbound IPv4 dissapear, it remains only Onion Networks (Sometimes 1 single connection, at the best 2, but normally 0; besides the full/block relays) and I believe that's a problem. Can you tell if it's okay or not?
https://prnt.sc/mANVxR2-l5BC
And should I add -addnode and just that, or should I remove another line too?

https://prnt.sc/SbiBC4VKZ7yF - And all incoming Onion addresses look the same: 127.0.0.1 (only ports are different). But establishing only 1-2 inbound connections it's too low (I believe).
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
Hello guys, I have a little problem. I decided to run my full node with tor, and after much effort, it's working, but my IP is still showing on bitnodes instead of .onion address.

Try running Core with "-addnode=88.99.167.186:41859". This is the IP and port of a Bitnodes peer that is connected to me (and might be running in a Hetzner data center based on the 88.99 subnet, not that its relevant).

If you connect using onlynet=tor, it might prevent your node from connecting to the IPv4 address.
jr. member
Activity: 42
Merit: 24
Yes, I forgot to add HashedControlPassword in torrc. It finally works! Thank you for your help  Smiley
legendary
Activity: 1932
Merit: 1273
Update: I tried second solution but it results in : "tor: Password provided with -torpassword, but HASHEDPASSWORD authentication is not available". Do I have to make an edit in torrc to make hashpassword auth available?

Yes, that error indicates you haven't set up the password auth method on the torrc. You should put the generated hashed password on there.

Code: (torrc)
HashedControlPassword 16:xxx
jr. member
Activity: 42
Merit: 24
I searched on google how to add users in the same Tor group and I found nothing.

If anyone knows how to solve it, it would be great.

Update: IT WORKED! With the hash password, thank you so much!
jr. member
Activity: 42
Merit: 24
I found that link too, I will try to figure out how to do it on Windows.
I will try the second option, too. Thank you vv181 for your help.
legendary
Activity: 1932
Merit: 1273
Any other ideas?

I also have this Cookie authentication error: https://prnt.sc/QTrpDK5yeVvf

Seems that is the reason why you didn't get an incoming connection.

If a permissions problem is seen in the debug log, e.g. tor: Authentication cookie /run/tor/control.authcookie could not be opened (check permissions), it can be resolved by adding both the user running Tor and the user running bitcoind to the same Tor group and setting permissions appropriately.

It has something to do with the user/permission of bitcoind and Tor service that you are running for. I don't know how to do it on Windows, so you have to figure it out yourself.

Another solution would be to use the second option for authentication(https://github.com/bitcoin/bitcoin/blob/master/doc/tor.md#torpassword-authentication).
You can generate the hashed password with:
Code:
tor --hash-password

Run the command where there is tor.exe located. Then put the output(e.g. HashedControlPassword 16:xxx) of it on the Tor configuration file(torrc). Lastly, update your bitcoin config to include torpassword=.
jr. member
Activity: 42
Merit: 24
It looks like they still don't realise that my old node is offline.

I've added bind=127.0.0.1 in config file and now it's not accepting incoming nodes anymore.

Any other ideas?

PS: I have Bitcoin Core on Windows 10, I've installed Tor on C partition and Bitcoin Core on D partition

I also have this Cookie authentication error: https://prnt.sc/QTrpDK5yeVvf
legendary
Activity: 1932
Merit: 1273
How do I solve that? Thank you!
You have to add bind=127.0.0.1 into your config file.
copper member
Activity: 2856
Merit: 3071
https://bit.ly/387FXHi lightning theory
Most sites that list mødes wither take user input to determine what nodes are out there or use their own peers for discovery (afaik).

I think you just have to wait out them realising your old node is offline and then wait for them to find your new one to list that.
jr. member
Activity: 42
Merit: 24
Hello guys, I have a little problem. I decided to run my full node with tor, and after much effort, it's working, but my IP is still showing on bitnodes instead of .onion address.
https://prnt.sc/QZVcdgdA2yKj

These are my configurations:
https://prnt.sc/tTKXXmg3zPV2
https://prnt.sc/r5w75ZY6fC-B

I also installed the tor service:
https://prnt.sc/nLQYLIhMxKqi

Sorry for using links, I don't know how to put images.
I want to have an onion address like this ( https://prnt.sc/3H_AO8speDNg ) and my real ip to disappear from site.
How do I solve that? Thank you!

Jump to: