BadAss.Sx
Legendary
Offline
Activity: 1526
Merit: 1002
Bulletproof VPS/VPN/Email @ BadAss.Sx
|
|
October 26, 2013, 02:07:48 PM Last edit: October 26, 2013, 04:43:03 PM by BadAss.Sx |
|
Very weird, i can't get it to work anymore. I had one which denied work, but i have this settled now, the cable i used was bad i guess, bought a new one and it is working. But i have connected all 10 devices to the virtualbox image, and no matter what, it always sees 7 of them and the other 3 are not recognized. Very irritating. EDIT: trying out VMware now with fresh install Ubuntu..will let know Still not working, leep getting this all the time: EDIT2: Hmm, watch out with virtualbox, you are only permitted to use 7 usb devices. That is my problem. EDIT3: That ain't working at all. Even with 7 devices connected it runs like shit. They hash with 1Ghash per unit, so virtualbox is just a limitation. Guess i have to install Debian on my pc
|
|
|
|
wttbs
Legendary
Offline
Activity: 2210
Merit: 1109
|
|
October 26, 2013, 05:54:42 PM |
|
Very weird, i can't get it to work anymore. I had one which denied work, but i have this settled now, the cable i used was bad i guess, bought a new one and it is working. But i have connected all 10 devices to the virtualbox image, and no matter what, it always sees 7 of them and the other 3 are not recognized. Very irritating. EDIT: trying out VMware now with fresh install Ubuntu..will let know Still not working, leep getting this all the time: EDIT2: Hmm, watch out with virtualbox, you are only permitted to use 7 usb devices. That is my problem. EDIT3: That ain't working at all. Even with 7 devices connected it runs like shit. They hash with 1Ghash per unit, so virtualbox is just a limitation. Guess i have to install Debian on my pc Too bad that why I left windows and started using Linux and OSX. If you want to keep your Windows, try to install Ubuntu next to your Windows. Or... the best way, take another harddrive and install Debian or Ubuntu. My experimental-test-pc runs Debian without a problem, LDXE is a nice and simple GUI
|
|
|
|
wttbs
Legendary
Offline
Activity: 2210
Merit: 1109
|
|
October 26, 2013, 07:08:33 PM |
|
Did some experiments with one Hashbuster Nano to boost up the hashrate. Thanks XBOCT for the info. First an extra heatsink: I did several tests with the board: 0.981 V -> hashrate: 2.5 – 2.6 Gh/s = stock / unmodified 1.025 V -> hashrate: 2.6 – 2.7 Gh/s = test run #1 1.050 V -> hashrate: 2.7 – 2.9 Gh/s = test run #2 1.124 V -> hashrate: 2.9 – 3.07 Gh/s = test run #3 going nuts What the maximum voltage is for the ASIC-chip I don’t know, I have to find out later. Have the guts to nuts and just do some crazy experiments. Now it's running @ 1.124V @ ±3.06 Gh/s Let see tommorow morning if it still runs and what the average hashrate will be. sorry for the crapy picture (bad light in the garage and no flash Full review: click hereQuestion for XBOCT: did you just run cgminer or did you use special setting?
|
|
|
|
BadAss.Sx
Legendary
Offline
Activity: 1526
Merit: 1002
Bulletproof VPS/VPN/Email @ BadAss.Sx
|
|
October 26, 2013, 07:26:04 PM |
|
Too bad that why I left windows and started using Linux and OSX. I have OSX..everything is OSX here, but had a small pc down under in the basement for the usb erupters. Should it work under OSX also?
|
|
|
|
wttbs
Legendary
Offline
Activity: 2210
Merit: 1109
|
|
October 26, 2013, 08:03:28 PM |
|
Too bad that why I left windows and started using Linux and OSX. I have OSX..everything is OSX here, but had a small pc down under in the basement for the usb erupters. Should it work under OSX also? I think so... OSX = Unix . If I have the time tommorow evening or monday I will test it. Next week I will also test with a raspberry pi with debian wheezy. A Raspberry Pi you can buy voor 40 euro...
|
|
|
|
XBOCT
Member
Offline
Activity: 80
Merit: 10
|
|
October 26, 2013, 08:15:17 PM |
|
Question for XBOCT: did you just run cgminer or did you use special setting?
My version of cgminer uses clock auto selection in range default+1 -- default-1 Default clock value can be found in driver-bitfury.c: "#define BITFURY_DEFAULT_CLOCKBITS ..." Internal clock generator is voltage dependent, so optimal clock value is in the range 53-54 for 0.9V or 51-53 for 1.1V. Try to play with default clock value in source code or by command line (note: double '=' in command line): cgminer --bitfury-clockbits==52
|
|
|
|
JoRoidx
Newbie
Offline
Activity: 27
Merit: 0
|
|
October 27, 2013, 03:19:28 AM Last edit: October 27, 2013, 03:30:02 AM by JoRoidx |
|
BadAss.Sx
I had the same problem, What I did was go into settings and add only the usb devices you need to attach to the VM-Xubuntu. Make sure you do not plug in the usb plugs until you have the VM player running and then plug your Nano's and try it again. It was very tricky, for me because I was running Win 7 and every time---the usb drivers were noticed by Windows and then Windows tried to installed the drivers for them, but Windows installed the drivers wrong or the the drivers weren't working correctly. I think maybe this was causing most of the connection issues with the Nano's!
|
|
|
|
wttbs
Legendary
Offline
Activity: 2210
Merit: 1109
|
|
October 27, 2013, 08:54:50 AM Last edit: October 27, 2013, 07:42:10 PM by wttbs |
|
Question for XBOCT: did you just run cgminer or did you use special setting?
My version of cgminer uses clock auto selection in range default+1 -- default-1 Default clock value can be found in driver-bitfury.c: "#define BITFURY_DEFAULT_CLOCKBITS ..." Internal clock generator is voltage dependent, so optimal clock value is in the range 53-54 for 0.9V or 51-53 for 1.1V. Try to play with default clock value in source code or by command line (note: double '=' in command line): cgminer --bitfury-clockbits==52 I added the options –bitfury-clockbits==52 to cgminer and it starts hashing @ 3 Gh/s I looked at it for 5 minutes and it stayed at 3. This sundaymorning I took a look again: back 2.7 cgminer sometimes gives the message: Frequency (55) not changed for chip 0Looks like cgminer loses it’s 52 clockbit setting and automaticly switches back to some default, 55 in this case. Next mission: investigate and modify the driver-bitfury.c Update 10:00h: just modified driver-bitfury.c set clockbit to 52. Let's see how it goes now Update 12:40h: looking good so far, 3 Gh/s Update 19:00h: stable and 3+ Gh/s
|
|
|
|
wttbs
Legendary
Offline
Activity: 2210
Merit: 1109
|
|
October 27, 2013, 05:46:09 PM Last edit: November 02, 2013, 12:34:51 PM by wttbs |
|
Edit 2-11-2013: I corrected a type-o git clone https://gitbub.com/signal11/hidapi correct command:git clone https://github.com/signal11/hidapiI made a small manual how to get the modified version of cgminer working on linux with the hashbuster. This should work, I tested it on a Debian machine. If you find any mistakes/faults please let me know, thanks. http://miningonmyown.com/2013/10/27/manual-cgminer-for-hashbuster/*********************************************************************
Simple manual how to install a modified version of cgminer on Linux to get it working with Hashbuster (Nano) devices
Sales and info: https://bitcointalk.org/index.php?topic=293668.60
Big thanks to forummembers XBOTC and Gades
Tested on Debian 7.2 , logged in as root.
You can find more info, tests, pictures and stuff on my website: http://www.miningonmyown.com
Remarks/info starts with ** other lines are commands
*********************************************************************
** Open a terminal window
sudo apt-get update
sudo apt-get upgrade
** if GIT is not installed on your system, install it:
sudo apt-get install git
sudo apt-get install autoconf yasm pkg-config make libusb-1.0-0-dev libusb-1.0-0 libcurl4-openssl-dev libncurses5-dev libudev-dev
sudo reboot
sudo apt-get install electric-fence dh-autoreconf
git clone https://github.com/signal11/hidapi
cd hidapi
./bootstrap
./configure
sudo make
sudo make install
cd ..
ldconfig
** download latest version modified version of cgminer for hashbuster nano ** https://www.dropbox.com/s/003olbqnrs4hc94/v0.8_display_clockbits.tar.bz2 ** unpack file, a directory named v0.8_display_clockbits will be made, ** rename directory for more logical name.
mv v0.8_display_clockbits cgminer-hb
cd cgminer-hb
./configure --disable-opencl --disable-adl --disable-bitforce --disable-icarus --disable-modminer --disable-ztex --disable-scrypt --enable-bitfury
sudo make
sudo make install
** now a working version of cgminer 3.5.1 for Hashbuster Nano is made ** and should be working. Command to run cgminer:
./cgminer
|
|
|
|
BadAss.Sx
Legendary
Offline
Activity: 1526
Merit: 1002
Bulletproof VPS/VPN/Email @ BadAss.Sx
|
|
October 28, 2013, 02:13:28 PM |
|
I made a small manual how to get the modified version of cgminer working on linux with the hashbuster. This should work, I tested it on a Debian machine. If you find any mistakes/faults please let me know, thanks. http://miningonmyown.com/2013/10/27/manual-cgminer-for-hashbuster/*********************************************************************
Simple manual how to install a modified version of cgminer on Linux to get it working with Hashbuster (Nano) devices
Sales and info: https://bitcointalk.org/index.php?topic=293668.60
Big thanks to forummembers XBOTC and Gades
Tested on Debian 7.2 , logged in as root.
You can find more info, tests, pictures and stuff on my website: http://www.miningonmyown.com
Remarks/info starts with ** other lines are commands
*********************************************************************
** Open a terminal window
sudo apt-get update
sudo apt-get upgrade
** if GIT is not installed on your system, install it:
sudo apt-get install git
sudo apt-get install autoconf yasm pkg-config make libusb-1.0-0-dev libusb-1.0-0 libcurl4-openssl-dev libncurses5-dev libudev-dev
sudo reboot
sudo apt-get install electric-fence dh-autoreconf
git clone https://gitbub.com/signal11/hidapi
cd hidapi
./bootstrap
./configure
sudo make
sudo make install
cd ..
ldconfig
** download latest version modified version of cgminer for hashbuster nano ** https://www.dropbox.com/s/003olbqnrs4hc94/v0.8_display_clockbits.tar.bz2 ** unpack file, a directory named v0.8_display_clockbits will be made, ** rename directory for more logical name.
mv v0.8_display_clockbits cgminer-hb
cd cgminer-hb
./configure --disable-opencl --disable-adl --disable-bitforce --disable-icarus --disable-modminer --disable-ztex --disable-scrypt --enable-bitfury
sudo make
sudo make install
** now a working version of cgminer 3.5.1 for Hashbuster Nano is made ** and should be working. Command to run cgminer:
./cgminer After this manual i was finally prepared to get some mining work. Only one card is still not working hopefully i can return it
|
|
|
|
wttbs
Legendary
Offline
Activity: 2210
Merit: 1109
|
|
October 30, 2013, 07:15:21 AM |
|
They're cute, and seem quite well designed, but I'm having an awful time actually getting them to mine properly. They work for about a minute, then error out violently, then just sit and do nothing. Even on the hopefully named "v0.7_fix_resetchip_chipdetect" code, they just reset and die in unison. I've tried different power supplies, different cables, different hubs. Any idea what's going on? [2013-10-30 06:55:39] WARN: /dev/hidraw0#1 DUP 9 3d16a89b fbaeb785 011aaf9a:9aaf1a01 [2013-10-30 06:55:50] Accepted 0fda0802 Diff 16/1 BFR 0 [2013-10-30 06:56:03] INFO: !!!!!!!!!!!!!!!!!!!!!!!!!! chip_reset /dev/hidraw0 0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! [2013-10-30 06:56:04] BITFURY chip #0 [re]detected [2013-10-30 06:56:04] Accepted 7007af1e Diff 2/1 BFR 0 [2013-10-30 06:56:06] INFO: !!!!!!!!!!!!!!!!!!!!!!!!!! chip_reset /dev/hidraw0 1 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! [2013-10-30 06:56:07] BITFURY chip #0 [re]detected Even when they do work, I get stupid speeds like 31MH/s. ED: [2013-10-30 06:59:10] Started cgminer 3.5.1 [2013-10-30 06:59:10] Device Found type: fa04 0011 path: /dev/hidraw0 serial_number: [2013-10-30 06:59:10] Manufacturer: StarFury Laboratories [2013-10-30 06:59:10] Product: HashBuster.nano Project [2013-10-30 06:59:10] chip 0 set default clockbits 53 [2013-10-30 06:59:25] No Bitfury chips detected! ED2: Oh the smell of magic smoke. That's about right. Disappointed. Which operating system do you use and which version? Windows ? Ubuntu ? Debian ? other Linux dist.
|
|
|
|
whault
Newbie
Offline
Activity: 16
Merit: 0
|
|
October 30, 2013, 07:19:07 AM |
|
Which operating system do you use and which version? Windows ? Ubuntu ? Debian ? other Linux dist.
The one that isn't burnt up is attached to a Debian box.
|
|
|
|
wttbs
Legendary
Offline
Activity: 2210
Merit: 1109
|
|
October 30, 2013, 08:37:50 AM |
|
Which operating system do you use and which version? Windows ? Ubuntu ? Debian ? other Linux dist.
The one that isn't burnt up is attached to a Debian box. That's too bad As far as I can think of it seems to be a power of cooling problem. I think you should conatct hashbuster, if it is a hardware default I am sure they will replace the broken device.
|
|
|
|
whault
Newbie
Offline
Activity: 16
Merit: 0
|
|
October 30, 2013, 11:02:32 PM |
|
I think you should conatct hashbuster, if it is a hardware default I am sure they will replace the broken device.
Happy ending. They got back to me and are refunding the defective device, even though there's nothing really forcing them to. My remaining HashBuster is perfectly functional, pumping out 2.8GH/s onto Eligius.
|
|
|
|
BadAss.Sx
Legendary
Offline
Activity: 1526
Merit: 1002
Bulletproof VPS/VPN/Email @ BadAss.Sx
|
|
October 31, 2013, 02:52:08 PM |
|
I get that chip reset all the time, and alot of other warnings too: Had to be quick to push on print screen, but it warns me for every card. I don't know what to think about it...it seems to hash, but they are not that stable as other miners i had
|
|
|
|
disclaimer201
Legendary
Offline
Activity: 1526
Merit: 1001
|
|
November 01, 2013, 07:45:33 PM |
|
Hi guys, I have a different problem: I can only run one hashbuster in the virtual machine and get an error message whenever I try to connect a second or third one. Was only able to mine with my 4 miners in hooking them up to my other gpu rigs. Since I don't want to keep on building rigs for just one asic miner, it would be great to run more than one on windows virtualbox. Any ideas?
When I click to choose the second starfury in the pulldown menu, it shows the error message and that's it. One is always mining no problem.
|
|
|
|
wttbs
Legendary
Offline
Activity: 2210
Merit: 1109
|
|
November 01, 2013, 08:58:29 PM |
|
Hi guys, I have a different problem: I can only run one hashbuster in the virtual machine and get an error message whenever I try to connect a second or third one. Was only able to mine with my 4 miners in hooking them up to my other gpu rigs. Since I don't want to keep on building rigs for just one asic miner, it would be great to run more than one on windows virtualbox. Any ideas?
When I click to choose the second starfury in the pulldown menu, it shows the error message and that's it. One is always mining no problem.
Can you post some screenshots?
|
|
|
|
Nighthawkxx
Member
Offline
Activity: 90
Merit: 10
|
|
November 01, 2013, 09:09:41 PM |
|
Anyone managed to run a hashbuster nano on Raspberry Pi?
|
|
|
|
disclaimer201
Legendary
Offline
Activity: 1526
Merit: 1001
|
|
November 01, 2013, 09:17:28 PM |
|
Not right now I'm afraid. Glad my miners are finally hashing. But I want to migrate them all to one computer, preferably a laptop. It looks like some kind of driver error. It will show several starfury miners under devices in xubuntu virtual machine, but only one of them can be clicked and gets checked. As soon as I want to add a second one, the typical error image occurs that looks much like those that have been posted here before. Now trying to install xubuntu on an old laptop to see if I can get it to work there, but it looks like I'm running into driver issues even detecting a working internet connection, be it lan or wlan.
|
|
|
|
BadAss.Sx
Legendary
Offline
Activity: 1526
Merit: 1002
Bulletproof VPS/VPN/Email @ BadAss.Sx
|
|
November 01, 2013, 11:11:40 PM |
|
Did you sudo it?
|
|
|
|
|