Is it safe to connect multiple alternative crypto currency clients to the same TOR socks port?

4

Or should I create multiple TOR socks ports and use one for each client?

I plan on running bitcoind, namecoind, litecoind, etc... all on the same ubuntu machine running under different users but all going though the same TOR connection.

user3145

Posted 2013-04-09T22:14:43.767

Reputation: 777

Answers

2

I don't think there any good reasons to use multiple SOCKS listener ports on the same tor in your situation. After all, it all ends up in the same place.

Samuel Edwin Ward

Posted 2013-04-09T22:14:43.767

Reputation: 111

0

I can't possibly imagine to connect *coin, or P2P application in general, via TOR. They run slower and TOR from scratch wasn't designed for tunneling bandwidth hungry application.

But if you insisted, it would be safer to have private exit node, or frequently change identity per 15 minutes or so. You can use same SOCKS port for all, they use same exit node.

comepradz

Posted 2013-04-09T22:14:43.767

Reputation: 11

1safer to have private exit node Huh? If you're routing through a server you own, why involve Tor at all?Nick ODell 2013-07-30T21:11:20.503

0

Should work just fine. Will be slow at the beginning, I recommend running the clients on the clearnet just to get the majority of the blockchains, then connect to Tor and start actually using the clients.

Zach Mertes

Posted 2013-04-09T22:14:43.767

Reputation: 160

Also, comepradz is very wrong, but I don't have enough rep to comment on other's posts.Zach Mertes 2013-08-27T23:46:52.567