Project Activity
Contents
Overview
VeriBlock is an end-to-end MainNet functional altchain.
Below are some interesting statistics about activity on the project.
Activity
About 1% to 4% of the transactions on the Bitcoin block are VeriBlock PoP transactions. -> https://explore.veriblock.org/
In the first 3 years of VeriBlock MainNet (Mar 25, 2019 to Mar 25, 2022), over 16 million Bitcoin transactions were from PoP.
VeriBlock vProgPoW has had many different pools, according to https://miningpoolstats.stream/veriblock
Altchain PoP Mining for the first pop-secured altchain (BTCSQ, the reference implementation), has about 1M pop transactions a month.
Development
VeriBlock Github is highly active, usually with multiple commits a day from multiple developers. There is a channel in Discord showing github commits. https://github.com/VeriBlock
As of March 2022, there are about 40 public repositories.
The wiki is updated multiple times per week -> https://wiki.veriblock.org/
Updates
Continual news updates and press releases -> https://veriblock.org/news/
Monthly status updates -> https://veriblock.org/roadmap/
Products
VeriBlock is a tier1 technology with a large ecosystem: VeriBlock_Ecosystem
The VeriBlock daemon (NodeCore) is 100% custom to be most optimized for PoP. It is written in Kotlin/Java, and not forked from Bitcoin.
The NodeCore Suite secures altchains to Bitcoin via PoP mining. This requires several additional custom components beyond a normal altchain ecosystem:
- PoP Mining
- VeriBlock PoP Miner (via NodeCore) -> this has put 16 million transactions on Bitcoin
- PoP Subsidies - PoP_Subsidies
- vBFI - VeriBlock Bitcoin Finality Indicator - https://veriblock.org/vbfi/
- vAIF - VeriBlock Altchain Integration Factory - VAIF is a set of components to make it easy as possible for altchains to obtain PoP Security by integrating with VeriBlock.
vAIF is a very technical challenge, as not only does one need to create an altchain, they also must abstract out much of that complexity to make it reusable to add other altchains. vAIF has several custom reusable components:
- Reusable C++ Library - Altchain daemon can reference
- Altchain_PoP_Miner - A single reusable PoP Miner to pop multiple altchains
- Altchain vBFI - HowTo_Setup_Altchain_vBFI
- Live reference BTCSQ