-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/kazuW/LNDw
- Loading branch information
Showing
1 changed file
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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,3 +1,38 @@ | ||
# LNDw | ||
|
||
Lightning Network channels rebalancing and Fee control by local balance ratio for Windows. | ||
Lightning Network channels rebalancing and Fee control by local balance ratio for Windows. | ||
|
||
# install | ||
|
||
Compile from source codes. | ||
|
||
1. Download Visual Studio 2022(Download Community 2022) | ||
https://learn.microsoft.com/ja-jp/visualstudio/releases/2022/release-notes | ||
2. Project file open : LNDw.sln | ||
3. Build release | ||
|
||
Or Download binary files from release. | ||
|
||
# Configure Windows(for SSL connection) | ||
|
||
import personal certificate("tls.cert") into certificate stores using "certmgr.msc" | ||
1. Open a new command window. | ||
2. Enter "certmgr.msc" as a command. | ||
3. "Trusted Root Certification Authorities" -> "All Tasks" -> "Import" | ||
4. Choose "tls.cert" file | ||
|
||
# Using LNDw | ||
|
||
LNDw.exe | ||
|
||
# Configure LNDw | ||
1. "Config setting" tab --> input LND endpoint uri and macaroon path. | ||
|
||
![LNDw_setting](https://user-images.githubusercontent.com/35624002/204707251-afd5a7fb-ae5d-469c-aa26-c0b74c666047.gif) | ||
|
||
2. "Channels" tab --> click "update channel" button. | ||
|
||
![LNDw_channel](https://user-images.githubusercontent.com/35624002/204709721-0896321e-3c5d-431f-a1fb-693ac256324f.gif) | ||
|
||
|
||
|