pycoin icon indicating copy to clipboard operation
pycoin copied to clipboard

Python-based Bitcoin and alt-coin utility library.

Results 61 pycoin issues
Sort by recently updated
recently updated
newest added

https://github.com/satoshilabs/slips/blob/master/slip-0010.md#test-derivation-retry-for-nist256p1

``` all incoming transaction values validated signing... warning: 2 TxIn items still unsigned all incoming transaction values validated ``` my PYCOIN_BTC_PROVIDERS , PYCOIN_CACHE_DIR are correct and working correctly while signing...

Hello everybody! I'm trying to send the transactions thats was made in pycoin through create_tx. However when i run sendrawtransactions i get the error "absurdly-high-fee, (code 256)". When i built...

DASH decided to change, see [see here](https://github.com/dashpay/dash/blob/e596762ca22d703a79c6880a9d3edb1c7c972fd3/src/chainparams.cpp#L157-L160)

Added support for the STRAKS crypto currency. [STRAKS Github](https://github.com/straks/straks) [STRAKS Website](https://straks.tech)

This adds the option to get ku output also for Bitcoin BIP49 p2sh segwit and BIP84 segwit xPubs Can be considered if the `bipxx_as_string` codes would be better in HierarchialKey

@richardkiss Not working for both mainnet (BCH) and testnet (XCH). ``` rand = codecs.encode(os.urandom(32), 'hex').decode() key = Key(secret_exponent=int('0x' + rand, 0), netcode="XCH") in create_account address = key.address() in address return...

Currently we are getting average 0.000709s . Our code is on master branch commit 6a8b7c. Is there anyway to further speed this up? We need to generate thousand addresses in...

![1](https://user-images.githubusercontent.com/80322816/110799499-45063880-828c-11eb-84b2-916185ca6cc2.png)

![1](https://user-images.githubusercontent.com/80322816/110784441-c0f78500-827a-11eb-933f-15008797ffff.png)