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
Copy file name to clipboardExpand all lines: llms-files/llms-infrastructure.txt
+13-7Lines changed: 13 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1145,19 +1145,25 @@ To confirm that your validator is live and synchronized with the Polkadot networ
1145
1145
1146
1146
Follow these steps to use Polkadot.js Apps to activate your validator:
1147
1147
1148
-
1. In Polkadot.js Apps, navigate to **Network** > **Staking**, open the **Accounts** tab and click on **+ Validator**. Set a bond amount in the **value bonded** field and then click **Set session keys**. Paste the output from `author_rotateKeys` (hex-encoded) to link your validator with its session keys. Then click **+ Validator** to continue.
1148
+
1. In Polkadot.js Apps, navigate to **Network** and select **Staking**:
1149
1149
1150
-
2. Set a reward commission percentage if desired. You can set a percentage of the rewards to pay to your validatorand the remainder pays to your nominators. A 100% commission rate indicates the validator intends to keep all rewards and is seen as a signal the validator is not seeking nominators.
3. Set a bond amount in the **value bonded** field and then click **next**.
1157
1157
1158
-
5. Edit the **commission** and the **blocked** option via `staking.validate` extrinsic. By default, the blocked option is set to FALSE (i.e., the validator accepts nominations).
4. **Set session keys**. Paste the output from `author_rotateKeys` (hex-encoded) to link your validator with its session keys. Then click **Bond & Validate** to continue.
You can set the **commission** and the **blocked** option via `staking.validate` extrinsic. By default, the blocked option is set to FALSE (i.e., the validator accepts nominations).
Copy file name to clipboardExpand all lines: llms-full.txt
+13-7Lines changed: 13 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -21778,19 +21778,25 @@ To confirm that your validator is live and synchronized with the Polkadot networ
21778
21778
21779
21779
Follow these steps to use Polkadot.js Apps to activate your validator:
21780
21780
21781
-
1. In Polkadot.js Apps, navigate to **Network** > **Staking**, open the **Accounts** tab and click on **+ Validator**. Set a bond amount in the **value bonded** field and then click **Set session keys**. Paste the output from `author_rotateKeys` (hex-encoded) to link your validator with its session keys. Then click **+ Validator** to continue.
21781
+
1. In Polkadot.js Apps, navigate to **Network** and select **Staking**:
21782
21782
21783
-
2. Set a reward commission percentage if desired. You can set a percentage of the rewards to pay to your validatorand the remainder pays to your nominators. A 100% commission rate indicates the validator intends to keep all rewards and is seen as a signal the validator is not seeking nominators.
3. Set a bond amount in the **value bonded** field and then click **next**.
21790
21790
21791
-
5. Edit the **commission** and the **blocked** option via `staking.validate` extrinsic. By default, the blocked option is set to FALSE (i.e., the validator accepts nominations).
4. **Set session keys**. Paste the output from `author_rotateKeys` (hex-encoded) to link your validator with its session keys. Then click **Bond & Validate** to continue.
You can set the **commission** and the **blocked** option via `staking.validate` extrinsic. By default, the blocked option is set to FALSE (i.e., the validator accepts nominations).
0 commit comments