Add tx-spammer (#74)

* Add tx-spammer

* Update README
This commit is contained in:
2022-12-21 09:59:40 -06:00
committed by GitHub
parent 2c2df6ebbd
commit e7296c2ce3
7 changed files with 60 additions and 24 deletions
+18
View File
@@ -0,0 +1,18 @@
version: '3.2'
services:
tx-spammer:
restart: always
image: cerc/tx-spammer:local
env_file:
- ../config/tx-spammer/tx-spammer.env
environment:
ACCOUNTS_CSV_URL: http://fixturenet-eth-bootnode-geth:9898/accounts.csv
ETH_HTTP_PATH: http://fixturenet-eth-geth-1:8545
LOG_LEVEL: debug
SPAMMER_COMMAND: autoSend
depends_on:
fixturenet-eth-bootnode-geth:
condition: service_started
fixturenet-eth-geth-1:
condition: service_healthy