100$ Credit Free VPS for 2 Months(DigitalOcean)
- CPU: 1 CPU
- Memory: 2GB of RAM
- Disk: 20 GB SSD Storage
There is no node setup for now, there are simple tasks, system requirements will increase in the future and the document will be updated.
Installation and configuration
wget -O gno.sh https://raw.githubusercontent.com/Nodeist/Kurulumlar/main/Gno/gno.sh && chmod +x gno.sh && ./gno.sh
cd gno
./build/gnokey generate
Create Wallet with the generated mnemonic (Don't forget to back up the information provided.)
./build/gnokey add account --recover
Check your balance. In the section that says 'walletadress', write the wallet address you just received.
./build/gnokey query auth/accounts/walletadress --remote gno.land:36657
You should see output similar to the following:
height: 0
data: {
"BaseAccount": {
"address": "g1lr8jsfhtd2du33rgknv2977nc0uefmcty06xpd",
"coins": "100gnot",
"public_key": {
"@type": "/tm.PubKeySecp256k1",
"value": "AxJXHJE8y+b/l3v0LBbdr7QmikZVEEl8j3BH6hE+lh5f" },
"account_number": "1731",
"sequence": "2" }
"account_number": "1731", "sequence": "2"
Save your account number and sequence.