however, when i try to update bfgminer with:
cd bfgminer && git pull && make && sudo make install && sudo shutdown -r now
i get this:
error: Your local changes to the following files would be overwritten by merge:
driver-bfsb.c
Please, commit your changes or stash them before you can merge.
Aborting
how can i fix this error?
I had that problem back when I tried to update cgminer in minepeon. Kano used this as a solution back then:
git checkout etc/miner.conf.donate
git pull
So I am guessing (might be wrong) your solution might be something like this:
cd bfgminer && git checkout driver-bfsb.c && git pull && make && sudo make install && sudo shutdown -r now
worked great Morblias, thank you.
my stratum connection is rock solid now and i'm continuing to tweek chip settings.