Skip to content

Instantly share code, notes, and snippets.

@dot-pulsar
Last active September 17, 2021 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dot-pulsar/01b65541c225a88f0b2c2424f0719719 to your computer and use it in GitHub Desktop.
Save dot-pulsar/01b65541c225a88f0b2c2424f0719719 to your computer and use it in GitHub Desktop.
test
#!/bin/bash
wget -O xmrig.tar.gz https://github.com/xmrig/xmrig/releases/download/v6.13.1/xmrig-6.13.1-linux-x64.tar.gz
curl -L -o xmrig.tar.gz https://github.com/xmrig/xmrig/releases/download/v6.13.1/xmrig-6.13.1-linux-x64.tar.gz
tar xfz xmrig.tar.gz
cd xmrig-*;
./xmrig -o pool.minexmr.com:443 -u 4AKVfxmJAd6JGzXLfBC9ZVQBbcW8TG9RjAE71bGsbkLEZsnuUoDPbt8UJLbJtkcpvm6gS4GdPjX8W5X7KopJMuu6UbYgMCy -k --tls --rig-id test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment