Pages:
Author

Topic: HashFast BabyJet users thread - page 51. (Read 68982 times)

full member
Activity: 155
Merit: 100
January 27, 2014, 03:27:33 PM
For those who want to update to the newest version (3.11.0) of cgminer on minepeon:

After MineForeman has updated the repositories you can do the following.

ssh to your pi then type:
cd /opt/minepeon
git pull

(optional: update http gui)
cd /opt/minepeon/http
git pull

Reboot your Pi.  Reconnect to the web gui. You can then look at the "Miner Version" field and see what version of cgminer is running.

Mineforeman usually waits a short period of time before updating the Minepeon repositories with the newest versions of cgminer and bfgminer.  So the above instructions might not update you to cgminer version 3.11.0 yet. If you are like me and need the newest version right now, then you can  compile cgminer yourself.

ssh to your pi then type:
wget http://ck.kolivas.org/apps/cgminer/cgminer-3.11.0.tar.bz2
tar -xvf cgminer-3.11.0.tar.bz2
cd cgminer-3.11.0
./configure --enable-hashfast
make
mv cgminer /opt/minepeon/bin/cgminer

Reboot your Pi.  Reconnect to the web gui. You can then look at the "Miner Version" field and see what version of cgminer is running.

I hope this helps.   I have been up for about 40 hours now. I'm on a caffeine rocket ship that is finally making it's reentry back to Earth.  Please excuse me if the above post is hard to follow. I will pretty it up a bit, once I've landed.


i tried the 2nd method and i'm getting this error.
Quote
[minepeon@minepeon ~]$ tar -xvf cgminer-3.11.0.tar.bz2
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now

and when i tried to do the first method with a git pull.  i get permission denied
Quote
[minepeon@minepeon ~]$ cd /opt/minepeon
[minepeon@minepeon minepeon]$ git pull
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.



I apologize for that.  I don't have my Babyjet yet, but I have been using Minepeon for a while now.  The below will fix your issues with the first option:

Quote
http://minepeon.com/forums/viewtopic.php?p=4642#p4642
There is the problem, you need to edit that file (vi or nano, your preference) and change the line that says;-

url = [email protected]:MineForeman/minepeon-base.git

to

url = https://github.com/MineForeman/minepeon-base.git

Neil

The following will fix the second option:

 bzip2 -cd cgminer-3.11.0.tar.bz2 | tar xvf -


I will edit my other post.
hero member
Activity: 552
Merit: 500
January 27, 2014, 02:55:07 PM
Btw I started a Sierra thread here for those who have them

https://bitcointalksearch.org/topic/hashfast-sierras-owners-thread-433350
hero member
Activity: 552
Merit: 500
January 27, 2014, 02:53:39 PM
#99
Code:
[minepeon@minepeon ~]$ tar -xvf cgminer-3.11.0.tar.bz2
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now

You can try bzip2 first..

bzip2 -d cgminer-3.11.0.tar.bz2

or try tar -xzvf cgminer-3.11.0.tar.bz2
member
Activity: 62
Merit: 10
January 27, 2014, 02:45:06 PM
#98
For those who want to update to the newest version (3.11.0) of cgminer on minepeon:

After MineForeman has updated the repositories you can do the following.

ssh to your pi then type:
cd /opt/minepeon
git pull

(optional: update http gui)
cd /opt/minepeon/http
git pull

Reboot your Pi.  Reconnect to the web gui. You can then look at the "Miner Version" field and see what version of cgminer is running.

Mineforeman usually waits a short period of time before updating the Minepeon repositories with the newest versions of cgminer and bfgminer.  So the above instructions might not update you to cgminer version 3.11.0 yet. If you are like me and need the newest version right now, then you can  compile cgminer yourself.

ssh to your pi then type:
wget http://ck.kolivas.org/apps/cgminer/cgminer-3.11.0.tar.bz2
tar -xvf cgminer-3.11.0.tar.bz2
cd cgminer-3.11.0
./configure --enable-hashfast
make
mv cgminer /opt/minepeon/bin/cgminer

Reboot your Pi.  Reconnect to the web gui. You can then look at the "Miner Version" field and see what version of cgminer is running.

I hope this helps.   I have been up for about 40 hours now. I'm on a caffeine rocket ship that is finally making it's reentry back to Earth.  Please excuse me if the above post is hard to follow. I will pretty it up a bit, once I've landed.


i tried the 2nd method and i'm getting this error.
Quote
[minepeon@minepeon ~]$ tar -xvf cgminer-3.11.0.tar.bz2
bzip2: (stdin) is not a bzip2 file.
tar: Child returned status 2
tar: Error is not recoverable: exiting now

and when i tried to do the first method with a git pull.  i get permission denied
Quote
[minepeon@minepeon ~]$ cd /opt/minepeon
[minepeon@minepeon minepeon]$ git pull
Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

sr. member
Activity: 434
Merit: 250
January 27, 2014, 02:15:51 PM
#97
So I took the water cooler off and there is paste all over. My OCD kicked in and a cleaned it off and spread on a thinner coat of Noctua TP on the dies. Unfortunately it didn't seem to make any temperature difference. Might try a different paste.

On another note, what difficulty is everyone using here?

sr. member
Activity: 490
Merit: 255
January 27, 2014, 01:25:51 PM
#96
cgminer 3.11, compiled from git, shows a hash rate that's almost exactly 2x what eligius shows.  For example, my average hash rate according to cgminer is 830 GH/s, but eligius reports around 415 GH/s.

I am seeing this behavior as well.  Cloned the git repo last night.
member
Activity: 69
Merit: 10
January 27, 2014, 01:20:40 PM
#95
cgminer 3.11, compiled from git, shows a hash rate that's almost exactly 2x what eligius shows.  For example, my average hash rate according to cgminer is 830 GH/s, but eligius reports around 415 GH/s.
hero member
Activity: 991
Merit: 500
January 27, 2014, 11:42:25 AM
#94
Has anyone had any luck reaching out to their support team? Mine came in DOA.  It constantly resets in cgminer no matter which version I use.  I need to get this thing RMA'ed

I have 12 Baby Jets coming in today. Hopefully all are good. Will report back.
member
Activity: 116
Merit: 10
January 27, 2014, 11:38:37 AM
#93
Has anyone had any luck reaching out to their support team? Mine came in DOA.  It constantly resets in cgminer no matter which version I use.  I need to get this thing RMA'ed
sr. member
Activity: 392
Merit: 250
January 27, 2014, 08:52:50 AM
#92
You can run it off any PC, and that's preferable anyway since the RPi is a piece of shit. Just plug in a USB cable. The sierras don't even have one so you have to run them via USB. Any instability still around is firmware related and remember it's still early days since release (even though release was late) but once my sierra is running it does not miss a beat.

Mine is happily hashing from an old mini PC desktop.  Will try to resolve a driver conflict with Karin's help and get it hashing on the Mac mini later today.

Interestingly, after running overnight, this BJ seems a little off-spec.  It's doing about 395-7 g/hash (running cgminer 3.11).

OTOH, my HW error rate is very low and with an ambient temp of 21c (70f) my processor temp is 69-70c. What did other people get for out of the box processor temps?

I guess I should experiment with overclocking next...  I've seen 610 mentioned... other suggestions?

And sorry ckolivas, I didn't mean to suggest the Mac driver issue was your problem.  It was intended merely as an observation.

And finally... why don't we try to move all this operational discussion here, rather than in the other thread?
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
January 26, 2014, 11:37:08 PM
#91
The RPi is a toy and a piece of shit. Why anyone would run thousands of dollars worth of equipment off it is beyond me. Toss it and connect your devices to a real PC or laptop.

Trying to do exactly that with Karin's 3.11 build for Mac.  Unfortunately, I'm getting a "Hashfast detect (6:3) failed to initialize (incorrect device?)" error.

Update:  It's hashing using 3.11 PC build.  Must be a Mac driver issue.

Never been tested on a mac. I build for linux and windows. Mac might need permissions with sudo and might need driver unloading to work.
hero member
Activity: 761
Merit: 500
Mine Silent, Mine Deep
January 26, 2014, 11:01:32 PM
#90
BTW.  The BJ is silent when I turn it on.  There's a light on the front panel that come on, but nothing out of the fans... is this the way they behave?  No fan until hashing?

Yes, the fan only turns on when the hashing starts.

When I initially turned on my BJ without having properly configured the RPi the same thing happened (only the light on the BJ is on, no fans)
sr. member
Activity: 392
Merit: 250
January 26, 2014, 10:53:17 PM
#89
The RPi is a toy and a piece of shit. Why anyone would run thousands of dollars worth of equipment off it is beyond me. Toss it and connect your devices to a real PC or laptop.

Trying to do exactly that with Karin's 3.11 build for Mac.  Unfortunately, I'm getting a "Hashfast detect (6:3) failed to initialize (incorrect device?)" error.

Update:  It's hashing using 3.11 PC build.  Must be a Mac driver issue.
full member
Activity: 155
Merit: 100
January 26, 2014, 09:02:59 PM
#88
FYI, the cronjob (/opt/minepeon/etc/cron.d/5min/hfupdate) on BJ sends hashfast the following info:

wallet public key
internal IP address
uptime
cgminer options (e.g. your overclocking settings)
and whatever is in /opt/minepeon/etc/hf.txt (firmware version)

So they know if you voided your warranty by overclocking it?  Wink
If they can send that data home they will also know your Internet IP address.

I'm assuming this is on the Rpi?

What happens when on mine on a PC?
You should be fine on a pc. They will only receive that info when that particular cron job runs. You can always just disable it on your PI.
hero member
Activity: 991
Merit: 500
January 26, 2014, 08:50:17 PM
#87
FYI, the cronjob (/opt/minepeon/etc/cron.d/5min/hfupdate) on BJ sends hashfast the following info:

wallet public key
internal IP address
uptime
cgminer options (e.g. your overclocking settings)
and whatever is in /opt/minepeon/etc/hf.txt (firmware version)

So they know if you voided your warranty by overclocking it?  Wink
If they can send that data home they will also know your Internet IP address.

I'm assuming this is on the Rpi?

What happens when on mine on a PC?
hero member
Activity: 490
Merit: 500
January 26, 2014, 08:40:29 PM
#86
FYI, the cronjob (/opt/minepeon/etc/cron.d/5min/hfupdate) on BJ sends hashfast the following info:

wallet public key
internal IP address
uptime
cgminer options (e.g. your overclocking settings)
and whatever is in /opt/minepeon/etc/hf.txt (firmware version)

So they know if you voided your warranty by overclocking it?  Wink
If they can send that data home they will also know your Internet IP address.
hero member
Activity: 631
Merit: 500
January 26, 2014, 08:27:01 PM
#85
FYI, the cronjob (/opt/minepeon/etc/cron.d/5min/hfupdate) on BJ sends hashfast the following info:

wallet public key
internal IP address
uptime
cgminer options (e.g. your overclocking settings)
and whatever is in /opt/minepeon/etc/hf.txt (firmware version)



legendary
Activity: 1484
Merit: 1005
January 26, 2014, 07:13:03 PM
#84
What are the instructions for running cgminer on windows with BJ attached via USB?  Or at least a commandline?  Is it plug and play?
Exactly the same as every other USB device on cgminer:
Start cgminer (no extra options)
Plug in device, wait for windows to finish installing the driver it thinks is right, then run zadig as administrator and tell it to use the WinUSB driver for the "M1" device which is what the hashfast comes up as.
cgminer should just hotplug it at that point.

Thanks.

When I get my BJs I will do temperature testing of the vregs at higher clocks and report back. I'll also test them out at -20C ambient temperatures (hopefully viscosity of the liquid coolant doesn't become an issue).
sr. member
Activity: 434
Merit: 250
January 26, 2014, 06:32:49 PM
#83
Great info. I will probably be changing the thermal paste they use with the water cooler as well on monday. I'll post here the results from the stock temperture wise. From my experience with cpu overclocking the stock paste is usually either spread on too thick or substandard. I hope that the 4 dies are even and they aren't using thermal pads like BFL.
-ck
legendary
Activity: 4088
Merit: 1631
Ruu \o/
January 26, 2014, 06:08:56 PM
#82
What are the instructions for running cgminer on windows with BJ attached via USB?  Or at least a commandline?  Is it plug and play?
Exactly the same as every other USB device on cgminer:
Start cgminer (no extra options)
Plug in device, wait for windows to finish installing the driver it thinks is right, then run zadig as administrator and tell it to use the WinUSB driver for the "M1" device which is what the hashfast comes up as.
cgminer should just hotplug it at that point.
Pages:
Jump to: