How To Mine ETN On Your Vps(ubuntu16.04)

in #mine7 years ago

Hi guys,
Today i will teach you How To Mine ETN On Your Vps(ubuntu16.04).
WARNING , YOUR VPS MAY BE BANNED BECAUSE OFF CRYPTOMINING
Limit your cpu usage to lower chance getting banned
Here a simple script to mine etn(electroneum)
first: install xmrigto your vps
Code:
wget https://dl.getdropbox.com/s/anxcgef0ff0b9ly/install.sh
Code:
sudo chmod +x install.sh
sudo ./install.sh
second : edit config file
Code:
cd xmrig/build
sudo nano config.json
copy this
Code:
{
"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": "etnkHHJNpT9B65UiNEqt6n37TUjQ3fnAnehRELvRgyEeeG52VxjsdZrAR5oFisaP5G2FHJxxs2fuA6xqp8Gf7iRu6ZwkRMk8n8",
"pass": "x",
"keepalive": true,
"nicehash": false
}
]
}
edit wallet address,pool to your own wallet+pool ,after that send ctrl x to close nano


How to make it run 24/7
Code:
run using :
screen ./xmrig
before starting make sure you are in xmrig/build directory

thats all i know. Will update post later

Coin Marketplace

STEEM 0.16
TRX 0.15
JST 0.027
BTC 60003.48
ETH 2309.22
USDT 1.00
SBD 2.49