### INSTALL CKPOOL $ cd ~ $ sudo apt-get install git curl build-essential yasm autoconf automake libtool libzmq3-dev pkgconf $ git clone https://bitbucket.org/ckolivas/ckpool.git $ sudo chown -R $USER:$USER ckpool $ cd ckpool $ chmod +x autogen.sh $ ./autogen.sh $ ./configure --without-ckdb $ make $ cp ckpool.conf ckpool.conf.bak $ nano btcckpool.conf ######## btcckpool.conf ######## { "btcd" : [ { "url" : "127.0.0.1:8432", "auth" : "rpcuser", "pass" : "xxxxxxx" } ], "serverurl" : [ "192.168.10.100:3333" ], "btcaddress" : "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "btcsig" : "/mined by you/", "blockpoll" : 100, "donation" : 0.0, "nonce1length" : 4, "nonce2length" : 8, "update_interval" : 30, "version_mask" : "1fffe000", "mindiff" : 512, "startdiff" : 10000, "logdir" : "logs", "zmqblock" : "tcp://127.0.0.1:28435" } Comments from here on are ignored. ############################ ### Start CKPool (Solo Mining): $ ./src/ckpool -B -c btcckpool.conf Credits: ckpool code by Con Kolivas