Skip to content

Instantly share code, notes, and snippets.

@CalvinHartwell
Last active March 5, 2018 22:08
Show Gist options
  • Select an option

  • Save CalvinHartwell/960aa663d729a2f44f3b9d07c732230a to your computer and use it in GitHub Desktop.

Select an option

Save CalvinHartwell/960aa663d729a2f44f3b9d07c732230a to your computer and use it in GitHub Desktop.
xmr-miner-ubuntu
#!/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 ""
@CalvinHartwell
Copy link
Copy Markdown
Author

CalvinHartwell commented Mar 5, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment