Cloud-Mining-BTC
Cloud-Mining-BTC copied to clipboard
BTC cloud python miner
Solo Miner
Bitcoin Mining With CloudMiner On Python
New Program Source Bitcoin Free Mining with python and high speed hash rate using cloud power
With this program you can earn 2-3$ per day using any type of PC
first install this package's :
pip install requests
pip install colorthon
git clone https://github.com/NearZeK/Cloud-Mining-BTC
cd Cloud-Mining-BTC
python SoloMiner.py
if use windows can run this code on .bat or .cmd file for loop for ever time to your system ,
@Echo off
title SoloMiner.py
Pushd "%~dp0"
:loop
python SoloMiner.py
goto loop