We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d60247 commit bd10d8aCopy full SHA for bd10d8a
MIGRATIONS.md
@@ -80,10 +80,11 @@ Typical steps:
80
81
- In the **"proof"** field you can enter "spacebar" key.
82
83
-2. Then Submit the extrinsic:
+2. Then Submit the extrinsic using the same collator account as origin:
84
85
```
86
collatorSelection.registerAsCandidate()
87
88
+ **Requirement:** The collator account needs **> 32 XRT** in free balance to register as a candidate.
89
90
3. Wait for the session change to complete. After that, your node should appear in the candidate list and begin authoring blocks.
0 commit comments