Pages:
Author

Topic: BAMT version 0.5 - Easy USB based mining Linux with farm wide management tools - page 10. (Read 324109 times)

hero member
Activity: 626
Merit: 500
Mining since May 2011.
I'm having some trouble burning the .img to a USB. I keep getting "Boot Error" I've burnt this onto a USB and used it before and now it isn't working anymore.

What program should I use to burn the image on my USB?

Try this one.
http://sourceforge.net/projects/win32diskimager/
member
Activity: 80
Merit: 10
I'm OG
I'm having some trouble burning the .img to a USB. I keep getting "Boot Error" I've burnt this onto a USB and used it before and now it isn't working anymore.

What program should I use to burn the image on my USB?
legendary
Activity: 924
Merit: 1000
Think. Positive. Thoughts.
Hi,

Running phillips' 79XX build and getting "X Server Failed to Load".

I am running the following system:
motherboard: msi Z68MA-ED55 (B3)
processor: G530
ram: 2x4GB DDR3
cards: 2 sapphire 7950s

I can boot the BAMT stick just fine on my laptop but on the miner it won't load. The miner works with Windows 7. I have resistors in the graphics cards and have the monitor hooked up to the onboard video, which is where I'm seeing the message partway through the boot process.

Thanks,

Disable the onboard video and use one of the cards. Bamt doesn't like onboard.
hero member
Activity: 700
Merit: 500
Probably you are mining BTC on a LTC pool Smiley
Make sure you are using cgminer with scrypt.
sr. member
Activity: 462
Merit: 250
Free World
Hi guys...


I just started my BAMT rig...

... trying on litecoin pooledbits.com

Is this supposed to be happening?

lots of rejects and no accept?

newbie
Activity: 36
Merit: 0
Hi,

Running phillips' 79XX build and getting "X Server Failed to Load".

I am running the following system:
motherboard: msi Z68MA-ED55 (B3)
processor: G530
ram: 2x4GB DDR3
cards: 2 sapphire 7950s

I can boot the BAMT stick just fine on my laptop but on the miner it won't load. The miner works with Windows 7. I have resistors in the graphics cards and have the monitor hooked up to the onboard video, which is where I'm seeing the message partway through the boot process.

Thanks,
newbie
Activity: 27
Merit: 0
Q - how to we apply those updates (like that update 21 I saw a few posts ago). Is it just through normal means (e.g. apt-get) or is through some other method?

gpumon -> f / F (if you do "?" you can see the others options)
sr. member
Activity: 349
Merit: 250
Q - how to we apply those updates (like that update 21 I saw a few posts ago). Is it just through normal means (e.g. apt-get) or is through some other method?

"/usr/bin/fixer"
newbie
Activity: 15
Merit: 0
Q - how to we apply those updates (like that update 21 I saw a few posts ago). Is it just through normal means (e.g. apt-get) or is through some other method?
hero member
Activity: 497
Merit: 500
Did you guys notice an update was pushed out today? What is it?
Code:
bamt5_fix_21.tar

Quote
---------------------------------------------------------------------------
Do you wonder why there haven't been updates for a long time?
Do you wonder why version 0.6 never made it out of beta?

It's probably because you didn't donate to support the BAMT developer.

               1PoRYaGS56ksQmK7XXLurW3B2zwCAE8PRc

We donated 30 BTC to make the new version and now there isn't even a home page for our ad to display on.

Same here donated over 10BTC and sold him a 7970 really cheap. Never got my name up or a working version of BAMT that supports 7970's. Pretty Shitty if you ask me.
legendary
Activity: 4466
Merit: 1798
Linux since 1997 RedHat 4
...
I did back off on my GPU Settings (HD5870 -> 850/1200/1.175, I6) and i got the same results... my rig is locked up. Sad. Can I consult any file where is wrote what happened before my rig is locked up?
If you run cgminer also with "-m logput.sh" and put logput.sh in the current directory when you start cgminer
and on another machine with IP address IP run ./logget.sh

logput.sh (change IP to the target IP address)
Code:
#!/bin/bash
#
cat | nc IP 7777 &
ncpid="$!"
trap "kill $ncpid" SIGINT SIGTERM EXIT
wait

logget.sh
Code:
#!/bin/bash
#
while true ; do
 echo "`date`: Opening new reader"
 nc -l 7777
 echo "`date`: Reader exited"
done

Then the target machine will see the log.
Or even in the target machine to see and save the log: ./logget.sh 2>&1 | tee log.log
hero member
Activity: 616
Merit: 506

Another way to force the rig into no overclocking at all is to copy the "noOC" file from /live/image/BAMT/CONTROL into the /live/image/BAMT/CONTROL/ACTIVE dir. Or you can do individual GPUs, you'll see all the files you can copy to that folder in the CONTROL dir. To remove that option, all you have to do is delete the file from that ACTIVE dir.

Also, if your rig is unstable and reboots, sometimes the management code (mother) will auto gen a file based on the specific GPU it had trouble with and put it in that ACTIVE dir, so that is a place to look if your wondering why it won't ever overclock again.

Lastly, I know you had a question about logs to look for, but I believe most of those services had been disabled as to reduce the number of writes to the USB stick for longevity. (IIRC) There might be one, but you'll have to hunt for it in the readme.

I'm not 100% sure, as I have not looked very closely at the perl code written by lodcrappo, but I'm not 100% sure that the /BAMT/CONTROL/ACTIVE stuff works with cgminer.  I was under the impression that it only worked when you used phoenix as the miner.  overclocking would be handled by atitweak as a seperate process when using phoenix.  since cgminer has it's own built in overclocking/fan control stuff noOC doesn't work.

Again, I'm not 100% sure of that.

noOC only stops BAMT from overclocking.  if you have configured cgminer to do overclocking, you will have to disable that manually.
hero member
Activity: 616
Merit: 506
Thank you very much ^^

I have other question, my PC are reseting each 6 or 7 hours... and my graphic card stopped mining... where i can read some log about this? So i can knows why this happen and i will try fix that.

all logs go to ram.  they are lost on reboot.  this is so your usb key doesn't stop working in a few days.

you can set up a syslog server and send the log there if you'd like, but they are unlikely to contain anything of value anyway.

99.9% chance that you are overclocking too much, or you have inadequate cooling, or inadequate power, or your hardware is just faulty.  run at stock and see if problems go away.
hero member
Activity: 956
Merit: 1001

Speaking of changing the mining software, has anyone seen this happen? Update to the latest cgminer 3.0.0 and when you go to compile it want you to install libusb-1.0, (For supporting BFL FPGAs) so you do an apt-get install libusb-1.0 and it does it, then you can compile, everything is fine and cgminer runs. But then when you reboot, it comes up to a Debian login screen?? Strangest thing. I was going to mess around with it again later this evening to see if I can reproduce the steps on a different USB stick.


I've seen that happen when X takes its sweet time starting up.
hero member
Activity: 626
Merit: 500
Mining since May 2011.

Another way to force the rig into no overclocking at all is to copy the "noOC" file from /live/image/BAMT/CONTROL into the /live/image/BAMT/CONTROL/ACTIVE dir. Or you can do individual GPUs, you'll see all the files you can copy to that folder in the CONTROL dir. To remove that option, all you have to do is delete the file from that ACTIVE dir.

Also, if your rig is unstable and reboots, sometimes the management code (mother) will auto gen a file based on the specific GPU it had trouble with and put it in that ACTIVE dir, so that is a place to look if your wondering why it won't ever overclock again.

Lastly, I know you had a question about logs to look for, but I believe most of those services had been disabled as to reduce the number of writes to the USB stick for longevity. (IIRC) There might be one, but you'll have to hunt for it in the readme.

I'm not 100% sure, as I have not looked very closely at the perl code written by lodcrappo, but I'm not 100% sure that the /BAMT/CONTROL/ACTIVE stuff works with cgminer.  I was under the impression that it only worked when you used phoenix as the miner.  overclocking would be handled by atitweak as a seperate process when using phoenix.  since cgminer has it's own built in overclocking/fan control stuff noOC doesn't work.

Again, I'm not 100% sure of that.

Yeah, that could very well be the case. Back in the day when I was building rigs, I always started with phoenix first, got all the cards stable for a week or so, then started tweaking, OC, changing mining software etc.

Speaking of changing the mining software, has anyone seen this happen? Update to the latest cgminer 3.0.0 and when you go to compile it want you to install libusb-1.0, (For supporting BFL FPGAs) so you do an apt-get install libusb-1.0 and it does it, then you can compile, everything is fine and cgminer runs. But then when you reboot, it comes up to a Debian login screen?? Strangest thing. I was going to mess around with it again later this evening to see if I can reproduce the steps on a different USB stick.

hero member
Activity: 956
Merit: 1001

Another way to force the rig into no overclocking at all is to copy the "noOC" file from /live/image/BAMT/CONTROL into the /live/image/BAMT/CONTROL/ACTIVE dir. Or you can do individual GPUs, you'll see all the files you can copy to that folder in the CONTROL dir. To remove that option, all you have to do is delete the file from that ACTIVE dir.

Also, if your rig is unstable and reboots, sometimes the management code (mother) will auto gen a file based on the specific GPU it had trouble with and put it in that ACTIVE dir, so that is a place to look if your wondering why it won't ever overclock again.

Lastly, I know you had a question about logs to look for, but I believe most of those services had been disabled as to reduce the number of writes to the USB stick for longevity. (IIRC) There might be one, but you'll have to hunt for it in the readme.

I'm not 100% sure, as I have not looked very closely at the perl code written by lodcrappo, but I'm not 100% sure that the /BAMT/CONTROL/ACTIVE stuff works with cgminer.  I was under the impression that it only worked when you used phoenix as the miner.  overclocking would be handled by atitweak as a seperate process when using phoenix.  since cgminer has it's own built in overclocking/fan control stuff noOC doesn't work.

Again, I'm not 100% sure of that.
hero member
Activity: 626
Merit: 500
Mining since May 2011.
Hi all, How i can redownload all #FIX? I skipped #20 and now i want download but i can't... any solution?

#20 has been removed.  You don't need it.  Just use #21.

Thank you very much ^^

I have other question, my PC are reseting each 6 or 7 hours... and my graphic card stopped mining... where i can read some log about this? So i can knows why this happen and i will try fix that.

what do you mean "my PC are reseting"

Well, i have the PC in other room, and I do a conection via SSH to my BAMT miner PC or I write the IP of my BAMT miner PC in the explorer... so i can view if my PC is working or not... normally i haven't any problem but sometimes (each 5 o 6 hours) i can't view or do nothing (it is stopped and it's blocked)... so i only can turn off and turn on the computer it has the BAMT and then it works again....

In my experience, if a rig is locking up, it is most likely related to overclocking. Maybe back off on your GPU settings (clock/mem) and see if you get more stability.

I did back off on my GPU Settings (HD5870 -> 850/1200/1.175, I6) and i got the same results... my rig is locked up. Sad. Can I consult any file where is wrote what happened before my rig is locked up?

no.  try using all stock settings (gpu and mem).  if it's still locking up, you have hardware problems.

And then if you're still locking up, start with one card, get it stable, then add the second, get it stable, repeat.

Are you using PCI-E Extenders? If yes, I would try removing that one from the equation first.

Another way to force the rig into no overclocking at all is to copy the "noOC" file from /live/image/BAMT/CONTROL into the /live/image/BAMT/CONTROL/ACTIVE dir. Or you can do individual GPUs, you'll see all the files you can copy to that folder in the CONTROL dir. To remove that option, all you have to do is delete the file from that ACTIVE dir.

Also, if your rig is unstable and reboots, sometimes the management code (mother) will auto gen a file based on the specific GPU it had trouble with and put it in that ACTIVE dir, so that is a place to look if your wondering why it won't ever overclock again.

Lastly, I know you had a question about logs to look for, but I believe most of those services had been disabled as to reduce the number of writes to the USB stick for longevity. (IIRC) There might be one, but you'll have to hunt for it in the readme.
hero member
Activity: 956
Merit: 1001
Hi all, How i can redownload all #FIX? I skipped #20 and now i want download but i can't... any solution?

#20 has been removed.  You don't need it.  Just use #21.

Thank you very much ^^

I have other question, my PC are reseting each 6 or 7 hours... and my graphic card stopped mining... where i can read some log about this? So i can knows why this happen and i will try fix that.

what do you mean "my PC are reseting"

Well, i have the PC in other room, and I do a conection via SSH to my BAMT miner PC or I write the IP of my BAMT miner PC in the explorer... so i can view if my PC is working or not... normally i haven't any problem but sometimes (each 5 o 6 hours) i can't view or do nothing (it is stopped and it's blocked)... so i only can turn off and turn on the computer it has the BAMT and then it works again....

In my experience, if a rig is locking up, it is most likely related to overclocking. Maybe back off on your GPU settings (clock/mem) and see if you get more stability.

I did back off on my GPU Settings (HD5870 -> 850/1200/1.175, I6) and i got the same results... my rig is locked up. Sad. Can I consult any file where is wrote what happened before my rig is locked up?

no.  try using all stock settings (gpu and mem).  if it's still locking up, you have hardware problems.
newbie
Activity: 27
Merit: 0
Hi all, How i can redownload all #FIX? I skipped #20 and now i want download but i can't... any solution?

#20 has been removed.  You don't need it.  Just use #21.

Thank you very much ^^

I have other question, my PC are reseting each 6 or 7 hours... and my graphic card stopped mining... where i can read some log about this? So i can knows why this happen and i will try fix that.

what do you mean "my PC are reseting"

Well, i have the PC in other room, and I do a conection via SSH to my BAMT miner PC or I write the IP of my BAMT miner PC in the explorer... so i can view if my PC is working or not... normally i haven't any problem but sometimes (each 5 o 6 hours) i can't view or do nothing (it is stopped and it's blocked)... so i only can turn off and turn on the computer it has the BAMT and then it works again....

In my experience, if a rig is locking up, it is most likely related to overclocking. Maybe back off on your GPU settings (clock/mem) and see if you get more stability.

I did back off on my GPU Settings (HD5870 -> 850/1200/1.175, I6) and i got the same results... my rig is locked up. Sad. Can I consult any file where is wrote what happened before my rig is locked up?
hero member
Activity: 626
Merit: 500
Mining since May 2011.
Hi all, How i can redownload all #FIX? I skipped #20 and now i want download but i can't... any solution?

#20 has been removed.  You don't need it.  Just use #21.

Thank you very much ^^

I have other question, my PC are reseting each 6 or 7 hours... and my graphic card stopped mining... where i can read some log about this? So i can knows why this happen and i will try fix that.

what do you mean "my PC are reseting"

Well, i have the PC in other room, and I do a conection via SSH to my BAMT miner PC or I write the IP of my BAMT miner PC in the explorer... so i can view if my PC is working or not... normally i haven't any problem but sometimes (each 5 o 6 hours) i can't view or do nothing (it is stopped and it's blocked)... so i only can turn off and turn on the computer it has the BAMT and then it works again....

In my experience, if a rig is locking up, it is most likely related to overclocking. Maybe back off on your GPU settings (clock/mem) and see if you get more stability.
Pages:
Jump to: