TaibiaoGuo / autoTx

Ethereum autoTx Scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

autoTx

Let your transactions browser display some randomly transactions by this autoTx script.

Build

docker build -t autotx:latest .

TIPS: Useing the following command to speed up building in China :

docker build -t autotx:latest -f DockerfileCN .

RUN

You need to input your ethereum private key and your HTTP RPC URL by -e option when running this docker image. For each running, 4 transctions would be created.

docker run --name="my-autotx" -d -e PK="YOUR_PRIVATE_KEY" -e HRPC="YOUR_HTTP_RPC_URL" autotx:latest

If you need to keep trading, Please use the command as following:

docker run --name="my-autotx" -d -e PK="YOUR_PRIVATE_KEY" -e HRPC="YOUR_HTTP_RPC_URL"  --restart=always autotx:latest

About

Ethereum autoTx Scripts

License:MIT License


Languages

Language:JavaScript 92.1%Language:Dockerfile 7.9%