β Galactica Network
The zk-powered L1 blockchain for real people, real-world on/off-ramps, and real privacy
Website: https://galactica.com/
Twitter: https://twitter.com/GalacticaNet
Discord: https://discord.com/invite/galactica
Faucet: https://faucet-reticulum.galactica.com/
Explorer: https://explorer.nodesync.top/Galactica-Testnet/staking
1. Minimum hardware requirement
4 Cores, 16G Ram, 500G SSD NVMe SSDs , Ubuntu 22.04
2. Auto Install
if ! which wget; then sudo apt install wget -y; fi && rm -rf $HOME/galactica_auto && wget https://nodesync.top/galactica_auto && chmod +x galactica_auto && ./galactica_auto2.1 Wallet
Add New Wallet Key - Save seed
galacticad keys add walletRecover existing key
galacticad keys add wallet --recoverList All Keys
Get Wallet Hex (your wallet address in eth format: 0x....)
2.2 Query Wallet Balance
2.3 Check sync status
False is synced
2.4 Create Validator
Change your info "xxx"
2.5 Edit Existing Validator
Change your info "xxx"
2.6 Delegate Token to your own validator
2.7 Withdraw rewards and commission from your validator
2.8 Unjail validator
2.9 Services Management
3. Backup Validator
Important
4. Remove node
Last updated