Auto Switch Steem Witness Node
- Configure your settings in
config.json
- node
monitor-witness.js
or run viapm2
i.e.start.sh
- Build docker image
git pull https://github.com/DoctorLai/SteemWitnessAutoSwitch.git
cd SteemWitnessAutoSwitch
docker build -t auto-switch .
- Edit
config.json
- Run docker container
docker run -itd --name autoswitch \
--restart always \
-v $(pwd)/config.json:/app/config.json \
auto-switch