Idea
Hide the IP address that a Bitcoin transaction originated from with a lightweight tor inspired peer to peer network.
Steps
-
Peers download and run the ATR client, which forms a node
-
When it is time to publish a transaction, the transaction and routing information is encrypted in layers before publishing to the first hop.
-
Layers are peeled off by each hop until the transaction arrives at an exit node. Intermediate nodes can only see the prior hop IP address and after they decrypt their layer can see the next hop IP address.
-
Final routing instructions accompany the transaction, like to broadcast the transaction to the bitcoin network.
Alternative routing instructions are possible, like to broadcast the transaction only to miners signaling segwit 🙂
Question: Why not run full node over Tor?
Answer: Ugh! Full nodes use a lot of bandwidth. Most people don't need the fact that they run a full node to be anonymous, however a link between the transactions you sign and your IP address should be private information. Tor is also designed to have pretty low latency, which is bad for anonymity and which we do not require for this use case.
submitted by /u/moral_agent
[link] [comments]