Pages:
Author

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

member
Activity: 65
Merit: 10
./configure –enable-dualminer –enable-scrypt –disable-opencl  –prefix=$DIR_PATH/

The issue is that $DIR_PATH is not defined. velvethammer2 , I assume you were following the instructions on the DM support web site? I think that the $DIR_PATH in those instructions are a typo.

CruzCoins' instructions on this thread are correct though.

Also, you could consider dropping the –prefix option altogether if you want to install the cgminer in the default location (which is what I did; you can see my post on the subject if you're interested).

HTH...

awesome thanks


Yes was following:
http://support.dualminer.com/raspberry-pi-user-guide/

Ill try cruzc's guide

thanks Smiley
legendary
Activity: 1150
Merit: 1004
./configure –enable-dualminer –enable-scrypt –disable-opencl  –prefix=$DIR_PATH/

The issue is that $DIR_PATH is not defined. velvethammer2 , I assume you were following the instructions on the DM support web site? I think that the $DIR_PATH in those instructions are a typo.

CruzCoins' instructions on this thread are correct though.

Also, you could consider dropping the –prefix option altogether if you want to install the cgminer in the default location (which is what I did; you can see my post on the subject if you're interested).

HTH...
newbie
Activity: 41
Merit: 0
Please just follow my guide as it would have prevented all of the errors you are encountering. Go through the guide in my signature step by step before reporting back more problems.
member
Activity: 65
Merit: 10
OK 1 more error Sad  any thoughts??

on Step 3-3:
./configure –enable-dualminer –enable-scrypt –disable-opencl  –prefix=$DIR_PATH/
make && make install

--------

make[3]: Entering directory `/home/pi/cgminer/compat/jansson'
make[3]: Nothing to be done for `install-exec-am'.
test -z "//include" || /bin/mkdir -p "//include"
/bin/mkdir: cannot create directory `//include': Permission denied
make[3]: *** [install-includeHEADERS] Error 1
make[3]: Leaving directory `/home/pi/cgminer/compat/jansson'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/pi/cgminer/compat/jansson'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/pi/cgminer/compat'
make: *** [install-recursive] Error 1


-------------------------



pi@raspberrypi ~/cgminer $ make && make install                                 make  all-recursive
make[1]: Entering directory `/home/pi/cgminer'
Making all in lib
make[2]: Entering directory `/home/pi/cgminer/lib'
  GEN    signal.h
  GEN    string.h
make  all-recursive
make[3]: Entering directory `/home/pi/cgminer/lib'
make[4]: Entering directory `/home/pi/cgminer/lib'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/pi/cgminer/lib'
make[3]: Leaving directory `/home/pi/cgminer/lib'
make[2]: Leaving directory `/home/pi/cgminer/lib'
Making all in compat
make[2]: Entering directory `/home/pi/cgminer/compat'
Making all in jansson
make[3]: Entering directory `/home/pi/cgminer/compat/jansson'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/pi/cgminer/compat/jansson'
Making all in libusb-1.0
make[3]: Entering directory `/home/pi/cgminer/compat/libusb-1.0'
make  all-recursive
make[4]: Entering directory `/home/pi/cgminer/compat/libusb-1.0'
Making all in libusb
make[5]: Entering directory `/home/pi/cgminer/compat/libusb-1.0/libusb'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/pi/cgminer/compat/libusb-1.0/libusb'
make[5]: Entering directory `/home/pi/cgminer/compat/libusb-1.0'
make[5]: Leaving directory `/home/pi/cgminer/compat/libusb-1.0'
make[4]: Leaving directory `/home/pi/cgminer/compat/libusb-1.0'
make[3]: Leaving directory `/home/pi/cgminer/compat/libusb-1.0'
make[3]: Entering directory `/home/pi/cgminer/compat'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/pi/cgminer/compat'
make[2]: Leaving directory `/home/pi/cgminer/compat'
Making all in ccan
make[2]: Entering directory `/home/pi/cgminer/ccan'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/pi/cgminer/ccan'
make[2]: Entering directory `/home/pi/cgminer'
  CC     cgminer-cgminer.o
  CC     cgminer-util.o
  CC     cgminer-sha2.o
  CC     cgminer-api.o
  CC     cgminer-logging.o
  CC     cgminer-driver-opencl.o
  CC     cgminer-scrypt.o
  CC     cgminer-usbutils.o
  CC     cgminer-driver-dualminer.o
driver-dualminer.c: In function ‘dualminer_send_cmds’:
driver-dualminer.c:326:18: warning: comparison between pointer and integer [enabled by default]
  CCLD   cgminer
make[2]: Leaving directory `/home/pi/cgminer'
make[1]: Leaving directory `/home/pi/cgminer'
Making install in lib
make[1]: Entering directory `/home/pi/cgminer/lib'
make  install-recursive
make[2]: Entering directory `/home/pi/cgminer/lib'
make[3]: Entering directory `/home/pi/cgminer/lib'
make[4]: Entering directory `/home/pi/cgminer/lib'
make[4]: Nothing to be done for `install-exec-am'.
make[4]: Nothing to be done for `install-data-am'.
make[4]: Leaving directory `/home/pi/cgminer/lib'
make[3]: Leaving directory `/home/pi/cgminer/lib'
make[2]: Leaving directory `/home/pi/cgminer/lib'
make[1]: Leaving directory `/home/pi/cgminer/lib'
Making install in compat
make[1]: Entering directory `/home/pi/cgminer/compat'
Making install in jansson
make[2]: Entering directory `/home/pi/cgminer/compat/jansson'
make[3]: Entering directory `/home/pi/cgminer/compat/jansson'
make[3]: Nothing to be done for `install-exec-am'.
test -z "//include" || /bin/mkdir -p "//include"
/bin/mkdir: cannot create directory `//include': Permission denied
make[3]: *** [install-includeHEADERS] Error 1
make[3]: Leaving directory `/home/pi/cgminer/compat/jansson'
make[2]: *** [install-am] Error 2
make[2]: Leaving directory `/home/pi/cgminer/compat/jansson'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/pi/cgminer/compat'
make: *** [install-recursive] Error 1



------------------------------------------
Step 3-3:
Install some packages  needed by dualminer source code
sudo apt-get update
sudo apt-get install libudev-dev libcurl4-openssl-dev
sudo apt-get install vim(Optinal : edit file tool )
Then you can get dualminer https://github.com/dualminer
git clone git://github.com/dualminer/dualminer-cgminer.git cgminer
cd cgminer
sudo chmod +x autogen.sh
./autogen.sh
./configure –enable-dualminer –enable-scrypt –disable-opencl  –prefix=$DIR_PATH/
make && make install
actually after doing the 1 2 3 you can mine using USB DualMiner
if you have one USB DualMiner ,insert it to your Pi directly is ok
but if you have two or more you should use a hub as the picture shows
member
Activity: 65
Merit: 10
Got to Step 3-3:
But get the following error ... any thoughts?

pi@raspberrypi ~ $ cd cgminer
pi@raspberrypi ~/cgminer $ sudo chmod +x autogen.sh
pi@raspberrypi ~/cgminer $ ./autogen.sh
./autogen.sh: 6: ./autogen.sh: autoreconf: not found
Configuring...
./autogen.sh: 10: ./autogen.sh: /home/pi/cgminer/configure: Permission denied




-----------------------------------------
Step 3-3:
Install some packages  needed by dualminer source code
sudo apt-get update
sudo apt-get install libudev-dev libcurl4-openssl-dev
sudo apt-get install vim(Optinal : edit file tool )
Then you can get dualminer https://github.com/dualminer
git clone git://github.com/dualminer/dualminer-cgminer.git cgminer
cd cgminer
sudo chmod +x autogen.sh
./autogen.sh

------------------------------
pi@raspberrypi ~ $ git clone git://github.com/dualminer/dualminer-cgminer.git cgminer
Cloning into 'cgminer'...
remote: Reusing existing pack: 254, done.
remote: Total 254 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (254/254), 3.88 MiB | 1.24 MiB/s, done.
Resolving deltas: 100% (27/27), done.
Checking out files: 100% (221/221), done.
pi@raspberrypi ~ $ cd cgminer
pi@raspberrypi ~/cgminer $ sudo chmod +x autogen.sh
pi@raspberrypi ~/cgminer $ ./autogen.sh
./autogen.sh: 6: ./autogen.sh: autoreconf: not found
Configuring...
./autogen.sh: 10: ./autogen.sh: /home/pi/cgminer/configure: Permission denied


Code:
sudo chmod +x /home/pi/cgminer/autogen.sh
will probably need to do the same for configure. that should fix your problem.

THANKS that fixed it
newbie
Activity: 41
Merit: 0
Got to Step 3-3:
But get the following error ... any thoughts?

pi@raspberrypi ~ $ cd cgminer
pi@raspberrypi ~/cgminer $ sudo chmod +x autogen.sh
pi@raspberrypi ~/cgminer $ ./autogen.sh
./autogen.sh: 6: ./autogen.sh: autoreconf: not found
Configuring...
./autogen.sh: 10: ./autogen.sh: /home/pi/cgminer/configure: Permission denied




-----------------------------------------
Step 3-3:
Install some packages  needed by dualminer source code
sudo apt-get update
sudo apt-get install libudev-dev libcurl4-openssl-dev
sudo apt-get install vim(Optinal : edit file tool )
Then you can get dualminer https://github.com/dualminer
git clone git://github.com/dualminer/dualminer-cgminer.git cgminer
cd cgminer
sudo chmod +x autogen.sh
./autogen.sh

------------------------------
pi@raspberrypi ~ $ git clone git://github.com/dualminer/dualminer-cgminer.git cgminer
Cloning into 'cgminer'...
remote: Reusing existing pack: 254, done.
remote: Total 254 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (254/254), 3.88 MiB | 1.24 MiB/s, done.
Resolving deltas: 100% (27/27), done.
Checking out files: 100% (221/221), done.
pi@raspberrypi ~ $ cd cgminer
pi@raspberrypi ~/cgminer $ sudo chmod +x autogen.sh
pi@raspberrypi ~/cgminer $ ./autogen.sh
./autogen.sh: 6: ./autogen.sh: autoreconf: not found
Configuring...
./autogen.sh: 10: ./autogen.sh: /home/pi/cgminer/configure: Permission denied


Code:
sudo chmod +x /home/pi/cgminer/autogen.sh
will probably need to do the same for configure. that should fix your problem.
member
Activity: 65
Merit: 10
Got to Step 3-3:
But get the following error ... any thoughts?

pi@raspberrypi ~ $ cd cgminer
pi@raspberrypi ~/cgminer $ sudo chmod +x autogen.sh
pi@raspberrypi ~/cgminer $ ./autogen.sh
./autogen.sh: 6: ./autogen.sh: autoreconf: not found
Configuring...
./autogen.sh: 10: ./autogen.sh: /home/pi/cgminer/configure: Permission denied




-----------------------------------------
Step 3-3:
Install some packages  needed by dualminer source code
sudo apt-get update
sudo apt-get install libudev-dev libcurl4-openssl-dev
sudo apt-get install vim(Optinal : edit file tool )
Then you can get dualminer https://github.com/dualminer
git clone git://github.com/dualminer/dualminer-cgminer.git cgminer
cd cgminer
sudo chmod +x autogen.sh
./autogen.sh

------------------------------
pi@raspberrypi ~ $ git clone git://github.com/dualminer/dualminer-cgminer.git cgminer
Cloning into 'cgminer'...
remote: Reusing existing pack: 254, done.
remote: Total 254 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (254/254), 3.88 MiB | 1.24 MiB/s, done.
Resolving deltas: 100% (27/27), done.
Checking out files: 100% (221/221), done.
pi@raspberrypi ~ $ cd cgminer
pi@raspberrypi ~/cgminer $ sudo chmod +x autogen.sh
pi@raspberrypi ~/cgminer $ ./autogen.sh
./autogen.sh: 6: ./autogen.sh: autoreconf: not found
Configuring...
./autogen.sh: 10: ./autogen.sh: /home/pi/cgminer/configure: Permission denied

legendary
Activity: 1150
Merit: 1004
In the last few days, I see sporadic failures where one or more DM 2s get disabled. I saw three disabled yesterday. The latest one just got disabled this morning:

Code:
[2014-03-17 06:41:28] DM0: Comms error (rerr=-1 amt=0)                    
(5s):919.5K (avg):1.362Mh/s | A:1443792  R:2288  HW:107  WU:22.2/m          
[2014-03-17 06:41:28] DM 0 failure, disabling!
[2014-03-17 06:41:28] Thread 0 being disabled
[2014-03-17 06:41:33] Submitting share a84cc765 to pool 0
[2014-03-17 06:41:28] DM 0 failure, disabling!                    
[2014-03-17 06:41:28] Thread 0 being disabled                    

I'm running the DM cgminer under Raspberry Pi on Orico hubs, with no more than 9 per hub. The rack is in a server closet that's kept cool. I have two USB fans (connected to a separate hub that's not connected to the Raspberry Pi) to move air through the units.

Any ideas as to how I can diagnose and fix this? Maybe there's an update to the cgminer software?

Once this happens, is there anything that I can do other than just rebooting? When I just bounce cgminer, the DMs don't necessarily come back. In fact, I just bounced cgminer and lost 6 devices.
legendary
Activity: 1050
Merit: 1001
has anyone successfully been able to get 10 dualminers on an orico or etekcity 10 port powered hub?

also has anyone been able to get more than 4 dualminers working with the modified cgminer that's out for these things? I can get it working with 4 but any more than that and cgminer crashes
Please follow the guide in my signature if you are having trouble running your DMs. Only 9 DMs are stable on orico p10-u2 hubs. Using the cgminer build from github I am running 99 units.

so you changed all the ports to the USB ports using Zadig and can get more than 4 units to launch in cgminer?

hmm, maybe its because im on windows.. aren't you un raspberry pi?
I have had success with dualminer's github custom cgminer in Raspbian and Ubuntu. I have had success running larger arrays in Windows but I have only found stability for very large arrays in linux. Are you using the windows client with cgminer and a GUI from dualminer.com, or are you using the cgminer from dualminer github?

using the one from dualminer.com and noticing one of my dualminers constantly goes idle.. even If there's only 9 on my orico hub this one will still go idle.  I am now trying this unit straight into my PC's usb port and the other 9 on the orico to see if it still goes idle again

also I tried the modified cgminer 3.5.0 from http://cryptomining-blog.com/1222-download-cgminer-3-5-0-for-dualminer-usb-scrypt-mining-on-windows/

but couldn't get it to launch with more than 4 devices (cgminer would crash with an error when I tried 5 or more)

I am getting a raspberry pi tomorrow for some gridseed unit's I've got coming.. do you know if its possible to run gridseed 5 chip units along side the dualminers within the raspberry pi? (on 2 orico hubs)
newbie
Activity: 41
Merit: 0
has anyone successfully been able to get 10 dualminers on an orico or etekcity 10 port powered hub?

also has anyone been able to get more than 4 dualminers working with the modified cgminer that's out for these things? I can get it working with 4 but any more than that and cgminer crashes
Please follow the guide in my signature if you are having trouble running your DMs. Only 9 DMs are stable on orico p10-u2 hubs. Using the cgminer build from github I am running 99 units.

so you changed all the ports to the USB ports using Zadig and can get more than 4 units to launch in cgminer?

hmm, maybe its because im on windows.. aren't you un raspberry pi?
I have had success with dualminer's github custom cgminer in Raspbian and Ubuntu. I have had success running larger arrays in Windows but I have only found stability for very large arrays in linux. Are you using the windows client with cgminer and a GUI from dualminer.com, or are you using the cgminer from dualminer github?
legendary
Activity: 1050
Merit: 1001
has anyone successfully been able to get 10 dualminers on an orico or etekcity 10 port powered hub?

also has anyone been able to get more than 4 dualminers working with the modified cgminer that's out for these things? I can get it working with 4 but any more than that and cgminer crashes
Please follow the guide in my signature if you are having trouble running your DMs. Only 9 DMs are stable on orico p10-u2 hubs. Using the cgminer build from github I am running 99 units.

so you changed all the ports to the USB ports using Zadig and can get more than 4 units to launch in cgminer?

hmm, maybe its because im on windows.. aren't you un raspberry pi?
newbie
Activity: 41
Merit: 0
has anyone successfully been able to get 10 dualminers on an orico or etekcity 10 port powered hub?

also has anyone been able to get more than 4 dualminers working with the modified cgminer that's out for these things? I can get it working with 4 but any more than that and cgminer crashes
Please follow the guide in my signature if you are having trouble running your DMs. Only 9 DMs are stable on orico p10-u2 hubs. Using the cgminer build from github I am running 99 units.
legendary
Activity: 1050
Merit: 1001
has anyone successfully been able to get 10 dualminers on an orico or etekcity 10 port powered hub?

also has anyone been able to get more than 4 dualminers working with the modified cgminer that's out for these things? I can get it working with 4 but any more than that and cgminer crashes
sr. member
Activity: 736
Merit: 262
Me, Myself & I
I have 10 in an Orico 10 port hub, 1 of them always goes idle after awhile. always the same one no matter what usb port on the hub I try. ive tried pll 850, 800, and no pll at all.. same situation

any ideas?

No ideas.  Huh I have the similar situation with 5 Dualminers on Belkin 7-port powered by old PC-supply and fan cooled hub. One is catching nirvana at least once a day. Only unplug/plug is quick solution. System restart is also, but not practicing it because of more different miners controlled by same system. Win7 x64 BTW. Disable/enable under miner and/or device manager is not changing a thing. Uninstall under device manager is loosing it, so checking hardware changes is not finding "lost" Dualminer. Until unplug/plug...
full member
Activity: 221
Merit: 100
I have 10 in an Orico 10 port hub, 1 of them always goes idle after awhile. always the same one no matter what usb port on the hub I try. ive tried pll 850, 800, and no pll at all.. same situation

any ideas?

Which mode are you running in? Single or dual? Fan or no fan?

Single, box fan pointed at them. 9 Works fine, I'm not going to complain.
newbie
Activity: 5
Merit: 0
I have 10 in an Orico 10 port hub, 1 of them always goes idle after awhile. always the same one no matter what usb port on the hub I try. ive tried pll 850, 800, and no pll at all.. same situation

any ideas?

I have a Etekcity (an Orico clone) and could not get 10 to work. 9, however, work just fine. Use the 10th port to link to another hub.

Was your doing same thig? Going idle after awhile?

No, try swapping USB ports and see if the idle follows the device or the port.
Also, see my blog article. If you are running in dual mode it may be pushing the limits of your powered hub.
http://arsanimus.blogspot.com/2014/03/broadeng-dualminer-review.html
legendary
Activity: 1050
Merit: 1001
I have 10 in an Orico 10 port hub, 1 of them always goes idle after awhile. always the same one no matter what usb port on the hub I try. ive tried pll 850, 800, and no pll at all.. same situation

any ideas?

I have a Etekcity (an Orico clone) and could not get 10 to work. 9, however, work just fine. Use the 10th port to link to another hub.

Was your doing same thig? Going idle after awhile?
legendary
Activity: 1050
Merit: 1001
I have 10 in an Orico 10 port hub, 1 of them always goes idle after awhile. always the same one no matter what usb port on the hub I try. ive tried pll 850, 800, and no pll at all.. same situation

any ideas?

Which mode are you running in? Single or dual? Fan or no fan?

LTC mode with USB fan pointed at them
hero member
Activity: 516
Merit: 500
Reading all the related threads, it looks like nobody has yet succeeded in getting these babies (USB sticks) up and running in dual-mode under Linux. Or did I miss something?

Cheers

    one4many

nwoolls fork works.

Cheers ... found it .. here the github link for reference: https://github.com/nwoolls/bfgminer

    one4many
newbie
Activity: 5
Merit: 0
I have 10 in an Orico 10 port hub, 1 of them always goes idle after awhile. always the same one no matter what usb port on the hub I try. ive tried pll 850, 800, and no pll at all.. same situation

any ideas?

Which mode are you running in? Single or dual? Fan or no fan?
Pages:
Jump to: