CKB Node Probe

CKB Node Probe is a great tool to locate CKB mainnet nodes.

After a node is sync 100%, then it should show up on the map.
If your node does not show up on the map, run this script in your browser address bar:

data:text/html,<script>fetch("http://127.0.0.1:8114", {method: "POST", headers:{"Content-Type": "application/json"}, body: '{"id":0,"jsonrpc":"2.0","method":"local_node_info","params":[]}'}).then(response => response.json()).then(response => document.write(JSON.stringify(response)));</script>

and email the parameter node_id to: [email protected]

5 Likes

Excellent post!

Dope - thanks for the heads up :pray: