Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduled claim setup #53

Open
overmarck opened this issue Dec 3, 2024 · 1 comment
Open

Scheduled claim setup #53

overmarck opened this issue Dec 3, 2024 · 1 comment

Comments

@overmarck
Copy link

Hi,
this is not really an issue, but using the env file I tried with different settings to try to set crunch so that it only does one payout every 12h. But I am not succeeding. What is the setting to do to handle one payout every 12h or one every 24h?

Many thanks for your work

@paulormart
Copy link
Contributor

Hey, you can replace the mode operandi to daily rather than era. Replace the word era to daily, it will trigger payouts every 24h since the time it starts. If you want every 12h you have to use the mode once and than set-up a cronjob to launch crunch every 12h.

Example of your last service file with daily mode activated:

ExecStart=/home/myusername/crunch-bot/crunch --config-path /home/myusername/crunch-bot/.env rewards daily --seed-path /home/myusername/crunch-bot/.private.seed --disable-matrix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants