-
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…
-
Example here: https://github.com/NeblioTeam/neblio/blob/master/wallet/bitcoinrpc.cpp
-
Hi everyone, I'm testing `garecovery` script on Fedora 39, Python 3.12.1 but I have the following error with dependencies:
```
➜ garecovery git:(master) source venv/bin/activate
(venv) ➜ garecove…
-
Get data failed,I added the following test code,The acquired data is empty.
access = AuthServiceProxy("http://user:pass@127.0.0.1:14001")
getInfo = access.getinfo()
print getInfo
print access.getbloc…
-
from bitcoinrpc.authproxy import AuthServiceProxy
access = AuthServiceProxy('http://users:passwrd@127.0.0.1:28332',timeout=120)
printme=access.getrawtransaction("000000000000001e2b28866e4d43c9f3…
-
I've tried this a couple of different ways now using a clean VM of OSX 10.9 each time. In a few of the attempts I followed the "standard" set of instructions and compiled my own build of Boost 1.55.0,…
-
File "***censored***", line 197, in _get_response
raise JSONRPCException({
bitcoinrpc.authproxy.JSONRPCException: -342: non-JSON HTTP response with '401 Unauthorized' from server
-
I tried to compile here but it fail ..... Do you wish make it to cmake instead make files .... its very hard compile using manual dependecies.
-
Installing a new linux with openssl 1.1 in one of my pc's, i have some errors to compile the wallet.
First thing who i did was to downgrade to openssl 1.0 and the compilation started but faced wit…
-
Could do with handling connection errors etc better - e.g. when node not running etc.
Need to determine what's needed - perhaps look at how python-bitcoinrpc handles it?