You are viewing a single comment's thread from:

RE: Steem RPC Node List Review

in #steem7 years ago

Yes, you can leave it listed for now, I will make appropriate announcements when it all settles down.
Like for example I have also https://api.steem.house/simple endpoint that routes to consensus node for broadcasting purposes, etc.

Maybe we should establish a standard way of publishing such info, for example using account's JSON metadata? I don't like EOS way by the way, but we can keep it simple:

"endpoints": {
  "api": "https://api.steem.house",
  "seed": "gtg.steem.house:2001"
}

Well, maybe not that simple because there are some more things to consider and we don't want to use napkin grade pseudo-standard that wouldn't cover all cases (multiple nodes, not all nodes are equal (plugins, configs) websocket support or not, etc.).

;-)

Sort:  

Well, it can be off chain for starters. If we came up with a list of criteria that we want to track, we could work on collecting the info from all the node operators.