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.