2021-08-19 21:58:17 +02:00
|
|
|
# plebnet-visualizer
|
|
|
|
Code for the plebnet visualizer at https://plebnet.satoshis.tech/
|
2021-08-19 22:07:23 +02:00
|
|
|
|
|
|
|
Assumptions:
|
2021-08-19 22:08:40 +02:00
|
|
|
+ Linux
|
|
|
|
+ script run with sudo
|
|
|
|
+ lnd docker container on same machine called "lnd"
|
2021-08-19 22:07:23 +02:00
|
|
|
|
|
|
|
## 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!!
|