python-bitcoinlib
python-bitcoinlib copied to clipboard
backport of rpc config handling from python-bitcointx
trafficstars
Backport of config handling code from python-bitcointx.
Handles sections, host:port specified in rpcconnect (bitcoin core allows this), special case for cookie dir for testnet (it is currently named testnet3)
original code used f-strings, but changed to just string concat for compatibility
should fix #218