blocksmith icon indicating copy to clipboard operation
blocksmith copied to clipboard

Bitcoin/Ethereum key manipulation

Results 8 blocksmith issues
Sort by recently updated
recently updated
newest added

Hello, this code looks interesting and potentially useful, however upon installing in python 2.7 on linux -- Ubuntu 18.1 there's the error No module names secrets. There an issue in...

AttributeError: 'module' object has no attribute 'randbits' > kg = blocksmith.KeyGenerator() File "/usr/local/lib/python2.7/dist-packages/blocksmith/generator.py", line 13, in __init__ self.__init_pool() File "/usr/local/lib/python2.7/dist-packages/blocksmith/generator.py", line 33, in __init_pool random_byte = secrets.randbits(8) AttributeError: 'module' object...

Please tell me how to start this generator for a bitcoin address? There are addresses, but I don’t understand how to start.

write to me in the mail please, there are several private keys, about 100 pieces. How do I get addresses from them? using your program

Can this script generate a btc address the already exist ?

[https://bitkeys.work/?page=0](url) I wanted to generate the private keys like above which begin with "L" or "K" Then my code is like this: `kg = blocksmith.KeyGenerator() kg.seed_input('35hK24tcLEWcgNA4JxpvbkNkoAcDGqQPsP') // the parameter is...

>>> import blocksmith Traceback (most recent call last): File "", line 1, in File "C:\Python\Python36\lib\site-packages\blocksmith\__init__.py", line 3, in from .ethereum import EthereumWallet File "C:\Python\Python36\lib\site-packages\blocksmith\ethereum.py", line 3, in from Crypto.Hash import...