Post
Topic
Board Mining (Altcoins)
Re: Official FutureBit Moonlander 2 Driver and Support Thread
by
flippintwit
on 10/06/2019, 00:58:21 UTC
I'm having a bit of difficulty getting bfgminer to work on my Odroid N2 running Ubuntu 18.04. I have the armv6 version installed and I'm attempting to just get the sample start_moonlander2.sh script to get things going, but I'm getting the following error when trying to run from my bfgminer folder:

./start_moonlander2.sh: line 1: ./bfgminer: no such file or directory

I've given read/write permissions to everything in the directory.

Any thoughts? Is it because it's a 64bit proc?

The only other thing I have running on this SBC is cgminer with my GekkoScience stuff.

You might change the directory reference in the script, the ./ in front of the bfgminer call, to a fully qualified path, eg. mine is /home/ubuntu/bfgminer_5.4.2-futurebit2_linux_x86_64/bfgminer ...

Do you have the execute bit set on the permissions for bfgminer(?), eg. -rwxrwxr-x 1 ubuntu ubuntu 2242544 Dec 13  2017 bfgminer (chmod 775 bfgminer)