Skip to content

NitoNetwork/STRATUM-Pool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nito optimized stratum pool.

  1. Edit nito.conf OR https://nito.org/tools/easynode/
maxconnections=300
listen=1
server=1
txindex=1
rpcuser=user
rpcpassword=pass
rpcport=8825
zmqpubhashblock=tcp://127.0.0.1:28825
  1. 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
  1. Git Clone
git clone https://github.com/NitoNetwork/STRATUM-Pool.git stratum && cd stratum
  1. Build
chmod +x autogen.sh && ./autogen.sh && ./configure && make
  1. Stratum Pool Config [ Change IP: serverurl ]
nano nitopool.conf
  1. Firewall
sudo ufw allow 3333/tcp && sudo ufw reload && sudo ufw status
  1. Run
./src/nitopool -B

[ Tmux Commands ]

  • tmux new -s nitopool

  • CTRL+B > D

  • tmux a -t nitopool