Cryp Toon

Results 45 comments of Cryp Toon

The database is only used if you work with the Wallet class. If you are just using the Key, Transaction and Service class the database will be created but not...

This PR seems empty / no code changes?

Commit https://github.com/1200wd/bitcoinlib/commit/34ee201aeb7886c9c747a372ea3d0bfca602b122 adds support for sending to p2tr addresses.

When importing a raw transaction bitcoinlib parses all scripts and keys. Which may cause an error when a non-standard script is encountered. The first transaction has an output with an...

The code probably fails because the keys of the inputs are not known in the wallet, only the outputs keys. I'm not sure what your end-goal is, but why not...

Yes, that's not the behavior you would expect. For efficiency reasons the getblock method by default only parses the first 10 transactions. So transactions are missing and the block cannot...

The library needs UTF-8 to convert international mnemonic keys. Is there a problem with setting the locale to utf8?

Unfortunately this is not supported at the moment