Bitcoin Forum
April 26, 2024, 03:27:06 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 »  All
  Print  
Author Topic: [Sell][in stock] HashBuster ASIC Miners  (Read 71999 times)
Nighthawkxx
Member
**
Offline Offline

Activity: 90
Merit: 10


View Profile
November 02, 2013, 11:36:36 AM
 #121

I installed the 'v0.8_display_clockbits' version on a raspi with wheezy raspian, but i have some issues with the hasbuster nano.
When cgminer is started everything looks good but after a short while i see the hashrate dropping and a few seconds later i get a 'chip reset' error.

Code:
[2013-11-02 11:57:18] Accepted 1ed851aa Diff 8/2 BFR 0
 [2013-11-02 11:57:18] Accepted 1db1c5f4 Diff 8/2 BFR 0
 [2013-11-02 11:57:21] Accepted 04979ef4 Diff 55/2 BFR 0
 [2013-11-02 11:57:21] Accepted 6dca6f32 Diff 2/2 BFR 0
 [2013-11-02 11:58:07] INFO: !!!!!!!!!!!!!!!!!!!!!!!!!! chip_reset /dev/hidraw0
0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

When i try to restart cgminer without cycling the power to the hashbuster nano, no bitfury chip is detected.

Sometime i also get the 'WARN : /dev/hidraw0 DUP' errors.


Does anybody have any clue what causes these errors and how to solve them?
 
1714145226
Hero Member
*
Offline Offline

Posts: 1714145226

View Profile Personal Message (Offline)

Ignore
1714145226
Reply with quote  #2

1714145226
Report to moderator
1714145226
Hero Member
*
Offline Offline

Posts: 1714145226

View Profile Personal Message (Offline)

Ignore
1714145226
Reply with quote  #2

1714145226
Report to moderator
Whoever mines the block which ends up containing your transaction will get its fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714145226
Hero Member
*
Offline Offline

Posts: 1714145226

View Profile Personal Message (Offline)

Ignore
1714145226
Reply with quote  #2

1714145226
Report to moderator
wttbs
Legendary
*
Offline Offline

Activity: 2210
Merit: 1109



View Profile
November 02, 2013, 12:39:28 PM
 #122

I installed the 'v0.8_display_clockbits' version on a raspi with wheezy raspian, but i have some issues with the hasbuster nano.
When cgminer is started everything looks good but after a short while i see the hashrate dropping and a few seconds later i get a 'chip reset' error.

Code:
[2013-11-02 11:57:18] Accepted 1ed851aa Diff 8/2 BFR 0
 [2013-11-02 11:57:18] Accepted 1db1c5f4 Diff 8/2 BFR 0
 [2013-11-02 11:57:21] Accepted 04979ef4 Diff 55/2 BFR 0
 [2013-11-02 11:57:21] Accepted 6dca6f32 Diff 2/2 BFR 0
 [2013-11-02 11:58:07] INFO: !!!!!!!!!!!!!!!!!!!!!!!!!! chip_reset /dev/hidraw0
0 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

When i try to restart cgminer without cycling the power to the hashbuster nano, no bitfury chip is detected.

Sometime i also get the 'WARN : /dev/hidraw0 DUP' errors.


Does anybody have any clue what causes these errors and how to solve them?
 

Cool that you managed to install the modified cgminer on a Rapsberry Pi.

Did you connect the Hashbuster Nano directly to the usb port or thru a (usb 2.0) powered HUB ?
BadAss.Sx
Legendary
*
Offline Offline

Activity: 1526
Merit: 1002


Bulletproof VPS/VPN/Email @ BadAss.Sx


View Profile WWW
November 02, 2013, 02:33:02 PM
 #123

It could be a power issue or the getwork network. When i mine on a stratum network i received almost no errors.

But i bet it is a powerissue...i had exactly the same when i was trying to mine with my pi and erupters. And the hub was powered.
Nighthawkxx
Member
**
Offline Offline

Activity: 90
Merit: 10


View Profile
November 02, 2013, 03:45:13 PM
 #124

Cool that you managed to install the modified cgminer on a Rapsberry Pi.

I used the procedure i found on your blog.  Wink



Did you connect the Hashbuster Nano directly to the usb port or thru a (usb 2.0) powered HUB ?

Tried it with and without a powered USB 2.0 hub, makes no difference.
The same hardware setup works without issues together with 10 USB erupters or one HEX16A miner

I'm still a Linux noob but maybe the issues are related to the hidapi config on the raspi. Just a wild guess.  Wink


The hasbuster nano works perfectly as i already tried it with the Hashbuster Oracle virtual box session on a 64-bit Windows 7 system.
BadAss.Sx
Legendary
*
Offline Offline

Activity: 1526
Merit: 1002


Bulletproof VPS/VPN/Email @ BadAss.Sx


View Profile WWW
November 02, 2013, 04:28:48 PM
 #125

Quote
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

I want to enable the icarus also, do i have to compile cgminer like above but then:

./configure --disable-opencl --disable-adl --disable-bitforce --enable-icarus --disable-modminer --disable-ztex --disable-scrypt --enable-bitfury

Anyone an idea before i corrupt my cgminer?
disclaimer201
Legendary
*
Offline Offline

Activity: 1526
Merit: 1001


View Profile
November 03, 2013, 03:52:59 AM
Last edit: November 03, 2013, 04:11:12 AM by disclaimer201
 #126

checking for pthread_create in -lpthread... no
configure: error: Could not find pthread library - please install libpthread

can you please help me. I just started with Linux so I am not an expert  Grin I run Ubuntu 13.04 64-bit

Check presence of hidapi (hidapi-hidraw)  library.

cloned hidapi with git but didn't compile it  Grin ./configure and make etc succesful, hidapi installed

[lot's of stuff]


I'm stuck at this point. I didn't get to install hidapi because there is nothing to ./configure or I don't know if I'm looking in the right place. This is really tough for Linux newbies like me. Wouldn't even know how to check if hidapi is correctly installed. I still end up with the missing libpthread error.

Maybe I should try again in windows? Is it only possible to install the modified cgminer in the virtual box, and whoever got that to work, do you run into the same error in the virtual box when wanting to connect more than one hashbuster? It must be some sort of driver error. As stated before, 1 hashbuster per computer is running just fine. But there has to be a way to connect more than one miner to a windows machine.

Edit: Followed the manual at miningonmyown and got following errors when trying to bootstrap hidapi:

autom4te: cannot create autom4te.cache: (Can't find file or directory in German)
aclocal: error: echo failed with exit status:1
autoreconf: aclocal failed with exit status:1

Wow, these linux commands are truly a foreign language to me. Whenever I type in something that works it is like magic. But if it doesn't work you are just utterly lost.
i3lome
Full Member
***
Offline Offline

Activity: 210
Merit: 100



View Profile
November 03, 2013, 06:13:08 AM
 #127

When are these coming out
BadAss.Sx
Legendary
*
Offline Offline

Activity: 1526
Merit: 1002


Bulletproof VPS/VPN/Email @ BadAss.Sx


View Profile WWW
November 03, 2013, 12:15:42 PM
 #128


I'm stuck at this point.

Follow what stands here:

Quote

*********************************************************************

** 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 hash buster 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

It should work with Ubuntu
wttbs
Legendary
*
Offline Offline

Activity: 2210
Merit: 1109



View Profile
November 03, 2013, 01:02:20 PM
 #129


I'm stuck at this point.

Follow what stands here:

Quote

*********************************************************************

** 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 hash buster 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

It should work with Ubuntu

I made a small typ-o: git clone https://gitbub.com/signal11/hidapi => git clone https://github.com/signal11/hidapi
BadAss.Sx
Legendary
*
Offline Offline

Activity: 1526
Merit: 1002


Bulletproof VPS/VPN/Email @ BadAss.Sx


View Profile WWW
November 03, 2013, 01:10:17 PM
 #130

Lol didn't see it...luckily i always type the commands myself Smiley
Nighthawkxx
Member
**
Offline Offline

Activity: 90
Merit: 10


View Profile
November 03, 2013, 03:45:53 PM
 #131

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

Yesterday evening i also installed xubuntu side by side on my Windows 7 system.
After the installation of the modified cgminer i also get these 'WARN : /dev/hidrawxx DUP' errors and the hashrate is very unstable.  

None of these errors with the Oracle virtualbox session on Windows 7, and also a stable hashrate of 2.5 GH/s.
Also tried it on my Windows 8 system, but can't get it working on that system.
BadAss.Sx
Legendary
*
Offline Offline

Activity: 1526
Merit: 1002


Bulletproof VPS/VPN/Email @ BadAss.Sx


View Profile WWW
November 03, 2013, 03:59:39 PM
 #132

Do you mine stratum or getwork? I get a lot of errors with getwork...mining on stratum makes it better
Nighthawkxx
Member
**
Offline Offline

Activity: 90
Merit: 10


View Profile
November 03, 2013, 07:02:11 PM
 #133

Do you mine stratum or getwork? I get a lot of errors with getwork...mining on stratum makes it better

I used stratum, but i want to perform some more tests in the near future.
The next couple of days i'll have to focus on other tasks.
 
wttbs
Legendary
*
Offline Offline

Activity: 2210
Merit: 1109



View Profile
November 03, 2013, 08:58:04 PM
 #134

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

Yesterday evening i also installed xubuntu side by side on my Windows 7 system.
After the installation of the modified cgminer i also get these 'WARN : /dev/hidrawxx DUP' errors and the hashrate is very unstable.  

None of these errors with the Oracle virtualbox session on Windows 7, and also a stable hashrate of 2.5 GH/s.
Also tried it on my Windows 8 system, but can't get it working on that system.

try this. power-off hashbuster, disconnect usb-cable from hashbuster. reboot your computer. reconnected usb-cable. power-up hashbuster, wait 30 seconds, start cgminer with sudo. sudo cgminer or sudo ./cgminer
disclaimer201
Legendary
*
Offline Offline

Activity: 1526
Merit: 1001


View Profile
November 03, 2013, 09:34:13 PM
 #135


I'm stuck at this point.

Follow what stands here:

Quote

*********************************************************************

** 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 hash buster 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

It should work with Ubuntu

I made a small typ-o: git clone https://gitbub.com/signal11/hidapi => git clone https://github.com/signal11/hidapi

Thank you very much for your help. I did all of this in the exact order. Bootstrap fails.
BadAss.Sx
Legendary
*
Offline Offline

Activity: 1526
Merit: 1002


Bulletproof VPS/VPN/Email @ BadAss.Sx


View Profile WWW
November 04, 2013, 03:37:53 PM
 #136

Did you CD into the hidapi folder? Or in other words, do you stand in the Hidapi folder when you execute ./bootstrap?
zvs
Legendary
*
Offline Offline

Activity: 1680
Merit: 1000


https://web.archive.org/web/*/nogleg.com


View Profile WWW
November 04, 2013, 06:04:28 PM
 #137

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

Yesterday evening i also installed xubuntu side by side on my Windows 7 system.
After the installation of the modified cgminer i also get these 'WARN : /dev/hidrawxx DUP' errors and the hashrate is very unstable.  

None of these errors with the Oracle virtualbox session on Windows 7, and also a stable hashrate of 2.5 GH/s.
Also tried it on my Windows 8 system, but can't get it working on that system.

change queue to 2
Luke-Jr
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
November 06, 2013, 06:48:07 AM
 #138

BFGMiner 3.5.0 is released
Code:
 bfgminer version 3.5.0 - Started: [2013-11-06 00:08:13] - [  0 days 01:38:39]
 [M]anage devices [P]ool management [S]ettings [D]isplay options  [H]elp [Q]uit
 Connected to mining.eligius.st diff 2 with stratum as user 1DpdSGEv2S64E4q1q3YgQFKUfMPsBkAzwv
 Block: ...cface391 #268197  Diff:511M ( 3.66Ph/s)  Started: [01:47:14]
 ST:2  F:0  NB:11  AS:0  BW:[133/ 38 B/s]  E:7.78  I:  116uBTC/hr  BS:2.49k
 1            |  2.84/ 2.83/ 2.84Gh/s | A:1940 R:5+0(.26%) HW:4/.10%
--------------------------------------------------------------------------------
 HBR 0:       |  2.83/ 2.83/ 2.84Gh/s | A:1940 R:5+0(.26%) HW:4/.10%
--------------------------------------------------------------------------------
 [2013-11-06 01:46:00] Accepted 311061ec HBR 0  Diff 5/2
 [2013-11-06 01:46:02] Accepted 0e3f2150 HBR 0  Diff 17/2
 [2013-11-06 01:46:03] Accepted 08f2b5c8 HBR 0  Diff 28/2
 [2013-11-06 01:46:06] Accepted 722a295e HBR 0  Diff 2/2
 [2013-11-06 01:46:07] Accepted 786f7d67 HBR 0  Diff 2/2
 [2013-11-06 01:46:09] Accepted 2c6ae091 HBR 0  Diff 5/2

wttbs
Legendary
*
Offline Offline

Activity: 2210
Merit: 1109



View Profile
November 06, 2013, 06:59:57 AM
 #139

BFGMiner 3.5.0 is released
Code:
 bfgminer version 3.5.0 - Started: [2013-11-06 00:08:13] - [  0 days 01:38:39]
 [M]anage devices [P]ool management [S]ettings [D]isplay options  [H]elp [Q]uit
 Connected to mining.eligius.st diff 2 with stratum as user 1DpdSGEv2S64E4q1q3YgQFKUfMPsBkAzwv
 Block: ...cface391 #268197  Diff:511M ( 3.66Ph/s)  Started: [01:47:14]
 ST:2  F:0  NB:11  AS:0  BW:[133/ 38 B/s]  E:7.78  I:  116uBTC/hr  BS:2.49k
 1            |  2.84/ 2.83/ 2.84Gh/s | A:1940 R:5+0(.26%) HW:4/.10%
--------------------------------------------------------------------------------
 HBR 0:       |  2.83/ 2.83/ 2.84Gh/s | A:1940 R:5+0(.26%) HW:4/.10%
--------------------------------------------------------------------------------
 [2013-11-06 01:46:00] Accepted 311061ec HBR 0  Diff 5/2
 [2013-11-06 01:46:02] Accepted 0e3f2150 HBR 0  Diff 17/2
 [2013-11-06 01:46:03] Accepted 08f2b5c8 HBR 0  Diff 28/2
 [2013-11-06 01:46:06] Accepted 722a295e HBR 0  Diff 2/2
 [2013-11-06 01:46:07] Accepted 786f7d67 HBR 0  Diff 2/2
 [2013-11-06 01:46:09] Accepted 2c6ae091 HBR 0  Diff 5/2

Wow, that is great news! Good work Luke-Jr, thank you !
disclaimer201
Legendary
*
Offline Offline

Activity: 1526
Merit: 1001


View Profile
November 06, 2013, 04:08:31 PM
 #140

BFGMiner 3.5.0 is released
Code:
 bfgminer version 3.5.0 - Started: [2013-11-06 00:08:13] - [  0 days 01:38:39]
 [M]anage devices [P]ool management [S]ettings [D]isplay options  [H]elp [Q]uit
 Connected to mining.eligius.st diff 2 with stratum as user 1DpdSGEv2S64E4q1q3YgQFKUfMPsBkAzwv
 Block: ...cface391 #268197  Diff:511M ( 3.66Ph/s)  Started: [01:47:14]
 ST:2  F:0  NB:11  AS:0  BW:[133/ 38 B/s]  E:7.78  I:  116uBTC/hr  BS:2.49k
 1            |  2.84/ 2.83/ 2.84Gh/s | A:1940 R:5+0(.26%) HW:4/.10%
--------------------------------------------------------------------------------
 HBR 0:       |  2.83/ 2.83/ 2.84Gh/s | A:1940 R:5+0(.26%) HW:4/.10%
--------------------------------------------------------------------------------
 [2013-11-06 01:46:00] Accepted 311061ec HBR 0  Diff 5/2
 [2013-11-06 01:46:02] Accepted 0e3f2150 HBR 0  Diff 17/2
 [2013-11-06 01:46:03] Accepted 08f2b5c8 HBR 0  Diff 28/2
 [2013-11-06 01:46:06] Accepted 722a295e HBR 0  Diff 2/2
 [2013-11-06 01:46:07] Accepted 786f7d67 HBR 0  Diff 2/2
 [2013-11-06 01:46:09] Accepted 2c6ae091 HBR 0  Diff 5/2

Wow, that is great news! Good work Luke-Jr, thank you !

How did you get bfgminer to detect the HBR? Are you using linux or windows? Couldn't find the miners on windows bfg 3.5.0
Pages: « 1 2 3 4 5 6 [7] 8 9 10 11 12 13 »  All
  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!