Pages:
Author

Topic: [ANN] Introduction to DualMiner USB (could mine both BTC and LTC) - page 17. (Read 114584 times)

newbie
Activity: 21
Merit: 0
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.

NOTE: Pay attention to the device name in command line. There are two serial port devices appear if the VCP driver installed successfully. One for BTC nonce report, another for LTC nonce report.  

For example, if you see COM3 and COM4, usually COM3 is BTC port, COM4 is LTC. In some rare case, COM4 is for BTC, COM3 is for LTC.

To do a LTC only mode mining(--lo is given), please give the BTC port as the device name. In this mode, the chip is configured to report LTC nonce to BTC port.
In dual mode, make sure BTC mining process uses BTC port, LTC mining process uses LTC port.
newbie
Activity: 8
Merit: 0
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?
newbie
Activity: 8
Merit: 0
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?
newbie
Activity: 8
Merit: 0
Hi,

One more question, can we mine all "Scrypt coin" with the Dualminer ? Or only the LTC ?
newbie
Activity: 8
Merit: 0
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?
full member
Activity: 134
Merit: 100
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.
newbie
Activity: 8
Merit: 0
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

Code:
[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):
Quote
Linux mining will be coming soon. Watch the Support section of our website for that info.


member
Activity: 378
Merit: 10
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.
newbie
Activity: 21
Merit: 0
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.
newbie
Activity: 8
Merit: 0

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
newbie
Activity: 21
Merit: 0
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.

newbie
Activity: 8
Merit: 0
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
full member
Activity: 221
Merit: 100
I just got 2 of those miners and got them recognized on gentoo linux with https://github.com/gridseed/cpuminer.git

But 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.
newbie
Activity: 8
Merit: 0
I just got 2 of those miners and got them recognized on gentoo linux with https://github.com/gridseed/cpuminer.git

But 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?


hero member
Activity: 756
Merit: 500
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.
legendary
Activity: 1288
Merit: 1004
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.
legendary
Activity: 1288
Merit: 1004
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?
newbie
Activity: 40
Merit: 0
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.
newbie
Activity: 8
Merit: 0
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?
hero member
Activity: 756
Merit: 500
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.
Pages:
Jump to: