--scrypt -o [poolurl]:[port] -u [username].[workername] -p [password]--scrypt -o stratum+tcp://gld.cryptocoinmine.com:2020 -u Dayne.1 -p xExample of Solo Mining (While Goldcoin Client is running):--scrypt -o 127.0.0.1:8122 -u <goldcoin.conf user_name> -p <goldcoin.conf password>| -g | ~ | Number of threads to use. Sometimes 2 is faster than 1. |
| --shaders | ~ | Set to the gpu's amount of shaders, google "gpu name shaders". |
| --thread-concurrency | ~ | Better version of --shaders, should be a multiple of the gpus shader count. |
| -w | ~ | Work size (try 64, 128, 182 or 256 (maximum). |
| -I | ~ | Intensity (12 generally works best). High Intensities can slow down hashrates . |
--scrypt -o stratum+tcp://gld.cryptocoinmine.com:2020 -u Dayne.1 -p x --thread-concurrency 6144 -g 1 -w 128 -I 12--scrypt -o stratum+tcp://gld.cryptocoinmine.com:2020 -u Stouse49.1 -p x -I 12 -g 2 --thread-concurrency 8000 -w 256 --gpu-engine 1075 --gpu-memclock 1500 --lookup-gap 2 --expiry 1 --queue 0 --no-submit-stale -s 1-c <config file>Here is example config file that contains all three of the currently working pools. If one pool goes down, cgminer will switch to another pool and keep mining.{
"pools" : [
{
"name" : "Goldcoin VirCulPool (gld.vircurpool.com)",
"url" : "stratum+tcp://gld.vircurpool.com:3331",
"user" : "username.workername",
"pass" : "password"
},
{
"name" : "Goldcoin Cryptocoin Mine (gld.cryptocoinmine.com)",
"url" : "stratum+tcp://gld.cryptocoinmine.com:2020",
"user" : "username.workername",
"pass" : "password"
},
{
"name" : "Goldcoin Cryptopool (gld.cryptopool.info)",
"url" : "stratum+tcp://gld.cryptopool.info:3355",
"user" : "username.workername",
"pass" : "password"
}
],
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"expiry" : "1",
"failover-only" : true,
"queue" : "0",
"round-robin" : true,
"scrypt" : true,
"intensity" : "12",
"worksize" : "256",
"no-submit-stale": true,
"scan-time": "1"
}It's also worth noting that even GPU mining has been used lately for botnets so cgminer once again is being flagged inappropriately as malware or a virus by various "authorities".
cgminer.exe --scrypt -o 127.0.0.1:8122 -u conf-username -p conf-password -I 13rpcuser=username
rpcpassword=password
rpcallowip=127.0.0.1
daemon=1
server=1
gen=0
maxconnections=64
dns=1
checkpoints=1
listen=1
dnsseed=1
banscore=50
bantime=14400
addnode=50.116.22.43
addnode=88.161.131.83
addnode=24.70.184.213
addnode=208.115.109.157
addnode=72.200.175.240
addnode=192.241.134.49
addnode=76.10.147.84
addnode=150.101.174.85
addnode=212.124.68.161
addnode=82.20.48.48
addnode=199.201.106.33
addnode=78.145.71.105
addnode=209.172.25.95
If anyone has problems achieving good ks/s with a radeon 7870 ( I certainly had), use this setting:
cgminer.exe --scrypt -o stratum+tcp://pool:3331 -u username -p password -I 12 -g 2 --thread-concurrency 8000 -w 256 --gpu-engine 1100 --gpu-memclock 1250 --lookup-gap 2 --expiry 1 --queue 0 --no-submit-stale -s 1
i'm a newbie here and i have a problem when mining by cgminer
it manifasts this:
[2013-12-10 20:19:08] Started cgminer 3.7.2
[2013-12-10 20:19:08] Loaded configuration file cgminer.conf
[2013-12-10 20:19:09] Probing for an alive pool
[2013-12-10 20:19:10] Pool 0 difficulty changed to 16
[2013-12-10 20:19:11] Network diff set to 4
[2013-12-10 20:19:11] Error -55: Enqueueing kernel onto command queue. (clEnque
ueNDRangeKernel)
[2013-12-10 20:19:11] Error -55: Enqueueing kernel onto command queue. (clEnque
ueNDRangeKernel)
[2013-12-10 20:19:11] GPU 0 failure, disabling!
[2013-12-10 20:19:11] GPU 0 failure, disabling!
then i have nothing to do but close cmd...
i just cannot start mining...so what's the problem?
i'm a newbie here and i have a problem when mining by cgminer
it manifasts this:
[2013-12-10 20:19:08] Started cgminer 3.7.2
[2013-12-10 20:19:08] Loaded configuration file cgminer.conf
[2013-12-10 20:19:09] Probing for an alive pool
[2013-12-10 20:19:10] Pool 0 difficulty changed to 16
[2013-12-10 20:19:11] Network diff set to 4
[2013-12-10 20:19:11] Error -55: Enqueueing kernel onto command queue. (clEnque
ueNDRangeKernel)
[2013-12-10 20:19:11] Error -55: Enqueueing kernel onto command queue. (clEnque
ueNDRangeKernel)
[2013-12-10 20:19:11] GPU 0 failure, disabling!
[2013-12-10 20:19:11] GPU 0 failure, disabling!
then i have nothing to do but close cmd...
i just cannot start mining...so what's the problem?
What is your hardware setup specifically what brand video card and model numbers are you rocking and then what pool are you using?