Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 702 Bytes

File metadata and controls

28 lines (20 loc) · 702 Bytes

Solo Miner V2Q

Solo Miner with High Speed for mining Bitcoin With all System experimenting with a quantum algorithm twist.

Solo Miner V2

Developed using Python 3.11.

First install the required packages :

pip install -r requirements.txt

To insert your BTC Wallet Address and Private Key copy .env.sample to .env and fill in the values.

BC_ADDRESS=<Bitcoin wallet address>
BC_KEY=<Bitcoing wallet private key>

To run:

./run.sh

or Looper.sh for continually mining.

Credits

Forked from Solo Miner V2 by @MrPyMmdrza