Skip to content

DoctorLai/SteemWitnessAutoSwitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors