How to anonymously and privately purchase bitcoin through tor?

1

How can Bitcoin be anonymously purchased through tor in a secure and private fashion?

My question is related to:

but more focused on anonymous and private purchasing transactions.

Thufir

Posted 2019-07-28T09:33:35.930

Reputation: 201

This question has been voted as off-topic citing the market value close reason. I've voted to leave open, as this is not asking about a service provider, but about ways to address a specific need.Murch 2019-08-04T20:28:48.727

what is the market value close option? And, yes, not asking about a specific service provider.Thufir 2019-08-14T05:17:16.793

I was referring to the off-topic close reason "Questions on current or future market values, energy costs or service provider availability are off-topic as the answers are changing too frequently to be useful to others.". In my opinion, it doesn't apply here. :)Murch 2019-08-20T15:59:35.333

Answers

0

First of all, anonimity and privacy are two different things. Bitcoin is designed to be pseudonimous - which is close to anonimity, but instead of being completely anonimous, you're linked to your bitcoin address, or pseudonym. You cannot make a private transaction on the Bitcoin network, but you can try to be as anonymous as possible.

It is possible to run Bitcoin Core as a Tor hidden service, and connect to such services. The first step is running Bitcoin Core behind a Tor proxy. This will already anonymize all outgoing connections, but more is possible.

More instructions at github: https://github.com/bitcoin/bitcoin/blob/master/doc/tor.md

Gašper Čefarin

Posted 2019-07-28T09:33:35.930

Reputation: 85