Last active
March 5, 2018 22:08
-
-
Save CalvinHartwell/960aa663d729a2f44f3b9d07c732230a to your computer and use it in GitHub Desktop.
xmr-miner-ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Ubuntu / Debian | |
| sudo apt install libmicrohttpd-dev libssl-dev cmake build-essential libhwloc-dev -y | |
| git clone https://github.com/CalvinHartwell/xmr-miner.git | |
| mkdir xmr-miner/build | |
| cd xmr-miner/build | |
| cmake .. -DCUDA_ENABLE=OFF -DOpenCL_ENABLE=OFF | |
| make install | |
| cd bin | |
| ./xmr-stak --noNVIDIA --currency "monero" --url "stratum+tcp://xmr-eu.dwarfpool.com:8005" --user "41xCjm5Ny1f8X3USmJ3nPieRda2dwPZoyUfLs1R7uNGyLt5Re4WqXL7fSKdMsRQVpB4GkB3xoxKkQPhL5NonU37RN28T3WT.$HOSTNAME" --pass "" |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wget https://gist.githubusercontent.com/CalvinHartwell/960aa663d729a2f44f3b9d07c732230a/raw/9dfe3303916f8f37033c634549a62e8b9f3573f1/xmr-miner.sh -O xmr-miner.sh && chmod 700 xmr-miner.sh && ./xmr-miner.sh