Skip to content

ety001/SteemWitnessAutoSwitch

 
 

Repository files navigation

SteemWitnessAutoSwitch

Auto Switch Steem Witness Node

How to use

  1. Configure your settings in config.json
  2. node monitor-witness.js or run via pm2 i.e. start.sh

Docker

  1. Build docker image
git pull https://github.com/DoctorLai/SteemWitnessAutoSwitch.git
cd SteemWitnessAutoSwitch
docker build -t auto-switch .
  1. Edit config.json
  2. Run docker container
docker run -itd --name autoswitch \
           --restart always \
           -v $(pwd)/config.json:/app/config.json \
           auto-switch

About

Auto Switch Steem Witness Node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.4%
  • Dockerfile 2.0%
  • Shell 1.6%