Installation
Install dependencies
sudo apt-get install wget jq screen curl
Download Latest Build Release
curl -s -L https://github.com/paw-digital/paw-node/releases/latest/download/linux-paw_node > paw_node
change app access
chmod +x paw_node
mkdir Paw
./paw_node --daemon
// Press CTRL+C on keyboard to exit
// add --data-path=/to_your_folder if you want to change default database/configuration folder
Download default configuration
it's rely on my github (configured as my need), you can change it if you want.
wget https://raw.githubusercontent.com/pramonoutomo/pawNodeInstall/main/config.sh
bash config.sh
Run Nodes on a Screen
screen -S paw
./paw_node --daemon
// // add --data-path=/to_your_folder if you want to change default database/configuration folder
// Press CTRL+A+D to minimize screen
Last updated