steem full node statistics with beem

I checked the following nodes:

nodes = ["wss://steemd.pevo.science", "wss://gtg.steem.house:8090", "wss://rpc.steemliberator.com", "wss://rpc.buildteam.io",
         "wss://rpc.steemviz.com", "wss://seed.bitcoiner.me", "wss://node.steem.ws", "wss://steemd.steemgigs.org",
         "wss://steemd.minnowsupportproject.org", "https://api.steemit.com", "https://rpc.buildteam.io",
         "https://steemd.minnowsupportproject.org", "https://steemd.pevo.science", "https://rpc.steemviz.com", "https://seed.bitcoiner.me",
         "https://rpc.steemliberator.com", "https://steemd.privex.io", "https://gtg.steem.house:8090", "https://api.steem.house",
         "https://rpc.curiesteem.com"]

with the script benchmark_nodes.py from https://github.com/holgern/beem/blob/master/examples/benchmark_nodes.py. The script depends on the unreleased version 0.19.19 for beem, which is my python library for steem.

This script measures:

  • how long ten blockchains minutes need to be extracted
  • how long 10000 account operation need to be extracted (I took the account from gtg)

The current version of the node is also saved. When the node is reachable, it is added to the table below.

Ten blockchain minutes are equivalent to 200 blocks. So I measure the time to extract 200 blocks. I'm not using threads or batched calls for this. I did the same for 10000 account operations. The times are given in hours:minutes:seconds.

node10 blockchain minutes10000 virtual account opversion
wss://steemd.pevo.science0:00:120:00:150.19.2
wss://gtg.steem.house:80900:00:160:00:200.19.2
wss://rpc.steemliberator.com0:00:550:01:020.19.2
wss://rpc.buildteam.io0:00:110:00:150.19.2
wss://rpc.steemviz.com0:00:100:00:120.19.2
wss://steemd.minnowsupportproject.org0:00:100:00:150.19.2
https://api.steemit.com0:01:590:02:120.19.4
https://rpc.buildteam.io0:01:230:01:400.19.2
https://steemd.minnowsupportproject.org0:03:320:03:530.19.2
https://steemd.pevo.science0:05:050:05:260.19.2
https://rpc.steemviz.com0:01:500:02:210.19.2
https://rpc.steemliberator.com0:06:100:07:050.19.2
https://steemd.privex.io0:07:360:08:280.19.2
https://gtg.steem.house:80900:02:270:02:510.19.2
https://api.steem.house0:01:280:01:380.19.4

You can see that Websocket connection are much faster than https rpc calls, when not using any threads or batched calls. The official steem-python library does not support websocket connections. If you want to try if a websocket connection is faster, you can try my steem library beem. You can find it on github.


Do you know other full nodes, that I have forgotten? Please let me know!

H2
H3
H4
3 columns
2 columns
1 column
Join the conversation now
Logo
Center