From 09f078f8f32f0a4a35121dc38876f93f09a3b819 Mon Sep 17 00:00:00 2001 From: Felix Schulze <39433012+thefeli73@users.noreply.github.com> Date: Thu, 19 Aug 2021 22:07:23 +0200 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 3f92494..d664b64 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # plebnet-visualizer 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!!