Pages:
Author

Topic: [GUIDE] GridSeed 5-Chip USB, Blade & Black Miner Support/Tuning - page 9. (Read 308626 times)

sr. member
Activity: 364
Merit: 250
try this.

Code:
{
"gc3355-detect" : true,
"gc3355-freq" : [
"8D9117765449:850:0", "8D9117765449:850:1", "8D9117765449:850:2", "8D9117765449:850:3", "8D9117765449:850:4"
"8D76576C5355:850:0", "8D76576C5355:850:1", "8D76576C5355:850:2", "8D76576C5355:850:3", "8D76576C5355:850:4"
],
"gc3355-autotune" : true,
"pools" : [
{
"url" : "stratum+tcp://us-east.multipool.us:7777",
"user" : "brandonb01.1",
"pass" : "x"
},
{
"url" : "stratum+tcp://doge.ghash.io:3333",
"user" : "user",
"pass" : "x"
}
],
"freq" : "850",
"debug" : true,
"log" : "log.txt"
}

error:

Code:

C:\Users\Miner-1\Downloads\minerd-gc3355\minerd-gc3355>minerd-gc3355.exe -c conf
.json
minerd-gc3355.exe: conf.json:5: ']' expected near '"8D76576C5355:850:0"'

C:\Users\Miner-1\Downloads\minerd-gc3355\minerd-gc3355>pause
Press any key to continue . . .

sr. member
Activity: 364
Merit: 250
Setting up the sandor111 for my 2 gridseeds, I get some errors.

Here is my screen:
Code:
cpuminer-gc3355 (v1.0d) - Started: [2014-05-22 15:49:08]
================================================================================
 (2s) | 0.00/0.00 MH/s | A: 0 R: 0 HW: 0
 Connected to - diff 0 with stratum as user -
================================================================================
 GSD 0: 8D9117765449 | 0 MHz | 0.0/0.0 KH/s | A: 0 R: 0 H: 0
 GSD 1: 8D76576C5355 | 0 MHz | 0.0/0.0 KH/s | A: 0 R: 0 H: 0

================================================================================
 [2014-05-22 15:49:08] Stratum pool info incomplete
 [2014-05-22 15:49:08] 0: GC3355 chip mining thread started, in SINGLE mode
 [2014-05-22 15:49:08] 0: Open device \\.\COM3
 [2014-05-22 15:49:08] 0: Terminating GC3355 chip mining thread
 [2014-05-22 15:49:08] 1: GC3355 chip mining thread started, in SINGLE mode
 [2014-05-22 15:49:08] 1: Open device \\.\COM3
 [2014-05-22 15:49:08] 1: Terminating GC3355 chip mining thread

Post the json you're using. Stock I am guessing?

I used the stock json. I also started it from a CMD Prompt, no json, autodetect. same error:

Pool info incomplete, seems like you forgot the pool URL, user and pass.


Honored to have the developer reply Smiley

Anyway, I have started it with the start.bat, tied into the config.json. It appears it is not mining.

Here is the miner:

Code:
cpuminer-gc3355 (v1.0d) - Started: [2014-05-22 18:09:46]
================================================================================
 (2s) | 0.00/0.00 MH/s | A: 0 R: 0 HW: 0
 Connected to us-east.multipool.us:7777 diff 64 with stratum as user brandonb01.
================================================================================
 GSD 0: 8D9117765449 | 0 MHz | 0.0/0.0 KH/s | A: 0 R: 0 H: 0
 GSD 1: 8D76576C5355 | 0 MHz | 0.0/0.0 KH/s | A: 0 R: 0 H: 0

================================================================================
 [2014-05-22 18:11:05.8580] Stratum detected new block
 [2014-05-22 18:11:05.8736] New Job_id: 6204 Diff: 2048 Work_id: 75f954d4
 [2014-05-22 18:12:05.8869] Stratum connection timed out
 [2014-05-22 18:12:05.8869] Stratum connection interrupted
 [2014-05-22 18:12:05.8869] Starting Stratum on stratum+tcp://us-east.multipool
 .us:7777
 [2014-05-22 18:12:05.9337] Failed to get Stratum session id
 [2014-05-22 18:12:05.9337] Stratum difficulty set to 2048
 [2014-05-22 18:12:05.9493] Stratum difficulty set to 64
 [2014-05-22 18:12:05.9493] Stratum detected new block
 [2014-05-22 18:12:05.9649] New Job_id: 61bd Diff: 2048 Work_id: 7635b97c
 [2014-05-22 18:12:44.3410] Stratum detected new block
 [2014-05-22 18:12:44.3410] New Job_id: 61be Diff: 64 Work_id: 765c343f
 [2014-05-22 18:13:01.7974] Stratum detected new block
 [2014-05-22 18:13:01.7974] New Job_id: 61bf Diff: 64 Work_id: 766d2b2e

Here is my JSON file:

Code:
{
"gc3355-detect" : true,
"gc3355-freq" : [
"\\\\.\\COM1"
],
"gc3355-autotune" : true,
"pools" : [
{
"url" : "stratum+tcp://us-east.multipool.us:7777",
"user" : "brandonb01.1",
"pass" : "x"
},
{
"url" : "stratum+tcp://doge.ghash.io:3333",
"user" : "user",
"pass" : "x"
}
],
"freq" : "850",
"debug" : true
}

hero member
Activity: 616
Merit: 500
He might want to edit the json with notepad and add the following, but he needs to change the pool:port,username and password.

Code:
{
"gc3355-detect" : true,
"gc3355-freq" : [
"8D9117765449:850:0", "8D9117765449:850:1", "8D9117765449":850:2", "8D9117765449:850:3", "8D9117765449:850:4"
"8D76576C5355:850:0", "8D76576C5355:850:1", "8D76576C5355:850:2", "8D76576C5355:850:3", "8D76576C5355:850:4"
],
"gc3355-autotune" : true,
"pools" : [
{
"url" : "pool:port",
"user" : "username",
"pass" : "password"
}
],
"freq" : "850",
"debug" : true,
"log" : "log.txt"
}

After auto tuning for what 12-18 hours, he needs to check the log to see where optimal performance is. Then edit the json and remove and add "edit" the frequencies to each chip "0 1 2 3 4"

BTW, no need to specify the frequency for each chip if they're the same, I believe that bug was fixed recently.
legendary
Activity: 1270
Merit: 1000
Setting up the sandor111 for my 2 gridseeds, I get some errors.

Here is my screen:
Code:
cpuminer-gc3355 (v1.0d) - Started: [2014-05-22 15:49:08]
================================================================================
 (2s) | 0.00/0.00 MH/s | A: 0 R: 0 HW: 0
 Connected to - diff 0 with stratum as user -
================================================================================
 GSD 0: 8D9117765449 | 0 MHz | 0.0/0.0 KH/s | A: 0 R: 0 H: 0
 GSD 1: 8D76576C5355 | 0 MHz | 0.0/0.0 KH/s | A: 0 R: 0 H: 0

================================================================================
 [2014-05-22 15:49:08] Stratum pool info incomplete
 [2014-05-22 15:49:08] 0: GC3355 chip mining thread started, in SINGLE mode
 [2014-05-22 15:49:08] 0: Open device \\.\COM3
 [2014-05-22 15:49:08] 0: Terminating GC3355 chip mining thread
 [2014-05-22 15:49:08] 1: GC3355 chip mining thread started, in SINGLE mode
 [2014-05-22 15:49:08] 1: Open device \\.\COM3
 [2014-05-22 15:49:08] 1: Terminating GC3355 chip mining thread

Post the json you're using. Stock I am guessing?

I used the stock json. I also started it from a CMD Prompt, no json, autodetect. same error:

Pool info incomplete, seems like you forgot the pool URL, user and pass.

Nice catch...was going to suggest checking 12v power.
hero member
Activity: 616
Merit: 500
Setting up the sandor111 for my 2 gridseeds, I get some errors.

Here is my screen:
Code:
cpuminer-gc3355 (v1.0d) - Started: [2014-05-22 15:49:08]
================================================================================
 (2s) | 0.00/0.00 MH/s | A: 0 R: 0 HW: 0
 Connected to - diff 0 with stratum as user -
================================================================================
 GSD 0: 8D9117765449 | 0 MHz | 0.0/0.0 KH/s | A: 0 R: 0 H: 0
 GSD 1: 8D76576C5355 | 0 MHz | 0.0/0.0 KH/s | A: 0 R: 0 H: 0

================================================================================
 [2014-05-22 15:49:08] Stratum pool info incomplete
 [2014-05-22 15:49:08] 0: GC3355 chip mining thread started, in SINGLE mode
 [2014-05-22 15:49:08] 0: Open device \\.\COM3
 [2014-05-22 15:49:08] 0: Terminating GC3355 chip mining thread
 [2014-05-22 15:49:08] 1: GC3355 chip mining thread started, in SINGLE mode
 [2014-05-22 15:49:08] 1: Open device \\.\COM3
 [2014-05-22 15:49:08] 1: Terminating GC3355 chip mining thread

Post the json you're using. Stock I am guessing?

I used the stock json. I also started it from a CMD Prompt, no json, autodetect. same error:

Pool info incomplete, seems like you forgot the pool URL, user and pass.
sr. member
Activity: 364
Merit: 250
Setting up the sandor111 for my 2 gridseeds, I get some errors.

Here is my screen:
Code:
cpuminer-gc3355 (v1.0d) - Started: [2014-05-22 15:49:08]
================================================================================
 (2s) | 0.00/0.00 MH/s | A: 0 R: 0 HW: 0
 Connected to - diff 0 with stratum as user -
================================================================================
 GSD 0: 8D9117765449 | 0 MHz | 0.0/0.0 KH/s | A: 0 R: 0 H: 0
 GSD 1: 8D76576C5355 | 0 MHz | 0.0/0.0 KH/s | A: 0 R: 0 H: 0

================================================================================
 [2014-05-22 15:49:08] Stratum pool info incomplete
 [2014-05-22 15:49:08] 0: GC3355 chip mining thread started, in SINGLE mode
 [2014-05-22 15:49:08] 0: Open device \\.\COM3
 [2014-05-22 15:49:08] 0: Terminating GC3355 chip mining thread
 [2014-05-22 15:49:08] 1: GC3355 chip mining thread started, in SINGLE mode
 [2014-05-22 15:49:08] 1: Open device \\.\COM3
 [2014-05-22 15:49:08] 1: Terminating GC3355 chip mining thread

Post the json you're using. Stock I am guessing?

I used the stock json. I also started it from a CMD Prompt, no json, autodetect. same error:
sr. member
Activity: 364
Merit: 250
Setting up the sandor111 for my 2 gridseeds, I get some errors.

Here is my screen:
Code:
cpuminer-gc3355 (v1.0d) - Started: [2014-05-22 15:49:08]
================================================================================
 (2s) | 0.00/0.00 MH/s | A: 0 R: 0 HW: 0
 Connected to - diff 0 with stratum as user -
================================================================================
 GSD 0: 8D9117765449 | 0 MHz | 0.0/0.0 KH/s | A: 0 R: 0 H: 0
 GSD 1: 8D76576C5355 | 0 MHz | 0.0/0.0 KH/s | A: 0 R: 0 H: 0

================================================================================
 [2014-05-22 15:49:08] Stratum pool info incomplete
 [2014-05-22 15:49:08] 0: GC3355 chip mining thread started, in SINGLE mode
 [2014-05-22 15:49:08] 0: Open device \\.\COM3
 [2014-05-22 15:49:08] 0: Terminating GC3355 chip mining thread
 [2014-05-22 15:49:08] 1: GC3355 chip mining thread started, in SINGLE mode
 [2014-05-22 15:49:08] 1: Open device \\.\COM3
 [2014-05-22 15:49:08] 1: Terminating GC3355 chip mining thread
sr. member
Activity: 378
Merit: 250
New issue with one of my Blades. Every so often, I'll get one of the Blades having a "USB failure". Of course, using CGMiner, this kills the program and then ALL the Blades stop mining.  Sad

I've tried using a different USB cable and I've tried a different power source. Nothing changes. When its mining, its awesome. Fast. I was running everything at 838Mhz, but I've gone back down to 800 to see of that was the problem. Nope, every time, eventually, there will be a USB failure and CGMiner has to shut down.

Search for FIFO Buffers in this thread.
Your solution may be there.
Good luck!
hero member
Activity: 910
Merit: 501
New issue with one of my Blades. Every so often, I'll get one of the Blades having a "USB failure". Of course, using CGMiner, this kills the program and then ALL the Blades stop mining.  Sad

I've tried using a different USB cable and I've tried a different power source. Nothing changes. When its mining, its awesome. Fast. I was running everything at 838Mhz, but I've gone back down to 800 to see of that was the problem. Nope, every time, eventually, there will be a USB failure and CGMiner has to shut down.
sr. member
Activity: 378
Merit: 250
Let me RECOMMEND CPUMINER Ver. 1.1c!
It has to be the best work Sandor111 has done on this program yet!
I LOVE it!
Thank you Sandor! Very Well Done!
Wolfey2014

Thought the last one was 1.0c?

GC3355 device detection + serial string display has been added for Windows.
Binaries are updated, current version is 1.0c
Edit: You can now also set frequency by serial instead of COM port.

Some people call it 1.0c. I call it 1.1c  Grin

D-OH!
sr. member
Activity: 378
Merit: 250
Let me RECOMMEND CPUMINER Ver. 1.0c!
It has to be the best work Sandor111 has done on this program yet!
I LOVE it!
Thank you Sandor! Very Well Done!
Wolfey2014
legendary
Activity: 1150
Merit: 1004
Tip sent to "edonkey 0.00433728" and "sandor111 0.01069322"

Wow! That's unexpected considering how little I did. Sandor111 and michelem have done all the work.

Anyway, thanks very much!
legendary
Activity: 1512
Merit: 1009
Once again formatted my test SD to use with my testing rig, this time with Minera+cpuminer. I've been having the following problem:

Quote
[2014-05-20 17:48:24.4423] 0: GC3355 chip mining thread started, in SINGLE mode
[2014-05-20 17:48:24.4438] Starting Stratum on stratum+tcp://stratum01.hashco.ws:8888
[2014-05-20 17:48:24.4448] 0: Open device /dev/ttyACM0
[2014-05-20 17:48:24.4903] 0: Resetting GC3355 chips
[2014-05-20 17:48:24.7365] Failed to get Stratum session id
[2014-05-20 17:48:24.7386] Stratum difficulty set to 64
[2014-05-20 17:48:24.7998] Stratum detected new block
[2014-05-20 17:48:24.8012] New Job_id: 6567 Diff: 64 Work_id: 956839ab
[2014-05-20 17:48:25.6872] 0: Firmware version: 0x13011401
[2014-05-20 17:48:25.6886] 0: GC3355 5-chip USB-Mini Miner detected
[2014-05-20 17:48:25.7003] 0@0: Set GC3355 core frequency to 850Mhz
[2014-05-20 17:48:25.7122] 0@1: Set GC3355 core frequency to 875Mhz
[2014-05-20 17:48:25.7239] 0@2: Set GC3355 core frequency to 850Mhz
[2014-05-20 17:48:25.7355] 0@3: Set GC3355 core frequency to 825Mhz
[2014-05-20 17:48:25.7478] 0@4: Set GC3355 core frequency to 850Mhz
[2014-05-20 17:48:25.7495] 0: Resetting GC3355 chips
[2014-05-20 17:48:25.8520] 0: Dispatching new work to GC3355 cores (0x956839ab)
[2014-05-20 17:48:27.1248] API: Client 127.0.0.1 connected
[2014-05-20 17:48:28.5406] API: Client 127.0.0.1 connected
[2014-05-20 17:48:28.6433] API: Client 127.0.0.1 connected
[2014-05-20 17:48:28.6459] API: GET: stats
[2014-05-20 17:48:34.5482] Stratum detected new block
[2014-05-20 17:48:34.5544] New Job_id: 279f Diff: 64 Work_id: 95726803
[2014-05-20 17:48:34.6468] 0: Resetting GC3355 chips
[2014-05-20 17:48:34.7502] 0: Dispatching new work to GC3355 cores (0x95726803)
[2014-05-20 17:48:44.8467] 0@1 875MHz: Got nonce 333e9bed, Hash <= Htarget! (0x95726803) 74.1 KH/s
[2014-05-20 17:48:44.9113] Accepted 333e9bed GSD 0@1
[2014-05-20 17:49:00.0282] 0@3 825MHz: Got nonce 99b48f05, Hash <= Htarget! (0x95726803) 69.9 KH/s
[2014-05-20 17:49:00.0914] Accepted 99b48f05 GSD 0@3
[2014-05-20 17:49:01.7613] 0@1 875MHz: Got nonce 3351c299, Hash <= Htarget! (0x95726803) 74.2 KH/s
[2014-05-20 17:49:01.8270] Accepted 3351c299 GSD 0@1
[2014-05-20 17:49:05.6778] 0@0 850MHz: Got nonce 0021ff21, Hash <= Htarget! (0x95726803) 72.0 KH/s
[2014-05-20 17:49:05.7431] Accepted 0021ff21 GSD 0@0
[2014-05-20 17:49:09.4791] 0@2 850MHz: Got nonce 668c9295, Hash <= Htarget! (0x95726803) 72.0 KH/s
[2014-05-20 17:49:09.5431] Accepted 668c9295 GSD 0@2
[2014-05-20 17:49:19.5573] Stratum detected new block
[2014-05-20 17:49:19.5601] New Job_id: 349b Diff: 64 Work_id: 959f8bd2
[2014-05-20 17:49:19.5768] 0: Resetting GC3355 chips
[2014-05-20 17:49:19.6803] 0: Dispatching new work to GC3355 cores (0x959f8bd2)
[2014-05-20 17:49:29.4630] API: Client 127.0.0.1 connected
[2014-05-20 17:49:29.5662] API: Client 127.0.0.1 connected
[2014-05-20 17:49:29.5697] API: GET: stats
[2014-05-20 17:49:39.2200] 0@2 850MHz: Got nonce 667bde30, Hash <= Htarget! (0x959f8bd2) 72.0 KH/s
[2014-05-20 17:49:39.2833] Accepted 667bde30 GSD 0@2
[2014-05-20 17:49:54.9976] Stratum detected new block
[2014-05-20 17:49:54.9994] New Job_id: 41a4 Diff: 64 Work_id: 95c23fa8
[2014-05-20 17:49:55.0168] 0: Resetting GC3355 chips
[2014-05-20 17:49:55.1193] 0: Dispatching new work to GC3355 cores (0x95c23fa8)
[2014-05-20 17:50:01.8325] API: Client 127.0.0.1 connected
[2014-05-20 17:50:01.9347] API: Client 127.0.0.1 connected
[2014-05-20 17:50:02.0369] API: Client 127.0.0.1 connected
[2014-05-20 17:50:02.0453] API: GET: stats
[2014-05-20 17:50:15.2105] 0@2 850MHz: Got nonce 667c7965, Hash <= Htarget! (0x95c23fa8) 72.0 KH/s
[2014-05-20 17:50:15.2749] Accepted 667c7965 GSD 0@2
[2014-05-20 17:50:17.2068] 0@4 850MHz: Got nonce cce5107c, Hash <= Htarget! (0x95c23fa8) 72.0 KH/s
[2014-05-20 17:50:17.3393] Accepted cce5107c GSD 0@4
[2014-05-20 17:50:25.8266] 0@0 850MHz: Got nonce 0021c104, Hash <= Htarget! (0x95c23fa8) 72.0 KH/s
[2014-05-20 17:50:25.8916] Accepted 0021c104 GSD 0@0
[2014-05-20 17:50:29.8940] API: Client 127.0.0.1 connected
[2014-05-20 17:50:29.9962] API: Client 127.0.0.1 connected
[2014-05-20 17:50:29.9986] API: GET: stats
[2014-05-20 17:50:34.7655] 0@0 850MHz: Got nonce 002b95ce, Hash <= Htarget! (0x95c23fa8) 72.1 KH/s
[2014-05-20 17:50:34.8294] Accepted 002b95ce GSD 0@0
[2014-05-20 17:50:37.9488] Stratum detected new block
[2014-05-20 17:50:38.2721] New Job_id: 4ec7 Diff: 64 Work_id: 95ee26a3
[2014-05-20 17:50:37.2739] 0: Resetting GC3355 chips
[2014-05-20 17:50:38.2767] New Job_id: 5bc1 Diff: 64 Work_id: 95ee26a3
[2014-05-20 17:50:38.3774] 0: Dispatching new work to GC3355 cores (0x95ee26a3)
[2014-05-20 17:50:43.2940] Stratum detected new block
[2014-05-20 17:50:43.3014] New Job_id: 68be Diff: 64 Work_id: 95f39903
[2014-05-20 17:50:43.3768] 0: Resetting GC3355 chips
[2014-05-20 17:50:43.4793] 0: Dispatching new work to GC3355 cores (0x95f39903)
[2014-05-20 17:50:49.3511] Stratum detected new block
[2014-05-20 17:50:49.3529] New Job_id: 75bd Diff: 64 Work_id: 95f9626d
[2014-05-20 17:50:49.3768] 0: Resetting GC3355 chips
[2014-05-20 17:50:49.4792] 0: Dispatching new work to GC3355 cores (0x95f9626d)
[2014-05-20 17:51:03.2658] Stratum detected new block
[2014-05-20 17:51:03.2677] New Job_id: 82c7 Diff: 64 Work_id: 96071580
[2014-05-20 17:51:03.2769] 0: Resetting GC3355 chips
[2014-05-20 17:51:03.3793] 0: Dispatching new work to GC3355 cores (0x96071580)
[2014-05-20 17:51:30.0950] API: Client 127.0.0.1 connected
[2014-05-20 17:51:30.1974] API: Client 127.0.0.1 connected
[2014-05-20 17:51:30.1998] API: GET: stats
[2014-05-20 17:51:53.4456] stratum_recv_line failed
[2014-05-20 17:51:53.4480] Stratum connection interrupted
[2014-05-20 17:51:53.4497] Starting Stratum on stratum+tcp://stratum01.hashco.ws:8888

Stratum just disconnects randomly. I don't know if it's a cpuminer problem, but i presume it is since Minera is working perfectly. Any workaround for this? I have to keep resetting this rig.
hero member
Activity: 616
Merit: 500
Hey, is 'any frequency' supported in the latest version of cpuminer, ver 1.0c ?
I presume any frequency means you can step it at 1Hz increments too?
Thanks

It seems to be.  I have one of my miners at 1170Mhz.

Yes.
sr. member
Activity: 252
Merit: 254
Hey, is 'any frequency' supported in the latest version of cpuminer, ver 1.0c ?
I presume any frequency means you can step it at 1Hz increments too?
Thanks

It seems to be.  I have one of my miners at 1170Mhz.
sr. member
Activity: 378
Merit: 250
Hey, is 'any frequency' supported in the latest version of cpuminer, ver 1.0c ?
I presume any frequency means you can step it at 1Hz increments too?
Thanks
legendary
Activity: 1150
Merit: 1004
Well, I am preparing myself for my Raspberry Pi Model B RASPBRRY-PCBA512 Broadcom BCM2835 700MHz ARM1176JZFS.

-
Steps that I have prepared myself so far with.

A1). Installed SDFormatterv4.
A2). Installed Win32DiskImager-0.9.5.
-
~
-
=
Goals:
=
+
B1). Picking an image. SCIPTA or HASHRA
B2). Asking if Sandor111 program is supported in either images of SCIPTA or HASHRA.
B3). Asking which Image would best fit me or my setup?
+
-
Description:
I will be running five volt modded for higher overclock and fan volt modded 5-chip gridseeds. +one unmodded untouched as for now 5-chip gridseed. Grand total of 6 gridseeds.

Notes:
I do have a little experience with debian based OS's like, ubuntu, linuxmint.

I've used Scripta with three different versions of cgminer. While that rig works, it's not optimal. I get occasional cgminer crashes, which I've worked around by using daemontools to keep the miner software running. Sometimes a GridSeed will stop producing accepts, so I have to bounce cgminer. And lastly, there are certain features of Scripta that have just never worked for me (including the graphs).

If I was starting from scratch, I would go with Minera and Sandor111's cpuminer. I've been running that combo on a test rig for a couple of weeks and am happy. I've found cpuminer to be very stable, and it's auto tune function gets you close to optimal per-chip frequencies without a lot of messing around.

I'm hoping to move my main rig to Minera/cpuminer this weekend. I'm waiting on a new Minera feature of running cpuminer as a service.

So take a look at this thread. The OP (michelem) has a Raspberry Pi image:

https://bitcointalksearch.org/topic/minera-v090-your-next-mining-dashboard-s9l3d3cpuminercgminerbfgminer-596620

It's good that you have some *nix experience. While all of the above mentioned images strive to provide a mining appliance, there will definitely be some work that you will have to do to update, troubleshoot, and keep things running.
legendary
Activity: 994
Merit: 1000
It seems that one of my Gridseeds is not actually hashing. See the pic to get what I mean. This is confirmed by my pool speed of barely 3,000 khs.

I rebooted the raspberry several times to no avail. The only difference is that the #Gridseed changes (here is #3, before a reboot was #4).
I got this batch a few days ago and in the first days all 10 were mining.
Now I don't even know how to find the culprit: can i disconnect one by one while they are operating without risking to damage others?
Any advice? tia
 
@darkfriend77: it was a batch2 from you. Is there a warranty?

it's running just han;t gotten any shares to work on.

give it  some time or join a larger pool






Same Problem, it´s a faulty Miner. Got refunded my 70$ from minereu.com.

member
Activity: 86
Merit: 10
GC3355 device detection + serial string display has been added for Windows.
Binaries are updated, current version is 1.0c
Edit: You can now also set frequency by serial instead of COM port.

May I ask how I get the serial?

Just start the program as normal and it shows in the log and permanently displays at the top of the display. Its a 12 digit string.
sr. member
Activity: 840
Merit: 251
GC3355 device detection + serial string display has been added for Windows.
Binaries are updated, current version is 1.0c
Edit: You can now also set frequency by serial instead of COM port.

Sandor111 thanks for the gpuminer for the gridseeds.
Pages:
Jump to: