Difference between revisions of "Public Websocket Servers"

From Steem Center
Jump to: navigation, search
(other languages)
Line 1: Line 1:
RPC Servers are used by applications built on the STEEM platform.
+
RPC Servers are used by applications built on the [[Steem (jp)|Steem]] platform.
  
 
Example usage (Python with Piston):
 
Example usage (Python with Piston):
Line 50: Line 50:
 
|-
 
|-
 
|}
 
|}
 +
 +
==Related articles==
 +
 +
* [[Steem]]
 +
* [[Steemd Software]]
 +
 +
== In other languages ==
 +
 +
* [[日本語]] (Japanese): [[公開WebSocketサーバ]]
 +
 +
<br>
 +
 +
----
 +
<br>
 +
{| class="wikitable" style="margin: auto;"
 +
| Help keep this wiki page updated. Register, click in [https://www.steem.center/index.php?title=Public_Websocket_Servers&action=edit edit], add or modify the text and save. <br>If you're already a steemian you can be rewarded with steem, see how in [https://steemit.com/introduceyourself/@steemcenterwiki/introduction-rewarding-steem-center-wiki-editors-with-steem-too @steemcenterwiki].
 +
|-
 +
|}
 +
<br>
  
 
<br>[[Category:Technology]]
 
<br>[[Category:Technology]]

Revision as of 08:59, 17 October 2017

RPC Servers 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 Ran By Status
steemd.steemit.com YES Steemit Inc. Operational
steemd.privex.io YES @privex Operational
gtg.steem.house:8090 YES @gtg Operational
rpc.steemliberator.com YES @netuoso Operational
node.steem.ws YES @jesta Defunct (No longer maintained)
steemd.minnowsupportproject.org YES @followbtcnews Operational

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.