From 2261e14e0ef2c14a22a60b198dc664ce176d6e3d Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 14 Jun 2022 12:24:28 -1000 Subject: [PATCH] Update 14_2_Changing_Your_Bitcoin_Hidden_Services.md Added explanation of Bitcoin seednodes per #558. --- 14_2_Changing_Your_Bitcoin_Hidden_Services.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/14_2_Changing_Your_Bitcoin_Hidden_Services.md b/14_2_Changing_Your_Bitcoin_Hidden_Services.md index 76425a8..b63a2ad 100644 --- a/14_2_Changing_Your_Bitcoin_Hidden_Services.md +++ b/14_2_Changing_Your_Bitcoin_Hidden_Services.md @@ -59,6 +59,8 @@ addnode=address.onion addnode=address.onion addnode=address.onion ``` +See [Bitcoin Onion Nodes](https://github.com/emmanuelrosa/bitcoin-onion-nodes) for a listing and an example of how to add them. + Afterward, restart `tor` and `bitcoind`. You should now be communicating exlusively on Tor. But, unless you are in a hostile state, this level of anonymity is probably not required. It also is not particularly recommended: you might greatly decrease your number of potential peers, inviting problems of censorship or even correlation. You may also see lag. And, this setup may give you a false sense of anonymity that really doesn't exist on the Bitcoin network.