Author

Topic: python client lib to connect to btcd (Read 141 times)

legendary
Activity: 2870
Merit: 7490
Crypto Swap Exchange
October 17, 2019, 01:49:34 PM
#2
BTCD client written with Go (golang) and less popular compared with other client such as Bitcoin Core, so i doubt there's python library specifically made for BTCD client.

However, it uses JSON-RPC and according to it's documentation, it's fully compatible with the original bitcoind/bitcoin-qt (this statement might be partially wrong, since command on Bitcoin Core changed few times)
In theory, you can use Python library intended for Bitcoin Core JSON-RPC such as https://github.com/jgarzik/python-bitcoinrpc
newbie
Activity: 12
Merit: 0
October 16, 2019, 11:53:41 AM
#1
Is there any Python client lib which I could use for connecting to BTCD?
Jump to: