You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 30, 2024. It is now read-only.
sudo apt install gcc
git clone https://github.com/celestiaorg/ethermint.git
git clone https://github.com/celestiaorg/optimint.git
# Edit https://github.com/celestiaorg/optimint/blob/main/block/manager.go#L185 to be `info` not `debug`
cd ethermint && go mod edit -replace=github.com/celestiaorg/optimint=../optimint
make install
mkdir .ethermintd/config
cp ~/ethermint-networks/ethermintd/config/config.toml .ethermintd/config
cp ~/ethermint-networks/ethermintd/config/genesis.json .ethermintd/config
# Edit the .ethermintd/config/config.toml
# Set "aggregator" to "false" (https://github.com/celestiaorg/ethermint-networks/blob/main/ethermintd/config/config.toml#L404)
# Set "seeds" to "12D3KooWFjD8uAvxkY2scSgWN2qKyHHq96xFkJMV1PQmjuQkMD4F@35.208.160.145:26670" (https://github.com/celestiaorg/ethermint-networks/blob/main/ethermintd/config/config.toml#L185)
Start the node
You must allow Ingress to ports 8545 (RPC) and 26670 (P2P)