NearZeK / Cloud-Mining-BTC

BTC cloud python miner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Снимок экрана 2024-05-23 010937

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