mirror of
https://github.com/tornadocash/tornado-pool-relayer
synced 2024-02-02 15:04:09 +01:00
fix: build
This commit is contained in:
parent
b0e54b9062
commit
6b791d7ec9
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
dockerfile: Dockerfile
|
||||
repository: tornadocash/nova-relayer
|
||||
tag_with_ref: true
|
||||
tags: nova,candidate
|
||||
tags: latest,nova,candidate
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_TOKEN }}
|
||||
|
||||
|
@ -44,8 +44,6 @@ wget https://raw.githubusercontent.com/tornadocash/tornado-pool-relayer/master/.
|
||||
- set `CONFIRMATIONS` if needed - how many block confirmations to wait before processing an event. Not recommended to set less than 3
|
||||
- set `MAX_GAS_PRICE` if needed - maximum value of gwei value for relayer's transaction
|
||||
|
||||
If you want to use more than 1 eth address for relaying transactions, please add as many `workers` as you want. For example, you can comment out `worker2` in docker-compose.yml file, but please use a different `PRIVATE_KEY` for each worker.
|
||||
|
||||
3. Run `docker-compose up -d`
|
||||
|
||||
## Run locally
|
||||
|
Loading…
Reference in New Issue
Block a user