Skip to content

milakorn69/celestia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Celestia

Celestia node Setup for Mocha-4 Testnet and Celestia mainnet

Official documentation:

📋 Upgrade celestia app

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

📋 Upgrade celestia node

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

🛠️ Install test validator

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

🛠️ Install main validator

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

🛠️ Install full test node

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

🛠️ Install full main node

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

🛠️ Install test bridge

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

🛠️ Install main bridge

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

🛠️ Install monitoring

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

🧑‍💻 Firewall security

Set the default to allow outgoing connections, deny all incoming, allow ssh and node p2p port

sudo ufw enable 
sudo ufw default allow outgoing 
sudo ufw default deny incoming 
sudo ufw allow ssh/tcp 
sudo ufw allow 26658,2121/tcp 
sudo ufw allow 2121/udp 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%