Browse Source
Merge pull request #269 from LN-Zap/fix/more-neutrino-supporting-nodes
fix(traffic): add more full nodes for neutrino
renovate/lint-staged-8.x
JimmyMow
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
app/main.dev.js
|
|
@ -141,6 +141,9 @@ const startLnd = () => { |
|
|
|
'--bitcoin.testnet', |
|
|
|
'--bitcoin.node=neutrino', |
|
|
|
'--neutrino.connect=btcd.jackmallers.com:18333', |
|
|
|
'--neutrino.connect=188.166.148.62:18333', |
|
|
|
'--neutrino.connect=159.65.48.139:18333', |
|
|
|
'--neutrino.connect=127.0.0.1:18333', |
|
|
|
'--autopilot.active', |
|
|
|
'--debuglevel=debug', |
|
|
|
'--noencryptwallet' |
|
|
|