Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sorukumar authored Jun 24, 2024
1 parent 15b21bb commit 4f92667
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h1 class="navbar-brand mb-0">
<tr>
<td>Node</td>
<td> In one page, you see all the active nodes in LN. It has key node data like # of channels, total capacity, and capacity percentile. Almost everything you want to know in one page.</td>
<td><a href="v0%3A%20for%20feedback/Nodevisualization20240426.html" target="_blank">Node Visualization</a></td>
<td><a href="v0%3A%20for%20feedback/Nodevisualization20240621.html" target="_blank">Node Visualization</a></td>
</tr>
<tr>
<td>Node</td>
Expand All @@ -87,12 +87,12 @@ <h1 class="navbar-brand mb-0">
<tr>
<td>LN Graph Health</td>
<td>Lorenz curve of LN. We have plotted the Lorenz curve based on capacity and also Channels. You will learn that 1% of top nodes control 70% of the capacity of LN</td>
<td><a href="v0%3A%20for%20feedback/LorenzCurveLN20240426.html" target="_blank">Lorenz Curve for Lightning Network</a></td>
<td><a href="v0%3A%20for%20feedback/LorenzCurveLN20240621.html" target="_blank">Lorenz Curve for Lightning Network</a></td>
</tr>
<tr>
<td>LN Graph Health</td>
<td>Hubness rank (Betweenness) of a node plotted against Influence (Eigenvector). This chart is beneficial in figuring out a peer. It is good to imagine 4 quadrants - 'High Influence-High hubness', 'High Influence-Low hubness', 'Low Influence-High hubness', 'Low Influence-Low hubless' and think of how nodes are playing their role in the graph</td>
<td><a href="v0%3A%20for%20feedback/1CentralityAllnodes20240426.html" target="_blank">Hubness Rank vs Influence Rank</a></td>
<td><a href="v0%3A%20for%20feedback/1CentralityAllnodes20240621.html" target="_blank">Hubness Rank vs Influence Rank</a></td>
</tr>
<tr>
<td>LN Graph Health</td>
Expand All @@ -102,12 +102,12 @@ <h1 class="navbar-brand mb-0">
<tr>
<td>Node</td>
<td>A bar chart on nodes grouped by capacity buckets. You can find out what % of nodes have more or less than X sats in capacity, and also what the distribution looks like.</td>
<td><a href="v0%3A%20for%20feedback/NodeDistributionbyCap20240426.html" target="_blank">Distribution of Nodes by Capacity</a></td>
<td><a href="v0%3A%20for%20feedback/NodeDistributionbyCap20240621.html" target="_blank">Distribution of Nodes by Capacity</a></td>
</tr>
<tr>
<td>Node</td>
<td> A bar chart on nodes grouped by channel count buckets. You can find out what % of nodes have more or less than X number of channels</td>
<td><a href="v0%3A%20for%20feedback/NodeDistributionbyChnl20240426.html" target="_blank">Distribution of Nodes by Channel</a></td>
<td><a href="v0%3A%20for%20feedback/NodeDistributionbyChnl20240621.html" target="_blank">Distribution of Nodes by Channel</a></td>
</tr>
<tr>
<td>Node</td>
Expand Down

0 comments on commit 4f92667

Please sign in to comment.