How to Install and Run CCMiner on an Android Phone – Mine Crypto on Mobile!

Опубликовано: 04 Март 2026
на канале: DIY EleKtronics
4,371
92

☕ Please buy me a coffee: https://ko-fi.com/diyelektronics

Want to mine cryptocurrency on your Android phone? In this video, I show you how to install and run CCMiner using Ubuntu on an Android device. Step by step, I guide you through the setup process, getting everything up and running smoothly. Whether you're mining for fun or experimenting with mobile crypto mining, this tutorial will get you started!

🔹 Topics Covered:
✅ Installing Termux on Android
✅ Downloading and setting up CCMiner
✅ Running CCMiner and mining crypto
✅ Tips to optimize performance

📌 Don't forget to like, subscribe, and hit the bell icon for more tech and crypto tutorials! 🚀

https://github.com/CypherpunkArmory/U...

sudo apt update

sudo apt upgrade

lscpu

curl -k https://raw.githubusercontent.com/The... | bash

cd ccminer

nano config.json



{
"pools":[
{
"name": "Vipor Pool",
"url": "stratum+tcp://us.vipor.net:5040",
"timeout": 150,
"disabled": 0
},
{
"name": "Vipor Failover",
"url": "stratum+tcp://ca.vipor.net:5040",
"timeout": 60,
"time-limit": 600,
"disabled": 0
}],

"user": "RX9XCqd5j639WZdnRdMnGdx8Ypaf3F3Yez.YouTube",
"algo": "verus",
"threads": 8,
"cpu-priority": 1,
"retry-pause": 5,
"api-allow": "192.168.0.0/16",
"api-bind": "0.0.0.0:4068"
}


Once config file is edited to the pools you want to mine and your wallet address has been updated

Press Ctl O......then Enter.........then Ctl X

To start miner enter ./start.sh