Please, can anybody help me?
I tried a lot of versions of cpuminer and cgminer with Gridseed support, windows and linux (bamt, debian based). And the result is always the same. The blades seems to be working but they do not submit work to the pools.
This is my last try with cgminer (It is :
cgminer version 3.7.2 - Started: [2014-05-25 22:27:20]
--------------------------------------------------------------------------------
(5s):10.91M (avg):10.86Mh/s | A:0 R:0 HW:0 WU:0.0/m
ST: 2 SS: 0 NB: 11 LW: 90 GF: 0 RF: 0
Connected to myre[Suspicious link removed]t2pools.com diff 16 with stratum as user ordenadoresatm.gblade
Block: e5ea9547... Diff:26 Started: [22:31:10] Best share: 0
--------------------------------------------------------------------------------
[P]ool management [ S ]ettings [D]isplay options [Q]uit
GSD 0: 48F0744E3135 800 MHz | 2.719M/2.750Mh/s | A:0 R:0 HW:0 WU:0.0/m
GSD 1: 48E570503135 800 MHz | 2.719M/2.750Mh/s | A:0 R:0 HW:0 WU:0.0/m
GSD 2: 48D778623137 800 MHz | 2.715M/2.746Mh/s | A:0 R:0 HW:0 WU:0.0/m
GSD 3: 48D452543137 800 MHz | 2.713M/2.746Mh/s | A:0 R:0 HW:0 WU:0.0/m
--------------------------------------------------------------------------------
[2014-05-25 22:27:18] Device found, firmware version 02140317, driver version v3.8.5.20140210.02
[2014-05-25 22:27:18] System reseting
[2014-05-25 22:27:18] Set GC3355 core frequency to 800 MHz
[2014-05-25 22:27:19] GridSeed options: 'baud=115200,freq=800,chips=40,modules=1,usefifo=0,btc=0'
[2014-05-25 22:27:19] Device found, firmware version 02140317, driver version v3.8.5.20140210.02
[2014-05-25 22:27:19] System reseting
[2014-05-25 22:27:19] Set GC3355 core frequency to 800 MHz
[2014-05-25 22:27:19] Probing for an alive pool
[2014-05-25 22:27:19] Pool 1 difficulty changed to 16
[2014-05-25 22:27:19] Switching to pool 1 stratum+tcp://doge.minep.it:3332 - first alive pool
[2014-05-25 22:27:19] Pool 0 difficulty changed to 16
[2014-05-25 22:27:19] Pool 0 stratum+tcp://myre[Suspicious link removed]t2pools.com:6030 alive, testing stability
[2014-05-25 22:27:19] Switching to pool 0 stratum+tcp://myre[Suspicious link removed]t2pools.com:6030
[2014-05-25 22:27:20] Pool 2 difficulty changed to 16
[2014-05-25 22:27:20] Network diff set to 26
[2014-05-25 22:27:46] Network diff set to 26
[2014-05-25 22:27:46] Stratum from pool 0 detected new block
[2014-05-25 22:27:51] Network diff set to 572
[2014-05-25 22:27:51] Stratum from pool 1 detected new block
[2014-05-25 22:27:57] Network diff set to 26
[2014-05-25 22:27:57] Stratum from pool 0 detected new block
[2014-05-25 22:28:23] Network diff set to 26
[2014-05-25 22:28:23] Stratum from pool 0 detected new block
[2014-05-25 22:29:34] Network diff set to 26
The conf file:
{
"pools" : [
{
"url" : "stratum+tcp://myre[Suspicious link removed]t2pools.com:6030",
"user" : "ordenadoresatm.gblade",
"pass" : "gblade"
},
{
"url" : "stratum+tcp://doge.minep.it:3332",
"user" : "ordenadoresatm.gblade",
"pass" : "x"
},
{
"url" : "stratum+tcp://doge.ghash.io:3333",
"user" : "ordenadoresatm.gblade",
"pass" : "gblade"
}
]
,
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "120",
"hotplug" : "0",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "30",
"scrypt" : true,
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"gridseed-options" : "baud=115200,freq=800,chips=40,modules=1,usefifo=0,btc=0"
}
And the script calling cgminer:
/opt/miners/cgminer-gc3355/cgminer --usb 1:7,1:8,2:2,2:3 --config /etc/bamt/cgminerGblade.conf
Please, ant idea? If I buy a Raspberry Pi Would it work?
Thank you