|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
# Fork by Sergey Markow |
|
|
|
|
This is the fork from https://bitbucket.org/ckolivas/ckpool.git |
|
|
|
|
*** NOTE *** the donation fee is removed from soruces |
|
|
|
|
**NOTE** the donation fee is removed from soruces |
|
|
|
|
|
|
|
|
|
# CKPOOL + CKPROXY + libckpool by Con Kolivas |
|
|
|
|
|
|
|
|
@ -74,25 +74,28 @@ requires the zmq devel library installed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Basic build: |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
sudo apt-get install build-essential yasm<br /> |
|
|
|
|
./configure<br /> |
|
|
|
|
make |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Building with zmq (this is not required for ckproxy): |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
sudo apt-get install build-essential yasm libzmq3-dev<br /> |
|
|
|
|
./configure<br /> |
|
|
|
|
make |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Building from git also requires autoconf and automake: |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
sudo apt-get install build-essential yasm autoconf automake libtool libzmq3-dev<br /> |
|
|
|
|
./autogen.sh<br /> |
|
|
|
|
./configure<br /> |
|
|
|
|
make |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Binaries will be built in the src/ subdirectory. Binaries generated will be: |
|
|
|
|