Fuse / tagbond / 24kilo,
I just realized something, when I wrote out those steps for you to try my version of BAMT, and I told you to download that updated scrypt binary, I left out one crucial step: deleting the old one. Likely if you followed my steps, there is a .bin.1 file sitting in /opt/miners/cgminernew (or /opt/miners/cgminer) which does you no good. You have to first delete the old binary and then download the new one. I have updated my original post (
here) in case anyone runs across it.
However, I have tried and verified the newer BAMT 1.2 runs perfectly and doesn't need a lot of the updating steps of the older one. So, if you guys want to spend 10 minutes and try BAMT out with the PROPER updated scrypt binary, here you go:
BAMT 1.2, cgminer 3.7.2, updated Tahiti scrypt binary SUPER FAST SETUP:0. If you are running windows and want a simple utility to burn image files to usb sticks:
Win 32 Disk Imager1. Download BAMT 1.2:
http://www.goatpc.com/litecoinbamt1.2.zip2. Unzip the file, a 1.9gb image file will be created. Use a disk imager (such as Win32 Disk Imager) to burn it to a 2gb or larger USB stick. I prefer USB3.0 as they run faster.
3. Pop it in your computer and boot with it, you should see the BAMT loading screen, let it use the defaults.
4. You need to edit the config file. Do this from the command prompt. Load the program menu (bottom left corner button), then goto Accessories, and Root Terminal. You can also SSH into the box if you want:
Username: user
Password: live
5. Edit the cgminer config:
sudo nano /etc/bamt/cgminer.conf and make whatever changes you need to, including pools, GPU settings, etc. To save the file: CTRL+O and then CTRL+X.
6. Download the new Tahiti scrypt binary:
a. Go to the folder:
cd /opt/miners/cgminernewb. Delete the old binary:
sudo rm -rf scrypt130511Tahitiglg2tc24000w256l4.binc. Download the new binary:
sudo wget http://goatpc.com/scrypt130511Tahitiglg2tc24000w256l4.bin7. Force cgminer to restart with your changes:
sudo mine restartAt this point you should see it loading munin and launching your GPU's (munin....gpu0....gpu1...etc). As long as there were no apparent errors, you should be fine.
8. If it seems there were no errors, latch onto the cgminer window:
sudo screen -dr cgminerAt this point you SHOULD see your stuff hashing.. if not, something has happened, and needs more tech support. Usually it's a typo in cgminer.conf
Beyond this point /etc/bamt/bamt.conf needs configuring, but that's pretty easy.
Let me know if this is helpful..