Skip to content

Network Traffic Analysis Obfuscation and IP analysis prevention service

License

Notifications You must be signed in to change notification settings

sambacha/tornado-onion

 
 

Repository files navigation

Tornado Onion service

Overview

tornado.cash tor onion service for rpc - Zero Trust Transaction & History Logging

This repo can be used to run tornado.cash as an onion service. It will auto update the UI when the new version is released.

Deploy Complete TORnado Private Network Network Obfuscation Layer Transactions at least +3 hops

Notice

No Security Audit has been performed nor should this be your sole remedy for obfuscation of transactions. Do not use IPFS with this.

Usage

You will need a machine with Docker installed. First, generate a private key for a new .onion domain:

docker run --rm --entrypoint shallot strm/tor-hiddenservice-nginx ^foo

Then paste the private key to docker-compose.yml

Then run

docker-compose up -d

In a few minutes tornado.cash UI should be available on your .onion domain

Extended usage

Deploying full TORnado Testnet

Utils

Concensus scripts to monitor

Network

This is a full-blown Tor network deployment

Scripts

shell scripts related only to the Network/ directory

Hash Password

docker run --rm \
            --name tor \
            ${CONTAINER_NAME} \
            --hash-password passwordtogenerate

GPG/ASC

to utilize diff execute;

$ git config --global diff.gpg.textconv "gpg --no-tty --decrypt"

License

SPDX-License-Identifier: GPL-2.0-Only

About

Network Traffic Analysis Obfuscation and IP analysis prevention service

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 45.2%
  • Shell 39.4%
  • Python 12.9%
  • Makefile 1.4%
  • JavaScript 1.1%