Bitcoin Forum
June 03, 2024, 04:12:16 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 [29] 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 »
  Print  
Author Topic: [ANN] Introduction to DualMiner USB (could mine both BTC and LTC)  (Read 114581 times)
dualminer_3
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
February 22, 2014, 10:12:20 PM
 #561

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.
poopypants
Full Member
***
Offline Offline

Activity: 134
Merit: 100


View Profile
February 22, 2014, 10:27:51 PM
 #562

I navigate to the dualminer-master folder on my pi.  Type,  sh ./configure --enable-dualminer --enable-scrypt --disable-opencl --without-libudev --prefix=$DIR_PATH/
make && make install


the output is

warning you should use --build, --host,  --target
checking build configuration type... Invalid configuration 'make' machine 'make' not recognized
configure error /bin/bash ./config.sub make failed

I am very new to linux interface so I appreciate the help even tho this could be trivial for more experienced users.  Thanks in advanced

Einsteinium: http://einsteinium.org/    Helping advance Science

SilkCoin: BCZFuLUX2XfGF4W5cRK3efcg6U5Pv1tuaj
Mitchell1982
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 22, 2014, 10:34:25 PM
 #563

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?
I did on my Ubuntu box. For my Pi i'm still waiting on my powered USB hub, so thats not tested yet. It does however connect to the pool like it should be, allthough no mining yet. Whem my hub is in, you'll be the first to know.
Mitchell1982
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 22, 2014, 10:50:28 PM
 #564

I navigate to the dualminer-master folder on my pi.  Type,  sh ./configure --enable-dualminer --enable-scrypt --disable-opencl --without-libudev --prefix=$DIR_PATH/
make && make install


the output is

warning you should use --build, --host,  --target
checking build configuration type... Invalid configuration 'make' machine 'make' not recognized
configure error /bin/bash ./config.sub make failed

I am very new to linux interface so I appreciate the help even tho this could be trivial for more experienced users.  Thanks in advanced
Somehow I needed some privileges i didn't have under sudo. I did need to use "sudo su" for compiling. This won't solve this problem, because the machine is complaining about the build type. I gues you need to install some additional packages. I did to, but i dont recal which ones, so i'll have to check. If i get around to it, tommorow i'll check which dependencies needed to be installed.
CruzCoins
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
February 22, 2014, 10:52:00 PM
 #565

I navigate to the dualminer-master folder on my pi.  Type,  sh ./configure --enable-dualminer --enable-scrypt --disable-opencl --without-libudev --prefix=$DIR_PATH/
make && make install


the output is

warning you should use --build, --host,  --target
checking build configuration type... Invalid configuration 'make' machine 'make' not recognized
configure error /bin/bash ./config.sub make failed

I am very new to linux interface so I appreciate the help even tho this could be trivial for more experienced users.  Thanks in advanced
Try running ./autogen.sh before running ./configure.
poopypants
Full Member
***
Offline Offline

Activity: 134
Merit: 100


View Profile
February 22, 2014, 11:14:05 PM
 #566

I navigate to the dualminer-master folder on my pi.  Type,  sh ./configure --enable-dualminer --enable-scrypt --disable-opencl --without-libudev --prefix=$DIR_PATH/
make && make install


the output is

warning you should use --build, --host,  --target
checking build configuration type... Invalid configuration 'make' machine 'make' not recognized
configure error /bin/bash ./config.sub make failed

I am very new to linux interface so I appreciate the help even tho this could be trivial for more experienced users.  Thanks in advanced
Try running ./autogen.sh before running ./configure.

./autogen.sh comes back as permission denied,  thanks though

Einsteinium: http://einsteinium.org/    Helping advance Science

SilkCoin: BCZFuLUX2XfGF4W5cRK3efcg6U5Pv1tuaj
keelson
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 22, 2014, 11:23:51 PM
 #567

Which miner software are both of you talking about? Where did you download it?

@poopypants, you can run chmod +x autogen.sh , this should maybe fix your permission problem.
But you don't need to build it with sudo (root privileges), so if you did that before, this might not work. If you did that, try to remove the build directory, download it again and start from scratch without sudo.

CruzCoins
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
February 22, 2014, 11:27:51 PM
 #568

Which miner software are both of you talking about? Where did you download it?

@poopypants, you can run chmod +x autogen.sh , this should maybe fix your permission problem.
But you don't need to build it with sudo (root privileges), so if you did that before, this might not work. If you did that, try to remove the build directory, download it again and start from scratch without sudo.


Custom cgminer build from dualminer that just committed to github: https://github.com/dualminer/dualminer
poopypants
Full Member
***
Offline Offline

Activity: 134
Merit: 100


View Profile
February 23, 2014, 12:01:29 AM
 #569

Thanks for the help, still no luck.  I deleted everything and retried.  I can compile it and get past ./configure --enable-dualminer --enable-scrypt --disable-opencl --without-libudev --prefix=$DIR_PATH/

but when I make && make install I get the same error as I am getting in above post

I tried to use chmod +x autogen.sh then do above but no change.  I might give up for the night until maybe dualminer-3 can shed some light on this.  Im using raspbian wheezy latest update.

Einsteinium: http://einsteinium.org/    Helping advance Science

SilkCoin: BCZFuLUX2XfGF4W5cRK3efcg6U5Pv1tuaj
keelson
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 23, 2014, 12:21:16 AM
 #570

Quote
Custom cgminer build from dualminer that just committed to github: https://github.com/dualminer/dualminer

Thanks, I haven't tried that one yet, I just compiled it and it seems to be working. The first shares are getting recognized by the pool.
fastcore
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
February 23, 2014, 03:44:11 AM
 #571

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.

Silly mistake, my batch file had 400 in it instead of 800... so it was ramped down. I just copied the syntax for the LTC_ONLY they included in the bundled software. All is good now. I normally use BFGMiner so I didn't know any better.
lajz99
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


View Profile
February 23, 2014, 03:50:20 AM
 #572

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.

Silly mistake, my batch file had 400 in it instead of 800... so it was ramped down. I just copied the syntax for the LTC_ONLY they included in the bundled software. All is good now. I normally use BFGMiner so I didn't know any better.

Glad to hear you're up and running at full speed.

poopypants
Full Member
***
Offline Offline

Activity: 134
Merit: 100


View Profile
February 23, 2014, 05:39:06 AM
 #573

Ok I figured it out thanks, just had to download some libudev-dev and define where some folders were.

Einsteinium: http://einsteinium.org/    Helping advance Science

SilkCoin: BCZFuLUX2XfGF4W5cRK3efcg6U5Pv1tuaj
wunch
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
February 23, 2014, 09:59:03 AM
 #574

Hi,

One more question, can we mine all "Scrypt coin" with the Dualminer ? Or only the LTC ?

mine are pointed at multipool and have no problem
Mitchell1982
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 23, 2014, 11:26:26 AM
 #575

Ok I figured it out thanks, just had to download some libudev-dev and define where some folders were.
Was just checking, but you found it allready. Thats the one!
ManeBjorn
Legendary
*
Offline Offline

Activity: 1288
Merit: 1004



View Profile
February 23, 2014, 05:03:32 PM
 #576

Is there any news on when an updated Windows GUI version will be ready?
I know MultiMiner support is coming but in the meantime I am using the windows GUI.

Tathata
Member
**
Offline Offline

Activity: 94
Merit: 10


View Profile
February 23, 2014, 11:22:52 PM
 #577

Anyone try these with Rpi / minepeon combo? I would but mines still on the way. Really I just want it to run on Raspberry Pi / USB hub any way possible. I don't want to have a lot of watts, my PC on 24/7.
nwoolls
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1002


View Profile WWW
February 24, 2014, 05:12:49 AM
 #578

I know MultiMiner support is coming but in the meantime I am using the windows GUI.

This is progressing well btw  Smiley

MultiMiner: Any Miner, Any Where, on Any Device |  Xgminer: Mine with popular miners on Mac OS X
btc: 1BmXY4ZZQh1iHSVre658gM1gPAEtDnq8rv  |  ltc: LP1SsHZTDexndkvRKsqAkXNsienPHwaMb5  |  hardware: nwoolls at gmail dot com
ManeBjorn
Legendary
*
Offline Offline

Activity: 1288
Merit: 1004



View Profile
February 24, 2014, 05:35:33 AM
 #579

Now that is some great news!!  Grin
Thanks

I know MultiMiner support is coming but in the meantime I am using the windows GUI.

This is progressing well btw  Smiley

Blueman666
Member
**
Offline Offline

Activity: 108
Merit: 10


View Profile
February 24, 2014, 09:37:50 AM
 #580

Does anyone know if the dualminer version of cgminer will work with the 5 chip units?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 [29] 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!