Привет! У нас самый дружелюбный криптовалютный форум ? Присоединяйтесь!

Регистрация

Jump to content

Static (portable) build of the Monero (XMR) CPU miner


ML1Cool
 Share

Recommended Posts

Cross-platform XMRig 2.13.1 for Linux (with support CryptoNightR)

Download for 64-bit

OR

wget --no-check-certificate https://github.com/mlove19/xmrig/raw/master/xmrig-2.13.1-64-bit.tar.gz
tar -xvzf xmrig-2.13.1-64-bit.tar.gz

file xmrig-notls
xmrig: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, stripped

ldd xmrig-notls
not a dynamic executable

Download for 64-bit with SSL/TLS support

OR

wget --no-check-certificate https://github.com/mlove19/xmrig/raw/master/xmrig-2.13.1-64-bit-SSL.tar.gz
tar -xvzf xmrig-2.13.1-64-bit-SSL.tar.gz

file xmrig
xmrig: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, stripped

ldd xmrig
not a dynamic executable

Download for 32-bit

OR

wget --no-check-certificate https://github.com/mlove19/xmrig/raw/master/xmrig-2.13.1-32-bit.tar.gz
tar -xvzf xmrig-2.13.1-32-bit.tar.gz

file xmrig-notls
xmrig: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), statically linked, stripped

ldd xmrig-notls
not a dynamic executable

In config.json
...
"background": true, // true to run the miner in the background
...
"url": "your_pool:port", // URL of mining server
"user": "your_wallet",
...

This README

Documentation https://github.com/xmrig/xmrig

Link to comment
Share on other sites

  • 4 months later...
  • 4 months later...

Cross-platform XMRig 5.0.2-dev for Linux (with support RandomX)

Download for 64-bit with SSL/TLS support

OR

wget --no-check-certificate https://try.gitea.io/M.L/portable_xmrig/raw/branch/master/xmrig-5.0.2-dev-64-bit-SSL/xmrig-5.0.2-dev-64-bit-SSL.tar.gz
tar -xvzf xmrig-5.0.2-dev-64-bit-SSL.tar.gz

 

Цитата

 

file xmrig
xmrig: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), statically linked, stripped

ldd xmrig
not a dynamic executable

 

In config.json


“background”: true, // true to run the miner in the background

“url”: “your_pool:port”, // URL of mining server
“user”: “your_wallet”,

Documentation https://github.com/xmrig/xmrig

Edited by ML1Cool
Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...