Update README.md

This commit is contained in:
Felix Schulze 2021-08-19 22:07:23 +02:00 committed by GitHub
parent 8b9757fa0c
commit 09f078f8f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,16 @@
# plebnet-visualizer # plebnet-visualizer
Code for the plebnet visualizer at https://plebnet.satoshis.tech/ Code for the plebnet visualizer at https://plebnet.satoshis.tech/
Assumptions:
> Linux
> script run with sudo
> lnd docker container on same machine called "lnd"
## Step 1:
Run megahub_getknowns.py to collect all the nodes we care about i.e. the plebnet.
## Step 2:
Run megahub_auto.py to fetch the LN and put stuff where its needed.
## Step 3:
??
## Step 4:
Profit!!