2020-05-24 01:45:50 +02:00
|
|
|
# Tornado onion service
|
|
|
|
|
2020-06-05 06:30:34 +02:00
|
|
|
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.
|
2020-05-24 01:45:50 +02:00
|
|
|
|
|
|
|
## Usage:
|
|
|
|
|
|
|
|
You will need a machine with Docker installed. First, generate a private key for a new .onion domain:
|
|
|
|
|
|
|
|
```shell script
|
|
|
|
docker run --rm --entrypoint shallot strm/tor-hiddenservice-nginx ^foo
|
|
|
|
```
|
|
|
|
|
|
|
|
Then paste the private key to `docker-compose.yml`
|
|
|
|
|
|
|
|
Then run
|
|
|
|
|
|
|
|
```shell script
|
|
|
|
docker-compose up -d
|
|
|
|
```
|
|
|
|
|
|
|
|
In a few minutes tornado.cash UI should be available on your .onion domain
|