Guide For Mining Electroneum In Linux VPS
We Often Use VPS (or server in general) for Serving Our Websites, Blogs, Or Web Apps.
But Most of time we don't utilise the full cpu of the server.
So you can use that resource for mining Electroneum
#KINDLY NOTE THAT DONT USE 100% of YOUR CPU OR YOUR VPS PROVIDER MIGHT BAN YOU
NOTE 2: You Will Not Make Profit Just By Mining in Your Vps, But If You Already Have a server for your blog or website then you might try this to cut down some server charge
Requirments: Debian or Ubuntu based os
Process:
wget http://techbangla.co.in/downloeds/steemit.sh
This will download the script in root folder if u have loggin as root.
Now Make It it installable
sudo chmod +x steemit.sh
sudo ./steemit.sh
Now Lets Edit The Config
cd xmrig/build
sudo vi config.json
Paste The Following and Dont Forget to replace Your ETH Wallet Adress
{
"algo": "cryptonight",
"av": 2,
"background": false,
"colors": true,
"cpu-affinity": null,
"donate-level": 1,
"log-file": null,
"max-cpu-usage": 90,
"print-time": 60,
"retries": 5,
"retry-pause": 5,
"safe": false,
"syslog": false,
"threads": null,
"pools": [
{
"url": "pool.etn.spacepools.org:3333",
"user": "etnjzX7mYJnaZs7QKbCk8zasn9ocPJVp4WbGuXshiZTJhthyFz5qAm55uvJhJQfcD3adXRfRzSqrN8kwUHVfYSYb7PD98ZfYJU",
"pass": "x",
"keepalive": true,
"nicehash": false
}
]
}
Now In Order to Run it even after closing ssh connection we will use screen . To do So Run the following command
sudo apt-get install screen
Now Run The Script Using
screen ./xmrig
If this really helps You ,Then Dont Forget to Upvote and resteem.
Congratulations @shubhamghosh! You received a personal award!
You can view your badges on your Steem Board and compare to others on the Steem Ranking
Do not miss the last post from @steemitboard:
Vote for @Steemitboard as a witness to get one more award and increased upvotes!