Migration 1.3.0
8/1/25Less than 1 minute
Migration 1.3.0
For Linux Distributions using prebuild binary
Download the tar.gz file:
curl -LO https://github.com/chain4energy/c4e-chain/releases/download/v1.3.0/c4ed_v1.3.0_linux_amd64.tar.gz
Verify the checksum:
sha256sum c4ed_v1.3.0_linux_amd64.tar.gz
You should see the following:
25e11f496cbcd117e54d9b410125d4b1de5773c78c0cc284b0f53424b88ccf12 c4ed_v1.3.0_linux_amd64.tar.gz
Unpack the tar.gz file:
tar -xvf c4ed_v1.3.0_linux_amd64.tar.gz
Move the binary to your local bin directory:
mkdir -p ~/go/bin
sudo mv c4ed ~/go/bin
Check the version
c4ed version
You should see the following:
1.3.0
For Linux Distributions by building binary
Clone repository
git clone --depth 1 --branch v1.3.0 https://github.com/chain4energy/c4e-chain.git
go to repo directory
cd c4e-chain/
Build binary
make install
Check the version
c4ed version
You should see the following:
1.3.0
Setup cosmovisor
Create cosmovisor upgrade dir
export DAEMON_HOME=$HOME/.c4e-chain/
mkdir -p $DAEMON_HOME/cosmovisor/upgrades/v1.3.0/bin
Put binary in proper dir
cp ~/go/bin/c4ed $DAEMON_HOME/cosmovisor/upgrades/v1.3.0/bin
Just to be sure check version
$DAEMON_HOME/cosmovisor/upgrades/v1.3.0/bin/c4ed version