You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's going to use the node's domain name or IP address to identify each node.
This is used instead of the node_id because you can't get the config data of a bank from its node_id without looping through the /banks data
example route:
/nodes/?url={protocol}://{host}:{port}
Any invalid route will display an invalid node page.
The same will happen if the node's url cannot be reached
The text was updated successfully, but these errors were encountered:
Display all the data in the node's config (e.g http://bank.tnbexplorer.com/config)
It's going to use the node's domain name or IP address to identify each node.
This is used instead of the
node_id
because you can't get the config data of a bank from itsnode_id
without looping through the/banks
dataexample route:
/nodes/?url=
{protocol}://{host}:{port}
Any invalid route will display an invalid node page.
The same will happen if the node's url cannot be reached
The text was updated successfully, but these errors were encountered: