bitcoin icon indicating copy to clipboard operation
bitcoin copied to clipboard

Bitcore Bitcoin build with address indexes

Results 18 bitcoin issues
Sort by recently updated
recently updated
newest added

I have been testing version 0.12.1, and I have seen that the address balance index does not work correctly. It seems to be missing some transactions to be indexed. For...

Resolves #56. Adding the same code to `DisconnectBlock()` as already exists in `ConnectBlock()`, very simple and safe change.

In branch `0.13-bitcore`, which is the most recent, the function `DisconnectBlock()` creates a vector to update the `spentIndex` database: https://github.com/bitpay/bitcoin/blob/1f0598705c3176f70325cd56a5446fec3ca4f13c/src/main.cpp#L2312 but never writes it to disk. It's computed without being...

Hello i want to know which codes are added to implement BIP37 to bitcoin. can anyone provide me full commit list? thanks...

I am on branch 0.13-bitcore AAAdeMac-mini:bitcoin aaa$ git branch -vv 0.12-bitcore ca9da76 [origin/0.12-bitcore] Merge pull request #11 from braydonf/0.12-bitcore-spent 0.12.1-bitcore 68225ab [origin/0.12.1-bitcore: ahead 1] backup * 0.13-bitcore 1f05987 [origin/0.13-bitcore] Merge...

Hi, Any plans for Bitcoin Core 0.15 ?

As for now, I found logic behind your code as best way to increase block size. Moving max block size regulation to protocol level, away from human hands is only...

What happened to the extra indexes in the bitpay build of bitcoin? I noticed that the headerfiles for the indexes are also gone in the v2017_2m_blocksize_v2 branch, this breaks the...