From a8ff98279f41f32d9bb6d9ba05f53e9284acf7f4 Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Sat, 15 Sep 2018 23:19:38 -0400 Subject: [PATCH 1/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 72dd5537..b04d7c5a 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ Lightning Network Daemon is an implementation of Lightning Network BOLT protocol Visit their Github repo (https://github.com/lightningnetwork/lnd/blob/master/README.md) for details on Lightning Network and LND implementation. -This UI builds upon the below raspberry pi guide: +For setting up your Lightning Network node, you can follow the below guide: https://github.com/Stadicus/guides/blob/master/raspibolt/README.md ## Prerequisites -Please ensure that you have completed the installation of lightning node on your raspberry pi, based on the above guide. +Please ensure that you have completed the installation of lightning node. It can be either on testnet or mainnet @@ -31,7 +31,7 @@ Fetch the dependencies and build the application by running: ## Execution Make sure you are in the RTL directory, where the application was built. -Locate the complete path of the readable macroon file on your pi. +Locate the complete path of the readable macroon file (admin.macroon) on your node. If you followed the guide above, it should be `/home/admin/.lnd`. From 5c8fab1da9142bf4365c724df60cfee8aa404f0f Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Sat, 15 Sep 2018 23:21:12 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b04d7c5a..40f82e13 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,4 @@ If the server started successfully, you should get the below output on the conso `Server is up and running, please open the UI at http://localhost:3000` -Open your browser at the following address: http://localhost:3000 to access the RTL application on your pi. +Open your browser at the following address: http://localhost:3000 to access the RTL application. From f5be9cdac9c93851155d02473cba7201ed2405eb Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Sat, 15 Sep 2018 23:27:11 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 40f82e13..8806d9df 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ Please ensure that you have completed the installation of lightning node. It can be either on testnet or mainnet +Recommended Browsers: Chrome, Chromium (rpi), MS Edge. + ## Installation Fetch sources from the RTL git repository: