all i get is rejected on blakecoinpool.org
Target: 0000007ffffffff800b0fdff0000000000000000000000000000000000000000 YES
[2013-12-23 13:56:33] Rejected f63cbd90 Diff 266/2 GPU 0 (H-not-zero)
[2013-12-23 13:56:33] Rejected 68ee9120 Diff 624/2 GPU 0 (H-not-zero)
[2013-12-23 13:56:33] Rejected 049be102 Diff 14.2K/2 GPU 0 (H-not-zero)
Proof: 00000000c548bf256cdc03cc4620b6a7ab2a54ae947243a456365e27124a625c
Target: 0000007ffffffff800b0fdff0000000000000000000000000000000000000000 YES
[2013-12-23 13:56:36] Rejected c548bf25 Diff 332/2 GPU 0 (H-not-zero)
Proof: 0000000029756dcbca177cf1ca98873a202c41d855e42b664cf82fec43e5cf54
Target: 0000007ffffffff800b0fdff0000000000000000000000000000000000000000 YES
my gpu is 7950.
cgminer -o stratum+tcp://stratum.blakecoinpool.org:3333 -u awais3344.1 -p abc --blake256 -I 13 -g2 --thread-concurrency 8192
I used this in cmd, with your provided blake cgminer.
scrypt cgminer works fine with other coins like litecoin.
setup your cgminer.conf
"pools" : [
{
"url" : "stratum+tcp://stratum.blakecoinpool.org:3333",
"user" : "UserName.WorkerName",
"pass" : "WorkerPassword"
}
],
"intensity" : "9",
"auto-gpu" : true,
"expiry" : "120",
"failover-only" : true,
"gpu-threads" : "2",
"log" : "5",
"no-restart" : true,
"queue" : "3",
"scan-time" : "30",
"worksize" : "128",
"temp-hysteresis" : "4",
"blake256" : true,
"vectors" : "1",
"no-submit-stale": true,
"kernel-path" : "/"
}
then just run "cgminer" without any switches and see if that works ok?
still the same errors and all rejects
works now. thank you