Ok, I think I will try mining on two system using two gridseed device, one of them is windows and other is raspberry PI 2
You're right I am not familiar with cross-compiling process and for using dpkg-buildpackage and the all dependencies require is still unclear even read that!
I would rather focus on Windows built.
Does window build disable radeon GPU?
If not then how to disable that using following:
bfgminer --scrypt -o stratum+tcp://pool1:port -u worker -p password -S noauto -S gridseed:all --set-device gridseed:clock=835
About the gridseed:all --set-device gridseed:clock=835 from above code, includes 40 chip blade?
I read from other source bfgminer doesn't support that.
If there other setting within gridseed setting to enable 40 chip, will be great in knowing!
Hi Luke,
I am interested in mining on raspberry PI 2 with latest version of bfgminer.
I read readme and I unsure to the dependencies that I need to built miner as shown on bellow to enable scrypt and gridseed asic 80 chip!
I left some other commands out in below code to build miner as I am not sure what need entered after dependencies installed.
git clone https://github.com/luke-jr/bfgminer.git
cd bfgminer
...
Can you help by providing complete codes?
I assume everything is completed, bfgminer will disable CPU and radeon GPU?
Well, I know enough how log in PI 2 at least!
I assume that you are not familiar with cross-compiling process. So I would suggest to natively compile BFGMiner on Raspberry PI itself, but you must be patient as it will take a long time. I am not sure how long as I have never compiled BFGMiner on Raspberry Pi. If you would like to try that, you practically can just use dpkg-buildpackage to do that as if you would do that on Debian based PC, because the debian build files for BFGMiner are already being provided on the github repository, i.e. everything under debian directory.