Making the node validate
So far you have set up a node that is ready to become a validator from the setup standpoint. That said, there are some additional actions you need to perform to actually take part in the rotation.
Syncing your node
2022-07-04 12:32:09 〽️ Prometheus exporter started at 0.0.0.0:9615
2022-07-04 12:32:09 Running session 4013.
2022-07-04 12:32:10 🔍 Discovered new external address for our node: /ip4/195.150.192.250/tcp/30333/p2p/12D3KooWFGUSW3DMq92JSoGKkBM5WTNJ4bFiJ88PDCX6ttnXadQU
2022-07-04 12:32:11 ✅ no migration for System
2022-07-04 12:32:11 ✅ no migration for RandomnessCollectiveFlip
2022-07-04 12:32:11 ✅ no migration for Scheduler
2022-07-04 12:32:11 ✅ no migration for Aura
2022-07-04 12:32:11 ✅ no migration for Timestamp
2022-07-04 12:32:11 ✅ no migration for Balances
2022-07-04 12:32:11 ✅ no migration for TransactionPayment
2022-07-04 12:32:11 ✅ no migration for Authorship
2022-07-04 12:32:11 ✅ no migration for Staking
2022-07-04 12:32:11 ✅ no migration for History
2022-07-04 12:32:11 ✅ no migration for Session
2022-07-04 12:32:11 ⚠️ Aleph declares internal migrations (which *might* execute). On-chain `StorageVersion(2)` vs current storage version `StorageVersion(2)`
2022-07-04 12:32:11 ⚠️ Elections declares internal migrations (which *might* execute). On-chain `StorageVersion(0)` vs current storage version `StorageVersion(2)`
2022-07-04 12:32:11 Running migration from STORAGE_VERSION 0 to 1 for pallet elections
2022-07-04 12:32:11 Running migration from STORAGE_VERSION 1 to 2 for pallet elections
2022-07-04 12:32:11 ✅ no migration for Treasury
2022-07-04 12:32:11 ✅ no migration for Vesting
2022-07-04 12:32:11 ✅ no migration for Utility
2022-07-04 12:32:11 ✅ no migration for Multisig
2022-07-04 12:32:11 ✅ no migration for Sudo
2022-07-04 12:32:11 ✅ no migration for Contracts
2022-07-04 12:32:11 ✅ no migration for NominationPools
2022-07-04 12:32:11 ✅ no migration for Identity
2022-07-04 12:32:14 Running session 4014.
2022-07-04 12:32:14 ⚙️ Syncing, target=#4662784 (16 peers), best: #3618503 (0xe8a9…47c8), finalized #3612599 (0xf40d…de62), ⬇ 927.5kiB/s ⬆ 16.5kiB/s
2022-07-04 12:32:18 Running session 4015.
2022-07-04 12:32:19 ⚙️ Syncing 1668.2 bps, target=#4662789 (16 peers), best: #3626844 (0x0ee0…03b6), finalized #3613499 (0x03fd…669d), ⬇ 793.5kiB/s ⬆ 6.1kiB/s
2022-07-04 12:32:22 Running session 4016.

Polkadot{.js} browser extension
Creating the stash and bonding


Generate session keys
Using wallet


Using curl
Set session keys

Validate

Last updated
Was this helpful?
