pybitcointools icon indicating copy to clipboard operation
pybitcointools copied to clipboard

SImple, common-sense Bitcoin-themed Python ECC library

Results 26 pybitcointools issues
Sort by recently updated
recently updated
newest added

``` from cryptos import * c = Bitcoin() z=c.send("51charPrivKey","bc1destination",1,fee=10000,segwit=True) ``` Error at c.send() - ``` File "C:\Users\work\AppData\Local\Programs\Python\Python310\lib\site-packages\cryptos\main.py", line 432, in b58check_to_bin assert bin_dbl_sha256(data[:-4])[:4] == data[-4:] AssertionError ```

Hi When i Try to Send Litecoin to other addresses i get an error assert bin_dbl_sha256(data[:-4])[:4] == data[-4:] AssertionError

https://insight.dash.siampm.com/api back **Bad Request** !!!

``` $ cryptotool bash: /home/fredrik/.local/bin/cryptotool: /usr/bin/python^M: bad interpreter: No such file or directory ```

Hi ... I'm trying to utilise your amazing library but not getting very far unfortunately... I'm on a mac and did a standard pip install. When I import I am...

>Anyone know a working Dogecoin testnet faucet, or willing to send testnet coins to address nmfnMVSjfyfiv37HtbphRbLgMPUHQE7QdP so I can test? (Dogecoin mainnet is tested). I found one! https://doge-faucet-testnet.ggcorp.fr/

The current test in `cryptos/electrumx_client/test.py` seem to fail with ``` from cryptos.electrumx_client import rpc_send_and_wait, rpc_send ``` The two imported symbols do not exist in cryptos.electrumx_client. Is the test code obsolete?

MaxRetryError HTTPSConnectionPool(host='bcc.blockdozer.com', port=443): Max retries exceeded with url: /insight-api/addrs/1GnX7YYimkWPzkPoHYqbJ4waxG6MN2cdSg/utxo (Caused by SSLError(CertificateError("hostname 'bcc.blockdozer.com' doesn't match either of 'bch.blockdozer.com', 'beta.blockdozer.com', 'blockdozer.com', 'btc.blockdozer.com', 'tbch.blockdozer.com', 'tbtc.blockdozer.com', 'www.blockdozer.com', 'zcash.blockdozer.com'",),)) Trust bch.blockdozer.com And after use...

Hello, I want to use your fork, for understand how works bitcoin net. And when I start generate inputs from https://github.com/primal100/pybitcointools#example-usage---the-long-way-best-way-to-learn-- that tutorial, I got a problem in my `inputs`...