How can I connect to my own bitcoind node via json-rpc calls from python3 (or Django)? I'm using Windows 10

0

Context: I'm using bitcoind on Windows 10 and am able to operate it from bitcoin-cli already. Just want to do it programmatically from python3.

Bitcoin wiki says python-jsonrpc is for old versions of python and is inefficient. Old libraries like python-bitcoinrpc or pybitcointools don't seem to work any more.

oktested

Posted 2019-03-15T11:51:03.840

Reputation: 11

No answers