jgarzik / python-bitcoinrpc

Python interface to bitcoin's JSON-RPC API
GNU Lesser General Public License v2.1
644 stars 304 forks source link

How to use python-bitcoinrpc with dockerized bitcoin-core #99

Closed abhyankar-amey closed 4 years ago

abhyankar-amey commented 4 years ago

Hello,

I am using bitcoin-core in docker using = https://github.com/ruimarinho/docker-bitcoin-core

How can I use the python-bitcoinrpc.py to send RPC call? I am using Ubuntu 18.04 on base machine & python3

Thanks & Regards, Amey.