Skip to content

QuickBusmuth is a private mining pool client for the Bismuth cryptocurrency

License

Notifications You must be signed in to change notification settings

HarryR/QuickBismuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickBismuth is a Python module to fastly mine the Bismuth

The miner.py script connects to pool servers and requests blocks to mine, proof of work is submitted and used to evenly distribute the rewards when blocks are mined.

If Cython is available a native C module is compiled which boosts mining speed, this stub can be used to customise your miner dependant on your hardware.

Included in the source package is:

  • miner.py - Bismuth pool connection
  • fastminer.pyx - Cython interface module
  • bismuth.c - Fast Bismuth C miner
  • benchmark.py - Verify and compare miner speeds
  • LICENSE - source code distribution rights