Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions _quickstart/steemd_nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ Applications that interface directly with the Steem blockchain will need to conn

### Public Nodes

Although `steemd` fully supports WebSockets (`wss://` and `ws://`) public nodes typically do not. All nodes listed use HTTPS (`https://`). If you require WebSockets for your solutions, please consider setting up your own `steemd` node or proxy WebSockets to HTTPS using [lineman](https://github.com/steemit/lineman).
Although `steemd` fully supports WebSockets (`wss://` and `ws://`) public nodes typically do not. All nodes listed use HTTPS (`https://`). If you require WebSockets for your solutions, please consider setting up your own `steemd` node or proxy WebSockets to HTTPS using [lineman](https://github.com/steemit/lineman).

| URL | Owner |
| ------------------------------- | -------------- |
| api.steem.fans | @ety001 |
| steem.61bts.com | @ety001 |
| api.steemyy.com | @justyy |
| steem.justyy.workers.dev | @justyy |
| steem.justyy.com | @justyy |
| steem.senior.workers.dev | @justyy |
| api.justyy.com | @justyy |
| api2.justyy.com | @justyy |
| api.steemitdev.com | @steemit |
| api.steemit.com | @steemit |

Expand Down
44 changes: 18 additions & 26 deletions docs/quickstart/steemd_nodes.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,48 +322,40 @@ <h3 id="public-nodes">Public Nodes</h3>
</thead>
<tbody>
<tr>
<td>api.steemit.com</td>
<td>@steemit</td>
<td>api.steem.fans</td>
<td>@ety001</td>
</tr>
<tr>
<td>api.steemitdev.com</td>
<td>@steemit</td>
</tr>
<tr>
<td>api.steemitstage.com</td>
<td>@steemit</td>
<td>steem.61bts.com</td>
<td>@ety001</td>
</tr>
<tr>
<td>api.steem.house</td>
<td>@gtg</td>
<td>api.steemyy.com</td>
<td>@justyy</td>
</tr>
<tr>
<td>appbasetest.timcliff.com</td>
<td>@timcliff</td>
<td>steem.justyy.com</td>
<td>@justyy</td>
</tr>
<tr>
<td>gtg.steem.house:8090</td>
<td>@gtg</td>
<td>steem.senior.workers.dev</td>
<td>@justyy</td>
</tr>
<tr>
<td>rpc.curiesteem.com</td>
<td>@curie</td>
<td>api.justyy.com</td>
<td>@justyy</td>
</tr>
<tr>
<td>rpc.steemliberator.com</td>
<td>@netuoso</td>
<td>api2.justyy.com</td>
<td>@justyy</td>
</tr>
<tr>
<td>rpc.steemviz.com</td>
<td>@ausbitbank</td>
</tr>
<tr>
<td>steemd.minnowsupportproject.org</td>
<td>@followbtcnews</td>
<td>api.steemitdev.com</td>
<td>@steemit</td>
</tr>
<tr>
<td>steemd.privex.io</td>
<td>@privex</td>
<td>api.steemit.com</td>
<td>@steemit</td>
</tr>
</tbody>
</table>
Expand Down
Loading