Static (portable) build of the Monero (XMR) CPU miner
Download for 64-bit
OR
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
file xmrig
xmrig: ELF 32-bit LSB executable, Intel 80386, 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_poolort", // URL of mining server
"user": "your_wallet",
...
But without http server and SSL/TLS
Documentation https://github.com/xmrig/xmrig
Download for 64-bit
OR
Код:
wget --no-check-certificate https://github.com/lotus1313/xmrig/files/2544448/xmrig-2.8.3.tar.gz
tar -xvzf xmrig-2.8.3.tar.gz
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/lotus1313/xmrig/files/2555894/xmrig-2.8.3-32-bit.tar.gz
tar -xvzf xmrig-2.8.3-32-bit.tar.gz
xmrig: ELF 32-bit LSB executable, Intel 80386, 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_poolort", // URL of mining server
"user": "your_wallet",
...
But without http server and SSL/TLS
Documentation https://github.com/xmrig/xmrig