All information related to Polkadot
https://github.com/paritytech/polkadot
Polkadot validator node setup with Joe Petrowski and Will Pankiewicz https://www.youtube.com/watch?v=ejgPSwdLj5o
Telemetry: https://telemetry.polkadot.io/#/Alexander Explorer: https://polkadot.js.org/apps/#/explorer
Run script: https://github.com/stake-capital/polkadot/blob/master/alexander_install.sh
Run: polkadot --chain alex
/opt/cargo/bin/polkadot purge-chain
output:
Are you sure to remove "/home/ubuntu/.local/share/polkadot/chains/alexander/db"? (y/n)y
"/home/ubuntu/.local/share/polkadot/chains/alexander/db" removed.
ls ~/.local/share/polkadot/chains/
https://guide.kusama.network/en/latest/try/validate/ https://polkadot.js.org/apps/#/explorer
If error: proc-macro derive panicked
, execute rm ./runtime/wasm/Cargo.lock
If error: DB corrupted: Invalid argument: You have to open all column families.
To fix it, run polkadot purge-chain
:
output:
~/polkadot$ polkadot purge-chain
Are you sure to remove "/home/ubuntu/.local/share/polkadot/chains/alexander/db"? (y/n)y
"/home/ubuntu/.local/share/polkadot/chains/alexander/db" removed.
More info: paritytech/polkadot#349