Skip to content

Solo Miner with High Speed for mining Bitcoin With all System (Bitcoin Mining , BTC Miner) experimenting with a quantum algorithm twist

Notifications You must be signed in to change notification settings

vfp2/SoloMinerV2Q

 
 

Repository files navigation

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

About

Solo Miner with High Speed for mining Bitcoin With all System (Bitcoin Mining , BTC Miner) experimenting with a quantum algorithm twist

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.3%
  • Shell 2.7%