Code for the plebnet visualizer at https://plebnet.satoshis.tech/
Go to file
Felix Schulze a772e230c5
disclaimer
2021-08-19 22:13:31 +02:00
plebnet [ImgBot] Optimize images 2021-08-19 19:58:23 +00:00
.gitignore All web code and ignore json files 2021-08-19 21:57:49 +02:00
LICENSE Initial commit 2021-08-19 21:48:09 +02:00
megahub_auto.py add back fetch LN via docker lnd lncli 2021-08-19 22:04:33 +02:00
megahub_getknowns.py add scripts for generating graph json files 2021-08-19 21:54:43 +02:00
README.md disclaimer 2021-08-19 22:13:31 +02:00

plebnet-visualizer

Code for the plebnet visualizer at https://plebnet.satoshis.tech/

DISCLAIMER: This is a proxy repo for the visualizer that lives in a private repo along with other projects, meaning this code may be out of date and may not reflect the 'production' code.

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!!