Celestia - Bridge Node

Celestia is a modular data availability network that securely scales with the number of users, making it easy for anyone to launch their own blockchain.

Type of node: Bridge Node

ChainID: mocha-4

Resources

Hardware requirements

CPU

8 cores

RAM

64 GB

Storage

10 TB SSD

Network

1 Gbps

OS

Linux (Ubuntu 20.04 x64)

Installation πŸ’Ύ

Install dependencies

sudo apt update && sudo apt upgrade -y
sudo apt install curl git wget htop tmux build-essential jq make gcc tar clang pkg-config libssl-dev ncdu -y

Install GO 1.22.2

Install celestia-node

Init app

you can find other core-ip if this one stops working - https://docs.celestia.org/nodes/mocha-testnet#rpc-endpoints

Next, we get the address of the wallet to be funded. To pay for transactions

Request tokens from the faucet πŸ†“

Request tokens from discord "faucet" channel https://discord.com/invite/YsnTPcSfWQ

Create service file

Enable and start service

Get your node's peerID

Get NodeID

Useful commands βš™οΈ

Check bridge node status

Check bridge wallet balance

Upgrade Bridge Node

Stop bridge node

Download and install new binary

Update config

Start bridge node

Delete node πŸ—‘οΈ

Last updated