notmandatory
· 1w
... and I finally got my ldk-server node up, and recklessly on mainnet! 🙌 Next step is setting up some channels and shuffling sats around.
$ sudo ldk-server-cli -c /etc/ldk-server/config.toml -t ...
First channel successfully created!
$ just l list-channels
{
"channels": [
{
"channel_id": "62a4f96a725f82206915bb41e4206ba48cf124346c7c25cf7d968cb870814fc4",
"counterparty_node_id": "02a98c86ef366ce226aad6e7706959456e1701058915c3cbf527b37da143bb1441",
"funding_txo": {
"txid": "XXXXXXXXXXXXXXXX...",
"vout": 1
},
"user_channel_id": "104657457929790906827754287720134454496",
"unspendable_punishment_reserve": 1500,
"channel_value_sats": 150000,
"feerate_sat_per_1000_weight": 253,
"outbound_capacity_msat": 97756865,
"inbound_capacity_msat": 48583135,
"confirmations_required": 3,
"confirmations": 80,
"is_outbound": true,
"is_channel_ready": true,
"is_usable": true,
"is_announced": false,
"channel_config": {
"forwarding_fee_proportional_millionths": 0,
"forwarding_fee_base_msat": 1000,
"cltv_expiry_delta": 72,
"force_close_avoidance_max_fee_satoshis": 1000,
"accept_underpaying_htlcs": false,
"max_dust_htlc_exposure": {
"fee_rate_multiplier": 10000
}
},
"next_outbound_htlc_limit_msat": 97385865,
"next_outbound_htlc_minimum_msat": 1,
"force_close_spend_delay": 144,
"counterparty_outbound_htlc_minimum_msat": 1,
"counterparty_outbound_htlc_maximum_msat": 147000000,
"counterparty_unspendable_punishment_reserve": 1500,
"counterparty_forwarding_info_fee_base_msat": 1000,
"counterparty_forwarding_info_fee_proportional_millionths": 5000,
"counterparty_forwarding_info_cltv_expiry_delta": 144
}
]
}