π₯ Video Tutorial
π Step 1: Install F-Droid
π First, install F-Droid

π Just search it in Google

β¬οΈ Download and install

π² Step 2: Install UserLAnd
βΆοΈ Open F-Droid

π Find UserLAnd

β¬οΈ Download and install

π§ Step 3: Setup Ubuntu
βΆοΈ Run UserLAnd

π§ Choose Ubuntu

π§ Create:
- username
- SSH password π
- VNC password π

π Choose SSH

β³ Wait until system starts
π Enter your password

π Step 4: Update system
β¬οΈ Update packages:
apt update

β¬οΈ Upgrade packages:
sudo apt upgrade

π¦ Step 5: Install required packages
sudo apt install git proot wget build-essential cmake libuv1-dev libmicrohttpd-dev libssl-dev

π» Step 6: Download XMRig miner
Clone from GitHub:
git clone https://github.com/xmrig/xmrig

π Enter folder:
cd xmrig

π Create build directory:
mkdir build
cd build

βοΈ Configure:
cmake -DWITH_HWLOC=OFF ..

π οΈ Build:
make

π Step 7: Check phone IP
Install net-tools:
sudo apt install net-tools

Check IP:
ifconfig

π‘ Example: π wlan0 β 192.168.111.213
βοΈ Step 8: Create mining config
π» On PC:
π Open XMRig official site

π Click Wizard

β New configuration

β Add pool

π Example pool: nanopool.org

π° Enter your wallet address

β¬οΈ Download 'config.json'

π Step 9: Copy config to phone
π» Use WinSCP

π§ Settings:
* Hostname β phone IP (from ifconfig)
* Port β 2022
* Username β from UserLAnd
* Password β SSH password
π Copy file to:
/home/yourusername/xmrig/build

π Check file:
ls

βοΈ Step 10: Start mining
./xmrig

π₯ Miner starts!
π On Blackview BV6600 Pro max hash rate β 182 H/s
