Created
May 13, 2021 03:07
-
-
Save yuyasugano/63af1bebf54df94d3a78b019f17ade14 to your computer and use it in GitHub Desktop.
get your node ID in Avalanche
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -X POST --data '{ | |
"jsonrpc": "2.0", | |
"method": "info.getNodeID", | |
"params":{}, | |
"id": 1 | |
}' -H 'content-type:application/json;' 127.0.0.1:9650/ext/info | |
{"jsonrpc":"2.0","result":{"nodeID":"NodeID-EggGmnQFaTffeRNG1Kzs9dXJzFGdxac3D"},"id":1} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment