HowTo Setup vBFI
Revision as of 20:42, 29 November 2021 by VeriBlockTim (talk | contribs) (Created page with "See: Main_Page __TOC__ == Background == vBFI provides the equivalent number of bitcoin confirmations that a VeriBlock block has. == How to set up == # Run a full no...")
See: Main_Page
Contents
Background
vBFI provides the equivalent number of bitcoin confirmations that a VeriBlock block has.
How to set up
- Run a full nodecore instance: NodeCore_QuickStart
- Open up port 4567 for bfi
- Add file bfi.conf
- In nodecore.properties, set bfi.enabled=true
If you run getdiagnosticinfo, you will see this flag enabled.
bfi.conf
bfi { blockChainNetwork = mainnet nodeCoreRpcHost = "127.0.0.1:10500" httpApiBindPort = 4567 httpApiNotificationsTest = true forkThreatThreshold = 2 forkThreatRatioThreshold = 0.8 }
nodecore.properties
# Enable BFI bfi.enabled=true <pre> == Get results == This is available per transaction via the bitcoinConfirmations field: <pre> gettransactions 2AB3811FD0EDE3B3F89A50926B15AA4C0C2370A4467E6670635A19E5A1CD3AF3 5000 ... "bitcoinConfirmations": 4, ...
Useful links
- https://veriblock.org/vbfi - official home page
- https://vbfi.veriblock.org/ - live UI control for vBFI (this link may change, and will be integrated into the explorer)
- How_VeriBlock_PoP_vBFI_Protects_Altchains - explanation