Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 1d3f5ed

Browse files
Switch to updated btcd cluster.
Add filter header assertion so people whose nodes are synced to an incorrect btcd node re-sync.
1 parent 9796ec3 commit 1d3f5ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/lnd-child-process.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ module.exports.startLndProcess = async function({
8686
args = args.concat([
8787
'--bitcoin.mainnet',
8888
'--bitcoin.node=neutrino',
89-
'--neutrino.connect=165.227.7.29',
90-
'--neutrino.connect=dev.conner.money',
89+
'--neutrino.connect=btcd-mainnet.lightning.computer',
9190
'--neutrino.feeurl=https://nodes.lightning.computer/fees/v1/btc-fee-estimates.json',
91+
'--neutrino.assertfilterheader=230000:1308d5cfc6462f877a5587fd77d7c1ab029d45e58d5175aaf8c264cee9bde760',
9292
]);
9393
}
9494
args = args.concat(lndArgs);

0 commit comments

Comments
 (0)