Bitcoin Vault is a proposal for a digital currency based on Bitcoin which is focused on creating the best possible store of value and addressing the problem of theft.
For more information, read the original whitepaper.
Coin name | BTCV |
Premine / ICO | none |
Total number of coins | 21,000,000 BTCV (like Bitcoin) |
Initial block reward | 175 BTCV (full schedule) |
Average block time | 10 minutes (like Bitcoin) |
Algorithm | SHA256 PoW (like Bitcoin) |
This example implementation of the Bitcoin Vault protocol is based on a fork of Bitcoin Core. Similarly, it is released under the terms of the MIT license. See COPYING for more information or see https://opensource.org/licenses/MIT.
Bitcoin Vault is an open community project. Anyone in the community can make suggestions regarding modifications and offer a reference implementation. Miners and full nodes ultimately choose whether to accept these changes and upgrade.
The contribution workflow is described in CONTRIBUTING.md and useful hints for developers can be found in doc/developer-notes.md.
Testing code modifications is critical before adopting any proposed codebase changes. You have the responsibility to test and verify that the code behaves according to the well accepted protocol. To assist with this process, see TESTING.md.
For build and installation instructions, see INSTALL.md. The file also contains the main differences in naming from Bitcoin Core, such as bvaultd
instead of bitcoind
.
Similar to Bitcoin, Bitcoin Vault is a decentralized community-driven project. The authors of this reference implemntation provide no guarantees to its completeness, accuracy or future roadmap. You may become a member of the community by working on your own reference implementation or participating as a contributor on this one.