I have three questions:
1) The example script - "start_moonlander2.sh" shows the line:
./bfgminer --scrypt -o stratum+tcp://us.litecoinpool.org:3333 -u jstefanop.1 -p 1,d=128 -S ALL --set MLD:clock=600
and i wonder - what is the
,d=128
part ? or is that just part of your password ?
2) When I try and execute the script on a Pi3 it says:
./bfgminer: error while loading shared libraries: libjansson.so.4: cannot open shared object file: No such file or directory
EDIT: I fixed this with running the following:
sudo apt-get install autoconf autogen libtool uthash-dev libjansson-dev libcurl4-openssl-dev libusb-dev libncurses-dev git-core
3) Is there a way we can compile our own? The instructions are normally something like:
sudo apt-get update
sudo apt-get install autoconf autogen libtool uthash-dev libjansson-dev libcurl4-openssl-dev libusb-dev libncurses-dev git-core libevent-dev
git clone https://github.com/jstefanop/bfgminer.git
cd bfgminer
./autogen.sh
./configure CFLAGS="-O3" --enable-scrypt
make
but i think the configure needs options and not 100% sure the prereq are correct - Do you have them?
I'm going to reimage my Pi from the lastest image and try this again so we have some clean notes for the original post

Thanks in advance!