Merge branch 'master' into bug/gun-issues
This commit is contained in:
commit
ec605b3439
2 changed files with 3 additions and 2 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
|
@ -7,7 +7,10 @@
|
||||||
"cSpell.words": [
|
"cSpell.words": [
|
||||||
"acked",
|
"acked",
|
||||||
"Authing",
|
"Authing",
|
||||||
|
"ciphertext",
|
||||||
|
"eccrypto",
|
||||||
"endregion",
|
"endregion",
|
||||||
|
"ephem",
|
||||||
"epriv",
|
"epriv",
|
||||||
"Epub",
|
"Epub",
|
||||||
"falsey",
|
"falsey",
|
||||||
|
|
|
||||||
|
|
@ -34,8 +34,6 @@ For easy setup on your Laptop/Desktop, [a node wizard is available here.](https:
|
||||||
#### Steps:
|
#### Steps:
|
||||||
1) Run [LND](https://github.com/shocknet/lnd/releases) - *Example mainnet startup*:
|
1) Run [LND](https://github.com/shocknet/lnd/releases) - *Example mainnet startup*:
|
||||||
|
|
||||||
(Neutrino example requires builds with experimental flags, [our binaries](https://github.com/shocknet/lnd/releases) include them.)
|
|
||||||
|
|
||||||
```
|
```
|
||||||
./lnd --bitcoin.active --bitcoin.mainnet --bitcoin.node=neutrino --neutrino.connect=neutrino.shock.network --routing.assumechanvalid --accept-keysend --allow-circular-route --feeurl=https://nodes.lightning.computer/fees/v1/btc-fee-estimates.json
|
./lnd --bitcoin.active --bitcoin.mainnet --bitcoin.node=neutrino --neutrino.connect=neutrino.shock.network --routing.assumechanvalid --accept-keysend --allow-circular-route --feeurl=https://nodes.lightning.computer/fees/v1/btc-fee-estimates.json
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue