Skip to content

mach-diamond/stake-pool-management-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

[CSTL] Cambridge Castle Node Management

Start a cron job to call the script(s) with the following command:

sudo crontab -e

And enter the following text.

* * * * * /home/pool-user/checkBlockHeight.sh
* * * * * /home/pool-user/sendMyTip.sh
0 * * * * sync; echo 3 > /proc/sys/vm/drop_caches

sendMyTip.sh can be found here

Ensure the job is running with:

crontab -l

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages