Installation
Manual Installation
Gerekli Sistem
Ubuntu 22.04
CPU
RAM
SSD
4 vCPU
8 GB
160 SSD
Install dependencies
UPDATE SYSTEM AND INSTALL BUILD TOOLS
cd $HOME && source <(curl -s https://raw.githubusercontent.com/CoinHuntersTR/Logo/main/update-cosmos.sh)Download and build binaries
git clone -b v0.1.0 https://github.com/0glabs/0g-chain.git
./0g-chain/networks/testnet/install.sh
source .profile
mkdir -p $HOME/.0gchain/cosmovisor/genesis/bin
cp $HOME/go/bin/0gchaind $HOME/.0gchain/cosmovisor/genesis/bin/
sudo ln -s $HOME/.0gchain/cosmovisor/genesis $HOME/.0gchain/cosmovisor/current -f
sudo ln -s $HOME/.0gchain/cosmovisor/current/bin/0gchaind /usr/local/bin/0gchaind -fCreate service file
Set Vars
wallet yerine istediğiniz bir ismi, $MONIKER yerine bir validator adı yazmayı unutmayın.
Download Genesis and Addrbook
Configure
Snapshot
Start service
Automatic Installation
walletyerine cüzdan isminizi girmeyi unutmayın.$MONIKERyerine kullanmak istediğiniz validator adını giriniz.
Last updated