⚙️ Installation
Chain ID: uptick_117-1 | Node Version: v0.2.19 | Custom Port: 169
Recommended Hardware:
Node Type
CPU
RAM
Storage
Mainnet
8
16GB
250GB
Install dependencies
# Update the repositories
sudo apt update && sudo apt upgrade -y# Install developer packages
sudo apt install -y curl git jq lz4 build-essential# Install Go
sudo rm -rf /usr/local/go
curl -Ls https://go.dev/dl/go1.23.6.linux-amd64.tar.gz | sudo tar -xzf - -C /usr/local
eval $(echo 'export PATH=$PATH:/usr/local/go/bin' | sudo tee /etc/profile.d/golang.sh)
eval $(echo 'export PATH=$PATH:$HOME/go/bin' | tee -a $HOME/.profile)
echo "export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin" >> $HOME/.bash_profile
source $HOME/.bash_profile
go versionAutomatic Installation
Manual Installation
Setup config
Set custom ports
You can change value CUSTOM_PORT=169 To any other ports
Wallets
The wallet has been created. In the last line there will be a phrase that must be written down
Validator
Do not forget to create a profile on https://keybase.io/ and set a profile photo there that will be imported by key and used for your validators.
!!! Save priv_validator_key.json which is located in /root/.uptickd/config
Last updated