Skip to content

Commit 0cef6c1

Browse files
committed
repro steps updates
1 parent ff0e395 commit 0cef6c1

1 file changed

Lines changed: 14 additions & 5 deletions

File tree

docs/repro-channel-monitor-desync.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,15 @@ All other settings (Electrum, network, etc.) stay local.
106106
./bitcoin-cli send 0.01 <address>
107107
./bitcoin-cli mine 6
108108
```
109-
4. In the app, go to **Settings > Advanced > Channels > + > Fund Custom > Manual** and enter the local LND connection (get the node ID from `./bitcoin-cli getinfo`):
110-
- Node ID: LND's pubkey
111-
- Host: `0.0.0.0`
112-
- Port: `9735`
109+
4. In the app, go to **Settings > Advanced > Lightning Connections > Add Connection > Advanced > Manual Setup** and enter the local LND connection (get the node ID from `./bitcoin-cli getinfo | jq .uris`):
110+
111+
```bash
112+
./bitcoin-cli getinfo | jq .uris
113+
[
114+
"0359857213bc4a4a26ddfc0410b04a01cdec6ba514735d18e3c337cf7afc454643@127.0.0.1:9735"
115+
]
116+
```
117+
113118
5. Set amount (e.g. 50,000 sats) and confirm the channel open
114119
6. Mine blocks: `./bitcoin-cli mine 6`
115120
7. Wait for the channel to be active
@@ -131,7 +136,11 @@ Verify with a test payment:
131136

132137
1. Install native build **over** RN app (upgrade, not clean install)
133138
2. Wait for migration and sync
134-
3. Verify the channel is active and LND is connected as a peer
139+
3. **Android v2.0.3 only**: re-connect to LND — custom peer reconnection after migration was not fixed until v2.1.0 ([#784](https://github.com/synonymdev/bitkit-android/pull/784)). Paste the LND URI in the app:
140+
```
141+
<lnd_pubkey>@127.0.0.1:9735
142+
```
143+
4. Verify the channel is active and LND is connected as a peer
135144

136145
#### 4. Make 30 Lightning payments on native
137146

0 commit comments

Comments
 (0)