mirror of
https://github.com/tornadocash/tornado-root-updater.git
synced 2024-12-04 15:14:38 +01:00
readme
This commit is contained in:
parent
9ab5789682
commit
47c1c808c1
@ -1,12 +1,12 @@
|
||||
# Root updater [![Build Status](https://github.com/tornadocash/root-updater/workflows/build/badge.svg)](https://github.com/tornadocash/root-updater/actions) [![Docker Image Version (latest semver)](https://img.shields.io/docker/v/tornadocash/root-updater?logo=docker&logoColor=%23FFFFFF&sort=semver)](https://hub.docker.com/repository/docker/tornadocash/root-updater)
|
||||
# Root updater [![Build Status](https://github.com/tornadocash/tornado-root-updater/workflows/build/badge.svg)](https://github.com/tornadocash/tornado-root-updater/actions) [![Docker Image Version (latest semver)](https://img.shields.io/docker/v/tornadocash/tornado-root-updater?logo=docker&logoColor=%23FFFFFF&sort=semver)](https://hub.docker.com/repository/docker/tornadocash/tornado-root-updater)
|
||||
|
||||
Uploads deposit and withdrawal events from tornado instances into merkle tree
|
||||
|
||||
## Usage with docker
|
||||
|
||||
```shell script
|
||||
wget https://raw.githubusercontent.com/tornadocash/root-updater/master/docker-compose.yml
|
||||
wget https://raw.githubusercontent.com/tornadocash/root-updater/master/.env.example -O .env
|
||||
wget https://raw.githubusercontent.com/tornadocash/tornado-root-updater/master/docker-compose.yml
|
||||
wget https://raw.githubusercontent.com/tornadocash/tornado-root-updater/master/.env.example -O .env
|
||||
vi .env # update env vars
|
||||
docker-compose up -d
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user