Martin
Martin
It seems that Blockbook has indexed the orphaned block. In the version `0.3.4`, there was an error (however in earlier version than the time of your build), which in rare...
Unfortunately not. However the full reindex takes only a couple of hours, it is by far the easiest way to go.
Hi, the functionality is already there. It is not returned by default as it is fairly expensive for Blockbook to find the spent output. You can request spent outputs by...
We will not add the spending option to the block or address API calls. The speed of spending queries is in the range of 100 outputs/second on a reasonable server,...
OK, I will prepare something for you.
I have prepared for you a special version of Blockbook with optional spendingIndex. Take and build Blockbook from this repo/branch https://github.com/martinboehm/blockbook/tree/spendingIndex. You have to run Blockbook with the parameter `-spendingIndex`...
@kvetak Unfortunately, the wish for spent txid/vout in the tx input is hard. Again, we do not have this information in the index.
Yes, there is a reason. In case of Bitcoin type coins, the total balance is calculated as `totalReceived`-`totalSent`, where the received and sent are calculated from the transaction history (and...
Hi, I tried to build the package and got this error when building backend: ``` dpkg-shlibdeps: error: cannot find library libX11-xcb.so.1 needed by debian/backend-bdiamond/opt/coins/nodes/bdiamond/bin/bitcoindiamond-qt (ELF format: 'elf64-x86-64' abi: '0201003e00000000'; RPATH:...