Currently only 6 full RPC nodes are working without errors

in #steemdev6 years ago (edited)

Complete RPC node list

All nodes have support for https://. For nodes with websocket support (WSS is yes), wss:// has to put in front. All which have websocket support are checked twice (1x https and 1x wss).

ServerWSSRan ByVersion
steemd.privex.ioyes@privex0.19.2
steemd.pevo.scienceyes@pharesim0.19.2
rpc.steemliberator.comyes@netuoso0.19.2
rpc.buildteam.ioyes@themarkymark0.19.2
gtg.steem.house:8090yes@gtg0.19.2
rpc.steemviz.comyes@ausbitbank0.19.2
seed.bitcoiner.meyes@bitcoiner0.19.2
steemd.steemgigs.orgyes@steemgigs0.19.2
steemd.minnowsupportproject.orgyes@followbtcnews0.19.2
rpc.curiesteem.comno@curie0.19.2
api.steem.houseno@gtg0.19.4
appbasetest.timcliff.comyes@timcliff0.19.4
api.steemit.comnoSteemit Inc.0.19.4

Working RPC node

A node is working, when:

  • returns data within 30 seconds,
  • blocks can be streamed,
  • account history is possible,
  • votes, a comment and an account can successfully be fetched and are not empty.

When a node is fully working the following measurements are shown:

  • N blocks is the number of blocks which can be received in 30 seconds.
  • N acc hist is the number of account transaction which can be received in 30 seconds. The batch call size is set to 100.
  • Dur. call in s is the mean duration to receive an account, a comment and a vote from the node.

The following statistics was gained with beem.

Fully working nodes (29.04.2018)

NodeN blocksN acc histDur. call in s
wss://steemd.privex.io202295550.38
wss://gtg.steem.house:809016952530.10
https://gtg.steem.house:80903467680.89
https://rpc.curiesteem.com2327280.71
https://api.steemit.com11400.45
https://api.steem.house7700.29

Set working nodes with beempy

beempy set nodes "['wss://steemd.privex.io', 'wss://gtg.steem.house:8090', 'https://gtg.steem.house:8090', 'https://rpc.curiesteem.com', 'https://api.steemit.com', 'https://api.steem.house']"
Sort:  

are you sure the buildteam is themarkymark? I thought it was the cryptodrive?