Add section for public blockchain nodes

This commit is contained in:
Foster Hangdaan 2024-09-13 19:54:13 -04:00
parent 3652984f8b
commit bb714e9345
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -90,6 +90,36 @@ export default function (data: Lume.Data) {
<p> <p>
<a href="/blog/">View all blog posts</a> <a href="/blog/">View all blog posts</a>
</p> </p>
<h2>
<a className="header-anchor" href="#latest-blog-posts">
Public Blockchain Nodes
</a>
</h2>
<p>
I have self-hosted nodes available for public use to help keep the
crypto network decentralized. Feel free to use them for your wallets.
</p>
<table>
<thead>
<tr>
<th>Crypto</th>
<th>Hostname</th>
<th>Port</th>
</tr>
</thead>
<tbody>
<tr>
<td>BTC (Bitcoin)</td>
<td>btcnode.fosterhangdaan.com</td>
<td>8333</td>
</tr>
<tr>
<td>XMR (Monero)</td>
<td>xmrnode.fosterhangdaan.com</td>
<td>18080</td>
</tr>
</tbody>
</table>
</> </>
); );
} }