This repository contains BTCSQ - Bitcoin Squared implementation. A Bitcoin fork which implements Proof-Of-Proof protocol by VeriBlock.
Most of the functionality is implemented in a common SDK - https://github.com/VeriBlock/alt-integration-cpp. Version of this SDK can be found in depends/packages/veriblock-pop-cpp.mk. Small BTCSQ-specific part is implemented in ./src/vbk folder.
Fork created at Bitcoin 8830cb58abc888144a1edb9b2fba427716cc45d8.
Mainnet genesis block contains coins from previous testnet/mainnet network runs squashed into single coinbase transaction.
Have fun!