Cyclenerd / ethereum_nvidia_miner
- понедельник, 26 июня 2017 г. в 03:11:58
Shell
💰 USB flash drive ISO image for Ethereum mining with NVIDIA graphics cards and Ubuntu GNU/Linux (headless)
USB flash drive ISO image for Ethereum mining with NVIDIA graphics cards and Ubuntu GNU/Linux (64-bit Intel/AMD (x86_64)).
Press the
ethminer
(ethminer-genoil) already compiled and executable.ethdcrminer64
is also included.If you do not trust me and do not want to use the image, you will find all configuration files and scripts in the files folder. You only have to install an Ubuntu Linux with all the drivers and tools yourself.
If you want to get started quickly, simply use the pre-configured ISO image (contains the shell scripts, tools, and all necessary drivers).
Download the ISO image via BitTorrent (ethereum-ubuntu-nvidia-miner.torrent
).
Compressed 4.7GB, unzipped 30.7GB.
It is recommended to test that the image is correct and safe to use. The MD5 calculation gives a checksum, which must equal the MD5 value of a correct ISO image.
Filename | MD5sum |
---|---|
ethereum-ubuntu-nvidia-miner.img.7z | 8b95c462d4d385367489bd2adca0924f |
ethereum-ubuntu-nvidia-miner.img | bd2f716b4777f49676579ee0917b9a16 |
More help is available here: https://en.wikipedia.org/wiki/Md5sum
ethereum-ubuntu-nvidia-miner.img.7z
.ethereum-ubuntu-nvidia-miner.img
to a 32GB USB flash drive.Larger USB flash drive should also work. I use the "Sandisk 32GB Ultra Fit USB 3.0 Flash Drive".
The copy can be done with dd
.
How this works exactly is explained to you here: https://wiki.archlinux.org/index.php/USB_flash_installation_media#Using_dd
Identify the disk (not partition) of your USB flash drive e.g. disk3:
nils@macbookpro ~ $ diskutil list
Unmount your USB flash drive:
nils@macbookpro ~ $ diskutil unmountDisk /dev/disk3
Copy the image to your USB flash drive:
nils@macbookpro ~ $ sudo dd bs=1m if=Downloads/ethereum-ubuntu-nvidia-miner.img of=/dev/rdisk3
Btw. rdisk3
(with r) not disk3
is not a write error.
Set the primary graphics output to on one of your NVIDIA cards. Disable Secure Boot (UEFI) and boot from the USB flash drive.
The network configuration is done by DHCP. Look in your router which IP your miner has.
Connect via SSH with your miner.
nils@macbookpro ~ $ ssh prospector@minerIP
Credentials. Password should be changed (passwd
):
prospector
m1n1ng
Mistakes happen. The errors and improvements are posted in this GitHub repository. Get the latest scripts:
prospector@mine ~ $ curl "https://raw.githubusercontent.com/Cyclenerd/ethereum_nvidia_miner/master/files/update.sh" -o ~/update.sh
prospector@mine ~ $ bash update.sh
For security delete my public SSH keys (also performed by the update.sh
script):
prospector@mine ~ $ rm .ssh/authorized_keys
After a minute uptime, a script (screen
) starts automatically in the background, which starts the mining.
prospector@mine ~ $ crontab -l
# run screen after reboot
@reboot sleep 60 && /usr/bin/screen -d -m
Enter mine
to get it in the foreground:
prospector@mine ~ $ mine
Use key combination Ctrl + a, and subsequently pressing a key to execute one of the commands given below:
More help is available here: https://help.ubuntu.com/community/Screen
The miner.sh
script starts automatically (mine
console).
In this script you have to make adjustments:
prospector@mine ~ $ nano -w miner.sh
MY_ADDRESS
MY_RIG
MY_WATT
First of all you should run the nvidia-config.sh
script and reboot.
This script generates an xorg.conf
(/etc/X11/xorg.conf
) with faked monitors (for each of your cards).
You need to run this everytime you add or remove cards.
prospector@mine ~ $ bash nvidia-config.sh
prospector@mine ~ $ reboot
To pull the last MH/s out of your cards, you should overclock.
Run the nvidia-overclock.sh
to adjust the memory and graphics clock.
The settings are lost after a restart. You have to repeat it.
prospector@mine ~ $ bash nvidia-overclock.sh
For safety I did not add it in the autostart (miner.sh
).
Sometimes you exaggerate when overclocking, and you'll be glad if a simple reboot helps.
You should experiment with the values and adjust the values in the script.
I wish you success
prospector@mine ~ $ nano -w nvidia-overclock.sh
nvidia-smi does not work with my cards.
prospector@mine ~ $ nvidia-smi -i 0 -ac 4004,1987
Setting applications clocks is not supported for GPU 0000:01:00.0.
Treating as warning and moving on.
All done.
No idea if this is a nvidia-settings
I have no problems.
You can try it with your cards. Here the text from the help:
-ac, --applications-clocks=MEM_CLOCK,GRAPHICS_CLOCK
Specifies maximum <memory,graphics> clocks as a pair (e.g. 2000,800) that defines GPU's speed while running applications on a GPU.
Set timezone:
prospector@mine ~ $ sudo dpkg-reconfigure tzdata
Run sensors-detect
to search for sensors and to generate the necessary kernel modules:
prospector@mine ~ $ sudo sensors-detect
Generating new SSH daemon keys:
prospector@mine ~ $ sudo ssh-keygen -q -b 8192 -t "ed25519" -f "/etc/ssh/ssh_host_ed25519_key"
prospector@mine ~ $ sudo ssh-keygen -q -b 8192 -t "rsa" -f "/etc/ssh/ssh_host_rsa_key"
Update ethminer-genoil:
# Install CUDA without the driver!!!
prospector@mine ~ $ sudo apt-get install -y cuda-command-line-tools-8-0
# Compile ethminer
prospector@mine ~ $ cd cpp-ethereum/
prospector@mine cpp-ethereum $ git pull
prospector@mine cpp-ethereum $ cd build/
prospector@mine build $ cmake -D CUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda-8.0 -DBUNDLE=cudaminer ..
prospector@mine build $ make -j8
Of course, with SSH.
But munin
and the lighttpd
web server are also installed. You can use it to access statistics pages.
http://minerIP/munin
Here you can find diagrams of the sensors, etc.
Start x11vnc
server.
prospector@mine ~ $ x11vnc
Enter the IP address and display in VNC Viewer to establish a direct connection. For example:
minerIP:0
Fail2ban is installed. The program monitors logins via SSH. Too many false logins from an IP and the IP is blocked. At each start (reboot) and block you will receive an e-mail. You should check your e-mails from time to time.
prospector@mine ~ $ mutt
More help is available here: https://help.ubuntu.com/community/Fail2ban
If you have found a bug (English is not my mother tongue) or have any improvements, send me a pull request.
With the image, you can immediately mine Ethereum. Do not spend long time searching and researching.
I would be happy about a small donation.
0xfbbc9f870bccadf8847eba29b0ed3755e30c9f0d
13fQA3mCQPmnXBDSmfautP4VMq6Sj2GVSA