Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

78 Commits

Repository files navigation

bitcoincli

CircleCIPyPI version

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.

frombitcoincliimportBitcoinhost="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)

About

A Python wrapper for Bitcoin JSON-RPC API

Topics

Resources

Stars

9 stars

Watchers

0 watching

Forks

Releases

Used by

Contributors

Languages