Skip to content
This repository has been archived by the owner on Jul 18, 2022. It is now read-only.

viperaus/pushpool

 
 

Repository files navigation

litecoin push-mining pool server.

Dependencies:
	libevent		Event-driven async I/O
	libmemcached		memcached client
	pthreads		POSIX threads
	zlib			gzip compression
	jansson			JSON
	OpenSSL's libcrypto	sha256
	libcurl			HTTP client


Installation instructions:

git clone git://github.com/viperaus/pushpool.git
cd pushpool
./autogen.sh
./configure
make
make install
cp example-cfg.json server.json
**edit server.json with your favorite editor**
nano server.json
**configure required settings - primarily litecoin rpc details and db details**

Running:

Debug mode to screen {
  pushpoold -D 2 -E -F
}

Standard {
  pushpoold
}

About

No description, website, or topics provided.

Resources

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 88.5%
  • Python 11.4%
  • Shell 0.1%