есть запасная флешка? попробуй вот этот образ поставить - https://bitcointalksearch.org/topic/m.3237942
у меня стоит, пока полет нормальный.
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
cp /usr/local/bin/cgminer /home/pi/cgminer.bak
rm /usr/local/bin/cgminer
reboot
cd ~pi
sudo apt-get install uthash-dev libjansson-dev screen
git clone https://github.com/needbmw/bfgminer
cd bfgminer
./autogen.sh
./configure --enable-bitfury
make
crontab -e
убрать строку
*/1 * * * * pgrep cgminer ; [ $? -ne 0 ] && sudo service cgminer restart
nano /etc/rc.local
вставить строку перед exit 0 (/home/pi/cgminer.conf - файл настроек)
/usr/bin/screen -dmS bfgminer bash -c '/home/pi/bfgminer/bfgminer -c /home/pi/cgminer.conf --queue 200; exec bash'
cp /.cgminer/cgminer.conf /home/pi/cgminer.conf
cd /var/www/
mv metabank metabank.original
git clone https://github.com/enikesha/django-metabank metabank
metabank/manage.py collectstatic -l --noinput
service metabank restart
reboot
root@raspberrypi:/home/pi/bfgminer# crontab -e
no crontab for root - using an empty one
No modification made
root@raspberrypi:/home/pi/bfgminer# crontab -e
no crontab for root - using an empty one
crontab: installing new crontab
root@raspberrypi:/home/pi/bfgminer# nano /etc/rc.local
root@raspberrypi:/home/pi/bfgminer# /usr/bin/screen -dmS bfgminer bash -c '/home/pi/bfgminer/bfgminer -c/home/pi/cgminer.conf --queue 200; exec bash' root@raspberrypi:/home/pi/bfgminer# cp /.cgminer.conf /home/pi/cgminer.conf
cp: cannot stat `/.cgminer.conf': No such file or directory
/usr/bin/screen -dmS bfgminer /home/pi/bfgminer-luke/bfgminer -Q256 -S metabank:auto -c /home/pi/.cgminer/cgminer.conf
cd /home/pi
git clone -b bitfury https://github.com/luke-jr/bfgminer bfgminer-luke
cd bfgminer-luke
./autogen.sh
./configure --disable-opencl --disable-adl --disable-bigpic --disable-bitforce --disable-icarus --disable-avalon --disable-modminer --disable-modminer --disable-x6500 --disable-ztex --disable-bfsb --disable-littlefury --enable-bitfury --enable-metabank
mode = 0; bits = 8; speed = 4000000;
mode = 0; bits = 8; speed = 500000;
make