|
veriblock-pop-cpp
C++11 Libraries for leveraging VeriBlock Proof-Of-Proof blockchain technology.
|
026fba4e80bc114c68c636e3c9cfc6af855c9c94.It is very easy to do.
https://github.com/VeriBlock/vbk-ri-btc/
Search for all places where vBitcoin or vBTC is used, and replace with yours.
vBTC uses network id to distinguish between different networks. Network ID is pchMessageStart bytes from chainparams.cpp. They must be unique per chain/per network.
Altchain ID must be unique among different POP-enabled chains. Set it to random 8-byte number.
https://github.com/VeriBlock/vbk-ri-btc/blob/master/src/vbk/params.hpp#L33-L36
List of public POP-enabled chains: https://pop-coins.netlify.app/ (see field ID).
See rebootstrap guide.
See BTC testing guide.