python-bitcoinrpc icon indicating copy to clipboard operation
python-bitcoinrpc copied to clipboard

Python interface to bitcoin's JSON-RPC API

Results 34 python-bitcoinrpc issues
Sort by recently updated
recently updated
newest added

I'm regularly calling `getnetworkhashps(-1)` to keep track of the network's estimated hash power for the current difficulty adjustment period. At the latest difficulty adjustment, around block 566,496 it temporarily peeked...

It gives you the dictionary as the answer, but checking it and directly throwing an error is not correct way, instead of that we should directly pass that as an...

from bitcoinrpc.authproxy import AuthServiceProxy access = AuthServiceProxy('http://users:[email protected]:28332',timeout=120) printme=access.getrawtransaction("000000000000001e2b28866e4d43c9f3ac6445e45c548ed041b59a8c89542839") ---> Error

Hello. It seems that client can be implemented with support for Python 3 Asyncio with yieldfrom.http.client . Would you like any change in this way?

Bug found when calling `.getmininginfo()`. ### Error: ``` project/rpc.py:171: in get_mining_info return self.conn.getmininginfo() python3.9/site-packages/bitcoinrpc/authproxy.py:140: in __call__ response = self._get_response() python3.9/site-packages/bitcoinrpc/authproxy.py:193: in _get_response log.debug("

Within https://github.com/CryptocurrencyExplorer/CryptocurrencyExplorer/blob/main/Explorer/helpers.py in the classes JSONRPC and JSONRPCException, I've created derivative works of python-bitcoinrpc. I'd like to know what the best way to attribute python-bitcoinrpc would be here, seeing as...

Hello, I use this component and try to run it under Pypy, but the installation package gives an error ``` root@ubuntu-PowerEdge-R740:~/py3.7/bin# ./pypy3.7 -m pip install bitcoinrpc Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple...

It should be callers responsibility to properly encode URL. This will unquote any `%..`, but is especially important for `/`, due to how `urllib.parse.urlparse()` works. ``` >>> import urllib.parse as...

Hi, I'm using bitcoinrpc to fetch data using multiprocessing in python (20-40 processes at a time). I'm frequently getting these errors: ``` exception catched by line 107: Traceback (most recent...

File "***censored***", line 197, in _get_response raise JSONRPCException({ bitcoinrpc.authproxy.JSONRPCException: -342: non-JSON HTTP response with '401 Unauthorized' from server