βš™οΈInstallation

Install dependencies:

sudo apt update && sudo apt upgrade -y
sudo apt install curl git wget htop tmux build-essential jq make lz4 gcc unzip -y

Install GO: (amd64 - x86)

rm -rf $HOME/go
sudo rm -rf /usr/local/go
cd $HOME
curl https://dl.google.com/go/go1.21.8.linux-amd64.tar.gz | sudo tar -C/usr/local -zxvf -
cat <<'EOF' >>$HOME/.profile
export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export GO111MODULE=on
export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin
EOF
source $HOME/.profile
go version

Download Crowd Control:

cd $HOME
wget -O cardchaind https://github.com/DecentralCardGame/Cardchain/releases/download/v0.16.0/cardchaind
chmod +x cardchaind
sudo mv cardchaind /usr/local/bin/

Set chain and Name Crowd Control: Change <Change-Name>

Custom Port: (Option)

Set min gas:

Set indexing: (Option)

Download Genesis & addressbook:

Peers:

Create Service:

Download snapshort:

Wallet:

Check sync: (False -> Done)

Create Validator:

Edit Validator:

Last updated