Important Noticedue to hashrate increase we are forced to make sure that the network is evenly distributed. Please if you have mining power over >200kh/s please consider joinen one of the p2p nodes
All of them can be found here:
http://q30.qhor.net:8337/For easy start, just type the following in your cgminer
cgminer.exe --scrypt-jane --sj-nfmin 4 --sj-nfmax 30 --sj-time 1388949883 -o http://cache.cryptoprojects.eu:8336/ -u <your cachecoin addres> -p x -o http://p2pool.cachecoin.org:8336/ -u <your cachecoin addres> -p x
or for yacminer compiled against cachecoin (
https://github.com/Sykh/cacheminer )
./yacminer -o http://cache.cryptoprojects.eu:8336/ -u <your cachecoin addres> -p x -o http://p2pool.cachecoin.org:8336/ -u <your cachecoin addres> -p x
Please consider adding more pools as backup for failsafe.
List with pools for easy acces
http://cache.cryptoprojects.eu:8336
http://p2cache.syware.de:8336/static/
http://p2pool.cachecoin.org:8336/
http://q30.qhor.net:8336
Your payouts will go straight to your wallet and be available after 520 confirms for a mined block
in the meantime I am working together with singula to resolve the issues I had last night on the pool, secure it and hopefully reopen a second mining pool
If you want to help the network, please also considering in setting up your own p2pool node:
Install it from source here:
https://github.com/Sykh/p2pool-cacheBasic instructions:
compile or have a valid cachecoind running - or cachecoin.qt
git clone https://github.com/Sykh/p2pool-cache
python run_p2pool.py --give-author 0 <rpc-username> <rpc-password>
You can then see in the command line if it is running and connecting to the network. You can connect to your own node als following:
./yacminer -o http://<your server ip>:8336/ -u <your cachecoin addres> -p x
pleas also set up a failover pool here just in case!