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

Commit 0023349

Browse files
committed
Updated to lnd commit b1205e71ecb46, updated protos and RPC calls accordingly.
1 parent 6cbf0f0 commit 0023349

File tree

4 files changed

+225
-258
lines changed

4 files changed

+225
-258
lines changed

apps/desktop/main.dev.js

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -70,21 +70,12 @@ const processes = [
7070
name: 'lnd',
7171
args: [
7272
'--bitcoin.active',
73-
'--bitcoin.rpchost=localhost',
74-
'--bitcoin.rpcuser=kek',
75-
'--bitcoin.rpcpass=kek',
73+
'--neutrino.active',
74+
'--configfile=../lnd.conf',
7675
isDev ? '--bitcoin.simnet' : '--bitcoin.testnet',
77-
'--debuglevel=debug',
78-
'--debughtlc',
79-
],
80-
}, {
81-
name: 'btcd',
82-
args: [
83-
'--rpcuser=kek',
84-
'--rpcpass=kek',
85-
isDev ? '--simnet' : '--testnet',
86-
isDev ? '--miningaddr=4NyWssGkW6Nbwj3nXrJU54U2ijHgWaKZ1N19w' : '',
87-
'--txindex',
76+
isDev ? '--neutrino.addpeer=127.0.0.1:18335' : '--neutrino.addpeer=faucet.lightning.community:18333',
77+
isDev ? '' : '--neutrino.addpeer=127.0.0.1:18333',
78+
'--debuglevel=info',
8879
],
8980
},
9081
]

0 commit comments

Comments
 (0)