Skip to content

Instantly share code, notes, and snippets.

@buzzkillb
Created November 30, 2019 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save buzzkillb/22308c8d07ab9cf7df8129a6a028cbec to your computer and use it in GitHub Desktop.
Save buzzkillb/22308c8d07ab9cf7df8129a6a028cbec to your computer and use it in GitHub Desktop.

#compile xmrrig on Manjaro
sudo pacman -S base-devel cmake libuv libmicrohttpd openssl hwloc libutil-linux
git clone https://github.com/xmrig/xmrig.git
cd xmrig
mkdir build && cd $_
cmake ..
make

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