Auto Switch Steem Witness Node
- Configure your settings in
config.json - node
monitor-witness.jsor run viapm2i.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