Difference between revisions of "Public Websocket Servers"

From Steem Center
Jump to: navigation, search
(added more nodes and indication of used API)
Line 16: Line 16:
 
! Server
 
! Server
 
! SSL
 
! SSL
 +
! WSS
 +
! JSON
 
! Ran By
 
! Ran By
 
! Status
 
! Status
 +
|-
 +
| api.steemit.com
 +
| YES
 +
| NO
 +
| YES
 +
| Steemit Inc.
 +
| <font color="green">Operational</font>
 
|-
 
|-
 
| steemd.steemit.com
 
| steemd.steemit.com
 +
| YES
 +
| YES
 
| YES
 
| YES
 
| Steemit Inc.
 
| Steemit Inc.
 
| <font color="orange">Currently experiencing issues</font>
 
| <font color="orange">Currently experiencing issues</font>
 +
|-
 +
| steemd.steemitstage.com
 +
| YES
 +
| YES
 +
| YES
 +
| Steemit Inc.
 +
| <font color="green">Operational</font>
 +
|-
 +
| steemd.steemitdev.com
 +
| YES
 +
| YES
 +
| YES
 +
| Steemit Inc.
 +
| <font color="green">Operational</font>
 
|-
 
|-
 
| steemd.privex.io
 
| steemd.privex.io
 +
| YES
 +
| YES
 
| YES
 
| YES
 
| [https://www.steemit.com/@privex @privex]
 
| [https://www.steemit.com/@privex @privex]
Line 30: Line 57:
 
|-
 
|-
 
| gtg.steem.house:8090
 
| gtg.steem.house:8090
 +
| YES
 +
| YES
 
| YES
 
| YES
 
| [https://www.steemit.com/@gtg @gtg]
 
| [https://www.steemit.com/@gtg @gtg]
Line 35: Line 64:
 
|-
 
|-
 
| rpc.steemliberator.com
 
| rpc.steemliberator.com
 +
| YES
 +
| YES
 
| YES
 
| YES
 
| [https://www.steemit.com/@netuoso @netuoso]
 
| [https://www.steemit.com/@netuoso @netuoso]
Line 40: Line 71:
 
|-
 
|-
 
| node.steem.ws
 
| node.steem.ws
 +
| YES
 +
| YES
 
| YES
 
| YES
 
| [https://www.steemit.com/@jesta @jesta]
 
| [https://www.steemit.com/@jesta @jesta]
Line 45: Line 78:
 
|-
 
|-
 
|| steemd.minnowsupportproject.org
 
|| steemd.minnowsupportproject.org
 +
| YES
 +
| YES
 
| YES
 
| YES
 
| [https://www.steemit.com/@followbtcnews @followbtcnews]
 
| [https://www.steemit.com/@followbtcnews @followbtcnews]
Line 50: Line 85:
 
|-
 
|-
 
|| rpc.buildteam.io
 
|| rpc.buildteam.io
 +
| YES
 +
| YES
 
| YES
 
| YES
 
| [https://www.steemit.com/@themarkymark @themarkymark]
 
| [https://www.steemit.com/@themarkymark @themarkymark]
Line 55: Line 92:
 
|-
 
|-
 
|| steemd.pevo.science
 
|| steemd.pevo.science
 +
| YES
 +
| YES
 
| YES
 
| YES
 
| [https://www.steemit.com/@pharesim @pharesim]
 
| [https://www.steemit.com/@pharesim @pharesim]
Line 60: Line 99:
 
|-
 
|-
 
| steemd.steemgigs.org
 
| steemd.steemgigs.org
 +
| YES
 +
| YES
 
| YES
 
| YES
 
| [https://www.steemit.com/@surpassinggogle @steemgigs]
 
| [https://www.steemit.com/@surpassinggogle @steemgigs]
 +
| <font color="green">Operational</font>
 +
|-
 +
| rpc.buildteam.io
 +
| YES
 +
| YES
 +
| YES
 +
| [https://www.steemit.com/@buildteam @buildteam]
 
| <font color="green">Operational</font>
 
| <font color="green">Operational</font>
 
|-
 
|-

Revision as of 01:48, 16 November 2017

RPC Servers (also known as Steem RPC Full Nodes) are used by applications built on the Steem platform.

Example usage (Python with Piston):


>>> from piston import Steem
>>> s = Steem('wss://steemd.steemit.com/')
>>> s.info()
{'time': '2017-08-21T21:41:39', 'recent_slots_filled': '340282366920938463463374607431768211455', 'current_sbd_supply': '3447404.692 SBD', 'participation_count': 128, 'confidential_supply': '0.000 STEEM', 'current_reserve_ratio': 0, 'last_irreversible_block_num': 14779407, 'virtual_supply': '257047362.471 STEEM', 'pending_rewarded_vesting_shares': '282487098.589016 VESTS', 'sbd_interest_rate': 0, 'current_aslot': 14838833, 'maximum_block_size': 65536, 'num_pow_witnesses': 172, 'total_vesting_shares': '377858164971.920552 VESTS', 'vote_power_reserve_rate': 10, 'current_supply': '253955519.698 STEEM', 'id': 0, 'head_block_id': '00e1841e04d47525274d029f80a7e6a25cf0d85a', 'average_block_size': 0, 'confidential_sbd_supply': '0.000 SBD', 'sbd_print_rate': 10000, 'current_witness': 'gtg', 'total_vesting_fund_steem': '183146072.646 STEEM', 'pending_rewarded_vesting_steem': '136656.817 STEEM', 'total_reward_fund_steem': '0.000 STEEM', 'head_block_number': 14779422, 'total_reward_shares2': '0', 'max_virtual_bandwidth': '0', 'total_pow': 514415}

Server SSL WSS JSON Ran By Status
api.steemit.com YES NO YES Steemit Inc. Operational
steemd.steemit.com YES YES YES Steemit Inc. Currently experiencing issues
steemd.steemitstage.com YES YES YES Steemit Inc. Operational
steemd.steemitdev.com YES YES YES Steemit Inc. Operational
steemd.privex.io YES YES YES @privex Operational
gtg.steem.house:8090 YES YES YES @gtg Operational
rpc.steemliberator.com YES YES YES @netuoso Operational
node.steem.ws YES YES YES @jesta Defunct (No longer maintained)
steemd.minnowsupportproject.org YES YES YES @followbtcnews Operational
rpc.buildteam.io YES YES YES @themarkymark Operational
steemd.pevo.science YES YES YES @pharesim Operational
steemd.steemgigs.org YES YES YES @steemgigs Operational
rpc.buildteam.io YES YES YES @buildteam Operational

Minimum Requirements for Running Full RPC Node

RAM: Around 160gb if shared_memory.bin is kept in RAM. Recommended at least 256gb.

SSD: At least 100GB if shared_memory is in RAM. At least 500gb if shared_memory is kept on disk (be warned, you need very very high-end NVME drives to use shared_memory on disk).

BANDWIDTH: 100mbps minimum for a public node. 500 to 1000mbps (1gbit) recommended.

Related articles

In other languages




Help keep this wiki page updated. Register, click in edit, add or modify the text and save.
If you're already a steemian you can be rewarded with steem, see how in @steemcenterwiki.