hive从steem分叉后,很多操作都习惯于使用 beem 命令行 beempy 工具了。
刚开始的时候,因为大多数API节点,都迁移到hive网络,导致steem网络一度瘫痪。
最近发现,steem网络的API节点速度有所改观,总体上接近hive网络。
hive 网络
设置hive网络默认API节点:
beempy set nodes "['https://api.hive.blog', 'https://api.hivekings.com', 'https://rpc.esteem.app', 'https://anyx.io', 'https://techcoderx.com', 'https://api.openhive.network', 'https://hived.privex.io', 'https://api.pharesim.me', 'https://fat.pharesim.me', 'https://hived.techcoderx.com']"
hive网络的API节点速度排序:$ beempy pingnode --sort
| Node | Answer time [ms] |
| https://fat.pharesim.me | 175.89 |
| https://rpc.esteem.app | 179.90 |
| https://api.pharesim.me | 182.85 |
| https://techcoderx.com | 237.93 |
| https://anyx.io | 252.53 |
| https://api.hive.blog | 274.09 |
| https://api.hivekings.com | 339.62 |
| https://api.openhive.network | 375.69 |
| https://hived.privex.io | 496.91 |
| https://hived.techcoderx.com | 634.16 |
steem 网络
设置steem网络默认节点:
$ beempy set nodes "['https://steemd.minnowsupportproject.org', 'https://api.steemit.com', 'https://api.steemitdev.com', 'https://api.steems.top', 'https://cn.steems.top', 'https://s2.61bts.com', 'https://steem.61bts.com', 'https://steem-api.urbanpedia.com', 'https://steem.bts.tw', 'https://steemd.privex.io', 'https://api.steemjiang.com', 'https://api.justyy.com']"
steem网络的API节点速度排序:$ beempy pingnode --sort
| Node | Answer time [ms] |
| https://api.justyy.com | 185.70 |
| https://steemd.minnowsupportproject.org | 201.51 |
| https://api.steemit.com | 238.28 |
| https://steemd.privex.io | 246.78 |
| https://api.steemitdev.com | 246.84 |
| https://cn.steems.top | 299.00 |
| https://api.steemjiang.com | 360.73 |
| https://steem.bts.tw | 453.76 |
| https://s2.61bts.com | 467.55 |
| https://api.steems.top | 596.81 |
| https://steem.61bts.com | inf |
| https://steem-api.urbanpedia.com | inf |
本帖同步首发:
steem steem的API节点速度总体上已经接近hive水平
hive: steem的API节点速度总体上已经接近hive水平