iface eth0 inet static (Remove dhcp and replace with static)
address 192.168.1.81
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.254
save file & reboot pi.
=============
*************
————- 6- The next is to update the system with these steps:
– sudo aptitude update and wait until finish
– sudo aptitude upgrade Will ask “Do you want to continue?”, “Y” to say Yes
and wait until finish again
– Reboot using: sudo reboot
Sonix711 says
https://forums.butterflylabs.com/bitcoin-discussion/3238-super-tutorial-raspberry-pi-raspbian-cgminer-tightvnc-wifi-boot.html
———-
Login as: pi
Password: raspberry
————-
STATIC IP :-
=============
https://www.modmypi.com/blog/tutorial-how-to-give-your-raspberry-pi-a-static-ip-address
sudo nano /etc/network/interfaces
iface eth0 inet static (Remove dhcp and replace with static)
address 192.168.1.81
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.254
save file & reboot pi.
=============
*************
————- 6- The next is to update the system with these steps:
– sudo aptitude update and wait until finish
– sudo aptitude upgrade Will ask “Do you want to continue?”, “Y” to say Yes
and wait until finish again
– Reboot using: sudo reboot
———-
sudo aptitude install git autoconf libtool libcurl4-openssl-dev
libncurses5-dev pkg-config yasm make libusb-1.0-0-dev
sudo apt-get install libusb-1.0-0 libudev0 pm-utils
sudo apt-get install libudev-dev
———- – git clone git://github.com/ckolivas/cgminer.git cgminer
– cd cgminer
– ./autogen.sh
– export LIBCURL_CFLAGS=’-I/usr/include/curl’
– export LIBCURL_LIBS=’-L/usr/lib -lcurl’
———-
CFLAGS=”-O2 -Wall”
———-
./configure –enable-bflsc –enable-icarus –enable-minion
———- – make
– sudo make install
———-
sudo nano /home/pi/.cgminer/cgminer.conf
Add:-
“minion-freq” : “1100-1200”,
———-
RUN COMMAND :-
===============
sudo cgminer –config /home/pi/.cgminer/cgminer.conf
cgminer should be running now…