Browse Source

docs: README, docs/

push-params
user 5 years ago
parent
commit
cd5a58844c
  1. 5
      README.md

5
README.md

@ -137,10 +137,11 @@ To connect your Desktop Sphinx to your Relay:
- switch to user `bitcoin` with `sudo su bitcoin`; - switch to user `bitcoin` with `sudo su bitcoin`;
- make sure `NODE_IP` environment variable contains correct `<IP>:<port>` values, `export` again if necessary; - make sure `NODE_IP` environment variable contains correct `<IP>:<port>` values, `export` again if necessary;
- `cd ~/sphinx-relay; npm run prod` - `cd ~/sphinx-relay; npm run prod`
Then try again.
### Messages sent with your Relay are delivered empty or not delivered at all ### Messages sent with your Relay are delivered empty or not delivered at all
Make small manual lightning payments to the Sphinx.chat LND Make small manual lightning payments to the Sphinx.chat LND (or the node you are connected to)
```bash ```bash
$ lncli sendpayment --dest=023d70f2f76d283c6c4e58109ee3a2816eb9d8feb40b23d62469060a2b2867b77f --final_cltv_delta=10 --amt=5 --keysend $ lncli sendpayment --dest=023d70f2f76d283c6c4e58109ee3a2816eb9d8feb40b23d62469060a2b2867b77f --final_cltv_delta=10 --amt=5 --keysend
``` ```
@ -148,6 +149,8 @@ Then make manual payments to your destination address.
Make sure all payments complete successfully. Make sure all payments complete successfully.
Try messaging again in both directions. Usually, as the first messages is successfully delivered, there are no futher issues.
## Known issues ## Known issues
There are several known issues at the time of the writing of this document. There are several known issues at the time of the writing of this document.

Loading…
Cancel
Save