bitcoin
bitcoin copied to clipboard
Bitcoin Core integration/staging tree
Hi, I just start using this branch with counterparty-server. I'm wondering if it is possible to run under regtest mode? Many thanks.
I picked binaries from bitcoin-0.12.1-addrindex-win64.zip and currently reindexing with `-txindex -addrindex`. My configuration contains maximum value `16384` for `dbcache`. debug.log reveals following: > 2016-07-18 19:16:54 Cache configuration: > 2016-07-18 19:16:54...
Using a standard sendtoaddress call during our priming phase is generating high txfees. Couple of examples: https://blockchain.info/tx/8bac7dc71a0753fe97c92adb3d3f5d8589555b12dabddd3c12c85fc506bdc7aa https://blockchain.info/tx/c18110e7782762be8be0eb3bf5def66b5b85c014fc6929a6efeb00937e08e9b2 https://blockchain.info/tx/4a406dca52f7d89ffae80756cf371a749d70a087f878457a1eb32a781bdfaa14 This happened after we upgraded. The previous version we were using...
I have been installed btcdrak and added -addrindex and -txindex option to my config but when i want to getrawtransaction is show error like above txid: 4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b
Hi btcdrak, We appreciate you hosting the addrindex builds, and have recently updated to use 0.13.2 with Counterparty. Would you be able to generate binaries for addrindex-0.14 if you consider...
It seems there are no addrindex-specific endpoints in the REST interface, is that something that could be added at some point in the future? https://github.com/btcdrak/bitcoin/blob/addrindex-0.13/src/rest.cpp#L606
After indexing all the blocks I'm unable to execute **bitcoin-cli searchrawtransactions ** I get the following error message: `error code: -32601 error message: Method not found `
My node started returning error `Cannot read transaction from disk (code -22)` for command `{"jsonrpc": "1.0", "method": "searchrawtransactions", "params": ["1A1zP1eP5QGefi2DMPTfTL5SLmv7DivfNa", 1, 0, 2147483647]}`. Debug log contains an entry `ERROR: bool...
"JSON integer out of range" error even appears on 64 bit binaries if integer parameter is expected and it is equal or above 2147483648. An example json command that triggers...
I'm running addrindex-0.12, and I can't use the `skip` or `count` parameter with `searchrawtransactions` because it fails to parse the `verbose` parameter (and this comes before the others): ``` rune@nuc:~$...