Skip to content

Simple script for tezos bakers to payout tezos delegators.

Notifications You must be signed in to change notification settings

StorryTV/Tez-Payouts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Tez-Payouts

Simple script for tezos bakers to payout tezos delegators.


Install requirements, download latest tez-payouts.sh script and automatically add a cronjob for the tezos user if it doesn't exist yet using the following oneliner command:

sudo bash -c 'curl -fsSL https://raw.githubusercontent.com/StorryTV/Tez-Payouts/refs/heads/main/install.sh | bash -s --'

Check the last 100 lines of the log with the following command:

tail -n 100 /var/log/tez-payouts.log

Or get a realtime stream of the log using:

tail /var/log/tez-payouts.log -f

The script runs in testing mode by default (--dry-run). Before running the script please change the config with your baker/payout address, minimum delegation, etc.:

nano /var/tezos/tez-payouts.sh

Or just download the latest tez-payouts.sh script if you already have everything setup or know what you're doing from the following url: https://raw.githubusercontent.com/StorryTV/Tez-Payouts/refs/heads/main/tez-payouts.sh

About

Simple script for tezos bakers to payout tezos delegators.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages