/btcaddresser

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

lib-blockchain-btc-address-gen Build Status

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) for http (unsecure) and use generate(True) for https (secure).

##Helpful links


GPL 3 Logo

This software is licensed under the GNU General Public License version three or above.

The Crowbar Development Team.