Closed ScepticMatt closed 2 years ago
Hi @ScepticMatt,
Try with daily
after the subcommand rewards
and not in the end, eg:
ExecStart=/home/payment/crunch/target/release/crunch \
--config-path /home/payment/stuffs/.env.kusama \
--substrate-ws-url ws://127.0.0.1:9944 \
rewards daily --short -f /home/payment/stuffs/.private_file \
--disable-public-matrix-room \
--disable-matrix
With CRUNCH_MAXIMUM_CALLS=100
you could end in a situation where the batch fails because of the block weight. If the validators have a lot of nominators most likely the chain will not support 100 payout_stakers
calls in a single batch extrinsic.
or, will try that
max_calls 100 is failing, yes:
: Invalid Transaction, data: Some(RawValue("Transaction would exhaust the block limits"))
so far it is working as expected
I'm trying to pay out KSM rewards daily for multiple stash addresses. Despite the daily flag, the payout was triggered every era. After increasing the batch size to 100, the payments don't happen after 24 hours. What am I misunderstanding?
arguments:
latest config