Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 1.12 KB

README.md

File metadata and controls

20 lines (19 loc) · 1.12 KB

POLKADOT

📋 Upgrade DOT/KSM

source <(curl -s https://raw.githubusercontent.com/ERNcrypto/polkadot/main/newupgrade.sh)

📋 Upgrade notroot DOT/KSM

source <(curl -s https://raw.githubusercontent.com/ERNcrypto/polkadot/main/upgradenotroot.sh)

🛠️ Install polkadot ParityDb warp

source <(curl -s https://raw.githubusercontent.com/ERNcrypto/polkadot/main/dotwarp.sh)

🛠️ Install kusama ParityDb warp

source <(curl -s https://raw.githubusercontent.com/ERNcrypto/polkadot/main/ksmwarp.sh)

🛠️ Install kusama not root

source <(curl -s https://raw.githubusercontent.com/ERNcrypto/polkadot/main/notrootinstallksm.sh)

🛠️ Install kusama root

source <(curl -s https://raw.githubusercontent.com/ERNcrypto/polkadot/main/rootinstallksm.sh)

🛠️ Install polkadot

source <(curl -s https://raw.githubusercontent.com/ERNcrypto/polkadot/main/installdotcurl.sh)

⚙️ Purge DOT/KSM

source <(curl -s https://raw.githubusercontent.com/ERNcrypto/polkadot/main/purge.sh)

⚙️ Purge not root DOT/KSM

source <(curl -s https://raw.githubusercontent.com/ERNcrypto/polkadot/main/purgenotroot.sh)