Add section for public blockchain nodes
This commit is contained in:
parent
3652984f8b
commit
bb714e9345
1 changed files with 30 additions and 0 deletions
|
@ -90,6 +90,36 @@ export default function (data: Lume.Data) {
|
|||
<p>
|
||||
<a href="/blog/">View all blog posts</a>
|
||||
</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>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue