Skip to content

What is the propper way to get channels open? #140

Closed Answered by JamesTsetsekas
JamesTsetsekas asked this question in Q&A
Discussion options

You must be logged in to vote

I made a 25k sat invoice and paid it and this made a channel:

./phoenix-cli createinvoice --amountSat=25000
--desc=depoist --expirySeconds=3600
{
    "amountSat": 25000,
    "paymentHash": "4d1...",
    "serialized": "lnbc..."
}

2025-01-30 17:19:30 purchased inbound liquidity: 2025000 sat (totalFee=23282 sat feePaidFromBalance=0 sat feePaidFromFeeCredit=204 sat feeRemaining=23078 sat purchaseType=fromfuturehtlc)

devadmin@JT-DESKTOP-0001:~/projects/phoenixd$ ./phoenix-cli getinfo
{
    "nodeId": "032...",
    "channels": [
        {
            "state": "Normal",
            "channelId": "4d6...",
            "balanceSat": 1922,
            "inboundLiquiditySat": 2034323,
            "ca…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by JamesTsetsekas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant