Collecting Rewards

How to collect your rewards

You can collect your rewards with the following command:

./psc --node="https://api.posichain.org" staking collect-rewards \
--delegator-addr [YOUR ADDRESS] --passphrase

Example:

./psc --node="https://api.s0.posichain.org" staking collect-rewards \
--delegator-addr 0xba67D5D89d0D641b548DF2D40e11CCA3E550986b --passphrase

The CLI will prompt your for the passphrase of the delegation account.

--delegator-addr is the account to collect rewards for

You can only collect ALL of your block rewards at once, not partially.

Last updated