Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ lightning-cli listchannels | grep 025f2cf835c0ca58be159e32e476a2386d8100d97fabf97e144e8e3e3f4829643e
- { "source" : "0371bcbde71d6cc591134e6d95592a9e8baac232a1e975ccd67c111864a5e8d373", "destination" : "025f2cf835c0ca58be159e32e476a2386d8100d97fabf97e144e8e3e3f4829643e", "short_channel_id" : "507322:1435:1", "flags" : 1, "active" : true, "public" : true, "last_update" : 1517603227, "base_fee_millisatoshi" : 1000, "fee_per_millionth" : 1, "delay" : 144 },
- { "source" : "025f2cf835c0ca58be159e32e476a2386d8100d97fabf97e144e8e3e3f4829643e", "destination" : "0371bcbde71d6cc591134e6d95592a9e8baac232a1e975ccd67c111864a5e8d373", "short_channel_id" : "507322:1435:1", "flags" : 0, "active" : true, "public" : true, "last_update" : 1517605665, "base_fee_millisatoshi" : 1000, "fee_per_millionth" : 10, "delay" : 14 },
- { "source" : "025f2cf835c0ca58be159e32e476a2386d8100d97fabf97e144e8e3e3f4829643e", "destination" : "03e72d70b4e015bb3bee8a50deb32b6316a35d52b2333b5df66e36ed5e48ed102e", "short_channel_id" : "507331:410:1", "flags" : 0, "active" : true, "public" : true, "last_update" : 1517609936, "base_fee_millisatoshi" : 1000, "fee_per_millionth" : 10, "delay" : 14 },
- { "source" : "03e72d70b4e015bb3bee8a50deb32b6316a35d52b2333b5df66e36ed5e48ed102e", "destination" : "025f2cf835c0ca58be159e32e476a2386d8100d97fabf97e144e8e3e3f4829643e", "short_channel_id" : "507331:410:1", "flags" : 1, "active" : true, "public" : true, "last_update" : 1517609937, "base_fee_millisatoshi" : 1000, "fee_per_millionth" : 10, "delay" : 14 }
- $ lightning-cli listchannels 507322:1435:1 | jq
- {
- "channels": [
- {
- "source": "0371bcbde71d6cc591134e6d95592a9e8baac232a1e975ccd67c111864a5e8d373",
- "destination": "025f2cf835c0ca58be159e32e476a2386d8100d97fabf97e144e8e3e3f4829643e",
- "short_channel_id": "507322:1435:1",
- "flags": 1,
- "active": true,
- "public": true,
- "last_update": 1517603227,
- "base_fee_millisatoshi": 1000,
- "fee_per_millionth": 1,
- "delay": 144
- },
- {
- "source": "025f2cf835c0ca58be159e32e476a2386d8100d97fabf97e144e8e3e3f4829643e",
- "destination": "0371bcbde71d6cc591134e6d95592a9e8baac232a1e975ccd67c111864a5e8d373",
- "short_channel_id": "507322:1435:1",
- "flags": 0,
- "active": true,
- "public": true,
- "last_update": 1517605665,
- "base_fee_millisatoshi": 1000,
- "fee_per_millionth": 10,
- "delay": 14
- }
- ]
- }
- $ lightning-cli listchannels 507331:410:1 | jq
- {
- "channels": [
- {
- "source": "025f2cf835c0ca58be159e32e476a2386d8100d97fabf97e144e8e3e3f4829643e",
- "destination": "03e72d70b4e015bb3bee8a50deb32b6316a35d52b2333b5df66e36ed5e48ed102e",
- "short_channel_id": "507331:410:1",
- "flags": 0,
- "active": true,
- "public": true,
- "last_update": 1517609936,
- "base_fee_millisatoshi": 1000,
- "fee_per_millionth": 10,
- "delay": 14
- },
- {
- "source": "03e72d70b4e015bb3bee8a50deb32b6316a35d52b2333b5df66e36ed5e48ed102e",
- "destination": "025f2cf835c0ca58be159e32e476a2386d8100d97fabf97e144e8e3e3f4829643e",
- "short_channel_id": "507331:410:1",
- "flags": 1,
- "active": true,
- "public": true,
- "last_update": 1517609937,
- "base_fee_millisatoshi": 1000,
- "fee_per_millionth": 10,
- "delay": 14
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment