Skip to content

A script that ensures that forging on your Lisk node stays enabled.

Notifications You must be signed in to change notification settings

stellardynamic/lisk-autotoggler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Lisk Auto-Toggler

Current version: 1.0.2

A script that checks the forging status of your node and enables it if required. Appends a new log entry each time it is run.

Only compatible with Lisk Core 1.0 and up.

Installation & configuration

git clone https://github.com/Lemii/lisk-autotoggler
cd lisk-autotoggler
pip install -r requirements.txt

Open script and enter your public key and password.

Usage

Create a Cron Job

crontab -e

Add line (run script every 5 minutes):

*/5 * * * * /usr/bin/python [path to lisk-autotoggler.py here]

..or run the .py script manually:

$ python lisk-autotoggler.py

About

A script that ensures that forging on your Lisk node stays enabled.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages