duchuytb9x / gear-m

Gear - one line script installation

Home Page:https://papadritta.github.io/gear-m

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gear (Testnet V4)

Screen Shot 2022-11-01 at 20 54 41

Recommended hardware requirements

  • CPU: 2 CPU
  • Memory: 8 GB RAM
  • Disk: 150 GB SSD Storage

Storage requirements will vary based on various factors (age of the chain, transaction rate, etc)

Official documentation:

1. Install Gear full node (automatic script):

Build from source

You can setup your Gear full node in minutes by using automated script below

Tested on Ubuntu 20.04.5 LTS & Ubuntu 22.04.1 LTS

wget -O run.sh https://raw.githubusercontent.com/papadritta/gear-m/main/box/run.sh && chmod +x run.sh && ./run.sh

2. Update Gear full node (automatic script):

Build from source Script work correctly if you used source script run.sh for installation

wget -O update.sh https://raw.githubusercontent.com/papadritta/gear-m/main/box/update.sh  && chmod +x update.sh && ./update.sh

3. Additional commands:

  • Check status of your node:
sudo systemctl status gear-node
  • Check logs of your node:
sudo journalctl -n 100 -f -u gear-node
  • Find your Node in telemetry here

  • Make a backup your Key (automatic script):

your key will store in backup folder under path /root/backup/secret_ed25519

wget -O backup.sh https://raw.githubusercontent.com/papadritta/gear-m/main/box/backup.sh && chmod +x backup.sh && ./backup.sh

Do you need a server?

  • Use the links with referal programm DigitalOcean Referral Badge

NOTE!: use a referal link & you will get 100$ to your server provider account

ALL DONE!!!

About

Gear - one line script installation

https://papadritta.github.io/gear-m

License:MIT License


Languages

Language:Shell 100.0%