docker build . -t defund cd /mnt/blockstore/defund/config wget -O genesis.json https://raw.githubusercontent.com/defund-labs/testnet/main/defund-private-4/genesis.json update confit.toml seeds="[email protected]:26656,[email protected]:26656,[email protected]:56656,[email protected]:17000,[email protected]:45656,74e6425e7ec76e6eaef92643b6181c42d5b8a3b8@defund-testnet-seed.itrocket.net:443" peers="[email protected]:26677,[email protected]:60556,[email protected]:56656,[email protected]:26656,[email protected]:36656,[email protected]:29656"
sed -i.default "s/^seeds =./seeds = "$seeds"/;" $HOME/.defund/config/config.toml
docker run -it -v /mnt/blockstore/defund/:/root/.defund tendermint unsafe-reset-all docker run -it -d -v /mnt/blockstore/defund/:/root/.defund -p 26656:26656 -p 26657:26657 --name defund defund --home /root/.defund