Skip to content

Commit

Permalink
chore: validator doc -- Add payout wallet info (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieMc0 authored Dec 6, 2024
1 parent 5968b12 commit bca0ddc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/pages/nodes/validate/validator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,18 @@ zetacored tx slashing unjail --from=operator

Check the transaction status for any error and confirm that your validator is
part of the active set again with the command in the previous section.

### Withdrawing Funds

You can withdraw rewards including comissions using this command.

```bash
zetacored tx distribution withdraw-rewards --commission [validator_address]
```

Optionally, you can set up different address to receive your payouts
instead of rewards being sent directly to the validator's wallet address.

```bash
zetacored tx distribution set-withdraw-addr [withdraw-addr]
```

0 comments on commit bca0ddc

Please sign in to comment.