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
The default RPC endpoint, https://mynano.ninja/api/node has been offline for quite a while, and the hostname doesn't even have an associated IPv4 or IPv6 address anymore.
While this can, of course, be overcome by using the -r/--rpc flag, it may be a hurdle for newcomers and it would be prudent to change the default node to something that works, e.g.:
PS: To make the fix more resilient, we could introduce and environment variable, e.g. $GONANO_DEFAULT_RPC_ENDPOINT (or something similarly descriptive), such that gonano uses the value of said variable if it has been set, and otherwise falls back to a hardcoded value.
The default RPC endpoint,
https://mynano.ninja/api/node
has been offline for quite a while, and the hostname doesn't even have an associated IPv4 or IPv6 address anymore.While this can, of course, be overcome by using the
-r
/--rpc
flag, it may be a hurdle for newcomers and it would be prudent to change the default node to something that works, e.g.:See also #15.
🙏
The text was updated successfully, but these errors were encountered: