π Galactica
The Ultimate Web3 Identity Stack | Turning Hashes Into Souls | #GNET
Info
Public Endpoints
Explorer
Manual 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 -ySet Environment Variables
echo "export WALLET="wallet"" >> $HOME/.bash_profile
echo "export MONIKER="Your_nodename"" >> $HOME/.bash_profile
echo "export GALACTICA_CHAIN_ID="galactica_9301-1"" >> $HOME/.bash_profile
echo "export GALACTICA_PORT="46"" >> $HOME/.bash_profile
source $HOME/.bash_profileInstall Go
Download and Build Galactica
Configure and Initialize the App
Download Genesis and Addrbook
Configure Pruning, Minimum Gas Price, Prometheus, and Indexing
Create Systemd Service
Reset and Download Snapshot
Enable and Start the Service
Wallet
Add New Wallet Key
Get Wallet Hex
check Balance
Create Validator
Edit Existing Validator
Delegate Token to your own validator
Unjail validator
Remove node
Vote
Last updated