Installation
note: only works with libc2.28 and higher (for example Ubuntu 20.04 and higher)
Binary Installation
// Download binary
wget https://github.com/massalabs/massa/releases/download/MAIN.2.0/massa_MAIN.2.0_release_linux.tar.gz
// Extract
tar xvf massa_MAIN.2.0_release_linux.tar.gz
Run the node
// Create New Screen
screen -S massa-node
// Go to massa-node folder
cd /root/massa/massa-node
// run the massa-node
./massa-node
// Use CTRL+A+D to minimize the nodes screen
Run the client (to add your keys, start staking and more)
// Create New Screen
screen -S massa-client
// Go to massa-client folder
cd /root/massa/massa-client
// run the massa-client
./massa-client
// Then follow the instruction to do as your need
// Use CTRL+A+D to exit the client screen
Last updated