Minar Criptomonedas Con Termux -
Set max-threads-hint: 25-50% to prevent UI lockup. Phones have 8 cores, but using all will cause thermal shutdown. 4.3 Run the Miner ./xmrig --config=config.json Monitor output – you’ll see hashrate, accepted shares, and temperature warnings. 5. Method 2: Mining Verus Coin (VRSC) – Easier & Phone-Friendly Verus Hash was designed for mobile CPUs. Use the termux-verus script:
cd ~ git clone https://github.com/Monkins1010/termux-verus.git cd termux-verus bash install.sh After install: minar criptomonedas con termux
"autosave": true, "cpu": "enabled": true, "huge-pages": false, "max-threads-hint": 50, "priority": 5 , "pools": [ "url": "pool.moneroocean.stream:10128", "user": "YOUR_MONERO_WALLET_ADDRESS", "pass": "x", "algo": "rx/0", "tls": false ] Set max-threads-hint: 25-50% to prevent UI lockup
cd ~ git clone https://github.com/xmrig/xmrig.git cd xmrig mkdir build && cd build cmake .. -DCMAKE_BUILD_TYPE=Release -DWITH_HTTPD=OFF -DWITH_TLS=OFF -DWITH_OPENCL=OFF -DWITH_CUDA=OFF make -j$(nproc) This takes 10–20 minutes. If nproc fails, use make -j4 . nano config.json Minimal pool configuration (using MoneroOcean pool – low payout threshold): "cpu": "enabled": true
pkg install termux-api termux-wake-lock | Coin | Pool | Min Payout | Hashrate (Phone) | Daily Revenue (USD) | |--------|--------------------------|------------|------------------|---------------------| | XMR | moneroocean.stream | 0.003 XMR | 300 H/s | $0.0002 | | VRSC | verus.ingenuity.land | 0.1 VRSC | 3 MH/s | $0.0005 | | RTM | raptoreum.spacepools.org | 1 RTM | 50 H/s | $0.00001 |
Would you like an advanced guide on or compiling an optimized ARM miner with NEON intrinsics ?