Browse Source

minor grammar edits in SDL-RAW

fullnodevm
jahway603 3 years ago
parent
commit
e1ba4902ea
  1. 16
      sdl-in-the-raw.md

16
sdl-in-the-raw.md

@ -8,14 +8,16 @@ This documentation is how you setup Silent Dragon Lite to use a Hush blockchain
### Setup hushd
We need install the hush daemon (hushd) and the completely download the Hush blockchain.
We need to install the hush daemon (hushd) and then completely download the Hush blockchain.
1. Setup and get your hushd functional on [Linux](hushd-desktop-linux.md), [Windows](hushd-desktop-windows.md), or Mac.
1. Start it up and then it will take some time to download the whole blockchain. You can check your download against the latest block height on the [Hush explorer](https://explorer.hush.is/).
1. Start it up and it will take some time to download the whole blockchain. You can check your download against the latest block height on the [Hush explorer](https://explorer.hush.is/).
### Setup lightwalletd
Once that is done downloading, we setup [Hush lightwalletd](https://git.hush.is/hush/lightwalletd):
1. Clone it ```git clone https://git.hush.is/hush/lightwalletd```
1. Then run
@ -27,15 +29,15 @@ We need install the hush daemon (hushd) and the completely download the Hush blo
### Setup nginx as reverse proxy
Here we are using a very simple nginx.conf where this web server will not run anything else and will only be started when needed.
Here we use a very simple nginx.conf as this web server will not run anything else and will only be started when needed.
1. Install nginx. Look up how to do that as it can be different for each operating system.
1. Install nginx. Look up how to do that as it differs per operating system.
1. Backup the nginx.conf to a nginx.conf.original before you change it.
1. Start up nginx and open your computer's web browser to http://127.0.0.1 to see that the nginx test page is working, then continue on.
1. Start up nginx and open your computer's web browser to http://127.0.0.1 to verify that the nginx test page is working. If not then determine nginx is running and then continue on when it is.
1. Change the nginx.conf to the following:
1. Then change the nginx.conf to the following:
```
worker_processes 1;
@ -80,7 +82,7 @@ Here we are using a very simple nginx.conf where this web server will not run an
Configure it before opening it.
1. Locate your SDL config file. On Linux it's usually in ~/.config/Hush/SilentDragonLite.conf
1. Locate your SDL config file. On Linux it's usually in ~/.config/Hush/SilentDragonLite.conf. I'm not sure where they reside on Windows or Mac.
1. Now make sure the following is in there:

Loading…
Cancel
Save