A library for generating Bitcoin Public and Private keys in unison using Blockchain.info 's wallet generator.
##Usage
- Import the library with
import libbcbtcag
. - Return the new public key and private key ij one string seperated by a space with
generate(True)
. - Use
generate(False)
forhttp
(unsecure) and usegenerate(True)
forhttps
(secure).
##Helpful links
This software is licensed under the GNU General Public License version three or above.
The Crowbar Development Team.