diff --git a/_nodeop/node-config.md b/_nodeop/node-config.md index e7ce3fc96199c899d786bf2193b2ec93a39063db..9f322ab6287245dd6201d8bc3bccf4efe71c8358 100644 --- a/_nodeop/node-config.md +++ b/_nodeop/node-config.md @@ -701,7 +701,7 @@ See: [seednodes.txt](https://gitlab.syncad.com/hive/hive/-/blob/master/doc/seedn ```ini # example, override compiled seeds -p2p-seed-node = seed.openhive.network:2001 anyx.io:2001 hiveseed-fin.privex.io:2001 hive-seed.arcange.eu:2001 seed.liondani.com:2016 hived.splinterlands.com:2001 seed.hivekings.com:2001 node.mahdiyari.info:2001 seed.roelandp.nl:2001 p2p-seed-node = hiveseed-se.privex.io:2001 seed.buildteam.io:2001 hive-seed.lukestokes.info:2001 seed.chitty.me:2001 +p2p-seed-node = seed.openhive.network:2001 anyx.io:2001 hiveseed-fin.privex.io:2001 hive-seed.arcange.eu:2001 seed.liondani.com:2016 hived.splinterlands.com:2001 node.mahdiyari.info:2001 seed.roelandp.nl:2001 p2p-seed-node = hiveseed-se.privex.io:2001 seed.buildteam.io:2001 hive-seed.lukestokes.info:2001 seed.chitty.me:2001 ``` ```ini diff --git a/_quickstart/hive_full_nodes.md b/_quickstart/hive_full_nodes.md index fb2a3769d1cae9d1a835edbb580942ed803c7fbd..efe27bf19b1e6a132a83027c04e0a3af9e43d6aa 100644 --- a/_quickstart/hive_full_nodes.md +++ b/_quickstart/hive_full_nodes.md @@ -19,7 +19,6 @@ Although `hived` fully supports WebSockets (`wss://` and `ws://`) public nodes t <tr><td>api.hive.blog</td><td>@blocktrades</td><td style="display: none;"></td></tr> <tr><td>api.openhive.network</td><td>@gtg</td><td style="display: none;"></td></tr> <tr><td>anyx.io</td><td>@anyx</td><td style="display: none;"></td></tr> - <tr><td>api.hivekings.com</td><td>@drakos</td><td style="display: none;"></td></tr> <tr><td>hived.privex.io</td><td>@privex</td><td style="display: none;"></td></tr> <tr><td>rpc.ausbit.dev</td><td>@ausbitbank</td><td style="display: none;"></td></tr> <tr><td>techcoderx.com</td><td>@techcoderx</td><td style="display: none;"></td></tr> @@ -29,6 +28,7 @@ Although `hived` fully supports WebSockets (`wss://` and `ws://`) public nodes t <tr><td>api.deathwing.me</td><td>@deathwing</td><td style="display: none;"></td></tr> <tr><td>api.c0ff33a.uk</td><td>@c0ff33a</td><td style="display: none;"></td></tr> <tr><td>hive-api.arcange.eu</td><td>@arcange</td><td style="display: none;"></td></tr> + <tr><td>api.pharesim.me</td><td>@pharesim</td><td style="display: none;"></td></tr> </tbody> </table> </div> diff --git a/_tutorials-ruby/getting_started.md b/_tutorials-ruby/getting_started.md index 2a8c656bcea7790d53938c71060df2a320f5a79f..cea1929c97fba1f2bb650790886869b8c4e81cd2 100644 --- a/_tutorials-ruby/getting_started.md +++ b/_tutorials-ruby/getting_started.md @@ -72,7 +72,7 @@ options = { url: 'https://api.openhive.network', failover_urls: [ 'https://anyx.io', - 'https://api.hivekings.com', + 'https://rpc.ausbit.dev', 'https://hived.privex.io', ] } diff --git a/logo.png b/logo.png new file mode 100644 index 0000000000000000000000000000000000000000..4216a4820078dfde2fb8313f39155ab70042f46e Binary files /dev/null and b/logo.png differ