BTCP-Rebase icon indicating copy to clipboard operation
BTCP-Rebase copied to clipboard

Work in progress. DO NOT USE.

Results 30 BTCP-Rebase issues
Sort by recently updated
recently updated
newest added

The rebase is almost finished, however, there are still various issues to be worked out. More manpower is needed to ensure we have a fully working wallet with all passing...

BTCP Rebase
bounty

~https://github.com/ruimarinho/docker-bitcoin-core/tree/master/0.16~ https://github.com/NicolasDorier/docker-bitcoin This is an excellent base for a Dockerfile, which Bitcoin Core is resistant to creating, but we will need for Bitcore. It is very fundamentally similar to our...

Build system
Scripts / Tools
BTCP Rebase
bounty
Backlog

Use https://github.com/bitcoin/bitcoin as a model. A repo analogous to this will be needed: https://github.com/bitcoin-core/gitian.sigs --- There is a **[$35 open bounty](https://www.bountysource.com/issues/61166253-configure-gitian-build-system?utm_campaign=plugin&utm_content=tracker%2F94169766&utm_medium=issues&utm_source=github)** on this issue. Add to the bounty at [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F94169766&utm_medium=issues&utm_source=github).

Build system
Needs gitian build
bounty

Thanks to ZCASH team, fixes case issue cross compiling https://github.com/zcash/zcash/commit/3d308c2232df9201d15e352df7c824be4950d63b Pull requests without a rationale and clear improvement may be closed immediately. Please provide clear motivation for your patch and...

Using both `sendtoaddress` and `create` / `sign` / `sendrawtransaction`, transparent transactions are successfully created accepted into the mempool by the daemon. However, they often remain in the pool after blocks...

### Bitcoin Unit Tests - Initial Results Ran all subtests in `src/test`, one by one. Travis CI should be made to do this process automatically. Please make a separate Github...

bounty

Revert Berkeley DB version back to Bitcoin default, v4.8, for testing Also work toward working `scripts/build-mac.sh` (fixes an error regarding `-lomp`)

`blockencoding_tests` is in an infinite loop (ran 24hrs) `bloom_tests` has an output of: ``` test_bitcoin: merkleblock.cpp:43: uint256 CPartialMerkleTree::CalcHash(int, unsigned int, const std::vector&): Assertion `vTxid.size() != 0' failed. test_bitcoin: key.cpp:324: void...