Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.93 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.93 KB

Bitcoin Core 26.x Drivechain

Bitcoin Core version 26 as a BIP 300 Drivechain with BIP 301 BMM

BIP 300: https://github.com/bitcoin/bips/blob/master/bip-0300.mediawiki

BIP 301: https://github.com/bitcoin/bips/blob/master/bip-0301.mediawiki

Learn more about Drivechain here: http://drivechain.info

The following BIPS are deployed for testing:

Configuration example (tests must be disabled for now):

./configure --disable-tests --disable-bench --disable-fuzz-binary

TODO & Known Issues:

So far things have only been tested in regtest mode, so starting with --regtest is recommended

What is Bitcoin Core?

https://bitcoincore.org

Bitcoin Core connects to the Bitcoin peer-to-peer network to download and fully validate blocks and transactions. It also includes a wallet and graphical user interface, which can be optionally built.

Further information about Bitcoin Core is available in the doc folder.

License

Bitcoin Core is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.