Browse Source
Merge pull request #264 from LN-Zap/fix/add-more-testnet-nodes-for-neutrino
Fix/add more testnet 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
2 changed files with
2 additions and
5 deletions
-
app/components/LndSyncing/LndSyncing.js
-
app/main.dev.js
|
|
@ -1,7 +1,5 @@ |
|
|
|
import React, { Component } from 'react' |
|
|
|
import PropTypes from 'prop-types' |
|
|
|
import copy from 'copy-to-clipboard' |
|
|
|
import { showNotification } from 'notifications' |
|
|
|
import styles from './LndSyncing.scss' |
|
|
|
|
|
|
|
|
|
|
@ -79,8 +77,7 @@ LndSyncing.propTypes = { |
|
|
|
syncPercentage: PropTypes.oneOfType([ |
|
|
|
PropTypes.number, |
|
|
|
PropTypes.string |
|
|
|
]).isRequired, |
|
|
|
grpcStarted: PropTypes.bool.isRequired |
|
|
|
]).isRequired |
|
|
|
} |
|
|
|
|
|
|
|
export default LndSyncing |
|
|
|
|
|
@ -140,7 +140,7 @@ const startLnd = () => { |
|
|
|
'--bitcoin.active', |
|
|
|
'--bitcoin.testnet', |
|
|
|
'--bitcoin.node=neutrino', |
|
|
|
'--neutrino.connect=btcd0.lightning.computer:18333', |
|
|
|
'--neutrino.connect=btcd.jackmallers.com:18333', |
|
|
|
'--autopilot.active', |
|
|
|
'--debuglevel=debug', |
|
|
|
'--noencryptwallet' |
|
|
|