I would like to know if it is possible to see the syncing status of my neighbors.
Asked
Active
Viewed 264 times
1 Answers
3
Via curl if the neighbor exposes the getNodeInfo API:
curl -H 'X-IOTA-API-VERSION: 1.4' \
-d '{"command":"getNodeInfo"}' \
http://<hostname>:14265
Akkumulator
- 1,468
- 9
- 19
Fabian Becker
- 144
- 1
-
1Note: this command only works if the neighbor has the API open on the port 14265 – Apoge Dec 21 '17 at 20:26