Skip to content

biigbang0001/STRATUM-Pool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nito optimized stratum pool.

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 86.8%
  • Assembly 5.8%
  • CMake 4.7%
  • Python 0.9%
  • M4 0.9%
  • Shell 0.6%
  • Makefile 0.3%