You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have a problem with Crunchbot. I run it correctly, four claim per day, but after a few days, the bot stops making claims. Here's some additional information:
i've this config on my env file:
CRUNCH_MAXIMUM_PAYOUTS=4
CRUNCH_MAXIMUM_HISTORY_ERAS=2
CRUNCH_MAXIMUM_CALLS=2
when i do: crunch kusama view i get:
[2024-12-15T09:51:18Z INFO crunch::runtimes::kusama] 2 unclaimed pages in the last 84 eras -> [(7475, 0), (7476, 0)]
[2024-12-15T09:51:18Z INFO crunch::runtimes::kusama] Job done!
when i do:
~$ sudo systemctl status kusamacrunchbot.service
● kusamacrunchbot.service - Kusama Autopayout
Loaded: loaded (/lib/systemd/system/kusamacrunchbot.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2024-12-14 01:19:23 CET; 1 day 9h ago
Main PID: 2609993 (crunch)
Tasks: 12 (limit: 9477)
Memory: 8.7M
The process is set to autorestart, so it is always active and running. But the claim does not occur.
Can you help me?
The text was updated successfully, but these errors were encountered:
Hi, I have a problem with Crunchbot. I run it correctly, four claim per day, but after a few days, the bot stops making claims. Here's some additional information:
i've this config on my env file:
CRUNCH_MAXIMUM_PAYOUTS=4
CRUNCH_MAXIMUM_HISTORY_ERAS=2
CRUNCH_MAXIMUM_CALLS=2
when i do: crunch kusama view i get:
[2024-12-15T09:51:18Z INFO crunch::runtimes::kusama] 2 unclaimed pages in the last 84 eras -> [(7475, 0), (7476, 0)]
[2024-12-15T09:51:18Z INFO crunch::runtimes::kusama] Job done!
when i do:
~$ sudo systemctl status kusamacrunchbot.service
● kusamacrunchbot.service - Kusama Autopayout
Loaded: loaded (/lib/systemd/system/kusamacrunchbot.service; enabled; vendor preset: enabled)
Active: active (running) since Sat 2024-12-14 01:19:23 CET; 1 day 9h ago
Main PID: 2609993 (crunch)
Tasks: 12 (limit: 9477)
Memory: 8.7M
The process is set to autorestart, so it is always active and running. But the claim does not occur.
Can you help me?
The text was updated successfully, but these errors were encountered: