- 16GB RAM
- 200GB of disk space
Stargaze has releases for Linux here.
- Ubuntu Setup Guide
- Latest version : v6.0.0
Requires Go version v1.18+.
> git clone https://github.com/public-awesome/stargaze && cd stargaze
> git fetch origin --tags
> git checkout v6.0.0
> make install
To verify if the installation was successful, execute the following command:
> starsd version --long
It will display the version of starsd currently installed:
name: stargaze
server_name: starsd
version: 6.0.0
commit: b8294bc957300b07ed40981b1bd08adc548020b3
build_tags: netgo,ledger
go: go version go1.18 linux/amd64
-
Init Chain and start your node
> starsd init <moniker-name> --chain-id=elgafar-1
-
Create a local key pair
> starsd keys add <key-name> > starsd keys show <key-name> -a
-
Download genesis Fetch
genesis.json
intostarsd
'sconfig
directory.> curl -s https://raw.githubusercontent.com/public-awesome/testnets/main/elgafar-1/genesis/genesis.tar.gz > genesis.tar.gz > tar -C ~/.starsd/config/ -xvf genesis.tar.gz
Genesis sha256
shasum -a 256 ~/.starsd/config/genesis.json 3b6b974f3b882b0ff94366169c4e598810ba4774f389c2816d9acb2fb71200b4 /home/<user>/.starsd/config/genesis.json
-
Start your node and sync to the latest block
-
Create validator
$ starsd tx staking create-validator \ --amount 50000000ustars \ --commission-max-change-rate "0.1" \ --commission-max-rate "0.20" \ --commission-rate "0.1" \ --min-self-delegation "1" \ --details "validators write bios too" \ --pubkey=$(starsd tendermint show-validator) \ --moniker <your_moniker> \ --chain-id elgafar-1 \ --gas-prices 0.025ustars \ --from <key-name>
-
Request tokens from the Stargaze Discord #faucet channel if you need more.
[email protected]:26656
[email protected]:26661
[email protected]:26656
[email protected]:26661