This repository was archived by the owner on Jul 18, 2022. It is now read-only.
viperaus/pushpool
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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
}