Once I get litecoin working, I'll work on that.
So far I'm having nothing but trouble getting litecoin working. I THINK I finally got cgminer updated. Then I make a config file and run
./cgminer --config cgminer.conf" only to be told "--config: JSON decode of file 'cgminer.conf' failed". I copied over example config files. I have no clue what's going on.
I dont know what that error is, but you have to create a conf file, and then in your BAMT conf file tell BAMT that you are 1) using cgminer and 2) that you are using a conf file
Also, make sure you are logged in as root (and change the default password)
first start by editing your BAMT config
cd /etc/bamt/
nano bamt.conf
once in here, scroll down at the top a bit until you see where it talks about smtp, at the bottom of that, add these lines
cgminer: 1
cgminer_opts: --config /etc/bamt/cgminer.conf
now scroll down to where you enable your gpus (gpu 0, if you are using just one card), delete out the line that says disabled: 1 and then add this line where that was.
cgminer: 1
Exit and save. Now you have to create the cgminer.conf file you just referenced
nano cgminer.conf
This will bring up a blank screw because its a new doc you just created. Here is where you will put your configurations for cgminer, including your litecoin pool info. Just do a search on the forums or Google for examples of files, copy and paste over, change your pool info, then exit and save. Probably at this point its a good idea to reboot so:
coldreboot
Once back up, log in as root again, then go to gpumon to check the status. It should show you connected and mining.