5

Is it possible for a Bitcoin server to have a .onion ToR address?

If so, are there any in existence today?

(Note: this is an alternative to hiding addresses via the Azure Service Bus)

makerofthings7
  • 12,726
  • 11
  • 62
  • 130
  • Although I accepted Pieter's answer, I'm still interested in finding .onion addresses that are available. Please them as an answer if you know of any. – makerofthings7 Sep 25 '12 at 16:39
  • Note: "Bitcoin Server" is generally referred to as a Bitcoin Node or Full Node. (nitpicking, just to clarify) – Jannes Feb 24 '15 at 13:07

1 Answers1

5

Yes, since version 0.7 this is possible with the reference client.

See the documentation about tor: https://github.com/bitcoin/bitcoin/blob/master/doc/tor.md

EDIT: also see https://en.bitcoin.it/wiki/Fallback_Nodes#Tor_nodes for a list of published onion nodes. The explanation on that site should be updated to reflected the built-in support for onion addresses since 0.7.0, though.

Nick ODell
  • 29,396
  • 11
  • 72
  • 130
Pieter Wuille
  • 105,497
  • 9
  • 194
  • 308