lotus1313 Posted November 7, 2018 Share Posted November 7, 2018 Static (portable) build of the Monero (XMR) CPU miner 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 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/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 Link to comment Share on other sites More sharing options...
Jokin Posted November 8, 2018 Share Posted November 8, 2018 (edited) --no-check-certificate .... man muss schon sehr bescheuert sein darauf reinzufallen. Warum sollte hier jemand als neuer User Code für einen Miner verkaufen ?!? ... wenn man sich damit nicht gleich eine fette Backdoor zu seinem Linux aufreißt! Edited November 8, 2018 by Jokin Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now