Android Mining #6: How To Mine Nevocoin (Nevo) On Android With Higher Profit



How To MAXIMIZE PROFIT when Mining Nevocoin (Nevo) on Multiple Android Device? Are you ready to maximize your mining profits in 2023? In this step-by-step tutorial, we'll guide you through the process of mining Nevocoin (Nevo) using your Android device and xmrig-proxy. πŸ’°πŸ“± Donate for me: Nevo: NS36RUCBsHoeV73axCYNWjLjY8kPGZr6Kbd47txn5SuiNSoSnMxjShGGZ3A2Q7UQd2PwUmyUR2yJjVn6DffanuLn2aarpL1a8


********************************************

🌐 Resources:

- Home: https://nevocoin.org/ - Wallet: https://mynevocoin.com/ - Pool: https://www.nevocoin.ch/ - Miner: https://github.com/nevocoin/NEVORig - Exchange: https://xeggex.com/market/NEVO_USDT



                 ********************************************


1. Install a "xmrig-proxy" for Nevo (My fork from xmrig-proxy core)

- It can help combine many small hashrate rigs to one woker to easy get shared from pool and reduce the burden on mining pools.
- it helps reduce the possibility of being blocked by vps (just reduced, not unblockable)
- Replace your port proxy on this command, and your vps need open it.

wget https://github.com/xmrig/xmrig-proxy/files/13628268/xmrig-nevo-proxy.tar.gz

tar -xf xmrig-nevo-proxy.tar.gz

rm xmrig-nevo-proxy.tar.gz

cd xmrig-nevo-proxy

sudo nohup ./xmrig-proxy --algo="rx/nevo" -r 2 -R 1 --donate-level 0 -b 0.0.0.0:5555 -m simple -o randomx.rplant.xyz:17102 -u [Address].[Diff] -p [Worker] -k --tls >/dev/null 2>&1 &

2. Install "UserLAnd" app from Google Play



2.  Build Miner From Source

sudo apt update -y

sudo apt install git build-essential cmake libuv1-dev libssl-dev libhwloc-dev figlet nano -y

figlet -f small Cloning repository

git clone https://github.com/nevocoin/NEVORig.git

mkdir NEVORig/build
cd NEVORig/build
figlet -f small Compiling xmrig cmake .. make -j$(nproc) figlet -f small Done compiling sudo apt remove figlet -y echo Removed extra packages.

3. Start Mining

- Run "cd NEVORig/build" and Run:

sudo ./xmrig --algo="rx/nevo" -o [Proxy IP]:[Proxy Port] -u [Wallet] -p [Worker Name] --tls --threads=[CPU Threads] -k


Example:
sudo ./xmrig --algo="rx/nevo" -o 3.95.214.130:5555 -u NS36RUCBsHoeV73axCYNWjLjY8kPGZr6Kbd47txn5SuiNSoSnMxjShGGZ3A2Q7UQd2PwUmyUR2yJjVn6DffanuLn2aarpL1a8 -p 001 --tls --threads=6 -k




Comments