Bitcoin Forum
May 09, 2024, 11:05:17 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Questions about how-to bridge between Tor and Bitcoin  (Read 1702 times)
MysteryMiner (OP)
Legendary
*
Offline Offline

Activity: 1470
Merit: 1029


Show middle finger to system and then destroy it!


View Profile
November 16, 2013, 02:24:43 AM
 #1

I want to act as a kind of bridge between Tor network and IPv4 Bitcoin network. If I understand correctly it can improve network performance of Tor-only connected nodes. I read some wikis and what I got is that I need to make my bitcoin.conf look something like this:

Code:
proxy=127.0.0.1:9150
externalip=silkroadvb5p1z3r.onion
discover=1

P.S. The admins setting rules of forum are becoming total conformist shithead. Why linking to now defunct Silkroad address is banned? I included it in my sample as a example.

And why it is forbidden to write some combination of letters and numbers in first place? There was active Silk Road thread back in 2011. Continuing this course the Bitcoin itself would get banned form this forum by year 2016

bc1q59y5jp2rrwgxuekc8kjk6s8k2es73uawprre4j
1715252717
Hero Member
*
Offline Offline

Posts: 1715252717

View Profile Personal Message (Offline)

Ignore
1715252717
Reply with quote  #2

1715252717
Report to moderator
1715252717
Hero Member
*
Offline Offline

Posts: 1715252717

View Profile Personal Message (Offline)

Ignore
1715252717
Reply with quote  #2

1715252717
Report to moderator
"If you don't want people to know you're a scumbag then don't be a scumbag." -- margaritahuyan
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715252717
Hero Member
*
Offline Offline

Posts: 1715252717

View Profile Personal Message (Offline)

Ignore
1715252717
Reply with quote  #2

1715252717
Report to moderator
1715252717
Hero Member
*
Offline Offline

Posts: 1715252717

View Profile Personal Message (Offline)

Ignore
1715252717
Reply with quote  #2

1715252717
Report to moderator
dserrano5
Legendary
*
Offline Offline

Activity: 1974
Merit: 1029



View Profile
November 16, 2013, 09:42:45 AM
 #2

I read some wikis

Try the authoritative documentation on tor support.


Code:
proxy=127.0.0.1:9150
externalip=silkroadvb5p1z3r.onion
discover=1

My understanding of the docs is that you need listen=1 as well.
michagogo
Member
**
Offline Offline

Activity: 80
Merit: 10


View Profile
November 17, 2013, 10:37:19 PM
 #3

My personal setup, for a node that runs on both IPv4 internet and Tor, is as follows:
Code:
externalip=myaddresshere.onion #tells the client to advertise my hidden service address in addr messages
discover=1 #tells the client to find out what its IP address is, despite externalip
listen=1 #tells the client to listen for incoming connections
tor=127.0.0.1:9050 #tells the client to use localhost:9050 as a proxy to connect to hidden service addresses

For more, take a look at https://github.com/bitcoin/bitcoin/blob/v0.8.5/doc/Tor.txt -- that lists the options as they exist in release 0.8.5. The link dserrano5 is mostly correct, but it's correct as of current git head.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!