fastcore
Newbie
Offline
Activity: 40
Merit: 0
|
|
February 21, 2014, 03:15:40 PM |
|
you should look in to why these miners die after x amount of hours
I haven't had problems with mine going down on my Windows 7 box at all. The speed isn't what I expected out of them though.
|
|
|
|
lajz99
|
|
February 21, 2014, 06:27:32 PM |
|
you should look in to why these miners die after x amount of hours
I haven't had problems with mine going down on my Windows 7 box at all. The speed isn't what I expected out of them though. You're not getting the 70kh/s each? I have 30 with no issues on any of them.
|
|
|
|
Mitchell1982
Newbie
Offline
Activity: 8
Merit: 0
|
|
February 21, 2014, 07:23:01 PM |
|
Just got mine today. Bought 10 on the website and had them at home in 3 days (Netherlands). Now setting up the rig, using the new software from github. Got it running on my Linux mint eeepc. This weekend i'm setting up the raspberry pi.
Do you use fans on these in a usb hub or just passive cooling?
|
|
|
|
fastcore
Newbie
Offline
Activity: 40
Merit: 0
|
|
February 21, 2014, 08:15:38 PM |
|
you should look in to why these miners die after x amount of hours
I haven't had problems with mine going down on my Windows 7 box at all. The speed isn't what I expected out of them though. You're not getting the 70kh/s each? I have 30 with no issues on any of them. I'm getting 25-35kh/s per a single one. I know that is the # if it is in dual mode but I'm 100% sure I have the switch flipped to L. I tried it the other way around and got the same hashrate. Any trick you had to do? I'm running these without the GUI. Maybe I need to change my batch script.
|
|
|
|
ManeBjorn
Legendary
Offline
Activity: 1288
Merit: 1004
|
|
February 21, 2014, 10:48:01 PM |
|
They do run nice and cool but a fan on them is always a good idea. I have an Arctic Breeze on mine. Just got mine today. Bought 10 on the website and had them at home in 3 days (Netherlands). Now setting up the rig, using the new software from github. Got it running on my Linux mint eeepc. This weekend i'm setting up the raspberry pi.
Do you use fans on these in a usb hub or just passive cooling?
|
|
|
|
ManeBjorn
Legendary
Offline
Activity: 1288
Merit: 1004
|
|
February 21, 2014, 10:49:44 PM |
|
I am currently using the GUI and I have no problems with it reaching full speed. Make sure the LTC only is checked. Also make sure your hub is giving it enough power. Some hubs to not supply enough. you should look in to why these miners die after x amount of hours
I haven't had problems with mine going down on my Windows 7 box at all. The speed isn't what I expected out of them though. You're not getting the 70kh/s each? I have 30 with no issues on any of them. I'm getting 25-35kh/s per a single one. I know that is the # if it is in dual mode but I'm 100% sure I have the switch flipped to L. I tried it the other way around and got the same hashrate. Any trick you had to do? I'm running these without the GUI. Maybe I need to change my batch script.
|
|
|
|
lajz99
|
|
February 21, 2014, 11:25:53 PM |
|
I will offer up a .05btc bounty for anyone who can post step by step instructions for setting these up on a beaglebone black; from setting up the beaglebone to up and running with the USB's.
|
|
|
|
keelson
Newbie
Offline
Activity: 8
Merit: 0
|
|
February 22, 2014, 01:19:37 AM |
|
I just got 2 of those miners and got them recognized on gentoo linux with https://github.com/gridseed/cpuminer.gitBut I haven't found any information about the dual mining mode so far, not with cpuminer nor the cgminer forks. How is it supposed to work, I suppose you need to define two pools, one for sha256 and one for scrypt?
|
|
|
|
akeetlebeetle
|
|
February 22, 2014, 02:19:56 AM |
|
I just got 2 of those miners and got them recognized on gentoo linux with https://github.com/gridseed/cpuminer.gitBut I haven't found any information about the dual mining mode so far, not with cpuminer nor the cgminer forks. How is it supposed to work, I suppose you need to define two pools, one for sha256 and one for scrypt? You're not going to make much money dual mining. Put it into LTC mode and mine alts. Much more profitable.
|
|
|
|
keelson
Newbie
Offline
Activity: 8
Merit: 0
|
|
February 22, 2014, 02:39:51 AM |
|
You're not going to make much money dual mining. Put it into LTC mode and mine alts. Much more profitable.
I was not asking about profitabilty. I am just curious about the dual mining capability as this is the first miner with a gridseed chip available to most of us, isn't it? There are more devices to be released in the near future and I haven't seen any information regarding the pool configuratiion in dual mining mode. More important right now: At the moment, I see that cpuminer seems to be doing his job in the shell, but I don't see any confirmation from the scrypt pools about that either. Did anyone have success with it so far? Cheers
|
|
|
|
dualminer_3
Newbie
Offline
Activity: 21
Merit: 0
|
|
February 22, 2014, 02:56:50 AM |
|
You're not going to make much money dual mining. Put it into LTC mode and mine alts. Much more profitable.
I was not asking about profitabilty. I am just curious about the dual mining capability as this is the first miner with a gridseed chip available to most of us, isn't it? There are more devices to be released in the near future and I haven't seen any information regarding the pool configuratiion in dual mining mode. More important right now: At the moment, I see that cpuminer seems to be doing his job in the shell, but I don't see any confirmation from the scrypt pools about that either. Did anyone have success with it so far? Cheers Previous version software supports dual mode. If you use previous software on Windows, you can do dual mode with following commands. We have to start two cgminers. One is for BTC mining. Another is for LTC mining. This two process use same exe file. Start BTC mining with command: cgminer.exe --dualminer-pll 500 --dualminer-btc 64 -o stratum+tcp://btc.give-me-coins.com:3335 -u xxxxx -p xxxx -S //./COMxxx
COMxx is the device name on Windows. --dualminer-pll is for clock freq. --dualminer-btc is for how many units you want to open Start LTC mining with command: cgminer.exe --scrypt -o stratum+tcp://ltc.give-me-coins.com:3333 -u xxxx -p xxxx -S //./COMxx--scrypt is for scrypt mining. If you just want to mine LTC, you can use: cgminer.exe --scrypt --lo -o stratum+tcp://ltc.give-me-coins.com:3333 -u xxx -p xxx -S //./COMxx --dualminer-pll 850
The --lo param forces cgminer only mine LTC. In LTC only mode, only one cgminer is needed The version on github doesn't support this dual mode. We will add dual mode support by next Wednesday. After this work done, you can do a dual mine with just only one cgminer.
|
|
|
|
keelson
Newbie
Offline
Activity: 8
Merit: 0
|
|
February 22, 2014, 03:32:34 AM Last edit: February 22, 2014, 03:43:48 AM by keelson |
|
Previous version software supports dual mode. If you use previous software on Windows, you can do dual mode with following commands. We have to start two cgminers. One is for BTC mining. Another is for LTC mining. This two process use same exe file.
Start BTC mining with command: cgminer.exe --dualminer-pll 500 --dualminer-btc 64 -o stratum+tcp://btc.give-me-coins.com:3335 -u xxxxx -p xxxx -S //./COMxxx
COMxx is the device name on Windows. --dualminer-pll is for clock freq. --dualminer-btc is for how many units you want to open Start LTC mining with command: cgminer.exe --scrypt -o stratum+tcp://ltc.give-me-coins.com:3333 -u xxxx -p xxxx -S //./COMxx --scrypt is for scrypt mining.
If you just want to mine LTC, you can use: cgminer.exe --scrypt --lo -o stratum+tcp://ltc.give-me-coins.com:3333 -u xxx -p xxx -S //./COMxx --dualminer-pll 850
The --lo param forces cgminer only mine LTC. In LTC only mode, only one cgminer is needed
The version on github doesn't support this dual mode. We will add dual mode support by next Wednesday. After this work done, you can do a dual mine with just only one cgminer.
Thanks for your quick reply dualminer_3, that helps a bit more to understand the dual mining configuration in general and I hope this will be more clear in the future, especially for non windows systems. But as the main purpose of this chip is scrypt mining, what is the best way to mine scrypt-only so far on linux? * does the position of the hardware switch matter at all? * and which mining software is currently working for that on linux ? cpuminer/cgminer ? which version or fork is recommended? Cheers
|
|
|
|
dualminer_3
Newbie
Offline
Activity: 21
Merit: 0
|
|
February 22, 2014, 04:09:13 AM |
|
scrypt only mining, just use the version on github. Have a look the readme file to know how to build it for Linux. The dip switch is very important. It changes the voltage of electricity. To get higher scrypt mining performance, switch it to L. When the switch is on L. You can mine at 850Mhz. Otherwise, only 600Mhz or below be used.
|
|
|
|
TomInVa57
Member
Offline
Activity: 378
Merit: 10
|
|
February 22, 2014, 03:13:25 PM |
|
scrypt only mining, just use the version on github. Have a look the readme file to know how to build it for Linux. The dip switch is very important. It changes the voltage of electricity. To get higher scrypt mining performance, switch it to L. When the switch is on L. You can mine at 850Mhz. Otherwise, only 600Mhz or below be used.
From the above example I am using cgminer.exe --scrypt --lo -o stratum+tcp://ltc.give-me-coins.com:3333 -u TomInVa57 -p 12 -S //./COM3 --dualminer-pll 850 the only thing that happens is the cgminer command window opens and immediately shuts down.. Switch is in LTC mode only.
|
|
|
|
keelson
Newbie
Offline
Activity: 8
Merit: 0
|
|
February 22, 2014, 03:33:33 PM |
|
scrypt only mining, just use the version on github. Have a look the readme file to know how to build it for Linux. The dip switch is very important. It changes the voltage of electricity. To get higher scrypt mining performance, switch it to L. When the switch is on L. You can mine at 850Mhz. Otherwise, only 600Mhz or below be used.
dualminer_3 are you working for dualimer.com? I ran 2 miners the whole night and looks like they are doing their job [2014-02-22 16:01:44] Stratum detected new block [2014-02-22 16:01:44] dispatching new work to GC3355 LTC core >>> LTC : 55aa1f2814000000 >>> LTC : 55aa1f2817000000 >>> LTC : 55aa1f00000000000000000000000000000000000000000000000000000000fcff030000a46bc7663e99a0a0f45af0eb24351bbc2353da55525233deb5f3a6f63be778f9000000013a12d4200b407e8e4d77c4a5213a35b38cd60f7fd4e6635128b42f1b5eb87cc54af30ee9c5e74815a10ccb1da018000b5f6079671143081f8f7a995a9b435f7d5308bbd71c02077e00000000ffffffff [2014-02-22 16:01:50] Stratum detected new block [2014-02-22 16:01:50] dispatching new work to GC3355 LTC core >>> LTC : 55aa1f2814000000 >>> LTC : 55aa1f2817000000 >>> LTC : 55aa1f00000000000000000000000000000000000000000000000000000000fcff03000071d4cedc7fe61dde3e363fb66e23b20b9e023f09f63a14c269a18162a5c14ee0000000010cc368bcca77bd98df10d15b595b0731394f2d7a0d1f2f4b2c93516a36fd52a7e2cd60ec4ee2e40a018a318519672e07e087121992d7aca573e45388a9123ada5308bbdd1c0206e500000000ffffffff [2014-02-22 16:01:54] Stratum detected new block [2014-02-22 16:01:54] dispatching new work to GC3355 LTC core >>> LTC : 55aa1f2814000000 >>> LTC : 55aa1f2817000000 >>> LTC : 55aa1f00000000000000000000000000000000000000000000000000000000fcff030000d04b1eb01c11128864aa86102f999c9a963368731bdedfb1d096f74881f3c23500000001d00306ff4ea660e815dce48edd136381f81cc69a325ba6537c5f6d0a8befa72430fcc2d29643616efa8d316f7fa355bd3ac50d12ce84286869153ce414b5efff5308bbe11c0205b900000000ffffffff [2014-02-22 16:02:11] Stratum detected new block [2014-02-22 16:02:11] dispatching new work to GC3355 LTC core >>> LTC : 55aa1f2814000000 >>> LTC : 55aa1f2817000000
However, the pool does not recognize any mining activity.... Also I just got a reply to my support ticket from dualminer.com (Herb): Linux mining will be coming soon. Watch the Support section of our website for that info.
|
|
|
|
poopypants
|
|
February 22, 2014, 08:08:10 PM |
|
For the life of me I can not get this to install on my Pi, I can configure everything but when I go to make && make install it will not work. I am not very talented with linux, so if someone would be so kind to break it down barney style for me I would really appreciate it.
|
|
|
|
Mitchell1982
Newbie
Offline
Activity: 8
Merit: 0
|
|
February 22, 2014, 09:39:13 PM |
|
For the life of me I can not get this to install on my Pi, I can configure everything but when I go to make && make install it will not work. I am not very talented with linux, so if someone would be so kind to break it down barney style for me I would really appreciate it.
I did get it compiled on my Pi today, running the latest Raspbian image. What seems to be the problem?
|
|
|
|
zellkoss
Newbie
Offline
Activity: 8
Merit: 0
|
|
February 22, 2014, 09:48:40 PM |
|
Hi,
One more question, can we mine all "Scrypt coin" with the Dualminer ? Or only the LTC ?
|
|
|
|
keelson
Newbie
Offline
Activity: 8
Merit: 0
|
|
February 22, 2014, 09:55:32 PM |
|
For the life of me I can not get this to install on my Pi, I can configure everything but when I go to make && make install it will not work. I am not very talented with linux, so if someone would be so kind to break it down barney style for me I would really appreciate it.
I got cpuminer compiled on my raspberry with rasbian successfully, too. But when I start mining, I have the same problem as I have on my gentoo box. What error are you getting when you run "make" and how did you configure the build?
|
|
|
|
keelson
Newbie
Offline
Activity: 8
Merit: 0
|
|
February 22, 2014, 10:07:54 PM |
|
I did get it compiled on my Pi today, running the latest Raspbian image. What seems to be the problem?
Are you able to mine with it on pools with confirmed shares?
|
|
|
|
|