Installing SPOS scripts
Install and configure the StakePool Operator Scripts (SPOS) for pool management.
1) Install dependencies
sudo apt update -y
sudo apt install -y curl bc jq2) Clone the SPOS repository
cd ~
mkdir -p git && cd git
rm -rf scripts
git clone https://github.com/gitmachtl/scripts
cd scripts
ls -al
3) Copy scripts to your PATH
4) Create the SPOS configuration file
5) Verify installation

Last updated