-
I get a lot of messages like
```
cannot start TCP session[Errno 2] No such file or directory ('123.123.123.123', 59817)
```
and it seems to be impossible to connect to the server. What's the issue h…
-
I noticed this, when I run the RPC stress tests:
The output of certain RPC results may contain non-UTF8 characters, which cause some RPC implementations to fail, for example https://github.com/jgarzi…
dexX7 updated
9 years ago
-
some of the necessary files to build are no longer where they were, some i cannot locate at all
python base 58 now here https://gitlab.com/bitcoin/python-base58.git
midstate is not around -- my …
-
Build log
https://launchpadlibrarian.net/213430423/buildlog_ubuntu-vivid-i386.twister-core_0.9%2B2399%2B201508030046~ubuntu15.04.1_BUILDING.txt.gz
-
When running `bitcoind` built from the `zc.v0.10.0.ticket123.rebase.1` branch as described in #123, I get this output and segmentation fault:
```
$ LD_LIBRARY_PATH=/home/davidsarah/zecc/boost/lib ./b…
daira updated
9 years ago
-
Based on the discussion here: https://www.reddit.com/r/joinmarket/comments/3rm656/is_making_transactions_jm_in_these_days_of/
I'm putting together a PR to, optionally, calculate a fee estimate for fa…
-
Final Edit: The following is how it should work on Ubuntu at least (the working directory is optional of course):
sudo apt-get install libqtgui4 qt4-qmake libqt4-dev build-essential libboost-dev libb…
-
Hello,
I must be doing something wrong, since the example on the site is not working. Consider the following:
```
lmergen@laptop ~/git/ebitcoind $ bitcoin-cli getbalance
0.00000000
lmergen@laptop ~/…
-
```
Class JsonRpcHttpClient has method
public Object invoke(String methodName, Object argument, Type returnType)
On error this method sthrows an Throwable object
Some Json-rpc servers uses not only s…
-
I've come across a problem where the wallet daemon may get DoS'd when a miner is finding valid block very quickly for a low difficulty coin. I am wondering if anyone has any thoughts on the side effe…