pybitcoin icon indicating copy to clipboard operation
pybitcoin copied to clipboard

A Bitcoin python library for private + public keys, addresses, transactions, & RPC

Results 34 pybitcoin issues
Sort by recently updated
recently updated
newest added

* Do not use /dev/random (introduces high latency). * Add timeout to service client requests.

Add two classes, CoinPrivateKey and CoinPublicKey, that take a version byte parameter in their constructors. Also allow WIF version byte to be specified via a parameter.

Print out the raw hex transaction to help with debugging transactions that fail to send. For example, the transaction below failed because it was trying to send zero bitcoin with...

Manages most important blockchain.info error messages, which are not in JSON format but normal strings. More error messages might be needed: unfortunately, I've failed in finding any place where they're...

- Use `future` library - httplib-->http.client. - Use relative imports wherever. - print-function. - except Exception as ex.

History: Ran into an issue with the old Ufocoin paper wallet generator where it created invalid WIF keys. Added private key support for Ufocoin to easily create valid keys for...