Skip to content

Commit

Permalink
added additional rewards-account registration infos
Browse files Browse the repository at this point in the history
  • Loading branch information
gitmachtl committed Apr 17, 2021
1 parent db549a3 commit ac9332e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions cardano/testnet/README.md
Expand Up @@ -1191,6 +1191,8 @@ We want to make ourself a pool owner stake address with the nickname owner, we w

:warning: Make sure you transfer enough ADA to your new **owner.payment.addr** so you respect the registered Pledge amount, otherwise you will not get any rewards for you or your delegators!

:warning: Don't forget to register your Rewards-Account on the Chain via script 03b if its different from an Owner-Account!

Done. :smiley:
</details>

Expand Down Expand Up @@ -1260,6 +1262,8 @@ ledgerowner as owner and also as rewards-account. We do the signing on the machi

:warning: Make sure you transfer enough ADA to your new **ledgerowner.payment.addr** so you respect the registered Pledge amount, otherwise you will not get any rewards for you or your delegators!

:warning: Don't forget to register your Rewards-Account on the Chain via script 03b if its different from an Owner-Account!

Done. :smiley:
</details>

Expand Down Expand Up @@ -1471,6 +1475,8 @@ It's similar to a single owner stake pool registration (example above). All owne
1. Register your stakepool on the blockchain ```./05c_regStakepoolCert.sh mypool smallwallet1```
1. Optionally you can verify that your delegation to your pool is ok by running<br>```./03c_checkStakingAddrOnChain.sh owner-1``` and ```./03c_checkStakingAddrOnChain.sh owner-2``` if you don't see it instantly, wait a little and retry the same command

:warning: Don't forget to register your Rewards-Account on the Chain via script 03b if its different from an Owner-Account!

Done.
</details>

Expand Down Expand Up @@ -1915,7 +1921,10 @@ We want to make a pool owner stake address the nickname owner, also we want to r

You can check the balance of your owner.payment and the rewards of owner.staking with the ```./01_queryAddress.sh``` script. Make sure to transfer enough ADA to your owner.payment account so you respect the registered pledge amount.

:warning: Don't forget to register your Rewards-Account on the Chain via script 03b if its different from an Owner-Account!

Done.

</details>

## Create the StakePool offline with HW-Wallet-Owner-Keys (Ledger/Trezor)
Expand Down Expand Up @@ -2034,6 +2043,8 @@ ledgerowner as owner and also as rewards-account. We do the signing on the machi

**Done**, yes this is more work to do when you wanna do this in offline mode, but it is how it is. :smiley:

:warning: Don't forget to register your Rewards-Account on the Chain via script 03b if its different from an Owner-Account!

</details>

## Migrate your existing Stakepool offline to HW-Wallet-Owner-Keys (Ledger/Trezor)
Expand Down Expand Up @@ -2176,6 +2187,8 @@ Why waiting again? Well, **we** also **changed the rewards-account** when we add
> Optional: If you wanna get rid of your old owner entry (you can leave it in there) in your stakepool registration - do the following:
<br>Do it like the steps above, re-edit your mypool.pool.json file and remove the entry of the old owner from the poolOwner list. Save the file, generate a new certificate by running script 05a. Register it on the chain again like above or like the example below "Update stakepool parameters on the blockchain in Offline-Mode". Now you have only your new ledgerowner in your pool registration.

:warning: Don't forget to register your Rewards-Account on the Chain via script 03b if its different from an Owner-Account!

</details>

## Update stakepool parameters on the blockchain in Offline-Mode
Expand Down

0 comments on commit ac9332e

Please sign in to comment.