-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
123 lines (100 loc) · 4.38 KB
/
Copy pathindex.html
File metadata and controls
123 lines (100 loc) · 4.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="relatively-irrelevant-logo-072x072.png">
<link rel="stylesheet" href="mvp.css">
<meta charset="utf-8">
<meta name="description" content="Relatively Irrelevant">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RelativelyIrrelevant.vip | Bitcoin Lightning Node</title>
</head>
<body>
<header>
<nav>
<a href="/"><img alt="Logo" src="relatively-irrelevant-logo-090x090.png" height="90"></a>
<ul>
<li><a href="#connect">Connect</a></li>
<li><a href="#explore">Explore</a></li>
<li><a href="#peerswap">Peerswap</a></li>
<li><a href="#about">About</a></li>
</ul>
</nav>
<h1>Relatively Irrelevant</h1>
<p>A Bitcoin <mark>Lightning</mark> node</p>
</header>
<main>
<hr />
<section id="connect">
<header>
<h2>Connect</h2>
<p>How to connect to this node</p>
</header>
</section>
<article>
<h3>Lightning Node Public Key (Pubkey)</h3>
<code>
<p>03cbea29f98bdc5ee43d4f22b8b2c80ebe41979b6bda629eef5d52035b1d90ac56</p>
</code>
<h3>Tor Lightning Address (TLA)</h3>
<code>
<p>03cbea29f98bdc5ee43d4f22b8b2c80ebe41979b6bda629eef5d52035b1d90ac56@qsg3clxi2sy2z2v5vftita76kjogi2pdrdnat3tp5hwi3mlihfxr3pid.onion:9735</p>
</code>
<h3>Minimum Channel Size and Duration</h3>
<ul>
<li><b>Size:</b> 0.02 BTC | 2,000,000 sats</li>
<li><b>Duration:</b> 6 months</li>
</ul>
</article>
<hr />
<section id="explore">
<header>
<h2>Explore</h2>
<p>Learn more about this node</p>
</header>
<aside>
<h3>lightningnetwork.plus</h3>
<p><a href="https://lightningnetwork.plus/nodes/03cbea29f98bdc5ee43d4f22b8b2c80ebe41979b6bda629eef5d52035b1d90ac56" target="_blank"><img alt="Lightning Network+" src="screenshot_lightningnetwork.plus.png" width="300"></a></p>
<p><mark>Preferred</mark> means of communication.</p>
</aside>
<aside>
<h3>terminal.lightning.engineering</h3>
<p><a href="https://terminal.lightning.engineering/explore/03cbea29f98bdc5ee43d4f22b8b2c80ebe41979b6bda629eef5d52035b1d90ac56/" target="_blank"><img alt="Terminal Web" src="screenshot_terminal.lightning.engineering.png" width="300"></a></p>
<p>Often among the top 250 nodes.</p>
</aside>
<aside>
<h3>mempool.space</h3>
<p><a href="https://mempool.space/lightning/node/03cbea29f98bdc5ee43d4f22b8b2c80ebe41979b6bda629eef5d52035b1d90ac56" target="_blank"><img alt="mempool.space" src="screenshot_mempool.space.png" width="300"></a></p>
<p>Historic channel and capcity info.</p>
</aside>
</section>
<hr />
<section id="peerswap">
<header>
<h2>Peerswap</h2>
<p>This node is <a href="https://www.peerswap.dev/" target="_blank">Liquid Peerswap</a> enabled to both <b>L-BTC</b> and <b>BTC</b>. <a href="https://amboss.space/community/181aad24-1871-4be9-ab6d-10ac71383c42" target="_blank">Find</a> <a href="https://discord.com/channels/905126649224388629/910365570128560209" target="_blank">others</a>.</p>
</header>
</section>
<hr />
<section id="about">
<aside>
<h2>About</h2>
<p>A seasoned node runner, <b>Relatively Irrlevant</b> began running his first node in 2021. Today, he builds and runs refurbished Bitcoin nodes for <a href="https://servingbitcoin.com/">Serving Bitcoin</a> to give back to the Bitcoin network.</p>
</aside>
<aside>
<h2>Contact</h2>
<ul>
<li><b>LN+:</b> <a href="https://lightningnetwork.plus/nodes/03cbea29f98bdc5ee43d4f22b8b2c80ebe41979b6bda629eef5d52035b1d90ac56" target="_blank">Message me in LN+</a> (preferred)</li>
<li><b>Nostr:</b> (checked less frequently)
<ul>
<li><b>Alias:</b> <a href="https://njump.me/npub1a4zcswp3jqcuzu2fgny3hsl4n3td5rnhj2tmyf2pepn7vvh5lnsscfpm2d" target="_blank">@relativelyirrelevant</a></li>
<li><b>Npub:</b> <a href="https://njump.me/npub1a4zcswp3jqcuzu2fgny3hsl4n3td5rnhj2tmyf2pepn7vvh5lnsscfpm2d" target="_blank">npub...pm2d</a></li>
</ul>
</li>
</ul>
</aside>
</section>
</main>
<footer>
</footer>
</body>
</html>