This repository was archived by the owner on Jul 18, 2022. It is now read-only.
forked from jgarzik/pushpool
-
Notifications
You must be signed in to change notification settings - Fork 3
License
Unknown, GPL-2.0 licenses found
Licenses found
Unknown
LICENSE
GPL-2.0
COPYING
viperaus/pushpool
Folders and files
| Name | Name | Last commit message | 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
}
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 0
No packages published
Languages
- C 88.5%
- Python 11.4%
- Shell 0.1%