Altcoins Talks - Cryptocurrency Forum

Cryptocurrency Ecosystem => Privacy Coins Forum => Monero Forum => Topic started by: lotus1313 on November 07, 2018, 07:53:48 AM

Title: Cross-platform XMRig 2.8.3 for Linux
Post by: lotus1313 on November 07, 2018, 07:53:48 AM
Static (portable) build of the Monero (XMR) CPU miner

Download for 64-bit (https://github.com/lotus1313/xmrig/files/2544448/xmrig-2.8.3.tar.gz)

OR
Code: [Select]
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

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 (https://github.com/lotus1313/xmrig/files/2555894/xmrig-2.8.3-32-bit.tar.gz)

OR

Code: [Select]
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

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_pool:port", // URL of mining server
"user": "your_wallet",
...

But without http server and SSL/TLS
Documentation https://github.com/xmrig/xmrig
Title: Re: Cross-platform XMRig 2.8.3 for Linux
Post by: Richa99 on December 01, 2018, 12:53:40 AM
This is very fun, and I will be able to get a big profit from it all, and we need to be patient enough to do better, and that is very potential.
Title: Re: Cross-platform XMRig 2.8.3 for Linux
Post by: dragononcrypto on December 04, 2018, 10:27:16 AM
Just had a look at github repo, nice work! There is no where near enough Linux compatibility with crypto-related software so builds like these are very useful, thanks for sharing. I've used xmrig when mining aeon some time ago, it's the best cryptonite mining software imo.