Update README.md

pull/47/head
saubyk 6 years ago committed by GitHub
parent 83efa60624
commit 33b6e71368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -51,16 +51,20 @@ Run the following command:
For example: For example:
`$ node rtl --lndir /home/admin/.lnd` `$ node rtl --lndir /home/admin/.lnd`
or or
`$ node rtl --lndir /home/admin/.lnd/data/chain/bitcoin/testnet` `$ node rtl --lndir /home/admin/.lnd/data/chain/bitcoin/testnet`
or (for windows) or (for windows)
`$ node rtl --lndir C:\Users\<your user directory>\AppData\Local\Lnd\data\chain\bitcoin\testnet` `$ node rtl --lndir C:\Users\<your user directory>\AppData\Local\Lnd\data\chain\bitcoin\testnet`
If the server started successfully, you should get the below output on the console: If the server started successfully, you should get the below output on the console:
`Server is up and running, please open the UI at http://localhost:3000` `Server is up and running, please open the UI at http://localhost:3000`
### Running RTL as a service (rpi or Linux platform users) ### Optional: Running RTL as a service (rpi or Linux platform users)
In case you are running a headless rpi or Linux node, you can configure RTL as a service. In case you are running a headless rpi or Linux node, you can configure RTL as a service.
## Accessing the Application ## Accessing the Application

Loading…
Cancel
Save