Mining the C2coin with GPUs - Examples *) General: Configure C2coin to accept RPC-connections: - Edit file c:/users/[USERNAME]/AppData/Roaming/C2coin/c2coin.conf as follows: ---------- server=1 rpcuser=YOUR_USERNAME rpcpassword=YOUR_PASSWORD rpcallowip=192.168.1.* (or whatever your networkaddress is; only necessary, if Miner and Wallet run on different PCs in a LAN) ---------- - Restart the C2coin-Wallet *) CUDA GPUs, (Nvidia) - Download and build CudaMiner from https://github.com/cbuchner1/CudaMiner - OR get a compiled binary (e.g. for Windows here: http://cryptomining-blog.com/wp-content/files/cudaminer-12-04-2014-windows.zip) - Copy CudaMiner files to any directory - Start CusaMiner with the following commandline (or create a mining.bat file): start cudaminer.exe -o http://127.0.0.1:21332 -u YOUR_USERNAME -p YOUR_PASSWORD *) OpenCL GPUs (AMD, Apple, Intel etc.) - Download and build cgminer.3.7.2 from https://github.com/ckolivas/cgminer/tree/v3.7.2 - OR get a cpmpiled binary (e.g. for Windows here: https://litecointalk.org/index.php?topic=14809.0) - Copy cgminer files to any directory - Start cgminer with the following commandline (or create a mining.bat file): start cgminer.exe --scrypt -o http://127.0.0.1:21332 -u YOUR_USERNAME -p YOUR_PASSWORD