Last active
November 19, 2022 20:54
-
-
Save skzap/33b3addcd4999c6df22ab735c5cc43da to your computer and use it in GitHub Desktop.
xmrig autoboot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # download xmrig | |
| wget --no-check-certificate https://github.com/MoneroOcean/xmrig/releases/download/v6.18.1-mo1/xmrig-v6.18.1-mo1-lin64.tar.gz | |
| tar -xvzf xmrig-v6.18.1-mo1-lin64.tar.gz | |
| cd xmrig-6.18.1/ | |
| # launch | |
| #sudo ./xmrig -o pool.minexmr.com:4444 -u 48znh8DsRcoHPF1YN94s3oU4ta5ikLrwjDc2Hy6hr8WYcbiueoLNNLJ2ZdM62Ca7VCf8zRyDVvEbKj8SsS4vcidJHTqfVhu |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment