Post
Topic
Board Mining (Altcoins)
Re: Official FutureBit Moonlander 2 Driver and Support Thread
by
pyroandy
on 09/04/2018, 10:16:02 UTC
Ok what did I do wrong for the multipool setup? Pointed it at the dgb scrypt stratum. Added in my username and password then nothing. wouldn't run.
Added the .1 to my username and it started running.
Code:
bfgminer.exe --scrypt -o stratum+tcp://eu.multipool.us:3351 -u Moonlander2.1 -p x,d=256  -S MLD:all --set MLD:clock=796
pause

any help would be swell. Really. Back on litecoinpool till i can get this dgb working.

did you register?

OK I am lost, I had to reinstall the os on my Pi and started loading BFGminer. It can not find the needed libraries libjansson-dev or libcurl4-openssl-dev as instructed by the first few pages or this thread. I did this all a few short weeks ago and dont remember how I got around this. What am I missing?




apt-get install

I have been trying that,
sudo apt-get install -y libcurl4-gnutls-dev libjansson-dev.
All I ever get is,
E: Unable to locate package libcurl4-gnutls-dev
E: Unable to locate package libjansson-dev
Like they gone.
But I dont know where they should be coming from in the first place.
I reloaded and updated Raspbian again and still no luck.
Anybody know how I can find these library files?


Update

OK I am back up and running. For some reason when I did a fresh Raspbian install and tried to update it, it did not update my package list this time. I ran sudo apt-get update again and it worked! It can now find the necessary library files.

I had this with my new 3b+ the other day, if you have any other issues its also worth doing rpi-upgrade, gpsp compiled but wouldn't run untill i did that and recompiled!!

Being a noob I thought  "sudo apt-get update" was updating the OS. It was not until I had this problem that I learned it is supposed to update the libraries. So next time I will try and update the OS first then the libraries.

Off hand do you know what I need to do to get BFGminer start automatically when the Pi is powered up?