blocksmith
blocksmith copied to clipboard
write me i need your help
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
one by one I figured out how to do this, but to add a text document with hex keys 64 characters long to the field
import blocksmith
key = '7077da4a47f6c85a21fe6c6cf1285c0fa06915871744ab1e5a5b741027884d00'
address = blocksmith.BitcoinWallet.generate_address(key)
print(address)
import blocksmith key = '7077da4a47f6c85a21fe6c6cf1285c0fa06915871744ab1e5a5b741027884d00' address = blocksmith.BitcoinWallet.generate_address(key) print(address)
And then Make for loop based on this code
Hello. I have a blockchain wallet. Some bitcoin send to me and when I received, it was nonspendable and need to private key. Please help me for generate private key for my import address. Thanks