Is it possible to broadcast a transaction to the network without revealing my personal IP address? My first guess is to connect bitcoind over Tor with proxy=127.0.0.1:9050. Is it the good way to do it or do I have other options?
Thanks.
|
Is it possible to broadcast a transaction to the network without revealing my personal IP address? My first guess is to connect bitcoind over Tor with proxy=127.0.0.1:9050. Is it the good way to do it or do I have other options? Thanks. | |||||||||
feedback
|
|
Here is the solution I found to broadcast transaction on the bitcoin network without revealing your IP: connect bitcoind over the Tor network. Here is my guide. Edit your torrc file to add .onion bitcoin nodes:
Start Tor Edit .bitcoin/bitcoin.conf to connect bitcoind over the Tor network. Add:
When Tor is started (green onion) you can launch bitcoind. More infos | ||||
|
feedback
|