πŸ’ Galactica

The Ultimate Web3 Identity Stack | Turning Hashes Into Souls | #GNET

Info

https://discord.com/invite/galactica https://galactica.com/

https://twitter.com/GalacticaNet

Faucet: https://faucet-reticulum.galactica.com/

Public Endpoints

API: https://galactica-testnet-api.validator247.com

RPC: https://galactica-testnet-rpc.validator247.com

Explorer

https://explorer.validator247.com/galactica-testnet/staking

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 -y

Set 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_profile

Install 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