Skip to content

Instantly share code, notes, and snippets.

@vapopov
Created May 19, 2018 00:27
Show Gist options
  • Save vapopov/200aa8c166ebcc1b639d090febcae3e0 to your computer and use it in GitHub Desktop.
Save vapopov/200aa8c166ebcc1b639d090febcae3e0 to your computer and use it in GitHub Desktop.
lncli --no-macaroons connect 03193d512b010997885b232ecd6b300917e5288de8785d6d9f619a8952728c78e8@testnet-lnd.htlc.me
{
}
~/g/s/g/l/replenish-server ❯ lncli --no-macaroons walletbalance
{
"total_balance": "51639731",
"confirmed_balance": "51639731",
"unconfirmed_balance": "0"
}
~/g/s/g/l/replenish-server ❯
~/g/s/g/l/replenish-server ❯ lncli --no-macaroons openchannel 03193d512b010997885b232ecd6b300917e5288de8785d6d9f619a8952728c78e8 1000000
{
"funding_txid": "dea8c8605fa43c3bca7aa185ab641e5eea2bf3d657ff3c393e6f6dd93ea24c55"
}
~/g/s/g/l/replenish-server ❯ lncli --no-macaroons walletbalance
{
"total_balance": "50639578",
"confirmed_balance": "39314778",
"unconfirmed_balance": "11324800"
}
~/g/s/g/l/replenish-server ❯ lncli --no-macaroons walletbalance
{
"total_balance": "50639578",
"confirmed_balance": "50639578",
"unconfirmed_balance": "0"
}
~/g/s/g/l/replenish-server ❯ lncli --no-macaroons payinvoice lntb400u1pd074j7pp52f6rczh4d6ey7wkqjdt5dsh7c42grcm8jfw52sgefh9k83ah932qdqqcqzysxqyz5vqa3spu2272dhulhhmedkmc56jzq55jzvnc05nu2erzqdggrls4z44zj6zawv7h38xm7jsyjuttf25kvey4g2qp3ktl8e636da2g8e78cpdzg5t4
{
"payment_error": "",
"payment_preimage": "a73a25879c30f40909ce1539986b30ced5ebc5c238c221baf20a024d9ceaf38c",
"payment_route": {
"total_time_lock": 1298193,
"total_amt": 40000,
"hops": [
{
"chan_id": 1427216670393040896,
"chan_capacity": 1000000,
"amt_to_forward": 40000,
"expiry": 1298193
}
]
}
}
~/g/s/g/l/replenish-server ❯ lncli --no-macaroons walletbalance master ✭ ✚ ✱
{
"total_balance": "50639578",
"confirmed_balance": "50639578",
"unconfirmed_balance": "0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment