Skip to content

Instantly share code, notes, and snippets.

@agates
Last active January 29, 2024 03:42
Show Gist options
  • Save agates/ddf9149c8d07c1c7a30748a5d2034a53 to your computer and use it in GitHub Desktop.
Save agates/ddf9149c8d07c1c7a30748a5d2034a53 to your computer and use it in GitHub Desktop.
Proof of Concept bitcoin lightning TLV record with combined timestamps
{
"app_name": "Castamatic",
"app_version": "8.0.6",
"value_msat_total": 649480,
"url": "https://feeds.buzzsprout.com/1844352.rss",
"podcast": "Mere Mortals",
"action": "stream",
"episode": "The Art Of NFT's & Aimless Wandering",
"episode_guid": "Buzzsprout-9931017",
"tsIntervals": [
// { startTs, duration }
[574, 600], // payment period starts at 574 for 10 minutes, ending at 1174
// User skips forward 60 seconds
[1234, 180] // stops 3 minutes later
],
"name": "Podcaster",
"sender_name": "Peter"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment