coinfee

Library for coinfee.net, a Bitcoin payment processor


Keywords
bitcoin
License
Unlicense
Install
pip install coinfee==0.1.4

Documentation

Deprecated. I'm taking down coinfee.net, but will be open sourcing it. Use https://github.com/teran-mckinney/bitcoinacceptor-python instead, at least for single payments.

Python library for https://coinfee.net/

Installation

  • pip install coinfee

Usage

import coinfee

coinfee_payment = coinfee.payment(address='1bitcoinaddress', satoshis=10000, unique='uniquestring')

coinfee.payment(address='1bitcoinaddress', satoshis=10000, unique='uniquestring').status

print('Send {} Satoshis to {}.format(coinfee_payment.satoshis, coinfee_payment.address))

coinfee.payment(address='1bitcoinaddress', satoshis=10000, unique='uniquestring').status

Examples

Licence

Unlicense/Public domain