nito.conf [ Nito QT / Nitod ]
maxconnections=300
listen=1
server=1
txindex=1
rpcuser=user
rpcpassword=pass
rpcport=8825
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
cd STRATUM-Pool
Build For Linux
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 [ Add -D For Daemon ]
./src/nitopool -B
[ Tmux Commands ]
-
tmux new -s nitopool
-
CTRL+B > D
-
tmux a -t nitopool