Closed techmemes closed 2 weeks ago
Hi @techmemes, If you'd like to check the details of your BlockDAG node, you can use the following curl command:
curl -s -k -u test:test -X POST -H 'Content-Type: application/json' --data '{"method":"getNodeInfo","params":[],"jsonrpc":"2.0","id":1}' http://127.0.0.1:38131
This command retrieves essential information about the node, such as its current status and configuration details. Ensure the username and password (test:test in this example) match your node's authentication settings, and update the IP and port if needed.
Thank you for putting together the scripts for creating a BlockDag node and running it. The set up is as simple as it can be at this stage of project development. Use of docker at the moment to run the node I believe made the set up much simpler so we did not have to worry much about the dependencies and env set up. Thank You!
I have been able to run the nodes successfully on a ubuntu machine. The node seems to be running ok currently.
Below is sample output from the running node. How can I determine that the node is healthy and functioning as expected.