Browse Source
Merge pull request #314 from LN-Zap/fix/neutrino-node
fix(neutrino): connect to a better node
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
2 additions and
2 deletions
-
app/main.dev.js
|
|
@ -152,8 +152,8 @@ const startLnd = (alias, autopilot) => { |
|
|
|
'--bitcoin.active', |
|
|
|
'--bitcoin.testnet', |
|
|
|
'--bitcoin.node=neutrino', |
|
|
|
'--neutrino.connect=btcd.jackmallers.com:18333', |
|
|
|
'--neutrino.addpeer=188.166.148.62:18333', |
|
|
|
'--neutrino.connect=188.166.148.62:18333', |
|
|
|
'--neutrino.addpeer=btcd.jackmallers.com:18333', |
|
|
|
'--neutrino.addpeer=159.65.48.139:18333', |
|
|
|
'--neutrino.connect=127.0.0.1:18333', |
|
|
|
'--debuglevel=debug', |
|
|
|