def generate_address_from_passphrase(passphrase) : private_key = str(hashlib.sha256( passphrase.encode('utf-8')).hexdigest()) address = BrainWallet.generate_address ...
Please note that these are just the code examples accompanying the book, which we uploaded for your convenience; be aware that these notebooks may not be useful without the formulae and descriptive ...