Looking for a simple script to mine Bitcoin via RPC getblocktemplate

This page summarizes the projects mentioned and recommended in the original post on /r/Bitcoin

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • pyminer

    Discontinued Python miner for bitcoin

  • Here is one using getwork. It would not be hard to update it using getblocktemplate: https://github.com/jgarzik/pyminer and this hardcoded example might also be interesting: https://github.com/subhan-nadeem/bitcoin-mining-python/blob/master/mining.py

  • bitcoin-mining-python

    A Python implementation of the Bitcoin mining algorithm

  • Here is one using getwork. It would not be hard to update it using getblocktemplate: https://github.com/jgarzik/pyminer and this hardcoded example might also be interesting: https://github.com/subhan-nadeem/bitcoin-mining-python/blob/master/mining.py

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • bitcoin

    Collection of python code snippets around working with the bitcoin blockchain (by christianb93)

  • And here is one using getblocktemplate: https://github.com/christianb93/bitcoin I left it to last because it has the most code. If you understand the first two first it will be easier.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts