Solo Miner with High Speed for mining Bitcoin With all System experimenting with a quantum algorithm twist.
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.
Forked from Solo Miner V2 by @MrPyMmdrza