From bd82e9387eed8c15cbf69199c542cfea8cd862d6 Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Mon, 4 Jan 2021 21:20:43 -0600 Subject: [PATCH] Create 41.md --- docs/forum/bitcoin-forum/41.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/forum/bitcoin-forum/41.md diff --git a/docs/forum/bitcoin-forum/41.md b/docs/forum/bitcoin-forum/41.md new file mode 100644 index 0000000..e718d4e --- /dev/null +++ b/docs/forum/bitcoin-forum/41.md @@ -0,0 +1,26 @@ +--- +layout: forum +title: 'Re: Repost: Request: Make this anonymous?' +grand_parent: Forum Posts +parent: Bitcoin Forum +nav_order: 41 +date: 2010-02-06 21:06:32 UTC +original: https://bitcointalk.org/index.php?topic=7.msg264#msg264 +--- + +# Re: Repost: Request: Make this anonymous? + +--- + +``` +Re: Repost: Request: Make this anonymous? +February 06, 2010, 09:06:32 PM + +When you send to a bitcoin address, you don't connect to the recipient. You send the transaction to the network the same way you relay transactions. There's no distinction between a transaction you originated and one you received from another node that you're relaying in a broadcast. With a very small network though, someone might still figure it out by process of elimination. It'll be better when the network is larger. + +If you send by IP, the recipient sees you because you connect to their IP. You could use TOR to mask that. + +You could use TOR if you don't want anyone to know you're even using Bitcoin. + +Bitcoin is still very new and has not been independently analysed. If you're serious about privacy, TOR is an advisable precaution. +```