Author Topic: Bitshares via Tor  (Read 1191 times)

0 Members and 1 Guest are viewing this topic.

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
I don't think the https_proxy variables are read and used in the BitShares client ... but afaik there is a command that you can use as a prefix to bitshares to tunnel data through socks/tor.
Search for "torify"

Offline bitmarley

  • Full Member
  • ***
  • Posts: 135
    • View Profile
I am using these startup sh commands on linux to start bitshares via Tor. The client appears to be working fine and fast, do you think its working correctly via Tor? Are there any other key considerations to keep in mind running bitshares via Tor like this?

export https_proxy='socks://localhost:9150'
export http_proxy='socks://localhost:9150'
BitShares %u