pybitcointools icon indicating copy to clipboard operation
pybitcointools copied to clipboard

SImple, common-sense Bitcoin-themed Python ECC library

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

# We never drop demons into evil systems and evil places ![stupid content](https://pbs.twimg.com/profile_images/1394413619757129728/G-Ty-1M6_400x400.jpg)

# https://tea.xyz/what-is-this-file --- version: 1.0.0 codeOwners: - '0x818F0f18E610E52827E487b822A8390B7a080a6E' quorum: 1

I wanted to be able to do the procedure in the README in the testnet in Python 3. This required a large rewrite of the bci.py module. Here is a...

Hello, This repository is listed on the [Awesome Bitcoin](https://raw.githubusercontent.com/igorbarinov/awesome-bitcoin/master/README.md) list, which is a collection of useful Bitcoin projects. However, it seems that the 'bitcoin' topic is missing from this repository's...

``` k1=`pybtctool random_key`> k2=`pybtctool random_key`> k3=`pybtctool random_key`> p1=`pybtctool privtopub $k1`> p2=`pybtctool privtopub $k2`> p3=`pybtctool privtopub $k3` Traceback (most recent call last): File "/usr/local/bin/pybtctool", line 4, in __import__('pkg_resources').run_script('bitcoin==1.1.42', 'pybtctool') File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/__init__.py",...

Hello I want to ask a question, I wanted to download the file today but I didn't find the files you have deleted like build file and dist in addition...

I'm try using [blockcypher python library](https://github.com/blockcypher/blockcypher-python), but problem is in bitcoin lib: ![image](https://user-images.githubusercontent.com/55315908/161381922-63b2008a-1af8-4871-a47d-a937a29a9d8d.png) I just try to navigate at library methods, and see that it always error on this place,...

FileNotFoundError: Could not find module 'libeay32' (or one of its dependencies). Try using the full path with constructor syntax.

Hello! I run the unspent command it ends up empty. What could be the reason? ``` target = '32GkPB9XjMAELR4Q2Hr31Jdz2tntY18zCe' unspent(target) [] ```