Difference between revisions of "Altchain PoP Health Monitor"
VeriBlockTim (talk | contribs) |
VeriBlockTim (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
The altchain-network-monitor-tool monitors the various parts of a the altchain network. | The altchain-network-monitor-tool monitors the various parts of a the altchain network. | ||
− | It is an open-source tool with a public API, and any altchain could run for its pop network. | + | It is an open-source tool with a public API, and any altchain could run for its pop network. Similar to a PoW pool, anyone can run their own instance of the monitor. |
− | Public api: | + | Public api (example of for BTCSQ reference implementation): |
https://altchain-health.veriblock.org/BTCSQ | https://altchain-health.veriblock.org/BTCSQ |
Latest revision as of 17:20, 9 November 2021
See:BTCSQ
TODO - IN PROGRESS
Contents
Overview
The altchain-network-monitor-tool monitors the various parts of a the altchain network.
It is an open-source tool with a public API, and any altchain could run for its pop network. Similar to a PoW pool, anyone can run their own instance of the monitor.
Public api (example of for BTCSQ reference implementation):
https://altchain-health.veriblock.org/BTCSQ
{ "networkId": "BTCSQ", "isHealthy": { "isHealthy": true, "diagnostics": null }, "networkNodeCoreMonitor": { "isHealthy": true, "nodeCoreMonitors": [ { "networkId": "BTCSQ", "nodecoreId": "nodecore1", "nodecoreVersion": "0.4.13-rc.6", ...
Source code
https://github.com/VeriBlock/alt-integration-tools/tree/master/altchain-network-monitor-tool