Skip to content

Mind-chain/setpos

 
 

Repository files navigation

Welcome to MIND Blockchain


Getting Started

git clone https://github.com/Mind-chain/setpos
cd setpos
bash install.sh

generate validator addr

bash genkey.sh

start your node

bash start.sh 

run for production(ubuntu)

sudo apt-get install tmux
tmux new-session -s mind
cd setpos/
bash start.sh

run for production(centos)

yum install tmux
tmux new-session -s mind
cd setpos/
bash start.sh

#Detach from the tmux session: Press Ctrl + B followed by D.

Copyright 2023 MIND chain

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%