stakwork / sphinx-relay

Node.js wrapper for communication between sphinx client and lightning node.
MIT License
247 stars 71 forks source link

Suggest corrections to install_guide_myNode_and_Raspiblitz.md #62

Open dimaatmelodromru opened 4 years ago

dimaatmelodromru commented 4 years ago

Dependencies:

apt-get requires sudo

as sudo password for bitcoin is not known, I suggest running

apt-get install sqlite3 before sudo su bitcoin

python2: $ apt-get install python2 seems to be unnecessary as python2 is already installed

Configure

"lncli_location": "/home/bitcoin/go/bin" - there is no such line in Sphinx-relay repo. Must explicitly state to ADD this line.

Activate keysend

myNode:

accept-keysend=True

Everywhere where applicable

$ -> bitcoin@myNode:~/sphinx-relay/config $

bc it is not obvious that all commands should be executed under user bitcoin

## myNode -> #### myNode ## Raspiblitz -> #### Raspiblitz

very confusing!

klauslovgreen commented 4 years ago

accept-keysend=True is already set on the current version of myNode

dimaatmelodromru commented 4 years ago

What I meant here is that in myNode accept-keysend=True whereas in this doc it is required that accept-keysend=1 which is essentially the same but might cause confusion. accept-keysend=1 -> accept-keysend=True