Skip to content

LeChatNoir69/init-Linux-Nodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

init-Linux-Nodes

Install Linux Node - mango tests

Purpose of this repo

Help newbie Linux people to install crypto project nodes easier. Currently, just a try for mangonote on ubuntu OS

Step 1 - Secure the node install with a fresh user

Create a new Linux user called 'mango' :

# Become root
sudo su
# create new user 
adduser -q mango
# carefully input mango password then...
# ...become mango
su - mango

Step 2 - Install and launch init scripts

sudo apt install -y git
git clone https://github.com/LeChatNoir69/init-Linux-Nodes
cd init-Linux-Nodes
./init

If everything went well, you should be able to start your mango node and wallet.

About

Install Linux Node - mango tests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages