✔️Entry point
Download binary
cd $HOME
curl -s https://github.com/entrypoint-zone/testnets/releases/download/v1.3.0/entrypointd-1.3.0-linux-amd64 > entrypointd
chmod +x entrypointd
mkdir -p $HOME/go/bin/
mv entrypointd $HOME/go/bin/
Set node CLI configuration
entrypointd config chain-id entrypoint-pubtest-2
entrypointd config keyring-backend test
entrypointd config node tcp://localhost:26657Initialize the node
entrypointd init "Your Node Name" --chain-id entrypoint-pubtest-2Download genesis and addrbook files
curl -L https://snapshots-testnet.nodejumper.io/entrypoint-testnet/genesis.json > $HOME/.entrypoint/config/genesis.json
curl -L https://snapshots-testnet.nodejumper.io/entrypoint-testnet/addrbook.json > $HOME/.entrypoint/config/addrbook.jsonSet seeds
Set minimum gas price
Set pruning
Download latest chain data snapshot
Create a service
Start the service and check the logs
Last updated