-
Notifications
You must be signed in to change notification settings - Fork 53
First draft of ThunderHub chapter for myNodeDocs #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
99b0b7b
First draft of ThunderHub chapter for myNodeDocs
davterra 7a305dd
d40c2cb
Update docs/lightning/thunderhub.md
davterra 5321316
Update docs/lightning/thunderhub.md
davterra 88643f9
Update docs/lightning/thunderhub.md
davterra c6689e6
minor edits
davterra c6caf57
Center thumbnail image and add "specs" section at the end.
davterra 888ed60
reformat few lines, add tile image and cleanup
abhiShandy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file added
BIN
+26.5 KB
docs/.vuepress/public/images/lightning/ThunderHub/ThunderHub_GUI_comp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,61 @@ | ||
|
|
||
| # Thunderhub | ||
|
|
||
| GUI to manage lightning channels | ||
| A GUI to manage lightning channels | ||
|
|
||
| ## Introduction | ||
|
|
||
| Created by Anthony Potdevin, ThunderHub is an open-source LND node manager to monitor your node and manage channels via a web-interface. It allows you to take control of the lightning network with a simple and intuitive UX. | ||
|
|
||
| ThunderHub is part of the *Beta Apps* on myNode available only for *premium* users. | ||
|
|
||
|  | ||
|
|
||
| ## Features | ||
|
|
||
| Find the full list of features on [GitHub](https://github.com/apotdevin/thunderhub) or [website](https://thunderhub.io). Key features are listed below. | ||
|
|
||
| ### Monitoring | ||
| - Overview of current and pending balance for the Lightning and Bitcoin wallets. | ||
| - Liquidity report with total remote and local lightning balance. | ||
| - Complete network info. | ||
| - View open/pending/closed channels and how balanced they are. | ||
| - View all transactions. | ||
| - View all forwarded payments. | ||
| - View all chain transactions. | ||
| - View all unspent UTXOS. | ||
|
|
||
| ### Management | ||
|
|
||
| - Send and Receive Lightning payments. | ||
| - Send and Receive Bitcoin payments. | ||
| - Open and close channels. | ||
| - Balance your channels through circular payments. (Check out the Tutorial) | ||
| - Backup, verify and recover all your channels. | ||
| - Sign and verify messages. | ||
|
|
||
| ## ThunderHub on myNode | ||
|
|
||
| ThunderHub is already configured with default environment variables and connected to the lightning wallet, but it is disabled by default. To enable it, open the myNode homepage and find the tile with the ThunderHub logo under Beta Apps (like the left image below). | ||
| <center> | ||
| <figure> | ||
| <img src="/images/lightning/ThunderHub/disabled.png" alt="" style="width: 125px"> | ||
| <img src="/images/lightning/ThunderHub/enabled.png" alt="" style="width: 125px"> | ||
| </figure> | ||
| </center> | ||
| Click on the **Enable** button, and wait for the page to refresh. | ||
|
|
||
| You should now see a **ThunderHub** button (like shown on the right image above) and a green dot. On clicking this button, a new tab should open on your browser, containing ThunderHub. | ||
|
|
||
| On the ThunderHub tab, click the **Login** button, enter your myNode password and then click on **Connect**. | ||
|
|
||
|  | ||
|
|
||
| You should end up at the ThunderHub dashboard (as shown in the first image at the top). | ||
|
|
||
| ## Specs | ||
|
|
||
| work in progress | ||
| - Website: [thunderhub.io](https://thunderhub.io) | ||
| - Github: [apotdevin/thunderhub](https://github.com/apotdevin/thunderhub) | ||
| - Installed location: `/opt/mynode/thunderhub` (NodeJS package) | ||
| - Ports: [http://mynode.local:3030/](http://mynode.local:3030/) or [https://mynode.local:3031](https://mynode.local:3031/) | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.