Skip to main content

A python binding for Bitcoin Json-RPC API

Project description

Description

Heavily based on python-bitcoinrpc and Savoir but replacing the httplib with requests.

Installation

git clone https://github.com/chainstack/bitcoincli

Usage

After cloning this repository, run:

python setup.py develop

Use the Bitcoin API documentacion and make calls to the wrapper.

Remember to replace the RPC variables with your Bitcoin node access credentials.

from bitcoincli import Bitcoin

host = "nd-123-456-789.p2pify.com"
port = "80"
username = "user-name"
password = "pass-word-pass-word-pass-word"

bitcoin = Bitcoin(username, password, host, port)

info = bitcoin.getblockchaininfo()
print(info)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bitcoincli-1.0.0.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

bitcoincli-1.0.0-py3-none-any.whl (3.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page