1200wd / bitcoinlib

Bitcoin and other Cryptocurrencies Library for Python. Includes a fully functional wallet, Mnemonic key generation and management and connection with various service providers to receive and send blockchain and transaction information.
http://bitcoinlib.readthedocs.io/
GNU General Public License v3.0
615 stars 203 forks source link

Could I use this library to mining crypto? #182

Closed cheaterNo1 closed 3 years ago

cheaterNo1 commented 3 years ago

I want to mining crypto like bitcoin, litecoin etc... Does this lib support getblocktemplate, submitblock?

mccwdev commented 3 years ago

No those are not supported by this library, you can only read and parse blocks.