Monday, July 19, 2021

Advanced Crypto Mining From Your Android Phone



This video demonstrates how to mine crypto currency directly from your Android phone.

Follow steps below to get started (paste commands accordingly)

sudo apt-get install git build-essential cmake automake libtool autoconf libuv1-dev libssl-dev libhwloc-dev wget

git clone https://github.com/xmrig/xmrig

mkdir xmrig/build && cd xmrig/scripts

./build_deps.sh && cd ../build

cmake .. -DXMRIG_DEPS=scripts/deps

make -j$(nproc)

sudo ./xmrig -o stratum+tcp://xmr.
pool.minergate.com:45700 -u worldomo@gmail.com --coin monero

Mine Crypto using browser (Android or PC)
https://youtu.be/7y5US3Y90Fc

Download Crypto Tab browser on your PC or phone to mine Bitcoin, use link below

https://cryptotabbrowser.com/23696808

Music: Another time
Musician: LiQWYD

No comments:

How to add Wireless capability to legacy printers using Raspberry Pi

  This video tutorial demonstrates how to easily add wireless print capablity to your wired legacy printers using your Raspberry Pi. We hav...