Skip to content

NodeNavigator/shido-testnet-nodesync

Repository files navigation

Setup shido node

This repository contains a script for setting up a node on shido blockchain.

Installation

Prerequisites:

System Requirements: 4 or more physical CPU cores. At least 200GB disk storage. At least 16GB of memory (RAM) At least 100mbps network bandwidth.

Clone this repo using:

git clone 'repourl'

Setup a node first:

open a terminal window and run the following command [Verify permission of that file]

./shido_ubuntu_node.sh (it's for ubuntu os)

for mac run this script

./shido_mac_node.sh (it's for MAC os)

NOTE: The blockchain syncing is running in a background as a service you can print the logs and check the logs of the node with the following command.

journalctl -u shido -f (it's for ubuntu)

for mac logs run this

tail -f $HOME/logfile.log (it's for mac)

Important note copy the key mnemonics and save it in a safe place. see the mnemonics on top of the json output in terminal

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages