https://nito.network/tools/nitopool/- Edit nito.conf
maxconnections=300
listen=1
server=1
txindex=1
rpcuser=user
rpcpassword=pass
rpcport=8825
zmqpubhashblock=tcp://127.0.0.1:28825- Apt-Get
sudo apt-get update && sudo apt-get install -y autoconf automake libtool pkg-config python3 python3-pip build-essential libssl-dev git yasm libzmq3-dev libpq-dev libgsl-dev pkgconf git tmux nano- Git Clone
git clone https://github.com/NitoNetwork/STRATUM-Pool.git stratum && cd stratum- Build
chmod +x autogen.sh && ./autogen.sh && ./configure && make- Stratum Pool Config [ Change IP: serverurl ]
nano nitopool.conf- Firewall
sudo ufw allow 3333/tcp && sudo ufw reload && sudo ufw status- Run
./src/nitopool -B[ Tmux Commands ]
-
tmux new -s nitopool
-
CTRL+B > D
-
tmux a -t nitopool