Difference between revisions of "公開WebSocketサーバ"

From Steem Center
Jump to: navigation, search
(translated from Public Websocket Servers (21:19, 29 September 2017‎‎‎‎))
 
(update for Public Websocket Servers(14:29, 22 October 2017‎))
Line 1: Line 1:
RPCサーバは[[Steem (jp)|Steem]]プラットフォームでアプリケーションを作成する時に使用するサーバである。
+
RPCサーバ(Steem RPCフルノードともいう)は[[Steem (jp)|Steem]]プラットフォームでアプリケーションを作成する時に使用するサーバである。
  
 
使用例(Pistonを用いたPython):
 
使用例(Pistonを用いたPython):
Line 22: Line 22:
 
| YES
 
| YES
 
| Steemit Inc.
 
| Steemit Inc.
| <font color="green">稼働中</font>
+
| <font color="orange">現在問題発生中</font>
 
|-
 
|-
 
| steemd.privex.io
 
| steemd.privex.io
Line 47: Line 47:
 
| YES
 
| YES
 
| [https://www.steemit.com/@followbtcnews @followbtcnews]
 
| [https://www.steemit.com/@followbtcnews @followbtcnews]
 +
| <font color="green">稼働中</font>
 +
|-
 +
|| rpc.buildteam.io
 +
| YES
 +
| [https://www.steemit.com/@themarkymark @themarkymark]
 +
| <font color="green">稼働中</font>
 +
|-
 +
|| steemd.pevo.science
 +
| YES
 +
| [https://www.steemit.com/@pharesim @pharesim]
 
| <font color="green">稼働中</font>
 
| <font color="green">稼働中</font>
 
|-
 
|-
 
|}
 
|}
 +
 +
===フルRPCノードを実行するための必要環境===
 +
 +
RAM: shared_memory.binがRAMに保持されている場合約160Gb。少なくとも256Gbを推奨。
 +
 +
SSD: shared_memoryがRAMにある場合は少なくとも100GB。shared_memoryをディスクに置くためには少なくとも500Gb(ディスクにshared_memoryがある場合は非常にハイエンドのNVMEドライブが必要であることに注意)。
 +
 +
帯域: パブリックノードには最小100Mbps。500から1000Mbps(1Gb)を推奨。
  
 
==関連項目==
 
==関連項目==

Revision as of 10:38, 22 October 2017

RPCサーバ(Steem RPCフルノードともいう)はSteemプラットフォームでアプリケーションを作成する時に使用するサーバである。

使用例(Pistonを用いたPython):


>>> 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}

サーバ SSL 運営者 ステータス
steemd.steemit.com YES Steemit Inc. 現在問題発生中
steemd.privex.io YES @privex 稼働中
gtg.steem.house:8090 YES @gtg 稼働中
rpc.steemliberator.com YES @netuoso 稼働中
node.steem.ws YES @jesta 機能せず (メンテナンスされていない)
steemd.minnowsupportproject.org YES @followbtcnews 稼働中
rpc.buildteam.io YES @themarkymark 稼働中
steemd.pevo.science YES @pharesim 稼働中

フルRPCノードを実行するための必要環境

RAM: shared_memory.binがRAMに保持されている場合約160Gb。少なくとも256Gbを推奨。

SSD: shared_memoryがRAMにある場合は少なくとも100GB。shared_memoryをディスクに置くためには少なくとも500Gb(ディスクにshared_memoryがある場合は非常にハイエンドのNVMEドライブが必要であることに注意)。

帯域: パブリックノードには最小100Mbps。500から1000Mbps(1Gb)を推奨。

関連項目

他言語版




このページの更新にご協力ください。 登録後、編集をクリックしてテキストを追加または変更し保存します。
既にSteemianである場合は報酬としてSTEEMが送られます。 @steemcenterwikiを参照してください。