Skip to content

NearZeK/Cloud-Mining-BTC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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