Difference between revisions of "Public Websocket Servers Gal"

From Steem Center
Jump to: navigation, search
(Pegar modelo)
 
(definición e taboas transpostas do ingles)
Line 1: Line 1:
ESta é unha suxerencia básica pra un modelo de páxina da wiki. Fai click en "edit" no topo da páxina para copiar o código e pegalo na túa nova paxina.
+
Os Nodos RPC son servidores ós cais permiten ás aplicacións interactuar coa [[Steem_blockchain_gal | SteemBlockChain]]. Cando  usamos Steemit.com, o navegador conectase con nodo RPC que fai funcionar [[Steemit.inc]]  (wss://steemd.steemit.com), que proporciona a información como a dos posts, votos, comentarios, etc.<ref name="privex">[https://steemit.com/dev/@privex/privex-is-now-running-a-public-steem-rpc-server-to-help-the-community] '''Privex is now running a public STEEM RPC Server to help the community''', por [https://steemit.com/@privex '''@privex''' visto in 2107/019/15 ]</ref>
  
Usa este espazo para escribir arredor de tópicos relacionacos con  [https://www.steem.center/index.php?title=Steem_gal Steem],  [https://www.steem.center/index.php?title=Steemit_(gal):FAQ Steemit] and the [https://www.steem.center/index.php?title=Tokens_STEEM STEEM Tokens].
+
{| class="wikitable" style="margin: auto;"
 +
| Mellora esta entrada. [https://www.steem.center/index.php?title=Special:CreateAccount&returnto=Main+Page '''Crea unha Conta no Steem.Center'''], fai click en [https://www.steem.center/index.php?title=Tokens_STEEM&action=edit editar], e engade ou modifica o texto e garda os cambios.  
 +
|-
 +
|}
 +
<br>
  
Podese usar o codigo html break <nowiki> <br> </nowiki> para cortar as liñas como eiqui. <br>
+
Exemplo de uso (Python con Piston):
Logo de iso, escribe eiquí o teu wikitexto. Se queres testar e probar antes, podes xogar entradas de wiki na páxina[[Steem.center:Sandbox]].
 
  
Podese enlazar a unha páxina wiki existente usando outra verba entre corchetes e separadas por un dash <code> | </code> como eiqui:
 
<nowiki>[[Steemian|steemian]]  </nowiki> [[Steemian|steemian]]
 
  
 +
<pre>
 +
>>> 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}
  
 +
</pre><ref name="privex">[https://steemit.com/dev/@privex/privex-is-now-running-a-public-steem-rpc-server-to-help-the-community] '''Privex is now running a public STEEM RPC Server to help the community''', por [https://steemit.com/@privex '''@privex''' visto in 2107/019/15 ]</ref>
  
{| class="wikitable" style="margin: auto;"
+
 
| Mellora esta entrada. [https://www.steem.center/index.php?title=Special:CreateAccount&returnto=Main+Page '''Crea unha Conta no Steem.Center'''], fai click en  [https://www.steem.center/index.php?title=Tokens_STEEM&action=edit editar], e engade ou modifica o texto e garda os cambios.
+
{| class="wikitable" border="1"
 +
|-
 +
! Server
 +
! SSL
 +
! Ran By
 +
! Status
 +
|-
 +
| steemd.steemit.com
 +
| YES
 +
| Steemit Inc.
 +
| <font color="green">Operational</font>
 +
|-
 +
| steemd.privex.io
 +
| YES
 +
| [https://www.steemit.com/@privex @privex]
 +
| <font color="green">Operational</font>
 +
|-
 +
| gtg.steem.house:8090
 +
| ???
 +
| [https://www.steemit.com/@gtg @gtg]
 +
| <font color="green">Operational</font>
 +
|-
 +
| rpc.steemliberator.com
 +
| YES
 +
| [https://www.steemit.com/@netuoso @netuoso]
 +
| <font color="green">Operational</font>
 
|-
 
|-
 +
| node.steem.ws
 +
| YES
 +
| [https://www.steemit.com/@jesta @jesta]
 +
| <font color="red">Defunct (No longer maintained)</font>
 
|}
 
|}
<br>
+
 
  
 
=== Crear Chamadas e referencias ===
 
=== Crear Chamadas e referencias ===
  
Podes crear citas ou facer chamadas a partes do texto que o sistema da wiki identificará con números <code><nowiki><ref>[https://www.mediawiki.org/wiki/Help:Cite Help:Axuda] '''MediaWiki.org''', percurado o 25 de Xullo do 2017</ref></nowiki></code> e a chamada referenciarase automáticamente  en '''Referencias''' no fundo da páxina <ref>[https://www.mediawiki.org/wiki/Help:Cite Help:Axuda] '''MediaWiki.org''', percurado o 25 de Xullo do 2017</ref>
+
Podes crear citas ou facer chamadas a partes do texto que o sistema da wiki identificará con números <code><nowiki>
<br>
 
<code><nowiki><ref>[http://www.siteurl.com/article Title of the article or post], Written by '''Name of Author''' </ref></nowiki></code><ref>[http://www.siteurl.com/article Title of the article or post], Written by '''Name of Author''' </ref>
 
<br>
 
<code><nowiki><ref>([http://steemit.com/@steemitusername @steemitusername]) en Nome do Sitio en Mes, Ano, </ref> </nowiki></code>
 
<ref>([http://steemit.com/@steemitusername @steemitusername]) en Nome do Sitio en Mes, Ano, </ref>
 
<br>
 
Como foi proposto por Freyman comentando neste post en Steemit <ref>[https://steemit.com/steemcenterwiki/@steemcenterwiki/anatomy-of-a-pleasant-and-desirable-steem-center-wiki-page-plus-a-new-received-donation-from-scooter77#@freyman/re-steemcenterwiki-anatomy-of-a-pleasant-and-desirable-steem-center-wiki-page-plus-a-new-received-donation-from-scooter77-20170716t002027869z Proposta de uso de Referencias], escrito por '''Freyman''' ([http://steemit.com/@freyman @freyman]) in July 15th, 2017</ref>.
 
 
 
Se a referenncia vai ser citada varias veces, o código a usar muda un chisco: .
 
 
 
<code><nowiki><ref name="multiple">[https://www.mediawiki.org/wiki/Extension:Cite. Extension:Cite] '''MediaWiki.org''', retrieved in July 24th, 2017</ref> </nowiki></code>
 
<ref name="multiple">[https://www.mediawiki.org/wiki/Extension:Cite. Extension:Cite] '''MediaWiki.org''', retrieved in July 24th, 2017</ref>
 
 
 
 
{| class="wikitable" style="margin: auto;"
 
{| class="wikitable" style="margin: auto;"
 
|
 
|
Line 40: Line 63:
 
Sitios oficiais, tutoriais, Posts relacionados nos Blogs de Steemit etc que axuden a entender o suxeto.
 
Sitios oficiais, tutoriais, Posts relacionados nos Blogs de Steemit etc que axuden a entender o suxeto.
  
* [https://www.steem.center/index.php?title=Artigos_para_crear '''Artigos para crear''']
+
* [https://steemit.com/dev/@privex/privex-is-now-running-a-public-steem-rpc-server-to-help-the-community ]Privex is now running a public STEEM RPC Server to help the community] por [https://steemit.com/@privex @privex ]2017/Agosto, Visto 2017/09/15
 
* '''Steem''' : https://steem.io
 
* '''Steem''' : https://steem.io
 
* '''Steemit''' : https://steemit.com
 
* '''Steemit''' : https://steemit.com
Line 86: Line 109:
  
  
[[Category:galego]] [[Category:Steemit]][[Category:Steem]][[Category:Steem Blockchain]]
+
[[Category:galego]] [[Category:Steemit]][[Category:Steem]][[Category:Steem Blockchain]][[Category:Technology]]

Revision as of 14:58, 17 September 2017

Os Nodos RPC son servidores ós cais permiten ás aplicacións interactuar coa SteemBlockChain. Cando usamos Steemit.com, o navegador conectase con nodo RPC que fai funcionar Steemit.inc (wss://steemd.steemit.com), que proporciona a información como a dos posts, votos, comentarios, etc.[1]

Mellora esta entrada. Crea unha Conta no Steem.Center, fai click en editar, e engade ou modifica o texto e garda os cambios.


Exemplo de uso (Python con 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}

[1]


Server SSL Ran By Status
steemd.steemit.com YES Steemit Inc. Operational
steemd.privex.io YES @privex Operational
gtg.steem.house:8090  ??? @gtg Operational
rpc.steemliberator.com YES @netuoso Operational
node.steem.ws YES @jesta Defunct (No longer maintained)


Crear Chamadas e referencias

Podes crear citas ou facer chamadas a partes do texto que o sistema da wiki identificará con números <nowiki>

Documentación Adicional

Enlaces

Sitios oficiais, tutoriais, Posts relacionados nos Blogs de Steemit etc que axuden a entender o suxeto.

Artigos Relacionados

Links a outros steemCenter artículos

Enlaces Externos

  • Wikipedia : Article title Retrieved in Month/Day/2017
  • Name of the site : Title of the page, blog post or news report Written by Name of Author, published in Month/Day/2017
  • Name of the YouTube Channel : Title of the video Video by Name of Author published in Month/Day/2017
  • Engade enlaces externos suxeridos, como da wikipedia. Tamén podes engadir resultados de Busca de Google ou das News relacionadas e que enriquezan o artigo.

En outros idiomas




Axudanos a manter esta páxina da Wiki actualizada.

Rexistrate, fai click en editar, engade ou modifica o texto e garda os cambios.
Se xa eres steemian, podes ser recompensada con tokens STEEM. Mira cómo en @steemcenterwiki.


Referencias

  1. 1.0 1.1 [2] Privex is now running a public STEEM RPC Server to help the community, por @privex visto in 2107/019/15