Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 651 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 651 Bytes

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