Posts

Showing posts with the label How to generate bitcoin addresses on the command line or with python?

How to generate bitcoin addresses on the command line or with python?

How to generate bitcoin addresses on the command line or with python? Is there an easy way to generate bitcoin addresses with a commmand-line tool? I am interested in the following requirements: Reliable, secure and standards conform, with good entropy Generates private and public keys for the corresponding bitcoin address Can BIP38 Encrypt Can produce in bulk Runs in linux Nice to have: python library Nice to have: can save QR codes as images (png) for private / public keys Nice to have: fast, and non-interactive (all parameters on command line) Basically I am looking for a replacement for http://ift.tt/wWtCt2 , for the command line. http://ift.tt/2zYitVq