citadel-tech / coinswap

Functioning, minimal-viable binaries and libraries to perform a trustless, p2p Maxwell-Belcher Coinswap Protocol

Home Page:https://gist.github.com/chris-belcher/9144bd57a91c194e332fb5ca371d0964

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feature: Tor

rajarshimaitra opened this issue · comments

commented

Currently, all communication is happening in clear text. This is extremely bad for privacy.

Makers and Takers should only communicate via Tor.

Tasks are the following:

  • Automatically detect if tor is install and running in the system.
  • If not, then download, install and run tor.
  • Launch a hidden service for Makers.
  • Connect via Tor to Maker's address for Taker.