File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,16 @@ Download the official v4.0 binary from GitHub:
1111
1212Replace your existing node binary with the new one.
1313
14- ## 2. Remove the Deprecated ` --lighthouse-account ` Flag
14+ ## 2. Download Parachain Snapshot
15+
16+ Download parachain snapsot from:
17+
18+ * Link: [ https://snapshots.robonomics.network/ ] ( https://snapshots.robonomics.network/ )
19+
20+ Clear your parachain base and extract from archive to ``` /path/to/your/parachain/database ``` .
21+ Fix permissions if necessary.
22+
23+ ## 3. Remove the Deprecated ` --lighthouse-account ` Flag
1524
1625Starting from v4.0, the ` --lighthouse-account ` CLI flag is no longer supported.
1726
@@ -23,7 +32,7 @@ If your systemd service or startup script contains:
2332
2433Remove this line entirely before restarting the node.
2534
26- ## 3 . Generate New Session Keys
35+ ## 4 . Generate New Session Keys
2736
2837Robonomics v4.0 follows the updated Polkadot SDK requirements, so collators must generate fresh session keys.
2938
@@ -47,7 +56,7 @@ To generate session keys:
4756
4857Restart the node after generating the keys to ensure they are active.
4958
50- ## 4 . Register Your Collator On-Chain
59+ ## 5 . Register Your Collator On-Chain
5160
5261Once the node is running with the new session keys, you must register (or re-register) your collator in the ** Collator Selection pallet** .
5362
You can’t perform that action at this time.
0 commit comments