Installing the StakePool Operator Scripts (SPOS)
As the Cardano Node management is getting more complicated I would recommend using StakePool Operator Scripts (SPOS) (also known as Martin's Scripts - ATADA Stake pool owner).
sudo apt update -y
sudo apt install -y curl bc jq cd
mkdir -p git
cd git
# just in case we already have an older folder there - let's remove it
rm -rf scripts
# cloning the code from github
git clone https://github.com/gitmachtl/scripts
cd scripts
ls -al


Last updated