Background
batchopenchannel hangs indefinitely. I'm not sure whether this is a bug or if I'm doing something wrong.
This is a new node that I'm trying to bootstrap
Your environment
Steps to reproduce
lncli batchopenchannel --sat_per_vbyte=31 '[{"node_pubkey":"026165850492521f4ac8abd9bd8088123446d126f648ca35e60f88177dc149ceb2","local_funding_amount":10000000}, {"node_pubkey":"03864ef025fde8fb587d989186ce6a4a186895ee44a926bfc370e2c366597a3f8f","local_funding_amount":10000000}]'
Expected behaviour
Batch open should work
Actual behaviour
The relevant part in the logs...
2024-01-09 16:51:51.758 [INF] CRTR: Processed channels=0 updates=143 nodes=15 in last 1m0.000103299s
2024-01-09 16:52:05.437 [INF] FNDG: Initiating fundingRequest(local_amt=0.10000000 BTC (subtract_fees=false), push_amt=0 mSAT, chain_hash=000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f, peer=026165850492521f4ac8abd9bd8088123446d126f648ca35e60f88177dc149ceb2, min_confs=1)
2024-01-09 16:52:05.491 [INF] FNDG: Target commit tx sat/kw for pendingID(8f8cf6b965c68c901d764d8d2131bfd2a3e3ed06f2fff0f4a8e48f3708a1a133): 20625
2024-01-09 16:52:05.491 [INF] FNDG: Dust limit for pendingID(8f8cf6b965c68c901d764d8d2131bfd2a3e3ed06f2fff0f4a8e48f3708a1a133): 0.00000354 BTC
2024-01-09 16:52:05.491 [INF] FNDG: Starting funding workflow with 45.86.229.190:9735 for pending_id(8f8cf6b965c68c901d764d8d2131bfd2a3e3ed06f2fff0f4a8e48f3708a1a133), committype=anchors-zero-fee-second-level
2024-01-09 16:52:05.491 [INF] FNDG: Initiating fundingRequest(local_amt=0.10000000 BTC (subtract_fees=false), push_amt=0 mSAT, chain_hash=000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f, peer=03864ef025fde8fb587d989186ce6a4a186895ee44a926bfc370e2c366597a3f8f, min_confs=1)
2024-01-09 16:52:05.541 [INF] FNDG: Target commit tx sat/kw for pendingID(4975245916fdb6d0a45382cb19a404ea960cff30dd14bda3383ea76ad436a5fd): 20625
2024-01-09 16:52:05.541 [INF] FNDG: Dust limit for pendingID(4975245916fdb6d0a45382cb19a404ea960cff30dd14bda3383ea76ad436a5fd): 0.00000354 BTC
2024-01-09 16:52:05.541 [INF] FNDG: Starting funding workflow with 3.33.236.230:9735 for pending_id(4975245916fdb6d0a45382cb19a404ea960cff30dd14bda3383ea76ad436a5fd), committype=anchors-zero-fee-second-level
2024-01-09 16:52:05.585 [INF] FNDG: Recv'd fundingResponse for pending_id(4975245916fdb6d0a45382cb19a404ea960cff30dd14bda3383ea76ad436a5fd)
2024-01-09 16:52:05.586 [INF] FNDG: pendingChan(4975245916fdb6d0a45382cb19a404ea960cff30dd14bda3383ea76ad436a5fd): remote party proposes num_confs=3, csv_delay=720
Background
batchopenchannel hangs indefinitely. I'm not sure whether this is a bug or if I'm doing something wrong.
This is a new node that I'm trying to bootstrap
Your environment
Steps to reproduce
lncli batchopenchannel --sat_per_vbyte=31 '[{"node_pubkey":"026165850492521f4ac8abd9bd8088123446d126f648ca35e60f88177dc149ceb2","local_funding_amount":10000000}, {"node_pubkey":"03864ef025fde8fb587d989186ce6a4a186895ee44a926bfc370e2c366597a3f8f","local_funding_amount":10000000}]'
Expected behaviour
Batch open should work
Actual behaviour
The relevant part in the logs...