diff --git a/tabconf/2025/post-quantum-cisa-signature-aggregation-for-bitcoin-s-future/deepgram_2026-03-19T144436Z.json b/tabconf/2025/post-quantum-cisa-signature-aggregation-for-bitcoin-s-future/deepgram_2026-03-19T144436Z.json new file mode 100644 index 0000000..2fef916 --- /dev/null +++ b/tabconf/2025/post-quantum-cisa-signature-aggregation-for-bitcoin-s-future/deepgram_2026-03-19T144436Z.json @@ -0,0 +1,46663 @@ +{ + "metadata": { + "transaction_key": "deprecated", + "request_id": "39983743-3d92-40be-a747-ae9ff6e04f0f", + "sha256": "3705bbf31a2ef34932295262a539454216c2b86af7837888166712fc79d1cfab", + "created": "2026-03-19T14:43:53.120Z", + "duration": 1702.2955, + "channels": 1, + "models": [ + "2a000f0d-afa1-4f20-8481-94f8bc30b0b2" + ], + "model_info": { + "2a000f0d-afa1-4f20-8481-94f8bc30b0b2": { + "name": "large-whisper", + "version": "2022-12-08.0", + "arch": "whisper" + } + } + }, + "results": { + "channels": [ + { + "alternatives": [ + { + "transcript": "So I'm going to talk about post-quantum signature aggregation. And I think the talk will probably not take all 30 minutes, and so we'll have time for questions and stuff, discussion at the end. So the sort of layout intro, I'm going to talk about elliptic curve, cross input signature aggregation. I'm going to talk about post quantum or I guess better post elliptic curve signatures and aggregation there. Talk about a new potential opcode and wallet usage. Any questions? Okay, so intro is hi, TabConf is awesome. Thanks for being here so early. Please ask questions. Okay, so people have probably heard about Eli Kerkro and SIGAG. I think people call it SIGAG or EC, I don't know. Cross-input signature aggregation. It's something that is a it's an idea that has existed, I don't know, 2018, 17. People were talking about it a little bit after SegWit. It was like, oh once we do SegWit then we should also do signature aggregation. We can do Schnorr signatures. And I think when people were talking about changing to taproot, this was one of the ideas of maybe the taproot software would also have signature aggregation built into it or something like that. The basic idea is, if you have a Bitcoin transaction, you've got a typical transaction, we'll have a couple inputs, a couple outputs, right? Alice is paying Bob And Alice has, let's say, a bunch of UTXOs in her wallet. And she needs to add up to these three UTXOs to send some money to Bob. And then she has a change output. So let's say she has input 3, 7, and 8. All three of those UTXOs sign. They create a digital signature. And you put the signature in that input. It's kind of inefficient if you think about it, right? Because they're all the same person. It's all the same wallet. You're signing three times. You're attaching these three signatures. Every node out there verifies this three independent signatures. Kind of silly. Why don't we just sign once? Right? So instead of having three signatures you just have two signatures. And this one signature, right, signature three, it covers everything. Right? So it's not like this signature only covers input 3 and you can malleate or change input 7 and 8. When you do sig hash all, you sign the entire thing. You basically hash all the inputs, all the outputs, you sign the whole thing. So if signature 3 is signing, input 7 and input 8 are stuck there, right? If you try to change input 7 or input 8, the signature is no longer valid. So it seems like, yeah, maybe you can just sign once, right? Problem there. It's actually not risky for Alice. The problem is, Alice can just point to Carol's input and say, yeah, that's my input. Those are my bitcoins. I'm signing with input three for inputs three, seven, and four. But four is not even Alice's. Right? It's a totally different key. It's someone else's money. It's not just that this, you know, you have no proof that all three inputs are from the same wallet, right? So you do need all three of these inputs to sort of sign off on being in the transaction and sign off individually on the outputs. So the way Elliptic Curve crosses input signature aggregation or Ely-Kirkcrow input SIGAG, with two inputs you have two, you know, A and B. Both inputs need to point to the outputs. How do you do that with one signature, though? Right. Input B needs to sort of sign off on signature A without signing. So the way it works, and this is a huge simplification, is you add the signatures. And with elliptic curve properties, you can do this. It's basically sig A plus sig B. And that plus symbol is doing a lot of work. There's many papers and many equations and a lot of... But you can do this. You can sort of combine these signatures in a way where they both need to be signing the same things and if they're not the addition doesn't work. So what are the benefits here? A lot of the benefit is space. And verification time as well to some extent. It's a little... It's not like I have 10 inputs, I aggregate into one signature, okay now the verifier only needs to verify one thing. There's some scaling that does add additional work to the verifier per input. But you do save a lot of space, right? And this is interactive aggregation, right? It's not, there's another idea of non-interactive aggregation, which is like a miner or someone in the mempool. Like let's say you see two transactions in your mempool and you say, well, I'm going to aggregate these two signatures. Right. There's like Alice signed her transaction. Bob signed his transaction. I'm going to smush these signatures together and then relay it to my peer and say, well, here's two transactions and I smushed the signature together for you. That, as far as we know, is not really possible with secp256k1. It is possible with some other fancy stuff like BLS curves And that would be really cool because then you could aggregate the whole block But this is what I'm talking about is just interactive signature aggregation. It saves space I think the problem and I think one of the this is purely my opinion is one of the reasons it hasn't had as much, you know, work behind it and as much like, oh we really need to get this into Bitcoin, is it doesn't save that much space, right? The elliptic curve signature is around 64 bytes, slightly higher with pre-traproot, but you know around. And so you already have this 75% witness discount, right? So if it's in a witness field it counts as 75% less. So the 64 real bytes turns into 16 V bytes. For the average transaction, it's around 8% savings in terms of V bytes. And there's nice statistics from this Blockstream research. There were people working on cross-input aggregation. I don't want to dismiss it, right? Because if you're long term and Bitcoin's worth already trillions of dollars and people are using this, an 8% savings on fees could be billions of dollars over the course of years. So I think it's super important and really cool research. But at the same time, it's like, well, 8% isn't huge, right? Like, it doesn't seem to be the first thing we have to work on here for scalability and space saving. So in my opinion, that's maybe why it hasn't had as much drive to get into Bitcoin. So now there's a little quantum leap. This people, yeah, there's been talks about quantum signatures a bit. Okay, so there's post quantum signatures. And I don't, I don't even really like the term quantum. So like, my personal opinion is like, I'm not very worried about quantum computers. I actually think both of these things are unlikely, but I think it's probably more likely that there will be some kind of regular old computer algorithmic deficiency in the elliptic curves we're using than a quantum computer comes and runs Shor's algorithms. Both I think aren't gonna happen, I'm not worried about either, but it's like yeah who knows like someday someone would be like yeah Pollard's Row, we got a better way to do Pollard's Row and you know find private keys from public keys on these elliptic curves. And there's a paper and people like oh shoot and you know maybe it starts as like a small speed up but it's like hey this is getting you know getting sketchy we should move to a different you know totally possible that we have to move to different signature algorithms, regardless of whether there's a quantum computer or not. I don't think it'll happen, But just in case, it's good to be prepared. And so there's different signature algorithms that do not rely on elliptic curves. And elliptic curves are broken by Shor's algorithm if you have a quantum computer. The main downside is they're a lot larger. They're like 50 times larger. Like 4 kilobytes ish is the size for the Sphinx Plus. You can get it lower, so there's like, I think that's another interesting part of research is like, hey, it doesn't really need to be 4k. Could we, you know, maybe 3k? Maybe we can whittle it down to 2k, but that's what we're starting with. And I don't see any way you get it down to anywhere close to 64 bytes. So how bad would that be if we had to switch? Well that's like a... You're down to 2% of the throughput rate that you had. So if people thought 1 megabyte blocks were small, now you've got like 50k or something, or less. Yeah, so 20k. You're really restricted in how many transactions you can do. And that's really bad. So signature aggregation would be amazing if you can do it with post-quantum or hash-based signatures. Because even with the witness discount, these things are going to be 1 kilovbyte and you'd have instead of 8% savings, even a transaction with just 2 inputs would have something like 50% savings. Three inputs you're getting a 60 something. So, you know, very large savings in terms of how many vbytes you're saving here. And, you know, these post quantum signatures, if you did switch, maybe you'd also need to crank up the witness discount. That's a whole other argument I don't want to get into. But a way to aggregate these would be really powerful. OK, so let's do it. Let's aggregate SphinxPlus signatures. So let's look at how they aggregate the elliptic curve signatures. And this, like none of this, like, OK, so yeah, it's a kind of curve. But even if you know what all these things and I don't endorse exponential notation I like the multiple anyway but what can you multiply hashes right that's what this big pie thing means you multiply stuff can you I guess you can multiply them? Modulo what? Modulo 2 of the 256? What's the generator point for SHA-256? Is there one? I don't, like, none of this fits, right? None of the techniques that people have been working on for years of all these cool things like frost and roast and music too and signature aggregation, half aggregation. None of this applies at all to hash based signatures. Lattice signatures as well, although Some people are like, hey, maybe there's a way to do aggregation with lattices. I'm pretty skeptical because I do want to say that with elliptic curve signature aggregation, I remember this in like 2018, everyone thought it was going to be easy. It was like, yeah, you just add the signatures. You add the pub keys, you know, You add the points, you add the r points, you add the s, it all works. And then it was like many years. There's a reason it's called Music 2. Music 1 didn't work well. Anyway, it was a lot harder than we thought. And so I think with a lattice thing where, oh, there's hints that it may be possible. If it's easy, just add, translates into five plus years of hard work, then it may be possible. It's like, yeah, that's gonna be decades. Anyway, so none of these things fit with hash-based signatures or lattice. Is there another way? So, and this is what I came up, I don't know, there's maybe better ways. This is just a way I came up with like a month or two ago thinking about this. We don't actually need to add the signatures or combine signatures, right? What we need is you want the inputs to point to the outputs. And so if you think about like OpsCTV, if you're OpsCTV is object template verify, where you basically take the whole shape of a transaction and put that in an output. That counts, right? That's quantum secure because it's just hash based and you're sort of committing to a whole other set of outputs in a quantum secure way. It's just hash based. It is sort of like a signature in that sense. It works but it's very inflexible, right? You need to know what you're going to do in order to put that into your output. So it's not really usable for normal transactions because you don't know when you like when you generate an address you don't know where you're going to send money received at that address. Right? You're like okay here's a new address give me a Bitcoin. Okay now I need to spend it. Well, if I have to decide where I'm going to spend it, even if I possibly, if I can enumerate, it's like, well, I know I'm going to send it to these three different places. And then I could put it into three different little opctv outputs in the taproot tree. So you could do that, but that's very restrictive, right? You generally are like, I want to have the Bitcoin and I want to be able to send it anywhere after the fact. Okay. So the basic idea is that inputs point to other inputs. The idea is if one input signs, all the other inputs can sort of point to that input and say, that guy's signature. So now we just need to know about inputs instead of outputs at address creation time, which is doable. So when you're creating an address, you may know other inputs that are going to be spent at the same time in the same transaction. So here's the basic idea. This is a fully signed Bitcoin transaction, three signatures, three inputs. You take two of the signatures away, and then you put these little pointers. You say well instead of a signature here in this input I'm going to put a pointer to the first input, input 0, input 3. And same here. These other two inputs I'm spending in this transaction point to the input that has an actual full signature. So how do these pointers work? How does input 2 point to input 0 without signing? Input, what we do is input 0's out point, so it's, these words are hard, the out point is the term for like the UTXO label, It's just TXID index. So when you create a transaction, it's got a TXID. And then let's say this transaction has two outputs. And so you'd say, this TXID 0 is this UTXO. This txid 1 is this utxo. So that's called an outpoint. And so the idea is you bake the outpoint of input 0 into input 2's taproot tree. And so That means that input 0's UTXO needs to exist before input 2's address is generated. And the way you enforce this is a simplified version, I'll go to the actual version in one more slide, but basically you just have an opcode that takes in an outpoint and says, okay, is this outpoint also being spent in this transaction? If so, great. You know, success. If not, fail. Transaction, you know, is invalid. That's basically it. It's a real simple opcode, right? You do need to do a couple things. You don't need to, but the actual thing I'm going to propose, and I wanted to like write up this for the mailing list before this talk, but it didn't quite happen, but I will post these slides and make a mailing list post probably maybe on the airplane back. You want to put two extra things, this input index and this nonce. So the idea is the input index is where in the current transaction that's being validated to look for this output index txid. And the nonce is discarded but it's just a random number you can put there and it gets discarded has no consensus meaning for blinding. I'll talk about these two. The input index is where to look in the transaction. So for example, if we're here, this, you know, Alice input 7, so input 1 in the transaction, would say 0, whatever this out point is, and then some random number. Because it's like, look in position 0 for Alice input 3. If you don't have this, technically it's of n squared. Because if you have 1, 000 inputs and they're all saying, hey, look for these other inputs, then it's technically like each time you add an input, it adds how hard it is to search. So technically n squared, so you put this, you know, it's like two bytes, whatever, you put that in there. And then the nonce, this is, there is a potential privacy leak here, right? If your addresses are sort of pointing to the other UTXOs that you own, if you use a new key each time, just from looking at the address, you can't tell. That's blinding enough. But once you spend it, people are like, okay, I know that key. Let me try to grind through and see what other things he was committing to in this tap tree. And so if potentially, you know, that could be used for chain analysis, you know, try to try to de-anonymize addresses. In this case, you're already de-anonymized. You're sort of already saying, yes, these inputs are linked, right? These are the same software or entity or coordinating entity. But you might have other things that you didn't link that are committed to, and so you want to blind those. So you put this, you know, 16 random bytes or whatever. It shouldn't probably be random, it should probably be something like the hash of your private key and that out point that you're committing to, because then it's easier to regenerate after the fact. Yeah, so when you're using it, you'd put these elements in the actual taproot tree. So you'd have your main key, let's say it's a post quantum pubkey at the top of, I guess if you're using BIP 360, there's not really a top, but somewhere high in the tree, here's your normal signature thing, And then you have some branches down here that have commitments to other UTXOs that you already have. And then the input index, you leave empty. And so you push that onto the stack when you're spending. So you decide, Once you build your transaction, you start signing it by putting these little indices. Yeah, so this seems to work. It would save a lot of space. It's pretty simple. Implementation's pretty straightforward. It's probably like 20, 30 lines. The part that's a little complicated is wallets. So the idea is when you're a wallet you have a bunch of UTXOs or you start out with none. So the first time you're making a new address in a new wallet you can't use any of this, right? You just here's a new address I'm gonna use a full signature, full pub key. But once you're using this, once you've made a second address and you already have a UTXO, you can point to that. You can say, okay, this wallet takes that UTXO information, puts it in the tap tree. Yeah, wallets should take all asterisks currently owned UTXOs and put them in the tree along with a post-quantum pubkey. You want to make this deterministic. You want to have a forwarder to do this. It does kind of complicate wallet recovery. So if you've just got a seed phrase and you're using this, you can generate all your addresses. But a lot of your addresses will commit to UTXOs. And so now you're like, as soon as you, you know, let me generate the first hundred addresses. And then, oh, on address 0, I see a UTXO. Well, maybe address 1 committed to that. Maybe it didn't. Now I have two different potential addresses there. Technically O of 2 to the N, which is very bad. So you would definitely for larger wallets, you know if you have hundreds of UTXOs, you can't do all of them, right? You should limit it to 10 or something. Then you've got like a thousand X slowdown for wallet recovery, which is probably fine. But yeah, I don't know, do exchanges and people with thousands of UTXOs really care about wallet recovery from a seed phrase? Maybe, I don't know. But yeah, so it's doable, but you would need a bit of thought into how you design the wallets for this. Yeah, so the thing is, this would work fine today. You could make this opcode and put it into taproot. It's probably pointless, because signatures are so small right now. They're 64 bytes. And the minimum space to use this would be a bit more. It would be more like 70-ish. So it doesn't get you anything. I guess it's a little faster to verify, because the verification nodes just look for another input and don't have to do an easy operation. It doesn't save any space. But it is much smaller than any known post-quantum signatures. There's some that are in the hundreds of bytes, but the ones that I think people are talking about and looking at as the most likely thing that we would have to use in Bitcoin would be like hash-based, because we're already depending on hash, like the security of hashes for Bitcoin. So yeah, going from three or four kilobytes of this is great. One of the things you sort of worry about is, well, what about replays? You're not signing. Once you reveal this kind of commitment, could it be replayed? And it's not using keys or addresses. So one of the things, an alternative you could think of is like, what if your address commits to another address? In this pub key, you say, well, if this other pubkey is signing, that's okay. That counts as my signature. That would also potentially work, but that would open yourself up to replay attacks. So this doesn't have any replay problems because you're pointing to individual UTXOs. There's no way to make cycles. You couldn't have a transaction with five inputs and they're all using opciv because that would imply a hash cycle. That would mean like, I've got your hash in me. I've got your hash in me. I've got your hash in me. It's like, wait, that's not supposed to happen with hash functions. It doesn't work well with address reuse. If you just keep reusing the same address forever, well, you can't use this, which is kind of a plus, I think. It is a little tricky in that if you generate many addresses at once, right? If you're like, I want to generate 100 addresses right now, and then I want to give those all to different people, then yeah, this doesn't really help. Right. Because your UTXOs are all going to be independent. So it works better if you're like making an address, receiving, sending, making address, that kind of thing. And you can't really use XPUBs and give it to people. I'm not sure you can do that anyway with post quantum pubkeys. So I'm not sure that's a deal breaker either. But the idea of giving someone a smaller thing and they can just derive a lot of pubkeys from that. Maybe there's ways, but yeah, it's a little tricky. So those are some of the downsides. Oh yeah, no cycles because they're all unique. But yeah, that's pretty much it. It would work with any signature algorithm. It could do with elliptic curve but kind of pointless, but Sphinx once, lattice, whatever. Yeah, so I think that's probably it. I'm not like advocating like, oh we need to soft-work this in or any quantum stuff, but it's just sort of like looking at all these quantum signatures and you're like oh there are a lot of problems here and it's like well if you're going you know if you do end up in a situation where you need to use this I think an opcode like this or maybe someone has a better idea, but something like this would help a lot, right? Because then it becomes very signature heavy. The witnesses are like 90% of the whole block. And it's like, oh, getting down the size with this would be great. So yeah, thanks for listening. I guess we have a couple of minutes for questions, if people have any. But yeah, if you tell me why it won't work or if you have a better way, then great. Thanks. Cool. Amazing work. Good stuff. Looks pretty cool. This only really works if you, like so this is on the transaction level and it would only really work if you for the one wallet right like for integrating aggregating signatures for multiple UTXOs in the same wallet, correct? Yeah, yeah. So this doesn't really scale Bitcoin in a way that, say, BLS block-wide signature aggregation would. No, no, I mean, there's no reason to use it now. It only helps, it sort of like makes transition to post-quantum less horrible. This could maybe like be good for maybe exchanges? Yeah, they could save a lot of space, you know, because presumably they have a lot of UTXOs and they're doing a lot of consolidation transactions a lot, so that they would be, when they're the primary, they would save a lot. Okay, the other thing I just want to make sure maybe you can draw your attention to someday is isogeny-based PQC, because it's basically like an elliptic curve is in higher dimensions, you can do things like SIDH and other things, and it might be possible to, it might be more powerful than this, but pretty good work so far. Cool, thanks. Thank you. Oh, and on that, yeah, like CoinJoin is another thing where it's like, you can commit to an input if it's multi-sig, as long as you have one of the keys in there, or, you know, so there's ways to do it, but it's not like, oh, this is awesome, we should use it now anyway. It's more of a, well, if you're stuck going to hash-based signatures, this helps. But today, you don't need it. How does the rest of the blockchain understand that Alice input 3 and the signature there is good for Alice input 7? So signature 3 still covers, you know, you're using SIGHASHALL, that doesn't change. So it still covers input 7 and 8. So this signature does sign off on this whole thing happening. I understand that, but the input 7, you're saying input 7 is using a redirection that is not a signature. So how does the rest of the blockchain understand that the read let's let's say I Pull in An input that isn't mine What what fails? Okay, so if you if Alice input 7 doesn't have basically Alice input 7 that address has Alice input 3s UTXO label baked into it if AliceInput7 doesn't have, basically AliceInput7, that address, has AliceInput3's UTXO label baked into it. And so it takes, yeah, it's in the taproot tree, right? So the idea is like, down on the left somewhere, there is a this, like opciv with the txid and index of alicin put3. And so even if that exists, people aren't gonna know where it is, you know, only the wallet can sort of prove that and show it to the world. And if it's someone else's address, that hash-based pointer doesn't exist at all, and so you can't show it. And so that's one branch of the tree, but that's not... Okay, so I understand. So AliceInput7 is created, so it's revealing that part of the tree, which is what Alice input 3 in quotes means Yeah, it's a it's it's got the hash of Alice input 3 in it. Got it Yeah, I should make I should have made a little tree where it's like, here's your regular pubkey, and then down here you put your opciv clauses. Yeah, thanks for this great nerd snipe. And one thing I was thinking about while you were still talking, for the really, really large wallets, do we run into maximum depth limits of tap trees and also for maybe for efficiency reasons we want to limit the number of UTXOs we commit to and then it becomes a very very interesting problem in which order you have to spend your UTXOs otherwise you make some of them unspendable. So you would never make it unspendable? So like yes, that's why I sort of put this asterisk, where it's like oh man, that seems kind of... What is the optimal way to do this? I don't know. They're like, but you you do want to I think like yeah restrict it to like pointing to ten because you don't need to point to that many. You only need to reveal one. So you you don't need to like commit to hundreds because you know, you just as long as you're, it does complicate also transaction construction where you're like oh I want to minimize my my transaction size to minimize fees and like now what you do it's already hard right it's a subset sum problem so it's already like oh I need to pick all these things to get to the right amount but now you add this constraint of like some of them point to others and so they get free signatures and some of them don't so yeah it's kind of a mess but but I think I would not you could but I would not encourage anyone to say I'm gonna only put off CTV spent as CIV spends I'm gonna you know always have my like main signing pub key at the top and then these are options. So I never get stuck where like, oh shoot, I spent all these other inputs, I can't spend this one because the only way I spend this one is alongside these others. So I mean, you could, but don't. But yeah, but the wallet design and transaction design, that's the complex part. It's not, I don't worry too much because it's like it's complex to optimize right? If you do it in like a pretty you know oh we'll just brute force we'll just do it like the simple way. It'll work, and worst case, you don't get the space savings you could with the optimal way. But yeah, it is like, how should you do this? And that would be a fun thing to work. Cool. Any other? Good. Well, next is Floresta stuff, right? Cool. Thanks, everyone. Good, well next is a little rest of stuff, right? Cool, thanks everyone.", + "confidence": 0.82070994, + "words": [ + { + "word": "so", + "start": 0.06, + "end": 0.26, + "confidence": 0.99455416, + "speaker": 0, + "speaker_confidence": 0.00390625, + "punctuated_word": "So" + }, + { + "word": "i'm", + "start": 0.26, + "end": 0.42, + "confidence": 0.6875218, + "speaker": 0, + "speaker_confidence": 0.00390625, + "punctuated_word": "I'm" + }, + { + "word": "going", + "start": 0.42, + "end": 0.52, + "confidence": 0.8144542, + "speaker": 0, + "speaker_confidence": 0.00390625, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 0.52, + "end": 0.65999997, + "confidence": 0.81386733, + "speaker": 0, + "speaker_confidence": 0.5786133, + "punctuated_word": "to" + }, + { + "word": "talk", + "start": 0.65999997, + "end": 1.0, + "confidence": 0.60761935, + "speaker": 0, + "speaker_confidence": 0.5786133, + "punctuated_word": "talk" + }, + { + "word": "about", + "start": 1.0, + "end": 1.5, + "confidence": 0.5474943, + "speaker": 0, + "speaker_confidence": 0.5786133, + "punctuated_word": "about" + }, + { + "word": "post-quantum", + "start": 2.62, + "end": 3.12, + "confidence": 0.979116, + "speaker": 0, + "speaker_confidence": 0.5786133, + "punctuated_word": "post-quantum" + }, + { + "word": "signature", + "start": 3.3799999, + "end": 3.8799999, + "confidence": 0.9970298, + "speaker": 0, + "speaker_confidence": 0.5786133, + "punctuated_word": "signature" + }, + { + "word": "aggregation", + "start": 3.8999999, + "end": 4.3999996, + "confidence": 0.5668063, + "speaker": 0, + "speaker_confidence": 0.5786133, + "punctuated_word": "aggregation." + }, + { + "word": "and", + "start": 5.22, + "end": 5.42, + "confidence": 0.80948365, + "speaker": 0, + "speaker_confidence": 0.6279297, + "punctuated_word": "And" + }, + { + "word": "i", + "start": 5.42, + "end": 5.58, + "confidence": 0.7582137, + "speaker": 0, + "speaker_confidence": 0.6279297, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 5.58, + "end": 6.06, + "confidence": 0.81917775, + "speaker": 0, + "speaker_confidence": 0.6279297, + "punctuated_word": "think" + }, + { + "word": "the", + "start": 6.06, + "end": 6.2999997, + "confidence": 0.81778604, + "speaker": 0, + "speaker_confidence": 0.6279297, + "punctuated_word": "the" + }, + { + "word": "talk", + "start": 6.2999997, + "end": 6.56, + "confidence": 0.90063787, + "speaker": 0, + "speaker_confidence": 0.6279297, + "punctuated_word": "talk" + }, + { + "word": "will", + "start": 6.56, + "end": 6.74, + "confidence": 0.8915793, + "speaker": 0, + "speaker_confidence": 0.6279297, + "punctuated_word": "will" + }, + { + "word": "probably", + "start": 6.74, + "end": 7.12, + "confidence": 0.83620757, + "speaker": 0, + "speaker_confidence": 0.6279297, + "punctuated_word": "probably" + }, + { + "word": "not", + "start": 7.12, + "end": 7.3399997, + "confidence": 0.89422715, + "speaker": 0, + "speaker_confidence": 0.6279297, + "punctuated_word": "not" + }, + { + "word": "take", + "start": 7.3399997, + "end": 7.54, + "confidence": 0.7655271, + "speaker": 0, + "speaker_confidence": 0.6279297, + "punctuated_word": "take" + }, + { + "word": "all", + "start": 7.54, + "end": 7.7599998, + "confidence": 0.8787585, + "speaker": 0, + "speaker_confidence": 0.6279297, + "punctuated_word": "all" + }, + { + "word": "30", + "start": 7.7599998, + "end": 7.96, + "confidence": 0.44978493, + "speaker": 0, + "speaker_confidence": 0.6279297, + "punctuated_word": "30" + }, + { + "word": "minutes", + "start": 7.96, + "end": 8.24, + "confidence": 0.60983557, + "speaker": 0, + "speaker_confidence": 0.6279297, + "punctuated_word": "minutes," + }, + { + "word": "and", + "start": 8.24, + "end": 8.36, + "confidence": 0.8676645, + "speaker": 0, + "speaker_confidence": 0.6279297, + "punctuated_word": "and" + }, + { + "word": "so", + "start": 8.36, + "end": 8.48, + "confidence": 0.9334147, + "speaker": 0, + "speaker_confidence": 0.6279297, + "punctuated_word": "so" + }, + { + "word": "we'll", + "start": 8.48, + "end": 8.72, + "confidence": 0.87540007, + "speaker": 0, + "speaker_confidence": 0.6279297, + "punctuated_word": "we'll" + }, + { + "word": "have", + "start": 8.72, + "end": 8.86, + "confidence": 0.872893, + "speaker": 0, + "speaker_confidence": 0.6279297, + "punctuated_word": "have" + }, + { + "word": "time", + "start": 8.86, + "end": 9.0199995, + "confidence": 0.46094665, + "speaker": 0, + "speaker_confidence": 0.6279297, + "punctuated_word": "time" + }, + { + "word": "for", + "start": 9.0199995, + "end": 9.24, + "confidence": 0.9990503, + "speaker": 0, + "speaker_confidence": 0.6279297, + "punctuated_word": "for" + }, + { + "word": "questions", + "start": 9.24, + "end": 9.5199995, + "confidence": 0.66998404, + "speaker": 0, + "speaker_confidence": 0.6279297, + "punctuated_word": "questions" + }, + { + "word": "and", + "start": 9.5199995, + "end": 9.719999, + "confidence": 0.4336608, + "speaker": 0, + "speaker_confidence": 0.6279297, + "punctuated_word": "and" + }, + { + "word": "stuff", + "start": 9.719999, + "end": 10.219999, + "confidence": 0.62129015, + "speaker": 0, + "speaker_confidence": 0.6279297, + "punctuated_word": "stuff," + }, + { + "word": "discussion", + "start": 10.96, + "end": 11.44, + "confidence": 0.8140295, + "speaker": 0, + "speaker_confidence": 0.6279297, + "punctuated_word": "discussion" + }, + { + "word": "at", + "start": 11.44, + "end": 11.599999, + "confidence": 0.8116396, + "speaker": 0, + "speaker_confidence": 0.6279297, + "punctuated_word": "at" + }, + { + "word": "the", + "start": 11.599999, + "end": 11.719999, + "confidence": 0.99384165, + "speaker": 0, + "speaker_confidence": 0.6279297, + "punctuated_word": "the" + }, + { + "word": "end", + "start": 11.719999, + "end": 12.219999, + "confidence": 0.04563659, + "speaker": 0, + "speaker_confidence": 0.6279297, + "punctuated_word": "end." + }, + { + "word": "so", + "start": 14.059999, + "end": 14.099999, + "confidence": 0.6208659, + "speaker": 0, + "speaker_confidence": 0.6069336, + "punctuated_word": "So" + }, + { + "word": "the", + "start": 14.099999, + "end": 14.34, + "confidence": 0.89874315, + "speaker": 0, + "speaker_confidence": 0.6069336, + "punctuated_word": "the" + }, + { + "word": "sort", + "start": 14.34, + "end": 14.48, + "confidence": 0.9009251, + "speaker": 0, + "speaker_confidence": 0.6069336, + "punctuated_word": "sort" + }, + { + "word": "of", + "start": 14.48, + "end": 14.98, + "confidence": 0.77914065, + "speaker": 0, + "speaker_confidence": 0.6069336, + "punctuated_word": "of" + }, + { + "word": "layout", + "start": 15.4, + "end": 15.9, + "confidence": 0.6230133, + "speaker": 0, + "speaker_confidence": 0.6069336, + "punctuated_word": "layout" + }, + { + "word": "intro", + "start": 16.06, + "end": 16.56, + "confidence": 0.9194697, + "speaker": 0, + "speaker_confidence": 0.6069336, + "punctuated_word": "intro," + }, + { + "word": "i'm", + "start": 16.62, + "end": 16.78, + "confidence": 0.5954711, + "speaker": 0, + "speaker_confidence": 0.6069336, + "punctuated_word": "I'm" + }, + { + "word": "going", + "start": 16.78, + "end": 16.96, + "confidence": 0.8050801, + "speaker": 0, + "speaker_confidence": 0.6069336, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 16.96, + "end": 17.02, + "confidence": 0.835905, + "speaker": 0, + "speaker_confidence": 0.6069336, + "punctuated_word": "to" + }, + { + "word": "talk", + "start": 17.02, + "end": 17.22, + "confidence": 0.7539421, + "speaker": 0, + "speaker_confidence": 0.6069336, + "punctuated_word": "talk" + }, + { + "word": "about", + "start": 17.22, + "end": 17.4, + "confidence": 0.8314351, + "speaker": 0, + "speaker_confidence": 0.6069336, + "punctuated_word": "about" + }, + { + "word": "elliptic", + "start": 17.4, + "end": 17.76, + "confidence": 0.99516463, + "speaker": 0, + "speaker_confidence": 0.6069336, + "punctuated_word": "elliptic" + }, + { + "word": "curve", + "start": 17.76, + "end": 18.18, + "confidence": 0.5531062, + "speaker": 0, + "speaker_confidence": 0.6069336, + "punctuated_word": "curve," + }, + { + "word": "cross", + "start": 18.18, + "end": 18.68, + "confidence": 0.41066423, + "speaker": 0, + "speaker_confidence": 0.6069336, + "punctuated_word": "cross" + }, + { + "word": "input", + "start": 19.86, + "end": 20.2, + "confidence": 0.46872494, + "speaker": 0, + "speaker_confidence": 0.6069336, + "punctuated_word": "input" + }, + { + "word": "signature", + "start": 20.2, + "end": 20.68, + "confidence": 0.9953381, + "speaker": 0, + "speaker_confidence": 0.6069336, + "punctuated_word": "signature" + }, + { + "word": "aggregation", + "start": 20.68, + "end": 21.18, + "confidence": 0.4782178, + "speaker": 0, + "speaker_confidence": 0.6069336, + "punctuated_word": "aggregation." + }, + { + "word": "i'm", + "start": 21.779999, + "end": 21.94, + "confidence": 0.78808075, + "speaker": 0, + "speaker_confidence": 0.6069336, + "punctuated_word": "I'm" + }, + { + "word": "going", + "start": 21.94, + "end": 22.119999, + "confidence": 0.81568855, + "speaker": 0, + "speaker_confidence": 0.6069336, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 22.119999, + "end": 22.2, + "confidence": 0.83613485, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "to" + }, + { + "word": "talk", + "start": 22.2, + "end": 22.48, + "confidence": 0.74071085, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "talk" + }, + { + "word": "about", + "start": 22.48, + "end": 22.98, + "confidence": 0.63665247, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "about" + }, + { + "word": "post", + "start": 23.380001, + "end": 23.66, + "confidence": 0.6097691, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "post" + }, + { + "word": "quantum", + "start": 23.66, + "end": 24.16, + "confidence": 0.6390287, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "quantum" + }, + { + "word": "or", + "start": 24.24, + "end": 24.74, + "confidence": 0.8834288, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "or" + }, + { + "word": "i", + "start": 24.76, + "end": 24.92, + "confidence": 0.76618695, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "I" + }, + { + "word": "guess", + "start": 24.92, + "end": 25.16, + "confidence": 0.6801422, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "guess" + }, + { + "word": "better", + "start": 25.16, + "end": 25.52, + "confidence": 0.87031955, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "better" + }, + { + "word": "post", + "start": 25.52, + "end": 25.8, + "confidence": 0.85358304, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "post" + }, + { + "word": "elliptic", + "start": 25.8, + "end": 26.24, + "confidence": 0.9957806, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "elliptic" + }, + { + "word": "curve", + "start": 26.24, + "end": 26.66, + "confidence": 0.2741799, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "curve" + }, + { + "word": "signatures", + "start": 26.66, + "end": 27.16, + "confidence": 0.9979348, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "signatures" + }, + { + "word": "and", + "start": 27.18, + "end": 27.36, + "confidence": 0.98914206, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "and" + }, + { + "word": "aggregation", + "start": 27.36, + "end": 27.86, + "confidence": 0.8143417, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "aggregation" + }, + { + "word": "there", + "start": 27.9, + "end": 28.4, + "confidence": 0.34389728, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "there." + }, + { + "word": "talk", + "start": 28.4, + "end": 28.58, + "confidence": 0.97447735, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "Talk" + }, + { + "word": "about", + "start": 28.58, + "end": 28.779999, + "confidence": 0.8312884, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "about" + }, + { + "word": "a", + "start": 28.779999, + "end": 28.86, + "confidence": 0.8522101, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "a" + }, + { + "word": "new", + "start": 28.86, + "end": 29.04, + "confidence": 0.8958263, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "new" + }, + { + "word": "potential", + "start": 29.04, + "end": 29.380001, + "confidence": 0.5991085, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "potential" + }, + { + "word": "opcode", + "start": 29.380001, + "end": 29.880001, + "confidence": 0.7814758, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "opcode" + }, + { + "word": "and", + "start": 30.46, + "end": 30.94, + "confidence": 0.80272037, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "and" + }, + { + "word": "wallet", + "start": 30.94, + "end": 31.3, + "confidence": 0.6059854, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "wallet" + }, + { + "word": "usage", + "start": 31.3, + "end": 31.8, + "confidence": 0.4232018, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "usage." + }, + { + "word": "any", + "start": 32.38, + "end": 32.58, + "confidence": 0.95176625, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "Any" + }, + { + "word": "questions", + "start": 32.58, + "end": 33.08, + "confidence": 0.4144328, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "questions?" + }, + { + "word": "okay", + "start": 33.48, + "end": 33.82, + "confidence": 0.86989737, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "Okay," + }, + { + "word": "so", + "start": 33.82, + "end": 34.02, + "confidence": 0.8979022, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "so" + }, + { + "word": "intro", + "start": 34.02, + "end": 34.34, + "confidence": 0.46142274, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "intro" + }, + { + "word": "is", + "start": 34.34, + "end": 34.54, + "confidence": 0.39029685, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "is" + }, + { + "word": "hi", + "start": 34.54, + "end": 34.84, + "confidence": 0.26206768, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "hi," + }, + { + "word": "tabconf", + "start": 34.84, + "end": 35.22, + "confidence": 0.8338901, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "TabConf" + }, + { + "word": "is", + "start": 35.22, + "end": 35.34, + "confidence": 0.47547808, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "is" + }, + { + "word": "awesome", + "start": 35.34, + "end": 35.68, + "confidence": 0.46458074, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "awesome." + }, + { + "word": "thanks", + "start": 35.68, + "end": 35.86, + "confidence": 0.4657855, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "Thanks" + }, + { + "word": "for", + "start": 35.86, + "end": 36.02, + "confidence": 0.5867596, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "for" + }, + { + "word": "being", + "start": 36.02, + "end": 36.2, + "confidence": 0.61740726, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "being" + }, + { + "word": "here", + "start": 36.2, + "end": 36.38, + "confidence": 0.70830363, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "here" + }, + { + "word": "so", + "start": 36.38, + "end": 36.56, + "confidence": 0.7719793, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "so" + }, + { + "word": "early", + "start": 36.56, + "end": 37.06, + "confidence": 0.04288479, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "early." + }, + { + "word": "please", + "start": 37.2, + "end": 37.5, + "confidence": 0.90483755, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "Please" + }, + { + "word": "ask", + "start": 37.5, + "end": 37.66, + "confidence": 0.9765577, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "ask" + }, + { + "word": "questions", + "start": 37.66, + "end": 38.16, + "confidence": 0.7634112, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "questions." + }, + { + "word": "okay", + "start": 39.18, + "end": 39.559998, + "confidence": 0.91001534, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "Okay," + }, + { + "word": "so", + "start": 39.559998, + "end": 40.059998, + "confidence": 0.87764305, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "so" + }, + { + "word": "people", + "start": 40.32, + "end": 40.64, + "confidence": 0.89681804, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "people" + }, + { + "word": "have", + "start": 40.64, + "end": 40.86, + "confidence": 0.8755705, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "have" + }, + { + "word": "probably", + "start": 40.86, + "end": 41.32, + "confidence": 0.8148472, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "probably" + }, + { + "word": "heard", + "start": 41.32, + "end": 41.68, + "confidence": 0.6075804, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "heard" + }, + { + "word": "about", + "start": 41.68, + "end": 42.18, + "confidence": 0.28505367, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "about" + }, + { + "word": "eli", + "start": 42.94, + "end": 43.22, + "confidence": 0.4582697, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "Eli" + }, + { + "word": "kerkro", + "start": 43.22, + "end": 43.72, + "confidence": 0.42309567, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "Kerkro" + }, + { + "word": "and", + "start": 43.94, + "end": 44.2, + "confidence": 0.88171995, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "and" + }, + { + "word": "sigag", + "start": 44.2, + "end": 44.64, + "confidence": 0.92168385, + "speaker": 0, + "speaker_confidence": 0.6845703, + "punctuated_word": "SIGAG." + }, + { + "word": "i", + "start": 44.64, + "end": 44.76, + "confidence": 0.77471036, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 44.76, + "end": 45.02, + "confidence": 0.2341657, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "think" + }, + { + "word": "people", + "start": 45.02, + "end": 45.34, + "confidence": 0.9873685, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "people" + }, + { + "word": "call", + "start": 45.34, + "end": 45.559998, + "confidence": 0.6947109, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "call" + }, + { + "word": "it", + "start": 45.559998, + "end": 45.7, + "confidence": 0.98667425, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "it" + }, + { + "word": "sigag", + "start": 45.7, + "end": 46.2, + "confidence": 0.88300896, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "SIGAG" + }, + { + "word": "or", + "start": 46.260002, + "end": 46.559998, + "confidence": 0.19294162, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "or" + }, + { + "word": "ec", + "start": 46.559998, + "end": 47.04, + "confidence": 0.9601949, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "EC," + }, + { + "word": "i", + "start": 47.04, + "end": 47.12, + "confidence": 0.99885345, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 47.12, + "end": 47.32, + "confidence": 0.78090596, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "don't" + }, + { + "word": "know", + "start": 47.32, + "end": 47.82, + "confidence": 0.48172435, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "know." + }, + { + "word": "cross-input", + "start": 47.84, + "end": 48.34, + "confidence": 0.7848996, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "Cross-input" + }, + { + "word": "signature", + "start": 48.68, + "end": 49.18, + "confidence": 0.9966175, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "signature" + }, + { + "word": "aggregation", + "start": 49.2, + "end": 49.7, + "confidence": 0.82956964, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "aggregation." + }, + { + "word": "it's", + "start": 50.739998, + "end": 51.02, + "confidence": 0.24138764, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "It's" + }, + { + "word": "something", + "start": 51.02, + "end": 51.38, + "confidence": 0.7660262, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "something" + }, + { + "word": "that", + "start": 51.38, + "end": 51.54, + "confidence": 0.5674826, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "that" + }, + { + "word": "is", + "start": 51.54, + "end": 51.76, + "confidence": 0.47237563, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "is" + }, + { + "word": "a", + "start": 51.76, + "end": 51.98, + "confidence": 0.9993436, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "a" + }, + { + "word": "it's", + "start": 51.98, + "end": 52.2, + "confidence": 0.904546, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "it's" + }, + { + "word": "an", + "start": 52.2, + "end": 52.36, + "confidence": 0.8825323, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "an" + }, + { + "word": "idea", + "start": 52.36, + "end": 52.739998, + "confidence": 0.8603594, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "idea" + }, + { + "word": "that", + "start": 52.739998, + "end": 52.92, + "confidence": 0.7788564, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "that" + }, + { + "word": "has", + "start": 52.92, + "end": 53.08, + "confidence": 0.2629247, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "has" + }, + { + "word": "existed", + "start": 53.08, + "end": 53.58, + "confidence": 0.861773, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "existed," + }, + { + "word": "i", + "start": 55.52, + "end": 55.64, + "confidence": 0.9997414, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 55.64, + "end": 55.9, + "confidence": 0.79748315, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "don't" + }, + { + "word": "know", + "start": 55.9, + "end": 56.2, + "confidence": 0.56720597, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "know," + }, + { + "word": "2018", + "start": 56.2, + "end": 56.7, + "confidence": 0.6512791, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "2018," + }, + { + "word": "17", + "start": 57.16, + "end": 57.54, + "confidence": 0.8294752, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "17." + }, + { + "word": "people", + "start": 57.54, + "end": 57.88, + "confidence": 0.9995246, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "People" + }, + { + "word": "were", + "start": 57.88, + "end": 58.1, + "confidence": 0.82070994, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "were" + }, + { + "word": "talking", + "start": 58.1, + "end": 58.32, + "confidence": 0.89980865, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "talking" + }, + { + "word": "about", + "start": 58.32, + "end": 58.52, + "confidence": 0.98562384, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "about" + }, + { + "word": "it", + "start": 58.52, + "end": 58.94, + "confidence": 0.8006587, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "it" + }, + { + "word": "a", + "start": 58.94, + "end": 59.059998, + "confidence": 0.8864449, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "a" + }, + { + "word": "little", + "start": 59.059998, + "end": 59.239998, + "confidence": 0.72843164, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "little" + }, + { + "word": "bit", + "start": 59.239998, + "end": 59.48, + "confidence": 0.54773325, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "bit" + }, + { + "word": "after", + "start": 59.48, + "end": 59.82, + "confidence": 0.7755978, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "after" + }, + { + "word": "segwit", + "start": 59.82, + "end": 60.010002, + "confidence": 0.9908381, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "SegWit." + }, + { + "word": "it", + "start": 60.010002, + "end": 60.2, + "confidence": 0.85508204, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "It" + }, + { + "word": "was", + "start": 60.2, + "end": 60.38, + "confidence": 0.75474507, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "was" + }, + { + "word": "like", + "start": 60.38, + "end": 60.62, + "confidence": 0.8439791, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "like," + }, + { + "word": "oh", + "start": 60.62, + "end": 60.84, + "confidence": 0.9021916, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "oh" + }, + { + "word": "once", + "start": 60.84, + "end": 61.02, + "confidence": 0.896735, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "once" + }, + { + "word": "we", + "start": 61.02, + "end": 61.199997, + "confidence": 0.7799238, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "we" + }, + { + "word": "do", + "start": 61.199997, + "end": 61.36, + "confidence": 0.9937127, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "do" + }, + { + "word": "segwit", + "start": 61.36, + "end": 61.86, + "confidence": 0.9965609, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "SegWit" + }, + { + "word": "then", + "start": 61.86, + "end": 61.98, + "confidence": 0.8473297, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "then" + }, + { + "word": "we", + "start": 61.98, + "end": 62.16, + "confidence": 0.8193048, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "we" + }, + { + "word": "should", + "start": 62.16, + "end": 62.32, + "confidence": 0.6776758, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "should" + }, + { + "word": "also", + "start": 62.32, + "end": 62.56, + "confidence": 0.8533252, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "also" + }, + { + "word": "do", + "start": 62.56, + "end": 62.72, + "confidence": 0.71564317, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "do" + }, + { + "word": "signature", + "start": 62.72, + "end": 63.18, + "confidence": 0.99589807, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "signature" + }, + { + "word": "aggregation", + "start": 63.18, + "end": 63.68, + "confidence": 0.69081384, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "aggregation." + }, + { + "word": "we", + "start": 64.16, + "end": 64.28, + "confidence": 0.900055, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "We" + }, + { + "word": "can", + "start": 64.28, + "end": 64.44, + "confidence": 0.6396843, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "can" + }, + { + "word": "do", + "start": 64.44, + "end": 64.6, + "confidence": 0.80551994, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "do" + }, + { + "word": "schnorr", + "start": 64.6, + "end": 64.92, + "confidence": 0.810358, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "Schnorr" + }, + { + "word": "signatures", + "start": 64.92, + "end": 65.42, + "confidence": 0.22734813, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "signatures." + }, + { + "word": "and", + "start": 65.56, + "end": 65.66, + "confidence": 0.80754197, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "And" + }, + { + "word": "i", + "start": 65.66, + "end": 65.8, + "confidence": 0.79822475, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 65.8, + "end": 66.06, + "confidence": 0.9287785, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "think" + }, + { + "word": "when", + "start": 66.06, + "end": 66.34, + "confidence": 0.82693744, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "when" + }, + { + "word": "people", + "start": 66.34, + "end": 66.56, + "confidence": 0.75104284, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "people" + }, + { + "word": "were", + "start": 66.56, + "end": 66.74, + "confidence": 0.8188738, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "were" + }, + { + "word": "talking", + "start": 66.74, + "end": 67.04, + "confidence": 0.63526505, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "talking" + }, + { + "word": "about", + "start": 67.04, + "end": 67.54, + "confidence": 0.89547104, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "about" + }, + { + "word": "changing", + "start": 67.58, + "end": 68.0, + "confidence": 0.5525013, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "changing" + }, + { + "word": "to", + "start": 68.0, + "end": 68.24, + "confidence": 0.8797563, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "to" + }, + { + "word": "taproot", + "start": 68.24, + "end": 68.74, + "confidence": 0.92123973, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "taproot," + }, + { + "word": "this", + "start": 68.86, + "end": 69.0, + "confidence": 0.8171177, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "this" + }, + { + "word": "was", + "start": 69.0, + "end": 69.16, + "confidence": 0.89672667, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "was" + }, + { + "word": "one", + "start": 69.16, + "end": 69.36, + "confidence": 0.8180385, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "one" + }, + { + "word": "of", + "start": 69.36, + "end": 69.52, + "confidence": 0.8102, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 69.52, + "end": 69.66, + "confidence": 0.48622382, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "the" + }, + { + "word": "ideas", + "start": 69.66, + "end": 70.12, + "confidence": 0.9997992, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "ideas" + }, + { + "word": "of", + "start": 70.12, + "end": 70.38, + "confidence": 0.7997026, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "of" + }, + { + "word": "maybe", + "start": 70.38, + "end": 70.68, + "confidence": 0.9033174, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "maybe" + }, + { + "word": "the", + "start": 70.68, + "end": 70.92, + "confidence": 0.9411845, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "the" + }, + { + "word": "taproot", + "start": 70.92, + "end": 71.28, + "confidence": 0.6476604, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "taproot" + }, + { + "word": "software", + "start": 71.28, + "end": 71.68, + "confidence": 0.80223244, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "software" + }, + { + "word": "would", + "start": 71.68, + "end": 71.88, + "confidence": 0.8838183, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "would" + }, + { + "word": "also", + "start": 71.88, + "end": 72.1, + "confidence": 0.88525766, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "also" + }, + { + "word": "have", + "start": 72.1, + "end": 72.34, + "confidence": 0.6959355, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "have" + }, + { + "word": "signature", + "start": 72.34, + "end": 72.8, + "confidence": 0.9962302, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "signature" + }, + { + "word": "aggregation", + "start": 72.8, + "end": 73.3, + "confidence": 0.937591, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "aggregation" + }, + { + "word": "built", + "start": 73.38, + "end": 73.66, + "confidence": 0.90245473, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "built" + }, + { + "word": "into", + "start": 73.66, + "end": 73.94, + "confidence": 0.6574895, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "into" + }, + { + "word": "it", + "start": 73.94, + "end": 74.1, + "confidence": 0.73256284, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "it" + }, + { + "word": "or", + "start": 74.1, + "end": 74.24, + "confidence": 0.31430244, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "or" + }, + { + "word": "something", + "start": 74.24, + "end": 74.54, + "confidence": 0.9996044, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "something" + }, + { + "word": "like", + "start": 74.54, + "end": 74.7, + "confidence": 0.997755, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "like" + }, + { + "word": "that", + "start": 74.7, + "end": 75.2, + "confidence": 0.28574127, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "that." + }, + { + "word": "the", + "start": 76.1, + "end": 76.24, + "confidence": 0.7829573, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "The" + }, + { + "word": "basic", + "start": 76.24, + "end": 76.520004, + "confidence": 0.90554, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "basic" + }, + { + "word": "idea", + "start": 76.520004, + "end": 76.94, + "confidence": 0.5389134, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "idea" + }, + { + "word": "is", + "start": 76.94, + "end": 77.44, + "confidence": 0.88833165, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "is," + }, + { + "word": "if", + "start": 77.98, + "end": 78.16, + "confidence": 0.876245, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 78.16, + "end": 78.34, + "confidence": 0.99018806, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "you" + }, + { + "word": "have", + "start": 78.34, + "end": 78.54, + "confidence": 0.637713, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "have" + }, + { + "word": "a", + "start": 78.54, + "end": 79.04, + "confidence": 0.67847, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "a" + }, + { + "word": "bitcoin", + "start": 79.3, + "end": 79.64, + "confidence": 0.4016098, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "Bitcoin" + }, + { + "word": "transaction", + "start": 79.64, + "end": 80.14, + "confidence": 0.025255745, + "speaker": 0, + "speaker_confidence": 0.8730469, + "punctuated_word": "transaction," + }, + { + "word": "you've", + "start": 85.24, + "end": 85.52, + "confidence": 0.8758732, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "you've" + }, + { + "word": "got", + "start": 85.52, + "end": 86.02, + "confidence": 0.8574359, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "got" + }, + { + "word": "a", + "start": 86.04, + "end": 86.14, + "confidence": 0.6988706, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "a" + }, + { + "word": "typical", + "start": 86.14, + "end": 86.58, + "confidence": 0.22414872, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "typical" + }, + { + "word": "transaction", + "start": 86.58, + "end": 87.08, + "confidence": 0.1667708, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "transaction," + }, + { + "word": "we'll", + "start": 87.16, + "end": 87.28, + "confidence": 0.877764, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "we'll" + }, + { + "word": "have", + "start": 87.28, + "end": 87.62, + "confidence": 0.78779906, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "have" + }, + { + "word": "a", + "start": 87.62, + "end": 87.72, + "confidence": 0.75373024, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "a" + }, + { + "word": "couple", + "start": 87.72, + "end": 87.979996, + "confidence": 0.82472503, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "couple" + }, + { + "word": "inputs", + "start": 87.979996, + "end": 88.38, + "confidence": 0.9247647, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "inputs," + }, + { + "word": "a", + "start": 88.38, + "end": 88.58, + "confidence": 0.80980635, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "a" + }, + { + "word": "couple", + "start": 88.58, + "end": 88.9, + "confidence": 0.52036905, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "couple" + }, + { + "word": "outputs", + "start": 88.9, + "end": 89.34, + "confidence": 0.6732373, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "outputs," + }, + { + "word": "right", + "start": 89.34, + "end": 89.58, + "confidence": 0.19515006, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "right?" + }, + { + "word": "alice", + "start": 89.58, + "end": 89.9, + "confidence": 0.82321835, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "Alice" + }, + { + "word": "is", + "start": 89.9, + "end": 90.04, + "confidence": 0.8858746, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "is" + }, + { + "word": "paying", + "start": 90.04, + "end": 90.4, + "confidence": 0.4298267, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "paying" + }, + { + "word": "bob", + "start": 90.4, + "end": 90.86, + "confidence": 0.8968491, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "Bob" + }, + { + "word": "and", + "start": 90.86, + "end": 91.02, + "confidence": 0.90441966, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "And" + }, + { + "word": "alice", + "start": 91.02, + "end": 91.38, + "confidence": 0.883696, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "Alice" + }, + { + "word": "has", + "start": 91.38, + "end": 91.72, + "confidence": 0.8947633, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "has," + }, + { + "word": "let's", + "start": 91.72, + "end": 91.96, + "confidence": 0.88887787, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "let's" + }, + { + "word": "say", + "start": 91.96, + "end": 92.12, + "confidence": 0.9969838, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "say," + }, + { + "word": "a", + "start": 92.12, + "end": 92.22, + "confidence": 0.8834187, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "a" + }, + { + "word": "bunch", + "start": 92.22, + "end": 92.44, + "confidence": 0.85841936, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "bunch" + }, + { + "word": "of", + "start": 92.44, + "end": 92.58, + "confidence": 0.9824501, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "of" + }, + { + "word": "utxos", + "start": 92.58, + "end": 93.08, + "confidence": 0.92244077, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "UTXOs" + }, + { + "word": "in", + "start": 93.08, + "end": 93.24, + "confidence": 0.8382794, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "in" + }, + { + "word": "her", + "start": 93.24, + "end": 93.34, + "confidence": 0.6822351, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "her" + }, + { + "word": "wallet", + "start": 93.34, + "end": 93.84, + "confidence": 0.5448395, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "wallet." + }, + { + "word": "and", + "start": 95.08, + "end": 95.2, + "confidence": 0.7289507, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "And" + }, + { + "word": "she", + "start": 95.2, + "end": 95.38, + "confidence": 0.90676624, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "she" + }, + { + "word": "needs", + "start": 95.38, + "end": 95.74, + "confidence": 0.8362659, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "needs" + }, + { + "word": "to", + "start": 95.74, + "end": 96.1, + "confidence": 0.9085411, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "to" + }, + { + "word": "add", + "start": 96.1, + "end": 96.34, + "confidence": 0.8952161, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "add" + }, + { + "word": "up", + "start": 96.34, + "end": 96.56, + "confidence": 0.7157596, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "up" + }, + { + "word": "to", + "start": 96.56, + "end": 96.72, + "confidence": 0.82680255, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "to" + }, + { + "word": "these", + "start": 96.72, + "end": 96.96, + "confidence": 0.9055161, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "these" + }, + { + "word": "three", + "start": 96.96, + "end": 97.2, + "confidence": 0.9981014, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "three" + }, + { + "word": "utxos", + "start": 97.2, + "end": 97.68, + "confidence": 0.9507384, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "UTXOs" + }, + { + "word": "to", + "start": 97.68, + "end": 97.9, + "confidence": 0.81261754, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "to" + }, + { + "word": "send", + "start": 97.9, + "end": 98.24, + "confidence": 0.83100307, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "send" + }, + { + "word": "some", + "start": 98.24, + "end": 98.479996, + "confidence": 0.906312, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "some" + }, + { + "word": "money", + "start": 98.479996, + "end": 98.76, + "confidence": 0.8651306, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "money" + }, + { + "word": "to", + "start": 98.76, + "end": 98.88, + "confidence": 0.8789844, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "to" + }, + { + "word": "bob", + "start": 98.88, + "end": 99.28, + "confidence": 0.67531765, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "Bob." + }, + { + "word": "and", + "start": 99.28, + "end": 99.4, + "confidence": 0.7978228, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "And" + }, + { + "word": "then", + "start": 99.4, + "end": 99.56, + "confidence": 0.9058786, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "then" + }, + { + "word": "she", + "start": 99.56, + "end": 99.72, + "confidence": 0.9565268, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "she" + }, + { + "word": "has", + "start": 99.72, + "end": 99.86, + "confidence": 0.8235131, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "has" + }, + { + "word": "a", + "start": 99.86, + "end": 99.96, + "confidence": 0.8127257, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "a" + }, + { + "word": "change", + "start": 99.96, + "end": 100.24, + "confidence": 0.86440414, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "change" + }, + { + "word": "output", + "start": 100.24, + "end": 100.74, + "confidence": 0.312213, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "output." + }, + { + "word": "so", + "start": 101.479996, + "end": 101.64, + "confidence": 0.999933, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "So" + }, + { + "word": "let's", + "start": 101.64, + "end": 101.92, + "confidence": 0.8983391, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "let's" + }, + { + "word": "say", + "start": 101.92, + "end": 102.1, + "confidence": 0.88905007, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "say" + }, + { + "word": "she", + "start": 102.1, + "end": 102.28, + "confidence": 0.8254134, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "she" + }, + { + "word": "has", + "start": 102.28, + "end": 102.52, + "confidence": 0.669118, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "has" + }, + { + "word": "input", + "start": 102.52, + "end": 102.8, + "confidence": 0.9903943, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "input" + }, + { + "word": "3", + "start": 102.8, + "end": 103.14, + "confidence": 0.9921256, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "3," + }, + { + "word": "7", + "start": 103.14, + "end": 103.44, + "confidence": 0.8820911, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "7," + }, + { + "word": "and", + "start": 103.44, + "end": 103.58, + "confidence": 0.98641545, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "and" + }, + { + "word": "8", + "start": 103.58, + "end": 103.979996, + "confidence": 0.34892258, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "8." + }, + { + "word": "all", + "start": 103.979996, + "end": 104.32, + "confidence": 0.90185547, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "All" + }, + { + "word": "three", + "start": 104.32, + "end": 104.58, + "confidence": 0.8481778, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "three" + }, + { + "word": "of", + "start": 104.58, + "end": 104.72, + "confidence": 0.8805442, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "of" + }, + { + "word": "those", + "start": 104.72, + "end": 104.96, + "confidence": 0.997521, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "those" + }, + { + "word": "utxos", + "start": 104.96, + "end": 105.46, + "confidence": 0.9582464, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "UTXOs" + }, + { + "word": "sign", + "start": 106.1, + "end": 106.6, + "confidence": 0.37947002, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "sign." + }, + { + "word": "they", + "start": 106.88, + "end": 107.14, + "confidence": 0.997715, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "They" + }, + { + "word": "create", + "start": 107.14, + "end": 107.479996, + "confidence": 0.86604637, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "create" + }, + { + "word": "a", + "start": 107.479996, + "end": 107.64, + "confidence": 0.9002967, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "a" + }, + { + "word": "digital", + "start": 107.64, + "end": 108.020004, + "confidence": 0.7295445, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "digital" + }, + { + "word": "signature", + "start": 108.020004, + "end": 108.520004, + "confidence": 0.3134025, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "signature." + }, + { + "word": "and", + "start": 108.64, + "end": 108.82, + "confidence": 0.65854347, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "And" + }, + { + "word": "you", + "start": 108.82, + "end": 108.94, + "confidence": 0.6883472, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "you" + }, + { + "word": "put", + "start": 108.94, + "end": 109.16, + "confidence": 0.82055265, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "put" + }, + { + "word": "the", + "start": 109.16, + "end": 109.28, + "confidence": 0.8643406, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "the" + }, + { + "word": "signature", + "start": 109.28, + "end": 109.68, + "confidence": 0.3427101, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "signature" + }, + { + "word": "in", + "start": 109.68, + "end": 110.02, + "confidence": 0.9948232, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "in" + }, + { + "word": "that", + "start": 110.02, + "end": 110.28, + "confidence": 0.9743853, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "that" + }, + { + "word": "input", + "start": 110.28, + "end": 110.78, + "confidence": 0.8948568, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "input." + }, + { + "word": "it's", + "start": 111.56, + "end": 112.02, + "confidence": 0.7989109, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "It's" + }, + { + "word": "kind", + "start": 112.02, + "end": 112.34, + "confidence": 0.8965995, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "kind" + }, + { + "word": "of", + "start": 112.34, + "end": 112.5, + "confidence": 0.8080605, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "of" + }, + { + "word": "inefficient", + "start": 112.5, + "end": 113.0, + "confidence": 0.89276934, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "inefficient" + }, + { + "word": "if", + "start": 113.14, + "end": 113.32, + "confidence": 0.8059217, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 113.32, + "end": 113.479996, + "confidence": 0.79905635, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "you" + }, + { + "word": "think", + "start": 113.479996, + "end": 113.74, + "confidence": 0.894655, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "think" + }, + { + "word": "about", + "start": 113.74, + "end": 113.979996, + "confidence": 0.7380185, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "about" + }, + { + "word": "it", + "start": 113.979996, + "end": 114.479996, + "confidence": 0.82957053, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "it," + }, + { + "word": "right", + "start": 114.56, + "end": 114.96, + "confidence": 0.865832, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "right?" + }, + { + "word": "because", + "start": 114.96, + "end": 115.46, + "confidence": 0.9529401, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "Because" + }, + { + "word": "they're", + "start": 115.68, + "end": 115.84, + "confidence": 0.40684795, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "they're" + }, + { + "word": "all", + "start": 115.84, + "end": 116.04, + "confidence": 0.80873746, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "all" + }, + { + "word": "the", + "start": 116.04, + "end": 116.2, + "confidence": 0.78278273, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "the" + }, + { + "word": "same", + "start": 116.2, + "end": 116.38, + "confidence": 0.46817735, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "same" + }, + { + "word": "person", + "start": 116.38, + "end": 116.88, + "confidence": 0.88253695, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "person." + }, + { + "word": "it's", + "start": 117.04, + "end": 117.18, + "confidence": 0.89637893, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "It's" + }, + { + "word": "all", + "start": 117.18, + "end": 117.38, + "confidence": 0.8054777, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "all" + }, + { + "word": "the", + "start": 117.38, + "end": 117.52, + "confidence": 0.8391892, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "the" + }, + { + "word": "same", + "start": 117.52, + "end": 117.72, + "confidence": 0.8916495, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "same" + }, + { + "word": "wallet", + "start": 117.72, + "end": 118.2, + "confidence": 0.8617436, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "wallet." + }, + { + "word": "you're", + "start": 118.2, + "end": 118.38, + "confidence": 0.796663, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "You're" + }, + { + "word": "signing", + "start": 118.38, + "end": 118.82, + "confidence": 0.8347892, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "signing" + }, + { + "word": "three", + "start": 118.82, + "end": 119.06, + "confidence": 0.6957884, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "three" + }, + { + "word": "times", + "start": 119.06, + "end": 119.34, + "confidence": 0.7795035, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "times." + }, + { + "word": "you're", + "start": 119.34, + "end": 119.54, + "confidence": 0.4288524, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "You're" + }, + { + "word": "attaching", + "start": 119.54, + "end": 119.86, + "confidence": 0.8573511, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "attaching" + }, + { + "word": "these", + "start": 119.86, + "end": 120.02, + "confidence": 0.84290075, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "these" + }, + { + "word": "three", + "start": 120.02, + "end": 120.06, + "confidence": 0.9311325, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "three" + }, + { + "word": "signatures", + "start": 120.06, + "end": 120.56, + "confidence": 0.7917816, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "signatures." + }, + { + "word": "every", + "start": 120.66, + "end": 121.16, + "confidence": 0.80990505, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "Every" + }, + { + "word": "node", + "start": 121.26, + "end": 121.54, + "confidence": 0.8497743, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "node" + }, + { + "word": "out", + "start": 121.54, + "end": 121.72, + "confidence": 0.87195486, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "out" + }, + { + "word": "there", + "start": 121.72, + "end": 121.98, + "confidence": 0.9341137, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "there" + }, + { + "word": "verifies", + "start": 121.98, + "end": 122.48, + "confidence": 0.3505066, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "verifies" + }, + { + "word": "this", + "start": 122.72, + "end": 122.98, + "confidence": 0.75865805, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "this" + }, + { + "word": "three", + "start": 122.98, + "end": 123.28, + "confidence": 0.7539223, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "three" + }, + { + "word": "independent", + "start": 123.28, + "end": 123.78, + "confidence": 0.8316514, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "independent" + }, + { + "word": "signatures", + "start": 123.84, + "end": 124.34, + "confidence": 0.6352455, + "speaker": 0, + "speaker_confidence": 0.74560547, + "punctuated_word": "signatures." + }, + { + "word": "kind", + "start": 124.78, + "end": 124.94, + "confidence": 0.31057733, + "speaker": 0, + "speaker_confidence": 0.4267578, + "punctuated_word": "Kind" + }, + { + "word": "of", + "start": 124.94, + "end": 125.14, + "confidence": 0.9965263, + "speaker": 0, + "speaker_confidence": 0.4267578, + "punctuated_word": "of" + }, + { + "word": "silly", + "start": 125.14, + "end": 125.64, + "confidence": 0.7632212, + "speaker": 0, + "speaker_confidence": 0.4267578, + "punctuated_word": "silly." + }, + { + "word": "why", + "start": 125.9, + "end": 126.18, + "confidence": 0.9998324, + "speaker": 0, + "speaker_confidence": 0.4267578, + "punctuated_word": "Why" + }, + { + "word": "don't", + "start": 126.18, + "end": 126.48, + "confidence": 0.90684634, + "speaker": 0, + "speaker_confidence": 0.4267578, + "punctuated_word": "don't" + }, + { + "word": "we", + "start": 126.48, + "end": 126.72, + "confidence": 0.8313049, + "speaker": 0, + "speaker_confidence": 0.4267578, + "punctuated_word": "we" + }, + { + "word": "just", + "start": 126.72, + "end": 127.22, + "confidence": 0.8173814, + "speaker": 0, + "speaker_confidence": 0.4267578, + "punctuated_word": "just" + }, + { + "word": "sign", + "start": 127.54, + "end": 128.04001, + "confidence": 0.4705827, + "speaker": 0, + "speaker_confidence": 0.4267578, + "punctuated_word": "sign" + }, + { + "word": "once", + "start": 128.1, + "end": 128.6, + "confidence": 0.5116586, + "speaker": 0, + "speaker_confidence": 0.4267578, + "punctuated_word": "once?" + }, + { + "word": "right", + "start": 129.14, + "end": 129.64, + "confidence": 0.815135, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "Right?" + }, + { + "word": "so", + "start": 130.44, + "end": 130.92, + "confidence": 0.8877719, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "So" + }, + { + "word": "instead", + "start": 130.92, + "end": 131.24, + "confidence": 0.7830441, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "instead" + }, + { + "word": "of", + "start": 131.24, + "end": 131.4, + "confidence": 0.8230673, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "of" + }, + { + "word": "having", + "start": 131.4, + "end": 131.76, + "confidence": 0.7744854, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "having" + }, + { + "word": "three", + "start": 131.76, + "end": 132.02, + "confidence": 0.24299803, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "three" + }, + { + "word": "signatures", + "start": 132.02, + "end": 132.44, + "confidence": 0.9982362, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "signatures" + }, + { + "word": "you", + "start": 132.44, + "end": 132.6, + "confidence": 0.8759834, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "you" + }, + { + "word": "just", + "start": 132.6, + "end": 133.08, + "confidence": 0.8173616, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "just" + }, + { + "word": "have", + "start": 133.08, + "end": 133.26, + "confidence": 0.81731164, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "have" + }, + { + "word": "two", + "start": 133.26, + "end": 133.48, + "confidence": 0.77613753, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "two" + }, + { + "word": "signatures", + "start": 133.48, + "end": 133.98, + "confidence": 0.88055915, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "signatures." + }, + { + "word": "and", + "start": 134.44, + "end": 134.62, + "confidence": 0.82605946, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "And" + }, + { + "word": "this", + "start": 134.62, + "end": 134.9, + "confidence": 0.90441495, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "this" + }, + { + "word": "one", + "start": 134.9, + "end": 135.24, + "confidence": 0.65083647, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "one" + }, + { + "word": "signature", + "start": 135.24, + "end": 135.74, + "confidence": 0.53697807, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "signature," + }, + { + "word": "right", + "start": 135.84, + "end": 136.1, + "confidence": 0.8255113, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "right," + }, + { + "word": "signature", + "start": 136.1, + "end": 136.56, + "confidence": 0.7675054, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "signature" + }, + { + "word": "three", + "start": 136.56, + "end": 137.0, + "confidence": 0.84477276, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "three," + }, + { + "word": "it", + "start": 137.0, + "end": 137.38, + "confidence": 0.99898225, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "it" + }, + { + "word": "covers", + "start": 137.38, + "end": 137.86, + "confidence": 0.6406307, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "covers" + }, + { + "word": "everything", + "start": 137.86, + "end": 138.36, + "confidence": 0.8195979, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "everything." + }, + { + "word": "right", + "start": 139.08, + "end": 139.4, + "confidence": 0.8955972, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "Right?" + }, + { + "word": "so", + "start": 139.4, + "end": 139.9, + "confidence": 0.9733536, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "So" + }, + { + "word": "it's", + "start": 140.02, + "end": 140.28, + "confidence": 0.4795589, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "it's" + }, + { + "word": "not", + "start": 140.28, + "end": 140.64, + "confidence": 0.24425764, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "not" + }, + { + "word": "like", + "start": 140.64, + "end": 141.14, + "confidence": 0.9950304, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "like" + }, + { + "word": "this", + "start": 141.6, + "end": 141.9, + "confidence": 0.84806174, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "this" + }, + { + "word": "signature", + "start": 141.9, + "end": 142.4, + "confidence": 0.72933334, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "signature" + }, + { + "word": "only", + "start": 142.68, + "end": 143.18, + "confidence": 0.815748, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "only" + }, + { + "word": "covers", + "start": 144.18, + "end": 144.68, + "confidence": 0.93925476, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "covers" + }, + { + "word": "input", + "start": 144.8, + "end": 145.12, + "confidence": 0.704884, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "input" + }, + { + "word": "3", + "start": 145.12, + "end": 145.38, + "confidence": 0.8961313, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "3" + }, + { + "word": "and", + "start": 145.38, + "end": 145.56, + "confidence": 0.8872803, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "and" + }, + { + "word": "you", + "start": 145.56, + "end": 145.68, + "confidence": 0.41199866, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 145.68, + "end": 146.12, + "confidence": 0.93061185, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "can" + }, + { + "word": "malleate", + "start": 146.12, + "end": 146.6, + "confidence": 0.9825922, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "malleate" + }, + { + "word": "or", + "start": 146.6, + "end": 146.84, + "confidence": 0.4183618, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "or" + }, + { + "word": "change", + "start": 146.84, + "end": 147.16, + "confidence": 0.59157556, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "change" + }, + { + "word": "input", + "start": 147.16, + "end": 147.44, + "confidence": 0.33805963, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "input" + }, + { + "word": "7", + "start": 147.44, + "end": 147.72, + "confidence": 0.99857306, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "7" + }, + { + "word": "and", + "start": 147.72, + "end": 147.8, + "confidence": 0.9353718, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "and" + }, + { + "word": "8", + "start": 147.8, + "end": 148.14, + "confidence": 0.80438, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "8." + }, + { + "word": "when", + "start": 148.14, + "end": 148.34, + "confidence": 0.8871324, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "When" + }, + { + "word": "you", + "start": 148.34, + "end": 148.5, + "confidence": 0.5026232, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "you" + }, + { + "word": "do", + "start": 148.5, + "end": 148.7, + "confidence": 0.48093545, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "do" + }, + { + "word": "sig", + "start": 148.7, + "end": 148.82, + "confidence": 0.901232, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "sig" + }, + { + "word": "hash", + "start": 148.82, + "end": 149.22, + "confidence": 0.7366296, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "hash" + }, + { + "word": "all", + "start": 149.22, + "end": 149.72, + "confidence": 0.7926971, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "all," + }, + { + "word": "you", + "start": 150.14, + "end": 150.4, + "confidence": 0.8132154, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "you" + }, + { + "word": "sign", + "start": 150.4, + "end": 150.72, + "confidence": 0.7288693, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "sign" + }, + { + "word": "the", + "start": 150.72, + "end": 150.9, + "confidence": 0.83145183, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "the" + }, + { + "word": "entire", + "start": 150.9, + "end": 151.3, + "confidence": 0.7550547, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "entire" + }, + { + "word": "thing", + "start": 151.3, + "end": 151.8, + "confidence": 0.7025167, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "thing." + }, + { + "word": "you", + "start": 151.82, + "end": 151.92, + "confidence": 0.84406036, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "You" + }, + { + "word": "basically", + "start": 151.92, + "end": 152.36, + "confidence": 0.8798645, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "basically" + }, + { + "word": "hash", + "start": 152.36, + "end": 152.72, + "confidence": 0.81114995, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "hash" + }, + { + "word": "all", + "start": 152.72, + "end": 152.9, + "confidence": 0.72492725, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "all" + }, + { + "word": "the", + "start": 152.9, + "end": 153.04, + "confidence": 0.88053983, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "the" + }, + { + "word": "inputs", + "start": 153.04, + "end": 153.48, + "confidence": 0.6872612, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "inputs," + }, + { + "word": "all", + "start": 153.48, + "end": 153.64, + "confidence": 0.82168794, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "all" + }, + { + "word": "the", + "start": 153.64, + "end": 153.8, + "confidence": 0.6953161, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "the" + }, + { + "word": "outputs", + "start": 153.8, + "end": 154.3, + "confidence": 0.11804685, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "outputs," + }, + { + "word": "you", + "start": 154.36, + "end": 154.54, + "confidence": 0.8150942, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "you" + }, + { + "word": "sign", + "start": 154.54, + "end": 154.72, + "confidence": 0.79947346, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "sign" + }, + { + "word": "the", + "start": 154.72, + "end": 154.84, + "confidence": 0.8202593, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "the" + }, + { + "word": "whole", + "start": 154.84, + "end": 155.02, + "confidence": 0.9898839, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "whole" + }, + { + "word": "thing", + "start": 155.02, + "end": 155.52, + "confidence": 0.16629729, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "thing." + }, + { + "word": "so", + "start": 155.94, + "end": 156.14, + "confidence": 0.8107166, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "So" + }, + { + "word": "if", + "start": 156.14, + "end": 156.3, + "confidence": 0.47318318, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "if" + }, + { + "word": "signature", + "start": 156.3, + "end": 156.78, + "confidence": 0.9012024, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "signature" + }, + { + "word": "3", + "start": 156.78, + "end": 157.16, + "confidence": 0.81405395, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "3" + }, + { + "word": "is", + "start": 157.16, + "end": 157.36, + "confidence": 0.9583965, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "is" + }, + { + "word": "signing", + "start": 157.36, + "end": 157.86, + "confidence": 0.7231395, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "signing," + }, + { + "word": "input", + "start": 158.8, + "end": 159.16, + "confidence": 0.8388287, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "input" + }, + { + "word": "7", + "start": 159.16, + "end": 159.36, + "confidence": 0.8385915, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "7" + }, + { + "word": "and", + "start": 159.36, + "end": 159.52, + "confidence": 0.9750082, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "and" + }, + { + "word": "input", + "start": 159.52, + "end": 159.84, + "confidence": 0.48458004, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "input" + }, + { + "word": "8", + "start": 159.84, + "end": 160.24, + "confidence": 0.9999305, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "8" + }, + { + "word": "are", + "start": 160.24, + "end": 160.56, + "confidence": 0.84843117, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "are" + }, + { + "word": "stuck", + "start": 160.56, + "end": 160.84, + "confidence": 0.62099016, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "stuck" + }, + { + "word": "there", + "start": 160.84, + "end": 161.12, + "confidence": 0.8776782, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "there," + }, + { + "word": "right", + "start": 161.12, + "end": 161.32, + "confidence": 0.5069723, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "right?" + }, + { + "word": "if", + "start": 161.32, + "end": 161.48, + "confidence": 0.786348, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "If" + }, + { + "word": "you", + "start": 161.48, + "end": 161.58, + "confidence": 0.90436494, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "you" + }, + { + "word": "try", + "start": 161.58, + "end": 161.76, + "confidence": 0.8340246, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "try" + }, + { + "word": "to", + "start": 161.76, + "end": 161.98, + "confidence": 0.832642, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "to" + }, + { + "word": "change", + "start": 161.98, + "end": 162.28, + "confidence": 0.99438536, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "change" + }, + { + "word": "input", + "start": 162.28, + "end": 162.5, + "confidence": 0.89370507, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "input" + }, + { + "word": "7", + "start": 162.5, + "end": 162.72, + "confidence": 0.84781724, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "7" + }, + { + "word": "or", + "start": 162.72, + "end": 162.84, + "confidence": 0.98327243, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "or" + }, + { + "word": "input", + "start": 162.84, + "end": 163.18, + "confidence": 0.9346513, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "input" + }, + { + "word": "8", + "start": 163.18, + "end": 163.62, + "confidence": 0.61114323, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "8," + }, + { + "word": "the", + "start": 163.62, + "end": 163.82, + "confidence": 0.82914406, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "the" + }, + { + "word": "signature", + "start": 163.82, + "end": 164.22, + "confidence": 0.90961653, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "signature" + }, + { + "word": "is", + "start": 164.22, + "end": 164.38, + "confidence": 0.8313519, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "is" + }, + { + "word": "no", + "start": 164.38, + "end": 164.54, + "confidence": 0.82947356, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "no" + }, + { + "word": "longer", + "start": 164.54, + "end": 164.78, + "confidence": 0.9914697, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "longer" + }, + { + "word": "valid", + "start": 164.78, + "end": 165.28, + "confidence": 0.15771848, + "speaker": 0, + "speaker_confidence": 0.8125, + "punctuated_word": "valid." + }, + { + "word": "so", + "start": 165.32, + "end": 165.48, + "confidence": 0.7596806, + "speaker": 0, + "speaker_confidence": 0.5878906, + "punctuated_word": "So" + }, + { + "word": "it", + "start": 165.48, + "end": 165.6, + "confidence": 0.87649494, + "speaker": 0, + "speaker_confidence": 0.5878906, + "punctuated_word": "it" + }, + { + "word": "seems", + "start": 165.6, + "end": 165.86, + "confidence": 0.4253204, + "speaker": 0, + "speaker_confidence": 0.5878906, + "punctuated_word": "seems" + }, + { + "word": "like", + "start": 165.86, + "end": 166.02, + "confidence": 0.8548672, + "speaker": 0, + "speaker_confidence": 0.5878906, + "punctuated_word": "like," + }, + { + "word": "yeah", + "start": 166.02, + "end": 166.22, + "confidence": 0.8527852, + "speaker": 0, + "speaker_confidence": 0.5878906, + "punctuated_word": "yeah," + }, + { + "word": "maybe", + "start": 166.22, + "end": 166.56, + "confidence": 0.61948717, + "speaker": 0, + "speaker_confidence": 0.5878906, + "punctuated_word": "maybe" + }, + { + "word": "you", + "start": 166.56, + "end": 166.76, + "confidence": 0.84263927, + "speaker": 0, + "speaker_confidence": 0.5878906, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 166.76, + "end": 166.96, + "confidence": 0.7528757, + "speaker": 0, + "speaker_confidence": 0.5878906, + "punctuated_word": "can" + }, + { + "word": "just", + "start": 166.96, + "end": 167.24, + "confidence": 0.5107068, + "speaker": 0, + "speaker_confidence": 0.5878906, + "punctuated_word": "just" + }, + { + "word": "sign", + "start": 167.24, + "end": 167.64, + "confidence": 0.64891034, + "speaker": 0, + "speaker_confidence": 0.5878906, + "punctuated_word": "sign" + }, + { + "word": "once", + "start": 167.64, + "end": 168.12, + "confidence": 0.87049186, + "speaker": 0, + "speaker_confidence": 0.5878906, + "punctuated_word": "once," + }, + { + "word": "right", + "start": 168.12, + "end": 168.62, + "confidence": 0.034318816, + "speaker": 0, + "speaker_confidence": 0.5878906, + "punctuated_word": "right?" + }, + { + "word": "problem", + "start": 169.2, + "end": 169.54, + "confidence": 0.4115092, + "speaker": 0, + "speaker_confidence": 0.5878906, + "punctuated_word": "Problem" + }, + { + "word": "there", + "start": 169.54, + "end": 170.04, + "confidence": 0.04958761, + "speaker": 0, + "speaker_confidence": 0.5878906, + "punctuated_word": "there." + }, + { + "word": "it's", + "start": 172.26, + "end": 172.54, + "confidence": 0.79312956, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "It's" + }, + { + "word": "actually", + "start": 172.54, + "end": 172.74, + "confidence": 0.41364887, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "actually" + }, + { + "word": "not", + "start": 172.74, + "end": 173.04, + "confidence": 0.8958376, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "not" + }, + { + "word": "risky", + "start": 173.04, + "end": 173.52, + "confidence": 0.9431839, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "risky" + }, + { + "word": "for", + "start": 173.52, + "end": 173.8, + "confidence": 0.94477034, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "for" + }, + { + "word": "alice", + "start": 173.8, + "end": 174.24, + "confidence": 0.14907992, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "Alice." + }, + { + "word": "the", + "start": 174.24, + "end": 174.36, + "confidence": 0.9061153, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "The" + }, + { + "word": "problem", + "start": 174.36, + "end": 174.72, + "confidence": 0.444454, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "problem" + }, + { + "word": "is", + "start": 174.72, + "end": 175.22, + "confidence": 0.8283448, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "is," + }, + { + "word": "alice", + "start": 175.52, + "end": 175.86, + "confidence": 0.8920608, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "Alice" + }, + { + "word": "can", + "start": 175.86, + "end": 176.04, + "confidence": 0.8736826, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "can" + }, + { + "word": "just", + "start": 176.04, + "end": 176.24, + "confidence": 0.8922114, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "just" + }, + { + "word": "point", + "start": 176.24, + "end": 176.52, + "confidence": 0.7235155, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "point" + }, + { + "word": "to", + "start": 176.52, + "end": 176.64, + "confidence": 0.98949695, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "to" + }, + { + "word": "carol's", + "start": 176.64, + "end": 177.04, + "confidence": 0.81684923, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "Carol's" + }, + { + "word": "input", + "start": 177.04, + "end": 177.34, + "confidence": 0.80045956, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "input" + }, + { + "word": "and", + "start": 177.34, + "end": 177.48, + "confidence": 0.90232503, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "and" + }, + { + "word": "say", + "start": 177.48, + "end": 177.72, + "confidence": 0.14126481, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "say," + }, + { + "word": "yeah", + "start": 177.72, + "end": 177.98, + "confidence": 0.87669766, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "yeah," + }, + { + "word": "that's", + "start": 177.98, + "end": 178.22, + "confidence": 0.9057954, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "that's" + }, + { + "word": "my", + "start": 178.22, + "end": 178.44, + "confidence": 0.89593184, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "my" + }, + { + "word": "input", + "start": 178.44, + "end": 178.86, + "confidence": 0.21791077, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "input." + }, + { + "word": "those", + "start": 178.86, + "end": 179.06, + "confidence": 0.9137726, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "Those" + }, + { + "word": "are", + "start": 179.06, + "end": 179.24, + "confidence": 0.49596035, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "are" + }, + { + "word": "my", + "start": 179.24, + "end": 179.44, + "confidence": 0.8413457, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "my" + }, + { + "word": "bitcoins", + "start": 179.44, + "end": 179.94, + "confidence": 0.9781019, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "bitcoins." + }, + { + "word": "i'm", + "start": 180.34, + "end": 180.62, + "confidence": 0.82466865, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "I'm" + }, + { + "word": "signing", + "start": 180.62, + "end": 181.06, + "confidence": 0.77937305, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "signing" + }, + { + "word": "with", + "start": 181.06, + "end": 181.56, + "confidence": 0.49345234, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "with" + }, + { + "word": "input", + "start": 181.56, + "end": 181.92, + "confidence": 0.7428077, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "input" + }, + { + "word": "three", + "start": 181.92, + "end": 182.42, + "confidence": 0.7991927, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "three" + }, + { + "word": "for", + "start": 182.52, + "end": 182.72, + "confidence": 0.65099627, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "for" + }, + { + "word": "inputs", + "start": 182.72, + "end": 183.18, + "confidence": 0.9416542, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "inputs" + }, + { + "word": "three", + "start": 183.18, + "end": 183.45999, + "confidence": 0.7278446, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "three," + }, + { + "word": "seven", + "start": 183.45999, + "end": 183.72, + "confidence": 0.76334345, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "seven," + }, + { + "word": "and", + "start": 183.72, + "end": 183.84, + "confidence": 0.6477078, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "and" + }, + { + "word": "four", + "start": 183.84, + "end": 184.18, + "confidence": 0.21977727, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "four." + }, + { + "word": "but", + "start": 184.18, + "end": 184.26, + "confidence": 0.8279274, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "But" + }, + { + "word": "four", + "start": 184.26, + "end": 184.44, + "confidence": 0.89591694, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "four" + }, + { + "word": "is", + "start": 184.44, + "end": 184.54, + "confidence": 0.778142, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "is" + }, + { + "word": "not", + "start": 184.54, + "end": 184.76, + "confidence": 0.73059255, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "not" + }, + { + "word": "even", + "start": 184.76, + "end": 184.92, + "confidence": 0.97906965, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "even" + }, + { + "word": "alice's", + "start": 184.92, + "end": 185.42, + "confidence": 0.53715307, + "speaker": 0, + "speaker_confidence": 0.79003906, + "punctuated_word": "Alice's." + }, + { + "word": "right", + "start": 185.54, + "end": 185.66, + "confidence": 0.7628764, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "Right?" + }, + { + "word": "it's", + "start": 185.66, + "end": 185.86, + "confidence": 0.8064259, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "It's" + }, + { + "word": "a", + "start": 185.86, + "end": 185.98, + "confidence": 0.6806695, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "a" + }, + { + "word": "totally", + "start": 185.98, + "end": 186.24, + "confidence": 0.78843397, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "totally" + }, + { + "word": "different", + "start": 186.24, + "end": 186.42, + "confidence": 0.5204141, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "different" + }, + { + "word": "key", + "start": 186.42, + "end": 186.6, + "confidence": 0.76149696, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "key." + }, + { + "word": "it's", + "start": 186.6, + "end": 186.76, + "confidence": 0.8181698, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "It's" + }, + { + "word": "someone", + "start": 186.76, + "end": 186.96, + "confidence": 0.99697053, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "someone" + }, + { + "word": "else's", + "start": 186.96, + "end": 187.28, + "confidence": 0.83466405, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "else's" + }, + { + "word": "money", + "start": 187.28, + "end": 187.78, + "confidence": 0.7281453, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "money." + }, + { + "word": "it's", + "start": 188.8, + "end": 189.02, + "confidence": 0.89395815, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "It's" + }, + { + "word": "not", + "start": 189.02, + "end": 189.48, + "confidence": 0.8005556, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "not" + }, + { + "word": "just", + "start": 189.48, + "end": 189.8, + "confidence": 0.2675228, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "just" + }, + { + "word": "that", + "start": 189.8, + "end": 189.96, + "confidence": 0.99513006, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "that" + }, + { + "word": "this", + "start": 189.96, + "end": 190.44, + "confidence": 0.90040183, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "this," + }, + { + "word": "you", + "start": 190.44, + "end": 190.6, + "confidence": 0.8949587, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 190.6, + "end": 191.1, + "confidence": 0.8773329, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "know," + }, + { + "word": "you", + "start": 191.44, + "end": 191.64, + "confidence": 0.9163618, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "you" + }, + { + "word": "have", + "start": 191.64, + "end": 191.82, + "confidence": 0.84265864, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "have" + }, + { + "word": "no", + "start": 191.82, + "end": 192.16, + "confidence": 0.8766328, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "no" + }, + { + "word": "proof", + "start": 192.16, + "end": 192.44, + "confidence": 0.90123415, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "proof" + }, + { + "word": "that", + "start": 192.44, + "end": 192.68, + "confidence": 0.7961601, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "that" + }, + { + "word": "all", + "start": 192.68, + "end": 192.86, + "confidence": 0.7995123, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "all" + }, + { + "word": "three", + "start": 192.86, + "end": 193.08, + "confidence": 0.8956527, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "three" + }, + { + "word": "inputs", + "start": 193.08, + "end": 193.54, + "confidence": 0.79721016, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "inputs" + }, + { + "word": "are", + "start": 193.54, + "end": 193.78, + "confidence": 0.78383696, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "are" + }, + { + "word": "from", + "start": 193.78, + "end": 194.06, + "confidence": 0.5154411, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "from" + }, + { + "word": "the", + "start": 194.06, + "end": 194.26, + "confidence": 0.37887305, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "the" + }, + { + "word": "same", + "start": 194.26, + "end": 194.54, + "confidence": 0.9993586, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "same" + }, + { + "word": "wallet", + "start": 194.54, + "end": 194.86, + "confidence": 0.8722958, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "wallet," + }, + { + "word": "right", + "start": 194.86, + "end": 195.36, + "confidence": 0.8979556, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "right?" + }, + { + "word": "so", + "start": 196.12, + "end": 196.34, + "confidence": 0.89499193, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "So" + }, + { + "word": "you", + "start": 196.34, + "end": 196.5, + "confidence": 0.80545205, + "speaker": 0, + "speaker_confidence": 0.75, + "punctuated_word": "you" + }, + { + "word": "do", + "start": 196.5, + "end": 196.68, + "confidence": 0.89812607, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "do" + }, + { + "word": "need", + "start": 196.68, + "end": 196.96, + "confidence": 0.8277953, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "need" + }, + { + "word": "all", + "start": 196.96, + "end": 197.18, + "confidence": 0.89750487, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "all" + }, + { + "word": "three", + "start": 197.18, + "end": 197.42, + "confidence": 0.6946658, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "three" + }, + { + "word": "of", + "start": 197.42, + "end": 197.56, + "confidence": 0.75912195, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "of" + }, + { + "word": "these", + "start": 197.56, + "end": 197.72, + "confidence": 0.7427349, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "these" + }, + { + "word": "inputs", + "start": 197.72, + "end": 198.08, + "confidence": 0.5130404, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "inputs" + }, + { + "word": "to", + "start": 198.08, + "end": 198.26, + "confidence": 0.8934557, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "to" + }, + { + "word": "sort", + "start": 198.26, + "end": 198.48, + "confidence": 0.79466015, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "sort" + }, + { + "word": "of", + "start": 198.48, + "end": 198.74, + "confidence": 0.7138738, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "of" + }, + { + "word": "sign", + "start": 198.74, + "end": 199.06, + "confidence": 0.8737144, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "sign" + }, + { + "word": "off", + "start": 199.06, + "end": 199.3, + "confidence": 0.86652744, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "off" + }, + { + "word": "on", + "start": 199.3, + "end": 199.48, + "confidence": 0.86965394, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "on" + }, + { + "word": "being", + "start": 199.48, + "end": 199.7, + "confidence": 0.68806785, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "being" + }, + { + "word": "in", + "start": 199.7, + "end": 199.86, + "confidence": 0.35269624, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 199.86, + "end": 200.08, + "confidence": 0.9936208, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "the" + }, + { + "word": "transaction", + "start": 200.08, + "end": 200.54, + "confidence": 0.8318638, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "transaction" + }, + { + "word": "and", + "start": 200.54, + "end": 200.68, + "confidence": 0.7905068, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "and" + }, + { + "word": "sign", + "start": 200.68, + "end": 201.02, + "confidence": 0.8138009, + "speaker": 0, + "speaker_confidence": 0.46972656, + "punctuated_word": "sign" + }, + { + "word": "off", + "start": 201.02, + "end": 201.28, + "confidence": 0.90268165, + "speaker": 0, + "speaker_confidence": 0.46972656, + "punctuated_word": "off" + }, + { + "word": "individually", + "start": 201.28, + "end": 201.78, + "confidence": 0.81576985, + "speaker": 0, + "speaker_confidence": 0.46972656, + "punctuated_word": "individually" + }, + { + "word": "on", + "start": 201.9, + "end": 202.08, + "confidence": 0.7113409, + "speaker": 0, + "speaker_confidence": 0.46972656, + "punctuated_word": "on" + }, + { + "word": "the", + "start": 202.08, + "end": 202.24, + "confidence": 0.96752965, + "speaker": 0, + "speaker_confidence": 0.46972656, + "punctuated_word": "the" + }, + { + "word": "outputs", + "start": 202.24, + "end": 202.74, + "confidence": 0.71843696, + "speaker": 0, + "speaker_confidence": 0.46972656, + "punctuated_word": "outputs." + }, + { + "word": "so", + "start": 204.72, + "end": 205.22, + "confidence": 0.8669113, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "So" + }, + { + "word": "the", + "start": 205.24, + "end": 205.38, + "confidence": 0.47188202, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "the" + }, + { + "word": "way", + "start": 205.38, + "end": 205.56, + "confidence": 0.8495966, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "way" + }, + { + "word": "elliptic", + "start": 205.56, + "end": 205.92, + "confidence": 0.9981206, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "Elliptic" + }, + { + "word": "curve", + "start": 205.92, + "end": 206.2, + "confidence": 0.33854648, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "Curve" + }, + { + "word": "crosses", + "start": 206.2, + "end": 206.5, + "confidence": 0.89731294, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "crosses" + }, + { + "word": "input", + "start": 206.5, + "end": 206.96, + "confidence": 0.65042573, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "input" + }, + { + "word": "signature", + "start": 206.96, + "end": 207.46, + "confidence": 0.9963877, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "signature" + }, + { + "word": "aggregation", + "start": 207.5, + "end": 208.0, + "confidence": 0.643392, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "aggregation" + }, + { + "word": "or", + "start": 208.04, + "end": 208.2, + "confidence": 0.39743719, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "or" + }, + { + "word": "ely-kirkcrow", + "start": 208.2, + "end": 208.7, + "confidence": 0.62578344, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "Ely-Kirkcrow" + }, + { + "word": "input", + "start": 209.06, + "end": 209.34, + "confidence": 0.9451841, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "input" + }, + { + "word": "sigag", + "start": 209.34, + "end": 209.84, + "confidence": 0.85255826, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "SIGAG," + }, + { + "word": "with", + "start": 211.06, + "end": 211.26, + "confidence": 0.66545814, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "with" + }, + { + "word": "two", + "start": 211.26, + "end": 211.42, + "confidence": 0.4167171, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "two" + }, + { + "word": "inputs", + "start": 211.42, + "end": 211.84, + "confidence": 0.9983364, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "inputs" + }, + { + "word": "you", + "start": 211.84, + "end": 211.96, + "confidence": 0.33140168, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "you" + }, + { + "word": "have", + "start": 211.96, + "end": 212.08, + "confidence": 0.6101186, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "have" + }, + { + "word": "two", + "start": 212.08, + "end": 212.24, + "confidence": 0.63312536, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "two," + }, + { + "word": "you", + "start": 212.24, + "end": 212.36, + "confidence": 0.74398, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 212.36, + "end": 212.56, + "confidence": 0.69237655, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "know," + }, + { + "word": "a", + "start": 212.56, + "end": 212.7, + "confidence": 0.986155, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "A" + }, + { + "word": "and", + "start": 212.7, + "end": 212.86, + "confidence": 0.46244314, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "and" + }, + { + "word": "b", + "start": 212.86, + "end": 213.34, + "confidence": 0.070063785, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "B." + }, + { + "word": "both", + "start": 213.34, + "end": 213.68, + "confidence": 0.81589687, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "Both" + }, + { + "word": "inputs", + "start": 213.68, + "end": 214.14, + "confidence": 0.9035073, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "inputs" + }, + { + "word": "need", + "start": 214.14, + "end": 214.34, + "confidence": 0.86561614, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "need" + }, + { + "word": "to", + "start": 214.34, + "end": 214.64, + "confidence": 0.9018271, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "to" + }, + { + "word": "point", + "start": 214.64, + "end": 215.02, + "confidence": 0.82074106, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "point" + }, + { + "word": "to", + "start": 215.02, + "end": 215.2, + "confidence": 0.77824956, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "to" + }, + { + "word": "the", + "start": 215.2, + "end": 215.32, + "confidence": 0.9938069, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "the" + }, + { + "word": "outputs", + "start": 215.32, + "end": 215.82, + "confidence": 0.37408984, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "outputs." + }, + { + "word": "how", + "start": 216.14, + "end": 216.26, + "confidence": 0.8967221, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "How" + }, + { + "word": "do", + "start": 216.26, + "end": 216.38, + "confidence": 0.90434057, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "do" + }, + { + "word": "you", + "start": 216.38, + "end": 216.48, + "confidence": 0.8832996, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "you" + }, + { + "word": "do", + "start": 216.48, + "end": 216.6, + "confidence": 0.81707376, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "do" + }, + { + "word": "that", + "start": 216.6, + "end": 216.84, + "confidence": 0.8232163, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "that" + }, + { + "word": "with", + "start": 216.84, + "end": 217.04, + "confidence": 0.9018347, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "with" + }, + { + "word": "one", + "start": 217.04, + "end": 217.26, + "confidence": 0.49120268, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "one" + }, + { + "word": "signature", + "start": 217.26, + "end": 217.74, + "confidence": 0.7373203, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "signature," + }, + { + "word": "though", + "start": 217.74, + "end": 218.04, + "confidence": 0.14701112, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "though?" + }, + { + "word": "right", + "start": 218.04, + "end": 218.26, + "confidence": 0.80057764, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "Right." + }, + { + "word": "input", + "start": 218.26, + "end": 218.64, + "confidence": 0.98760194, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "Input" + }, + { + "word": "b", + "start": 218.64, + "end": 218.9, + "confidence": 0.89589137, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "B" + }, + { + "word": "needs", + "start": 218.9, + "end": 219.14, + "confidence": 0.7516211, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "needs" + }, + { + "word": "to", + "start": 219.14, + "end": 219.28, + "confidence": 0.9079792, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "to" + }, + { + "word": "sort", + "start": 219.28, + "end": 219.48, + "confidence": 0.82256967, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "sort" + }, + { + "word": "of", + "start": 219.48, + "end": 219.84, + "confidence": 0.71743244, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "of" + }, + { + "word": "sign", + "start": 219.84, + "end": 220.2, + "confidence": 0.77619106, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "sign" + }, + { + "word": "off", + "start": 220.2, + "end": 220.6, + "confidence": 0.5531002, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "off" + }, + { + "word": "on", + "start": 220.6, + "end": 220.8, + "confidence": 0.7251259, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "on" + }, + { + "word": "signature", + "start": 220.8, + "end": 221.3, + "confidence": 0.34479424, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "signature" + }, + { + "word": "a", + "start": 221.32, + "end": 221.82, + "confidence": 0.5137794, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "A" + }, + { + "word": "without", + "start": 221.82, + "end": 222.18, + "confidence": 0.9887193, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "without" + }, + { + "word": "signing", + "start": 222.18, + "end": 222.68, + "confidence": 0.6643263, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "signing." + }, + { + "word": "so", + "start": 223.44, + "end": 223.94, + "confidence": 0.90553457, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "So" + }, + { + "word": "the", + "start": 223.94, + "end": 224.12, + "confidence": 0.905728, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "the" + }, + { + "word": "way", + "start": 224.12, + "end": 224.38, + "confidence": 0.742618, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "way" + }, + { + "word": "it", + "start": 224.38, + "end": 224.54, + "confidence": 0.7666241, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "it" + }, + { + "word": "works", + "start": 224.54, + "end": 224.82, + "confidence": 0.7726395, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "works," + }, + { + "word": "and", + "start": 224.82, + "end": 224.96, + "confidence": 0.87078434, + "speaker": 0, + "speaker_confidence": 0.6074219, + "punctuated_word": "and" + }, + { + "word": "this", + "start": 224.96, + "end": 225.06, + "confidence": 0.89244443, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "this" + }, + { + "word": "is", + "start": 225.06, + "end": 225.36, + "confidence": 0.811105, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "is" + }, + { + "word": "a", + "start": 225.36, + "end": 225.66, + "confidence": 0.95978016, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "a" + }, + { + "word": "huge", + "start": 225.66, + "end": 226.08, + "confidence": 0.96427053, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "huge" + }, + { + "word": "simplification", + "start": 226.08, + "end": 226.58, + "confidence": 0.43164775, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "simplification," + }, + { + "word": "is", + "start": 226.92, + "end": 227.42, + "confidence": 0.610313, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "is" + }, + { + "word": "you", + "start": 227.54, + "end": 227.72, + "confidence": 0.7672318, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "you" + }, + { + "word": "add", + "start": 227.72, + "end": 228.0, + "confidence": 0.81267923, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "add" + }, + { + "word": "the", + "start": 228.0, + "end": 228.22, + "confidence": 0.5724179, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "the" + }, + { + "word": "signatures", + "start": 228.22, + "end": 228.72, + "confidence": 0.6987428, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "signatures." + }, + { + "word": "and", + "start": 228.84, + "end": 229.06, + "confidence": 0.89287996, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "And" + }, + { + "word": "with", + "start": 229.06, + "end": 229.24, + "confidence": 0.863919, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "with" + }, + { + "word": "elliptic", + "start": 229.24, + "end": 229.68, + "confidence": 0.99841094, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "elliptic" + }, + { + "word": "curve", + "start": 229.68, + "end": 230.18, + "confidence": 0.5825857, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "curve" + }, + { + "word": "properties", + "start": 230.38, + "end": 230.88, + "confidence": 0.45177984, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "properties," + }, + { + "word": "you", + "start": 230.98, + "end": 231.16, + "confidence": 0.37026897, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 231.16, + "end": 231.38, + "confidence": 0.99956673, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "can" + }, + { + "word": "do", + "start": 231.38, + "end": 231.56, + "confidence": 0.9155758, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "do" + }, + { + "word": "this", + "start": 231.56, + "end": 231.74, + "confidence": 0.81471026, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "this." + }, + { + "word": "it's", + "start": 231.74, + "end": 232.24, + "confidence": 0.8818927, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "It's" + }, + { + "word": "basically", + "start": 232.36, + "end": 232.86, + "confidence": 0.5266771, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "basically" + }, + { + "word": "sig", + "start": 232.9, + "end": 233.1, + "confidence": 0.84691215, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "sig" + }, + { + "word": "a", + "start": 233.1, + "end": 233.44, + "confidence": 0.91185707, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "A" + }, + { + "word": "plus", + "start": 233.44, + "end": 233.76, + "confidence": 0.99030614, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "plus" + }, + { + "word": "sig", + "start": 233.76, + "end": 233.98, + "confidence": 0.47993192, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "sig" + }, + { + "word": "b", + "start": 233.98, + "end": 234.24, + "confidence": 0.8191122, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "B." + }, + { + "word": "and", + "start": 234.24, + "end": 234.4, + "confidence": 0.84037054, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "And" + }, + { + "word": "that", + "start": 234.4, + "end": 234.6, + "confidence": 0.83213705, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "that" + }, + { + "word": "plus", + "start": 234.6, + "end": 234.88, + "confidence": 0.9057812, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "plus" + }, + { + "word": "symbol", + "start": 234.88, + "end": 235.2, + "confidence": 0.9110448, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "symbol" + }, + { + "word": "is", + "start": 235.2, + "end": 235.32, + "confidence": 0.99564785, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "is" + }, + { + "word": "doing", + "start": 235.32, + "end": 235.6, + "confidence": 0.88687253, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "doing" + }, + { + "word": "a", + "start": 235.6, + "end": 235.76, + "confidence": 0.9022242, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "a" + }, + { + "word": "lot", + "start": 235.76, + "end": 236.0, + "confidence": 0.77415675, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "lot" + }, + { + "word": "of", + "start": 236.0, + "end": 236.14, + "confidence": 0.95810217, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "of" + }, + { + "word": "work", + "start": 236.14, + "end": 236.54, + "confidence": 0.438864, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "work." + }, + { + "word": "there's", + "start": 236.54, + "end": 237.04, + "confidence": 0.46269533, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "There's" + }, + { + "word": "many", + "start": 237.18, + "end": 237.58, + "confidence": 0.73580605, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "many" + }, + { + "word": "papers", + "start": 237.58, + "end": 237.98, + "confidence": 0.7921685, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "papers" + }, + { + "word": "and", + "start": 237.98, + "end": 238.2, + "confidence": 0.8137708, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "and" + }, + { + "word": "many", + "start": 238.2, + "end": 238.38, + "confidence": 0.46325302, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "many" + }, + { + "word": "equations", + "start": 238.38, + "end": 238.88, + "confidence": 0.9869082, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "equations" + }, + { + "word": "and", + "start": 238.94, + "end": 239.06, + "confidence": 0.8919509, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "and" + }, + { + "word": "a", + "start": 239.06, + "end": 239.18, + "confidence": 0.87601954, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "a" + }, + { + "word": "lot", + "start": 239.18, + "end": 239.34, + "confidence": 0.4695749, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "lot" + }, + { + "word": "of", + "start": 239.34, + "end": 239.64, + "confidence": 0.43083313, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "of..." + }, + { + "word": "but", + "start": 239.64, + "end": 240.04, + "confidence": 0.8925373, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "But" + }, + { + "word": "you", + "start": 240.04, + "end": 240.2, + "confidence": 0.9004106, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 240.2, + "end": 240.36, + "confidence": 0.88362825, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "can" + }, + { + "word": "do", + "start": 240.36, + "end": 240.52, + "confidence": 0.5006701, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "do" + }, + { + "word": "this", + "start": 240.52, + "end": 240.92, + "confidence": 0.7154799, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "this." + }, + { + "word": "you", + "start": 240.92, + "end": 241.08, + "confidence": 0.56507844, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "You" + }, + { + "word": "can", + "start": 241.08, + "end": 241.2, + "confidence": 0.89697665, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "can" + }, + { + "word": "sort", + "start": 241.2, + "end": 241.4, + "confidence": 0.77252865, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "sort" + }, + { + "word": "of", + "start": 241.4, + "end": 241.72, + "confidence": 0.5822628, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "of" + }, + { + "word": "combine", + "start": 241.72, + "end": 242.16, + "confidence": 0.8411697, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "combine" + }, + { + "word": "these", + "start": 242.16, + "end": 242.42, + "confidence": 0.87395364, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "these" + }, + { + "word": "signatures", + "start": 242.42, + "end": 242.92, + "confidence": 0.9638327, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "signatures" + }, + { + "word": "in", + "start": 242.96, + "end": 243.08, + "confidence": 0.864955, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "in" + }, + { + "word": "a", + "start": 243.08, + "end": 243.24, + "confidence": 0.6369436, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "a" + }, + { + "word": "way", + "start": 243.24, + "end": 243.74, + "confidence": 0.22659692, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "way" + }, + { + "word": "where", + "start": 243.76, + "end": 244.26, + "confidence": 0.9849812, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "where" + }, + { + "word": "they", + "start": 244.36, + "end": 244.54, + "confidence": 0.81585866, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "they" + }, + { + "word": "both", + "start": 244.54, + "end": 244.76, + "confidence": 0.9044462, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "both" + }, + { + "word": "need", + "start": 244.76, + "end": 244.92, + "confidence": 0.90443605, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "need" + }, + { + "word": "to", + "start": 244.92, + "end": 245.08, + "confidence": 0.82236177, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "to" + }, + { + "word": "be", + "start": 245.08, + "end": 245.22, + "confidence": 0.8115002, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "be" + }, + { + "word": "signing", + "start": 245.22, + "end": 245.6, + "confidence": 0.8105874, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "signing" + }, + { + "word": "the", + "start": 245.6, + "end": 245.76, + "confidence": 0.7398651, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "the" + }, + { + "word": "same", + "start": 245.76, + "end": 245.98, + "confidence": 0.3458539, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "same" + }, + { + "word": "things", + "start": 245.98, + "end": 246.48, + "confidence": 0.8936191, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "things" + }, + { + "word": "and", + "start": 246.56, + "end": 246.76, + "confidence": 0.7299074, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "and" + }, + { + "word": "if", + "start": 246.76, + "end": 246.9, + "confidence": 0.9426794, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "if" + }, + { + "word": "they're", + "start": 246.9, + "end": 247.08, + "confidence": 0.893281, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "they're" + }, + { + "word": "not", + "start": 247.08, + "end": 247.36, + "confidence": 0.9105215, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "not" + }, + { + "word": "the", + "start": 247.36, + "end": 247.54, + "confidence": 0.50379837, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "the" + }, + { + "word": "addition", + "start": 247.54, + "end": 248.0, + "confidence": 0.9988607, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "addition" + }, + { + "word": "doesn't", + "start": 248.0, + "end": 248.24, + "confidence": 0.8183171, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "doesn't" + }, + { + "word": "work", + "start": 248.24, + "end": 248.74, + "confidence": 0.79529727, + "speaker": 0, + "speaker_confidence": 0.81884766, + "punctuated_word": "work." + }, + { + "word": "so", + "start": 250.44, + "end": 250.94, + "confidence": 0.8923032, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "So" + }, + { + "word": "what", + "start": 251.2, + "end": 251.38, + "confidence": 0.8142225, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "what" + }, + { + "word": "are", + "start": 251.38, + "end": 251.54, + "confidence": 0.7275379, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "are" + }, + { + "word": "the", + "start": 251.54, + "end": 251.68, + "confidence": 0.8003847, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "the" + }, + { + "word": "benefits", + "start": 251.68, + "end": 252.18, + "confidence": 0.93356663, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "benefits" + }, + { + "word": "here", + "start": 252.18, + "end": 252.6, + "confidence": 0.95252657, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "here?" + }, + { + "word": "a", + "start": 252.6, + "end": 252.74, + "confidence": 0.90196097, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "A" + }, + { + "word": "lot", + "start": 252.74, + "end": 252.98, + "confidence": 0.78156805, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "lot" + }, + { + "word": "of", + "start": 252.98, + "end": 253.26, + "confidence": 0.6784322, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 253.26, + "end": 253.5, + "confidence": 0.9031872, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "the" + }, + { + "word": "benefit", + "start": 253.5, + "end": 253.94, + "confidence": 0.8112371, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "benefit" + }, + { + "word": "is", + "start": 253.94, + "end": 254.44, + "confidence": 0.36566412, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "is" + }, + { + "word": "space", + "start": 254.54, + "end": 255.04, + "confidence": 0.1231319, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "space." + }, + { + "word": "and", + "start": 255.6, + "end": 256.1, + "confidence": 0.8036622, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "And" + }, + { + "word": "verification", + "start": 256.18, + "end": 256.68, + "confidence": 0.8118193, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "verification" + }, + { + "word": "time", + "start": 256.74, + "end": 257.02, + "confidence": 0.88197166, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "time" + }, + { + "word": "as", + "start": 257.02, + "end": 257.22, + "confidence": 0.51026446, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "as" + }, + { + "word": "well", + "start": 257.22, + "end": 257.56, + "confidence": 0.8126015, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "well" + }, + { + "word": "to", + "start": 257.56, + "end": 257.94, + "confidence": 0.8213499, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "to" + }, + { + "word": "some", + "start": 257.94, + "end": 258.18, + "confidence": 0.7276277, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "some" + }, + { + "word": "extent", + "start": 258.18, + "end": 258.54, + "confidence": 0.81657654, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "extent." + }, + { + "word": "it's", + "start": 258.54, + "end": 258.66, + "confidence": 0.52005625, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "It's" + }, + { + "word": "a", + "start": 258.66, + "end": 258.88, + "confidence": 0.28706914, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "a" + }, + { + "word": "little", + "start": 258.88, + "end": 259.38, + "confidence": 0.61678755, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "little..." + }, + { + "word": "it's", + "start": 259.9, + "end": 260.14, + "confidence": 0.7573139, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "It's" + }, + { + "word": "not", + "start": 260.14, + "end": 260.4, + "confidence": 0.2826543, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "not" + }, + { + "word": "like", + "start": 260.4, + "end": 260.86, + "confidence": 0.9962878, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "like" + }, + { + "word": "i", + "start": 260.86, + "end": 261.0, + "confidence": 0.597342, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "I" + }, + { + "word": "have", + "start": 261.0, + "end": 261.2, + "confidence": 0.7391219, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "have" + }, + { + "word": "10", + "start": 261.2, + "end": 261.42, + "confidence": 0.7212844, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "10" + }, + { + "word": "inputs", + "start": 261.42, + "end": 261.92, + "confidence": 0.05626332, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "inputs," + }, + { + "word": "i", + "start": 262.12, + "end": 262.28, + "confidence": 0.64291924, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "I" + }, + { + "word": "aggregate", + "start": 262.28, + "end": 262.64, + "confidence": 0.82027435, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "aggregate" + }, + { + "word": "into", + "start": 262.64, + "end": 262.84, + "confidence": 0.90673304, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "into" + }, + { + "word": "one", + "start": 262.84, + "end": 263.0, + "confidence": 0.55154294, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "one" + }, + { + "word": "signature", + "start": 263.0, + "end": 263.5, + "confidence": 0.36514506, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "signature," + }, + { + "word": "okay", + "start": 263.56, + "end": 263.86, + "confidence": 0.80338377, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "okay" + }, + { + "word": "now", + "start": 263.86, + "end": 264.0, + "confidence": 0.85628384, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "now" + }, + { + "word": "the", + "start": 264.0, + "end": 264.14, + "confidence": 0.93585247, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "the" + }, + { + "word": "verifier", + "start": 264.14, + "end": 264.52, + "confidence": 0.84571457, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "verifier" + }, + { + "word": "only", + "start": 264.52, + "end": 264.72, + "confidence": 0.90919995, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "only" + }, + { + "word": "needs", + "start": 264.72, + "end": 264.96, + "confidence": 0.7867125, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "needs" + }, + { + "word": "to", + "start": 264.96, + "end": 265.08, + "confidence": 0.81754255, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "to" + }, + { + "word": "verify", + "start": 265.08, + "end": 265.52, + "confidence": 0.8158425, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "verify" + }, + { + "word": "one", + "start": 265.52, + "end": 265.72, + "confidence": 0.97506124, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "one" + }, + { + "word": "thing", + "start": 265.72, + "end": 266.22, + "confidence": 0.4777023, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "thing." + }, + { + "word": "there's", + "start": 266.28, + "end": 266.72, + "confidence": 0.80277056, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "There's" + }, + { + "word": "some", + "start": 266.72, + "end": 267.08, + "confidence": 0.8657159, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "some" + }, + { + "word": "scaling", + "start": 267.08, + "end": 267.58, + "confidence": 0.90562797, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "scaling" + }, + { + "word": "that", + "start": 267.62, + "end": 268.08, + "confidence": 0.83735806, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "that" + }, + { + "word": "does", + "start": 268.08, + "end": 268.42, + "confidence": 0.8259647, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "does" + }, + { + "word": "add", + "start": 268.42, + "end": 268.66, + "confidence": 0.72160995, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "add" + }, + { + "word": "additional", + "start": 268.66, + "end": 269.06, + "confidence": 0.49882942, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "additional" + }, + { + "word": "work", + "start": 269.06, + "end": 269.34, + "confidence": 0.9999325, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "work" + }, + { + "word": "to", + "start": 269.34, + "end": 269.48, + "confidence": 0.917704, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "to" + }, + { + "word": "the", + "start": 269.48, + "end": 269.58, + "confidence": 0.93966234, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "the" + }, + { + "word": "verifier", + "start": 269.58, + "end": 269.96, + "confidence": 0.8845099, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "verifier" + }, + { + "word": "per", + "start": 269.96, + "end": 270.24, + "confidence": 0.8508292, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "per" + }, + { + "word": "input", + "start": 270.24, + "end": 270.74, + "confidence": 0.761209, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "input." + }, + { + "word": "but", + "start": 271.12, + "end": 271.36, + "confidence": 0.89502794, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "But" + }, + { + "word": "you", + "start": 271.36, + "end": 271.56, + "confidence": 0.8564119, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "you" + }, + { + "word": "do", + "start": 271.56, + "end": 271.72, + "confidence": 0.9970318, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "do" + }, + { + "word": "save", + "start": 271.72, + "end": 271.96, + "confidence": 0.89167035, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "save" + }, + { + "word": "a", + "start": 271.96, + "end": 272.04, + "confidence": 0.8999625, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "a" + }, + { + "word": "lot", + "start": 272.04, + "end": 272.2, + "confidence": 0.80006325, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "lot" + }, + { + "word": "of", + "start": 272.2, + "end": 272.36, + "confidence": 0.4448262, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "of" + }, + { + "word": "space", + "start": 272.36, + "end": 272.86, + "confidence": 0.7441839, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "space," + }, + { + "word": "right", + "start": 272.96, + "end": 273.32, + "confidence": 0.79468435, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "right?" + }, + { + "word": "and", + "start": 273.32, + "end": 273.48, + "confidence": 0.8173472, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "And" + }, + { + "word": "this", + "start": 273.48, + "end": 273.72, + "confidence": 0.56582433, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "this" + }, + { + "word": "is", + "start": 273.72, + "end": 274.12, + "confidence": 0.28943053, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "is" + }, + { + "word": "interactive", + "start": 274.12, + "end": 274.62, + "confidence": 0.99725753, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "interactive" + }, + { + "word": "aggregation", + "start": 274.84, + "end": 275.34, + "confidence": 0.7402155, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "aggregation," + }, + { + "word": "right", + "start": 275.38, + "end": 275.58, + "confidence": 0.5219841, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "right?" + }, + { + "word": "it's", + "start": 275.58, + "end": 275.82, + "confidence": 0.89945036, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "It's" + }, + { + "word": "not", + "start": 275.82, + "end": 276.32, + "confidence": 0.84951144, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "not," + }, + { + "word": "there's", + "start": 276.38, + "end": 276.66, + "confidence": 0.8297731, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "there's" + }, + { + "word": "another", + "start": 276.66, + "end": 277.08, + "confidence": 0.9035567, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "another" + }, + { + "word": "idea", + "start": 277.08, + "end": 277.46, + "confidence": 0.87961906, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "idea" + }, + { + "word": "of", + "start": 277.46, + "end": 277.64, + "confidence": 0.8113695, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "of" + }, + { + "word": "non-interactive", + "start": 277.64, + "end": 278.14, + "confidence": 0.96569556, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "non-interactive" + }, + { + "word": "aggregation", + "start": 278.36, + "end": 278.86, + "confidence": 0.54401267, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "aggregation," + }, + { + "word": "which", + "start": 279.24, + "end": 279.72, + "confidence": 0.82641935, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "which" + }, + { + "word": "is", + "start": 279.72, + "end": 280.22, + "confidence": 0.98420113, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "is" + }, + { + "word": "like", + "start": 280.46, + "end": 280.68, + "confidence": 0.76270443, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "like" + }, + { + "word": "a", + "start": 280.68, + "end": 280.86, + "confidence": 0.7526434, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "a" + }, + { + "word": "miner", + "start": 280.86, + "end": 281.2, + "confidence": 0.8443435, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "miner" + }, + { + "word": "or", + "start": 281.2, + "end": 281.4, + "confidence": 0.90135413, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "or" + }, + { + "word": "someone", + "start": 281.4, + "end": 281.64, + "confidence": 0.8115656, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "someone" + }, + { + "word": "in", + "start": 281.64, + "end": 281.78, + "confidence": 0.7354196, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 281.78, + "end": 281.88, + "confidence": 0.76871854, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "the" + }, + { + "word": "mempool", + "start": 281.88, + "end": 282.26, + "confidence": 0.4886112, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "mempool." + }, + { + "word": "like", + "start": 282.26, + "end": 282.44, + "confidence": 0.99968636, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "Like" + }, + { + "word": "let's", + "start": 282.44, + "end": 282.66, + "confidence": 0.85283655, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "let's" + }, + { + "word": "say", + "start": 282.66, + "end": 282.98, + "confidence": 0.9992719, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "say" + }, + { + "word": "you", + "start": 282.98, + "end": 283.28, + "confidence": 0.8219165, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "you" + }, + { + "word": "see", + "start": 283.28, + "end": 283.74, + "confidence": 0.8328537, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "see" + }, + { + "word": "two", + "start": 283.74, + "end": 284.04, + "confidence": 0.59927076, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "two" + }, + { + "word": "transactions", + "start": 284.04, + "end": 284.54, + "confidence": 0.808164, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "transactions" + }, + { + "word": "in", + "start": 285.06, + "end": 285.32, + "confidence": 0.8146248, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "in" + }, + { + "word": "your", + "start": 285.32, + "end": 285.52, + "confidence": 0.5806361, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "your" + }, + { + "word": "mempool", + "start": 285.52, + "end": 286.02, + "confidence": 0.33638048, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "mempool" + }, + { + "word": "and", + "start": 286.08, + "end": 286.22, + "confidence": 0.8872716, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "and" + }, + { + "word": "you", + "start": 286.22, + "end": 286.34, + "confidence": 0.55049646, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "you" + }, + { + "word": "say", + "start": 286.34, + "end": 286.5, + "confidence": 0.6768856, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "say," + }, + { + "word": "well", + "start": 286.5, + "end": 286.68, + "confidence": 0.6868473, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "well," + }, + { + "word": "i'm", + "start": 286.68, + "end": 286.88, + "confidence": 0.5334212, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "I'm" + }, + { + "word": "going", + "start": 286.88, + "end": 287.02, + "confidence": 0.7197584, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 287.02, + "end": 287.16, + "confidence": 0.41244113, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "to" + }, + { + "word": "aggregate", + "start": 287.16, + "end": 287.64, + "confidence": 0.7329014, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "aggregate" + }, + { + "word": "these", + "start": 287.64, + "end": 287.8, + "confidence": 0.8323732, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "these" + }, + { + "word": "two", + "start": 287.8, + "end": 288.0, + "confidence": 0.686124, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "two" + }, + { + "word": "signatures", + "start": 288.0, + "end": 288.5, + "confidence": 0.09657952, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "signatures." + }, + { + "word": "right", + "start": 288.94, + "end": 289.2, + "confidence": 0.6324111, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "Right." + }, + { + "word": "there's", + "start": 289.2, + "end": 289.46, + "confidence": 0.77773273, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "There's" + }, + { + "word": "like", + "start": 289.46, + "end": 289.7, + "confidence": 0.6933952, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "like" + }, + { + "word": "alice", + "start": 289.7, + "end": 290.08, + "confidence": 0.8943447, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "Alice" + }, + { + "word": "signed", + "start": 290.08, + "end": 290.38, + "confidence": 0.77410513, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "signed" + }, + { + "word": "her", + "start": 290.38, + "end": 290.58, + "confidence": 0.51503515, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "her" + }, + { + "word": "transaction", + "start": 290.58, + "end": 291.06, + "confidence": 0.5786872, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "transaction." + }, + { + "word": "bob", + "start": 291.06, + "end": 291.36, + "confidence": 0.89268744, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "Bob" + }, + { + "word": "signed", + "start": 291.36, + "end": 291.56, + "confidence": 0.8108992, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "signed" + }, + { + "word": "his", + "start": 291.56, + "end": 291.76, + "confidence": 0.9920995, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "his" + }, + { + "word": "transaction", + "start": 291.76, + "end": 292.26, + "confidence": 0.45407653, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "transaction." + }, + { + "word": "i'm", + "start": 292.36, + "end": 292.64, + "confidence": 0.7920872, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "I'm" + }, + { + "word": "going", + "start": 292.64, + "end": 292.8, + "confidence": 0.5881355, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 292.8, + "end": 292.96, + "confidence": 0.8897173, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "to" + }, + { + "word": "smush", + "start": 292.96, + "end": 293.3, + "confidence": 0.69898206, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "smush" + }, + { + "word": "these", + "start": 293.3, + "end": 293.48, + "confidence": 0.768041, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "these" + }, + { + "word": "signatures", + "start": 293.48, + "end": 293.98, + "confidence": 0.76170856, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "signatures" + }, + { + "word": "together", + "start": 294.0, + "end": 294.5, + "confidence": 0.7297507, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "together" + }, + { + "word": "and", + "start": 294.64, + "end": 294.8, + "confidence": 0.7639578, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "and" + }, + { + "word": "then", + "start": 294.8, + "end": 295.04, + "confidence": 0.89282024, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "then" + }, + { + "word": "relay", + "start": 295.04, + "end": 295.38, + "confidence": 0.88515204, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "relay" + }, + { + "word": "it", + "start": 295.38, + "end": 295.52, + "confidence": 0.9034701, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "it" + }, + { + "word": "to", + "start": 295.52, + "end": 295.68, + "confidence": 0.7501255, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "to" + }, + { + "word": "my", + "start": 295.68, + "end": 295.84, + "confidence": 0.6552098, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "my" + }, + { + "word": "peer", + "start": 295.84, + "end": 296.12, + "confidence": 0.846252, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "peer" + }, + { + "word": "and", + "start": 296.12, + "end": 296.22, + "confidence": 0.9797391, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "and" + }, + { + "word": "say", + "start": 296.22, + "end": 296.4, + "confidence": 0.6566421, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "say," + }, + { + "word": "well", + "start": 296.4, + "end": 296.58, + "confidence": 0.36733902, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "well," + }, + { + "word": "here's", + "start": 296.58, + "end": 296.92, + "confidence": 0.8067374, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "here's" + }, + { + "word": "two", + "start": 296.92, + "end": 297.16, + "confidence": 0.5175475, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "two" + }, + { + "word": "transactions", + "start": 297.16, + "end": 297.66, + "confidence": 0.99609923, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "transactions" + }, + { + "word": "and", + "start": 297.98, + "end": 298.18, + "confidence": 0.7861211, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "and" + }, + { + "word": "i", + "start": 298.18, + "end": 298.32, + "confidence": 0.9283674, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "I" + }, + { + "word": "smushed", + "start": 298.32, + "end": 298.64, + "confidence": 0.4881935, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "smushed" + }, + { + "word": "the", + "start": 298.64, + "end": 298.78, + "confidence": 0.6939421, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "the" + }, + { + "word": "signature", + "start": 298.78, + "end": 299.18, + "confidence": 0.90047836, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "signature" + }, + { + "word": "together", + "start": 299.18, + "end": 299.54, + "confidence": 0.89543766, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "together" + }, + { + "word": "for", + "start": 299.54, + "end": 299.76, + "confidence": 0.89806503, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "for" + }, + { + "word": "you", + "start": 299.76, + "end": 300.26, + "confidence": 0.509077, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "you." + }, + { + "word": "that", + "start": 300.34, + "end": 300.74, + "confidence": 0.90685064, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "That," + }, + { + "word": "as", + "start": 300.74, + "end": 300.9, + "confidence": 0.90917385, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "as" + }, + { + "word": "far", + "start": 300.9, + "end": 301.1, + "confidence": 0.90660954, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "far" + }, + { + "word": "as", + "start": 301.1, + "end": 301.18, + "confidence": 0.8174346, + "speaker": 0, + "speaker_confidence": 0.8222656, + "punctuated_word": "as" + }, + { + "word": "we", + "start": 301.18, + "end": 301.3, + "confidence": 0.9527005, + "speaker": 0, + "speaker_confidence": 0.69433594, + "punctuated_word": "we" + }, + { + "word": "know", + "start": 301.3, + "end": 301.5, + "confidence": 0.8965348, + "speaker": 0, + "speaker_confidence": 0.69433594, + "punctuated_word": "know," + }, + { + "word": "is", + "start": 301.5, + "end": 301.64, + "confidence": 0.7656051, + "speaker": 0, + "speaker_confidence": 0.69433594, + "punctuated_word": "is" + }, + { + "word": "not", + "start": 301.64, + "end": 301.84, + "confidence": 0.84559876, + "speaker": 0, + "speaker_confidence": 0.69433594, + "punctuated_word": "not" + }, + { + "word": "really", + "start": 301.84, + "end": 302.04, + "confidence": 0.79814357, + "speaker": 0, + "speaker_confidence": 0.69433594, + "punctuated_word": "really" + }, + { + "word": "possible", + "start": 302.04, + "end": 302.46, + "confidence": 0.35527557, + "speaker": 0, + "speaker_confidence": 0.69433594, + "punctuated_word": "possible" + }, + { + "word": "with", + "start": 302.46, + "end": 302.68, + "confidence": 0.9017335, + "speaker": 0, + "speaker_confidence": 0.69433594, + "punctuated_word": "with" + }, + { + "word": "secp256k1", + "start": 302.68, + "end": 303.18, + "confidence": 0.6380375, + "speaker": 0, + "speaker_confidence": 0.69433594, + "punctuated_word": "secp256k1." + }, + { + "word": "it", + "start": 304.0, + "end": 304.2, + "confidence": 0.8645415, + "speaker": 0, + "speaker_confidence": 0.69433594, + "punctuated_word": "It" + }, + { + "word": "is", + "start": 304.2, + "end": 304.54, + "confidence": 0.81929904, + "speaker": 0, + "speaker_confidence": 0.69433594, + "punctuated_word": "is" + }, + { + "word": "possible", + "start": 304.54, + "end": 304.92, + "confidence": 0.81706136, + "speaker": 0, + "speaker_confidence": 0.69433594, + "punctuated_word": "possible" + }, + { + "word": "with", + "start": 304.92, + "end": 305.28, + "confidence": 0.68955755, + "speaker": 0, + "speaker_confidence": 0.69433594, + "punctuated_word": "with" + }, + { + "word": "some", + "start": 305.28, + "end": 305.5, + "confidence": 0.86450344, + "speaker": 0, + "speaker_confidence": 0.69433594, + "punctuated_word": "some" + }, + { + "word": "other", + "start": 305.5, + "end": 306.0, + "confidence": 0.79064125, + "speaker": 0, + "speaker_confidence": 0.69433594, + "punctuated_word": "other" + }, + { + "word": "fancy", + "start": 306.0, + "end": 306.34, + "confidence": 0.8550353, + "speaker": 0, + "speaker_confidence": 0.69433594, + "punctuated_word": "fancy" + }, + { + "word": "stuff", + "start": 306.34, + "end": 306.6, + "confidence": 0.7107115, + "speaker": 0, + "speaker_confidence": 0.69433594, + "punctuated_word": "stuff" + }, + { + "word": "like", + "start": 306.6, + "end": 307.0, + "confidence": 0.9761583, + "speaker": 0, + "speaker_confidence": 0.69433594, + "punctuated_word": "like" + }, + { + "word": "bls", + "start": 307.0, + "end": 307.36, + "confidence": 0.8586147, + "speaker": 0, + "speaker_confidence": 0.69433594, + "punctuated_word": "BLS" + }, + { + "word": "curves", + "start": 307.36, + "end": 307.76, + "confidence": 0.9345338, + "speaker": 0, + "speaker_confidence": 0.69433594, + "punctuated_word": "curves" + }, + { + "word": "and", + "start": 307.76, + "end": 307.9, + "confidence": 0.8294192, + "speaker": 0, + "speaker_confidence": 0.69433594, + "punctuated_word": "And" + }, + { + "word": "that", + "start": 307.9, + "end": 308.0, + "confidence": 0.9017349, + "speaker": 0, + "speaker_confidence": 0.69433594, + "punctuated_word": "that" + }, + { + "word": "would", + "start": 308.0, + "end": 308.16, + "confidence": 0.77316225, + "speaker": 0, + "speaker_confidence": 0.69433594, + "punctuated_word": "would" + }, + { + "word": "be", + "start": 308.16, + "end": 308.24, + "confidence": 0.8807069, + "speaker": 0, + "speaker_confidence": 0.5258789, + "punctuated_word": "be" + }, + { + "word": "really", + "start": 308.24, + "end": 308.44, + "confidence": 0.6684249, + "speaker": 0, + "speaker_confidence": 0.5258789, + "punctuated_word": "really" + }, + { + "word": "cool", + "start": 308.44, + "end": 308.62, + "confidence": 0.7343035, + "speaker": 0, + "speaker_confidence": 0.5258789, + "punctuated_word": "cool" + }, + { + "word": "because", + "start": 308.62, + "end": 308.8, + "confidence": 0.8991813, + "speaker": 0, + "speaker_confidence": 0.5258789, + "punctuated_word": "because" + }, + { + "word": "then", + "start": 308.8, + "end": 308.94, + "confidence": 0.8195829, + "speaker": 0, + "speaker_confidence": 0.5258789, + "punctuated_word": "then" + }, + { + "word": "you", + "start": 308.94, + "end": 309.02, + "confidence": 0.718259, + "speaker": 0, + "speaker_confidence": 0.5258789, + "punctuated_word": "you" + }, + { + "word": "could", + "start": 309.02, + "end": 309.28, + "confidence": 0.81883574, + "speaker": 0, + "speaker_confidence": 0.5258789, + "punctuated_word": "could" + }, + { + "word": "aggregate", + "start": 309.28, + "end": 309.64, + "confidence": 0.78394306, + "speaker": 0, + "speaker_confidence": 0.5258789, + "punctuated_word": "aggregate" + }, + { + "word": "the", + "start": 309.64, + "end": 309.8, + "confidence": 0.8428756, + "speaker": 0, + "speaker_confidence": 0.5258789, + "punctuated_word": "the" + }, + { + "word": "whole", + "start": 309.8, + "end": 309.92, + "confidence": 0.3141009, + "speaker": 0, + "speaker_confidence": 0.5258789, + "punctuated_word": "whole" + }, + { + "word": "block", + "start": 309.92, + "end": 310.42, + "confidence": 0.4757382, + "speaker": 0, + "speaker_confidence": 0.5258789, + "punctuated_word": "block" + }, + { + "word": "but", + "start": 310.76, + "end": 310.96, + "confidence": 0.8004191, + "speaker": 0, + "speaker_confidence": 0.5258789, + "punctuated_word": "But" + }, + { + "word": "this", + "start": 310.96, + "end": 311.04, + "confidence": 0.8938029, + "speaker": 0, + "speaker_confidence": 0.5258789, + "punctuated_word": "this" + }, + { + "word": "is", + "start": 311.04, + "end": 311.18, + "confidence": 0.9924034, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "is" + }, + { + "word": "what", + "start": 311.18, + "end": 311.32, + "confidence": 0.99987125, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "what" + }, + { + "word": "i'm", + "start": 311.32, + "end": 311.52, + "confidence": 0.7770057, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "I'm" + }, + { + "word": "talking", + "start": 311.52, + "end": 311.68, + "confidence": 0.86408055, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "talking" + }, + { + "word": "about", + "start": 311.68, + "end": 311.88, + "confidence": 0.89240474, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "about" + }, + { + "word": "is", + "start": 311.88, + "end": 312.04, + "confidence": 0.7045535, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "is" + }, + { + "word": "just", + "start": 312.04, + "end": 312.18, + "confidence": 0.9196637, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "just" + }, + { + "word": "interactive", + "start": 312.18, + "end": 312.68, + "confidence": 0.74173135, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "interactive" + }, + { + "word": "signature", + "start": 312.72, + "end": 313.1, + "confidence": 0.99476576, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "signature" + }, + { + "word": "aggregation", + "start": 313.1, + "end": 313.6, + "confidence": 0.46095863, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "aggregation." + }, + { + "word": "it", + "start": 314.14, + "end": 314.34, + "confidence": 0.81450975, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "It" + }, + { + "word": "saves", + "start": 314.34, + "end": 314.56, + "confidence": 0.21568698, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "saves" + }, + { + "word": "space", + "start": 314.56, + "end": 315.06, + "confidence": 0.20660035, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "space" + }, + { + "word": "i", + "start": 315.7, + "end": 315.84, + "confidence": 0.81917137, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 315.84, + "end": 316.06, + "confidence": 0.77760965, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "think" + }, + { + "word": "the", + "start": 316.06, + "end": 316.18, + "confidence": 0.67413723, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "the" + }, + { + "word": "problem", + "start": 316.18, + "end": 316.46, + "confidence": 0.99136376, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "problem" + }, + { + "word": "and", + "start": 316.46, + "end": 316.62, + "confidence": 0.7984525, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "and" + }, + { + "word": "i", + "start": 316.62, + "end": 316.7, + "confidence": 0.79069245, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 316.7, + "end": 316.88, + "confidence": 0.88308686, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "think" + }, + { + "word": "one", + "start": 316.88, + "end": 317.06, + "confidence": 0.6393639, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "one" + }, + { + "word": "of", + "start": 317.06, + "end": 317.22, + "confidence": 0.6582041, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 317.22, + "end": 317.52, + "confidence": 0.9046225, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "the" + }, + { + "word": "this", + "start": 317.52, + "end": 317.7, + "confidence": 0.73409176, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "this" + }, + { + "word": "is", + "start": 317.7, + "end": 318.2, + "confidence": 0.865346, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "is" + }, + { + "word": "purely", + "start": 318.38, + "end": 318.72, + "confidence": 0.82527494, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "purely" + }, + { + "word": "my", + "start": 318.72, + "end": 318.92, + "confidence": 0.8656575, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "my" + }, + { + "word": "opinion", + "start": 318.92, + "end": 319.42, + "confidence": 0.3347535, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "opinion" + }, + { + "word": "is", + "start": 319.54, + "end": 320.04, + "confidence": 0.85431755, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "is" + }, + { + "word": "one", + "start": 320.22, + "end": 320.38, + "confidence": 0.28167412, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "one" + }, + { + "word": "of", + "start": 320.38, + "end": 320.5, + "confidence": 0.99378806, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 320.5, + "end": 320.6, + "confidence": 0.7685177, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "the" + }, + { + "word": "reasons", + "start": 320.6, + "end": 320.92, + "confidence": 0.8422362, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "reasons" + }, + { + "word": "it", + "start": 320.92, + "end": 321.14, + "confidence": 0.9999554, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "it" + }, + { + "word": "hasn't", + "start": 321.14, + "end": 321.64, + "confidence": 0.8046672, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "hasn't" + }, + { + "word": "had", + "start": 321.68, + "end": 322.18, + "confidence": 0.8162882, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "had" + }, + { + "word": "as", + "start": 322.3, + "end": 322.66, + "confidence": 0.5374496, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "as" + }, + { + "word": "much", + "start": 322.66, + "end": 323.16, + "confidence": 0.8928128, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "much," + }, + { + "word": "you", + "start": 323.24, + "end": 323.42, + "confidence": 0.95991653, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 323.42, + "end": 323.56, + "confidence": 0.7850147, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "know," + }, + { + "word": "work", + "start": 323.56, + "end": 323.8, + "confidence": 0.90156376, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "work" + }, + { + "word": "behind", + "start": 323.8, + "end": 324.06, + "confidence": 0.59068435, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "behind" + }, + { + "word": "it", + "start": 324.06, + "end": 324.24, + "confidence": 0.9035522, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "it" + }, + { + "word": "and", + "start": 324.24, + "end": 324.36, + "confidence": 0.80941546, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "and" + }, + { + "word": "as", + "start": 324.36, + "end": 324.52, + "confidence": 0.79720086, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "as" + }, + { + "word": "much", + "start": 324.52, + "end": 324.72, + "confidence": 0.7406427, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "much" + }, + { + "word": "like", + "start": 324.72, + "end": 324.84, + "confidence": 0.66692275, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "like," + }, + { + "word": "oh", + "start": 324.84, + "end": 324.96, + "confidence": 0.99894947, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "oh" + }, + { + "word": "we", + "start": 324.96, + "end": 325.12, + "confidence": 0.8204958, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "we" + }, + { + "word": "really", + "start": 325.12, + "end": 325.32, + "confidence": 0.9071154, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "really" + }, + { + "word": "need", + "start": 325.32, + "end": 325.52, + "confidence": 0.8963136, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "need" + }, + { + "word": "to", + "start": 325.52, + "end": 325.6, + "confidence": 0.8790859, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "to" + }, + { + "word": "get", + "start": 325.6, + "end": 325.76, + "confidence": 0.7272108, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "get" + }, + { + "word": "this", + "start": 325.76, + "end": 325.96, + "confidence": 0.8853039, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "this" + }, + { + "word": "into", + "start": 325.96, + "end": 326.16, + "confidence": 0.7449268, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "into" + }, + { + "word": "bitcoin", + "start": 326.16, + "end": 326.66, + "confidence": 0.8925219, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "Bitcoin," + }, + { + "word": "is", + "start": 326.72, + "end": 326.88, + "confidence": 0.86740535, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "is" + }, + { + "word": "it", + "start": 326.88, + "end": 327.04, + "confidence": 0.99997246, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "it" + }, + { + "word": "doesn't", + "start": 327.04, + "end": 327.4, + "confidence": 0.88281643, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "doesn't" + }, + { + "word": "save", + "start": 327.4, + "end": 327.66, + "confidence": 0.8193052, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "save" + }, + { + "word": "that", + "start": 327.66, + "end": 327.98, + "confidence": 0.8264975, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "that" + }, + { + "word": "much", + "start": 327.98, + "end": 328.24, + "confidence": 0.629094, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "much" + }, + { + "word": "space", + "start": 328.24, + "end": 328.74, + "confidence": 0.8432149, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "space," + }, + { + "word": "right", + "start": 328.78, + "end": 329.28, + "confidence": 0.27853167, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "right?" + }, + { + "word": "the", + "start": 329.54, + "end": 330.04, + "confidence": 0.85043013, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "The" + }, + { + "word": "elliptic", + "start": 330.06, + "end": 330.22, + "confidence": 0.9960347, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "elliptic" + }, + { + "word": "curve", + "start": 330.22, + "end": 330.36, + "confidence": 0.7649515, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "curve" + }, + { + "word": "signature", + "start": 330.36, + "end": 330.72, + "confidence": 0.8775418, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "signature" + }, + { + "word": "is", + "start": 330.72, + "end": 330.84, + "confidence": 0.8865366, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "is" + }, + { + "word": "around", + "start": 330.84, + "end": 331.08, + "confidence": 0.7122554, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "around" + }, + { + "word": "64", + "start": 331.08, + "end": 331.52, + "confidence": 0.4689701, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "64" + }, + { + "word": "bytes", + "start": 331.52, + "end": 332.02, + "confidence": 0.5390906, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "bytes," + }, + { + "word": "slightly", + "start": 332.68, + "end": 333.08, + "confidence": 0.7565173, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "slightly" + }, + { + "word": "higher", + "start": 333.08, + "end": 333.48, + "confidence": 0.69577307, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "higher" + }, + { + "word": "with", + "start": 333.48, + "end": 333.94, + "confidence": 0.71722114, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "with" + }, + { + "word": "pre-traproot", + "start": 333.94, + "end": 334.44, + "confidence": 0.5786263, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "pre-traproot," + }, + { + "word": "but", + "start": 334.84, + "end": 335.06, + "confidence": 0.8222162, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "but" + }, + { + "word": "you", + "start": 335.06, + "end": 335.14, + "confidence": 0.495301, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 335.14, + "end": 335.32, + "confidence": 0.557873, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "know" + }, + { + "word": "around", + "start": 335.32, + "end": 335.82, + "confidence": 0.77117103, + "speaker": 0, + "speaker_confidence": 0.72802734, + "punctuated_word": "around." + }, + { + "word": "and", + "start": 336.74, + "end": 336.82, + "confidence": 0.853703, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "And" + }, + { + "word": "so", + "start": 336.82, + "end": 337.06, + "confidence": 0.8011884, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "so" + }, + { + "word": "you", + "start": 337.06, + "end": 337.2, + "confidence": 0.47103798, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "you" + }, + { + "word": "already", + "start": 337.2, + "end": 337.66, + "confidence": 0.48507765, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "already" + }, + { + "word": "have", + "start": 337.66, + "end": 338.0, + "confidence": 0.879047, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "have" + }, + { + "word": "this", + "start": 338.0, + "end": 338.14, + "confidence": 0.8866725, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "this" + }, + { + "word": "75%", + "start": 338.14, + "end": 338.64, + "confidence": 0.3740873, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "75%" + }, + { + "word": "witness", + "start": 338.88, + "end": 339.34, + "confidence": 0.9991074, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "witness" + }, + { + "word": "discount", + "start": 339.34, + "end": 339.84, + "confidence": 0.80532706, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "discount," + }, + { + "word": "right", + "start": 339.84, + "end": 340.08, + "confidence": 0.8872789, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "right?" + }, + { + "word": "so", + "start": 340.08, + "end": 340.28, + "confidence": 0.7805677, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "So" + }, + { + "word": "if", + "start": 340.28, + "end": 340.48, + "confidence": 0.9976205, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "if" + }, + { + "word": "it's", + "start": 340.48, + "end": 340.76, + "confidence": 0.8982726, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "it's" + }, + { + "word": "in", + "start": 340.76, + "end": 340.9, + "confidence": 0.6225038, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "in" + }, + { + "word": "a", + "start": 340.9, + "end": 341.0, + "confidence": 0.77355665, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "a" + }, + { + "word": "witness", + "start": 341.0, + "end": 341.32, + "confidence": 0.5371849, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "witness" + }, + { + "word": "field", + "start": 341.32, + "end": 341.82, + "confidence": 0.7619485, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "field" + }, + { + "word": "it", + "start": 341.82, + "end": 342.08, + "confidence": 0.6747481, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "it" + }, + { + "word": "counts", + "start": 342.08, + "end": 342.58, + "confidence": 0.88647705, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "counts" + }, + { + "word": "as", + "start": 342.66, + "end": 342.86, + "confidence": 0.95024234, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "as" + }, + { + "word": "75%", + "start": 342.86, + "end": 343.36, + "confidence": 0.8040609, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "75%" + }, + { + "word": "less", + "start": 343.68, + "end": 344.18, + "confidence": 0.7452011, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "less." + }, + { + "word": "so", + "start": 344.32, + "end": 344.5, + "confidence": 0.7446645, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "So" + }, + { + "word": "the", + "start": 344.5, + "end": 344.7, + "confidence": 0.29902947, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "the" + }, + { + "word": "64", + "start": 344.7, + "end": 345.2, + "confidence": 0.9990907, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "64" + }, + { + "word": "real", + "start": 345.24, + "end": 345.52, + "confidence": 0.6343174, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "real" + }, + { + "word": "bytes", + "start": 345.52, + "end": 345.86, + "confidence": 0.7346313, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "bytes" + }, + { + "word": "turns", + "start": 345.86, + "end": 346.12, + "confidence": 0.8937575, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "turns" + }, + { + "word": "into", + "start": 346.12, + "end": 346.32, + "confidence": 0.5094625, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "into" + }, + { + "word": "16", + "start": 346.32, + "end": 346.76, + "confidence": 0.32134974, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "16" + }, + { + "word": "v", + "start": 346.76, + "end": 346.96, + "confidence": 0.6827691, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "V" + }, + { + "word": "bytes", + "start": 346.96, + "end": 347.46, + "confidence": 0.19176237, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "bytes." + }, + { + "word": "for", + "start": 348.16, + "end": 348.34, + "confidence": 0.6727075, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "For" + }, + { + "word": "the", + "start": 348.34, + "end": 348.48, + "confidence": 0.7903647, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "the" + }, + { + "word": "average", + "start": 348.48, + "end": 348.84, + "confidence": 0.7965778, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "average" + }, + { + "word": "transaction", + "start": 348.84, + "end": 349.34, + "confidence": 0.71223295, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "transaction," + }, + { + "word": "it's", + "start": 349.44, + "end": 349.64, + "confidence": 0.6753575, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "it's" + }, + { + "word": "around", + "start": 349.64, + "end": 349.96, + "confidence": 0.9905289, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "around" + }, + { + "word": "8%", + "start": 349.96, + "end": 350.46, + "confidence": 0.761995, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "8%" + }, + { + "word": "savings", + "start": 350.6, + "end": 351.1, + "confidence": 0.99972934, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "savings" + }, + { + "word": "in", + "start": 352.0, + "end": 352.12, + "confidence": 0.90582705, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "in" + }, + { + "word": "terms", + "start": 352.12, + "end": 352.4, + "confidence": 0.97821486, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "terms" + }, + { + "word": "of", + "start": 352.4, + "end": 352.54, + "confidence": 0.75590855, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "of" + }, + { + "word": "v", + "start": 352.54, + "end": 352.72, + "confidence": 0.8464456, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "V" + }, + { + "word": "bytes", + "start": 352.72, + "end": 352.92, + "confidence": 0.5888244, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "bytes." + }, + { + "word": "and", + "start": 352.92, + "end": 353.1, + "confidence": 0.99444556, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "And" + }, + { + "word": "there's", + "start": 353.1, + "end": 353.56, + "confidence": 0.81171674, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "there's" + }, + { + "word": "nice", + "start": 353.56, + "end": 353.78, + "confidence": 0.805239, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "nice" + }, + { + "word": "statistics", + "start": 353.78, + "end": 354.28, + "confidence": 0.85896045, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "statistics" + }, + { + "word": "from", + "start": 354.38, + "end": 354.56, + "confidence": 0.64892375, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "from" + }, + { + "word": "this", + "start": 354.56, + "end": 354.86, + "confidence": 0.9357077, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "this" + }, + { + "word": "blockstream", + "start": 354.86, + "end": 355.36, + "confidence": 0.77910364, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "Blockstream" + }, + { + "word": "research", + "start": 355.38, + "end": 355.88, + "confidence": 0.081041604, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "research." + }, + { + "word": "there", + "start": 356.34, + "end": 356.4, + "confidence": 0.8949236, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "There" + }, + { + "word": "were", + "start": 356.4, + "end": 356.54, + "confidence": 0.74403244, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "were" + }, + { + "word": "people", + "start": 356.54, + "end": 356.82, + "confidence": 0.8989923, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "people" + }, + { + "word": "working", + "start": 356.82, + "end": 357.18, + "confidence": 0.80051166, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "working" + }, + { + "word": "on", + "start": 357.18, + "end": 357.34, + "confidence": 0.7003595, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "on" + }, + { + "word": "cross-input", + "start": 357.34, + "end": 357.84, + "confidence": 0.9967158, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "cross-input" + }, + { + "word": "aggregation", + "start": 357.9, + "end": 358.4, + "confidence": 0.9971896, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "aggregation." + }, + { + "word": "i", + "start": 360.3, + "end": 360.46, + "confidence": 0.99972564, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 360.46, + "end": 360.66, + "confidence": 0.7586137, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "don't" + }, + { + "word": "want", + "start": 360.66, + "end": 360.8, + "confidence": 0.93892545, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "want" + }, + { + "word": "to", + "start": 360.8, + "end": 360.94, + "confidence": 0.8993946, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "to" + }, + { + "word": "dismiss", + "start": 360.94, + "end": 361.4, + "confidence": 0.741332, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "dismiss" + }, + { + "word": "it", + "start": 361.4, + "end": 361.56, + "confidence": 0.7489874, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "it," + }, + { + "word": "right", + "start": 361.56, + "end": 361.72, + "confidence": 0.11102647, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "right?" + }, + { + "word": "because", + "start": 361.72, + "end": 362.22, + "confidence": 0.82939637, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "Because" + }, + { + "word": "if", + "start": 362.24, + "end": 362.74, + "confidence": 0.60222435, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "if" + }, + { + "word": "you're", + "start": 362.98, + "end": 363.48, + "confidence": 0.57272446, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "you're" + }, + { + "word": "long", + "start": 363.9, + "end": 364.14, + "confidence": 0.6647814, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "long" + }, + { + "word": "term", + "start": 364.14, + "end": 364.44, + "confidence": 0.7038471, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "term" + }, + { + "word": "and", + "start": 364.44, + "end": 364.54, + "confidence": 0.73320985, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "and" + }, + { + "word": "bitcoin's", + "start": 364.54, + "end": 365.0, + "confidence": 0.6008076, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "Bitcoin's" + }, + { + "word": "worth", + "start": 365.0, + "end": 365.38, + "confidence": 0.1453903, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "worth" + }, + { + "word": "already", + "start": 365.38, + "end": 365.74, + "confidence": 0.99802834, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "already" + }, + { + "word": "trillions", + "start": 365.74, + "end": 366.1, + "confidence": 0.9091328, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "trillions" + }, + { + "word": "of", + "start": 366.1, + "end": 366.22, + "confidence": 0.67292666, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "of" + }, + { + "word": "dollars", + "start": 366.22, + "end": 366.5, + "confidence": 0.9170961, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "dollars" + }, + { + "word": "and", + "start": 366.5, + "end": 366.66, + "confidence": 0.6218747, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "and" + }, + { + "word": "people", + "start": 366.66, + "end": 366.82, + "confidence": 0.8439899, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "people" + }, + { + "word": "are", + "start": 366.82, + "end": 366.98, + "confidence": 0.8727553, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "are" + }, + { + "word": "using", + "start": 366.98, + "end": 367.22, + "confidence": 0.8803636, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "using" + }, + { + "word": "this", + "start": 367.22, + "end": 367.64, + "confidence": 0.2230503, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "this," + }, + { + "word": "an", + "start": 367.64, + "end": 367.74, + "confidence": 0.9938112, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "an" + }, + { + "word": "8%", + "start": 367.74, + "end": 368.22, + "confidence": 0.78543997, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "8%" + }, + { + "word": "savings", + "start": 368.22, + "end": 368.6, + "confidence": 0.82115996, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "savings" + }, + { + "word": "on", + "start": 368.6, + "end": 368.8, + "confidence": 0.7933233, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "on" + }, + { + "word": "fees", + "start": 368.8, + "end": 369.3, + "confidence": 0.8955305, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "fees" + }, + { + "word": "could", + "start": 369.52, + "end": 369.8, + "confidence": 0.8404981, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "could" + }, + { + "word": "be", + "start": 369.8, + "end": 370.24, + "confidence": 0.83162063, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "be" + }, + { + "word": "billions", + "start": 370.24, + "end": 370.74, + "confidence": 0.9115139, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "billions" + }, + { + "word": "of", + "start": 370.76, + "end": 370.9, + "confidence": 0.10229926, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "of" + }, + { + "word": "dollars", + "start": 370.9, + "end": 371.36, + "confidence": 0.99961567, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "dollars" + }, + { + "word": "over", + "start": 371.36, + "end": 371.58, + "confidence": 0.8505825, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "over" + }, + { + "word": "the", + "start": 371.58, + "end": 371.68, + "confidence": 0.9071594, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "the" + }, + { + "word": "course", + "start": 371.68, + "end": 371.94, + "confidence": 0.8595236, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "course" + }, + { + "word": "of", + "start": 371.94, + "end": 372.04, + "confidence": 0.99115354, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "of" + }, + { + "word": "years", + "start": 372.04, + "end": 372.18, + "confidence": 0.4652753, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "years." + }, + { + "word": "so", + "start": 372.18, + "end": 372.34, + "confidence": 0.80874985, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "So" + }, + { + "word": "i", + "start": 372.34, + "end": 372.44, + "confidence": 0.9005614, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 372.44, + "end": 372.66, + "confidence": 0.9999205, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "think" + }, + { + "word": "it's", + "start": 372.66, + "end": 373.16, + "confidence": 0.54473215, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "it's" + }, + { + "word": "super", + "start": 373.18, + "end": 373.44, + "confidence": 0.86862797, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "super" + }, + { + "word": "important", + "start": 373.44, + "end": 373.94, + "confidence": 0.7707451, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "important" + }, + { + "word": "and", + "start": 373.94, + "end": 374.14, + "confidence": 0.8876387, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "and" + }, + { + "word": "really", + "start": 374.14, + "end": 374.44, + "confidence": 0.7869497, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "really" + }, + { + "word": "cool", + "start": 374.44, + "end": 374.64, + "confidence": 0.93390405, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "cool" + }, + { + "word": "research", + "start": 374.64, + "end": 375.06, + "confidence": 0.27747208, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "research." + }, + { + "word": "but", + "start": 375.06, + "end": 375.3, + "confidence": 0.81115913, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "But" + }, + { + "word": "at", + "start": 375.3, + "end": 375.42, + "confidence": 0.8054279, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "at" + }, + { + "word": "the", + "start": 375.42, + "end": 375.56, + "confidence": 0.80378497, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "the" + }, + { + "word": "same", + "start": 375.56, + "end": 375.76, + "confidence": 0.51038235, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "same" + }, + { + "word": "time", + "start": 375.76, + "end": 375.92, + "confidence": 0.8473942, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "time," + }, + { + "word": "it's", + "start": 375.92, + "end": 376.12, + "confidence": 0.8667781, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "it's" + }, + { + "word": "like", + "start": 376.12, + "end": 376.28, + "confidence": 0.8314773, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "like," + }, + { + "word": "well", + "start": 376.28, + "end": 376.78, + "confidence": 0.9293582, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "well," + }, + { + "word": "8%", + "start": 376.86, + "end": 377.32, + "confidence": 0.7801219, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "8%" + }, + { + "word": "isn't", + "start": 377.32, + "end": 377.6, + "confidence": 0.78401613, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "isn't" + }, + { + "word": "huge", + "start": 377.6, + "end": 377.98, + "confidence": 0.86462677, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "huge," + }, + { + "word": "right", + "start": 377.98, + "end": 378.34, + "confidence": 0.2094539, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "right?" + }, + { + "word": "like", + "start": 378.34, + "end": 378.52, + "confidence": 0.9092705, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "Like," + }, + { + "word": "it", + "start": 378.52, + "end": 378.7, + "confidence": 0.9999856, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "it" + }, + { + "word": "doesn't", + "start": 378.7, + "end": 379.0, + "confidence": 0.830115, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "doesn't" + }, + { + "word": "seem", + "start": 379.0, + "end": 379.2, + "confidence": 0.9043694, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "seem" + }, + { + "word": "to", + "start": 379.2, + "end": 379.36, + "confidence": 0.4289267, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "to" + }, + { + "word": "be", + "start": 379.36, + "end": 379.54, + "confidence": 0.80499625, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "be" + }, + { + "word": "the", + "start": 379.54, + "end": 379.76, + "confidence": 0.8024925, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "the" + }, + { + "word": "first", + "start": 379.76, + "end": 380.02, + "confidence": 0.32563442, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "first" + }, + { + "word": "thing", + "start": 380.02, + "end": 380.14, + "confidence": 0.99984396, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "thing" + }, + { + "word": "we", + "start": 380.14, + "end": 380.28, + "confidence": 0.90723765, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "we" + }, + { + "word": "have", + "start": 380.28, + "end": 380.38, + "confidence": 0.8092569, + "speaker": 0, + "speaker_confidence": 0.8076172, + "punctuated_word": "have" + }, + { + "word": "to", + "start": 380.38, + "end": 380.5, + "confidence": 0.9068007, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "to" + }, + { + "word": "work", + "start": 380.5, + "end": 380.74, + "confidence": 0.8230196, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "work" + }, + { + "word": "on", + "start": 380.74, + "end": 380.88, + "confidence": 0.8237403, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "on" + }, + { + "word": "here", + "start": 380.88, + "end": 381.14, + "confidence": 0.96038437, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "here" + }, + { + "word": "for", + "start": 381.14, + "end": 381.3, + "confidence": 0.86856693, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "for" + }, + { + "word": "scalability", + "start": 381.3, + "end": 381.8, + "confidence": 0.8726597, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "scalability" + }, + { + "word": "and", + "start": 382.04, + "end": 382.26, + "confidence": 0.41933084, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "and" + }, + { + "word": "space", + "start": 382.26, + "end": 382.56, + "confidence": 0.99736375, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "space" + }, + { + "word": "saving", + "start": 382.56, + "end": 383.06, + "confidence": 0.20028411, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "saving." + }, + { + "word": "so", + "start": 384.32, + "end": 384.52, + "confidence": 0.9066153, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "So" + }, + { + "word": "in", + "start": 384.52, + "end": 384.62, + "confidence": 0.82163215, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "in" + }, + { + "word": "my", + "start": 384.62, + "end": 384.72, + "confidence": 0.98109955, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "my" + }, + { + "word": "opinion", + "start": 384.72, + "end": 385.08, + "confidence": 0.8809341, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "opinion," + }, + { + "word": "that's", + "start": 385.08, + "end": 385.38, + "confidence": 0.87320036, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "that's" + }, + { + "word": "maybe", + "start": 385.38, + "end": 385.6, + "confidence": 0.5505157, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "maybe" + }, + { + "word": "why", + "start": 385.6, + "end": 385.76, + "confidence": 0.99996376, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "why" + }, + { + "word": "it", + "start": 385.76, + "end": 385.92, + "confidence": 0.99999654, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "it" + }, + { + "word": "hasn't", + "start": 385.92, + "end": 386.28, + "confidence": 0.8150445, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "hasn't" + }, + { + "word": "had", + "start": 386.28, + "end": 386.78, + "confidence": 0.8184967, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "had" + }, + { + "word": "as", + "start": 387.7, + "end": 387.8, + "confidence": 0.7433531, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "as" + }, + { + "word": "much", + "start": 387.8, + "end": 387.98, + "confidence": 0.9067836, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "much" + }, + { + "word": "drive", + "start": 387.98, + "end": 388.26, + "confidence": 0.89504147, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "drive" + }, + { + "word": "to", + "start": 388.26, + "end": 388.38, + "confidence": 0.71409625, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "to" + }, + { + "word": "get", + "start": 388.38, + "end": 388.6, + "confidence": 0.79059356, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "get" + }, + { + "word": "into", + "start": 388.6, + "end": 388.78, + "confidence": 0.99805105, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "into" + }, + { + "word": "bitcoin", + "start": 388.78, + "end": 389.28, + "confidence": 0.5870257, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "Bitcoin." + }, + { + "word": "so", + "start": 390.06, + "end": 390.22, + "confidence": 0.8110302, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "So" + }, + { + "word": "now", + "start": 390.22, + "end": 390.48, + "confidence": 0.9464633, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "now" + }, + { + "word": "there's", + "start": 390.48, + "end": 390.76, + "confidence": 0.99492455, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "there's" + }, + { + "word": "a", + "start": 390.76, + "end": 390.92, + "confidence": 0.9159555, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "a" + }, + { + "word": "little", + "start": 390.92, + "end": 391.24, + "confidence": 0.8756525, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "little" + }, + { + "word": "quantum", + "start": 391.24, + "end": 391.72, + "confidence": 0.8638928, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "quantum" + }, + { + "word": "leap", + "start": 391.72, + "end": 392.22, + "confidence": 0.06307571, + "speaker": 0, + "speaker_confidence": 0.67285156, + "punctuated_word": "leap." + }, + { + "word": "this", + "start": 393.66, + "end": 393.82, + "confidence": 0.24901518, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "This" + }, + { + "word": "people", + "start": 393.82, + "end": 394.32, + "confidence": 0.86207354, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "people," + }, + { + "word": "yeah", + "start": 394.34, + "end": 394.64, + "confidence": 0.8583498, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "yeah," + }, + { + "word": "there's", + "start": 394.64, + "end": 394.84, + "confidence": 0.8130287, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "there's" + }, + { + "word": "been", + "start": 394.84, + "end": 395.08, + "confidence": 0.7996534, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "been" + }, + { + "word": "talks", + "start": 395.08, + "end": 395.46, + "confidence": 0.88127166, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "talks" + }, + { + "word": "about", + "start": 395.46, + "end": 395.96, + "confidence": 0.77165544, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "about" + }, + { + "word": "quantum", + "start": 396.22, + "end": 396.6, + "confidence": 0.9403222, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "quantum" + }, + { + "word": "signatures", + "start": 396.6, + "end": 397.1, + "confidence": 0.88800335, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "signatures" + }, + { + "word": "a", + "start": 397.24, + "end": 397.4, + "confidence": 0.940133, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "a" + }, + { + "word": "bit", + "start": 397.4, + "end": 397.9, + "confidence": 0.07238103, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "bit." + }, + { + "word": "okay", + "start": 398.48, + "end": 398.76, + "confidence": 0.89550364, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "Okay," + }, + { + "word": "so", + "start": 398.76, + "end": 398.94, + "confidence": 0.9919029, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "so" + }, + { + "word": "there's", + "start": 398.94, + "end": 399.36, + "confidence": 0.83484286, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "there's" + }, + { + "word": "post", + "start": 399.36, + "end": 399.72, + "confidence": 0.8244376, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "post" + }, + { + "word": "quantum", + "start": 399.72, + "end": 400.14, + "confidence": 0.49035156, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "quantum" + }, + { + "word": "signatures", + "start": 400.14, + "end": 400.64, + "confidence": 0.30487132, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "signatures." + }, + { + "word": "and", + "start": 400.84, + "end": 401.0, + "confidence": 0.89053404, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "And" + }, + { + "word": "i", + "start": 401.0, + "end": 401.14, + "confidence": 0.9998597, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 401.14, + "end": 401.58, + "confidence": 0.54404396, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "don't," + }, + { + "word": "i", + "start": 401.58, + "end": 401.68, + "confidence": 0.9999753, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 401.68, + "end": 401.92, + "confidence": 0.8011489, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "don't" + }, + { + "word": "even", + "start": 401.92, + "end": 402.16, + "confidence": 0.8792641, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "even" + }, + { + "word": "really", + "start": 402.16, + "end": 402.38, + "confidence": 0.8212431, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "really" + }, + { + "word": "like", + "start": 402.38, + "end": 402.54, + "confidence": 0.8010821, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "like" + }, + { + "word": "the", + "start": 402.54, + "end": 402.72, + "confidence": 0.92036915, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "the" + }, + { + "word": "term", + "start": 402.72, + "end": 402.98, + "confidence": 0.8078101, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "term" + }, + { + "word": "quantum", + "start": 402.98, + "end": 403.26, + "confidence": 0.3988799, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "quantum." + }, + { + "word": "so", + "start": 403.26, + "end": 403.38, + "confidence": 0.51452285, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "So" + }, + { + "word": "like", + "start": 403.38, + "end": 403.58, + "confidence": 0.9061581, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "like," + }, + { + "word": "my", + "start": 403.58, + "end": 403.84, + "confidence": 0.83189607, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "my" + }, + { + "word": "personal", + "start": 403.84, + "end": 404.08, + "confidence": 0.89680105, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "personal" + }, + { + "word": "opinion", + "start": 404.08, + "end": 404.44, + "confidence": 0.7570973, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "opinion" + }, + { + "word": "is", + "start": 404.44, + "end": 404.64, + "confidence": 0.9815154, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "is" + }, + { + "word": "like", + "start": 404.64, + "end": 405.04, + "confidence": 0.851388, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "like," + }, + { + "word": "i'm", + "start": 405.04, + "end": 405.16, + "confidence": 0.9018794, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "I'm" + }, + { + "word": "not", + "start": 405.16, + "end": 405.36, + "confidence": 0.7793679, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "not" + }, + { + "word": "very", + "start": 405.36, + "end": 405.6, + "confidence": 0.82024884, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "very" + }, + { + "word": "worried", + "start": 405.6, + "end": 405.88, + "confidence": 0.95073146, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "worried" + }, + { + "word": "about", + "start": 405.88, + "end": 406.08, + "confidence": 0.713957, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "about" + }, + { + "word": "quantum", + "start": 406.08, + "end": 406.36, + "confidence": 0.9647096, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "quantum" + }, + { + "word": "computers", + "start": 406.36, + "end": 406.86, + "confidence": 0.23119211, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "computers." + }, + { + "word": "i", + "start": 407.2, + "end": 407.36, + "confidence": 0.8167612, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "I" + }, + { + "word": "actually", + "start": 407.36, + "end": 407.86, + "confidence": 0.4870508, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "actually" + }, + { + "word": "think", + "start": 408.4, + "end": 408.9, + "confidence": 0.5789458, + "speaker": 0, + "speaker_confidence": 0.8144531, + "punctuated_word": "think" + }, + { + "word": "both", + "start": 409.06, + "end": 409.4, + "confidence": 0.7230888, + "speaker": 0, + "speaker_confidence": 0.6533203, + "punctuated_word": "both" + }, + { + "word": "of", + "start": 409.4, + "end": 409.6, + "confidence": 0.71617013, + "speaker": 0, + "speaker_confidence": 0.6533203, + "punctuated_word": "of" + }, + { + "word": "these", + "start": 409.6, + "end": 409.78, + "confidence": 0.86963844, + "speaker": 0, + "speaker_confidence": 0.6533203, + "punctuated_word": "these" + }, + { + "word": "things", + "start": 409.78, + "end": 410.02, + "confidence": 0.65599, + "speaker": 0, + "speaker_confidence": 0.6533203, + "punctuated_word": "things" + }, + { + "word": "are", + "start": 410.02, + "end": 410.32, + "confidence": 0.53968, + "speaker": 0, + "speaker_confidence": 0.6533203, + "punctuated_word": "are" + }, + { + "word": "unlikely", + "start": 410.32, + "end": 410.82, + "confidence": 0.49391955, + "speaker": 0, + "speaker_confidence": 0.6533203, + "punctuated_word": "unlikely," + }, + { + "word": "but", + "start": 410.84, + "end": 411.0, + "confidence": 0.813038, + "speaker": 0, + "speaker_confidence": 0.6533203, + "punctuated_word": "but" + }, + { + "word": "i", + "start": 411.0, + "end": 411.1, + "confidence": 0.9042602, + "speaker": 0, + "speaker_confidence": 0.6533203, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 411.1, + "end": 411.3, + "confidence": 0.999938, + "speaker": 0, + "speaker_confidence": 0.6533203, + "punctuated_word": "think" + }, + { + "word": "it's", + "start": 411.3, + "end": 411.48, + "confidence": 0.9067017, + "speaker": 0, + "speaker_confidence": 0.6533203, + "punctuated_word": "it's" + }, + { + "word": "probably", + "start": 411.48, + "end": 411.96, + "confidence": 0.7958594, + "speaker": 0, + "speaker_confidence": 0.6533203, + "punctuated_word": "probably" + }, + { + "word": "more", + "start": 411.96, + "end": 412.34, + "confidence": 0.62663746, + "speaker": 0, + "speaker_confidence": 0.6533203, + "punctuated_word": "more" + }, + { + "word": "likely", + "start": 412.34, + "end": 412.84, + "confidence": 0.8509947, + "speaker": 0, + "speaker_confidence": 0.6533203, + "punctuated_word": "likely" + }, + { + "word": "that", + "start": 413.04, + "end": 413.22, + "confidence": 0.70009613, + "speaker": 0, + "speaker_confidence": 0.6533203, + "punctuated_word": "that" + }, + { + "word": "there", + "start": 413.22, + "end": 413.36, + "confidence": 0.99995625, + "speaker": 0, + "speaker_confidence": 0.6533203, + "punctuated_word": "there" + }, + { + "word": "will", + "start": 413.36, + "end": 413.56, + "confidence": 0.8115947, + "speaker": 0, + "speaker_confidence": 0.6533203, + "punctuated_word": "will" + }, + { + "word": "be", + "start": 413.56, + "end": 413.76, + "confidence": 0.8012845, + "speaker": 0, + "speaker_confidence": 0.6533203, + "punctuated_word": "be" + }, + { + "word": "some", + "start": 413.76, + "end": 414.02, + "confidence": 0.91147363, + "speaker": 0, + "speaker_confidence": 0.6533203, + "punctuated_word": "some" + }, + { + "word": "kind", + "start": 414.02, + "end": 414.24, + "confidence": 0.8973488, + "speaker": 0, + "speaker_confidence": 0.6533203, + "punctuated_word": "kind" + }, + { + "word": "of", + "start": 414.24, + "end": 414.72, + "confidence": 0.8220081, + "speaker": 0, + "speaker_confidence": 0.6533203, + "punctuated_word": "of" + }, + { + "word": "regular", + "start": 414.72, + "end": 415.2, + "confidence": 0.6175233, + "speaker": 0, + "speaker_confidence": 0.6533203, + "punctuated_word": "regular" + }, + { + "word": "old", + "start": 415.2, + "end": 415.44, + "confidence": 0.49785632, + "speaker": 0, + "speaker_confidence": 0.6533203, + "punctuated_word": "old" + }, + { + "word": "computer", + "start": 415.44, + "end": 415.94, + "confidence": 0.99994326, + "speaker": 0, + "speaker_confidence": 0.6533203, + "punctuated_word": "computer" + }, + { + "word": "algorithmic", + "start": 416.1, + "end": 416.6, + "confidence": 0.90370136, + "speaker": 0, + "speaker_confidence": 0.640625, + "punctuated_word": "algorithmic" + }, + { + "word": "deficiency", + "start": 417.56, + "end": 418.06, + "confidence": 0.70936584, + "speaker": 0, + "speaker_confidence": 0.640625, + "punctuated_word": "deficiency" + }, + { + "word": "in", + "start": 418.52, + "end": 419.02, + "confidence": 0.95180386, + "speaker": 0, + "speaker_confidence": 0.640625, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 419.18, + "end": 419.38, + "confidence": 0.8596252, + "speaker": 0, + "speaker_confidence": 0.640625, + "punctuated_word": "the" + }, + { + "word": "elliptic", + "start": 419.38, + "end": 419.82, + "confidence": 0.997474, + "speaker": 0, + "speaker_confidence": 0.640625, + "punctuated_word": "elliptic" + }, + { + "word": "curves", + "start": 419.82, + "end": 420.14, + "confidence": 0.9511226, + "speaker": 0, + "speaker_confidence": 0.640625, + "punctuated_word": "curves" + }, + { + "word": "we're", + "start": 420.14, + "end": 420.4, + "confidence": 0.8176814, + "speaker": 0, + "speaker_confidence": 0.640625, + "punctuated_word": "we're" + }, + { + "word": "using", + "start": 420.4, + "end": 420.78, + "confidence": 0.9998228, + "speaker": 0, + "speaker_confidence": 0.640625, + "punctuated_word": "using" + }, + { + "word": "than", + "start": 420.78, + "end": 420.92, + "confidence": 0.93392867, + "speaker": 0, + "speaker_confidence": 0.640625, + "punctuated_word": "than" + }, + { + "word": "a", + "start": 420.92, + "end": 421.02, + "confidence": 0.6200745, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "a" + }, + { + "word": "quantum", + "start": 421.02, + "end": 421.36, + "confidence": 0.73916185, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "quantum" + }, + { + "word": "computer", + "start": 421.36, + "end": 421.72, + "confidence": 0.84523207, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "computer" + }, + { + "word": "comes", + "start": 421.72, + "end": 421.92, + "confidence": 0.7384351, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "comes" + }, + { + "word": "and", + "start": 421.92, + "end": 422.08, + "confidence": 0.22236125, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "and" + }, + { + "word": "runs", + "start": 422.08, + "end": 422.3, + "confidence": 0.9858786, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "runs" + }, + { + "word": "shor's", + "start": 422.3, + "end": 422.6, + "confidence": 0.9914658, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "Shor's" + }, + { + "word": "algorithms", + "start": 422.6, + "end": 423.06, + "confidence": 0.68218225, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "algorithms." + }, + { + "word": "both", + "start": 423.06, + "end": 423.28, + "confidence": 0.34524745, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "Both" + }, + { + "word": "i", + "start": 423.28, + "end": 423.42, + "confidence": 0.9978218, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 423.42, + "end": 423.58, + "confidence": 0.9999254, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "think" + }, + { + "word": "aren't", + "start": 423.58, + "end": 423.84, + "confidence": 0.5511432, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "aren't" + }, + { + "word": "gonna", + "start": 423.84, + "end": 423.96, + "confidence": 0.5654151, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "gonna" + }, + { + "word": "happen", + "start": 423.96, + "end": 424.24, + "confidence": 0.98636115, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "happen," + }, + { + "word": "i'm", + "start": 424.24, + "end": 424.44, + "confidence": 0.90547067, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "I'm" + }, + { + "word": "not", + "start": 424.44, + "end": 424.6, + "confidence": 0.81480813, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "not" + }, + { + "word": "worried", + "start": 424.6, + "end": 424.82, + "confidence": 0.83587754, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "worried" + }, + { + "word": "about", + "start": 424.82, + "end": 424.92, + "confidence": 0.5548853, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "about" + }, + { + "word": "either", + "start": 424.92, + "end": 425.42, + "confidence": 0.8741742, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "either," + }, + { + "word": "but", + "start": 425.44, + "end": 425.6, + "confidence": 0.99976784, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "but" + }, + { + "word": "it's", + "start": 425.6, + "end": 425.82, + "confidence": 0.8739009, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "it's" + }, + { + "word": "like", + "start": 425.82, + "end": 426.0, + "confidence": 0.32550505, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "like" + }, + { + "word": "yeah", + "start": 426.0, + "end": 426.3, + "confidence": 0.9978942, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "yeah" + }, + { + "word": "who", + "start": 426.3, + "end": 426.5, + "confidence": 0.351089, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "who" + }, + { + "word": "knows", + "start": 426.5, + "end": 426.74, + "confidence": 0.7159256, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "knows" + }, + { + "word": "like", + "start": 426.74, + "end": 426.96, + "confidence": 0.7505833, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "like" + }, + { + "word": "someday", + "start": 426.96, + "end": 427.38, + "confidence": 0.59210175, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "someday" + }, + { + "word": "someone", + "start": 427.38, + "end": 427.56, + "confidence": 0.89742446, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "someone" + }, + { + "word": "would", + "start": 427.56, + "end": 427.74, + "confidence": 0.88196886, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "would" + }, + { + "word": "be", + "start": 427.74, + "end": 427.84, + "confidence": 0.7125772, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "be" + }, + { + "word": "like", + "start": 427.84, + "end": 428.0, + "confidence": 0.73992676, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "like" + }, + { + "word": "yeah", + "start": 428.0, + "end": 428.16, + "confidence": 0.99668473, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "yeah" + }, + { + "word": "pollard's", + "start": 428.16, + "end": 428.56, + "confidence": 0.9981331, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "Pollard's" + }, + { + "word": "row", + "start": 428.56, + "end": 428.8, + "confidence": 0.8976278, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "Row," + }, + { + "word": "we", + "start": 428.8, + "end": 428.94, + "confidence": 0.99557483, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "we" + }, + { + "word": "got", + "start": 428.94, + "end": 429.14, + "confidence": 0.7823863, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "got" + }, + { + "word": "a", + "start": 429.14, + "end": 429.24, + "confidence": 0.44012684, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "a" + }, + { + "word": "better", + "start": 429.24, + "end": 429.64, + "confidence": 0.9989359, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "better" + }, + { + "word": "way", + "start": 429.64, + "end": 429.9, + "confidence": 0.9115516, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "way" + }, + { + "word": "to", + "start": 429.9, + "end": 430.08, + "confidence": 0.78552824, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "to" + }, + { + "word": "do", + "start": 430.08, + "end": 430.24, + "confidence": 0.99627316, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "do" + }, + { + "word": "pollard's", + "start": 430.24, + "end": 430.68, + "confidence": 0.998351, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "Pollard's" + }, + { + "word": "row", + "start": 430.68, + "end": 431.04, + "confidence": 0.4571275, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "Row" + }, + { + "word": "and", + "start": 431.04, + "end": 431.26, + "confidence": 0.8022708, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "and" + }, + { + "word": "you", + "start": 431.26, + "end": 431.4, + "confidence": 0.7553843, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 431.4, + "end": 431.6, + "confidence": 0.78228164, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "know" + }, + { + "word": "find", + "start": 431.6, + "end": 431.98, + "confidence": 0.82117325, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "find" + }, + { + "word": "private", + "start": 431.98, + "end": 432.28, + "confidence": 0.8239214, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "private" + }, + { + "word": "keys", + "start": 432.28, + "end": 432.5, + "confidence": 0.8598023, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "keys" + }, + { + "word": "from", + "start": 432.5, + "end": 432.66, + "confidence": 0.7480328, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "from" + }, + { + "word": "public", + "start": 432.66, + "end": 433.04, + "confidence": 0.8654578, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "public" + }, + { + "word": "keys", + "start": 433.04, + "end": 433.2, + "confidence": 0.46997252, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "keys" + }, + { + "word": "on", + "start": 433.2, + "end": 433.38, + "confidence": 0.9992774, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "on" + }, + { + "word": "these", + "start": 433.38, + "end": 433.52, + "confidence": 0.75131637, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "these" + }, + { + "word": "elliptic", + "start": 433.52, + "end": 433.94, + "confidence": 0.9975903, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "elliptic" + }, + { + "word": "curves", + "start": 433.94, + "end": 434.24, + "confidence": 0.8252292, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "curves." + }, + { + "word": "and", + "start": 434.24, + "end": 434.44, + "confidence": 0.9994856, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "And" + }, + { + "word": "there's", + "start": 434.44, + "end": 434.64, + "confidence": 0.99825007, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "there's" + }, + { + "word": "a", + "start": 434.64, + "end": 434.76, + "confidence": 0.8197904, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "a" + }, + { + "word": "paper", + "start": 434.76, + "end": 435.02, + "confidence": 0.92917866, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "paper" + }, + { + "word": "and", + "start": 435.02, + "end": 435.14, + "confidence": 0.49632192, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "and" + }, + { + "word": "people", + "start": 435.14, + "end": 435.4, + "confidence": 0.76656777, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "people" + }, + { + "word": "like", + "start": 435.4, + "end": 435.54, + "confidence": 0.8569472, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "like" + }, + { + "word": "oh", + "start": 435.54, + "end": 435.7, + "confidence": 0.5581055, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "oh" + }, + { + "word": "shoot", + "start": 435.7, + "end": 435.92, + "confidence": 0.8671856, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "shoot" + }, + { + "word": "and", + "start": 435.92, + "end": 436.02, + "confidence": 0.41730627, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "and" + }, + { + "word": "you", + "start": 436.02, + "end": 436.18, + "confidence": 0.99920017, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 436.18, + "end": 436.34, + "confidence": 0.90639377, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "know" + }, + { + "word": "maybe", + "start": 436.34, + "end": 436.56, + "confidence": 0.791714, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "maybe" + }, + { + "word": "it", + "start": 436.56, + "end": 436.7, + "confidence": 0.89212835, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "it" + }, + { + "word": "starts", + "start": 436.7, + "end": 436.94, + "confidence": 0.85323715, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "starts" + }, + { + "word": "as", + "start": 436.94, + "end": 437.14, + "confidence": 0.99291503, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "as" + }, + { + "word": "like", + "start": 437.14, + "end": 437.52, + "confidence": 0.8612179, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "like" + }, + { + "word": "a", + "start": 437.52, + "end": 437.64, + "confidence": 0.8568405, + "speaker": 0, + "speaker_confidence": 0.60253906, + "punctuated_word": "a" + }, + { + "word": "small", + "start": 437.64, + "end": 437.98, + "confidence": 0.4950267, + "speaker": 0, + "speaker_confidence": 0.60253906, + "punctuated_word": "small" + }, + { + "word": "speed", + "start": 437.98, + "end": 438.18, + "confidence": 0.61218053, + "speaker": 0, + "speaker_confidence": 0.60253906, + "punctuated_word": "speed" + }, + { + "word": "up", + "start": 438.18, + "end": 438.38, + "confidence": 0.8985879, + "speaker": 0, + "speaker_confidence": 0.60253906, + "punctuated_word": "up" + }, + { + "word": "but", + "start": 438.38, + "end": 438.54, + "confidence": 0.9998306, + "speaker": 0, + "speaker_confidence": 0.60253906, + "punctuated_word": "but" + }, + { + "word": "it's", + "start": 438.54, + "end": 438.72, + "confidence": 0.87722987, + "speaker": 0, + "speaker_confidence": 0.60253906, + "punctuated_word": "it's" + }, + { + "word": "like", + "start": 438.72, + "end": 438.92, + "confidence": 0.47124738, + "speaker": 0, + "speaker_confidence": 0.60253906, + "punctuated_word": "like" + }, + { + "word": "hey", + "start": 438.92, + "end": 439.24, + "confidence": 0.8896247, + "speaker": 0, + "speaker_confidence": 0.60253906, + "punctuated_word": "hey" + }, + { + "word": "this", + "start": 439.24, + "end": 439.46, + "confidence": 0.19274212, + "speaker": 0, + "speaker_confidence": 0.60253906, + "punctuated_word": "this" + }, + { + "word": "is", + "start": 439.46, + "end": 439.62, + "confidence": 0.9989298, + "speaker": 0, + "speaker_confidence": 0.60253906, + "punctuated_word": "is" + }, + { + "word": "getting", + "start": 439.62, + "end": 440.12, + "confidence": 0.8152768, + "speaker": 0, + "speaker_confidence": 0.60253906, + "punctuated_word": "getting" + }, + { + "word": "you", + "start": 440.24, + "end": 440.36, + "confidence": 0.7787567, + "speaker": 0, + "speaker_confidence": 0.60253906, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 440.36, + "end": 440.54, + "confidence": 0.70160806, + "speaker": 0, + "speaker_confidence": 0.60253906, + "punctuated_word": "know" + }, + { + "word": "getting", + "start": 440.54, + "end": 440.82, + "confidence": 0.99923825, + "speaker": 0, + "speaker_confidence": 0.60253906, + "punctuated_word": "getting" + }, + { + "word": "sketchy", + "start": 440.82, + "end": 441.2, + "confidence": 0.5896711, + "speaker": 0, + "speaker_confidence": 0.60253906, + "punctuated_word": "sketchy" + }, + { + "word": "we", + "start": 441.2, + "end": 441.36, + "confidence": 0.87748516, + "speaker": 0, + "speaker_confidence": 0.60253906, + "punctuated_word": "we" + }, + { + "word": "should", + "start": 441.36, + "end": 441.54, + "confidence": 0.88634044, + "speaker": 0, + "speaker_confidence": 0.60253906, + "punctuated_word": "should" + }, + { + "word": "move", + "start": 441.54, + "end": 441.78, + "confidence": 0.4035166, + "speaker": 0, + "speaker_confidence": 0.60253906, + "punctuated_word": "move" + }, + { + "word": "to", + "start": 441.78, + "end": 441.98, + "confidence": 0.6668101, + "speaker": 0, + "speaker_confidence": 0.60253906, + "punctuated_word": "to" + }, + { + "word": "a", + "start": 441.98, + "end": 442.06, + "confidence": 0.33893695, + "speaker": 0, + "speaker_confidence": 0.60253906, + "punctuated_word": "a" + }, + { + "word": "different", + "start": 442.06, + "end": 442.56, + "confidence": 0.8098729, + "speaker": 0, + "speaker_confidence": 0.60253906, + "punctuated_word": "different" + }, + { + "word": "you", + "start": 443.18, + "end": 443.26, + "confidence": 0.33419928, + "speaker": 0, + "speaker_confidence": 0.36376953, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 443.26, + "end": 443.32, + "confidence": 0.9995881, + "speaker": 0, + "speaker_confidence": 0.36376953, + "punctuated_word": "know" + }, + { + "word": "totally", + "start": 443.32, + "end": 443.76, + "confidence": 0.061065435, + "speaker": 0, + "speaker_confidence": 0.36376953, + "punctuated_word": "totally" + }, + { + "word": "possible", + "start": 443.76, + "end": 444.12, + "confidence": 0.9998429, + "speaker": 0, + "speaker_confidence": 0.36376953, + "punctuated_word": "possible" + }, + { + "word": "that", + "start": 444.12, + "end": 444.22, + "confidence": 0.8745548, + "speaker": 0, + "speaker_confidence": 0.36376953, + "punctuated_word": "that" + }, + { + "word": "we", + "start": 444.22, + "end": 444.28, + "confidence": 0.90590787, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "we" + }, + { + "word": "have", + "start": 444.28, + "end": 444.44, + "confidence": 0.8968624, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "have" + }, + { + "word": "to", + "start": 444.44, + "end": 444.52, + "confidence": 0.90248644, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "to" + }, + { + "word": "move", + "start": 444.52, + "end": 444.76, + "confidence": 0.70152783, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "move" + }, + { + "word": "to", + "start": 444.76, + "end": 444.88, + "confidence": 0.9248455, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "to" + }, + { + "word": "different", + "start": 444.88, + "end": 445.12, + "confidence": 0.8524106, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "different" + }, + { + "word": "signature", + "start": 445.12, + "end": 445.58, + "confidence": 0.76091164, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "signature" + }, + { + "word": "algorithms", + "start": 445.58, + "end": 446.08, + "confidence": 0.11716141, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "algorithms," + }, + { + "word": "regardless", + "start": 446.28, + "end": 446.78, + "confidence": 0.8395396, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "regardless" + }, + { + "word": "of", + "start": 446.82, + "end": 446.92, + "confidence": 0.8471974, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "of" + }, + { + "word": "whether", + "start": 446.92, + "end": 447.18, + "confidence": 0.7576783, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "whether" + }, + { + "word": "there's", + "start": 447.18, + "end": 447.44, + "confidence": 0.9988939, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "there's" + }, + { + "word": "a", + "start": 447.44, + "end": 447.56, + "confidence": 0.61134666, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "a" + }, + { + "word": "quantum", + "start": 447.56, + "end": 447.86, + "confidence": 0.8782869, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "quantum" + }, + { + "word": "computer", + "start": 447.86, + "end": 448.1, + "confidence": 0.89603806, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "computer" + }, + { + "word": "or", + "start": 448.1, + "end": 448.26, + "confidence": 0.99755245, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "or" + }, + { + "word": "not", + "start": 448.26, + "end": 448.76, + "confidence": 0.171529, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "not." + }, + { + "word": "i", + "start": 449.02, + "end": 449.1, + "confidence": 0.99995923, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 449.1, + "end": 449.28, + "confidence": 0.80107504, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "don't" + }, + { + "word": "think", + "start": 449.28, + "end": 449.44, + "confidence": 0.6935224, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "think" + }, + { + "word": "it'll", + "start": 449.44, + "end": 449.72, + "confidence": 0.79809713, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "it'll" + }, + { + "word": "happen", + "start": 449.72, + "end": 450.06, + "confidence": 0.8777414, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "happen," + }, + { + "word": "but", + "start": 450.06, + "end": 450.36, + "confidence": 0.8998779, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "But" + }, + { + "word": "just", + "start": 450.36, + "end": 450.6, + "confidence": 0.7961632, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "just" + }, + { + "word": "in", + "start": 450.6, + "end": 450.72, + "confidence": 0.84219664, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "in" + }, + { + "word": "case", + "start": 450.72, + "end": 450.96, + "confidence": 0.8121453, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "case," + }, + { + "word": "it's", + "start": 450.96, + "end": 451.12, + "confidence": 0.8381334, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "it's" + }, + { + "word": "good", + "start": 451.12, + "end": 451.28, + "confidence": 0.90647477, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "good" + }, + { + "word": "to", + "start": 451.28, + "end": 451.4, + "confidence": 0.8617538, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "to" + }, + { + "word": "be", + "start": 451.4, + "end": 451.56, + "confidence": 0.9952624, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "be" + }, + { + "word": "prepared", + "start": 451.56, + "end": 452.06, + "confidence": 0.1597832, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "prepared." + }, + { + "word": "and", + "start": 453.08, + "end": 453.26, + "confidence": 0.81357956, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "And" + }, + { + "word": "so", + "start": 453.26, + "end": 453.62, + "confidence": 0.98344684, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "so" + }, + { + "word": "there's", + "start": 453.62, + "end": 453.94, + "confidence": 0.6849571, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "there's" + }, + { + "word": "different", + "start": 453.94, + "end": 454.28, + "confidence": 0.8812381, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "different" + }, + { + "word": "signature", + "start": 454.28, + "end": 454.74, + "confidence": 0.4136845, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "signature" + }, + { + "word": "algorithms", + "start": 454.74, + "end": 455.22, + "confidence": 0.9999536, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "algorithms" + }, + { + "word": "that", + "start": 455.22, + "end": 455.44, + "confidence": 0.89540607, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "that" + }, + { + "word": "do", + "start": 455.44, + "end": 455.68, + "confidence": 0.8221678, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "do" + }, + { + "word": "not", + "start": 455.68, + "end": 455.82, + "confidence": 0.89874345, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "not" + }, + { + "word": "rely", + "start": 455.82, + "end": 456.16, + "confidence": 0.94960886, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "rely" + }, + { + "word": "on", + "start": 456.16, + "end": 456.3, + "confidence": 0.84548277, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "on" + }, + { + "word": "elliptic", + "start": 456.3, + "end": 456.68, + "confidence": 0.998749, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "elliptic" + }, + { + "word": "curves", + "start": 456.68, + "end": 457.18, + "confidence": 0.32087362, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "curves." + }, + { + "word": "and", + "start": 457.2, + "end": 457.36, + "confidence": 0.847736, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "And" + }, + { + "word": "elliptic", + "start": 457.36, + "end": 457.72, + "confidence": 0.9992693, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "elliptic" + }, + { + "word": "curves", + "start": 457.72, + "end": 458.22, + "confidence": 0.83257955, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "curves" + }, + { + "word": "are", + "start": 458.44, + "end": 458.64, + "confidence": 0.8940596, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "are" + }, + { + "word": "broken", + "start": 458.64, + "end": 459.14, + "confidence": 0.7368222, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "broken" + }, + { + "word": "by", + "start": 459.14, + "end": 459.64, + "confidence": 0.9882614, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "by" + }, + { + "word": "shor's", + "start": 459.72, + "end": 460.08, + "confidence": 0.9909565, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "Shor's" + }, + { + "word": "algorithm", + "start": 460.08, + "end": 460.44, + "confidence": 0.9999566, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "algorithm" + }, + { + "word": "if", + "start": 460.44, + "end": 460.56, + "confidence": 0.87914354, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 460.56, + "end": 460.68, + "confidence": 0.9978143, + "speaker": 0, + "speaker_confidence": 0.81640625, + "punctuated_word": "you" + }, + { + "word": "have", + "start": 460.68, + "end": 460.76, + "confidence": 0.89354086, + "speaker": 0, + "speaker_confidence": 0.7421875, + "punctuated_word": "have" + }, + { + "word": "a", + "start": 460.76, + "end": 460.92, + "confidence": 0.61578226, + "speaker": 0, + "speaker_confidence": 0.7421875, + "punctuated_word": "a" + }, + { + "word": "quantum", + "start": 460.92, + "end": 461.14, + "confidence": 0.997387, + "speaker": 0, + "speaker_confidence": 0.7421875, + "punctuated_word": "quantum" + }, + { + "word": "computer", + "start": 461.14, + "end": 461.64, + "confidence": 0.4472817, + "speaker": 0, + "speaker_confidence": 0.7421875, + "punctuated_word": "computer." + }, + { + "word": "the", + "start": 462.52, + "end": 462.72, + "confidence": 0.8441262, + "speaker": 0, + "speaker_confidence": 0.7421875, + "punctuated_word": "The" + }, + { + "word": "main", + "start": 462.72, + "end": 463.22, + "confidence": 0.90048873, + "speaker": 0, + "speaker_confidence": 0.7421875, + "punctuated_word": "main" + }, + { + "word": "downside", + "start": 463.38, + "end": 463.88, + "confidence": 0.70674133, + "speaker": 0, + "speaker_confidence": 0.7421875, + "punctuated_word": "downside" + }, + { + "word": "is", + "start": 464.12, + "end": 464.34, + "confidence": 0.9367891, + "speaker": 0, + "speaker_confidence": 0.7421875, + "punctuated_word": "is" + }, + { + "word": "they're", + "start": 464.34, + "end": 464.54, + "confidence": 0.98236626, + "speaker": 0, + "speaker_confidence": 0.7421875, + "punctuated_word": "they're" + }, + { + "word": "a", + "start": 464.54, + "end": 464.7, + "confidence": 0.87264925, + "speaker": 0, + "speaker_confidence": 0.7421875, + "punctuated_word": "a" + }, + { + "word": "lot", + "start": 464.7, + "end": 465.14, + "confidence": 0.6765839, + "speaker": 0, + "speaker_confidence": 0.7421875, + "punctuated_word": "lot" + }, + { + "word": "larger", + "start": 465.14, + "end": 465.64, + "confidence": 0.47110575, + "speaker": 0, + "speaker_confidence": 0.7421875, + "punctuated_word": "larger." + }, + { + "word": "they're", + "start": 465.82, + "end": 466.22, + "confidence": 0.7686806, + "speaker": 0, + "speaker_confidence": 0.7421875, + "punctuated_word": "They're" + }, + { + "word": "like", + "start": 466.22, + "end": 466.56, + "confidence": 0.78735167, + "speaker": 0, + "speaker_confidence": 0.7421875, + "punctuated_word": "like" + }, + { + "word": "50", + "start": 466.56, + "end": 466.88, + "confidence": 0.8075585, + "speaker": 0, + "speaker_confidence": 0.7421875, + "punctuated_word": "50" + }, + { + "word": "times", + "start": 466.88, + "end": 467.08, + "confidence": 0.61651564, + "speaker": 0, + "speaker_confidence": 0.7421875, + "punctuated_word": "times" + }, + { + "word": "larger", + "start": 467.08, + "end": 467.58, + "confidence": 0.58787876, + "speaker": 0, + "speaker_confidence": 0.7421875, + "punctuated_word": "larger." + }, + { + "word": "like", + "start": 468.34, + "end": 468.54, + "confidence": 0.71100014, + "speaker": 0, + "speaker_confidence": 0.7421875, + "punctuated_word": "Like" + }, + { + "word": "4", + "start": 468.54, + "end": 468.82, + "confidence": 0.96755487, + "speaker": 0, + "speaker_confidence": 0.7421875, + "punctuated_word": "4" + }, + { + "word": "kilobytes", + "start": 468.82, + "end": 469.32, + "confidence": 0.940845, + "speaker": 0, + "speaker_confidence": 0.7421875, + "punctuated_word": "kilobytes" + }, + { + "word": "ish", + "start": 469.44, + "end": 469.94, + "confidence": 0.8576024, + "speaker": 0, + "speaker_confidence": 0.7421875, + "punctuated_word": "ish" + }, + { + "word": "is", + "start": 470.2, + "end": 470.32, + "confidence": 0.63516665, + "speaker": 0, + "speaker_confidence": 0.7421875, + "punctuated_word": "is" + }, + { + "word": "the", + "start": 470.32, + "end": 470.82, + "confidence": 0.31877583, + "speaker": 0, + "speaker_confidence": 0.7421875, + "punctuated_word": "the" + }, + { + "word": "size", + "start": 470.82, + "end": 471.14, + "confidence": 0.99738926, + "speaker": 0, + "speaker_confidence": 0.7421875, + "punctuated_word": "size" + }, + { + "word": "for", + "start": 471.14, + "end": 471.42, + "confidence": 0.8747162, + "speaker": 0, + "speaker_confidence": 0.7421875, + "punctuated_word": "for" + }, + { + "word": "the", + "start": 471.42, + "end": 471.74, + "confidence": 0.84183633, + "speaker": 0, + "speaker_confidence": 0.7421875, + "punctuated_word": "the" + }, + { + "word": "sphinx", + "start": 471.74, + "end": 472.2, + "confidence": 0.99124897, + "speaker": 0, + "speaker_confidence": 0.7421875, + "punctuated_word": "Sphinx" + }, + { + "word": "plus", + "start": 472.2, + "end": 472.7, + "confidence": 0.89125484, + "speaker": 0, + "speaker_confidence": 0.7421875, + "punctuated_word": "Plus." + }, + { + "word": "you", + "start": 472.76, + "end": 472.96, + "confidence": 0.8955983, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "You" + }, + { + "word": "can", + "start": 472.96, + "end": 473.24, + "confidence": 0.9069272, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "can" + }, + { + "word": "get", + "start": 473.24, + "end": 473.48, + "confidence": 0.8389066, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "get" + }, + { + "word": "it", + "start": 473.48, + "end": 473.68, + "confidence": 0.39905903, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "it" + }, + { + "word": "lower", + "start": 473.68, + "end": 474.14, + "confidence": 0.83216274, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "lower," + }, + { + "word": "so", + "start": 474.14, + "end": 474.32, + "confidence": 0.998494, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "so" + }, + { + "word": "there's", + "start": 474.32, + "end": 474.64, + "confidence": 0.66615903, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "there's" + }, + { + "word": "like", + "start": 474.64, + "end": 474.86, + "confidence": 0.9862802, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "like," + }, + { + "word": "i", + "start": 474.86, + "end": 474.96, + "confidence": 0.8463662, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 474.96, + "end": 475.24, + "confidence": 0.9997863, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "think" + }, + { + "word": "that's", + "start": 475.24, + "end": 475.48, + "confidence": 0.43902305, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "that's" + }, + { + "word": "another", + "start": 475.48, + "end": 475.84, + "confidence": 0.81630445, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "another" + }, + { + "word": "interesting", + "start": 475.84, + "end": 476.2, + "confidence": 0.9070867, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "interesting" + }, + { + "word": "part", + "start": 476.2, + "end": 476.44, + "confidence": 0.7933408, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "part" + }, + { + "word": "of", + "start": 476.44, + "end": 476.58, + "confidence": 0.46533737, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "of" + }, + { + "word": "research", + "start": 476.58, + "end": 476.88, + "confidence": 0.80990845, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "research" + }, + { + "word": "is", + "start": 476.88, + "end": 477.04, + "confidence": 0.7721432, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "is" + }, + { + "word": "like", + "start": 477.04, + "end": 477.26, + "confidence": 0.8268949, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "like," + }, + { + "word": "hey", + "start": 477.26, + "end": 477.7, + "confidence": 0.6869186, + "speaker": 0, + "speaker_confidence": 0.6689453, + "punctuated_word": "hey," + }, + { + "word": "it", + "start": 477.7, + "end": 477.8, + "confidence": 0.99997914, + "speaker": 0, + "speaker_confidence": 0.4584961, + "punctuated_word": "it" + }, + { + "word": "doesn't", + "start": 477.8, + "end": 478.08, + "confidence": 0.77861905, + "speaker": 0, + "speaker_confidence": 0.4584961, + "punctuated_word": "doesn't" + }, + { + "word": "really", + "start": 478.08, + "end": 478.26, + "confidence": 0.9029849, + "speaker": 0, + "speaker_confidence": 0.4584961, + "punctuated_word": "really" + }, + { + "word": "need", + "start": 478.26, + "end": 478.38, + "confidence": 0.8873337, + "speaker": 0, + "speaker_confidence": 0.4584961, + "punctuated_word": "need" + }, + { + "word": "to", + "start": 478.38, + "end": 478.52, + "confidence": 0.5299754, + "speaker": 0, + "speaker_confidence": 0.4584961, + "punctuated_word": "to" + }, + { + "word": "be", + "start": 478.52, + "end": 478.7, + "confidence": 0.76351196, + "speaker": 0, + "speaker_confidence": 0.4584961, + "punctuated_word": "be" + }, + { + "word": "4k", + "start": 478.7, + "end": 479.06, + "confidence": 0.55207896, + "speaker": 0, + "speaker_confidence": 0.4584961, + "punctuated_word": "4k." + }, + { + "word": "could", + "start": 479.06, + "end": 479.24, + "confidence": 0.81315005, + "speaker": 0, + "speaker_confidence": 0.4584961, + "punctuated_word": "Could" + }, + { + "word": "we", + "start": 479.24, + "end": 479.54, + "confidence": 0.8722122, + "speaker": 0, + "speaker_confidence": 0.4584961, + "punctuated_word": "we," + }, + { + "word": "you", + "start": 479.54, + "end": 479.6, + "confidence": 0.9312008, + "speaker": 0, + "speaker_confidence": 0.4584961, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 479.6, + "end": 479.76, + "confidence": 0.87081665, + "speaker": 0, + "speaker_confidence": 0.4584961, + "punctuated_word": "know," + }, + { + "word": "maybe", + "start": 479.76, + "end": 480.02, + "confidence": 0.9177036, + "speaker": 0, + "speaker_confidence": 0.4584961, + "punctuated_word": "maybe" + }, + { + "word": "3k", + "start": 480.02, + "end": 480.48, + "confidence": 0.36233905, + "speaker": 0, + "speaker_confidence": 0.4584961, + "punctuated_word": "3k?" + }, + { + "word": "maybe", + "start": 480.48, + "end": 480.6, + "confidence": 0.8514128, + "speaker": 0, + "speaker_confidence": 0.7446289, + "punctuated_word": "Maybe" + }, + { + "word": "we", + "start": 480.6, + "end": 480.72, + "confidence": 0.8171427, + "speaker": 0, + "speaker_confidence": 0.7446289, + "punctuated_word": "we" + }, + { + "word": "can", + "start": 480.72, + "end": 480.86, + "confidence": 0.93728775, + "speaker": 0, + "speaker_confidence": 0.7446289, + "punctuated_word": "can" + }, + { + "word": "whittle", + "start": 480.86, + "end": 481.08, + "confidence": 0.892241, + "speaker": 0, + "speaker_confidence": 0.7446289, + "punctuated_word": "whittle" + }, + { + "word": "it", + "start": 481.08, + "end": 481.22, + "confidence": 0.8924565, + "speaker": 0, + "speaker_confidence": 0.7446289, + "punctuated_word": "it" + }, + { + "word": "down", + "start": 481.22, + "end": 481.4, + "confidence": 0.928164, + "speaker": 0, + "speaker_confidence": 0.7446289, + "punctuated_word": "down" + }, + { + "word": "to", + "start": 481.4, + "end": 481.56, + "confidence": 0.5659894, + "speaker": 0, + "speaker_confidence": 0.7446289, + "punctuated_word": "to" + }, + { + "word": "2k", + "start": 481.56, + "end": 481.8, + "confidence": 0.39495593, + "speaker": 0, + "speaker_confidence": 0.7446289, + "punctuated_word": "2k," + }, + { + "word": "but", + "start": 481.8, + "end": 481.96, + "confidence": 0.9882635, + "speaker": 0, + "speaker_confidence": 0.7446289, + "punctuated_word": "but" + }, + { + "word": "that's", + "start": 481.96, + "end": 482.28, + "confidence": 0.84613675, + "speaker": 0, + "speaker_confidence": 0.7446289, + "punctuated_word": "that's" + }, + { + "word": "what", + "start": 482.28, + "end": 482.44, + "confidence": 0.907888, + "speaker": 0, + "speaker_confidence": 0.7446289, + "punctuated_word": "what" + }, + { + "word": "we're", + "start": 482.44, + "end": 482.64, + "confidence": 0.8308888, + "speaker": 0, + "speaker_confidence": 0.7446289, + "punctuated_word": "we're" + }, + { + "word": "starting", + "start": 482.64, + "end": 483.0, + "confidence": 0.38806453, + "speaker": 0, + "speaker_confidence": 0.7446289, + "punctuated_word": "starting" + }, + { + "word": "with", + "start": 483.0, + "end": 483.5, + "confidence": 0.30595753, + "speaker": 0, + "speaker_confidence": 0.7446289, + "punctuated_word": "with." + }, + { + "word": "and", + "start": 483.68, + "end": 484.18, + "confidence": 0.8862673, + "speaker": 0, + "speaker_confidence": 0.7446289, + "punctuated_word": "And" + }, + { + "word": "i", + "start": 484.24, + "end": 484.28, + "confidence": 0.9997942, + "speaker": 0, + "speaker_confidence": 0.7446289, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 484.28, + "end": 484.54, + "confidence": 0.8163289, + "speaker": 0, + "speaker_confidence": 0.7446289, + "punctuated_word": "don't" + }, + { + "word": "see", + "start": 484.54, + "end": 484.74, + "confidence": 0.89104325, + "speaker": 0, + "speaker_confidence": 0.7446289, + "punctuated_word": "see" + }, + { + "word": "any", + "start": 484.74, + "end": 484.92, + "confidence": 0.83970106, + "speaker": 0, + "speaker_confidence": 0.7446289, + "punctuated_word": "any" + }, + { + "word": "way", + "start": 484.92, + "end": 485.14, + "confidence": 0.6897931, + "speaker": 0, + "speaker_confidence": 0.7446289, + "punctuated_word": "way" + }, + { + "word": "you", + "start": 485.14, + "end": 485.28, + "confidence": 0.88786, + "speaker": 0, + "speaker_confidence": 0.7446289, + "punctuated_word": "you" + }, + { + "word": "get", + "start": 485.28, + "end": 485.44, + "confidence": 0.7423361, + "speaker": 0, + "speaker_confidence": 0.7446289, + "punctuated_word": "get" + }, + { + "word": "it", + "start": 485.44, + "end": 485.64, + "confidence": 0.8249439, + "speaker": 0, + "speaker_confidence": 0.7446289, + "punctuated_word": "it" + }, + { + "word": "down", + "start": 485.64, + "end": 485.86, + "confidence": 0.77956486, + "speaker": 0, + "speaker_confidence": 0.7446289, + "punctuated_word": "down" + }, + { + "word": "to", + "start": 485.86, + "end": 486.34, + "confidence": 0.82229185, + "speaker": 0, + "speaker_confidence": 0.7446289, + "punctuated_word": "to" + }, + { + "word": "anywhere", + "start": 486.34, + "end": 486.72, + "confidence": 0.9041865, + "speaker": 0, + "speaker_confidence": 0.7446289, + "punctuated_word": "anywhere" + }, + { + "word": "close", + "start": 486.72, + "end": 487.0, + "confidence": 0.8897609, + "speaker": 0, + "speaker_confidence": 0.7446289, + "punctuated_word": "close" + }, + { + "word": "to", + "start": 487.0, + "end": 487.2, + "confidence": 0.80189097, + "speaker": 0, + "speaker_confidence": 0.7446289, + "punctuated_word": "to" + }, + { + "word": "64", + "start": 487.2, + "end": 487.6, + "confidence": 0.9912276, + "speaker": 0, + "speaker_confidence": 0.7446289, + "punctuated_word": "64" + }, + { + "word": "bytes", + "start": 487.6, + "end": 488.1, + "confidence": 0.032896034, + "speaker": 0, + "speaker_confidence": 0.7446289, + "punctuated_word": "bytes." + }, + { + "word": "so", + "start": 490.58, + "end": 490.86, + "confidence": 0.89381886, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "So" + }, + { + "word": "how", + "start": 490.86, + "end": 491.18, + "confidence": 0.84266883, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "how" + }, + { + "word": "bad", + "start": 491.18, + "end": 491.48, + "confidence": 0.87761056, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "bad" + }, + { + "word": "would", + "start": 491.48, + "end": 491.68, + "confidence": 0.9008731, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "would" + }, + { + "word": "that", + "start": 491.68, + "end": 491.88, + "confidence": 0.86353225, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "that" + }, + { + "word": "be", + "start": 491.88, + "end": 492.04, + "confidence": 0.9013893, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "be" + }, + { + "word": "if", + "start": 492.04, + "end": 492.24, + "confidence": 0.78992003, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "if" + }, + { + "word": "we", + "start": 492.24, + "end": 492.34, + "confidence": 0.878909, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "we" + }, + { + "word": "had", + "start": 492.34, + "end": 492.54, + "confidence": 0.9522301, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "had" + }, + { + "word": "to", + "start": 492.54, + "end": 492.66, + "confidence": 0.9465417, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "to" + }, + { + "word": "switch", + "start": 492.66, + "end": 493.08, + "confidence": 0.054594345, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "switch?" + }, + { + "word": "well", + "start": 493.08, + "end": 493.34, + "confidence": 0.9965197, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "Well" + }, + { + "word": "that's", + "start": 493.34, + "end": 493.62, + "confidence": 0.77285624, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "that's" + }, + { + "word": "like", + "start": 493.62, + "end": 493.82, + "confidence": 0.23799218, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "like" + }, + { + "word": "a", + "start": 493.82, + "end": 494.32, + "confidence": 0.48738882, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "a..." + }, + { + "word": "you're", + "start": 495.48, + "end": 495.72, + "confidence": 0.80889326, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "You're" + }, + { + "word": "down", + "start": 495.72, + "end": 495.94, + "confidence": 0.8544124, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "down" + }, + { + "word": "to", + "start": 495.94, + "end": 496.12, + "confidence": 0.94555, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "to" + }, + { + "word": "2%", + "start": 496.12, + "end": 496.62, + "confidence": 0.8862415, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "2%" + }, + { + "word": "of", + "start": 496.78, + "end": 496.96, + "confidence": 0.8891621, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 496.96, + "end": 497.1, + "confidence": 0.8406423, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "the" + }, + { + "word": "throughput", + "start": 497.1, + "end": 497.56, + "confidence": 0.7616488, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "throughput" + }, + { + "word": "rate", + "start": 497.56, + "end": 497.86, + "confidence": 0.88634306, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "rate" + }, + { + "word": "that", + "start": 497.86, + "end": 498.04, + "confidence": 0.8023557, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "that" + }, + { + "word": "you", + "start": 498.04, + "end": 498.16, + "confidence": 0.88788915, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "you" + }, + { + "word": "had", + "start": 498.16, + "end": 498.42, + "confidence": 0.25284258, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "had." + }, + { + "word": "so", + "start": 498.42, + "end": 498.58, + "confidence": 0.9227648, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "So" + }, + { + "word": "if", + "start": 498.58, + "end": 498.74, + "confidence": 0.7929835, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "if" + }, + { + "word": "people", + "start": 498.74, + "end": 499.0, + "confidence": 0.5724678, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "people" + }, + { + "word": "thought", + "start": 499.0, + "end": 499.4, + "confidence": 0.7822416, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "thought" + }, + { + "word": "1", + "start": 499.4, + "end": 499.6, + "confidence": 0.9086874, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "1" + }, + { + "word": "megabyte", + "start": 499.6, + "end": 499.92, + "confidence": 0.7957997, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "megabyte" + }, + { + "word": "blocks", + "start": 499.92, + "end": 500.28, + "confidence": 0.84213716, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "blocks" + }, + { + "word": "were", + "start": 500.28, + "end": 500.44, + "confidence": 0.94671243, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "were" + }, + { + "word": "small", + "start": 500.44, + "end": 500.94, + "confidence": 0.07014045, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "small," + }, + { + "word": "now", + "start": 501.26, + "end": 501.42, + "confidence": 0.9544156, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "now" + }, + { + "word": "you've", + "start": 501.42, + "end": 501.68, + "confidence": 0.89039433, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "you've" + }, + { + "word": "got", + "start": 501.68, + "end": 501.82, + "confidence": 0.6934889, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "got" + }, + { + "word": "like", + "start": 501.82, + "end": 502.32, + "confidence": 0.57175595, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "like" + }, + { + "word": "50k", + "start": 502.74, + "end": 503.2, + "confidence": 0.87332946, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "50k" + }, + { + "word": "or", + "start": 503.2, + "end": 503.4, + "confidence": 0.4616205, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "or" + }, + { + "word": "something", + "start": 503.4, + "end": 503.9, + "confidence": 0.8856679, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "something," + }, + { + "word": "or", + "start": 503.96, + "end": 504.16, + "confidence": 0.82090604, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "or" + }, + { + "word": "less", + "start": 504.16, + "end": 504.44, + "confidence": 0.1963802, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "less." + }, + { + "word": "yeah", + "start": 504.44, + "end": 504.64, + "confidence": 0.89205813, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "Yeah," + }, + { + "word": "so", + "start": 504.64, + "end": 505.12, + "confidence": 0.943441, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "so" + }, + { + "word": "20k", + "start": 505.12, + "end": 505.62, + "confidence": 0.749146, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "20k." + }, + { + "word": "you're", + "start": 505.84, + "end": 506.32, + "confidence": 0.7870625, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "You're" + }, + { + "word": "really", + "start": 506.32, + "end": 506.68, + "confidence": 0.8725402, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "really" + }, + { + "word": "restricted", + "start": 506.68, + "end": 507.1, + "confidence": 0.8978564, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "restricted" + }, + { + "word": "in", + "start": 507.1, + "end": 507.26, + "confidence": 0.8140502, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "in" + }, + { + "word": "how", + "start": 507.26, + "end": 507.4, + "confidence": 0.8144807, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "how" + }, + { + "word": "many", + "start": 507.4, + "end": 507.62, + "confidence": 0.87631696, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "many" + }, + { + "word": "transactions", + "start": 507.62, + "end": 508.1, + "confidence": 0.8778228, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "transactions" + }, + { + "word": "you", + "start": 508.1, + "end": 508.26, + "confidence": 0.9059704, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 508.26, + "end": 508.44, + "confidence": 0.60746056, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "can" + }, + { + "word": "do", + "start": 508.44, + "end": 508.6, + "confidence": 0.34012514, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "do." + }, + { + "word": "and", + "start": 508.6, + "end": 508.78, + "confidence": 0.9998354, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "And" + }, + { + "word": "that's", + "start": 508.78, + "end": 509.28, + "confidence": 0.751098, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "that's" + }, + { + "word": "really", + "start": 509.72, + "end": 509.98, + "confidence": 0.99882215, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "really" + }, + { + "word": "bad", + "start": 509.98, + "end": 510.48, + "confidence": 0.59003186, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "bad." + }, + { + "word": "so", + "start": 511.38, + "end": 511.64, + "confidence": 0.7548332, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "So" + }, + { + "word": "signature", + "start": 511.64, + "end": 512.08, + "confidence": 0.99653023, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "signature" + }, + { + "word": "aggregation", + "start": 512.08, + "end": 512.58, + "confidence": 0.82348955, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "aggregation" + }, + { + "word": "would", + "start": 512.64, + "end": 512.8, + "confidence": 0.72931725, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "would" + }, + { + "word": "be", + "start": 512.8, + "end": 512.98, + "confidence": 0.73218316, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "be" + }, + { + "word": "amazing", + "start": 512.98, + "end": 513.48, + "confidence": 0.86044586, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "amazing" + }, + { + "word": "if", + "start": 513.58, + "end": 513.8, + "confidence": 0.8384663, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 513.8, + "end": 513.96, + "confidence": 0.87432456, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 513.96, + "end": 514.16, + "confidence": 0.87379533, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "can" + }, + { + "word": "do", + "start": 514.16, + "end": 514.32, + "confidence": 0.7422995, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "do" + }, + { + "word": "it", + "start": 514.32, + "end": 514.5, + "confidence": 0.6879881, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "it" + }, + { + "word": "with", + "start": 514.5, + "end": 514.7, + "confidence": 0.4366919, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "with" + }, + { + "word": "post-quantum", + "start": 514.7, + "end": 515.2, + "confidence": 0.9142056, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "post-quantum" + }, + { + "word": "or", + "start": 515.4, + "end": 515.64, + "confidence": 0.66184175, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "or" + }, + { + "word": "hash-based", + "start": 515.64, + "end": 516.14, + "confidence": 0.8084328, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "hash-based" + }, + { + "word": "signatures", + "start": 516.14, + "end": 516.64, + "confidence": 0.5306856, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "signatures." + }, + { + "word": "because", + "start": 517.58, + "end": 517.76, + "confidence": 0.81512684, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "Because" + }, + { + "word": "even", + "start": 517.76, + "end": 518.0, + "confidence": 0.77676153, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "even" + }, + { + "word": "with", + "start": 518.0, + "end": 518.16, + "confidence": 0.61773473, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "with" + }, + { + "word": "the", + "start": 518.16, + "end": 518.22, + "confidence": 0.8568104, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "the" + }, + { + "word": "witness", + "start": 518.22, + "end": 518.48, + "confidence": 0.7412638, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "witness" + }, + { + "word": "discount", + "start": 518.48, + "end": 518.98, + "confidence": 0.5040231, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "discount," + }, + { + "word": "these", + "start": 519.02, + "end": 519.22, + "confidence": 0.8805695, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "these" + }, + { + "word": "things", + "start": 519.22, + "end": 519.4, + "confidence": 0.7414617, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "things" + }, + { + "word": "are", + "start": 519.4, + "end": 519.52, + "confidence": 0.9022239, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "are" + }, + { + "word": "going", + "start": 519.52, + "end": 519.64, + "confidence": 0.8972069, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 519.64, + "end": 519.8, + "confidence": 0.64743334, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "to" + }, + { + "word": "be", + "start": 519.8, + "end": 519.96, + "confidence": 0.32327026, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "be" + }, + { + "word": "1", + "start": 519.96, + "end": 520.24, + "confidence": 0.6088806, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "1" + }, + { + "word": "kilovbyte", + "start": 520.24, + "end": 520.74, + "confidence": 0.3637522, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "kilovbyte" + }, + { + "word": "and", + "start": 521.34, + "end": 521.84, + "confidence": 0.8992057, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "and" + }, + { + "word": "you'd", + "start": 522.26, + "end": 522.5, + "confidence": 0.29877114, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "you'd" + }, + { + "word": "have", + "start": 522.5, + "end": 522.72, + "confidence": 0.9045377, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "have" + }, + { + "word": "instead", + "start": 522.72, + "end": 523.0, + "confidence": 0.9547764, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "instead" + }, + { + "word": "of", + "start": 523.0, + "end": 523.14, + "confidence": 0.8697728, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "of" + }, + { + "word": "8%", + "start": 523.14, + "end": 523.64, + "confidence": 0.74174446, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "8%" + }, + { + "word": "savings", + "start": 523.66, + "end": 524.16, + "confidence": 0.71014935, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "savings," + }, + { + "word": "even", + "start": 524.44, + "end": 524.8, + "confidence": 0.80933845, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "even" + }, + { + "word": "a", + "start": 524.8, + "end": 524.92, + "confidence": 0.79507756, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "a" + }, + { + "word": "transaction", + "start": 524.92, + "end": 525.42, + "confidence": 0.8302114, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "transaction" + }, + { + "word": "with", + "start": 525.44, + "end": 525.62, + "confidence": 0.48153028, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "with" + }, + { + "word": "just", + "start": 525.62, + "end": 525.82, + "confidence": 0.7594466, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "just" + }, + { + "word": "2", + "start": 525.82, + "end": 525.96, + "confidence": 0.8189341, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "2" + }, + { + "word": "inputs", + "start": 525.96, + "end": 526.36, + "confidence": 0.7520129, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "inputs" + }, + { + "word": "would", + "start": 526.36, + "end": 526.56, + "confidence": 0.72355956, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "would" + }, + { + "word": "have", + "start": 526.56, + "end": 526.72, + "confidence": 0.8384435, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "have" + }, + { + "word": "something", + "start": 526.72, + "end": 527.04, + "confidence": 0.73553705, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "something" + }, + { + "word": "like", + "start": 527.04, + "end": 527.44, + "confidence": 0.86500853, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "like" + }, + { + "word": "50%", + "start": 527.44, + "end": 527.94, + "confidence": 0.72184026, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "50%" + }, + { + "word": "savings", + "start": 528.16, + "end": 528.66, + "confidence": 0.4490436, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "savings." + }, + { + "word": "three", + "start": 529.12, + "end": 529.44, + "confidence": 0.99884474, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "Three" + }, + { + "word": "inputs", + "start": 529.44, + "end": 529.76, + "confidence": 0.9414919, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "inputs" + }, + { + "word": "you're", + "start": 529.76, + "end": 530.02, + "confidence": 0.8457053, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "you're" + }, + { + "word": "getting", + "start": 530.02, + "end": 530.28, + "confidence": 0.75425065, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "getting" + }, + { + "word": "a", + "start": 530.28, + "end": 530.44, + "confidence": 0.4957696, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "a" + }, + { + "word": "60", + "start": 530.44, + "end": 530.74, + "confidence": 0.4895425, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "60" + }, + { + "word": "something", + "start": 530.74, + "end": 531.0, + "confidence": 0.89775044, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "something." + }, + { + "word": "so", + "start": 531.0, + "end": 531.26, + "confidence": 0.76203066, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "So," + }, + { + "word": "you", + "start": 531.26, + "end": 531.38, + "confidence": 0.8561456, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 531.38, + "end": 531.68, + "confidence": 0.7103655, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "know," + }, + { + "word": "very", + "start": 531.68, + "end": 531.98, + "confidence": 0.63765794, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "very" + }, + { + "word": "large", + "start": 531.98, + "end": 532.26, + "confidence": 0.8808907, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "large" + }, + { + "word": "savings", + "start": 532.26, + "end": 532.68, + "confidence": 0.64796406, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "savings" + }, + { + "word": "in", + "start": 532.68, + "end": 532.84, + "confidence": 0.86948854, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "in" + }, + { + "word": "terms", + "start": 532.84, + "end": 533.04, + "confidence": 0.45742399, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "terms" + }, + { + "word": "of", + "start": 533.04, + "end": 533.3, + "confidence": 0.9994431, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "of" + }, + { + "word": "how", + "start": 533.3, + "end": 533.46, + "confidence": 0.59859455, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "how" + }, + { + "word": "many", + "start": 533.46, + "end": 533.96, + "confidence": 0.48209122, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "many" + }, + { + "word": "vbytes", + "start": 534.38, + "end": 534.88, + "confidence": 0.88541085, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "vbytes" + }, + { + "word": "you're", + "start": 534.92, + "end": 535.12, + "confidence": 0.78098786, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "you're" + }, + { + "word": "saving", + "start": 535.12, + "end": 535.4, + "confidence": 0.87063813, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "saving" + }, + { + "word": "here", + "start": 535.4, + "end": 535.9, + "confidence": 0.8287624, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "here." + }, + { + "word": "and", + "start": 536.32, + "end": 536.54, + "confidence": 0.8873766, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "And," + }, + { + "word": "you", + "start": 536.54, + "end": 536.72, + "confidence": 0.9832791, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 536.72, + "end": 537.04, + "confidence": 0.7004704, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "know," + }, + { + "word": "these", + "start": 537.04, + "end": 537.28, + "confidence": 0.6227856, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "these" + }, + { + "word": "post", + "start": 537.28, + "end": 537.5, + "confidence": 0.5623776, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "post" + }, + { + "word": "quantum", + "start": 537.5, + "end": 537.8, + "confidence": 0.35329175, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "quantum" + }, + { + "word": "signatures", + "start": 537.8, + "end": 538.26, + "confidence": 0.57967883, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "signatures," + }, + { + "word": "if", + "start": 538.26, + "end": 538.42, + "confidence": 0.89656097, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 538.42, + "end": 538.52, + "confidence": 0.9549392, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "you" + }, + { + "word": "did", + "start": 538.52, + "end": 538.78, + "confidence": 0.47339556, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "did" + }, + { + "word": "switch", + "start": 538.78, + "end": 539.06, + "confidence": 0.86670536, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "switch," + }, + { + "word": "maybe", + "start": 539.06, + "end": 539.24, + "confidence": 0.98514646, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "maybe" + }, + { + "word": "you'd", + "start": 539.24, + "end": 539.44, + "confidence": 0.81460625, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "you'd" + }, + { + "word": "also", + "start": 539.44, + "end": 539.7, + "confidence": 0.9037318, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "also" + }, + { + "word": "need", + "start": 539.7, + "end": 539.86, + "confidence": 0.82657, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "need" + }, + { + "word": "to", + "start": 539.86, + "end": 540.04, + "confidence": 0.9034272, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "to" + }, + { + "word": "crank", + "start": 540.04, + "end": 540.24, + "confidence": 0.8123375, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "crank" + }, + { + "word": "up", + "start": 540.24, + "end": 540.36, + "confidence": 0.59034604, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "up" + }, + { + "word": "the", + "start": 540.36, + "end": 540.48, + "confidence": 0.8409527, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "the" + }, + { + "word": "witness", + "start": 540.48, + "end": 540.84, + "confidence": 0.66040134, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "witness" + }, + { + "word": "discount", + "start": 540.84, + "end": 541.22, + "confidence": 0.288197, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "discount." + }, + { + "word": "that's", + "start": 541.22, + "end": 541.4, + "confidence": 0.99876773, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "That's" + }, + { + "word": "a", + "start": 541.4, + "end": 541.56, + "confidence": 0.7972758, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "a" + }, + { + "word": "whole", + "start": 541.56, + "end": 541.72, + "confidence": 0.83971614, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "whole" + }, + { + "word": "other", + "start": 541.72, + "end": 542.04, + "confidence": 0.9366737, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "other" + }, + { + "word": "argument", + "start": 542.04, + "end": 542.4, + "confidence": 0.88504344, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "argument" + }, + { + "word": "i", + "start": 542.4, + "end": 542.56, + "confidence": 0.999977, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 542.56, + "end": 542.72, + "confidence": 0.77234393, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "don't" + }, + { + "word": "want", + "start": 542.72, + "end": 542.84, + "confidence": 0.8939254, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "want" + }, + { + "word": "to", + "start": 542.84, + "end": 542.96, + "confidence": 0.7057635, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "to" + }, + { + "word": "get", + "start": 542.96, + "end": 543.08, + "confidence": 0.6084109, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "get" + }, + { + "word": "into", + "start": 543.08, + "end": 543.48, + "confidence": 0.27730855, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "into." + }, + { + "word": "but", + "start": 543.48, + "end": 543.68, + "confidence": 0.89812684, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "But" + }, + { + "word": "a", + "start": 543.68, + "end": 543.8, + "confidence": 0.9096226, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "a" + }, + { + "word": "way", + "start": 543.8, + "end": 544.08, + "confidence": 0.7419642, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "way" + }, + { + "word": "to", + "start": 544.08, + "end": 544.2, + "confidence": 0.7241528, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "to" + }, + { + "word": "aggregate", + "start": 544.2, + "end": 544.64, + "confidence": 0.84161085, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "aggregate" + }, + { + "word": "these", + "start": 544.64, + "end": 544.92, + "confidence": 0.90323895, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "these" + }, + { + "word": "would", + "start": 544.92, + "end": 545.06, + "confidence": 0.7845761, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "would" + }, + { + "word": "be", + "start": 545.06, + "end": 545.22, + "confidence": 0.850327, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "be" + }, + { + "word": "really", + "start": 545.22, + "end": 545.6, + "confidence": 0.9974962, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "really" + }, + { + "word": "powerful", + "start": 545.6, + "end": 546.1, + "confidence": 0.15218869, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "powerful." + }, + { + "word": "ok", + "start": 546.76, + "end": 546.96, + "confidence": 0.8989916, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "OK," + }, + { + "word": "so", + "start": 546.96, + "end": 547.12, + "confidence": 0.99996555, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "so" + }, + { + "word": "let's", + "start": 547.12, + "end": 547.36, + "confidence": 0.90963346, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "let's" + }, + { + "word": "do", + "start": 547.36, + "end": 547.5, + "confidence": 0.9951519, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "do" + }, + { + "word": "it", + "start": 547.5, + "end": 548.0, + "confidence": 0.30485776, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "it." + }, + { + "word": "let's", + "start": 548.0, + "end": 548.36, + "confidence": 0.72163934, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "Let's" + }, + { + "word": "aggregate", + "start": 548.36, + "end": 548.86, + "confidence": 0.93648946, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "aggregate" + }, + { + "word": "sphinxplus", + "start": 548.86, + "end": 549.36, + "confidence": 0.9971855, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "SphinxPlus" + }, + { + "word": "signatures", + "start": 549.52, + "end": 550.02, + "confidence": 0.30082133, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "signatures." + }, + { + "word": "so", + "start": 550.12, + "end": 550.32, + "confidence": 0.99998164, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "So" + }, + { + "word": "let's", + "start": 550.32, + "end": 550.56, + "confidence": 0.91547, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "let's" + }, + { + "word": "look", + "start": 550.56, + "end": 550.76, + "confidence": 0.90240705, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "look" + }, + { + "word": "at", + "start": 550.76, + "end": 550.9, + "confidence": 0.7399883, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "at" + }, + { + "word": "how", + "start": 550.9, + "end": 551.4, + "confidence": 0.7462894, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "how" + }, + { + "word": "they", + "start": 551.46, + "end": 551.66, + "confidence": 0.61618584, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "they" + }, + { + "word": "aggregate", + "start": 551.66, + "end": 552.16, + "confidence": 0.9469185, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "aggregate" + }, + { + "word": "the", + "start": 552.54, + "end": 552.66, + "confidence": 0.8569479, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "the" + }, + { + "word": "elliptic", + "start": 552.66, + "end": 553.08, + "confidence": 0.99585766, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "elliptic" + }, + { + "word": "curve", + "start": 553.08, + "end": 553.36, + "confidence": 0.999785, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "curve" + }, + { + "word": "signatures", + "start": 553.36, + "end": 553.86, + "confidence": 0.38209984, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "signatures." + }, + { + "word": "and", + "start": 554.72, + "end": 555.02, + "confidence": 0.6685508, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "And" + }, + { + "word": "this", + "start": 555.02, + "end": 555.52, + "confidence": 0.432298, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "this," + }, + { + "word": "like", + "start": 556.78, + "end": 557.04, + "confidence": 0.90878934, + "speaker": 0, + "speaker_confidence": 0.96435547, + "punctuated_word": "like" + }, + { + "word": "none", + "start": 557.04, + "end": 557.32, + "confidence": 0.8778831, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "none" + }, + { + "word": "of", + "start": 557.32, + "end": 557.52, + "confidence": 0.19343568, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "of" + }, + { + "word": "this", + "start": 557.52, + "end": 557.86, + "confidence": 0.566479, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "this," + }, + { + "word": "like", + "start": 557.86, + "end": 558.36, + "confidence": 0.7527177, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "like," + }, + { + "word": "ok", + "start": 558.46, + "end": 558.72, + "confidence": 0.5635443, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "OK," + }, + { + "word": "so", + "start": 558.72, + "end": 558.96, + "confidence": 0.80360764, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "so" + }, + { + "word": "yeah", + "start": 558.96, + "end": 559.2, + "confidence": 0.0605204, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "yeah," + }, + { + "word": "it's", + "start": 559.2, + "end": 559.36, + "confidence": 0.6048454, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "it's" + }, + { + "word": "a", + "start": 559.36, + "end": 559.46, + "confidence": 0.90532583, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "a" + }, + { + "word": "kind", + "start": 559.46, + "end": 559.62, + "confidence": 0.120196424, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "kind" + }, + { + "word": "of", + "start": 559.62, + "end": 559.7, + "confidence": 0.88433003, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "of" + }, + { + "word": "curve", + "start": 559.7, + "end": 559.92, + "confidence": 0.28410897, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "curve." + }, + { + "word": "but", + "start": 559.92, + "end": 560.14, + "confidence": 0.89120775, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "But" + }, + { + "word": "even", + "start": 560.14, + "end": 560.38, + "confidence": 0.8626984, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "even" + }, + { + "word": "if", + "start": 560.38, + "end": 560.54, + "confidence": 0.76753396, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 560.54, + "end": 560.68, + "confidence": 0.31079537, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 560.68, + "end": 560.84, + "confidence": 0.9988412, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "know" + }, + { + "word": "what", + "start": 560.84, + "end": 560.98, + "confidence": 0.7288329, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "what" + }, + { + "word": "all", + "start": 560.98, + "end": 561.1, + "confidence": 0.7213627, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "all" + }, + { + "word": "these", + "start": 561.1, + "end": 561.26, + "confidence": 0.5220463, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "these" + }, + { + "word": "things", + "start": 561.26, + "end": 561.42, + "confidence": 0.9447777, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "things" + }, + { + "word": "and", + "start": 561.42, + "end": 561.76, + "confidence": 0.8827322, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "and" + }, + { + "word": "i", + "start": 561.76, + "end": 561.98, + "confidence": 0.99997616, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 561.98, + "end": 562.32, + "confidence": 0.7004711, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "don't" + }, + { + "word": "endorse", + "start": 562.32, + "end": 562.82, + "confidence": 0.9166496, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "endorse" + }, + { + "word": "exponential", + "start": 562.9, + "end": 563.36, + "confidence": 0.87474185, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "exponential" + }, + { + "word": "notation", + "start": 563.36, + "end": 563.86, + "confidence": 0.8793496, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "notation" + }, + { + "word": "i", + "start": 563.86, + "end": 564.0, + "confidence": 0.75582653, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "I" + }, + { + "word": "like", + "start": 564.0, + "end": 564.24, + "confidence": 0.2510987, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "like" + }, + { + "word": "the", + "start": 564.24, + "end": 564.74, + "confidence": 0.99793506, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "the" + }, + { + "word": "multiple", + "start": 564.78, + "end": 565.28, + "confidence": 0.88306546, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "multiple" + }, + { + "word": "anyway", + "start": 565.32, + "end": 565.82, + "confidence": 0.7130765, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "anyway" + }, + { + "word": "but", + "start": 565.92, + "end": 566.42, + "confidence": 0.8931545, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "but" + }, + { + "word": "what", + "start": 566.68, + "end": 567.18, + "confidence": 0.8962809, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "what" + }, + { + "word": "can", + "start": 567.34, + "end": 567.5, + "confidence": 0.7565282, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "can" + }, + { + "word": "you", + "start": 567.5, + "end": 567.66, + "confidence": 0.6610832, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "you" + }, + { + "word": "multiply", + "start": 567.66, + "end": 568.16, + "confidence": 0.99439853, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "multiply" + }, + { + "word": "hashes", + "start": 568.18, + "end": 568.58, + "confidence": 0.86797357, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "hashes" + }, + { + "word": "right", + "start": 568.58, + "end": 568.74, + "confidence": 0.9998486, + "speaker": 0, + "speaker_confidence": 0.69189453, + "punctuated_word": "right" + }, + { + "word": "that's", + "start": 568.74, + "end": 568.94, + "confidence": 0.835725, + "speaker": 0, + "speaker_confidence": 0.35791016, + "punctuated_word": "that's" + }, + { + "word": "what", + "start": 568.94, + "end": 569.1, + "confidence": 0.5824286, + "speaker": 0, + "speaker_confidence": 0.35791016, + "punctuated_word": "what" + }, + { + "word": "this", + "start": 569.1, + "end": 569.38, + "confidence": 0.999506, + "speaker": 0, + "speaker_confidence": 0.35791016, + "punctuated_word": "this" + }, + { + "word": "big", + "start": 569.38, + "end": 569.54, + "confidence": 0.81103843, + "speaker": 0, + "speaker_confidence": 0.35791016, + "punctuated_word": "big" + }, + { + "word": "pie", + "start": 569.54, + "end": 569.68, + "confidence": 0.86891466, + "speaker": 0, + "speaker_confidence": 0.35791016, + "punctuated_word": "pie" + }, + { + "word": "thing", + "start": 569.68, + "end": 569.9, + "confidence": 0.89239883, + "speaker": 0, + "speaker_confidence": 0.35791016, + "punctuated_word": "thing" + }, + { + "word": "means", + "start": 569.9, + "end": 570.14, + "confidence": 0.7617412, + "speaker": 0, + "speaker_confidence": 0.35791016, + "punctuated_word": "means" + }, + { + "word": "you", + "start": 570.14, + "end": 570.24, + "confidence": 0.78778625, + "speaker": 0, + "speaker_confidence": 0.35791016, + "punctuated_word": "you" + }, + { + "word": "multiply", + "start": 570.24, + "end": 570.62, + "confidence": 0.8792622, + "speaker": 0, + "speaker_confidence": 0.35791016, + "punctuated_word": "multiply" + }, + { + "word": "stuff", + "start": 570.62, + "end": 570.9, + "confidence": 0.8741445, + "speaker": 0, + "speaker_confidence": 0.35791016, + "punctuated_word": "stuff" + }, + { + "word": "can", + "start": 570.9, + "end": 571.1, + "confidence": 0.9476791, + "speaker": 0, + "speaker_confidence": 0.35791016, + "punctuated_word": "can" + }, + { + "word": "you", + "start": 571.1, + "end": 571.3, + "confidence": 0.91441965, + "speaker": 0, + "speaker_confidence": 0.35791016, + "punctuated_word": "you" + }, + { + "word": "i", + "start": 571.3, + "end": 571.4, + "confidence": 0.9025425, + "speaker": 0, + "speaker_confidence": 0.35791016, + "punctuated_word": "I" + }, + { + "word": "guess", + "start": 571.4, + "end": 571.72, + "confidence": 0.64960325, + "speaker": 0, + "speaker_confidence": 0.35791016, + "punctuated_word": "guess" + }, + { + "word": "you", + "start": 571.72, + "end": 571.92, + "confidence": 0.69849265, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 571.92, + "end": 572.24, + "confidence": 0.6735765, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "can" + }, + { + "word": "multiply", + "start": 572.24, + "end": 572.74, + "confidence": 0.52170897, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "multiply" + }, + { + "word": "them", + "start": 572.84, + "end": 573.08, + "confidence": 0.67720515, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "them?" + }, + { + "word": "modulo", + "start": 573.08, + "end": 573.56, + "confidence": 0.8309527, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "Modulo" + }, + { + "word": "what", + "start": 573.56, + "end": 574.06, + "confidence": 0.7363916, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "what?" + }, + { + "word": "modulo", + "start": 574.34, + "end": 574.84, + "confidence": 0.6207322, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "Modulo" + }, + { + "word": "2", + "start": 575.54, + "end": 575.66, + "confidence": 0.64097524, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "2" + }, + { + "word": "of", + "start": 575.66, + "end": 575.86, + "confidence": 0.027738512, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 575.86, + "end": 576.36, + "confidence": 0.6955018, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "the" + }, + { + "word": "256", + "start": 577.0, + "end": 577.34, + "confidence": 0.75020343, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "256?" + }, + { + "word": "what's", + "start": 577.34, + "end": 577.66, + "confidence": 0.8152761, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "What's" + }, + { + "word": "the", + "start": 577.66, + "end": 577.82, + "confidence": 0.8500466, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "the" + }, + { + "word": "generator", + "start": 577.82, + "end": 578.32, + "confidence": 0.89388466, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "generator" + }, + { + "word": "point", + "start": 578.42, + "end": 578.68, + "confidence": 0.77181864, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "point" + }, + { + "word": "for", + "start": 578.68, + "end": 578.86, + "confidence": 0.657526, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "for" + }, + { + "word": "sha-256", + "start": 578.86, + "end": 579.36, + "confidence": 0.89918494, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "SHA-256?" + }, + { + "word": "is", + "start": 579.9, + "end": 580.08, + "confidence": 0.8035786, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "Is" + }, + { + "word": "there", + "start": 580.08, + "end": 580.28, + "confidence": 0.9754285, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "there" + }, + { + "word": "one", + "start": 580.28, + "end": 580.66, + "confidence": 0.61526656, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "one?" + }, + { + "word": "i", + "start": 580.66, + "end": 580.84, + "confidence": 0.99957436, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 580.84, + "end": 581.12, + "confidence": 0.2793616, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "don't," + }, + { + "word": "like", + "start": 581.12, + "end": 581.62, + "confidence": 0.8634161, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "like," + }, + { + "word": "none", + "start": 582.98, + "end": 583.18, + "confidence": 0.85920507, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "none" + }, + { + "word": "of", + "start": 583.18, + "end": 583.34, + "confidence": 0.09397555, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "of" + }, + { + "word": "this", + "start": 583.34, + "end": 583.58, + "confidence": 0.99949706, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "this" + }, + { + "word": "fits", + "start": 583.58, + "end": 583.94, + "confidence": 0.8713344, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "fits," + }, + { + "word": "right", + "start": 583.94, + "end": 584.38, + "confidence": 0.8454565, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "right?" + }, + { + "word": "none", + "start": 584.38, + "end": 584.66, + "confidence": 0.81303114, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "None" + }, + { + "word": "of", + "start": 584.66, + "end": 584.82, + "confidence": 0.81956106, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 584.82, + "end": 585.06, + "confidence": 0.852764, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "the" + }, + { + "word": "techniques", + "start": 585.06, + "end": 585.56, + "confidence": 0.92403454, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "techniques" + }, + { + "word": "that", + "start": 585.6, + "end": 585.78, + "confidence": 0.8838057, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "that" + }, + { + "word": "people", + "start": 585.78, + "end": 586.08, + "confidence": 0.8109952, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "people" + }, + { + "word": "have", + "start": 586.08, + "end": 586.24, + "confidence": 0.6474805, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "have" + }, + { + "word": "been", + "start": 586.24, + "end": 586.4, + "confidence": 0.8508762, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "been" + }, + { + "word": "working", + "start": 586.4, + "end": 586.72, + "confidence": 0.85427916, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "working" + }, + { + "word": "on", + "start": 586.72, + "end": 586.96, + "confidence": 0.85134274, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "on" + }, + { + "word": "for", + "start": 586.96, + "end": 587.32, + "confidence": 0.57411087, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "for" + }, + { + "word": "years", + "start": 587.32, + "end": 587.82, + "confidence": 0.5798486, + "speaker": 0, + "speaker_confidence": 0.6298828, + "punctuated_word": "years" + }, + { + "word": "of", + "start": 588.74, + "end": 588.9, + "confidence": 0.6699963, + "speaker": 0, + "speaker_confidence": 0.59814453, + "punctuated_word": "of" + }, + { + "word": "all", + "start": 588.9, + "end": 589.08, + "confidence": 0.8517833, + "speaker": 0, + "speaker_confidence": 0.59814453, + "punctuated_word": "all" + }, + { + "word": "these", + "start": 589.08, + "end": 589.24, + "confidence": 0.7038328, + "speaker": 0, + "speaker_confidence": 0.59814453, + "punctuated_word": "these" + }, + { + "word": "cool", + "start": 589.24, + "end": 589.46, + "confidence": 0.6111003, + "speaker": 0, + "speaker_confidence": 0.59814453, + "punctuated_word": "cool" + }, + { + "word": "things", + "start": 589.46, + "end": 589.76, + "confidence": 0.30723593, + "speaker": 0, + "speaker_confidence": 0.59814453, + "punctuated_word": "things" + }, + { + "word": "like", + "start": 589.76, + "end": 590.0, + "confidence": 0.25420734, + "speaker": 0, + "speaker_confidence": 0.59814453, + "punctuated_word": "like" + }, + { + "word": "frost", + "start": 590.0, + "end": 590.44, + "confidence": 0.99939215, + "speaker": 0, + "speaker_confidence": 0.59814453, + "punctuated_word": "frost" + }, + { + "word": "and", + "start": 590.44, + "end": 590.58, + "confidence": 0.8268266, + "speaker": 0, + "speaker_confidence": 0.59814453, + "punctuated_word": "and" + }, + { + "word": "roast", + "start": 590.58, + "end": 590.9, + "confidence": 0.2719691, + "speaker": 0, + "speaker_confidence": 0.59814453, + "punctuated_word": "roast" + }, + { + "word": "and", + "start": 590.9, + "end": 591.06, + "confidence": 0.36214924, + "speaker": 0, + "speaker_confidence": 0.59814453, + "punctuated_word": "and" + }, + { + "word": "music", + "start": 591.06, + "end": 591.38, + "confidence": 0.6133133, + "speaker": 0, + "speaker_confidence": 0.59814453, + "punctuated_word": "music" + }, + { + "word": "too", + "start": 591.38, + "end": 591.64, + "confidence": 0.9026582, + "speaker": 0, + "speaker_confidence": 0.59814453, + "punctuated_word": "too" + }, + { + "word": "and", + "start": 591.64, + "end": 591.82, + "confidence": 0.6416989, + "speaker": 0, + "speaker_confidence": 0.59814453, + "punctuated_word": "and" + }, + { + "word": "signature", + "start": 591.82, + "end": 592.2, + "confidence": 0.9930315, + "speaker": 0, + "speaker_confidence": 0.59814453, + "punctuated_word": "signature" + }, + { + "word": "aggregation", + "start": 592.2, + "end": 592.7, + "confidence": 0.43776852, + "speaker": 0, + "speaker_confidence": 0.59814453, + "punctuated_word": "aggregation," + }, + { + "word": "half", + "start": 592.72, + "end": 592.94, + "confidence": 0.9880484, + "speaker": 0, + "speaker_confidence": 0.59814453, + "punctuated_word": "half" + }, + { + "word": "aggregation", + "start": 592.94, + "end": 593.44, + "confidence": 0.7155953, + "speaker": 0, + "speaker_confidence": 0.59814453, + "punctuated_word": "aggregation." + }, + { + "word": "none", + "start": 593.68, + "end": 593.92, + "confidence": 0.83914536, + "speaker": 0, + "speaker_confidence": 0.6191406, + "punctuated_word": "None" + }, + { + "word": "of", + "start": 593.92, + "end": 594.06, + "confidence": 0.66119623, + "speaker": 0, + "speaker_confidence": 0.6191406, + "punctuated_word": "of" + }, + { + "word": "this", + "start": 594.06, + "end": 594.2, + "confidence": 0.8976004, + "speaker": 0, + "speaker_confidence": 0.6191406, + "punctuated_word": "this" + }, + { + "word": "applies", + "start": 594.2, + "end": 594.62, + "confidence": 0.8966674, + "speaker": 0, + "speaker_confidence": 0.6191406, + "punctuated_word": "applies" + }, + { + "word": "at", + "start": 594.62, + "end": 594.84, + "confidence": 0.88383484, + "speaker": 0, + "speaker_confidence": 0.6191406, + "punctuated_word": "at" + }, + { + "word": "all", + "start": 594.84, + "end": 595.24, + "confidence": 0.31729612, + "speaker": 0, + "speaker_confidence": 0.6191406, + "punctuated_word": "all" + }, + { + "word": "to", + "start": 595.24, + "end": 595.74, + "confidence": 0.3082908, + "speaker": 0, + "speaker_confidence": 0.6191406, + "punctuated_word": "to" + }, + { + "word": "hash", + "start": 596.04, + "end": 596.18, + "confidence": 0.82313144, + "speaker": 0, + "speaker_confidence": 0.6191406, + "punctuated_word": "hash" + }, + { + "word": "based", + "start": 596.18, + "end": 596.4, + "confidence": 0.86184764, + "speaker": 0, + "speaker_confidence": 0.6191406, + "punctuated_word": "based" + }, + { + "word": "signatures", + "start": 596.4, + "end": 596.9, + "confidence": 0.23398663, + "speaker": 0, + "speaker_confidence": 0.6191406, + "punctuated_word": "signatures." + }, + { + "word": "lattice", + "start": 597.52, + "end": 597.9, + "confidence": 0.97746104, + "speaker": 0, + "speaker_confidence": 0.6191406, + "punctuated_word": "Lattice" + }, + { + "word": "signatures", + "start": 597.9, + "end": 598.4, + "confidence": 0.8786201, + "speaker": 0, + "speaker_confidence": 0.6191406, + "punctuated_word": "signatures" + }, + { + "word": "as", + "start": 598.5, + "end": 598.68, + "confidence": 0.60022146, + "speaker": 0, + "speaker_confidence": 0.6191406, + "punctuated_word": "as" + }, + { + "word": "well", + "start": 598.68, + "end": 599.06, + "confidence": 0.78529835, + "speaker": 0, + "speaker_confidence": 0.6191406, + "punctuated_word": "well," + }, + { + "word": "although", + "start": 599.06, + "end": 599.56, + "confidence": 0.9285641, + "speaker": 0, + "speaker_confidence": 0.6191406, + "punctuated_word": "although" + }, + { + "word": "some", + "start": 600.04, + "end": 600.16, + "confidence": 0.85862446, + "speaker": 0, + "speaker_confidence": 0.6191406, + "punctuated_word": "Some" + }, + { + "word": "people", + "start": 600.16, + "end": 600.24, + "confidence": 0.849785, + "speaker": 0, + "speaker_confidence": 0.6191406, + "punctuated_word": "people" + }, + { + "word": "are", + "start": 600.24, + "end": 600.36, + "confidence": 0.7378309, + "speaker": 0, + "speaker_confidence": 0.66796875, + "punctuated_word": "are" + }, + { + "word": "like", + "start": 600.36, + "end": 600.52, + "confidence": 0.6404662, + "speaker": 0, + "speaker_confidence": 0.66796875, + "punctuated_word": "like," + }, + { + "word": "hey", + "start": 600.52, + "end": 600.72, + "confidence": 0.8805474, + "speaker": 0, + "speaker_confidence": 0.66796875, + "punctuated_word": "hey," + }, + { + "word": "maybe", + "start": 600.72, + "end": 600.96, + "confidence": 0.956813, + "speaker": 0, + "speaker_confidence": 0.66796875, + "punctuated_word": "maybe" + }, + { + "word": "there's", + "start": 600.96, + "end": 601.16, + "confidence": 0.89794, + "speaker": 0, + "speaker_confidence": 0.66796875, + "punctuated_word": "there's" + }, + { + "word": "a", + "start": 601.16, + "end": 601.24, + "confidence": 0.88191307, + "speaker": 0, + "speaker_confidence": 0.66796875, + "punctuated_word": "a" + }, + { + "word": "way", + "start": 601.24, + "end": 601.4, + "confidence": 0.8821666, + "speaker": 0, + "speaker_confidence": 0.66796875, + "punctuated_word": "way" + }, + { + "word": "to", + "start": 601.4, + "end": 601.56, + "confidence": 0.66282755, + "speaker": 0, + "speaker_confidence": 0.66796875, + "punctuated_word": "to" + }, + { + "word": "do", + "start": 601.56, + "end": 601.72, + "confidence": 0.99069935, + "speaker": 0, + "speaker_confidence": 0.66796875, + "punctuated_word": "do" + }, + { + "word": "aggregation", + "start": 601.72, + "end": 602.2, + "confidence": 0.8113719, + "speaker": 0, + "speaker_confidence": 0.66796875, + "punctuated_word": "aggregation" + }, + { + "word": "with", + "start": 602.2, + "end": 602.36, + "confidence": 0.9872256, + "speaker": 0, + "speaker_confidence": 0.66796875, + "punctuated_word": "with" + }, + { + "word": "lattices", + "start": 602.36, + "end": 602.86, + "confidence": 0.9475408, + "speaker": 0, + "speaker_confidence": 0.66796875, + "punctuated_word": "lattices." + }, + { + "word": "i'm", + "start": 604.2, + "end": 604.48, + "confidence": 0.891049, + "speaker": 0, + "speaker_confidence": 0.66796875, + "punctuated_word": "I'm" + }, + { + "word": "pretty", + "start": 604.48, + "end": 604.74, + "confidence": 0.554821, + "speaker": 0, + "speaker_confidence": 0.66796875, + "punctuated_word": "pretty" + }, + { + "word": "skeptical", + "start": 604.74, + "end": 605.24, + "confidence": 0.901049, + "speaker": 0, + "speaker_confidence": 0.66796875, + "punctuated_word": "skeptical" + }, + { + "word": "because", + "start": 605.28, + "end": 605.74, + "confidence": 0.8949288, + "speaker": 0, + "speaker_confidence": 0.66796875, + "punctuated_word": "because" + }, + { + "word": "i", + "start": 605.74, + "end": 605.94, + "confidence": 0.8080404, + "speaker": 0, + "speaker_confidence": 0.66796875, + "punctuated_word": "I" + }, + { + "word": "do", + "start": 605.94, + "end": 606.06, + "confidence": 0.9031644, + "speaker": 0, + "speaker_confidence": 0.66796875, + "punctuated_word": "do" + }, + { + "word": "want", + "start": 606.06, + "end": 606.22, + "confidence": 0.896751, + "speaker": 0, + "speaker_confidence": 0.66796875, + "punctuated_word": "want" + }, + { + "word": "to", + "start": 606.22, + "end": 606.36, + "confidence": 0.8412189, + "speaker": 0, + "speaker_confidence": 0.66796875, + "punctuated_word": "to" + }, + { + "word": "say", + "start": 606.36, + "end": 606.56, + "confidence": 0.7897023, + "speaker": 0, + "speaker_confidence": 0.66796875, + "punctuated_word": "say" + }, + { + "word": "that", + "start": 606.56, + "end": 606.76, + "confidence": 0.85814387, + "speaker": 0, + "speaker_confidence": 0.66796875, + "punctuated_word": "that" + }, + { + "word": "with", + "start": 606.76, + "end": 607.26, + "confidence": 0.8415261, + "speaker": 0, + "speaker_confidence": 0.66796875, + "punctuated_word": "with" + }, + { + "word": "elliptic", + "start": 607.28, + "end": 607.68, + "confidence": 0.993112, + "speaker": 0, + "speaker_confidence": 0.66796875, + "punctuated_word": "elliptic" + }, + { + "word": "curve", + "start": 607.68, + "end": 607.92, + "confidence": 0.55826336, + "speaker": 0, + "speaker_confidence": 0.66796875, + "punctuated_word": "curve" + }, + { + "word": "signature", + "start": 607.92, + "end": 608.32, + "confidence": 0.99596256, + "speaker": 0, + "speaker_confidence": 0.66796875, + "punctuated_word": "signature" + }, + { + "word": "aggregation", + "start": 608.32, + "end": 608.82, + "confidence": 0.74731183, + "speaker": 0, + "speaker_confidence": 0.66796875, + "punctuated_word": "aggregation," + }, + { + "word": "i", + "start": 609.24, + "end": 609.36, + "confidence": 0.8777398, + "speaker": 0, + "speaker_confidence": 0.47460938, + "punctuated_word": "I" + }, + { + "word": "remember", + "start": 609.36, + "end": 609.78, + "confidence": 0.7589792, + "speaker": 0, + "speaker_confidence": 0.47460938, + "punctuated_word": "remember" + }, + { + "word": "this", + "start": 609.78, + "end": 609.96, + "confidence": 0.37935865, + "speaker": 0, + "speaker_confidence": 0.47460938, + "punctuated_word": "this" + }, + { + "word": "in", + "start": 609.96, + "end": 610.12, + "confidence": 0.7148856, + "speaker": 0, + "speaker_confidence": 0.47460938, + "punctuated_word": "in" + }, + { + "word": "like", + "start": 610.12, + "end": 610.28, + "confidence": 0.52764934, + "speaker": 0, + "speaker_confidence": 0.47460938, + "punctuated_word": "like" + }, + { + "word": "2018", + "start": 610.28, + "end": 610.76, + "confidence": 0.87894076, + "speaker": 0, + "speaker_confidence": 0.47460938, + "punctuated_word": "2018," + }, + { + "word": "everyone", + "start": 610.76, + "end": 611.04, + "confidence": 0.8947839, + "speaker": 0, + "speaker_confidence": 0.47460938, + "punctuated_word": "everyone" + }, + { + "word": "thought", + "start": 611.04, + "end": 611.24, + "confidence": 0.8868578, + "speaker": 0, + "speaker_confidence": 0.47460938, + "punctuated_word": "thought" + }, + { + "word": "it", + "start": 611.24, + "end": 611.32, + "confidence": 0.6355082, + "speaker": 0, + "speaker_confidence": 0.39794922, + "punctuated_word": "it" + }, + { + "word": "was", + "start": 611.32, + "end": 611.46, + "confidence": 0.90568143, + "speaker": 0, + "speaker_confidence": 0.39794922, + "punctuated_word": "was" + }, + { + "word": "going", + "start": 611.46, + "end": 611.58, + "confidence": 0.91307646, + "speaker": 0, + "speaker_confidence": 0.39794922, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 611.58, + "end": 611.72, + "confidence": 0.8044515, + "speaker": 0, + "speaker_confidence": 0.39794922, + "punctuated_word": "to" + }, + { + "word": "be", + "start": 611.72, + "end": 611.82, + "confidence": 0.9729954, + "speaker": 0, + "speaker_confidence": 0.39794922, + "punctuated_word": "be" + }, + { + "word": "easy", + "start": 611.82, + "end": 611.97, + "confidence": 0.076301865, + "speaker": 0, + "speaker_confidence": 0.39794922, + "punctuated_word": "easy." + }, + { + "word": "it", + "start": 611.97, + "end": 612.12, + "confidence": 0.86611897, + "speaker": 0, + "speaker_confidence": 0.39794922, + "punctuated_word": "It" + }, + { + "word": "was", + "start": 612.12, + "end": 612.26, + "confidence": 0.8460856, + "speaker": 0, + "speaker_confidence": 0.39794922, + "punctuated_word": "was" + }, + { + "word": "like", + "start": 612.26, + "end": 612.4, + "confidence": 0.9078503, + "speaker": 0, + "speaker_confidence": 0.39794922, + "punctuated_word": "like," + }, + { + "word": "yeah", + "start": 612.4, + "end": 612.56, + "confidence": 0.8918614, + "speaker": 0, + "speaker_confidence": 0.39794922, + "punctuated_word": "yeah," + }, + { + "word": "you", + "start": 612.56, + "end": 612.72, + "confidence": 0.5316597, + "speaker": 0, + "speaker_confidence": 0.39794922, + "punctuated_word": "you" + }, + { + "word": "just", + "start": 612.72, + "end": 612.88, + "confidence": 0.8051373, + "speaker": 0, + "speaker_confidence": 0.39794922, + "punctuated_word": "just" + }, + { + "word": "add", + "start": 612.88, + "end": 613.08, + "confidence": 0.78480154, + "speaker": 0, + "speaker_confidence": 0.39794922, + "punctuated_word": "add" + }, + { + "word": "the", + "start": 613.08, + "end": 613.18, + "confidence": 0.6870289, + "speaker": 0, + "speaker_confidence": 0.39794922, + "punctuated_word": "the" + }, + { + "word": "signatures", + "start": 613.18, + "end": 613.68, + "confidence": 0.07521936, + "speaker": 0, + "speaker_confidence": 0.39794922, + "punctuated_word": "signatures." + }, + { + "word": "you", + "start": 613.68, + "end": 613.78, + "confidence": 0.8192658, + "speaker": 0, + "speaker_confidence": 0.39794922, + "punctuated_word": "You" + }, + { + "word": "add", + "start": 613.78, + "end": 613.86, + "confidence": 0.86212206, + "speaker": 0, + "speaker_confidence": 0.39794922, + "punctuated_word": "add" + }, + { + "word": "the", + "start": 613.86, + "end": 613.98, + "confidence": 0.35827637, + "speaker": 0, + "speaker_confidence": 0.5839844, + "punctuated_word": "the" + }, + { + "word": "pub", + "start": 613.98, + "end": 614.18, + "confidence": 0.5034561, + "speaker": 0, + "speaker_confidence": 0.5839844, + "punctuated_word": "pub" + }, + { + "word": "keys", + "start": 614.18, + "end": 614.68, + "confidence": 0.87043035, + "speaker": 0, + "speaker_confidence": 0.5839844, + "punctuated_word": "keys," + }, + { + "word": "you", + "start": 614.68, + "end": 614.8, + "confidence": 0.88111657, + "speaker": 0, + "speaker_confidence": 0.5839844, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 614.8, + "end": 615.06, + "confidence": 0.8824944, + "speaker": 0, + "speaker_confidence": 0.5839844, + "punctuated_word": "know," + }, + { + "word": "you", + "start": 615.06, + "end": 615.22, + "confidence": 0.8167783, + "speaker": 0, + "speaker_confidence": 0.5839844, + "punctuated_word": "You" + }, + { + "word": "add", + "start": 615.22, + "end": 615.32, + "confidence": 0.70341575, + "speaker": 0, + "speaker_confidence": 0.5839844, + "punctuated_word": "add" + }, + { + "word": "the", + "start": 615.32, + "end": 615.48, + "confidence": 0.6366277, + "speaker": 0, + "speaker_confidence": 0.5839844, + "punctuated_word": "the" + }, + { + "word": "points", + "start": 615.48, + "end": 615.76, + "confidence": 0.8634295, + "speaker": 0, + "speaker_confidence": 0.5839844, + "punctuated_word": "points," + }, + { + "word": "you", + "start": 615.76, + "end": 615.84, + "confidence": 0.8186725, + "speaker": 0, + "speaker_confidence": 0.5839844, + "punctuated_word": "you" + }, + { + "word": "add", + "start": 615.84, + "end": 616.0, + "confidence": 0.53137404, + "speaker": 0, + "speaker_confidence": 0.5839844, + "punctuated_word": "add" + }, + { + "word": "the", + "start": 616.0, + "end": 616.12, + "confidence": 0.4331851, + "speaker": 0, + "speaker_confidence": 0.5839844, + "punctuated_word": "the" + }, + { + "word": "r", + "start": 616.12, + "end": 616.28, + "confidence": 0.9611146, + "speaker": 0, + "speaker_confidence": 0.5839844, + "punctuated_word": "r" + }, + { + "word": "points", + "start": 616.28, + "end": 616.56, + "confidence": 0.7294676, + "speaker": 0, + "speaker_confidence": 0.5839844, + "punctuated_word": "points," + }, + { + "word": "you", + "start": 616.56, + "end": 616.72, + "confidence": 0.8163366, + "speaker": 0, + "speaker_confidence": 0.5839844, + "punctuated_word": "you" + }, + { + "word": "add", + "start": 616.72, + "end": 616.96, + "confidence": 0.9119773, + "speaker": 0, + "speaker_confidence": 0.5839844, + "punctuated_word": "add" + }, + { + "word": "the", + "start": 616.96, + "end": 617.2, + "confidence": 0.67099494, + "speaker": 0, + "speaker_confidence": 0.5839844, + "punctuated_word": "the" + }, + { + "word": "s", + "start": 617.2, + "end": 617.7, + "confidence": 0.110626005, + "speaker": 0, + "speaker_confidence": 0.5839844, + "punctuated_word": "s," + }, + { + "word": "it", + "start": 617.72, + "end": 617.86, + "confidence": 0.7313017, + "speaker": 0, + "speaker_confidence": 0.5839844, + "punctuated_word": "it" + }, + { + "word": "all", + "start": 617.86, + "end": 618.08, + "confidence": 0.9730353, + "speaker": 0, + "speaker_confidence": 0.5839844, + "punctuated_word": "all" + }, + { + "word": "works", + "start": 618.08, + "end": 618.58, + "confidence": 0.3698434, + "speaker": 0, + "speaker_confidence": 0.5839844, + "punctuated_word": "works." + }, + { + "word": "and", + "start": 618.82, + "end": 618.96, + "confidence": 0.85868657, + "speaker": 0, + "speaker_confidence": 0.5839844, + "punctuated_word": "And" + }, + { + "word": "then", + "start": 618.96, + "end": 619.12, + "confidence": 0.893234, + "speaker": 0, + "speaker_confidence": 0.5839844, + "punctuated_word": "then" + }, + { + "word": "it", + "start": 619.12, + "end": 619.28, + "confidence": 0.5060109, + "speaker": 0, + "speaker_confidence": 0.5839844, + "punctuated_word": "it" + }, + { + "word": "was", + "start": 619.28, + "end": 619.54, + "confidence": 0.45073748, + "speaker": 0, + "speaker_confidence": 0.5839844, + "punctuated_word": "was" + }, + { + "word": "like", + "start": 619.54, + "end": 620.04, + "confidence": 0.66163355, + "speaker": 0, + "speaker_confidence": 0.5839844, + "punctuated_word": "like" + }, + { + "word": "many", + "start": 620.14, + "end": 620.44, + "confidence": 0.9236876, + "speaker": 0, + "speaker_confidence": 0.5839844, + "punctuated_word": "many" + }, + { + "word": "years", + "start": 620.44, + "end": 620.74, + "confidence": 0.16844153, + "speaker": 0, + "speaker_confidence": 0.5839844, + "punctuated_word": "years." + }, + { + "word": "there's", + "start": 620.74, + "end": 620.98, + "confidence": 0.9995803, + "speaker": 0, + "speaker_confidence": 0.6044922, + "punctuated_word": "There's" + }, + { + "word": "a", + "start": 620.98, + "end": 621.06, + "confidence": 0.8928467, + "speaker": 0, + "speaker_confidence": 0.6044922, + "punctuated_word": "a" + }, + { + "word": "reason", + "start": 621.06, + "end": 621.3, + "confidence": 0.9995084, + "speaker": 0, + "speaker_confidence": 0.6044922, + "punctuated_word": "reason" + }, + { + "word": "it's", + "start": 621.3, + "end": 621.5, + "confidence": 0.8138077, + "speaker": 0, + "speaker_confidence": 0.6044922, + "punctuated_word": "it's" + }, + { + "word": "called", + "start": 621.5, + "end": 621.74, + "confidence": 0.73477346, + "speaker": 0, + "speaker_confidence": 0.6044922, + "punctuated_word": "called" + }, + { + "word": "music", + "start": 621.74, + "end": 622.04, + "confidence": 0.85894305, + "speaker": 0, + "speaker_confidence": 0.6044922, + "punctuated_word": "Music" + }, + { + "word": "2", + "start": 622.04, + "end": 622.54, + "confidence": 0.48535922, + "speaker": 0, + "speaker_confidence": 0.6044922, + "punctuated_word": "2." + }, + { + "word": "music", + "start": 622.54, + "end": 622.78, + "confidence": 0.8526898, + "speaker": 0, + "speaker_confidence": 0.6044922, + "punctuated_word": "Music" + }, + { + "word": "1", + "start": 622.78, + "end": 623.0, + "confidence": 0.9999845, + "speaker": 0, + "speaker_confidence": 0.6044922, + "punctuated_word": "1" + }, + { + "word": "didn't", + "start": 623.0, + "end": 623.48, + "confidence": 0.8133538, + "speaker": 0, + "speaker_confidence": 0.6044922, + "punctuated_word": "didn't" + }, + { + "word": "work", + "start": 623.48, + "end": 623.72, + "confidence": 0.9183885, + "speaker": 0, + "speaker_confidence": 0.6044922, + "punctuated_word": "work" + }, + { + "word": "well", + "start": 623.72, + "end": 624.22, + "confidence": 0.4298954, + "speaker": 0, + "speaker_confidence": 0.6044922, + "punctuated_word": "well." + }, + { + "word": "anyway", + "start": 624.62, + "end": 625.12, + "confidence": 0.8986744, + "speaker": 0, + "speaker_confidence": 0.6044922, + "punctuated_word": "Anyway," + }, + { + "word": "it", + "start": 625.38, + "end": 625.48, + "confidence": 0.9997009, + "speaker": 0, + "speaker_confidence": 0.34521484, + "punctuated_word": "it" + }, + { + "word": "was", + "start": 625.48, + "end": 625.68, + "confidence": 0.8958157, + "speaker": 0, + "speaker_confidence": 0.34521484, + "punctuated_word": "was" + }, + { + "word": "a", + "start": 625.68, + "end": 625.84, + "confidence": 0.76598436, + "speaker": 0, + "speaker_confidence": 0.34521484, + "punctuated_word": "a" + }, + { + "word": "lot", + "start": 625.84, + "end": 626.12, + "confidence": 0.8788112, + "speaker": 0, + "speaker_confidence": 0.34521484, + "punctuated_word": "lot" + }, + { + "word": "harder", + "start": 626.12, + "end": 626.38, + "confidence": 0.90718967, + "speaker": 0, + "speaker_confidence": 0.34521484, + "punctuated_word": "harder" + }, + { + "word": "than", + "start": 626.38, + "end": 626.52, + "confidence": 0.8406964, + "speaker": 0, + "speaker_confidence": 0.34521484, + "punctuated_word": "than" + }, + { + "word": "we", + "start": 626.52, + "end": 626.68, + "confidence": 0.9494665, + "speaker": 0, + "speaker_confidence": 0.34521484, + "punctuated_word": "we" + }, + { + "word": "thought", + "start": 626.68, + "end": 626.88, + "confidence": 0.13915305, + "speaker": 0, + "speaker_confidence": 0.34521484, + "punctuated_word": "thought." + }, + { + "word": "and", + "start": 626.88, + "end": 627.04, + "confidence": 0.96620274, + "speaker": 0, + "speaker_confidence": 0.34521484, + "punctuated_word": "And" + }, + { + "word": "so", + "start": 627.04, + "end": 627.16, + "confidence": 0.8081467, + "speaker": 0, + "speaker_confidence": 0.34521484, + "punctuated_word": "so" + }, + { + "word": "i", + "start": 627.16, + "end": 627.18, + "confidence": 0.75929594, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 627.18, + "end": 627.44, + "confidence": 0.8425222, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "think" + }, + { + "word": "with", + "start": 627.44, + "end": 627.66, + "confidence": 0.5131973, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "with" + }, + { + "word": "a", + "start": 627.66, + "end": 627.9, + "confidence": 0.77548283, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "a" + }, + { + "word": "lattice", + "start": 627.9, + "end": 628.26, + "confidence": 0.543787, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "lattice" + }, + { + "word": "thing", + "start": 628.26, + "end": 628.44, + "confidence": 0.45033363, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "thing" + }, + { + "word": "where", + "start": 628.44, + "end": 628.74, + "confidence": 0.6076777, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "where," + }, + { + "word": "oh", + "start": 628.74, + "end": 628.94, + "confidence": 0.5588031, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "oh," + }, + { + "word": "there's", + "start": 628.94, + "end": 629.24, + "confidence": 0.675397, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "there's" + }, + { + "word": "hints", + "start": 629.24, + "end": 629.48, + "confidence": 0.90588284, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "hints" + }, + { + "word": "that", + "start": 629.48, + "end": 629.64, + "confidence": 0.89924896, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "that" + }, + { + "word": "it", + "start": 629.64, + "end": 629.82, + "confidence": 0.90424496, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "it" + }, + { + "word": "may", + "start": 629.82, + "end": 630.02, + "confidence": 0.84289944, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "may" + }, + { + "word": "be", + "start": 630.02, + "end": 630.14, + "confidence": 0.7490509, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "be" + }, + { + "word": "possible", + "start": 630.14, + "end": 630.64, + "confidence": 0.22291332, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "possible." + }, + { + "word": "if", + "start": 631.34, + "end": 631.56, + "confidence": 0.99956447, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "If" + }, + { + "word": "it's", + "start": 631.56, + "end": 631.86, + "confidence": 0.81474704, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "it's" + }, + { + "word": "easy", + "start": 631.86, + "end": 632.32, + "confidence": 0.8827065, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "easy," + }, + { + "word": "just", + "start": 632.32, + "end": 632.58, + "confidence": 0.46130094, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "just" + }, + { + "word": "add", + "start": 632.58, + "end": 633.08, + "confidence": 0.6999695, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "add," + }, + { + "word": "translates", + "start": 633.14, + "end": 633.64, + "confidence": 0.41702163, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "translates" + }, + { + "word": "into", + "start": 633.72, + "end": 634.08, + "confidence": 0.4493898, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "into" + }, + { + "word": "five", + "start": 634.08, + "end": 634.3, + "confidence": 0.479133, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "five" + }, + { + "word": "plus", + "start": 634.3, + "end": 634.54, + "confidence": 0.62958276, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "plus" + }, + { + "word": "years", + "start": 634.54, + "end": 634.78, + "confidence": 0.22968826, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "years" + }, + { + "word": "of", + "start": 634.78, + "end": 635.02, + "confidence": 0.99395555, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "of" + }, + { + "word": "hard", + "start": 635.02, + "end": 635.2, + "confidence": 0.40122122, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "hard" + }, + { + "word": "work", + "start": 635.2, + "end": 635.5, + "confidence": 0.71302503, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "work," + }, + { + "word": "then", + "start": 635.5, + "end": 635.82, + "confidence": 0.9041856, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "then" + }, + { + "word": "it", + "start": 635.82, + "end": 635.98, + "confidence": 0.9042956, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "it" + }, + { + "word": "may", + "start": 635.98, + "end": 636.18, + "confidence": 0.84334004, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "may" + }, + { + "word": "be", + "start": 636.18, + "end": 636.34, + "confidence": 0.82119733, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "be" + }, + { + "word": "possible", + "start": 636.34, + "end": 636.74, + "confidence": 0.7981407, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "possible." + }, + { + "word": "it's", + "start": 636.74, + "end": 636.94, + "confidence": 0.86497974, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "It's" + }, + { + "word": "like", + "start": 636.94, + "end": 637.12, + "confidence": 0.8908224, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "like," + }, + { + "word": "yeah", + "start": 637.12, + "end": 637.28, + "confidence": 0.8735417, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "yeah," + }, + { + "word": "that's", + "start": 637.28, + "end": 637.54, + "confidence": 0.6216268, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "that's" + }, + { + "word": "gonna", + "start": 637.54, + "end": 637.68, + "confidence": 0.88975674, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "gonna" + }, + { + "word": "be", + "start": 637.68, + "end": 638.18, + "confidence": 0.80070007, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "be" + }, + { + "word": "decades", + "start": 638.52, + "end": 639.02, + "confidence": 0.6267204, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "decades." + }, + { + "word": "anyway", + "start": 639.14, + "end": 639.64, + "confidence": 0.4476771, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "Anyway," + }, + { + "word": "so", + "start": 641.06, + "end": 641.2, + "confidence": 0.9072157, + "speaker": 0, + "speaker_confidence": 0.61816406, + "punctuated_word": "so" + }, + { + "word": "none", + "start": 641.2, + "end": 641.48, + "confidence": 0.7059679, + "speaker": 0, + "speaker_confidence": 0.61816406, + "punctuated_word": "none" + }, + { + "word": "of", + "start": 641.48, + "end": 641.6, + "confidence": 0.72798395, + "speaker": 0, + "speaker_confidence": 0.61816406, + "punctuated_word": "of" + }, + { + "word": "these", + "start": 641.6, + "end": 641.74, + "confidence": 0.8929522, + "speaker": 0, + "speaker_confidence": 0.61816406, + "punctuated_word": "these" + }, + { + "word": "things", + "start": 641.74, + "end": 642.04, + "confidence": 0.8080023, + "speaker": 0, + "speaker_confidence": 0.61816406, + "punctuated_word": "things" + }, + { + "word": "fit", + "start": 642.04, + "end": 642.4, + "confidence": 0.653661, + "speaker": 0, + "speaker_confidence": 0.61816406, + "punctuated_word": "fit" + }, + { + "word": "with", + "start": 642.4, + "end": 642.62, + "confidence": 0.3701504, + "speaker": 0, + "speaker_confidence": 0.61816406, + "punctuated_word": "with" + }, + { + "word": "hash-based", + "start": 642.62, + "end": 643.1, + "confidence": 0.7613154, + "speaker": 0, + "speaker_confidence": 0.61816406, + "punctuated_word": "hash-based" + }, + { + "word": "signatures", + "start": 643.1, + "end": 643.6, + "confidence": 0.55480117, + "speaker": 0, + "speaker_confidence": 0.61816406, + "punctuated_word": "signatures" + }, + { + "word": "or", + "start": 643.86, + "end": 644.12, + "confidence": 0.97564995, + "speaker": 0, + "speaker_confidence": 0.61816406, + "punctuated_word": "or" + }, + { + "word": "lattice", + "start": 644.12, + "end": 644.62, + "confidence": 0.8462966, + "speaker": 0, + "speaker_confidence": 0.61816406, + "punctuated_word": "lattice." + }, + { + "word": "is", + "start": 644.96, + "end": 645.02, + "confidence": 0.40218794, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "Is" + }, + { + "word": "there", + "start": 645.02, + "end": 645.28, + "confidence": 0.99942183, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "there" + }, + { + "word": "another", + "start": 645.28, + "end": 645.54, + "confidence": 0.9710527, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "another" + }, + { + "word": "way", + "start": 645.54, + "end": 646.04, + "confidence": 0.56189495, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "way?" + }, + { + "word": "so", + "start": 646.7, + "end": 647.2, + "confidence": 0.75429934, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "So," + }, + { + "word": "and", + "start": 648.12, + "end": 648.38, + "confidence": 0.9052116, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "and" + }, + { + "word": "this", + "start": 648.38, + "end": 648.56, + "confidence": 0.54358435, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "this" + }, + { + "word": "is", + "start": 648.56, + "end": 648.72, + "confidence": 0.986635, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "is" + }, + { + "word": "what", + "start": 648.72, + "end": 648.9, + "confidence": 0.80217093, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "what" + }, + { + "word": "i", + "start": 648.9, + "end": 649.3, + "confidence": 0.80658513, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "I" + }, + { + "word": "came", + "start": 649.3, + "end": 649.54, + "confidence": 0.26032358, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "came" + }, + { + "word": "up", + "start": 649.54, + "end": 649.66, + "confidence": 0.9460647, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "up," + }, + { + "word": "i", + "start": 649.66, + "end": 649.76, + "confidence": 0.99973816, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 649.76, + "end": 649.92, + "confidence": 0.7431302, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "don't" + }, + { + "word": "know", + "start": 649.92, + "end": 650.28, + "confidence": 0.3079349, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "know," + }, + { + "word": "there's", + "start": 650.28, + "end": 650.5, + "confidence": 0.7954798, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "there's" + }, + { + "word": "maybe", + "start": 650.5, + "end": 650.8, + "confidence": 0.8194421, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "maybe" + }, + { + "word": "better", + "start": 650.8, + "end": 651.04, + "confidence": 0.90278065, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "better" + }, + { + "word": "ways", + "start": 651.04, + "end": 651.26, + "confidence": 0.2538092, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "ways." + }, + { + "word": "this", + "start": 651.26, + "end": 651.38, + "confidence": 0.8831543, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "This" + }, + { + "word": "is", + "start": 651.38, + "end": 651.5, + "confidence": 0.9215108, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "is" + }, + { + "word": "just", + "start": 651.5, + "end": 651.72, + "confidence": 0.90576845, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "just" + }, + { + "word": "a", + "start": 651.72, + "end": 651.84, + "confidence": 0.99490106, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "a" + }, + { + "word": "way", + "start": 651.84, + "end": 652.04, + "confidence": 0.80342484, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "way" + }, + { + "word": "i", + "start": 652.04, + "end": 652.2, + "confidence": 0.9042448, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "I" + }, + { + "word": "came", + "start": 652.2, + "end": 652.36, + "confidence": 0.8145509, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "came" + }, + { + "word": "up", + "start": 652.36, + "end": 652.58, + "confidence": 0.49586776, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "up" + }, + { + "word": "with", + "start": 652.58, + "end": 652.72, + "confidence": 0.5270098, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "with" + }, + { + "word": "like", + "start": 652.72, + "end": 653.16, + "confidence": 0.8389983, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "like" + }, + { + "word": "a", + "start": 653.16, + "end": 653.4, + "confidence": 0.79636997, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "a" + }, + { + "word": "month", + "start": 653.4, + "end": 653.6, + "confidence": 0.8104896, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "month" + }, + { + "word": "or", + "start": 653.6, + "end": 653.72, + "confidence": 0.606732, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "or" + }, + { + "word": "two", + "start": 653.72, + "end": 653.94, + "confidence": 0.9998332, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "two" + }, + { + "word": "ago", + "start": 653.94, + "end": 654.14, + "confidence": 0.82489234, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "ago" + }, + { + "word": "thinking", + "start": 654.14, + "end": 654.44, + "confidence": 0.88011134, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "thinking" + }, + { + "word": "about", + "start": 654.44, + "end": 654.6, + "confidence": 0.97970504, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "about" + }, + { + "word": "this", + "start": 654.6, + "end": 655.1, + "confidence": 0.55144143, + "speaker": 0, + "speaker_confidence": 0.6064453, + "punctuated_word": "this." + }, + { + "word": "we", + "start": 655.9, + "end": 656.04, + "confidence": 0.9999912, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "We" + }, + { + "word": "don't", + "start": 656.04, + "end": 656.42, + "confidence": 0.7818292, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "don't" + }, + { + "word": "actually", + "start": 656.42, + "end": 656.76, + "confidence": 0.9097586, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "actually" + }, + { + "word": "need", + "start": 656.76, + "end": 656.98, + "confidence": 0.8341584, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "need" + }, + { + "word": "to", + "start": 656.98, + "end": 657.34, + "confidence": 0.8115599, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "to" + }, + { + "word": "add", + "start": 657.34, + "end": 657.62, + "confidence": 0.84048223, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "add" + }, + { + "word": "the", + "start": 657.62, + "end": 657.78, + "confidence": 0.6661176, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "the" + }, + { + "word": "signatures", + "start": 657.78, + "end": 658.28, + "confidence": 0.9999666, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "signatures" + }, + { + "word": "or", + "start": 658.32, + "end": 658.52, + "confidence": 0.81736493, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "or" + }, + { + "word": "combine", + "start": 658.52, + "end": 659.02, + "confidence": 0.5374547, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "combine" + }, + { + "word": "signatures", + "start": 659.18, + "end": 659.68, + "confidence": 0.87335753, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "signatures," + }, + { + "word": "right", + "start": 659.68, + "end": 660.04, + "confidence": 0.4255982, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "right?" + }, + { + "word": "what", + "start": 660.04, + "end": 660.2, + "confidence": 0.81134325, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "What" + }, + { + "word": "we", + "start": 660.2, + "end": 660.36, + "confidence": 0.902691, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "we" + }, + { + "word": "need", + "start": 660.36, + "end": 660.6, + "confidence": 0.5581098, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "need" + }, + { + "word": "is", + "start": 660.6, + "end": 661.1, + "confidence": 0.80959576, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "is" + }, + { + "word": "you", + "start": 661.28, + "end": 661.44, + "confidence": 0.8110855, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "you" + }, + { + "word": "want", + "start": 661.44, + "end": 661.72, + "confidence": 0.7801106, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "want" + }, + { + "word": "the", + "start": 661.72, + "end": 661.84, + "confidence": 0.79118145, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "the" + }, + { + "word": "inputs", + "start": 661.84, + "end": 662.2, + "confidence": 0.86818963, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "inputs" + }, + { + "word": "to", + "start": 662.2, + "end": 662.36, + "confidence": 0.90173507, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "to" + }, + { + "word": "point", + "start": 662.36, + "end": 662.64, + "confidence": 0.81086135, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "point" + }, + { + "word": "to", + "start": 662.64, + "end": 662.8, + "confidence": 0.7523552, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "to" + }, + { + "word": "the", + "start": 662.8, + "end": 662.96, + "confidence": 0.977787, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "the" + }, + { + "word": "outputs", + "start": 662.96, + "end": 663.46, + "confidence": 0.232068, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "outputs." + }, + { + "word": "and", + "start": 663.48, + "end": 663.68, + "confidence": 0.86547625, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "And" + }, + { + "word": "so", + "start": 663.68, + "end": 663.82, + "confidence": 0.90107375, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "so" + }, + { + "word": "if", + "start": 663.82, + "end": 663.96, + "confidence": 0.81272453, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 663.96, + "end": 664.08, + "confidence": 0.8242523, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "you" + }, + { + "word": "think", + "start": 664.08, + "end": 664.28, + "confidence": 0.42450103, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "think" + }, + { + "word": "about", + "start": 664.28, + "end": 664.44, + "confidence": 0.340279, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "about" + }, + { + "word": "like", + "start": 664.44, + "end": 664.6, + "confidence": 0.43223518, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "like" + }, + { + "word": "opsctv", + "start": 664.6, + "end": 665.1, + "confidence": 0.32901022, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "OpsCTV," + }, + { + "word": "if", + "start": 665.24, + "end": 665.38, + "confidence": 0.9043461, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "if" + }, + { + "word": "you're", + "start": 665.38, + "end": 665.88, + "confidence": 0.5753057, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "you're" + }, + { + "word": "opsctv", + "start": 665.9, + "end": 666.4, + "confidence": 0.77019435, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "OpsCTV" + }, + { + "word": "is", + "start": 666.46, + "end": 666.66, + "confidence": 0.76693475, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "is" + }, + { + "word": "object", + "start": 666.66, + "end": 667.16, + "confidence": 0.6142113, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "object" + }, + { + "word": "template", + "start": 667.2, + "end": 667.68, + "confidence": 0.7840053, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "template" + }, + { + "word": "verify", + "start": 667.68, + "end": 668.18, + "confidence": 0.57562906, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "verify," + }, + { + "word": "where", + "start": 668.44, + "end": 668.6, + "confidence": 0.8985331, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "where" + }, + { + "word": "you", + "start": 668.6, + "end": 668.8, + "confidence": 0.47945917, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "you" + }, + { + "word": "basically", + "start": 668.8, + "end": 669.3, + "confidence": 0.8210268, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "basically" + }, + { + "word": "take", + "start": 669.4, + "end": 669.72, + "confidence": 0.7942342, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "take" + }, + { + "word": "the", + "start": 669.72, + "end": 669.86, + "confidence": 0.79270494, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "the" + }, + { + "word": "whole", + "start": 669.86, + "end": 670.32, + "confidence": 0.9061639, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "whole" + }, + { + "word": "shape", + "start": 670.32, + "end": 670.68, + "confidence": 0.99943715, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "shape" + }, + { + "word": "of", + "start": 670.68, + "end": 670.8, + "confidence": 0.7893033, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "of" + }, + { + "word": "a", + "start": 670.8, + "end": 670.92, + "confidence": 0.5641042, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "a" + }, + { + "word": "transaction", + "start": 670.92, + "end": 671.4, + "confidence": 0.99997616, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "transaction" + }, + { + "word": "and", + "start": 671.4, + "end": 671.52, + "confidence": 0.88127387, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "and" + }, + { + "word": "put", + "start": 671.52, + "end": 671.72, + "confidence": 0.90254307, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "put" + }, + { + "word": "that", + "start": 671.72, + "end": 671.92, + "confidence": 0.90240705, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "that" + }, + { + "word": "in", + "start": 671.92, + "end": 672.04, + "confidence": 0.80429804, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "in" + }, + { + "word": "an", + "start": 672.04, + "end": 672.18, + "confidence": 0.52122027, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "an" + }, + { + "word": "output", + "start": 672.18, + "end": 672.68, + "confidence": 0.53580934, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "output." + }, + { + "word": "that", + "start": 673.28, + "end": 673.54, + "confidence": 0.6445389, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "That" + }, + { + "word": "counts", + "start": 673.54, + "end": 674.04, + "confidence": 0.8494819, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "counts," + }, + { + "word": "right", + "start": 674.2, + "end": 674.54, + "confidence": 0.6772023, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "right?" + }, + { + "word": "that's", + "start": 674.54, + "end": 675.04, + "confidence": 0.93870544, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "That's" + }, + { + "word": "quantum", + "start": 675.18, + "end": 675.54, + "confidence": 0.5365686, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "quantum" + }, + { + "word": "secure", + "start": 675.54, + "end": 675.86, + "confidence": 0.88631415, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "secure" + }, + { + "word": "because", + "start": 675.86, + "end": 676.02, + "confidence": 0.99327433, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "because" + }, + { + "word": "it's", + "start": 676.02, + "end": 676.2, + "confidence": 0.88434786, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "it's" + }, + { + "word": "just", + "start": 676.2, + "end": 676.4, + "confidence": 0.48938176, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "just" + }, + { + "word": "hash", + "start": 676.4, + "end": 676.66, + "confidence": 0.46861607, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "hash" + }, + { + "word": "based", + "start": 676.66, + "end": 677.16, + "confidence": 0.5215765, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "based" + }, + { + "word": "and", + "start": 677.5, + "end": 678.0, + "confidence": 0.9418158, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "and" + }, + { + "word": "you're", + "start": 678.08, + "end": 678.34, + "confidence": 0.6630556, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "you're" + }, + { + "word": "sort", + "start": 678.34, + "end": 678.54, + "confidence": 0.78261834, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "sort" + }, + { + "word": "of", + "start": 678.54, + "end": 678.7, + "confidence": 0.8962547, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "of" + }, + { + "word": "committing", + "start": 678.7, + "end": 679.18, + "confidence": 0.96586955, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "committing" + }, + { + "word": "to", + "start": 679.18, + "end": 679.3, + "confidence": 0.41725266, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "to" + }, + { + "word": "a", + "start": 679.3, + "end": 679.44, + "confidence": 0.9930438, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "a" + }, + { + "word": "whole", + "start": 679.44, + "end": 679.68, + "confidence": 0.89328194, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "whole" + }, + { + "word": "other", + "start": 679.68, + "end": 679.9, + "confidence": 0.9096857, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "other" + }, + { + "word": "set", + "start": 679.9, + "end": 680.14, + "confidence": 0.7762915, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "set" + }, + { + "word": "of", + "start": 680.14, + "end": 680.28, + "confidence": 0.7293486, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "of" + }, + { + "word": "outputs", + "start": 680.28, + "end": 680.78, + "confidence": 0.9977817, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "outputs" + }, + { + "word": "in", + "start": 681.46, + "end": 681.6, + "confidence": 0.9343679, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "in" + }, + { + "word": "a", + "start": 681.6, + "end": 681.78, + "confidence": 0.8928447, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "a" + }, + { + "word": "quantum", + "start": 681.78, + "end": 682.12, + "confidence": 0.9007062, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "quantum" + }, + { + "word": "secure", + "start": 682.12, + "end": 682.38, + "confidence": 0.4423355, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "secure" + }, + { + "word": "way", + "start": 682.38, + "end": 682.56, + "confidence": 0.82311213, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "way." + }, + { + "word": "it's", + "start": 682.56, + "end": 682.72, + "confidence": 0.89951086, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "It's" + }, + { + "word": "just", + "start": 682.72, + "end": 682.88, + "confidence": 0.6830487, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "just" + }, + { + "word": "hash", + "start": 682.88, + "end": 683.04, + "confidence": 0.8332873, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "hash" + }, + { + "word": "based", + "start": 683.04, + "end": 683.54, + "confidence": 0.6371257, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "based." + }, + { + "word": "it", + "start": 683.86, + "end": 684.02, + "confidence": 0.22263363, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "It" + }, + { + "word": "is", + "start": 684.02, + "end": 684.52, + "confidence": 0.99868447, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "is" + }, + { + "word": "sort", + "start": 684.52, + "end": 684.72, + "confidence": 0.87745476, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "sort" + }, + { + "word": "of", + "start": 684.72, + "end": 684.92, + "confidence": 0.9987305, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "of" + }, + { + "word": "like", + "start": 684.92, + "end": 685.04, + "confidence": 0.9287109, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "like" + }, + { + "word": "a", + "start": 685.04, + "end": 685.2, + "confidence": 0.89073515, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "a" + }, + { + "word": "signature", + "start": 685.2, + "end": 685.58, + "confidence": 0.8805778, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "signature" + }, + { + "word": "in", + "start": 685.58, + "end": 685.76, + "confidence": 0.7256009, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "in" + }, + { + "word": "that", + "start": 685.76, + "end": 685.9, + "confidence": 0.6745592, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "that" + }, + { + "word": "sense", + "start": 685.9, + "end": 686.12, + "confidence": 0.8722019, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "sense." + }, + { + "word": "it", + "start": 686.12, + "end": 686.28, + "confidence": 0.41419262, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "It" + }, + { + "word": "works", + "start": 686.28, + "end": 686.76, + "confidence": 0.89528424, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "works" + }, + { + "word": "but", + "start": 686.76, + "end": 686.92, + "confidence": 0.99974376, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "but" + }, + { + "word": "it's", + "start": 686.92, + "end": 687.1, + "confidence": 0.7062373, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "it's" + }, + { + "word": "very", + "start": 687.1, + "end": 687.34, + "confidence": 0.93705726, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "very" + }, + { + "word": "inflexible", + "start": 687.34, + "end": 687.84, + "confidence": 0.85365695, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "inflexible," + }, + { + "word": "right", + "start": 687.98, + "end": 688.18, + "confidence": 0.36447126, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "right?" + }, + { + "word": "you", + "start": 688.18, + "end": 688.34, + "confidence": 0.90444297, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "You" + }, + { + "word": "need", + "start": 688.34, + "end": 688.58, + "confidence": 0.8161132, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "need" + }, + { + "word": "to", + "start": 688.58, + "end": 688.78, + "confidence": 0.8868874, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "to" + }, + { + "word": "know", + "start": 688.78, + "end": 689.08, + "confidence": 0.89423716, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "know" + }, + { + "word": "what", + "start": 689.08, + "end": 689.3, + "confidence": 0.95505595, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "what" + }, + { + "word": "you're", + "start": 689.3, + "end": 689.54, + "confidence": 0.85793227, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "you're" + }, + { + "word": "going", + "start": 689.54, + "end": 689.76, + "confidence": 0.90940845, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 689.76, + "end": 689.96, + "confidence": 0.89879614, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "to" + }, + { + "word": "do", + "start": 689.96, + "end": 690.36, + "confidence": 0.8192113, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "do" + }, + { + "word": "in", + "start": 690.36, + "end": 690.58, + "confidence": 0.9012899, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "in" + }, + { + "word": "order", + "start": 690.58, + "end": 690.86, + "confidence": 0.9036636, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "order" + }, + { + "word": "to", + "start": 690.86, + "end": 691.08, + "confidence": 0.88223064, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "to" + }, + { + "word": "put", + "start": 691.08, + "end": 691.38, + "confidence": 0.7361987, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "put" + }, + { + "word": "that", + "start": 691.38, + "end": 691.64, + "confidence": 0.80869216, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "that" + }, + { + "word": "into", + "start": 691.64, + "end": 691.82, + "confidence": 0.80251706, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "into" + }, + { + "word": "your", + "start": 691.82, + "end": 692.04, + "confidence": 0.8300778, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "your" + }, + { + "word": "output", + "start": 692.04, + "end": 692.54, + "confidence": 0.5290192, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "output." + }, + { + "word": "so", + "start": 693.48, + "end": 693.7, + "confidence": 0.99745613, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "So" + }, + { + "word": "it's", + "start": 693.7, + "end": 693.9, + "confidence": 0.8296876, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "it's" + }, + { + "word": "not", + "start": 693.9, + "end": 694.2, + "confidence": 0.9031074, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "not" + }, + { + "word": "really", + "start": 694.2, + "end": 694.54, + "confidence": 0.882826, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "really" + }, + { + "word": "usable", + "start": 694.54, + "end": 694.96, + "confidence": 0.7499985, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "usable" + }, + { + "word": "for", + "start": 694.96, + "end": 695.46, + "confidence": 0.3045055, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "for" + }, + { + "word": "normal", + "start": 696.3, + "end": 696.8, + "confidence": 0.99551696, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "normal" + }, + { + "word": "transactions", + "start": 696.84, + "end": 697.34, + "confidence": 0.8165325, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "transactions" + }, + { + "word": "because", + "start": 697.44, + "end": 697.66, + "confidence": 0.90215546, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "because" + }, + { + "word": "you", + "start": 697.66, + "end": 697.8, + "confidence": 0.99995697, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "you" + }, + { + "word": "don't", + "start": 697.8, + "end": 698.12, + "confidence": 0.81197137, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "don't" + }, + { + "word": "know", + "start": 698.12, + "end": 698.44, + "confidence": 0.8482005, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "know" + }, + { + "word": "when", + "start": 698.44, + "end": 698.62, + "confidence": 0.42431837, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "when" + }, + { + "word": "you", + "start": 698.62, + "end": 698.86, + "confidence": 0.706469, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "you" + }, + { + "word": "like", + "start": 698.86, + "end": 699.0, + "confidence": 0.8998768, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "like" + }, + { + "word": "when", + "start": 699.0, + "end": 699.16, + "confidence": 0.83725643, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "when" + }, + { + "word": "you", + "start": 699.16, + "end": 699.32, + "confidence": 0.90588254, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "you" + }, + { + "word": "generate", + "start": 699.32, + "end": 699.68, + "confidence": 0.86184025, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "generate" + }, + { + "word": "an", + "start": 699.68, + "end": 699.84, + "confidence": 0.25611916, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "an" + }, + { + "word": "address", + "start": 699.84, + "end": 700.34, + "confidence": 0.9981359, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "address" + }, + { + "word": "you", + "start": 700.68, + "end": 700.9, + "confidence": 0.9999896, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "you" + }, + { + "word": "don't", + "start": 700.9, + "end": 701.24, + "confidence": 0.81245583, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "don't" + }, + { + "word": "know", + "start": 701.24, + "end": 701.52, + "confidence": 0.89698285, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "know" + }, + { + "word": "where", + "start": 701.52, + "end": 701.76, + "confidence": 0.95372754, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "where" + }, + { + "word": "you're", + "start": 701.76, + "end": 702.04, + "confidence": 0.86307913, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "you're" + }, + { + "word": "going", + "start": 702.04, + "end": 702.26, + "confidence": 0.80920666, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 702.26, + "end": 702.44, + "confidence": 0.824586, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "to" + }, + { + "word": "send", + "start": 702.44, + "end": 702.72, + "confidence": 0.71758246, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "send" + }, + { + "word": "money", + "start": 702.72, + "end": 703.18, + "confidence": 0.6361135, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "money" + }, + { + "word": "received", + "start": 703.18, + "end": 703.68, + "confidence": 0.84363526, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "received" + }, + { + "word": "at", + "start": 703.68, + "end": 704.18, + "confidence": 0.60553735, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "at" + }, + { + "word": "that", + "start": 704.28, + "end": 704.38, + "confidence": 0.36493918, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "that" + }, + { + "word": "address", + "start": 704.38, + "end": 704.8, + "confidence": 0.2829779, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "address." + }, + { + "word": "right", + "start": 704.8, + "end": 704.96, + "confidence": 0.8464218, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "Right?" + }, + { + "word": "you're", + "start": 704.96, + "end": 705.14, + "confidence": 0.87288827, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "You're" + }, + { + "word": "like", + "start": 705.14, + "end": 705.28, + "confidence": 0.6953068, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "like" + }, + { + "word": "okay", + "start": 705.28, + "end": 705.48, + "confidence": 0.9994785, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "okay" + }, + { + "word": "here's", + "start": 705.48, + "end": 705.66, + "confidence": 0.9822176, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "here's" + }, + { + "word": "a", + "start": 705.66, + "end": 705.76, + "confidence": 0.83349085, + "speaker": 0, + "speaker_confidence": 0.7841797, + "punctuated_word": "a" + }, + { + "word": "new", + "start": 705.76, + "end": 705.92, + "confidence": 0.5277347, + "speaker": 0, + "speaker_confidence": 0.48339844, + "punctuated_word": "new" + }, + { + "word": "address", + "start": 705.92, + "end": 706.26, + "confidence": 0.89687246, + "speaker": 0, + "speaker_confidence": 0.48339844, + "punctuated_word": "address" + }, + { + "word": "give", + "start": 706.26, + "end": 706.42, + "confidence": 0.99382967, + "speaker": 0, + "speaker_confidence": 0.48339844, + "punctuated_word": "give" + }, + { + "word": "me", + "start": 706.42, + "end": 706.56, + "confidence": 0.73088616, + "speaker": 0, + "speaker_confidence": 0.48339844, + "punctuated_word": "me" + }, + { + "word": "a", + "start": 706.56, + "end": 706.62, + "confidence": 0.51030374, + "speaker": 0, + "speaker_confidence": 0.48339844, + "punctuated_word": "a" + }, + { + "word": "bitcoin", + "start": 706.62, + "end": 707.12, + "confidence": 0.8001749, + "speaker": 0, + "speaker_confidence": 0.48339844, + "punctuated_word": "Bitcoin." + }, + { + "word": "okay", + "start": 707.46, + "end": 707.8, + "confidence": 0.9877751, + "speaker": 0, + "speaker_confidence": 0.48339844, + "punctuated_word": "Okay" + }, + { + "word": "now", + "start": 707.8, + "end": 707.96, + "confidence": 0.80889857, + "speaker": 0, + "speaker_confidence": 0.48339844, + "punctuated_word": "now" + }, + { + "word": "i", + "start": 707.96, + "end": 708.04, + "confidence": 0.90968734, + "speaker": 0, + "speaker_confidence": 0.38916016, + "punctuated_word": "I" + }, + { + "word": "need", + "start": 708.04, + "end": 708.24, + "confidence": 0.8060732, + "speaker": 0, + "speaker_confidence": 0.38916016, + "punctuated_word": "need" + }, + { + "word": "to", + "start": 708.24, + "end": 708.34, + "confidence": 0.9060462, + "speaker": 0, + "speaker_confidence": 0.38916016, + "punctuated_word": "to" + }, + { + "word": "spend", + "start": 708.34, + "end": 708.6, + "confidence": 0.9961371, + "speaker": 0, + "speaker_confidence": 0.38916016, + "punctuated_word": "spend" + }, + { + "word": "it", + "start": 708.6, + "end": 708.76, + "confidence": 0.42247894, + "speaker": 0, + "speaker_confidence": 0.38916016, + "punctuated_word": "it." + }, + { + "word": "well", + "start": 708.76, + "end": 709.24, + "confidence": 0.9064686, + "speaker": 0, + "speaker_confidence": 0.38916016, + "punctuated_word": "Well," + }, + { + "word": "if", + "start": 709.24, + "end": 709.44, + "confidence": 0.88282925, + "speaker": 0, + "speaker_confidence": 0.38916016, + "punctuated_word": "if" + }, + { + "word": "i", + "start": 709.44, + "end": 709.54, + "confidence": 0.90983176, + "speaker": 0, + "speaker_confidence": 0.38916016, + "punctuated_word": "I" + }, + { + "word": "have", + "start": 709.54, + "end": 709.84, + "confidence": 0.90989375, + "speaker": 0, + "speaker_confidence": 0.38916016, + "punctuated_word": "have" + }, + { + "word": "to", + "start": 709.84, + "end": 709.94, + "confidence": 0.8974772, + "speaker": 0, + "speaker_confidence": 0.38916016, + "punctuated_word": "to" + }, + { + "word": "decide", + "start": 709.94, + "end": 710.28, + "confidence": 0.9991425, + "speaker": 0, + "speaker_confidence": 0.38916016, + "punctuated_word": "decide" + }, + { + "word": "where", + "start": 710.28, + "end": 710.58, + "confidence": 0.99945563, + "speaker": 0, + "speaker_confidence": 0.38916016, + "punctuated_word": "where" + }, + { + "word": "i'm", + "start": 710.58, + "end": 710.76, + "confidence": 0.67461663, + "speaker": 0, + "speaker_confidence": 0.38916016, + "punctuated_word": "I'm" + }, + { + "word": "going", + "start": 710.76, + "end": 710.88, + "confidence": 0.8011363, + "speaker": 0, + "speaker_confidence": 0.38916016, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 710.88, + "end": 711.0, + "confidence": 0.9010354, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "to" + }, + { + "word": "spend", + "start": 711.0, + "end": 711.22, + "confidence": 0.94076306, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "spend" + }, + { + "word": "it", + "start": 711.22, + "end": 711.38, + "confidence": 0.26690286, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "it," + }, + { + "word": "even", + "start": 711.38, + "end": 711.58, + "confidence": 0.8426286, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "even" + }, + { + "word": "if", + "start": 711.58, + "end": 711.82, + "confidence": 0.79979116, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "if" + }, + { + "word": "i", + "start": 711.82, + "end": 712.32, + "confidence": 0.73977864, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "I" + }, + { + "word": "possibly", + "start": 712.72, + "end": 713.1, + "confidence": 0.9043608, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "possibly," + }, + { + "word": "if", + "start": 713.1, + "end": 713.26, + "confidence": 0.90371966, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "if" + }, + { + "word": "i", + "start": 713.26, + "end": 713.42, + "confidence": 0.91661876, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "I" + }, + { + "word": "can", + "start": 713.42, + "end": 713.56, + "confidence": 0.96143466, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "can" + }, + { + "word": "enumerate", + "start": 713.56, + "end": 714.06, + "confidence": 0.9914493, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "enumerate," + }, + { + "word": "it's", + "start": 714.06, + "end": 714.24, + "confidence": 0.867563, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "it's" + }, + { + "word": "like", + "start": 714.24, + "end": 714.34, + "confidence": 0.88333076, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "like," + }, + { + "word": "well", + "start": 714.34, + "end": 714.62, + "confidence": 0.99925166, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "well," + }, + { + "word": "i", + "start": 714.62, + "end": 714.72, + "confidence": 0.99827397, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "I" + }, + { + "word": "know", + "start": 714.72, + "end": 714.9, + "confidence": 0.9995634, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "know" + }, + { + "word": "i'm", + "start": 714.9, + "end": 715.02, + "confidence": 0.854096, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "I'm" + }, + { + "word": "going", + "start": 715.02, + "end": 715.12, + "confidence": 0.79534304, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 715.12, + "end": 715.24, + "confidence": 0.90583926, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "to" + }, + { + "word": "send", + "start": 715.24, + "end": 715.44, + "confidence": 0.55669725, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "send" + }, + { + "word": "it", + "start": 715.44, + "end": 715.6, + "confidence": 0.71951973, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "it" + }, + { + "word": "to", + "start": 715.6, + "end": 715.76, + "confidence": 0.84117985, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "to" + }, + { + "word": "these", + "start": 715.76, + "end": 716.12, + "confidence": 0.28736776, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "these" + }, + { + "word": "three", + "start": 716.12, + "end": 716.42, + "confidence": 0.99982625, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "three" + }, + { + "word": "different", + "start": 716.42, + "end": 716.68, + "confidence": 0.88048446, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "different" + }, + { + "word": "places", + "start": 716.68, + "end": 717.18, + "confidence": 0.123292506, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "places." + }, + { + "word": "and", + "start": 717.74, + "end": 717.9, + "confidence": 0.97112054, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "And" + }, + { + "word": "then", + "start": 717.9, + "end": 718.08, + "confidence": 0.81030047, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "then" + }, + { + "word": "i", + "start": 718.08, + "end": 718.26, + "confidence": 0.894482, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "I" + }, + { + "word": "could", + "start": 718.26, + "end": 718.46, + "confidence": 0.76424223, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "could" + }, + { + "word": "put", + "start": 718.46, + "end": 718.66, + "confidence": 0.7176852, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "put" + }, + { + "word": "it", + "start": 718.66, + "end": 718.78, + "confidence": 0.84855753, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "it" + }, + { + "word": "into", + "start": 718.78, + "end": 719.02, + "confidence": 0.70120597, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "into" + }, + { + "word": "three", + "start": 719.02, + "end": 719.24, + "confidence": 0.77313924, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "three" + }, + { + "word": "different", + "start": 719.24, + "end": 719.58, + "confidence": 0.20068812, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "different" + }, + { + "word": "little", + "start": 719.58, + "end": 720.08, + "confidence": 0.39755726, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "little" + }, + { + "word": "opctv", + "start": 720.14, + "end": 720.64, + "confidence": 0.9860627, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "opctv" + }, + { + "word": "outputs", + "start": 721.02, + "end": 721.52, + "confidence": 0.8066487, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "outputs" + }, + { + "word": "in", + "start": 721.68, + "end": 721.88, + "confidence": 0.67172736, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 721.88, + "end": 722.08, + "confidence": 0.9260486, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "the" + }, + { + "word": "taproot", + "start": 722.08, + "end": 722.42, + "confidence": 0.7459956, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "taproot" + }, + { + "word": "tree", + "start": 722.42, + "end": 722.92, + "confidence": 0.46538106, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "tree." + }, + { + "word": "so", + "start": 723.06, + "end": 723.26, + "confidence": 0.70415133, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "So" + }, + { + "word": "you", + "start": 723.26, + "end": 723.42, + "confidence": 0.89559716, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "you" + }, + { + "word": "could", + "start": 723.42, + "end": 723.64, + "confidence": 0.8740759, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "could" + }, + { + "word": "do", + "start": 723.64, + "end": 723.82, + "confidence": 0.5053006, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "do" + }, + { + "word": "that", + "start": 723.82, + "end": 724.02, + "confidence": 0.8716585, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "that," + }, + { + "word": "but", + "start": 724.02, + "end": 724.22, + "confidence": 0.99552, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "but" + }, + { + "word": "that's", + "start": 724.22, + "end": 724.46, + "confidence": 0.7404708, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "that's" + }, + { + "word": "very", + "start": 724.46, + "end": 724.64, + "confidence": 0.51636475, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "very" + }, + { + "word": "restrictive", + "start": 724.64, + "end": 725.14, + "confidence": 0.63075846, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "restrictive," + }, + { + "word": "right", + "start": 725.14, + "end": 725.38, + "confidence": 0.18387131, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "right?" + }, + { + "word": "you", + "start": 725.38, + "end": 725.5, + "confidence": 0.873813, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "You" + }, + { + "word": "generally", + "start": 725.5, + "end": 725.82, + "confidence": 0.85943824, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "generally" + }, + { + "word": "are", + "start": 725.82, + "end": 725.98, + "confidence": 0.65326583, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "are" + }, + { + "word": "like", + "start": 725.98, + "end": 726.1, + "confidence": 0.98337734, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "like," + }, + { + "word": "i", + "start": 726.1, + "end": 726.18, + "confidence": 0.9041956, + "speaker": 0, + "speaker_confidence": 0.74121094, + "punctuated_word": "I" + }, + { + "word": "want", + "start": 726.18, + "end": 726.3, + "confidence": 0.8703935, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "want" + }, + { + "word": "to", + "start": 726.3, + "end": 726.42, + "confidence": 0.81257576, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "to" + }, + { + "word": "have", + "start": 726.42, + "end": 726.6, + "confidence": 0.66661495, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "have" + }, + { + "word": "the", + "start": 726.6, + "end": 726.72, + "confidence": 0.34882456, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "the" + }, + { + "word": "bitcoin", + "start": 726.72, + "end": 726.9, + "confidence": 0.61851406, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "Bitcoin" + }, + { + "word": "and", + "start": 726.9, + "end": 727.02, + "confidence": 0.826124, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "and" + }, + { + "word": "i", + "start": 727.02, + "end": 727.12, + "confidence": 0.90568054, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "I" + }, + { + "word": "want", + "start": 727.12, + "end": 727.26, + "confidence": 0.8960374, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "want" + }, + { + "word": "to", + "start": 727.26, + "end": 727.36, + "confidence": 0.88554937, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "to" + }, + { + "word": "be", + "start": 727.36, + "end": 727.44, + "confidence": 0.90467376, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "be" + }, + { + "word": "able", + "start": 727.44, + "end": 727.6, + "confidence": 0.8048877, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "able" + }, + { + "word": "to", + "start": 727.6, + "end": 727.72, + "confidence": 0.9012295, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "to" + }, + { + "word": "send", + "start": 727.72, + "end": 727.92, + "confidence": 0.72814626, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "send" + }, + { + "word": "it", + "start": 727.92, + "end": 728.16, + "confidence": 0.6871973, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "it" + }, + { + "word": "anywhere", + "start": 728.16, + "end": 728.66, + "confidence": 0.73800963, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "anywhere" + }, + { + "word": "after", + "start": 728.72, + "end": 728.96, + "confidence": 0.77292305, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "after" + }, + { + "word": "the", + "start": 728.96, + "end": 729.14, + "confidence": 0.8875455, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "the" + }, + { + "word": "fact", + "start": 729.14, + "end": 729.64, + "confidence": 0.16576791, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "fact." + }, + { + "word": "okay", + "start": 730.24, + "end": 730.74, + "confidence": 0.42714456, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "Okay." + }, + { + "word": "so", + "start": 731.42, + "end": 731.92, + "confidence": 0.92952305, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "So" + }, + { + "word": "the", + "start": 732.04, + "end": 732.26, + "confidence": 0.79109025, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "the" + }, + { + "word": "basic", + "start": 732.26, + "end": 732.6, + "confidence": 0.9048934, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "basic" + }, + { + "word": "idea", + "start": 732.6, + "end": 732.84, + "confidence": 0.8778465, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "idea" + }, + { + "word": "is", + "start": 732.84, + "end": 733.04, + "confidence": 0.80272925, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "is" + }, + { + "word": "that", + "start": 733.04, + "end": 733.14, + "confidence": 0.85621583, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "that" + }, + { + "word": "inputs", + "start": 733.14, + "end": 733.44, + "confidence": 0.90530425, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "inputs" + }, + { + "word": "point", + "start": 733.44, + "end": 733.68, + "confidence": 0.77588654, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "point" + }, + { + "word": "to", + "start": 733.68, + "end": 733.8, + "confidence": 0.7931278, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "to" + }, + { + "word": "other", + "start": 733.8, + "end": 734.06, + "confidence": 0.96570224, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "other" + }, + { + "word": "inputs", + "start": 734.06, + "end": 734.56, + "confidence": 0.7462673, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "inputs." + }, + { + "word": "the", + "start": 734.58, + "end": 734.76, + "confidence": 0.90748334, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "The" + }, + { + "word": "idea", + "start": 734.76, + "end": 735.04, + "confidence": 0.74154687, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "idea" + }, + { + "word": "is", + "start": 735.04, + "end": 735.22, + "confidence": 0.80990845, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "is" + }, + { + "word": "if", + "start": 735.22, + "end": 735.42, + "confidence": 0.8710613, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "if" + }, + { + "word": "one", + "start": 735.42, + "end": 735.66, + "confidence": 0.7278396, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "one" + }, + { + "word": "input", + "start": 735.66, + "end": 736.04, + "confidence": 0.94782794, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "input" + }, + { + "word": "signs", + "start": 736.04, + "end": 736.54, + "confidence": 0.8861846, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "signs," + }, + { + "word": "all", + "start": 737.12, + "end": 737.36, + "confidence": 0.77763206, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "all" + }, + { + "word": "the", + "start": 737.36, + "end": 737.54, + "confidence": 0.8400506, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "the" + }, + { + "word": "other", + "start": 737.54, + "end": 737.76, + "confidence": 0.5359229, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "other" + }, + { + "word": "inputs", + "start": 737.76, + "end": 738.12, + "confidence": 0.99993634, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "inputs" + }, + { + "word": "can", + "start": 738.12, + "end": 738.28, + "confidence": 0.90535575, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "can" + }, + { + "word": "sort", + "start": 738.28, + "end": 738.4, + "confidence": 0.8716184, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "sort" + }, + { + "word": "of", + "start": 738.4, + "end": 738.68, + "confidence": 0.90158296, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "of" + }, + { + "word": "point", + "start": 738.68, + "end": 739.0, + "confidence": 0.882752, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "point" + }, + { + "word": "to", + "start": 739.0, + "end": 739.16, + "confidence": 0.85804313, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "to" + }, + { + "word": "that", + "start": 739.16, + "end": 739.32, + "confidence": 0.82652426, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "that" + }, + { + "word": "input", + "start": 739.32, + "end": 739.82, + "confidence": 0.8960317, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "input" + }, + { + "word": "and", + "start": 739.96, + "end": 740.18, + "confidence": 0.6716882, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "and" + }, + { + "word": "say", + "start": 740.18, + "end": 740.68, + "confidence": 0.6119239, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "say," + }, + { + "word": "that", + "start": 741.46, + "end": 741.62, + "confidence": 0.9378516, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "that" + }, + { + "word": "guy's", + "start": 741.62, + "end": 741.9, + "confidence": 0.8945571, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "guy's" + }, + { + "word": "signature", + "start": 741.9, + "end": 742.4, + "confidence": 0.30974936, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "signature." + }, + { + "word": "so", + "start": 743.04, + "end": 743.22, + "confidence": 0.83450717, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "So" + }, + { + "word": "now", + "start": 743.22, + "end": 743.4, + "confidence": 0.8836427, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "now" + }, + { + "word": "we", + "start": 743.4, + "end": 743.56, + "confidence": 0.8113965, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "we" + }, + { + "word": "just", + "start": 743.56, + "end": 743.76, + "confidence": 0.90716726, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "just" + }, + { + "word": "need", + "start": 743.76, + "end": 743.98, + "confidence": 0.83171636, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "need" + }, + { + "word": "to", + "start": 743.98, + "end": 744.06, + "confidence": 0.8289616, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "to" + }, + { + "word": "know", + "start": 744.06, + "end": 744.56, + "confidence": 0.74386585, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "know" + }, + { + "word": "about", + "start": 744.6, + "end": 745.1, + "confidence": 0.67799675, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "about" + }, + { + "word": "inputs", + "start": 745.16, + "end": 745.66, + "confidence": 0.5222707, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "inputs" + }, + { + "word": "instead", + "start": 745.74, + "end": 746.04, + "confidence": 0.68206805, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "instead" + }, + { + "word": "of", + "start": 746.04, + "end": 746.24, + "confidence": 0.25375983, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "of" + }, + { + "word": "outputs", + "start": 746.24, + "end": 746.74, + "confidence": 0.9999151, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "outputs" + }, + { + "word": "at", + "start": 747.1, + "end": 747.26, + "confidence": 0.7631331, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "at" + }, + { + "word": "address", + "start": 747.26, + "end": 747.64, + "confidence": 0.79921246, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "address" + }, + { + "word": "creation", + "start": 747.64, + "end": 748.02, + "confidence": 0.9578473, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "creation" + }, + { + "word": "time", + "start": 748.02, + "end": 748.44, + "confidence": 0.9135526, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "time," + }, + { + "word": "which", + "start": 748.44, + "end": 748.94, + "confidence": 0.90423685, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "which" + }, + { + "word": "is", + "start": 748.94, + "end": 749.16, + "confidence": 0.6839436, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "is" + }, + { + "word": "doable", + "start": 749.16, + "end": 749.66, + "confidence": 0.35962948, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "doable." + }, + { + "word": "so", + "start": 750.06, + "end": 750.26, + "confidence": 0.8942404, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "So" + }, + { + "word": "when", + "start": 750.26, + "end": 750.46, + "confidence": 0.9459422, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "when" + }, + { + "word": "you're", + "start": 750.46, + "end": 750.66, + "confidence": 0.8106115, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "you're" + }, + { + "word": "creating", + "start": 750.66, + "end": 751.02, + "confidence": 0.85804856, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "creating" + }, + { + "word": "an", + "start": 751.02, + "end": 751.12, + "confidence": 0.8622599, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "an" + }, + { + "word": "address", + "start": 751.12, + "end": 751.62, + "confidence": 0.49339876, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "address," + }, + { + "word": "you", + "start": 751.92, + "end": 752.22, + "confidence": 0.81193346, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "you" + }, + { + "word": "may", + "start": 752.22, + "end": 752.72, + "confidence": 0.7752114, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "may" + }, + { + "word": "know", + "start": 752.98, + "end": 753.48, + "confidence": 0.7799334, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "know" + }, + { + "word": "other", + "start": 753.66, + "end": 754.02, + "confidence": 0.879043, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "other" + }, + { + "word": "inputs", + "start": 754.02, + "end": 754.52, + "confidence": 0.8923317, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "inputs" + }, + { + "word": "that", + "start": 754.54, + "end": 754.74, + "confidence": 0.62842095, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "that" + }, + { + "word": "are", + "start": 754.74, + "end": 754.9, + "confidence": 0.9999554, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "are" + }, + { + "word": "going", + "start": 754.9, + "end": 755.06, + "confidence": 0.9018593, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 755.06, + "end": 755.2, + "confidence": 0.79851794, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "to" + }, + { + "word": "be", + "start": 755.2, + "end": 755.32, + "confidence": 0.9042007, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "be" + }, + { + "word": "spent", + "start": 755.32, + "end": 755.58, + "confidence": 0.8094761, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "spent" + }, + { + "word": "at", + "start": 755.58, + "end": 755.74, + "confidence": 0.82224053, + "speaker": 0, + "speaker_confidence": 0.7480469, + "punctuated_word": "at" + }, + { + "word": "the", + "start": 755.74, + "end": 755.84, + "confidence": 0.7996094, + "speaker": 0, + "speaker_confidence": 0.49560547, + "punctuated_word": "the" + }, + { + "word": "same", + "start": 755.84, + "end": 756.02, + "confidence": 0.82878655, + "speaker": 0, + "speaker_confidence": 0.49560547, + "punctuated_word": "same" + }, + { + "word": "time", + "start": 756.02, + "end": 756.2, + "confidence": 0.8112544, + "speaker": 0, + "speaker_confidence": 0.49560547, + "punctuated_word": "time" + }, + { + "word": "in", + "start": 756.2, + "end": 756.36, + "confidence": 0.8484298, + "speaker": 0, + "speaker_confidence": 0.49560547, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 756.36, + "end": 756.48, + "confidence": 0.8024672, + "speaker": 0, + "speaker_confidence": 0.49560547, + "punctuated_word": "the" + }, + { + "word": "same", + "start": 756.48, + "end": 756.6, + "confidence": 0.9767774, + "speaker": 0, + "speaker_confidence": 0.49560547, + "punctuated_word": "same" + }, + { + "word": "transaction", + "start": 756.6, + "end": 757.1, + "confidence": 0.33032882, + "speaker": 0, + "speaker_confidence": 0.49560547, + "punctuated_word": "transaction." + }, + { + "word": "so", + "start": 758.24, + "end": 758.44, + "confidence": 0.9015141, + "speaker": 0, + "speaker_confidence": 0.49560547, + "punctuated_word": "So" + }, + { + "word": "here's", + "start": 758.44, + "end": 758.8, + "confidence": 0.8140285, + "speaker": 0, + "speaker_confidence": 0.49560547, + "punctuated_word": "here's" + }, + { + "word": "the", + "start": 758.8, + "end": 758.94, + "confidence": 0.7842074, + "speaker": 0, + "speaker_confidence": 0.49560547, + "punctuated_word": "the" + }, + { + "word": "basic", + "start": 758.94, + "end": 759.16, + "confidence": 0.97945684, + "speaker": 0, + "speaker_confidence": 0.49560547, + "punctuated_word": "basic" + }, + { + "word": "idea", + "start": 759.16, + "end": 759.66, + "confidence": 0.31999063, + "speaker": 0, + "speaker_confidence": 0.49560547, + "punctuated_word": "idea." + }, + { + "word": "this", + "start": 760.08, + "end": 760.28, + "confidence": 0.9988539, + "speaker": 0, + "speaker_confidence": 0.49560547, + "punctuated_word": "This" + }, + { + "word": "is", + "start": 760.28, + "end": 760.44, + "confidence": 0.7209869, + "speaker": 0, + "speaker_confidence": 0.49560547, + "punctuated_word": "is" + }, + { + "word": "a", + "start": 760.44, + "end": 760.52, + "confidence": 0.63362885, + "speaker": 0, + "speaker_confidence": 0.49560547, + "punctuated_word": "a" + }, + { + "word": "fully", + "start": 760.52, + "end": 760.76, + "confidence": 0.6817714, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "fully" + }, + { + "word": "signed", + "start": 760.76, + "end": 761.2, + "confidence": 0.7980855, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "signed" + }, + { + "word": "bitcoin", + "start": 761.2, + "end": 761.52, + "confidence": 0.57255316, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "Bitcoin" + }, + { + "word": "transaction", + "start": 761.52, + "end": 762.02, + "confidence": 0.20506871, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "transaction," + }, + { + "word": "three", + "start": 762.44, + "end": 762.66, + "confidence": 0.9755028, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "three" + }, + { + "word": "signatures", + "start": 762.66, + "end": 763.16, + "confidence": 0.8588122, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "signatures," + }, + { + "word": "three", + "start": 763.2, + "end": 763.42, + "confidence": 0.9967853, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "three" + }, + { + "word": "inputs", + "start": 763.42, + "end": 763.92, + "confidence": 0.6225306, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "inputs." + }, + { + "word": "you", + "start": 764.18, + "end": 764.44, + "confidence": 0.77941304, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "You" + }, + { + "word": "take", + "start": 764.44, + "end": 764.8, + "confidence": 0.901828, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "take" + }, + { + "word": "two", + "start": 764.8, + "end": 764.94, + "confidence": 0.5558411, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "two" + }, + { + "word": "of", + "start": 764.94, + "end": 765.1, + "confidence": 0.8222065, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 765.1, + "end": 765.28, + "confidence": 0.8109519, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "the" + }, + { + "word": "signatures", + "start": 765.28, + "end": 765.74, + "confidence": 0.5166468, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "signatures" + }, + { + "word": "away", + "start": 765.74, + "end": 766.24, + "confidence": 0.27538, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "away," + }, + { + "word": "and", + "start": 766.98, + "end": 767.04, + "confidence": 0.89298576, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "and" + }, + { + "word": "then", + "start": 767.04, + "end": 767.22, + "confidence": 0.8885492, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "then" + }, + { + "word": "you", + "start": 767.22, + "end": 767.32, + "confidence": 0.3538492, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "you" + }, + { + "word": "put", + "start": 767.32, + "end": 767.54, + "confidence": 0.9943541, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "put" + }, + { + "word": "these", + "start": 767.54, + "end": 767.72, + "confidence": 0.7271653, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "these" + }, + { + "word": "little", + "start": 767.72, + "end": 767.92, + "confidence": 0.3571301, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "little" + }, + { + "word": "pointers", + "start": 767.92, + "end": 768.42, + "confidence": 0.5814626, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "pointers." + }, + { + "word": "you", + "start": 768.52, + "end": 768.76, + "confidence": 0.5897987, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "You" + }, + { + "word": "say", + "start": 768.76, + "end": 768.94, + "confidence": 0.99719113, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "say" + }, + { + "word": "well", + "start": 768.94, + "end": 769.34, + "confidence": 0.9093595, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "well" + }, + { + "word": "instead", + "start": 769.34, + "end": 769.64, + "confidence": 0.9982389, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "instead" + }, + { + "word": "of", + "start": 769.64, + "end": 769.82, + "confidence": 0.91346496, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "of" + }, + { + "word": "a", + "start": 769.82, + "end": 770.02, + "confidence": 0.80145925, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "a" + }, + { + "word": "signature", + "start": 770.02, + "end": 770.52, + "confidence": 0.8889496, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "signature" + }, + { + "word": "here", + "start": 770.54, + "end": 770.74, + "confidence": 0.45207006, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "here" + }, + { + "word": "in", + "start": 770.74, + "end": 770.86, + "confidence": 0.9959015, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "in" + }, + { + "word": "this", + "start": 770.86, + "end": 771.06, + "confidence": 0.7240794, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "this" + }, + { + "word": "input", + "start": 771.06, + "end": 771.42, + "confidence": 0.9978866, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "input" + }, + { + "word": "i'm", + "start": 771.42, + "end": 771.66, + "confidence": 0.8509693, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "I'm" + }, + { + "word": "going", + "start": 771.66, + "end": 771.88, + "confidence": 0.9033989, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 771.88, + "end": 772.0, + "confidence": 0.9978763, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "to" + }, + { + "word": "put", + "start": 772.0, + "end": 772.2, + "confidence": 0.83004236, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "put" + }, + { + "word": "a", + "start": 772.2, + "end": 772.28, + "confidence": 0.8493519, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "a" + }, + { + "word": "pointer", + "start": 772.28, + "end": 772.68, + "confidence": 0.1682263, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "pointer" + }, + { + "word": "to", + "start": 772.68, + "end": 773.18, + "confidence": 0.9982578, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "to" + }, + { + "word": "the", + "start": 773.26, + "end": 773.48, + "confidence": 0.76411575, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "the" + }, + { + "word": "first", + "start": 773.48, + "end": 773.72, + "confidence": 0.2383857, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "first" + }, + { + "word": "input", + "start": 773.72, + "end": 774.22, + "confidence": 0.3837779, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "input," + }, + { + "word": "input", + "start": 774.24, + "end": 774.6, + "confidence": 0.51100135, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "input" + }, + { + "word": "0", + "start": 774.6, + "end": 775.1, + "confidence": 0.5987333, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "0," + }, + { + "word": "input", + "start": 775.2, + "end": 775.56, + "confidence": 0.3526136, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "input" + }, + { + "word": "3", + "start": 775.56, + "end": 776.06, + "confidence": 0.257735, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "3." + }, + { + "word": "and", + "start": 776.5, + "end": 776.68, + "confidence": 0.80851614, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "And" + }, + { + "word": "same", + "start": 776.68, + "end": 776.96, + "confidence": 0.54346424, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "same" + }, + { + "word": "here", + "start": 776.96, + "end": 777.46, + "confidence": 0.88655376, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "here." + }, + { + "word": "these", + "start": 777.54, + "end": 777.84, + "confidence": 0.7937094, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "These" + }, + { + "word": "other", + "start": 777.84, + "end": 778.12, + "confidence": 0.7208735, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "other" + }, + { + "word": "two", + "start": 778.12, + "end": 778.32, + "confidence": 0.31570458, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "two" + }, + { + "word": "inputs", + "start": 778.32, + "end": 778.66, + "confidence": 0.9984446, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "inputs" + }, + { + "word": "i'm", + "start": 778.66, + "end": 778.86, + "confidence": 0.7888894, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "I'm" + }, + { + "word": "spending", + "start": 778.86, + "end": 779.2, + "confidence": 0.88290244, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "spending" + }, + { + "word": "in", + "start": 779.2, + "end": 779.34, + "confidence": 0.8165302, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "in" + }, + { + "word": "this", + "start": 779.34, + "end": 779.5, + "confidence": 0.813419, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "this" + }, + { + "word": "transaction", + "start": 779.5, + "end": 780.0, + "confidence": 0.28832033, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "transaction" + }, + { + "word": "point", + "start": 780.3, + "end": 780.72, + "confidence": 0.81337404, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "point" + }, + { + "word": "to", + "start": 780.72, + "end": 780.86, + "confidence": 0.86371934, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "to" + }, + { + "word": "the", + "start": 780.86, + "end": 781.02, + "confidence": 0.8779278, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "the" + }, + { + "word": "input", + "start": 781.02, + "end": 781.32, + "confidence": 0.898705, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "input" + }, + { + "word": "that", + "start": 781.32, + "end": 781.56, + "confidence": 0.9090293, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "that" + }, + { + "word": "has", + "start": 781.56, + "end": 781.86, + "confidence": 0.7893224, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "has" + }, + { + "word": "an", + "start": 781.86, + "end": 782.02, + "confidence": 0.6993857, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "an" + }, + { + "word": "actual", + "start": 782.02, + "end": 782.36, + "confidence": 0.9076987, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "actual" + }, + { + "word": "full", + "start": 782.36, + "end": 782.68, + "confidence": 0.8268174, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "full" + }, + { + "word": "signature", + "start": 782.68, + "end": 783.18, + "confidence": 0.077589825, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "signature." + }, + { + "word": "so", + "start": 783.78, + "end": 783.9, + "confidence": 0.8911411, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "So" + }, + { + "word": "how", + "start": 783.9, + "end": 784.08, + "confidence": 0.7094969, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "how" + }, + { + "word": "do", + "start": 784.08, + "end": 784.24, + "confidence": 0.8019861, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "do" + }, + { + "word": "these", + "start": 784.24, + "end": 784.44, + "confidence": 0.8120507, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "these" + }, + { + "word": "pointers", + "start": 784.44, + "end": 784.8, + "confidence": 0.9781219, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "pointers" + }, + { + "word": "work", + "start": 784.8, + "end": 785.3, + "confidence": 0.14147437, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "work?" + }, + { + "word": "how", + "start": 786.06, + "end": 786.34, + "confidence": 0.7723882, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "How" + }, + { + "word": "does", + "start": 786.34, + "end": 786.56, + "confidence": 0.50142765, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "does" + }, + { + "word": "input", + "start": 786.56, + "end": 786.9, + "confidence": 0.80088353, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "input" + }, + { + "word": "2", + "start": 786.9, + "end": 787.28, + "confidence": 0.87959796, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "2" + }, + { + "word": "point", + "start": 787.28, + "end": 787.5, + "confidence": 0.81537175, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "point" + }, + { + "word": "to", + "start": 787.5, + "end": 787.66, + "confidence": 0.95561695, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "to" + }, + { + "word": "input", + "start": 787.66, + "end": 787.96, + "confidence": 0.74297726, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "input" + }, + { + "word": "0", + "start": 787.96, + "end": 788.26, + "confidence": 0.8130618, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "0" + }, + { + "word": "without", + "start": 788.26, + "end": 788.56, + "confidence": 0.9875766, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "without" + }, + { + "word": "signing", + "start": 788.56, + "end": 789.06, + "confidence": 0.06552124, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "signing?" + }, + { + "word": "input", + "start": 790.16, + "end": 790.66, + "confidence": 0.39606187, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "Input," + }, + { + "word": "what", + "start": 790.68, + "end": 790.86, + "confidence": 0.90063566, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "what" + }, + { + "word": "we", + "start": 790.86, + "end": 791.04, + "confidence": 0.8129398, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "we" + }, + { + "word": "do", + "start": 791.04, + "end": 791.2, + "confidence": 0.67818767, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "do" + }, + { + "word": "is", + "start": 791.2, + "end": 791.4, + "confidence": 0.8017735, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "is" + }, + { + "word": "input", + "start": 791.4, + "end": 791.72, + "confidence": 0.69371176, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "input" + }, + { + "word": "0's", + "start": 791.72, + "end": 792.16, + "confidence": 0.71163386, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "0's" + }, + { + "word": "out", + "start": 792.16, + "end": 792.38, + "confidence": 0.41542655, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "out" + }, + { + "word": "point", + "start": 792.38, + "end": 792.64, + "confidence": 0.096787445, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "point," + }, + { + "word": "so", + "start": 792.64, + "end": 792.8, + "confidence": 0.9960414, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "so" + }, + { + "word": "it's", + "start": 792.8, + "end": 793.3, + "confidence": 0.72502077, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "it's," + }, + { + "word": "these", + "start": 793.7, + "end": 793.86, + "confidence": 0.8909241, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "these" + }, + { + "word": "words", + "start": 793.86, + "end": 794.12, + "confidence": 0.7938328, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "words" + }, + { + "word": "are", + "start": 794.12, + "end": 794.26, + "confidence": 0.5149033, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "are" + }, + { + "word": "hard", + "start": 794.26, + "end": 794.76, + "confidence": 0.14543112, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "hard," + }, + { + "word": "the", + "start": 794.76, + "end": 794.88, + "confidence": 0.8444788, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "the" + }, + { + "word": "out", + "start": 794.88, + "end": 795.12, + "confidence": 0.897903, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "out" + }, + { + "word": "point", + "start": 795.12, + "end": 795.48, + "confidence": 0.8064922, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "point" + }, + { + "word": "is", + "start": 795.48, + "end": 795.7, + "confidence": 0.7786249, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "is" + }, + { + "word": "the", + "start": 795.7, + "end": 795.9, + "confidence": 0.8885076, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "the" + }, + { + "word": "term", + "start": 795.9, + "end": 796.26, + "confidence": 0.50163174, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "term" + }, + { + "word": "for", + "start": 796.26, + "end": 796.5, + "confidence": 0.70385456, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "for" + }, + { + "word": "like", + "start": 796.5, + "end": 796.68, + "confidence": 0.6542476, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "like" + }, + { + "word": "the", + "start": 796.68, + "end": 796.8, + "confidence": 0.9565765, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "the" + }, + { + "word": "utxo", + "start": 796.8, + "end": 797.28, + "confidence": 0.9972863, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "UTXO" + }, + { + "word": "label", + "start": 797.28, + "end": 797.68, + "confidence": 0.21641074, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "label," + }, + { + "word": "it's", + "start": 797.68, + "end": 797.96, + "confidence": 0.893735, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "It's" + }, + { + "word": "just", + "start": 797.96, + "end": 798.08, + "confidence": 0.6817448, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "just" + }, + { + "word": "txid", + "start": 798.08, + "end": 798.58, + "confidence": 0.93755484, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "TXID" + }, + { + "word": "index", + "start": 798.6, + "end": 798.96, + "confidence": 0.1951995, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "index." + }, + { + "word": "so", + "start": 798.96, + "end": 799.08, + "confidence": 0.89670837, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "So" + }, + { + "word": "when", + "start": 799.08, + "end": 799.24, + "confidence": 0.8328977, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "when" + }, + { + "word": "you", + "start": 799.24, + "end": 799.4, + "confidence": 0.9998092, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "you" + }, + { + "word": "create", + "start": 799.4, + "end": 799.72, + "confidence": 0.818116, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "create" + }, + { + "word": "a", + "start": 799.72, + "end": 799.84, + "confidence": 0.94354, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "a" + }, + { + "word": "transaction", + "start": 799.84, + "end": 800.34, + "confidence": 0.81294215, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "transaction," + }, + { + "word": "it's", + "start": 800.5, + "end": 800.72, + "confidence": 0.87819266, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "it's" + }, + { + "word": "got", + "start": 800.72, + "end": 800.86, + "confidence": 0.911323, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "got" + }, + { + "word": "a", + "start": 800.86, + "end": 801.02, + "confidence": 0.99679345, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "a" + }, + { + "word": "txid", + "start": 801.02, + "end": 801.52, + "confidence": 0.9783344, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "TXID." + }, + { + "word": "and", + "start": 802.08, + "end": 802.2, + "confidence": 0.5744853, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "And" + }, + { + "word": "then", + "start": 802.2, + "end": 802.7, + "confidence": 0.99991584, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "then" + }, + { + "word": "let's", + "start": 802.76, + "end": 803.0, + "confidence": 0.892213, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "let's" + }, + { + "word": "say", + "start": 803.0, + "end": 803.24, + "confidence": 0.8158896, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "say" + }, + { + "word": "this", + "start": 803.24, + "end": 803.46, + "confidence": 0.89778763, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "this" + }, + { + "word": "transaction", + "start": 803.46, + "end": 803.96, + "confidence": 0.79766613, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "transaction" + }, + { + "word": "has", + "start": 804.02, + "end": 804.52, + "confidence": 0.72744393, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "has" + }, + { + "word": "two", + "start": 804.8, + "end": 805.08, + "confidence": 0.8582229, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "two" + }, + { + "word": "outputs", + "start": 805.08, + "end": 805.58, + "confidence": 0.25882795, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "outputs." + }, + { + "word": "and", + "start": 806.12, + "end": 806.28, + "confidence": 0.8826467, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "And" + }, + { + "word": "so", + "start": 806.28, + "end": 806.42, + "confidence": 0.99877316, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "so" + }, + { + "word": "you'd", + "start": 806.42, + "end": 806.72, + "confidence": 0.89428693, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "you'd" + }, + { + "word": "say", + "start": 806.72, + "end": 807.18, + "confidence": 0.54297215, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "say," + }, + { + "word": "this", + "start": 807.18, + "end": 807.34, + "confidence": 0.9940394, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "this" + }, + { + "word": "txid", + "start": 807.34, + "end": 807.84, + "confidence": 0.98274016, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "TXID" + }, + { + "word": "0", + "start": 808.5, + "end": 809.0, + "confidence": 0.86896354, + "speaker": 0, + "speaker_confidence": 0.88720703, + "punctuated_word": "0" + }, + { + "word": "is", + "start": 809.12, + "end": 809.34, + "confidence": 0.8682096, + "speaker": 0, + "speaker_confidence": 0.50878906, + "punctuated_word": "is" + }, + { + "word": "this", + "start": 809.34, + "end": 809.64, + "confidence": 0.99913555, + "speaker": 0, + "speaker_confidence": 0.50878906, + "punctuated_word": "this" + }, + { + "word": "utxo", + "start": 809.64, + "end": 810.14, + "confidence": 0.99806815, + "speaker": 0, + "speaker_confidence": 0.50878906, + "punctuated_word": "UTXO." + }, + { + "word": "this", + "start": 810.38, + "end": 810.66, + "confidence": 0.9670898, + "speaker": 0, + "speaker_confidence": 0.50878906, + "punctuated_word": "This" + }, + { + "word": "txid", + "start": 810.66, + "end": 811.16, + "confidence": 0.907473, + "speaker": 0, + "speaker_confidence": 0.50878906, + "punctuated_word": "txid" + }, + { + "word": "1", + "start": 811.36, + "end": 811.78, + "confidence": 0.86646134, + "speaker": 0, + "speaker_confidence": 0.50878906, + "punctuated_word": "1" + }, + { + "word": "is", + "start": 811.78, + "end": 811.98, + "confidence": 0.4742769, + "speaker": 0, + "speaker_confidence": 0.50878906, + "punctuated_word": "is" + }, + { + "word": "this", + "start": 811.98, + "end": 812.14, + "confidence": 0.50137097, + "speaker": 0, + "speaker_confidence": 0.50878906, + "punctuated_word": "this" + }, + { + "word": "utxo", + "start": 812.14, + "end": 812.64, + "confidence": 0.7611573, + "speaker": 0, + "speaker_confidence": 0.50878906, + "punctuated_word": "utxo." + }, + { + "word": "so", + "start": 812.68, + "end": 812.78, + "confidence": 0.999196, + "speaker": 0, + "speaker_confidence": 0.23095703, + "punctuated_word": "So" + }, + { + "word": "that's", + "start": 812.78, + "end": 813.0, + "confidence": 0.7877266, + "speaker": 0, + "speaker_confidence": 0.23095703, + "punctuated_word": "that's" + }, + { + "word": "called", + "start": 813.0, + "end": 813.24, + "confidence": 0.81245947, + "speaker": 0, + "speaker_confidence": 0.23095703, + "punctuated_word": "called" + }, + { + "word": "an", + "start": 813.24, + "end": 813.4, + "confidence": 0.43270415, + "speaker": 0, + "speaker_confidence": 0.23095703, + "punctuated_word": "an" + }, + { + "word": "outpoint", + "start": 813.4, + "end": 813.9, + "confidence": 0.9874769, + "speaker": 0, + "speaker_confidence": 0.23095703, + "punctuated_word": "outpoint." + }, + { + "word": "and", + "start": 815.9, + "end": 816.4, + "confidence": 0.78816694, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "And" + }, + { + "word": "so", + "start": 816.74, + "end": 817.24, + "confidence": 0.77795565, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "so" + }, + { + "word": "the", + "start": 817.58, + "end": 817.8, + "confidence": 0.9042012, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "the" + }, + { + "word": "idea", + "start": 817.8, + "end": 818.26, + "confidence": 0.73764235, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "idea" + }, + { + "word": "is", + "start": 818.26, + "end": 818.6, + "confidence": 0.83059704, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "is" + }, + { + "word": "you", + "start": 818.6, + "end": 818.84, + "confidence": 0.81861, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "you" + }, + { + "word": "bake", + "start": 818.84, + "end": 819.34, + "confidence": 0.787892, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "bake" + }, + { + "word": "the", + "start": 820.08, + "end": 820.44, + "confidence": 0.7171267, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "the" + }, + { + "word": "outpoint", + "start": 820.44, + "end": 820.94, + "confidence": 0.88468134, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "outpoint" + }, + { + "word": "of", + "start": 820.96, + "end": 821.1, + "confidence": 0.85244364, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "of" + }, + { + "word": "input", + "start": 821.1, + "end": 821.42, + "confidence": 0.5428564, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "input" + }, + { + "word": "0", + "start": 821.42, + "end": 821.88, + "confidence": 0.9999603, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "0" + }, + { + "word": "into", + "start": 821.88, + "end": 822.14, + "confidence": 0.9037969, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "into" + }, + { + "word": "input", + "start": 822.14, + "end": 822.4, + "confidence": 0.9769974, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "input" + }, + { + "word": "2's", + "start": 822.4, + "end": 822.84, + "confidence": 0.8782664, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "2's" + }, + { + "word": "taproot", + "start": 822.84, + "end": 823.18, + "confidence": 0.6904729, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "taproot" + }, + { + "word": "tree", + "start": 823.18, + "end": 823.68, + "confidence": 0.3310464, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "tree." + }, + { + "word": "and", + "start": 824.38, + "end": 824.58, + "confidence": 0.8770201, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "And" + }, + { + "word": "so", + "start": 824.58, + "end": 825.04, + "confidence": 0.89071774, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "so" + }, + { + "word": "that", + "start": 825.04, + "end": 825.16, + "confidence": 0.7388726, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "That" + }, + { + "word": "means", + "start": 825.16, + "end": 825.3, + "confidence": 0.7785526, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "means" + }, + { + "word": "that", + "start": 825.3, + "end": 825.36, + "confidence": 0.4406724, + "speaker": 0, + "speaker_confidence": 0.58496094, + "punctuated_word": "that" + }, + { + "word": "input", + "start": 825.36, + "end": 825.72, + "confidence": 0.9288219, + "speaker": 0, + "speaker_confidence": 0.58496094, + "punctuated_word": "input" + }, + { + "word": "0's", + "start": 825.72, + "end": 826.08, + "confidence": 0.68840605, + "speaker": 0, + "speaker_confidence": 0.58496094, + "punctuated_word": "0's" + }, + { + "word": "utxo", + "start": 826.08, + "end": 826.56, + "confidence": 0.9946668, + "speaker": 0, + "speaker_confidence": 0.58496094, + "punctuated_word": "UTXO" + }, + { + "word": "needs", + "start": 826.56, + "end": 826.8, + "confidence": 0.90837264, + "speaker": 0, + "speaker_confidence": 0.58496094, + "punctuated_word": "needs" + }, + { + "word": "to", + "start": 826.8, + "end": 826.96, + "confidence": 0.7654729, + "speaker": 0, + "speaker_confidence": 0.58496094, + "punctuated_word": "to" + }, + { + "word": "exist", + "start": 826.96, + "end": 827.4, + "confidence": 0.8762902, + "speaker": 0, + "speaker_confidence": 0.58496094, + "punctuated_word": "exist" + }, + { + "word": "before", + "start": 827.4, + "end": 827.8, + "confidence": 0.95588034, + "speaker": 0, + "speaker_confidence": 0.58496094, + "punctuated_word": "before" + }, + { + "word": "input", + "start": 827.8, + "end": 828.08, + "confidence": 0.9934242, + "speaker": 0, + "speaker_confidence": 0.58496094, + "punctuated_word": "input" + }, + { + "word": "2's", + "start": 828.08, + "end": 828.56, + "confidence": 0.8170666, + "speaker": 0, + "speaker_confidence": 0.58496094, + "punctuated_word": "2's" + }, + { + "word": "address", + "start": 828.56, + "end": 829.06, + "confidence": 0.78437114, + "speaker": 0, + "speaker_confidence": 0.58496094, + "punctuated_word": "address" + }, + { + "word": "is", + "start": 829.16, + "end": 829.32, + "confidence": 0.96045697, + "speaker": 0, + "speaker_confidence": 0.58496094, + "punctuated_word": "is" + }, + { + "word": "generated", + "start": 829.32, + "end": 829.82, + "confidence": 0.18851496, + "speaker": 0, + "speaker_confidence": 0.58496094, + "punctuated_word": "generated." + }, + { + "word": "and", + "start": 830.82, + "end": 830.98, + "confidence": 0.89834255, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "And" + }, + { + "word": "the", + "start": 830.98, + "end": 831.04, + "confidence": 0.870659, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "the" + }, + { + "word": "way", + "start": 831.04, + "end": 831.22, + "confidence": 0.7631099, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "way" + }, + { + "word": "you", + "start": 831.22, + "end": 831.34, + "confidence": 0.86767626, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "you" + }, + { + "word": "enforce", + "start": 831.34, + "end": 831.68, + "confidence": 0.5751809, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "enforce" + }, + { + "word": "this", + "start": 831.68, + "end": 831.88, + "confidence": 0.5283815, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "this" + }, + { + "word": "is", + "start": 831.88, + "end": 832.04, + "confidence": 0.9064961, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "is" + }, + { + "word": "a", + "start": 832.04, + "end": 832.2, + "confidence": 0.6890021, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "a" + }, + { + "word": "simplified", + "start": 832.2, + "end": 832.54, + "confidence": 0.46987802, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "simplified" + }, + { + "word": "version", + "start": 832.54, + "end": 832.72, + "confidence": 0.8124139, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "version," + }, + { + "word": "i'll", + "start": 832.72, + "end": 832.84, + "confidence": 0.8773967, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "I'll" + }, + { + "word": "go", + "start": 832.84, + "end": 832.96, + "confidence": 0.81110585, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "go" + }, + { + "word": "to", + "start": 832.96, + "end": 833.1, + "confidence": 0.8283447, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "to" + }, + { + "word": "the", + "start": 833.1, + "end": 833.2, + "confidence": 0.6421163, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "the" + }, + { + "word": "actual", + "start": 833.2, + "end": 833.44, + "confidence": 0.39086246, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "actual" + }, + { + "word": "version", + "start": 833.44, + "end": 833.68, + "confidence": 0.092721336, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "version" + }, + { + "word": "in", + "start": 833.68, + "end": 833.86, + "confidence": 0.9998697, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "in" + }, + { + "word": "one", + "start": 833.86, + "end": 833.94, + "confidence": 0.87386966, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "one" + }, + { + "word": "more", + "start": 833.94, + "end": 834.12, + "confidence": 0.49108726, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "more" + }, + { + "word": "slide", + "start": 834.12, + "end": 834.34, + "confidence": 0.8796392, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "slide," + }, + { + "word": "but", + "start": 834.34, + "end": 834.6, + "confidence": 0.7866297, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "but" + }, + { + "word": "basically", + "start": 834.6, + "end": 835.02, + "confidence": 0.82119197, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "basically" + }, + { + "word": "you", + "start": 835.02, + "end": 835.12, + "confidence": 0.87096447, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "you" + }, + { + "word": "just", + "start": 835.12, + "end": 835.32, + "confidence": 0.8893959, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "just" + }, + { + "word": "have", + "start": 835.32, + "end": 835.48, + "confidence": 0.88119006, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "have" + }, + { + "word": "an", + "start": 835.48, + "end": 835.64, + "confidence": 0.7844425, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "an" + }, + { + "word": "opcode", + "start": 835.64, + "end": 836.14, + "confidence": 0.87166196, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "opcode" + }, + { + "word": "that", + "start": 836.28, + "end": 836.78, + "confidence": 0.90094006, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "that" + }, + { + "word": "takes", + "start": 836.78, + "end": 837.1, + "confidence": 0.89304185, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "takes" + }, + { + "word": "in", + "start": 837.1, + "end": 837.5, + "confidence": 0.77818286, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "in" + }, + { + "word": "an", + "start": 837.5, + "end": 837.68, + "confidence": 0.48544145, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "an" + }, + { + "word": "outpoint", + "start": 837.68, + "end": 838.18, + "confidence": 0.73586637, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "outpoint" + }, + { + "word": "and", + "start": 839.02, + "end": 839.22, + "confidence": 0.5262484, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "and" + }, + { + "word": "says", + "start": 839.22, + "end": 839.72, + "confidence": 0.074596256, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "says," + }, + { + "word": "okay", + "start": 840.2, + "end": 840.36, + "confidence": 0.6821989, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "okay," + }, + { + "word": "is", + "start": 840.36, + "end": 840.54, + "confidence": 0.8397817, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "is" + }, + { + "word": "this", + "start": 840.54, + "end": 840.7, + "confidence": 0.7713812, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "this" + }, + { + "word": "outpoint", + "start": 840.7, + "end": 841.08, + "confidence": 0.8076365, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "outpoint" + }, + { + "word": "also", + "start": 841.08, + "end": 841.44, + "confidence": 0.7459, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "also" + }, + { + "word": "being", + "start": 841.44, + "end": 841.72, + "confidence": 0.85632706, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "being" + }, + { + "word": "spent", + "start": 841.72, + "end": 842.08, + "confidence": 0.8525539, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "spent" + }, + { + "word": "in", + "start": 842.08, + "end": 842.2, + "confidence": 0.53302574, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "in" + }, + { + "word": "this", + "start": 842.2, + "end": 842.44, + "confidence": 0.9385319, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "this" + }, + { + "word": "transaction", + "start": 842.44, + "end": 842.94, + "confidence": 0.72026455, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "transaction?" + }, + { + "word": "if", + "start": 843.16, + "end": 843.32, + "confidence": 0.6464802, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "If" + }, + { + "word": "so", + "start": 843.32, + "end": 843.72, + "confidence": 0.84259325, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "so," + }, + { + "word": "great", + "start": 843.72, + "end": 844.22, + "confidence": 0.21387964, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "great." + }, + { + "word": "you", + "start": 844.54, + "end": 844.6, + "confidence": 0.6137453, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "You" + }, + { + "word": "know", + "start": 844.6, + "end": 844.78, + "confidence": 0.74730456, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "know," + }, + { + "word": "success", + "start": 844.78, + "end": 845.28, + "confidence": 0.9021024, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "success." + }, + { + "word": "if", + "start": 845.42, + "end": 845.64, + "confidence": 0.93797094, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "If" + }, + { + "word": "not", + "start": 845.64, + "end": 846.0, + "confidence": 0.771099, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "not," + }, + { + "word": "fail", + "start": 846.0, + "end": 846.48, + "confidence": 0.83956075, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "fail." + }, + { + "word": "transaction", + "start": 846.48, + "end": 846.98, + "confidence": 0.47694322, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "Transaction," + }, + { + "word": "you", + "start": 847.08, + "end": 847.26, + "confidence": 0.9462867, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 847.26, + "end": 847.42, + "confidence": 0.89700884, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "know," + }, + { + "word": "is", + "start": 847.42, + "end": 847.64, + "confidence": 0.98884845, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "is" + }, + { + "word": "invalid", + "start": 847.64, + "end": 848.14, + "confidence": 0.6360887, + "speaker": 0, + "speaker_confidence": 0.7885742, + "punctuated_word": "invalid." + }, + { + "word": "that's", + "start": 849.8, + "end": 850.3, + "confidence": 0.47933528, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "That's" + }, + { + "word": "basically", + "start": 850.32, + "end": 850.82, + "confidence": 0.9357183, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "basically" + }, + { + "word": "it", + "start": 850.84, + "end": 851.04, + "confidence": 0.16039076, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "it." + }, + { + "word": "it's", + "start": 851.04, + "end": 851.32, + "confidence": 0.99897087, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "It's" + }, + { + "word": "a", + "start": 851.32, + "end": 851.48, + "confidence": 0.90172046, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "a" + }, + { + "word": "real", + "start": 851.48, + "end": 851.76, + "confidence": 0.8642773, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "real" + }, + { + "word": "simple", + "start": 851.76, + "end": 852.1, + "confidence": 0.61041015, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "simple" + }, + { + "word": "opcode", + "start": 852.1, + "end": 852.6, + "confidence": 0.6706419, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "opcode," + }, + { + "word": "right", + "start": 852.62, + "end": 853.12, + "confidence": 0.8976097, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "right?" + }, + { + "word": "you", + "start": 853.3, + "end": 853.5, + "confidence": 0.79793936, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "You" + }, + { + "word": "do", + "start": 853.5, + "end": 853.68, + "confidence": 0.9061325, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "do" + }, + { + "word": "need", + "start": 853.68, + "end": 853.92, + "confidence": 0.90599835, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "need" + }, + { + "word": "to", + "start": 853.92, + "end": 854.08, + "confidence": 0.9983358, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "to" + }, + { + "word": "do", + "start": 854.08, + "end": 854.34, + "confidence": 0.7671804, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "do" + }, + { + "word": "a", + "start": 854.34, + "end": 854.44, + "confidence": 0.70833015, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "a" + }, + { + "word": "couple", + "start": 854.44, + "end": 854.7, + "confidence": 0.76355475, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "couple" + }, + { + "word": "things", + "start": 854.7, + "end": 855.18, + "confidence": 0.8376322, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "things." + }, + { + "word": "you", + "start": 855.18, + "end": 855.34, + "confidence": 0.9996038, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "You" + }, + { + "word": "don't", + "start": 855.34, + "end": 855.58, + "confidence": 0.8100827, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "don't" + }, + { + "word": "need", + "start": 855.58, + "end": 855.8, + "confidence": 0.45951456, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "need" + }, + { + "word": "to", + "start": 855.8, + "end": 856.0, + "confidence": 0.8812215, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "to," + }, + { + "word": "but", + "start": 856.0, + "end": 856.5, + "confidence": 0.7821625, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "but" + }, + { + "word": "the", + "start": 856.5, + "end": 856.72, + "confidence": 0.8160634, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "the" + }, + { + "word": "actual", + "start": 856.72, + "end": 857.04, + "confidence": 0.90307754, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "actual" + }, + { + "word": "thing", + "start": 857.04, + "end": 857.26, + "confidence": 0.99512213, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "thing" + }, + { + "word": "i'm", + "start": 857.26, + "end": 857.46, + "confidence": 0.65644586, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "I'm" + }, + { + "word": "going", + "start": 857.46, + "end": 857.66, + "confidence": 0.76038104, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 857.66, + "end": 857.98, + "confidence": 0.48534405, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "to" + }, + { + "word": "propose", + "start": 857.98, + "end": 858.48, + "confidence": 0.6774571, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "propose," + }, + { + "word": "and", + "start": 858.58, + "end": 858.9, + "confidence": 0.74439263, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "and" + }, + { + "word": "i", + "start": 858.9, + "end": 859.02, + "confidence": 0.8783658, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "I" + }, + { + "word": "wanted", + "start": 859.02, + "end": 859.36, + "confidence": 0.23435263, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "wanted" + }, + { + "word": "to", + "start": 859.36, + "end": 859.54, + "confidence": 0.99203205, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "to" + }, + { + "word": "like", + "start": 859.54, + "end": 859.7, + "confidence": 0.90295744, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "like" + }, + { + "word": "write", + "start": 859.7, + "end": 859.92, + "confidence": 0.8805106, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "write" + }, + { + "word": "up", + "start": 859.92, + "end": 860.06, + "confidence": 0.8957641, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "up" + }, + { + "word": "this", + "start": 860.06, + "end": 860.24, + "confidence": 0.80759037, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "this" + }, + { + "word": "for", + "start": 860.24, + "end": 860.42, + "confidence": 0.8867116, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "for" + }, + { + "word": "the", + "start": 860.42, + "end": 860.54, + "confidence": 0.8565016, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "the" + }, + { + "word": "mailing", + "start": 860.54, + "end": 860.8, + "confidence": 0.7932492, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "mailing" + }, + { + "word": "list", + "start": 860.8, + "end": 861.02, + "confidence": 0.8881613, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "list" + }, + { + "word": "before", + "start": 861.02, + "end": 861.3, + "confidence": 0.8262665, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "before" + }, + { + "word": "this", + "start": 861.3, + "end": 861.46, + "confidence": 0.56242245, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "this" + }, + { + "word": "talk", + "start": 861.46, + "end": 861.6, + "confidence": 0.89686805, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "talk," + }, + { + "word": "but", + "start": 861.6, + "end": 861.76, + "confidence": 0.8523438, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "but" + }, + { + "word": "it", + "start": 861.76, + "end": 861.98, + "confidence": 0.9999901, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "it" + }, + { + "word": "didn't", + "start": 861.98, + "end": 862.2, + "confidence": 0.9108573, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "didn't" + }, + { + "word": "quite", + "start": 862.2, + "end": 862.48, + "confidence": 0.998792, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "quite" + }, + { + "word": "happen", + "start": 862.48, + "end": 862.68, + "confidence": 0.8987777, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "happen," + }, + { + "word": "but", + "start": 862.68, + "end": 862.84, + "confidence": 0.8052726, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "but" + }, + { + "word": "i", + "start": 862.84, + "end": 862.96, + "confidence": 0.8177728, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "I" + }, + { + "word": "will", + "start": 862.96, + "end": 863.16, + "confidence": 0.6944063, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "will" + }, + { + "word": "post", + "start": 863.16, + "end": 863.56, + "confidence": 0.92334074, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "post" + }, + { + "word": "these", + "start": 863.56, + "end": 863.72, + "confidence": 0.84466994, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "these" + }, + { + "word": "slides", + "start": 863.72, + "end": 864.02, + "confidence": 0.87367, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "slides" + }, + { + "word": "and", + "start": 864.02, + "end": 864.32, + "confidence": 0.9461336, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "and" + }, + { + "word": "make", + "start": 864.32, + "end": 864.52, + "confidence": 0.8870714, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "make" + }, + { + "word": "a", + "start": 864.52, + "end": 864.62, + "confidence": 0.86445683, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "a" + }, + { + "word": "mailing", + "start": 864.62, + "end": 864.86, + "confidence": 0.79565805, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "mailing" + }, + { + "word": "list", + "start": 864.86, + "end": 865.04, + "confidence": 0.5761471, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "list" + }, + { + "word": "post", + "start": 865.04, + "end": 865.28, + "confidence": 0.57175606, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "post" + }, + { + "word": "probably", + "start": 865.28, + "end": 865.64, + "confidence": 0.41463092, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "probably" + }, + { + "word": "maybe", + "start": 865.64, + "end": 865.84, + "confidence": 0.99880743, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "maybe" + }, + { + "word": "on", + "start": 865.84, + "end": 866.0, + "confidence": 0.77094936, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "on" + }, + { + "word": "the", + "start": 866.0, + "end": 866.12, + "confidence": 0.8104396, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "the" + }, + { + "word": "airplane", + "start": 866.12, + "end": 866.36, + "confidence": 0.70873857, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "airplane" + }, + { + "word": "back", + "start": 866.36, + "end": 866.86, + "confidence": 0.88136566, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "back." + }, + { + "word": "you", + "start": 867.54, + "end": 867.7, + "confidence": 0.90714896, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "You" + }, + { + "word": "want", + "start": 867.7, + "end": 867.88, + "confidence": 0.89979905, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "want" + }, + { + "word": "to", + "start": 867.88, + "end": 867.98, + "confidence": 0.79849565, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "to" + }, + { + "word": "put", + "start": 867.98, + "end": 868.48, + "confidence": 0.81188744, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "put" + }, + { + "word": "two", + "start": 868.62, + "end": 868.82, + "confidence": 0.7225459, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "two" + }, + { + "word": "extra", + "start": 868.82, + "end": 869.14, + "confidence": 0.6204668, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "extra" + }, + { + "word": "things", + "start": 869.14, + "end": 869.44, + "confidence": 0.86984044, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "things," + }, + { + "word": "this", + "start": 869.44, + "end": 869.62, + "confidence": 0.6822923, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "this" + }, + { + "word": "input", + "start": 869.62, + "end": 870.06, + "confidence": 0.7850896, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "input" + }, + { + "word": "index", + "start": 870.06, + "end": 870.56, + "confidence": 0.868376, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "index" + }, + { + "word": "and", + "start": 870.66, + "end": 870.9, + "confidence": 0.34478924, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "and" + }, + { + "word": "this", + "start": 870.9, + "end": 871.06, + "confidence": 0.9771927, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "this" + }, + { + "word": "nonce", + "start": 871.06, + "end": 871.56, + "confidence": 0.729282, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "nonce." + }, + { + "word": "so", + "start": 872.22, + "end": 872.42, + "confidence": 0.7457961, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "So" + }, + { + "word": "the", + "start": 872.42, + "end": 872.54, + "confidence": 0.89722216, + "speaker": 0, + "speaker_confidence": 0.82373047, + "punctuated_word": "the" + }, + { + "word": "idea", + "start": 872.54, + "end": 872.78, + "confidence": 0.75644076, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "idea" + }, + { + "word": "is", + "start": 872.78, + "end": 872.9, + "confidence": 0.56634456, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "is" + }, + { + "word": "the", + "start": 872.9, + "end": 873.06, + "confidence": 0.6466872, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "the" + }, + { + "word": "input", + "start": 873.06, + "end": 873.42, + "confidence": 0.8806115, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "input" + }, + { + "word": "index", + "start": 873.42, + "end": 873.84, + "confidence": 0.8725763, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "index" + }, + { + "word": "is", + "start": 873.84, + "end": 874.02, + "confidence": 0.8845045, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "is" + }, + { + "word": "where", + "start": 874.02, + "end": 874.32, + "confidence": 0.80188936, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "where" + }, + { + "word": "in", + "start": 874.32, + "end": 874.48, + "confidence": 0.7836953, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 874.48, + "end": 874.64, + "confidence": 0.17574707, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "the" + }, + { + "word": "current", + "start": 874.64, + "end": 875.08, + "confidence": 0.99811494, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "current" + }, + { + "word": "transaction", + "start": 875.08, + "end": 875.54, + "confidence": 0.9950429, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "transaction" + }, + { + "word": "that's", + "start": 875.54, + "end": 875.8, + "confidence": 0.8808362, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "that's" + }, + { + "word": "being", + "start": 875.8, + "end": 876.0, + "confidence": 0.8970329, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "being" + }, + { + "word": "validated", + "start": 876.0, + "end": 876.48, + "confidence": 0.9187592, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "validated" + }, + { + "word": "to", + "start": 876.48, + "end": 876.78, + "confidence": 0.8875831, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "to" + }, + { + "word": "look", + "start": 876.78, + "end": 877.28, + "confidence": 0.8675525, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "look" + }, + { + "word": "for", + "start": 877.5, + "end": 878.0, + "confidence": 0.8022081, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "for" + }, + { + "word": "this", + "start": 878.56, + "end": 879.06, + "confidence": 0.64084584, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "this" + }, + { + "word": "output", + "start": 879.16, + "end": 879.56, + "confidence": 0.4738999, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "output" + }, + { + "word": "index", + "start": 879.56, + "end": 879.88, + "confidence": 0.9617487, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "index" + }, + { + "word": "txid", + "start": 879.88, + "end": 880.38, + "confidence": 0.93667775, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "txid." + }, + { + "word": "and", + "start": 881.68, + "end": 881.78, + "confidence": 0.3413453, + "speaker": 0, + "speaker_confidence": 0.5385742, + "punctuated_word": "And" + }, + { + "word": "the", + "start": 881.78, + "end": 882.04, + "confidence": 0.9991209, + "speaker": 0, + "speaker_confidence": 0.5385742, + "punctuated_word": "the" + }, + { + "word": "nonce", + "start": 882.04, + "end": 882.54, + "confidence": 0.900533, + "speaker": 0, + "speaker_confidence": 0.5385742, + "punctuated_word": "nonce" + }, + { + "word": "is", + "start": 882.56, + "end": 882.82, + "confidence": 0.6014732, + "speaker": 0, + "speaker_confidence": 0.5385742, + "punctuated_word": "is" + }, + { + "word": "discarded", + "start": 882.82, + "end": 883.18, + "confidence": 0.89910114, + "speaker": 0, + "speaker_confidence": 0.5385742, + "punctuated_word": "discarded" + }, + { + "word": "but", + "start": 883.18, + "end": 883.38, + "confidence": 0.9996979, + "speaker": 0, + "speaker_confidence": 0.5385742, + "punctuated_word": "but" + }, + { + "word": "it's", + "start": 883.38, + "end": 883.52, + "confidence": 0.8876741, + "speaker": 0, + "speaker_confidence": 0.5385742, + "punctuated_word": "it's" + }, + { + "word": "just", + "start": 883.52, + "end": 883.68, + "confidence": 0.71857524, + "speaker": 0, + "speaker_confidence": 0.5385742, + "punctuated_word": "just" + }, + { + "word": "a", + "start": 883.68, + "end": 883.78, + "confidence": 0.87882614, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "a" + }, + { + "word": "random", + "start": 883.78, + "end": 884.06, + "confidence": 0.88809615, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "random" + }, + { + "word": "number", + "start": 884.06, + "end": 884.26, + "confidence": 0.898815, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "number" + }, + { + "word": "you", + "start": 884.26, + "end": 884.38, + "confidence": 0.89723164, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 884.38, + "end": 884.54, + "confidence": 0.8374575, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "can" + }, + { + "word": "put", + "start": 884.54, + "end": 884.7, + "confidence": 0.7792487, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "put" + }, + { + "word": "there", + "start": 884.7, + "end": 884.9, + "confidence": 0.89442444, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "there" + }, + { + "word": "and", + "start": 884.9, + "end": 885.04, + "confidence": 0.2926128, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "and" + }, + { + "word": "it", + "start": 885.04, + "end": 885.24, + "confidence": 0.99952304, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "it" + }, + { + "word": "gets", + "start": 885.24, + "end": 885.42, + "confidence": 0.44297087, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "gets" + }, + { + "word": "discarded", + "start": 885.42, + "end": 885.88, + "confidence": 0.9012329, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "discarded" + }, + { + "word": "has", + "start": 885.88, + "end": 886.04, + "confidence": 0.9328216, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "has" + }, + { + "word": "no", + "start": 886.04, + "end": 886.24, + "confidence": 0.58206564, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "no" + }, + { + "word": "consensus", + "start": 886.24, + "end": 886.68, + "confidence": 0.6868539, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "consensus" + }, + { + "word": "meaning", + "start": 886.68, + "end": 887.16, + "confidence": 0.74106866, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "meaning" + }, + { + "word": "for", + "start": 887.16, + "end": 887.4, + "confidence": 0.99282104, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "for" + }, + { + "word": "blinding", + "start": 887.4, + "end": 887.88, + "confidence": 0.8976025, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "blinding." + }, + { + "word": "i'll", + "start": 887.88, + "end": 888.08, + "confidence": 0.8177775, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "I'll" + }, + { + "word": "talk", + "start": 888.08, + "end": 888.28, + "confidence": 0.15632392, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "talk" + }, + { + "word": "about", + "start": 888.28, + "end": 888.48, + "confidence": 0.9989121, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "about" + }, + { + "word": "these", + "start": 888.48, + "end": 888.68, + "confidence": 0.93978035, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "these" + }, + { + "word": "two", + "start": 888.68, + "end": 889.18, + "confidence": 0.80253226, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "two." + }, + { + "word": "the", + "start": 889.54, + "end": 889.74, + "confidence": 0.66836435, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "The" + }, + { + "word": "input", + "start": 889.74, + "end": 890.08, + "confidence": 0.90472066, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "input" + }, + { + "word": "index", + "start": 890.08, + "end": 890.58, + "confidence": 0.902216, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "index" + }, + { + "word": "is", + "start": 890.86, + "end": 891.02, + "confidence": 0.9078709, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "is" + }, + { + "word": "where", + "start": 891.02, + "end": 891.18, + "confidence": 0.9137075, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "where" + }, + { + "word": "to", + "start": 891.18, + "end": 891.36, + "confidence": 0.9043639, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "to" + }, + { + "word": "look", + "start": 891.36, + "end": 891.58, + "confidence": 0.81265104, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "look" + }, + { + "word": "in", + "start": 891.58, + "end": 891.74, + "confidence": 0.80304337, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 891.74, + "end": 891.9, + "confidence": 0.7320735, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "the" + }, + { + "word": "transaction", + "start": 891.9, + "end": 892.36, + "confidence": 0.741031, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "transaction." + }, + { + "word": "so", + "start": 892.36, + "end": 892.5, + "confidence": 0.9065905, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "So" + }, + { + "word": "for", + "start": 892.5, + "end": 892.68, + "confidence": 0.4936037, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "for" + }, + { + "word": "example", + "start": 892.68, + "end": 893.18, + "confidence": 0.10361322, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "example," + }, + { + "word": "if", + "start": 893.2, + "end": 893.4, + "confidence": 0.9486273, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "if" + }, + { + "word": "we're", + "start": 893.4, + "end": 893.6, + "confidence": 0.8101584, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "we're" + }, + { + "word": "here", + "start": 893.6, + "end": 894.1, + "confidence": 0.7379764, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "here," + }, + { + "word": "this", + "start": 894.78, + "end": 895.28, + "confidence": 0.8179962, + "speaker": 0, + "speaker_confidence": 0.76171875, + "punctuated_word": "this," + }, + { + "word": "you", + "start": 896.04, + "end": 896.12, + "confidence": 0.9047043, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 896.12, + "end": 896.38, + "confidence": 0.8537762, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "know," + }, + { + "word": "alice", + "start": 896.38, + "end": 896.8, + "confidence": 0.79153335, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "Alice" + }, + { + "word": "input", + "start": 896.8, + "end": 897.18, + "confidence": 0.7978002, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "input" + }, + { + "word": "7", + "start": 897.18, + "end": 897.54, + "confidence": 0.8621874, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "7," + }, + { + "word": "so", + "start": 897.54, + "end": 897.82, + "confidence": 0.9148431, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "so" + }, + { + "word": "input", + "start": 897.82, + "end": 898.32, + "confidence": 0.8471157, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "input" + }, + { + "word": "1", + "start": 898.32, + "end": 898.82, + "confidence": 0.8016925, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "1" + }, + { + "word": "in", + "start": 898.86, + "end": 899.06, + "confidence": 0.7049393, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 899.06, + "end": 899.24, + "confidence": 0.6103546, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "the" + }, + { + "word": "transaction", + "start": 899.24, + "end": 899.74, + "confidence": 0.7638589, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "transaction," + }, + { + "word": "would", + "start": 900.44, + "end": 900.72, + "confidence": 0.55903757, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "would" + }, + { + "word": "say", + "start": 900.72, + "end": 901.22, + "confidence": 0.54342514, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "say" + }, + { + "word": "0", + "start": 901.28, + "end": 901.78, + "confidence": 0.78193355, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "0," + }, + { + "word": "whatever", + "start": 902.66, + "end": 903.04, + "confidence": 0.68700206, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "whatever" + }, + { + "word": "this", + "start": 903.04, + "end": 903.42, + "confidence": 0.5379125, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "this" + }, + { + "word": "out", + "start": 903.42, + "end": 903.58, + "confidence": 0.86822873, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "out" + }, + { + "word": "point", + "start": 903.58, + "end": 903.84, + "confidence": 0.6996707, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "point" + }, + { + "word": "is", + "start": 903.84, + "end": 903.96, + "confidence": 0.581737, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "is," + }, + { + "word": "and", + "start": 903.96, + "end": 904.14, + "confidence": 0.74836963, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "and" + }, + { + "word": "then", + "start": 904.14, + "end": 904.28, + "confidence": 0.67490774, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "then" + }, + { + "word": "some", + "start": 904.28, + "end": 904.44, + "confidence": 0.8301467, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "some" + }, + { + "word": "random", + "start": 904.44, + "end": 904.76, + "confidence": 0.44429, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "random" + }, + { + "word": "number", + "start": 904.76, + "end": 904.96, + "confidence": 0.07525773, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "number." + }, + { + "word": "because", + "start": 904.96, + "end": 905.14, + "confidence": 0.9762324, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "Because" + }, + { + "word": "it's", + "start": 905.14, + "end": 905.38, + "confidence": 0.8373652, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "it's" + }, + { + "word": "like", + "start": 905.38, + "end": 905.54, + "confidence": 0.8961066, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "like," + }, + { + "word": "look", + "start": 905.54, + "end": 905.8, + "confidence": 0.7741078, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "look" + }, + { + "word": "in", + "start": 905.8, + "end": 905.92, + "confidence": 0.90103954, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "in" + }, + { + "word": "position", + "start": 905.92, + "end": 906.36, + "confidence": 0.7787181, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "position" + }, + { + "word": "0", + "start": 906.36, + "end": 906.86, + "confidence": 0.75939447, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "0" + }, + { + "word": "for", + "start": 906.98, + "end": 907.42, + "confidence": 0.6184032, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "for" + }, + { + "word": "alice", + "start": 907.42, + "end": 907.76, + "confidence": 0.94206107, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "Alice" + }, + { + "word": "input", + "start": 907.76, + "end": 908.12, + "confidence": 0.98371536, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "input" + }, + { + "word": "3", + "start": 908.12, + "end": 908.62, + "confidence": 0.10473001, + "speaker": 0, + "speaker_confidence": 0.8051758, + "punctuated_word": "3." + }, + { + "word": "if", + "start": 908.94, + "end": 909.12, + "confidence": 0.9021061, + "speaker": 0, + "speaker_confidence": 0.5214844, + "punctuated_word": "If" + }, + { + "word": "you", + "start": 909.12, + "end": 909.38, + "confidence": 0.9999435, + "speaker": 0, + "speaker_confidence": 0.5214844, + "punctuated_word": "you" + }, + { + "word": "don't", + "start": 909.38, + "end": 909.78, + "confidence": 0.882707, + "speaker": 0, + "speaker_confidence": 0.5214844, + "punctuated_word": "don't" + }, + { + "word": "have", + "start": 909.78, + "end": 910.02, + "confidence": 0.9747731, + "speaker": 0, + "speaker_confidence": 0.5214844, + "punctuated_word": "have" + }, + { + "word": "this", + "start": 910.02, + "end": 910.4, + "confidence": 0.840723, + "speaker": 0, + "speaker_confidence": 0.5214844, + "punctuated_word": "this," + }, + { + "word": "technically", + "start": 910.4, + "end": 910.9, + "confidence": 0.9966628, + "speaker": 0, + "speaker_confidence": 0.5214844, + "punctuated_word": "technically" + }, + { + "word": "it's", + "start": 910.9, + "end": 911.4, + "confidence": 0.45315617, + "speaker": 0, + "speaker_confidence": 0.5214844, + "punctuated_word": "it's" + }, + { + "word": "of", + "start": 911.4, + "end": 911.54, + "confidence": 0.546731, + "speaker": 0, + "speaker_confidence": 0.5214844, + "punctuated_word": "of" + }, + { + "word": "n", + "start": 911.54, + "end": 911.72, + "confidence": 0.604593, + "speaker": 0, + "speaker_confidence": 0.5214844, + "punctuated_word": "n" + }, + { + "word": "squared", + "start": 911.72, + "end": 912.22, + "confidence": 0.10495493, + "speaker": 0, + "speaker_confidence": 0.5214844, + "punctuated_word": "squared." + }, + { + "word": "because", + "start": 912.44, + "end": 912.66, + "confidence": 0.89329296, + "speaker": 0, + "speaker_confidence": 0.5214844, + "punctuated_word": "Because" + }, + { + "word": "if", + "start": 912.66, + "end": 912.74, + "confidence": 0.8877783, + "speaker": 0, + "speaker_confidence": 0.5214844, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 912.74, + "end": 912.9, + "confidence": 0.8900927, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "you" + }, + { + "word": "have", + "start": 912.9, + "end": 913.04, + "confidence": 0.99984336, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "have" + }, + { + "word": "1", + "start": 913.04, + "end": 913.26, + "confidence": 0.9995641, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "1," + }, + { + "word": "000", + "start": 913.26, + "end": 913.48, + "confidence": 0.9995641, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "000" + }, + { + "word": "inputs", + "start": 913.48, + "end": 913.94, + "confidence": 0.74574256, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "inputs" + }, + { + "word": "and", + "start": 913.94, + "end": 914.1, + "confidence": 0.94797593, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "and" + }, + { + "word": "they're", + "start": 914.1, + "end": 914.32, + "confidence": 0.8815, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "they're" + }, + { + "word": "all", + "start": 914.32, + "end": 914.54, + "confidence": 0.9317665, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "all" + }, + { + "word": "saying", + "start": 914.54, + "end": 914.9, + "confidence": 0.26301605, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "saying," + }, + { + "word": "hey", + "start": 914.9, + "end": 915.04, + "confidence": 0.90679264, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "hey," + }, + { + "word": "look", + "start": 915.04, + "end": 915.2, + "confidence": 0.7074653, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "look" + }, + { + "word": "for", + "start": 915.2, + "end": 915.36, + "confidence": 0.7834745, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "for" + }, + { + "word": "these", + "start": 915.36, + "end": 915.6, + "confidence": 0.3882196, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "these" + }, + { + "word": "other", + "start": 915.6, + "end": 916.1, + "confidence": 0.59981126, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "other" + }, + { + "word": "inputs", + "start": 916.92, + "end": 917.42, + "confidence": 0.659407, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "inputs," + }, + { + "word": "then", + "start": 917.64, + "end": 917.8, + "confidence": 0.994344, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "then" + }, + { + "word": "it's", + "start": 917.8, + "end": 918.04, + "confidence": 0.56507844, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "it's" + }, + { + "word": "technically", + "start": 918.04, + "end": 918.54, + "confidence": 0.65121424, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "technically" + }, + { + "word": "like", + "start": 918.6, + "end": 918.84, + "confidence": 0.6580725, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "like" + }, + { + "word": "each", + "start": 918.84, + "end": 919.14, + "confidence": 0.81990165, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "each" + }, + { + "word": "time", + "start": 919.14, + "end": 919.34, + "confidence": 0.6707633, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "time" + }, + { + "word": "you", + "start": 919.34, + "end": 919.54, + "confidence": 0.7548182, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "you" + }, + { + "word": "add", + "start": 919.54, + "end": 919.64, + "confidence": 0.7219512, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "add" + }, + { + "word": "an", + "start": 919.64, + "end": 919.8, + "confidence": 0.57774645, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "an" + }, + { + "word": "input", + "start": 919.8, + "end": 920.28, + "confidence": 0.8754187, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "input," + }, + { + "word": "it", + "start": 920.28, + "end": 920.6, + "confidence": 0.87658525, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "it" + }, + { + "word": "adds", + "start": 920.6, + "end": 921.1, + "confidence": 0.11445105, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "adds" + }, + { + "word": "how", + "start": 921.36, + "end": 921.76, + "confidence": 0.99509263, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "how" + }, + { + "word": "hard", + "start": 921.76, + "end": 922.02, + "confidence": 0.906227, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "hard" + }, + { + "word": "it", + "start": 922.02, + "end": 922.16, + "confidence": 0.90582806, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "it" + }, + { + "word": "is", + "start": 922.16, + "end": 922.36, + "confidence": 0.9061762, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "is" + }, + { + "word": "to", + "start": 922.36, + "end": 922.48, + "confidence": 0.93347055, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "to" + }, + { + "word": "search", + "start": 922.48, + "end": 922.98, + "confidence": 0.34865218, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "search." + }, + { + "word": "so", + "start": 923.16, + "end": 923.4, + "confidence": 0.54914635, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "So" + }, + { + "word": "technically", + "start": 923.4, + "end": 923.72, + "confidence": 0.418762, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "technically" + }, + { + "word": "n", + "start": 923.72, + "end": 923.86, + "confidence": 0.58295244, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "n" + }, + { + "word": "squared", + "start": 923.86, + "end": 924.08, + "confidence": 0.69084346, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "squared," + }, + { + "word": "so", + "start": 924.08, + "end": 924.24, + "confidence": 0.89218825, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "so" + }, + { + "word": "you", + "start": 924.24, + "end": 924.32, + "confidence": 0.841448, + "speaker": 0, + "speaker_confidence": 0.47265625, + "punctuated_word": "you" + }, + { + "word": "put", + "start": 924.32, + "end": 924.52, + "confidence": 0.6155277, + "speaker": 0, + "speaker_confidence": 0.47265625, + "punctuated_word": "put" + }, + { + "word": "this", + "start": 924.52, + "end": 924.72, + "confidence": 0.432345, + "speaker": 0, + "speaker_confidence": 0.47265625, + "punctuated_word": "this," + }, + { + "word": "you", + "start": 924.72, + "end": 924.84, + "confidence": 0.7382674, + "speaker": 0, + "speaker_confidence": 0.47265625, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 924.84, + "end": 924.96, + "confidence": 0.84808266, + "speaker": 0, + "speaker_confidence": 0.47265625, + "punctuated_word": "know," + }, + { + "word": "it's", + "start": 924.96, + "end": 925.12, + "confidence": 0.8639396, + "speaker": 0, + "speaker_confidence": 0.47265625, + "punctuated_word": "it's" + }, + { + "word": "like", + "start": 925.12, + "end": 925.28, + "confidence": 0.7991937, + "speaker": 0, + "speaker_confidence": 0.47265625, + "punctuated_word": "like" + }, + { + "word": "two", + "start": 925.28, + "end": 925.44, + "confidence": 0.7155311, + "speaker": 0, + "speaker_confidence": 0.47265625, + "punctuated_word": "two" + }, + { + "word": "bytes", + "start": 925.44, + "end": 925.64, + "confidence": 0.8107627, + "speaker": 0, + "speaker_confidence": 0.47265625, + "punctuated_word": "bytes," + }, + { + "word": "whatever", + "start": 925.64, + "end": 926.14, + "confidence": 0.83880544, + "speaker": 0, + "speaker_confidence": 0.47265625, + "punctuated_word": "whatever," + }, + { + "word": "you", + "start": 926.14, + "end": 926.28, + "confidence": 0.99932075, + "speaker": 0, + "speaker_confidence": 0.47265625, + "punctuated_word": "you" + }, + { + "word": "put", + "start": 926.28, + "end": 926.4, + "confidence": 0.90237474, + "speaker": 0, + "speaker_confidence": 0.47265625, + "punctuated_word": "put" + }, + { + "word": "that", + "start": 926.4, + "end": 926.58, + "confidence": 0.85690963, + "speaker": 0, + "speaker_confidence": 0.47265625, + "punctuated_word": "that" + }, + { + "word": "in", + "start": 926.58, + "end": 926.74, + "confidence": 0.9462022, + "speaker": 0, + "speaker_confidence": 0.47265625, + "punctuated_word": "in" + }, + { + "word": "there", + "start": 926.74, + "end": 927.24, + "confidence": 0.27800927, + "speaker": 0, + "speaker_confidence": 0.47265625, + "punctuated_word": "there." + }, + { + "word": "and", + "start": 928.08, + "end": 928.2, + "confidence": 0.7995775, + "speaker": 0, + "speaker_confidence": 0.32714844, + "punctuated_word": "And" + }, + { + "word": "then", + "start": 928.2, + "end": 928.34, + "confidence": 0.38041988, + "speaker": 0, + "speaker_confidence": 0.32714844, + "punctuated_word": "then" + }, + { + "word": "the", + "start": 928.34, + "end": 928.5, + "confidence": 0.97010833, + "speaker": 0, + "speaker_confidence": 0.32714844, + "punctuated_word": "the" + }, + { + "word": "nonce", + "start": 928.5, + "end": 929.0, + "confidence": 0.7711425, + "speaker": 0, + "speaker_confidence": 0.32714844, + "punctuated_word": "nonce," + }, + { + "word": "this", + "start": 929.64, + "end": 930.12, + "confidence": 0.45266032, + "speaker": 0, + "speaker_confidence": 0.32714844, + "punctuated_word": "this" + }, + { + "word": "is", + "start": 930.12, + "end": 930.62, + "confidence": 0.7387582, + "speaker": 0, + "speaker_confidence": 0.32714844, + "punctuated_word": "is," + }, + { + "word": "there", + "start": 932.66, + "end": 932.86, + "confidence": 0.9965785, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "there" + }, + { + "word": "is", + "start": 932.86, + "end": 933.06, + "confidence": 0.85721004, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "is" + }, + { + "word": "a", + "start": 933.06, + "end": 933.26, + "confidence": 0.7711517, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "a" + }, + { + "word": "potential", + "start": 933.26, + "end": 933.76, + "confidence": 0.8483374, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "potential" + }, + { + "word": "privacy", + "start": 933.78, + "end": 934.28, + "confidence": 0.72696966, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "privacy" + }, + { + "word": "leak", + "start": 934.4, + "end": 934.64, + "confidence": 0.4132989, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "leak" + }, + { + "word": "here", + "start": 934.64, + "end": 935.0, + "confidence": 0.81723315, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "here," + }, + { + "word": "right", + "start": 935.0, + "end": 935.5, + "confidence": 0.24506132, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "right?" + }, + { + "word": "if", + "start": 936.46, + "end": 936.62, + "confidence": 0.5220687, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "If" + }, + { + "word": "your", + "start": 936.62, + "end": 936.9, + "confidence": 0.8953256, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "your" + }, + { + "word": "addresses", + "start": 936.9, + "end": 937.4, + "confidence": 0.6494332, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "addresses" + }, + { + "word": "are", + "start": 937.48, + "end": 937.64, + "confidence": 0.9054087, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "are" + }, + { + "word": "sort", + "start": 937.64, + "end": 937.8, + "confidence": 0.8249419, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "sort" + }, + { + "word": "of", + "start": 937.8, + "end": 937.96, + "confidence": 0.82380354, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "of" + }, + { + "word": "pointing", + "start": 937.96, + "end": 938.32, + "confidence": 0.8114804, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "pointing" + }, + { + "word": "to", + "start": 938.32, + "end": 938.48, + "confidence": 0.78491634, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "to" + }, + { + "word": "the", + "start": 938.48, + "end": 938.66, + "confidence": 0.69017136, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "the" + }, + { + "word": "other", + "start": 938.66, + "end": 939.0, + "confidence": 0.9786492, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "other" + }, + { + "word": "utxos", + "start": 939.0, + "end": 939.5, + "confidence": 0.92449135, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "UTXOs" + }, + { + "word": "that", + "start": 939.68, + "end": 939.82, + "confidence": 0.8286036, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "that" + }, + { + "word": "you", + "start": 939.82, + "end": 940.02, + "confidence": 0.9237672, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "you" + }, + { + "word": "own", + "start": 940.02, + "end": 940.52, + "confidence": 0.79767, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "own," + }, + { + "word": "if", + "start": 941.82, + "end": 942.04, + "confidence": 0.81948066, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 942.04, + "end": 942.24, + "confidence": 0.9991109, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "you" + }, + { + "word": "use", + "start": 942.24, + "end": 942.44, + "confidence": 0.8112109, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "use" + }, + { + "word": "a", + "start": 942.44, + "end": 942.58, + "confidence": 0.8234661, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "a" + }, + { + "word": "new", + "start": 942.58, + "end": 942.74, + "confidence": 0.82267153, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "new" + }, + { + "word": "key", + "start": 942.74, + "end": 942.94, + "confidence": 0.77560925, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "key" + }, + { + "word": "each", + "start": 942.94, + "end": 943.14, + "confidence": 0.60112935, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "each" + }, + { + "word": "time", + "start": 943.14, + "end": 943.32, + "confidence": 0.06540357, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "time," + }, + { + "word": "just", + "start": 943.32, + "end": 943.5, + "confidence": 0.8025616, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "just" + }, + { + "word": "from", + "start": 943.5, + "end": 943.68, + "confidence": 0.90720767, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "from" + }, + { + "word": "looking", + "start": 943.68, + "end": 943.87, + "confidence": 0.8181053, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "looking" + }, + { + "word": "at", + "start": 943.87, + "end": 944.06, + "confidence": 0.8402965, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "at" + }, + { + "word": "the", + "start": 944.06, + "end": 944.16, + "confidence": 0.69464815, + "speaker": 0, + "speaker_confidence": 0.67578125, + "punctuated_word": "the" + }, + { + "word": "address", + "start": 944.16, + "end": 944.44, + "confidence": 0.7974461, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "address," + }, + { + "word": "you", + "start": 944.44, + "end": 944.54, + "confidence": 0.9962907, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "you" + }, + { + "word": "can't", + "start": 944.54, + "end": 944.76, + "confidence": 0.801111, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "can't" + }, + { + "word": "tell", + "start": 944.76, + "end": 944.91003, + "confidence": 0.30535945, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "tell." + }, + { + "word": "that's", + "start": 944.91003, + "end": 945.06, + "confidence": 0.81951123, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "That's" + }, + { + "word": "blinding", + "start": 945.06, + "end": 945.36, + "confidence": 0.79975784, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "blinding" + }, + { + "word": "enough", + "start": 945.36, + "end": 945.64, + "confidence": 0.8136648, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "enough." + }, + { + "word": "but", + "start": 945.64, + "end": 945.84, + "confidence": 0.8961424, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "But" + }, + { + "word": "once", + "start": 945.84, + "end": 946.08, + "confidence": 0.83755034, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "once" + }, + { + "word": "you", + "start": 946.08, + "end": 946.28, + "confidence": 0.89310247, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "you" + }, + { + "word": "spend", + "start": 946.28, + "end": 946.56, + "confidence": 0.5727868, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "spend" + }, + { + "word": "it", + "start": 946.56, + "end": 946.72, + "confidence": 0.6785212, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "it," + }, + { + "word": "people", + "start": 946.72, + "end": 946.92, + "confidence": 0.86897933, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "people" + }, + { + "word": "are", + "start": 946.92, + "end": 947.08, + "confidence": 0.70358276, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "are" + }, + { + "word": "like", + "start": 947.08, + "end": 947.24, + "confidence": 0.4777668, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "like," + }, + { + "word": "okay", + "start": 947.24, + "end": 947.44, + "confidence": 0.9882697, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "okay," + }, + { + "word": "i", + "start": 947.44, + "end": 947.56, + "confidence": 0.8771727, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "I" + }, + { + "word": "know", + "start": 947.56, + "end": 947.8, + "confidence": 0.8172425, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "know" + }, + { + "word": "that", + "start": 947.8, + "end": 948.0, + "confidence": 0.5986991, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "that" + }, + { + "word": "key", + "start": 948.0, + "end": 948.5, + "confidence": 0.29368788, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "key." + }, + { + "word": "let", + "start": 948.66, + "end": 948.82, + "confidence": 0.79858434, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "Let" + }, + { + "word": "me", + "start": 948.82, + "end": 948.96, + "confidence": 0.9064734, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "me" + }, + { + "word": "try", + "start": 948.96, + "end": 949.2, + "confidence": 0.8326718, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "try" + }, + { + "word": "to", + "start": 949.2, + "end": 949.34, + "confidence": 0.79480916, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "to" + }, + { + "word": "grind", + "start": 949.34, + "end": 949.7, + "confidence": 0.8743075, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "grind" + }, + { + "word": "through", + "start": 949.7, + "end": 949.84, + "confidence": 0.80694926, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "through" + }, + { + "word": "and", + "start": 949.84, + "end": 950.02, + "confidence": 0.87844235, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "and" + }, + { + "word": "see", + "start": 950.02, + "end": 950.2, + "confidence": 0.7723567, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "see" + }, + { + "word": "what", + "start": 950.2, + "end": 950.38, + "confidence": 0.73785275, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "what" + }, + { + "word": "other", + "start": 950.38, + "end": 950.54, + "confidence": 0.9005077, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "other" + }, + { + "word": "things", + "start": 950.54, + "end": 950.8, + "confidence": 0.89502364, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "things" + }, + { + "word": "he", + "start": 950.8, + "end": 950.94, + "confidence": 0.8124656, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "he" + }, + { + "word": "was", + "start": 950.94, + "end": 951.1, + "confidence": 0.89895207, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "was" + }, + { + "word": "committing", + "start": 951.1, + "end": 951.42, + "confidence": 0.8903244, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "committing" + }, + { + "word": "to", + "start": 951.42, + "end": 951.6, + "confidence": 0.8221344, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "to" + }, + { + "word": "in", + "start": 951.6, + "end": 951.76, + "confidence": 0.35613185, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "in" + }, + { + "word": "this", + "start": 951.76, + "end": 952.0, + "confidence": 0.9978434, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "this" + }, + { + "word": "tap", + "start": 952.0, + "end": 952.16, + "confidence": 0.93491095, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "tap" + }, + { + "word": "tree", + "start": 952.16, + "end": 952.66, + "confidence": 0.75975287, + "speaker": 0, + "speaker_confidence": 0.7163086, + "punctuated_word": "tree." + }, + { + "word": "and", + "start": 953.48, + "end": 953.64, + "confidence": 0.5816424, + "speaker": 0, + "speaker_confidence": 0.7470703, + "punctuated_word": "And" + }, + { + "word": "so", + "start": 953.64, + "end": 953.8, + "confidence": 0.5647347, + "speaker": 0, + "speaker_confidence": 0.7470703, + "punctuated_word": "so" + }, + { + "word": "if", + "start": 953.8, + "end": 953.94, + "confidence": 0.43827838, + "speaker": 0, + "speaker_confidence": 0.7470703, + "punctuated_word": "if" + }, + { + "word": "potentially", + "start": 953.94, + "end": 954.44, + "confidence": 0.56908303, + "speaker": 0, + "speaker_confidence": 0.7470703, + "punctuated_word": "potentially," + }, + { + "word": "you", + "start": 954.44, + "end": 954.52, + "confidence": 0.8963504, + "speaker": 0, + "speaker_confidence": 0.7470703, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 954.52, + "end": 954.68, + "confidence": 0.87197727, + "speaker": 0, + "speaker_confidence": 0.7470703, + "punctuated_word": "know," + }, + { + "word": "that", + "start": 954.68, + "end": 954.84, + "confidence": 0.8959377, + "speaker": 0, + "speaker_confidence": 0.7470703, + "punctuated_word": "that" + }, + { + "word": "could", + "start": 954.84, + "end": 955.04, + "confidence": 0.8384483, + "speaker": 0, + "speaker_confidence": 0.7470703, + "punctuated_word": "could" + }, + { + "word": "be", + "start": 955.04, + "end": 955.18, + "confidence": 0.8894957, + "speaker": 0, + "speaker_confidence": 0.7470703, + "punctuated_word": "be" + }, + { + "word": "used", + "start": 955.18, + "end": 955.4, + "confidence": 0.76489186, + "speaker": 0, + "speaker_confidence": 0.7470703, + "punctuated_word": "used" + }, + { + "word": "for", + "start": 955.4, + "end": 955.76, + "confidence": 0.787267, + "speaker": 0, + "speaker_confidence": 0.7470703, + "punctuated_word": "for" + }, + { + "word": "chain", + "start": 955.76, + "end": 956.04, + "confidence": 0.5965094, + "speaker": 0, + "speaker_confidence": 0.7470703, + "punctuated_word": "chain" + }, + { + "word": "analysis", + "start": 956.04, + "end": 956.4, + "confidence": 0.57930934, + "speaker": 0, + "speaker_confidence": 0.7470703, + "punctuated_word": "analysis," + }, + { + "word": "you", + "start": 956.4, + "end": 956.58, + "confidence": 0.9992611, + "speaker": 0, + "speaker_confidence": 0.7470703, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 956.58, + "end": 956.76, + "confidence": 0.76305073, + "speaker": 0, + "speaker_confidence": 0.7470703, + "punctuated_word": "know," + }, + { + "word": "try", + "start": 956.76, + "end": 956.88, + "confidence": 0.40607443, + "speaker": 0, + "speaker_confidence": 0.7470703, + "punctuated_word": "try" + }, + { + "word": "to", + "start": 956.88, + "end": 957.08, + "confidence": 0.9061842, + "speaker": 0, + "speaker_confidence": 0.7470703, + "punctuated_word": "to" + }, + { + "word": "try", + "start": 957.08, + "end": 957.34, + "confidence": 0.52209264, + "speaker": 0, + "speaker_confidence": 0.7470703, + "punctuated_word": "try" + }, + { + "word": "to", + "start": 957.34, + "end": 957.5, + "confidence": 0.9069406, + "speaker": 0, + "speaker_confidence": 0.7470703, + "punctuated_word": "to" + }, + { + "word": "de-anonymize", + "start": 957.5, + "end": 958.0, + "confidence": 0.9923879, + "speaker": 0, + "speaker_confidence": 0.7470703, + "punctuated_word": "de-anonymize" + }, + { + "word": "addresses", + "start": 958.18, + "end": 958.68, + "confidence": 0.8860436, + "speaker": 0, + "speaker_confidence": 0.7470703, + "punctuated_word": "addresses." + }, + { + "word": "in", + "start": 959.38, + "end": 959.58, + "confidence": 0.78296286, + "speaker": 0, + "speaker_confidence": 0.7470703, + "punctuated_word": "In" + }, + { + "word": "this", + "start": 959.58, + "end": 959.82, + "confidence": 0.6065708, + "speaker": 0, + "speaker_confidence": 0.7470703, + "punctuated_word": "this" + }, + { + "word": "case", + "start": 959.82, + "end": 960.24, + "confidence": 0.8745889, + "speaker": 0, + "speaker_confidence": 0.7470703, + "punctuated_word": "case," + }, + { + "word": "you're", + "start": 960.24, + "end": 960.6, + "confidence": 0.8150421, + "speaker": 0, + "speaker_confidence": 0.7470703, + "punctuated_word": "you're" + }, + { + "word": "already", + "start": 960.6, + "end": 961.1, + "confidence": 0.92438287, + "speaker": 0, + "speaker_confidence": 0.7470703, + "punctuated_word": "already" + }, + { + "word": "de-anonymized", + "start": 961.22, + "end": 961.72, + "confidence": 0.9794503, + "speaker": 0, + "speaker_confidence": 0.7470703, + "punctuated_word": "de-anonymized." + }, + { + "word": "you're", + "start": 961.92, + "end": 962.08, + "confidence": 0.7968818, + "speaker": 0, + "speaker_confidence": 0.7470703, + "punctuated_word": "You're" + }, + { + "word": "sort", + "start": 962.08, + "end": 962.22, + "confidence": 0.81166226, + "speaker": 0, + "speaker_confidence": 0.7470703, + "punctuated_word": "sort" + }, + { + "word": "of", + "start": 962.22, + "end": 962.36, + "confidence": 0.7753812, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "of" + }, + { + "word": "already", + "start": 962.36, + "end": 962.68, + "confidence": 0.47631314, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "already" + }, + { + "word": "saying", + "start": 962.68, + "end": 962.96, + "confidence": 0.8563861, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "saying," + }, + { + "word": "yes", + "start": 962.96, + "end": 963.46, + "confidence": 0.67430913, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "yes," + }, + { + "word": "these", + "start": 963.74, + "end": 964.06, + "confidence": 0.800716, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "these" + }, + { + "word": "inputs", + "start": 964.06, + "end": 964.48, + "confidence": 0.32895446, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "inputs" + }, + { + "word": "are", + "start": 964.48, + "end": 964.7, + "confidence": 0.99900776, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "are" + }, + { + "word": "linked", + "start": 964.7, + "end": 965.14, + "confidence": 0.8159785, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "linked," + }, + { + "word": "right", + "start": 965.14, + "end": 965.38, + "confidence": 0.9066293, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "right?" + }, + { + "word": "these", + "start": 965.38, + "end": 965.6, + "confidence": 0.8184736, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "These" + }, + { + "word": "are", + "start": 965.6, + "end": 965.86, + "confidence": 0.81163704, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "are" + }, + { + "word": "the", + "start": 965.86, + "end": 966.14, + "confidence": 0.8471305, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "the" + }, + { + "word": "same", + "start": 966.14, + "end": 966.36, + "confidence": 0.61934143, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "same" + }, + { + "word": "software", + "start": 966.36, + "end": 966.82, + "confidence": 0.8376038, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "software" + }, + { + "word": "or", + "start": 966.82, + "end": 966.96, + "confidence": 0.817496, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "or" + }, + { + "word": "entity", + "start": 966.96, + "end": 967.42, + "confidence": 0.8188584, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "entity" + }, + { + "word": "or", + "start": 967.42, + "end": 967.64, + "confidence": 0.66628015, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "or" + }, + { + "word": "coordinating", + "start": 967.64, + "end": 968.14, + "confidence": 0.6132881, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "coordinating" + }, + { + "word": "entity", + "start": 968.2, + "end": 968.7, + "confidence": 0.7132769, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "entity." + }, + { + "word": "but", + "start": 969.28, + "end": 969.52, + "confidence": 0.5154022, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "But" + }, + { + "word": "you", + "start": 969.52, + "end": 969.72, + "confidence": 0.99946254, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "you" + }, + { + "word": "might", + "start": 969.72, + "end": 969.92, + "confidence": 0.7811826, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "might" + }, + { + "word": "have", + "start": 969.92, + "end": 970.12, + "confidence": 0.7379765, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "have" + }, + { + "word": "other", + "start": 970.12, + "end": 970.44, + "confidence": 0.8809383, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "other" + }, + { + "word": "things", + "start": 970.44, + "end": 970.68, + "confidence": 0.89677536, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "things" + }, + { + "word": "that", + "start": 970.68, + "end": 970.84, + "confidence": 0.85421425, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "that" + }, + { + "word": "you", + "start": 970.84, + "end": 970.96, + "confidence": 0.99997747, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "you" + }, + { + "word": "didn't", + "start": 970.96, + "end": 971.28, + "confidence": 0.8611274, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "didn't" + }, + { + "word": "link", + "start": 971.28, + "end": 971.78, + "confidence": 0.893527, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "link" + }, + { + "word": "that", + "start": 971.78, + "end": 971.98, + "confidence": 0.8907828, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "that" + }, + { + "word": "are", + "start": 971.98, + "end": 972.18, + "confidence": 0.88198644, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "are" + }, + { + "word": "committed", + "start": 972.18, + "end": 972.62, + "confidence": 0.4409592, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "committed" + }, + { + "word": "to", + "start": 972.62, + "end": 972.8, + "confidence": 0.8792946, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "to," + }, + { + "word": "and", + "start": 972.8, + "end": 972.98, + "confidence": 0.8914583, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "and" + }, + { + "word": "so", + "start": 972.98, + "end": 973.14, + "confidence": 0.5557492, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "so" + }, + { + "word": "you", + "start": 973.14, + "end": 973.28, + "confidence": 0.99951303, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "you" + }, + { + "word": "want", + "start": 973.28, + "end": 973.48, + "confidence": 0.8975984, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "want" + }, + { + "word": "to", + "start": 973.48, + "end": 973.58, + "confidence": 0.8370276, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "to" + }, + { + "word": "blind", + "start": 973.58, + "end": 974.02, + "confidence": 0.7717919, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "blind" + }, + { + "word": "those", + "start": 974.02, + "end": 974.48, + "confidence": 0.855977, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "those." + }, + { + "word": "so", + "start": 974.48, + "end": 974.66, + "confidence": 0.9012356, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "So" + }, + { + "word": "you", + "start": 974.66, + "end": 974.78, + "confidence": 0.85278976, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "you" + }, + { + "word": "put", + "start": 974.78, + "end": 975.02, + "confidence": 0.7655937, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "put" + }, + { + "word": "this", + "start": 975.02, + "end": 975.24, + "confidence": 0.87853944, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "this," + }, + { + "word": "you", + "start": 975.24, + "end": 975.42, + "confidence": 0.9598353, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 975.42, + "end": 975.56, + "confidence": 0.8483543, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "know," + }, + { + "word": "16", + "start": 975.56, + "end": 976.06, + "confidence": 0.7771399, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "16" + }, + { + "word": "random", + "start": 976.08, + "end": 976.32, + "confidence": 0.8277005, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "random" + }, + { + "word": "bytes", + "start": 976.32, + "end": 976.56, + "confidence": 0.80518025, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "bytes" + }, + { + "word": "or", + "start": 976.56, + "end": 976.68, + "confidence": 0.8311838, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "or" + }, + { + "word": "whatever", + "start": 976.68, + "end": 977.12, + "confidence": 0.1339104, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "whatever." + }, + { + "word": "it", + "start": 977.12, + "end": 977.28, + "confidence": 0.9998604, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "It" + }, + { + "word": "shouldn't", + "start": 977.28, + "end": 977.6, + "confidence": 0.899652, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "shouldn't" + }, + { + "word": "probably", + "start": 977.6, + "end": 977.84, + "confidence": 0.7222905, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "probably" + }, + { + "word": "be", + "start": 977.84, + "end": 978.0, + "confidence": 0.49765033, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "be" + }, + { + "word": "random", + "start": 978.0, + "end": 978.34, + "confidence": 0.50158143, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "random," + }, + { + "word": "it", + "start": 978.34, + "end": 978.48, + "confidence": 0.9137134, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "it" + }, + { + "word": "should", + "start": 978.48, + "end": 978.72, + "confidence": 0.89843976, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "should" + }, + { + "word": "probably", + "start": 978.72, + "end": 978.96, + "confidence": 0.72956043, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "probably" + }, + { + "word": "be", + "start": 978.96, + "end": 979.14, + "confidence": 0.7311418, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "be" + }, + { + "word": "something", + "start": 979.14, + "end": 979.48, + "confidence": 0.4839218, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "something" + }, + { + "word": "like", + "start": 979.48, + "end": 979.7, + "confidence": 0.79052615, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "like" + }, + { + "word": "the", + "start": 979.7, + "end": 979.84, + "confidence": 0.6648353, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "the" + }, + { + "word": "hash", + "start": 979.84, + "end": 980.14, + "confidence": 0.99979466, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "hash" + }, + { + "word": "of", + "start": 980.14, + "end": 980.28, + "confidence": 0.7663648, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "of" + }, + { + "word": "your", + "start": 980.28, + "end": 980.44, + "confidence": 0.7797675, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "your" + }, + { + "word": "private", + "start": 980.44, + "end": 980.74, + "confidence": 0.837678, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "private" + }, + { + "word": "key", + "start": 980.74, + "end": 980.98, + "confidence": 0.8691525, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "key" + }, + { + "word": "and", + "start": 980.98, + "end": 981.3, + "confidence": 0.73423606, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "and" + }, + { + "word": "that", + "start": 981.3, + "end": 981.66, + "confidence": 0.5680519, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "that" + }, + { + "word": "out", + "start": 981.66, + "end": 981.82, + "confidence": 0.63204515, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "out" + }, + { + "word": "point", + "start": 981.82, + "end": 982.08, + "confidence": 0.99973553, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "point" + }, + { + "word": "that", + "start": 982.08, + "end": 982.2, + "confidence": 0.94976753, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "that" + }, + { + "word": "you're", + "start": 982.2, + "end": 982.44, + "confidence": 0.6369907, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "you're" + }, + { + "word": "committing", + "start": 982.44, + "end": 982.68, + "confidence": 0.37399802, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "committing" + }, + { + "word": "to", + "start": 982.68, + "end": 983.18, + "confidence": 0.26091647, + "speaker": 0, + "speaker_confidence": 0.8232422, + "punctuated_word": "to," + }, + { + "word": "because", + "start": 984.92, + "end": 985.2, + "confidence": 0.8907416, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "because" + }, + { + "word": "then", + "start": 985.2, + "end": 985.44, + "confidence": 0.9991892, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "then" + }, + { + "word": "it's", + "start": 985.44, + "end": 985.58, + "confidence": 0.9290719, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "it's" + }, + { + "word": "easier", + "start": 985.58, + "end": 985.96, + "confidence": 0.7081392, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "easier" + }, + { + "word": "to", + "start": 985.96, + "end": 986.32, + "confidence": 0.99941075, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "to" + }, + { + "word": "regenerate", + "start": 986.32, + "end": 986.82, + "confidence": 0.70365053, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "regenerate" + }, + { + "word": "after", + "start": 986.92, + "end": 987.12, + "confidence": 0.8229663, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "after" + }, + { + "word": "the", + "start": 987.12, + "end": 987.24, + "confidence": 0.7454389, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "the" + }, + { + "word": "fact", + "start": 987.24, + "end": 987.74, + "confidence": 0.24395864, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "fact." + }, + { + "word": "yeah", + "start": 989.24, + "end": 989.48, + "confidence": 0.89219403, + "speaker": 0, + "speaker_confidence": 0.65966797, + "punctuated_word": "Yeah," + }, + { + "word": "so", + "start": 989.48, + "end": 989.64, + "confidence": 0.8946209, + "speaker": 0, + "speaker_confidence": 0.65966797, + "punctuated_word": "so" + }, + { + "word": "when", + "start": 989.64, + "end": 989.8, + "confidence": 0.9507361, + "speaker": 0, + "speaker_confidence": 0.65966797, + "punctuated_word": "when" + }, + { + "word": "you're", + "start": 989.8, + "end": 990.04, + "confidence": 0.8145768, + "speaker": 0, + "speaker_confidence": 0.65966797, + "punctuated_word": "you're" + }, + { + "word": "using", + "start": 990.04, + "end": 990.24, + "confidence": 0.45101008, + "speaker": 0, + "speaker_confidence": 0.65966797, + "punctuated_word": "using" + }, + { + "word": "it", + "start": 990.24, + "end": 990.52, + "confidence": 0.8877377, + "speaker": 0, + "speaker_confidence": 0.65966797, + "punctuated_word": "it," + }, + { + "word": "you'd", + "start": 990.52, + "end": 990.76, + "confidence": 0.90530485, + "speaker": 0, + "speaker_confidence": 0.65966797, + "punctuated_word": "you'd" + }, + { + "word": "put", + "start": 990.76, + "end": 991.26, + "confidence": 0.7617977, + "speaker": 0, + "speaker_confidence": 0.65966797, + "punctuated_word": "put" + }, + { + "word": "these", + "start": 991.56, + "end": 992.06, + "confidence": 0.8359023, + "speaker": 0, + "speaker_confidence": 0.65966797, + "punctuated_word": "these" + }, + { + "word": "elements", + "start": 992.08, + "end": 992.58, + "confidence": 0.77519643, + "speaker": 0, + "speaker_confidence": 0.65966797, + "punctuated_word": "elements" + }, + { + "word": "in", + "start": 992.8, + "end": 992.96, + "confidence": 0.7084413, + "speaker": 0, + "speaker_confidence": 0.65966797, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 992.96, + "end": 993.16, + "confidence": 0.8495382, + "speaker": 0, + "speaker_confidence": 0.65966797, + "punctuated_word": "the" + }, + { + "word": "actual", + "start": 993.16, + "end": 993.48, + "confidence": 0.7171915, + "speaker": 0, + "speaker_confidence": 0.65966797, + "punctuated_word": "actual" + }, + { + "word": "taproot", + "start": 993.48, + "end": 993.94, + "confidence": 0.6210885, + "speaker": 0, + "speaker_confidence": 0.65966797, + "punctuated_word": "taproot" + }, + { + "word": "tree", + "start": 993.94, + "end": 994.44, + "confidence": 0.32810068, + "speaker": 0, + "speaker_confidence": 0.65966797, + "punctuated_word": "tree." + }, + { + "word": "so", + "start": 994.6, + "end": 994.84, + "confidence": 0.92091304, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "So" + }, + { + "word": "you'd", + "start": 994.84, + "end": 995.06, + "confidence": 0.52672285, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "you'd" + }, + { + "word": "have", + "start": 995.06, + "end": 995.28, + "confidence": 0.50708497, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "have" + }, + { + "word": "your", + "start": 995.28, + "end": 995.58, + "confidence": 0.78684837, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "your" + }, + { + "word": "main", + "start": 995.58, + "end": 995.8, + "confidence": 0.6469825, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "main" + }, + { + "word": "key", + "start": 995.8, + "end": 996.22, + "confidence": 0.88308823, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "key," + }, + { + "word": "let's", + "start": 996.22, + "end": 996.42, + "confidence": 0.8858252, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "let's" + }, + { + "word": "say", + "start": 996.42, + "end": 996.58, + "confidence": 0.9993728, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "say" + }, + { + "word": "it's", + "start": 996.58, + "end": 996.82, + "confidence": 0.9895678, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "it's" + }, + { + "word": "a", + "start": 996.82, + "end": 997.32, + "confidence": 0.68839425, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "a" + }, + { + "word": "post", + "start": 998.48, + "end": 998.64, + "confidence": 0.043504164, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "post" + }, + { + "word": "quantum", + "start": 998.64, + "end": 999.14, + "confidence": 0.99581146, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "quantum" + }, + { + "word": "pubkey", + "start": 999.24, + "end": 999.72, + "confidence": 0.79473, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "pubkey" + }, + { + "word": "at", + "start": 999.72, + "end": 999.88, + "confidence": 0.8120716, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "at" + }, + { + "word": "the", + "start": 999.88, + "end": 1000.02, + "confidence": 0.5356109, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "the" + }, + { + "word": "top", + "start": 1000.02, + "end": 1000.24, + "confidence": 0.54847795, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "top" + }, + { + "word": "of", + "start": 1000.24, + "end": 1000.74, + "confidence": 0.5965332, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "of," + }, + { + "word": "i", + "start": 1001.12, + "end": 1001.14, + "confidence": 0.8140711, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "I" + }, + { + "word": "guess", + "start": 1001.14, + "end": 1001.46, + "confidence": 0.85525185, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "guess" + }, + { + "word": "if", + "start": 1001.46, + "end": 1001.64, + "confidence": 0.9475168, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "if" + }, + { + "word": "you're", + "start": 1001.64, + "end": 1001.88, + "confidence": 0.81866467, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "you're" + }, + { + "word": "using", + "start": 1001.88, + "end": 1002.1, + "confidence": 0.88068116, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "using" + }, + { + "word": "bip", + "start": 1002.1, + "end": 1002.28, + "confidence": 0.47273564, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "BIP" + }, + { + "word": "360", + "start": 1002.28, + "end": 1002.72, + "confidence": 0.8209611, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "360," + }, + { + "word": "there's", + "start": 1002.72, + "end": 1002.9, + "confidence": 0.8824301, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "there's" + }, + { + "word": "not", + "start": 1002.9, + "end": 1003.1, + "confidence": 0.7569459, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "not" + }, + { + "word": "really", + "start": 1003.1, + "end": 1003.28, + "confidence": 0.52564824, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "really" + }, + { + "word": "a", + "start": 1003.28, + "end": 1003.44, + "confidence": 0.9993337, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "a" + }, + { + "word": "top", + "start": 1003.44, + "end": 1003.94, + "confidence": 0.8720657, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "top," + }, + { + "word": "but", + "start": 1004.04, + "end": 1004.54, + "confidence": 0.8657425, + "speaker": 0, + "speaker_confidence": 0.6484375, + "punctuated_word": "but" + }, + { + "word": "somewhere", + "start": 1005.28, + "end": 1005.78, + "confidence": 0.90054566, + "speaker": 0, + "speaker_confidence": 0.6484375, + "punctuated_word": "somewhere" + }, + { + "word": "high", + "start": 1005.9, + "end": 1006.1, + "confidence": 0.8231807, + "speaker": 0, + "speaker_confidence": 0.6484375, + "punctuated_word": "high" + }, + { + "word": "in", + "start": 1006.1, + "end": 1006.3, + "confidence": 0.80053467, + "speaker": 0, + "speaker_confidence": 0.6484375, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 1006.3, + "end": 1006.36, + "confidence": 0.35466537, + "speaker": 0, + "speaker_confidence": 0.6484375, + "punctuated_word": "the" + }, + { + "word": "tree", + "start": 1006.36, + "end": 1006.68, + "confidence": 0.8075821, + "speaker": 0, + "speaker_confidence": 0.6484375, + "punctuated_word": "tree," + }, + { + "word": "here's", + "start": 1006.68, + "end": 1006.88, + "confidence": 0.7966235, + "speaker": 0, + "speaker_confidence": 0.6484375, + "punctuated_word": "here's" + }, + { + "word": "your", + "start": 1006.88, + "end": 1007.1, + "confidence": 0.88644135, + "speaker": 0, + "speaker_confidence": 0.6484375, + "punctuated_word": "your" + }, + { + "word": "normal", + "start": 1007.1, + "end": 1007.46, + "confidence": 0.4113723, + "speaker": 0, + "speaker_confidence": 0.6484375, + "punctuated_word": "normal" + }, + { + "word": "signature", + "start": 1007.46, + "end": 1007.86, + "confidence": 0.999433, + "speaker": 0, + "speaker_confidence": 0.6484375, + "punctuated_word": "signature" + }, + { + "word": "thing", + "start": 1007.86, + "end": 1008.16, + "confidence": 0.89256984, + "speaker": 0, + "speaker_confidence": 0.6484375, + "punctuated_word": "thing," + }, + { + "word": "and", + "start": 1008.16, + "end": 1008.34, + "confidence": 0.88062644, + "speaker": 0, + "speaker_confidence": 0.6484375, + "punctuated_word": "And" + }, + { + "word": "then", + "start": 1008.34, + "end": 1008.48, + "confidence": 0.8797746, + "speaker": 0, + "speaker_confidence": 0.6484375, + "punctuated_word": "then" + }, + { + "word": "you", + "start": 1008.48, + "end": 1008.56, + "confidence": 0.8236224, + "speaker": 0, + "speaker_confidence": 0.6484375, + "punctuated_word": "you" + }, + { + "word": "have", + "start": 1008.56, + "end": 1008.74, + "confidence": 0.8419029, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "have" + }, + { + "word": "some", + "start": 1008.74, + "end": 1008.92, + "confidence": 0.8040698, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "some" + }, + { + "word": "branches", + "start": 1008.92, + "end": 1009.28, + "confidence": 0.6742003, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "branches" + }, + { + "word": "down", + "start": 1009.28, + "end": 1009.54, + "confidence": 0.30736363, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "down" + }, + { + "word": "here", + "start": 1009.54, + "end": 1009.76, + "confidence": 0.9998778, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "here" + }, + { + "word": "that", + "start": 1009.76, + "end": 1010.16, + "confidence": 0.8148756, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "that" + }, + { + "word": "have", + "start": 1010.16, + "end": 1010.46, + "confidence": 0.90927947, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "have" + }, + { + "word": "commitments", + "start": 1010.46, + "end": 1010.94, + "confidence": 0.75347555, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "commitments" + }, + { + "word": "to", + "start": 1010.94, + "end": 1011.1, + "confidence": 0.8421427, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "to" + }, + { + "word": "other", + "start": 1011.1, + "end": 1011.42, + "confidence": 0.95348203, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "other" + }, + { + "word": "utxos", + "start": 1011.42, + "end": 1011.92, + "confidence": 0.9249362, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "UTXOs" + }, + { + "word": "that", + "start": 1011.96, + "end": 1012.12, + "confidence": 0.8281006, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "that" + }, + { + "word": "you", + "start": 1012.12, + "end": 1012.24, + "confidence": 0.8787629, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "you" + }, + { + "word": "already", + "start": 1012.24, + "end": 1012.5, + "confidence": 0.9958217, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "already" + }, + { + "word": "have", + "start": 1012.5, + "end": 1013.0, + "confidence": 0.31044587, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "have." + }, + { + "word": "and", + "start": 1013.56, + "end": 1013.74, + "confidence": 0.80658126, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "And" + }, + { + "word": "then", + "start": 1013.74, + "end": 1013.94, + "confidence": 0.8590168, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "then" + }, + { + "word": "the", + "start": 1013.94, + "end": 1014.08, + "confidence": 0.6660763, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "the" + }, + { + "word": "input", + "start": 1014.08, + "end": 1014.4, + "confidence": 0.5810827, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "input" + }, + { + "word": "index", + "start": 1014.4, + "end": 1014.9, + "confidence": 0.8961486, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "index," + }, + { + "word": "you", + "start": 1015.8, + "end": 1016.0, + "confidence": 0.5933697, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "you" + }, + { + "word": "leave", + "start": 1016.0, + "end": 1016.36, + "confidence": 0.6881135, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "leave" + }, + { + "word": "empty", + "start": 1016.36, + "end": 1016.86, + "confidence": 0.15232097, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "empty." + }, + { + "word": "and", + "start": 1016.88, + "end": 1017.04, + "confidence": 0.8811775, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "And" + }, + { + "word": "so", + "start": 1017.04, + "end": 1017.24, + "confidence": 0.80442274, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "so" + }, + { + "word": "you", + "start": 1017.24, + "end": 1017.38, + "confidence": 0.8852344, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "you" + }, + { + "word": "push", + "start": 1017.38, + "end": 1017.66, + "confidence": 0.7358118, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "push" + }, + { + "word": "that", + "start": 1017.66, + "end": 1017.8, + "confidence": 0.81848925, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "that" + }, + { + "word": "onto", + "start": 1017.8, + "end": 1018.04, + "confidence": 0.9271852, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "onto" + }, + { + "word": "the", + "start": 1018.04, + "end": 1018.14, + "confidence": 0.8517226, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "the" + }, + { + "word": "stack", + "start": 1018.14, + "end": 1018.42, + "confidence": 0.8913926, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "stack" + }, + { + "word": "when", + "start": 1018.42, + "end": 1018.62, + "confidence": 0.95249313, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "when" + }, + { + "word": "you're", + "start": 1018.62, + "end": 1018.78, + "confidence": 0.8230534, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "you're" + }, + { + "word": "spending", + "start": 1018.78, + "end": 1019.14, + "confidence": 0.13951765, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "spending." + }, + { + "word": "so", + "start": 1019.14, + "end": 1019.28, + "confidence": 0.8932139, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "So" + }, + { + "word": "you", + "start": 1019.28, + "end": 1019.38, + "confidence": 0.566035, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "you" + }, + { + "word": "decide", + "start": 1019.38, + "end": 1019.88, + "confidence": 0.7413288, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "decide," + }, + { + "word": "once", + "start": 1020.06, + "end": 1020.22, + "confidence": 0.86992204, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "Once" + }, + { + "word": "you", + "start": 1020.22, + "end": 1020.32, + "confidence": 0.81662685, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "you" + }, + { + "word": "build", + "start": 1020.32, + "end": 1020.52, + "confidence": 0.7761021, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "build" + }, + { + "word": "your", + "start": 1020.52, + "end": 1020.72, + "confidence": 0.94371605, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "your" + }, + { + "word": "transaction", + "start": 1020.72, + "end": 1021.22, + "confidence": 0.8233291, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "transaction," + }, + { + "word": "you", + "start": 1021.48, + "end": 1021.72, + "confidence": 0.99935156, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "you" + }, + { + "word": "start", + "start": 1021.72, + "end": 1022.12, + "confidence": 0.9015412, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "start" + }, + { + "word": "signing", + "start": 1022.12, + "end": 1022.48, + "confidence": 0.90103376, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "signing" + }, + { + "word": "it", + "start": 1022.48, + "end": 1022.68, + "confidence": 0.9138871, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "it" + }, + { + "word": "by", + "start": 1022.68, + "end": 1022.84, + "confidence": 0.7061936, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "by" + }, + { + "word": "putting", + "start": 1022.84, + "end": 1023.16, + "confidence": 0.7989296, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "putting" + }, + { + "word": "these", + "start": 1023.16, + "end": 1023.44, + "confidence": 0.752048, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "these" + }, + { + "word": "little", + "start": 1023.44, + "end": 1023.88, + "confidence": 0.9937157, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "little" + }, + { + "word": "indices", + "start": 1023.88, + "end": 1024.38, + "confidence": 0.12872143, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "indices." + }, + { + "word": "yeah", + "start": 1026.26, + "end": 1026.62, + "confidence": 0.90310615, + "speaker": 0, + "speaker_confidence": 0.3491211, + "punctuated_word": "Yeah," + }, + { + "word": "so", + "start": 1026.62, + "end": 1027.12, + "confidence": 0.75139904, + "speaker": 0, + "speaker_confidence": 0.3491211, + "punctuated_word": "so" + }, + { + "word": "this", + "start": 1027.36, + "end": 1027.86, + "confidence": 0.90456665, + "speaker": 0, + "speaker_confidence": 0.3491211, + "punctuated_word": "this" + }, + { + "word": "seems", + "start": 1028.18, + "end": 1028.48, + "confidence": 0.81867903, + "speaker": 0, + "speaker_confidence": 0.3491211, + "punctuated_word": "seems" + }, + { + "word": "to", + "start": 1028.48, + "end": 1028.56, + "confidence": 0.97915065, + "speaker": 0, + "speaker_confidence": 0.3491211, + "punctuated_word": "to" + }, + { + "word": "work", + "start": 1028.56, + "end": 1028.86, + "confidence": 0.07608192, + "speaker": 0, + "speaker_confidence": 0.3491211, + "punctuated_word": "work." + }, + { + "word": "it", + "start": 1028.86, + "end": 1029.0, + "confidence": 0.8758353, + "speaker": 0, + "speaker_confidence": 0.059570312, + "punctuated_word": "It" + }, + { + "word": "would", + "start": 1029.0, + "end": 1029.14, + "confidence": 0.99237204, + "speaker": 0, + "speaker_confidence": 0.059570312, + "punctuated_word": "would" + }, + { + "word": "save", + "start": 1029.14, + "end": 1029.28, + "confidence": 0.91482174, + "speaker": 0, + "speaker_confidence": 0.059570312, + "punctuated_word": "save" + }, + { + "word": "a", + "start": 1029.28, + "end": 1029.36, + "confidence": 0.90677226, + "speaker": 0, + "speaker_confidence": 0.059570312, + "punctuated_word": "a" + }, + { + "word": "lot", + "start": 1029.36, + "end": 1029.52, + "confidence": 0.8134952, + "speaker": 0, + "speaker_confidence": 0.059570312, + "punctuated_word": "lot" + }, + { + "word": "of", + "start": 1029.52, + "end": 1029.56, + "confidence": 0.9889922, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "of" + }, + { + "word": "space", + "start": 1029.56, + "end": 1029.84, + "confidence": 0.3776371, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "space." + }, + { + "word": "it's", + "start": 1029.84, + "end": 1030.12, + "confidence": 0.8693982, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "It's" + }, + { + "word": "pretty", + "start": 1030.12, + "end": 1030.52, + "confidence": 0.83367354, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "pretty" + }, + { + "word": "simple", + "start": 1030.52, + "end": 1031.02, + "confidence": 0.30861002, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "simple." + }, + { + "word": "implementation's", + "start": 1031.46, + "end": 1031.96, + "confidence": 0.99559695, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "Implementation's" + }, + { + "word": "pretty", + "start": 1032.4, + "end": 1032.78, + "confidence": 0.984863, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "pretty" + }, + { + "word": "straightforward", + "start": 1032.78, + "end": 1033.28, + "confidence": 0.42621964, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "straightforward." + }, + { + "word": "it's", + "start": 1033.5, + "end": 1033.82, + "confidence": 0.891098, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "It's" + }, + { + "word": "probably", + "start": 1033.82, + "end": 1034.1, + "confidence": 0.8787569, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "probably" + }, + { + "word": "like", + "start": 1034.1, + "end": 1034.44, + "confidence": 0.9021829, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "like" + }, + { + "word": "20", + "start": 1034.44, + "end": 1034.76, + "confidence": 0.9010282, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "20," + }, + { + "word": "30", + "start": 1034.76, + "end": 1035.06, + "confidence": 0.99869376, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "30" + }, + { + "word": "lines", + "start": 1035.06, + "end": 1035.56, + "confidence": 0.560663, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "lines." + }, + { + "word": "the", + "start": 1036.56, + "end": 1036.72, + "confidence": 0.87952566, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "The" + }, + { + "word": "part", + "start": 1036.72, + "end": 1037.02, + "confidence": 0.98969996, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "part" + }, + { + "word": "that's", + "start": 1037.02, + "end": 1037.22, + "confidence": 0.9967746, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "that's" + }, + { + "word": "a", + "start": 1037.22, + "end": 1037.38, + "confidence": 0.8196307, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "a" + }, + { + "word": "little", + "start": 1037.38, + "end": 1037.66, + "confidence": 0.7633043, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "little" + }, + { + "word": "complicated", + "start": 1037.66, + "end": 1038.16, + "confidence": 0.86010885, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "complicated" + }, + { + "word": "is", + "start": 1038.16, + "end": 1038.34, + "confidence": 0.9913061, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "is" + }, + { + "word": "wallets", + "start": 1038.34, + "end": 1038.84, + "confidence": 0.90510154, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "wallets." + }, + { + "word": "so", + "start": 1039.76, + "end": 1040.22, + "confidence": 0.5545113, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "So" + }, + { + "word": "the", + "start": 1040.22, + "end": 1040.38, + "confidence": 0.88318723, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "the" + }, + { + "word": "idea", + "start": 1040.38, + "end": 1040.6, + "confidence": 0.3094629, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "idea" + }, + { + "word": "is", + "start": 1040.6, + "end": 1040.9, + "confidence": 0.99828833, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "is" + }, + { + "word": "when", + "start": 1040.9, + "end": 1041.06, + "confidence": 0.94090104, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "when" + }, + { + "word": "you're", + "start": 1041.06, + "end": 1041.28, + "confidence": 0.9954898, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "you're" + }, + { + "word": "a", + "start": 1041.28, + "end": 1041.46, + "confidence": 0.6278644, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "a" + }, + { + "word": "wallet", + "start": 1041.46, + "end": 1041.96, + "confidence": 0.87867826, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "wallet" + }, + { + "word": "you", + "start": 1042.0, + "end": 1042.44, + "confidence": 0.9995016, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "you" + }, + { + "word": "have", + "start": 1042.44, + "end": 1042.64, + "confidence": 0.7990953, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "have" + }, + { + "word": "a", + "start": 1042.64, + "end": 1042.68, + "confidence": 0.90400136, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "a" + }, + { + "word": "bunch", + "start": 1042.68, + "end": 1042.92, + "confidence": 0.8138863, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "bunch" + }, + { + "word": "of", + "start": 1042.92, + "end": 1043.04, + "confidence": 0.98808587, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "of" + }, + { + "word": "utxos", + "start": 1043.04, + "end": 1043.54, + "confidence": 0.8116326, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "UTXOs" + }, + { + "word": "or", + "start": 1043.68, + "end": 1044.02, + "confidence": 0.86855984, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "or" + }, + { + "word": "you", + "start": 1044.02, + "end": 1044.16, + "confidence": 0.807288, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "you" + }, + { + "word": "start", + "start": 1044.16, + "end": 1044.48, + "confidence": 0.81823516, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "start" + }, + { + "word": "out", + "start": 1044.48, + "end": 1044.62, + "confidence": 0.91385454, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "out" + }, + { + "word": "with", + "start": 1044.62, + "end": 1044.78, + "confidence": 0.8197454, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "with" + }, + { + "word": "none", + "start": 1044.78, + "end": 1044.96, + "confidence": 0.8224676, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "none." + }, + { + "word": "so", + "start": 1044.96, + "end": 1045.12, + "confidence": 0.3253088, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "So" + }, + { + "word": "the", + "start": 1045.12, + "end": 1045.32, + "confidence": 0.99948955, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "the" + }, + { + "word": "first", + "start": 1045.32, + "end": 1045.52, + "confidence": 0.8954012, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "first" + }, + { + "word": "time", + "start": 1045.52, + "end": 1045.68, + "confidence": 0.95200497, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "time" + }, + { + "word": "you're", + "start": 1045.68, + "end": 1045.96, + "confidence": 0.800065, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "you're" + }, + { + "word": "making", + "start": 1045.96, + "end": 1046.2, + "confidence": 0.8204415, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "making" + }, + { + "word": "a", + "start": 1046.2, + "end": 1046.32, + "confidence": 0.83233494, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "a" + }, + { + "word": "new", + "start": 1046.32, + "end": 1046.42, + "confidence": 0.76035553, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "new" + }, + { + "word": "address", + "start": 1046.42, + "end": 1046.72, + "confidence": 0.99904484, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "address" + }, + { + "word": "in", + "start": 1046.72, + "end": 1046.88, + "confidence": 0.8361494, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "in" + }, + { + "word": "a", + "start": 1046.88, + "end": 1046.98, + "confidence": 0.8608797, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "a" + }, + { + "word": "new", + "start": 1046.98, + "end": 1047.16, + "confidence": 0.66548693, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "new" + }, + { + "word": "wallet", + "start": 1047.16, + "end": 1047.44, + "confidence": 0.89122385, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "wallet" + }, + { + "word": "you", + "start": 1047.44, + "end": 1047.62, + "confidence": 0.999795, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "you" + }, + { + "word": "can't", + "start": 1047.62, + "end": 1047.8, + "confidence": 0.810195, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "can't" + }, + { + "word": "use", + "start": 1047.8, + "end": 1047.98, + "confidence": 0.9030145, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "use" + }, + { + "word": "any", + "start": 1047.98, + "end": 1048.1, + "confidence": 0.27647728, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "any" + }, + { + "word": "of", + "start": 1048.1, + "end": 1048.26, + "confidence": 0.9987907, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "of" + }, + { + "word": "this", + "start": 1048.26, + "end": 1048.44, + "confidence": 0.8865677, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "this," + }, + { + "word": "right", + "start": 1048.44, + "end": 1048.62, + "confidence": 0.66206664, + "speaker": 0, + "speaker_confidence": 0.8129883, + "punctuated_word": "right?" + }, + { + "word": "you", + "start": 1048.62, + "end": 1048.74, + "confidence": 0.3488823, + "speaker": 0, + "speaker_confidence": 0.46972656, + "punctuated_word": "You" + }, + { + "word": "just", + "start": 1048.74, + "end": 1048.94, + "confidence": 0.99908507, + "speaker": 0, + "speaker_confidence": 0.46972656, + "punctuated_word": "just" + }, + { + "word": "here's", + "start": 1048.94, + "end": 1049.14, + "confidence": 0.9830032, + "speaker": 0, + "speaker_confidence": 0.46972656, + "punctuated_word": "here's" + }, + { + "word": "a", + "start": 1049.14, + "end": 1049.24, + "confidence": 0.8360977, + "speaker": 0, + "speaker_confidence": 0.46972656, + "punctuated_word": "a" + }, + { + "word": "new", + "start": 1049.24, + "end": 1049.38, + "confidence": 0.4801658, + "speaker": 0, + "speaker_confidence": 0.46972656, + "punctuated_word": "new" + }, + { + "word": "address", + "start": 1049.38, + "end": 1049.68, + "confidence": 0.99984944, + "speaker": 0, + "speaker_confidence": 0.46972656, + "punctuated_word": "address" + }, + { + "word": "i'm", + "start": 1049.68, + "end": 1049.82, + "confidence": 0.6349568, + "speaker": 0, + "speaker_confidence": 0.46972656, + "punctuated_word": "I'm" + }, + { + "word": "gonna", + "start": 1049.82, + "end": 1049.98, + "confidence": 0.98426026, + "speaker": 0, + "speaker_confidence": 0.46972656, + "punctuated_word": "gonna" + }, + { + "word": "use", + "start": 1049.98, + "end": 1050.14, + "confidence": 0.81826174, + "speaker": 0, + "speaker_confidence": 0.46972656, + "punctuated_word": "use" + }, + { + "word": "a", + "start": 1050.14, + "end": 1050.24, + "confidence": 0.8817243, + "speaker": 0, + "speaker_confidence": 0.39892578, + "punctuated_word": "a" + }, + { + "word": "full", + "start": 1050.24, + "end": 1050.52, + "confidence": 0.5325389, + "speaker": 0, + "speaker_confidence": 0.39892578, + "punctuated_word": "full" + }, + { + "word": "signature", + "start": 1050.52, + "end": 1051.02, + "confidence": 0.7116216, + "speaker": 0, + "speaker_confidence": 0.39892578, + "punctuated_word": "signature," + }, + { + "word": "full", + "start": 1051.86, + "end": 1052.06, + "confidence": 0.36420757, + "speaker": 0, + "speaker_confidence": 0.39892578, + "punctuated_word": "full" + }, + { + "word": "pub", + "start": 1052.06, + "end": 1052.26, + "confidence": 0.99939907, + "speaker": 0, + "speaker_confidence": 0.39892578, + "punctuated_word": "pub" + }, + { + "word": "key", + "start": 1052.26, + "end": 1052.76, + "confidence": 0.88308823, + "speaker": 0, + "speaker_confidence": 0.39892578, + "punctuated_word": "key." + }, + { + "word": "but", + "start": 1053.62, + "end": 1053.82, + "confidence": 0.89623874, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "But" + }, + { + "word": "once", + "start": 1053.82, + "end": 1054.02, + "confidence": 0.536427, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "once" + }, + { + "word": "you're", + "start": 1054.02, + "end": 1054.3201, + "confidence": 0.85126483, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "you're" + }, + { + "word": "using", + "start": 1054.3201, + "end": 1054.62, + "confidence": 0.60439545, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "using" + }, + { + "word": "this", + "start": 1054.62, + "end": 1054.9199, + "confidence": 0.82104063, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "this," + }, + { + "word": "once", + "start": 1054.9199, + "end": 1055.22, + "confidence": 0.6114156, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "once" + }, + { + "word": "you've", + "start": 1055.22, + "end": 1055.42, + "confidence": 0.79475754, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "you've" + }, + { + "word": "made", + "start": 1055.42, + "end": 1055.66, + "confidence": 0.6339406, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "made" + }, + { + "word": "a", + "start": 1055.66, + "end": 1055.82, + "confidence": 0.7720483, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "a" + }, + { + "word": "second", + "start": 1055.82, + "end": 1056.14, + "confidence": 0.50696427, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "second" + }, + { + "word": "address", + "start": 1056.14, + "end": 1056.64, + "confidence": 0.7552623, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "address" + }, + { + "word": "and", + "start": 1057.2, + "end": 1057.36, + "confidence": 0.77112275, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "and" + }, + { + "word": "you", + "start": 1057.36, + "end": 1057.5, + "confidence": 0.8367469, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "you" + }, + { + "word": "already", + "start": 1057.5, + "end": 1057.74, + "confidence": 0.21567534, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "already" + }, + { + "word": "have", + "start": 1057.74, + "end": 1057.96, + "confidence": 0.9984499, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "have" + }, + { + "word": "a", + "start": 1057.96, + "end": 1058.1, + "confidence": 0.99063396, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "a" + }, + { + "word": "utxo", + "start": 1058.1, + "end": 1058.6, + "confidence": 0.99937904, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "UTXO," + }, + { + "word": "you", + "start": 1058.6, + "end": 1058.76, + "confidence": 0.8638022, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 1058.76, + "end": 1058.88, + "confidence": 0.89785516, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "can" + }, + { + "word": "point", + "start": 1058.88, + "end": 1059.14, + "confidence": 0.8785672, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "point" + }, + { + "word": "to", + "start": 1059.14, + "end": 1059.24, + "confidence": 0.8505359, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "to" + }, + { + "word": "that", + "start": 1059.24, + "end": 1059.4, + "confidence": 0.8462014, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "that." + }, + { + "word": "you", + "start": 1059.4, + "end": 1059.52, + "confidence": 0.8886945, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "You" + }, + { + "word": "can", + "start": 1059.52, + "end": 1059.64, + "confidence": 0.7259476, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "can" + }, + { + "word": "say", + "start": 1059.64, + "end": 1059.8, + "confidence": 0.39521998, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "say," + }, + { + "word": "okay", + "start": 1059.8, + "end": 1060.2, + "confidence": 0.48882902, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "okay," + }, + { + "word": "this", + "start": 1060.2, + "end": 1060.38, + "confidence": 0.72840065, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "this" + }, + { + "word": "wallet", + "start": 1060.38, + "end": 1060.68, + "confidence": 0.86555344, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "wallet" + }, + { + "word": "takes", + "start": 1060.68, + "end": 1060.94, + "confidence": 0.87582946, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "takes" + }, + { + "word": "that", + "start": 1060.94, + "end": 1061.12, + "confidence": 0.99865294, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "that" + }, + { + "word": "utxo", + "start": 1061.12, + "end": 1061.48, + "confidence": 0.99937564, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "UTXO" + }, + { + "word": "information", + "start": 1061.48, + "end": 1061.98, + "confidence": 0.2269919, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "information," + }, + { + "word": "puts", + "start": 1062.08, + "end": 1062.26, + "confidence": 0.48551047, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "puts" + }, + { + "word": "it", + "start": 1062.26, + "end": 1062.34, + "confidence": 0.7509676, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "it" + }, + { + "word": "in", + "start": 1062.34, + "end": 1062.52, + "confidence": 0.53125, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 1062.52, + "end": 1062.7, + "confidence": 0.5931049, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "the" + }, + { + "word": "tap", + "start": 1062.7, + "end": 1062.8, + "confidence": 0.8738705, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "tap" + }, + { + "word": "tree", + "start": 1062.8, + "end": 1063.3, + "confidence": 0.5549381, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "tree." + }, + { + "word": "yeah", + "start": 1063.78, + "end": 1063.98, + "confidence": 0.7046705, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "Yeah," + }, + { + "word": "wallets", + "start": 1063.98, + "end": 1064.28, + "confidence": 0.88238007, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "wallets" + }, + { + "word": "should", + "start": 1064.28, + "end": 1064.48, + "confidence": 0.90058684, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "should" + }, + { + "word": "take", + "start": 1064.48, + "end": 1064.7, + "confidence": 0.5688093, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "take" + }, + { + "word": "all", + "start": 1064.7, + "end": 1064.96, + "confidence": 0.99665475, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "all" + }, + { + "word": "asterisks", + "start": 1064.96, + "end": 1065.46, + "confidence": 0.5046236, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "asterisks" + }, + { + "word": "currently", + "start": 1065.62, + "end": 1065.96, + "confidence": 0.9043994, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "currently" + }, + { + "word": "owned", + "start": 1065.96, + "end": 1066.16, + "confidence": 0.99882346, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "owned" + }, + { + "word": "utxos", + "start": 1066.16, + "end": 1066.66, + "confidence": 0.8627658, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "UTXOs" + }, + { + "word": "and", + "start": 1066.72, + "end": 1066.84, + "confidence": 0.73948944, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "and" + }, + { + "word": "put", + "start": 1066.84, + "end": 1067.04, + "confidence": 0.9042704, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "put" + }, + { + "word": "them", + "start": 1067.04, + "end": 1067.16, + "confidence": 0.81342036, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "them" + }, + { + "word": "in", + "start": 1067.16, + "end": 1067.28, + "confidence": 0.78022414, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 1067.28, + "end": 1067.36, + "confidence": 0.69704247, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "the" + }, + { + "word": "tree", + "start": 1067.36, + "end": 1067.72, + "confidence": 0.8043604, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "tree" + }, + { + "word": "along", + "start": 1067.72, + "end": 1067.96, + "confidence": 0.9482851, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "along" + }, + { + "word": "with", + "start": 1067.96, + "end": 1068.12, + "confidence": 0.5615413, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "with" + }, + { + "word": "a", + "start": 1068.12, + "end": 1068.34, + "confidence": 0.36510488, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "a" + }, + { + "word": "post-quantum", + "start": 1068.34, + "end": 1068.8, + "confidence": 0.97456545, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "post-quantum" + }, + { + "word": "pubkey", + "start": 1068.8, + "end": 1069.3, + "confidence": 0.9603248, + "speaker": 0, + "speaker_confidence": 0.69921875, + "punctuated_word": "pubkey." + }, + { + "word": "you", + "start": 1069.54, + "end": 1069.62, + "confidence": 0.90407145, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "You" + }, + { + "word": "want", + "start": 1069.62, + "end": 1069.74, + "confidence": 0.88032407, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "want" + }, + { + "word": "to", + "start": 1069.74, + "end": 1069.84, + "confidence": 0.8806026, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "to" + }, + { + "word": "make", + "start": 1069.84, + "end": 1070.04, + "confidence": 0.8111084, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "make" + }, + { + "word": "this", + "start": 1070.04, + "end": 1070.28, + "confidence": 0.99839145, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "this" + }, + { + "word": "deterministic", + "start": 1070.28, + "end": 1070.78, + "confidence": 0.9235547, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "deterministic." + }, + { + "word": "you", + "start": 1070.86, + "end": 1070.98, + "confidence": 0.9036195, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "You" + }, + { + "word": "want", + "start": 1070.98, + "end": 1071.14, + "confidence": 0.8836914, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "want" + }, + { + "word": "to", + "start": 1071.14, + "end": 1071.26, + "confidence": 0.63661426, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "to" + }, + { + "word": "have", + "start": 1071.26, + "end": 1071.76, + "confidence": 0.25574464, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "have" + }, + { + "word": "a", + "start": 1071.96, + "end": 1072.2, + "confidence": 0.98893017, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "a" + }, + { + "word": "forwarder", + "start": 1072.2, + "end": 1072.54, + "confidence": 0.8990673, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "forwarder" + }, + { + "word": "to", + "start": 1072.54, + "end": 1072.68, + "confidence": 0.8731259, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "to" + }, + { + "word": "do", + "start": 1072.68, + "end": 1072.88, + "confidence": 0.9984794, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "do" + }, + { + "word": "this", + "start": 1072.88, + "end": 1073.38, + "confidence": 0.4799758, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "this." + }, + { + "word": "it", + "start": 1073.74, + "end": 1074.06, + "confidence": 0.7546783, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "It" + }, + { + "word": "does", + "start": 1074.06, + "end": 1074.4, + "confidence": 0.9094549, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "does" + }, + { + "word": "kind", + "start": 1074.4, + "end": 1074.62, + "confidence": 0.70631725, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "kind" + }, + { + "word": "of", + "start": 1074.62, + "end": 1074.82, + "confidence": 0.9989563, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "of" + }, + { + "word": "complicate", + "start": 1074.82, + "end": 1075.28, + "confidence": 0.8097698, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "complicate" + }, + { + "word": "wallet", + "start": 1075.28, + "end": 1075.6, + "confidence": 0.64190143, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "wallet" + }, + { + "word": "recovery", + "start": 1075.6, + "end": 1076.1, + "confidence": 0.35628337, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "recovery." + }, + { + "word": "so", + "start": 1076.2, + "end": 1076.32, + "confidence": 0.8906262, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "So" + }, + { + "word": "if", + "start": 1076.32, + "end": 1076.52, + "confidence": 0.95524496, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "if" + }, + { + "word": "you've", + "start": 1076.52, + "end": 1076.82, + "confidence": 0.87928146, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "you've" + }, + { + "word": "just", + "start": 1076.82, + "end": 1077.08, + "confidence": 0.9820393, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "just" + }, + { + "word": "got", + "start": 1077.08, + "end": 1077.26, + "confidence": 0.9083911, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "got" + }, + { + "word": "a", + "start": 1077.26, + "end": 1077.4, + "confidence": 0.77859074, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "a" + }, + { + "word": "seed", + "start": 1077.4, + "end": 1077.62, + "confidence": 0.50002164, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "seed" + }, + { + "word": "phrase", + "start": 1077.62, + "end": 1078.04, + "confidence": 0.89470726, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "phrase" + }, + { + "word": "and", + "start": 1078.04, + "end": 1078.2, + "confidence": 0.9544164, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "and" + }, + { + "word": "you're", + "start": 1078.2, + "end": 1078.42, + "confidence": 0.80208844, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "you're" + }, + { + "word": "using", + "start": 1078.42, + "end": 1078.74, + "confidence": 0.9907079, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "using" + }, + { + "word": "this", + "start": 1078.74, + "end": 1079.24, + "confidence": 0.6731065, + "speaker": 0, + "speaker_confidence": 0.81689453, + "punctuated_word": "this," + }, + { + "word": "you", + "start": 1080.38, + "end": 1080.54, + "confidence": 0.832688, + "speaker": 0, + "speaker_confidence": 0.54003906, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 1080.54, + "end": 1080.74, + "confidence": 0.90296507, + "speaker": 0, + "speaker_confidence": 0.54003906, + "punctuated_word": "can" + }, + { + "word": "generate", + "start": 1080.74, + "end": 1081.1, + "confidence": 0.8134256, + "speaker": 0, + "speaker_confidence": 0.54003906, + "punctuated_word": "generate" + }, + { + "word": "all", + "start": 1081.1, + "end": 1081.32, + "confidence": 0.6543752, + "speaker": 0, + "speaker_confidence": 0.54003906, + "punctuated_word": "all" + }, + { + "word": "your", + "start": 1081.32, + "end": 1081.52, + "confidence": 0.55142796, + "speaker": 0, + "speaker_confidence": 0.54003906, + "punctuated_word": "your" + }, + { + "word": "addresses", + "start": 1081.52, + "end": 1081.96, + "confidence": 0.38670042, + "speaker": 0, + "speaker_confidence": 0.54003906, + "punctuated_word": "addresses." + }, + { + "word": "but", + "start": 1081.96, + "end": 1082.22, + "confidence": 0.88239026, + "speaker": 0, + "speaker_confidence": 0.54003906, + "punctuated_word": "But" + }, + { + "word": "a", + "start": 1082.22, + "end": 1082.34, + "confidence": 0.86889505, + "speaker": 0, + "speaker_confidence": 0.54003906, + "punctuated_word": "a" + }, + { + "word": "lot", + "start": 1082.34, + "end": 1082.5, + "confidence": 0.7910312, + "speaker": 0, + "speaker_confidence": 0.54003906, + "punctuated_word": "lot" + }, + { + "word": "of", + "start": 1082.5, + "end": 1082.64, + "confidence": 0.55157864, + "speaker": 0, + "speaker_confidence": 0.54003906, + "punctuated_word": "of" + }, + { + "word": "your", + "start": 1082.64, + "end": 1082.8, + "confidence": 0.7931906, + "speaker": 0, + "speaker_confidence": 0.54003906, + "punctuated_word": "your" + }, + { + "word": "addresses", + "start": 1082.8, + "end": 1083.16, + "confidence": 0.7504402, + "speaker": 0, + "speaker_confidence": 0.54003906, + "punctuated_word": "addresses" + }, + { + "word": "will", + "start": 1083.16, + "end": 1083.36, + "confidence": 0.8468114, + "speaker": 0, + "speaker_confidence": 0.54003906, + "punctuated_word": "will" + }, + { + "word": "commit", + "start": 1083.36, + "end": 1083.74, + "confidence": 0.3792253, + "speaker": 0, + "speaker_confidence": 0.54003906, + "punctuated_word": "commit" + }, + { + "word": "to", + "start": 1083.74, + "end": 1083.96, + "confidence": 0.95250773, + "speaker": 0, + "speaker_confidence": 0.54003906, + "punctuated_word": "to" + }, + { + "word": "utxos", + "start": 1083.96, + "end": 1084.46, + "confidence": 0.8900106, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "UTXOs." + }, + { + "word": "and", + "start": 1085.66, + "end": 1085.82, + "confidence": 0.8341868, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "And" + }, + { + "word": "so", + "start": 1085.82, + "end": 1086.02, + "confidence": 0.6208316, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "so" + }, + { + "word": "now", + "start": 1086.02, + "end": 1086.18, + "confidence": 0.8590501, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "now" + }, + { + "word": "you're", + "start": 1086.18, + "end": 1086.38, + "confidence": 0.84087646, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "you're" + }, + { + "word": "like", + "start": 1086.38, + "end": 1086.54, + "confidence": 0.8215102, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "like," + }, + { + "word": "as", + "start": 1086.54, + "end": 1086.66, + "confidence": 0.9015565, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "as" + }, + { + "word": "soon", + "start": 1086.66, + "end": 1086.82, + "confidence": 0.8675021, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "soon" + }, + { + "word": "as", + "start": 1086.82, + "end": 1086.96, + "confidence": 0.6231734, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "as" + }, + { + "word": "you", + "start": 1086.96, + "end": 1087.2, + "confidence": 0.80292517, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "you," + }, + { + "word": "you", + "start": 1087.2, + "end": 1087.24, + "confidence": 0.9058973, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 1087.24, + "end": 1087.42, + "confidence": 0.7258736, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "know," + }, + { + "word": "let", + "start": 1087.42, + "end": 1087.58, + "confidence": 0.836055, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "let" + }, + { + "word": "me", + "start": 1087.58, + "end": 1087.72, + "confidence": 0.80107373, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "me" + }, + { + "word": "generate", + "start": 1087.72, + "end": 1088.1, + "confidence": 0.79509413, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "generate" + }, + { + "word": "the", + "start": 1088.1, + "end": 1088.22, + "confidence": 0.5055579, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "the" + }, + { + "word": "first", + "start": 1088.22, + "end": 1088.36, + "confidence": 0.5524834, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "first" + }, + { + "word": "hundred", + "start": 1088.36, + "end": 1088.68, + "confidence": 0.28702378, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "hundred" + }, + { + "word": "addresses", + "start": 1088.68, + "end": 1089.14, + "confidence": 0.09714129, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "addresses." + }, + { + "word": "and", + "start": 1089.14, + "end": 1089.28, + "confidence": 0.66157854, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "And" + }, + { + "word": "then", + "start": 1089.28, + "end": 1089.4, + "confidence": 0.80179334, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "then," + }, + { + "word": "oh", + "start": 1089.4, + "end": 1089.62, + "confidence": 0.7655115, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "oh," + }, + { + "word": "on", + "start": 1089.62, + "end": 1089.76, + "confidence": 0.45482513, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "on" + }, + { + "word": "address", + "start": 1089.76, + "end": 1090.02, + "confidence": 0.5018581, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "address" + }, + { + "word": "0", + "start": 1090.02, + "end": 1090.24, + "confidence": 0.9919213, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "0," + }, + { + "word": "i", + "start": 1090.24, + "end": 1090.36, + "confidence": 0.83520937, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "I" + }, + { + "word": "see", + "start": 1090.36, + "end": 1090.52, + "confidence": 0.8158077, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "see" + }, + { + "word": "a", + "start": 1090.52, + "end": 1090.68, + "confidence": 0.999067, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "a" + }, + { + "word": "utxo", + "start": 1090.68, + "end": 1091.18, + "confidence": 0.9990251, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "UTXO." + }, + { + "word": "well", + "start": 1091.18, + "end": 1091.32, + "confidence": 0.8537539, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "Well," + }, + { + "word": "maybe", + "start": 1091.32, + "end": 1091.58, + "confidence": 0.9144024, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "maybe" + }, + { + "word": "address", + "start": 1091.58, + "end": 1091.88, + "confidence": 0.884299, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "address" + }, + { + "word": "1", + "start": 1091.88, + "end": 1092.08, + "confidence": 0.9035474, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "1" + }, + { + "word": "committed", + "start": 1092.08, + "end": 1092.44, + "confidence": 0.88233, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "committed" + }, + { + "word": "to", + "start": 1092.44, + "end": 1092.56, + "confidence": 0.65686566, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "to" + }, + { + "word": "that", + "start": 1092.56, + "end": 1092.8, + "confidence": 0.78036344, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "that." + }, + { + "word": "maybe", + "start": 1092.8, + "end": 1092.98, + "confidence": 0.85992926, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "Maybe" + }, + { + "word": "it", + "start": 1092.98, + "end": 1093.1, + "confidence": 0.99974555, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "it" + }, + { + "word": "didn't", + "start": 1093.1, + "end": 1093.48, + "confidence": 0.97232604, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "didn't." + }, + { + "word": "now", + "start": 1093.48, + "end": 1093.58, + "confidence": 0.8796687, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "Now" + }, + { + "word": "i", + "start": 1093.58, + "end": 1093.7, + "confidence": 0.74468684, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "I" + }, + { + "word": "have", + "start": 1093.7, + "end": 1094.02, + "confidence": 0.6925687, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "have" + }, + { + "word": "two", + "start": 1094.02, + "end": 1094.2, + "confidence": 0.8614941, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "two" + }, + { + "word": "different", + "start": 1094.2, + "end": 1094.54, + "confidence": 0.67414355, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "different" + }, + { + "word": "potential", + "start": 1094.54, + "end": 1094.86, + "confidence": 0.8401629, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "potential" + }, + { + "word": "addresses", + "start": 1094.86, + "end": 1095.18, + "confidence": 0.9258902, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "addresses" + }, + { + "word": "there", + "start": 1095.18, + "end": 1095.68, + "confidence": 0.7806321, + "speaker": 0, + "speaker_confidence": 0.74609375, + "punctuated_word": "there." + }, + { + "word": "technically", + "start": 1095.86, + "end": 1096.36, + "confidence": 0.79728264, + "speaker": 0, + "speaker_confidence": 0.203125, + "punctuated_word": "Technically" + }, + { + "word": "o", + "start": 1096.98, + "end": 1097.16, + "confidence": 0.6957223, + "speaker": 0, + "speaker_confidence": 0.203125, + "punctuated_word": "O" + }, + { + "word": "of", + "start": 1097.16, + "end": 1097.36, + "confidence": 0.8017912, + "speaker": 0, + "speaker_confidence": 0.203125, + "punctuated_word": "of" + }, + { + "word": "2", + "start": 1097.36, + "end": 1097.56, + "confidence": 0.78766227, + "speaker": 0, + "speaker_confidence": 0.203125, + "punctuated_word": "2" + }, + { + "word": "to", + "start": 1097.56, + "end": 1097.7, + "confidence": 0.5327604, + "speaker": 0, + "speaker_confidence": 0.203125, + "punctuated_word": "to" + }, + { + "word": "the", + "start": 1097.7, + "end": 1097.84, + "confidence": 0.52716553, + "speaker": 0, + "speaker_confidence": 0.203125, + "punctuated_word": "the" + }, + { + "word": "n", + "start": 1097.84, + "end": 1098.34, + "confidence": 0.7790482, + "speaker": 0, + "speaker_confidence": 0.47460938, + "punctuated_word": "N," + }, + { + "word": "which", + "start": 1098.54, + "end": 1098.78, + "confidence": 0.6990946, + "speaker": 0, + "speaker_confidence": 0.47460938, + "punctuated_word": "which" + }, + { + "word": "is", + "start": 1098.78, + "end": 1098.94, + "confidence": 0.8528722, + "speaker": 0, + "speaker_confidence": 0.47460938, + "punctuated_word": "is" + }, + { + "word": "very", + "start": 1098.94, + "end": 1099.2, + "confidence": 0.70790887, + "speaker": 0, + "speaker_confidence": 0.47460938, + "punctuated_word": "very" + }, + { + "word": "bad", + "start": 1099.2, + "end": 1099.7, + "confidence": 0.69739825, + "speaker": 0, + "speaker_confidence": 0.47460938, + "punctuated_word": "bad." + }, + { + "word": "so", + "start": 1099.9, + "end": 1100.08, + "confidence": 0.7025815, + "speaker": 0, + "speaker_confidence": 0.47460938, + "punctuated_word": "So" + }, + { + "word": "you", + "start": 1100.08, + "end": 1100.28, + "confidence": 0.40944824, + "speaker": 0, + "speaker_confidence": 0.47460938, + "punctuated_word": "you" + }, + { + "word": "would", + "start": 1100.28, + "end": 1100.54, + "confidence": 0.9982589, + "speaker": 0, + "speaker_confidence": 0.47460938, + "punctuated_word": "would" + }, + { + "word": "definitely", + "start": 1100.54, + "end": 1100.98, + "confidence": 0.81168723, + "speaker": 0, + "speaker_confidence": 0.47460938, + "punctuated_word": "definitely" + }, + { + "word": "for", + "start": 1100.98, + "end": 1101.14, + "confidence": 0.91525674, + "speaker": 0, + "speaker_confidence": 0.47460938, + "punctuated_word": "for" + }, + { + "word": "larger", + "start": 1101.14, + "end": 1101.5, + "confidence": 0.9909078, + "speaker": 0, + "speaker_confidence": 0.47460938, + "punctuated_word": "larger" + }, + { + "word": "wallets", + "start": 1101.5, + "end": 1101.82, + "confidence": 0.6990742, + "speaker": 0, + "speaker_confidence": 0.47460938, + "punctuated_word": "wallets," + }, + { + "word": "you", + "start": 1101.82, + "end": 1101.88, + "confidence": 0.4842579, + "speaker": 0, + "speaker_confidence": 0.47460938, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 1101.88, + "end": 1102.0, + "confidence": 0.8960178, + "speaker": 0, + "speaker_confidence": 0.5834961, + "punctuated_word": "know" + }, + { + "word": "if", + "start": 1102.0, + "end": 1102.12, + "confidence": 0.88083804, + "speaker": 0, + "speaker_confidence": 0.5834961, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 1102.12, + "end": 1102.26, + "confidence": 0.7969774, + "speaker": 0, + "speaker_confidence": 0.5834961, + "punctuated_word": "you" + }, + { + "word": "have", + "start": 1102.26, + "end": 1102.42, + "confidence": 0.90305823, + "speaker": 0, + "speaker_confidence": 0.5834961, + "punctuated_word": "have" + }, + { + "word": "hundreds", + "start": 1102.42, + "end": 1102.76, + "confidence": 0.86882544, + "speaker": 0, + "speaker_confidence": 0.5834961, + "punctuated_word": "hundreds" + }, + { + "word": "of", + "start": 1102.76, + "end": 1102.94, + "confidence": 0.985504, + "speaker": 0, + "speaker_confidence": 0.5834961, + "punctuated_word": "of" + }, + { + "word": "utxos", + "start": 1102.94, + "end": 1103.44, + "confidence": 0.88629484, + "speaker": 0, + "speaker_confidence": 0.5834961, + "punctuated_word": "UTXOs," + }, + { + "word": "you", + "start": 1103.52, + "end": 1104.02, + "confidence": 0.9992478, + "speaker": 0, + "speaker_confidence": 0.5834961, + "punctuated_word": "you" + }, + { + "word": "can't", + "start": 1104.28, + "end": 1104.56, + "confidence": 0.28936356, + "speaker": 0, + "speaker_confidence": 0.5834961, + "punctuated_word": "can't" + }, + { + "word": "do", + "start": 1104.56, + "end": 1104.72, + "confidence": 0.9066205, + "speaker": 0, + "speaker_confidence": 0.5834961, + "punctuated_word": "do" + }, + { + "word": "all", + "start": 1104.72, + "end": 1104.96, + "confidence": 0.722474, + "speaker": 0, + "speaker_confidence": 0.5834961, + "punctuated_word": "all" + }, + { + "word": "of", + "start": 1104.96, + "end": 1105.08, + "confidence": 0.45620608, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "of" + }, + { + "word": "them", + "start": 1105.08, + "end": 1105.24, + "confidence": 0.8404196, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "them," + }, + { + "word": "right", + "start": 1105.24, + "end": 1105.4, + "confidence": 0.8960366, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "right?" + }, + { + "word": "you", + "start": 1105.4, + "end": 1105.52, + "confidence": 0.86030716, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "You" + }, + { + "word": "should", + "start": 1105.52, + "end": 1105.68, + "confidence": 0.8998431, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "should" + }, + { + "word": "limit", + "start": 1105.68, + "end": 1106.0, + "confidence": 0.90327096, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "limit" + }, + { + "word": "it", + "start": 1106.0, + "end": 1106.18, + "confidence": 0.6611073, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "it" + }, + { + "word": "to", + "start": 1106.18, + "end": 1106.32, + "confidence": 0.8894629, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "to" + }, + { + "word": "10", + "start": 1106.32, + "end": 1106.58, + "confidence": 0.7393401, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "10" + }, + { + "word": "or", + "start": 1106.58, + "end": 1106.76, + "confidence": 0.30421886, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "or" + }, + { + "word": "something", + "start": 1106.76, + "end": 1107.08, + "confidence": 0.79367274, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "something." + }, + { + "word": "then", + "start": 1107.08, + "end": 1107.24, + "confidence": 0.95451486, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "Then" + }, + { + "word": "you've", + "start": 1107.24, + "end": 1107.44, + "confidence": 0.8766887, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "you've" + }, + { + "word": "got", + "start": 1107.44, + "end": 1107.72, + "confidence": 0.9990645, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "got" + }, + { + "word": "like", + "start": 1107.72, + "end": 1107.88, + "confidence": 0.41022885, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "like" + }, + { + "word": "a", + "start": 1107.88, + "end": 1108.06, + "confidence": 0.75063324, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "a" + }, + { + "word": "thousand", + "start": 1108.06, + "end": 1108.32, + "confidence": 0.7885256, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "thousand" + }, + { + "word": "x", + "start": 1108.32, + "end": 1108.64, + "confidence": 0.83032805, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "X" + }, + { + "word": "slowdown", + "start": 1108.64, + "end": 1109.06, + "confidence": 0.90234995, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "slowdown" + }, + { + "word": "for", + "start": 1109.06, + "end": 1109.24, + "confidence": 0.7646071, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "for" + }, + { + "word": "wallet", + "start": 1109.24, + "end": 1109.54, + "confidence": 0.65458703, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "wallet" + }, + { + "word": "recovery", + "start": 1109.54, + "end": 1109.94, + "confidence": 0.90877396, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "recovery," + }, + { + "word": "which", + "start": 1109.94, + "end": 1110.06, + "confidence": 0.91298664, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "which" + }, + { + "word": "is", + "start": 1110.06, + "end": 1110.3, + "confidence": 0.8963276, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "is" + }, + { + "word": "probably", + "start": 1110.3, + "end": 1110.6, + "confidence": 0.86450845, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "probably" + }, + { + "word": "fine", + "start": 1110.6, + "end": 1111.1, + "confidence": 0.45874864, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "fine." + }, + { + "word": "but", + "start": 1112.02, + "end": 1112.2, + "confidence": 0.6995528, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "But" + }, + { + "word": "yeah", + "start": 1112.2, + "end": 1112.7, + "confidence": 0.92960894, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "yeah," + }, + { + "word": "i", + "start": 1112.72, + "end": 1112.88, + "confidence": 0.9995914, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 1112.88, + "end": 1113.08, + "confidence": 0.7904379, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "don't" + }, + { + "word": "know", + "start": 1113.08, + "end": 1113.4, + "confidence": 0.5795025, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "know," + }, + { + "word": "do", + "start": 1113.4, + "end": 1113.66, + "confidence": 0.83795303, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "do" + }, + { + "word": "exchanges", + "start": 1113.66, + "end": 1114.16, + "confidence": 0.7757463, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "exchanges" + }, + { + "word": "and", + "start": 1114.24, + "end": 1114.44, + "confidence": 0.77714074, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "and" + }, + { + "word": "people", + "start": 1114.44, + "end": 1114.7, + "confidence": 0.5225794, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "people" + }, + { + "word": "with", + "start": 1114.7, + "end": 1114.84, + "confidence": 0.29753813, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "with" + }, + { + "word": "thousands", + "start": 1114.84, + "end": 1115.28, + "confidence": 0.99747014, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "thousands" + }, + { + "word": "of", + "start": 1115.28, + "end": 1115.42, + "confidence": 0.9484479, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "of" + }, + { + "word": "utxos", + "start": 1115.42, + "end": 1115.92, + "confidence": 0.91120404, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "UTXOs" + }, + { + "word": "really", + "start": 1116.02, + "end": 1116.26, + "confidence": 0.8227926, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "really" + }, + { + "word": "care", + "start": 1116.26, + "end": 1116.5, + "confidence": 0.7746293, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "care" + }, + { + "word": "about", + "start": 1116.5, + "end": 1117.0, + "confidence": 0.79506856, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "about" + }, + { + "word": "wallet", + "start": 1117.42, + "end": 1117.74, + "confidence": 0.8146499, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "wallet" + }, + { + "word": "recovery", + "start": 1117.74, + "end": 1118.18, + "confidence": 0.9793714, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "recovery" + }, + { + "word": "from", + "start": 1118.18, + "end": 1118.36, + "confidence": 0.88342977, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "from" + }, + { + "word": "a", + "start": 1118.36, + "end": 1118.52, + "confidence": 0.5318979, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "a" + }, + { + "word": "seed", + "start": 1118.52, + "end": 1118.72, + "confidence": 0.91190106, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "seed" + }, + { + "word": "phrase", + "start": 1118.72, + "end": 1118.94, + "confidence": 0.8787136, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "phrase?" + }, + { + "word": "maybe", + "start": 1118.94, + "end": 1119.14, + "confidence": 0.96328497, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "Maybe," + }, + { + "word": "i", + "start": 1119.14, + "end": 1119.28, + "confidence": 0.9982651, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 1119.28, + "end": 1119.4, + "confidence": 0.8090199, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "don't" + }, + { + "word": "know", + "start": 1119.4, + "end": 1119.52, + "confidence": 0.74754375, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "know." + }, + { + "word": "but", + "start": 1119.52, + "end": 1119.72, + "confidence": 0.839699, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "But" + }, + { + "word": "yeah", + "start": 1119.72, + "end": 1119.9, + "confidence": 0.8264163, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "yeah," + }, + { + "word": "so", + "start": 1119.9, + "end": 1120.12, + "confidence": 0.9996147, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "so" + }, + { + "word": "it's", + "start": 1120.12, + "end": 1120.38, + "confidence": 0.8689667, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "it's" + }, + { + "word": "doable", + "start": 1120.38, + "end": 1120.84, + "confidence": 0.8990887, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "doable," + }, + { + "word": "but", + "start": 1120.84, + "end": 1121.2, + "confidence": 0.84943414, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "but" + }, + { + "word": "you", + "start": 1121.2, + "end": 1121.38, + "confidence": 0.8136025, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "you" + }, + { + "word": "would", + "start": 1121.38, + "end": 1121.58, + "confidence": 0.99585503, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "would" + }, + { + "word": "need", + "start": 1121.58, + "end": 1122.08, + "confidence": 0.8873111, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "need" + }, + { + "word": "a", + "start": 1122.26, + "end": 1122.44, + "confidence": 0.90209734, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "a" + }, + { + "word": "bit", + "start": 1122.44, + "end": 1122.94, + "confidence": 0.7723105, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "bit" + }, + { + "word": "of", + "start": 1122.98, + "end": 1123.48, + "confidence": 0.6742243, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "of" + }, + { + "word": "thought", + "start": 1123.9, + "end": 1124.18, + "confidence": 0.80055773, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "thought" + }, + { + "word": "into", + "start": 1124.18, + "end": 1124.38, + "confidence": 0.3277397, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "into" + }, + { + "word": "how", + "start": 1124.38, + "end": 1124.6, + "confidence": 0.99879885, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "how" + }, + { + "word": "you", + "start": 1124.6, + "end": 1124.76, + "confidence": 0.8100684, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "you" + }, + { + "word": "design", + "start": 1124.76, + "end": 1125.16, + "confidence": 0.8373003, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "design" + }, + { + "word": "the", + "start": 1125.16, + "end": 1125.3, + "confidence": 0.9794095, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "the" + }, + { + "word": "wallets", + "start": 1125.3, + "end": 1125.52, + "confidence": 0.8090559, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "wallets" + }, + { + "word": "for", + "start": 1125.52, + "end": 1125.72, + "confidence": 0.9315618, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "for" + }, + { + "word": "this", + "start": 1125.72, + "end": 1126.22, + "confidence": 0.12206229, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "this." + }, + { + "word": "yeah", + "start": 1127.48, + "end": 1127.72, + "confidence": 0.89664, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "Yeah," + }, + { + "word": "so", + "start": 1127.72, + "end": 1127.86, + "confidence": 0.81329125, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "so" + }, + { + "word": "the", + "start": 1127.86, + "end": 1127.96, + "confidence": 0.9075964, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "the" + }, + { + "word": "thing", + "start": 1127.96, + "end": 1128.28, + "confidence": 0.4755483, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "thing" + }, + { + "word": "is", + "start": 1128.28, + "end": 1128.72, + "confidence": 0.8684754, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "is," + }, + { + "word": "this", + "start": 1128.72, + "end": 1128.94, + "confidence": 0.80681723, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "this" + }, + { + "word": "would", + "start": 1128.94, + "end": 1129.12, + "confidence": 0.876046, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "would" + }, + { + "word": "work", + "start": 1129.12, + "end": 1129.54, + "confidence": 0.77491915, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "work" + }, + { + "word": "fine", + "start": 1129.54, + "end": 1129.92, + "confidence": 0.6548482, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "fine" + }, + { + "word": "today", + "start": 1129.92, + "end": 1130.42, + "confidence": 0.515564, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "today." + }, + { + "word": "you", + "start": 1130.58, + "end": 1130.74, + "confidence": 0.87769026, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "You" + }, + { + "word": "could", + "start": 1130.74, + "end": 1131.14, + "confidence": 0.8841439, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "could" + }, + { + "word": "make", + "start": 1131.14, + "end": 1131.38, + "confidence": 0.8759518, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "make" + }, + { + "word": "this", + "start": 1131.38, + "end": 1131.54, + "confidence": 0.6740951, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "this" + }, + { + "word": "opcode", + "start": 1131.54, + "end": 1132.04, + "confidence": 0.83345693, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "opcode" + }, + { + "word": "and", + "start": 1132.08, + "end": 1132.28, + "confidence": 0.91177547, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "and" + }, + { + "word": "put", + "start": 1132.28, + "end": 1132.54, + "confidence": 0.72823566, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "put" + }, + { + "word": "it", + "start": 1132.54, + "end": 1132.72, + "confidence": 0.5369358, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "it" + }, + { + "word": "into", + "start": 1132.72, + "end": 1133.22, + "confidence": 0.87310404, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "into" + }, + { + "word": "taproot", + "start": 1133.8, + "end": 1134.3, + "confidence": 0.98341745, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "taproot." + }, + { + "word": "it's", + "start": 1135.3, + "end": 1135.52, + "confidence": 0.9098569, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "It's" + }, + { + "word": "probably", + "start": 1135.52, + "end": 1135.76, + "confidence": 0.4434508, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "probably" + }, + { + "word": "pointless", + "start": 1135.76, + "end": 1136.26, + "confidence": 0.8243615, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "pointless," + }, + { + "word": "because", + "start": 1136.42, + "end": 1136.82, + "confidence": 0.48003384, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "because" + }, + { + "word": "signatures", + "start": 1136.82, + "end": 1137.32, + "confidence": 0.9999422, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "signatures" + }, + { + "word": "are", + "start": 1137.34, + "end": 1137.44, + "confidence": 0.83865684, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "are" + }, + { + "word": "so", + "start": 1137.44, + "end": 1137.62, + "confidence": 0.8810075, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "so" + }, + { + "word": "small", + "start": 1137.62, + "end": 1137.9, + "confidence": 0.89731795, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "small" + }, + { + "word": "right", + "start": 1137.9, + "end": 1138.1, + "confidence": 0.9634061, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "right" + }, + { + "word": "now", + "start": 1138.1, + "end": 1138.28, + "confidence": 0.31430218, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "now." + }, + { + "word": "they're", + "start": 1138.28, + "end": 1138.52, + "confidence": 0.87705797, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "They're" + }, + { + "word": "64", + "start": 1138.52, + "end": 1138.94, + "confidence": 0.76473385, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "64" + }, + { + "word": "bytes", + "start": 1138.94, + "end": 1139.44, + "confidence": 0.3535772, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "bytes." + }, + { + "word": "and", + "start": 1139.44, + "end": 1139.94, + "confidence": 0.8956404, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "And" + }, + { + "word": "the", + "start": 1140.16, + "end": 1140.46, + "confidence": 0.74461865, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "the" + }, + { + "word": "minimum", + "start": 1140.46, + "end": 1140.96, + "confidence": 0.89771336, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "minimum" + }, + { + "word": "space", + "start": 1141.34, + "end": 1141.78, + "confidence": 0.8047994, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "space" + }, + { + "word": "to", + "start": 1141.78, + "end": 1141.92, + "confidence": 0.8712481, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "to" + }, + { + "word": "use", + "start": 1141.92, + "end": 1142.18, + "confidence": 0.7897883, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "use" + }, + { + "word": "this", + "start": 1142.18, + "end": 1142.38, + "confidence": 0.868268, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "this" + }, + { + "word": "would", + "start": 1142.38, + "end": 1142.56, + "confidence": 0.7874161, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "would" + }, + { + "word": "be", + "start": 1142.56, + "end": 1142.78, + "confidence": 0.8908656, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "be" + }, + { + "word": "a", + "start": 1142.78, + "end": 1142.9, + "confidence": 0.8831853, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "a" + }, + { + "word": "bit", + "start": 1142.9, + "end": 1143.12, + "confidence": 0.32219267, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "bit" + }, + { + "word": "more", + "start": 1143.12, + "end": 1143.48, + "confidence": 0.10883864, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "more." + }, + { + "word": "it", + "start": 1143.48, + "end": 1143.54, + "confidence": 0.8959448, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "It" + }, + { + "word": "would", + "start": 1143.54, + "end": 1143.68, + "confidence": 0.8651528, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "would" + }, + { + "word": "be", + "start": 1143.68, + "end": 1143.78, + "confidence": 0.84943867, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "be" + }, + { + "word": "more", + "start": 1143.78, + "end": 1144.0, + "confidence": 0.89689577, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "more" + }, + { + "word": "like", + "start": 1144.0, + "end": 1144.16, + "confidence": 0.7020423, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "like" + }, + { + "word": "70-ish", + "start": 1144.16, + "end": 1144.66, + "confidence": 0.8827962, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "70-ish." + }, + { + "word": "so", + "start": 1145.26, + "end": 1145.65, + "confidence": 0.8556893, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "So" + }, + { + "word": "it", + "start": 1145.65, + "end": 1146.04, + "confidence": 0.9999871, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "it" + }, + { + "word": "doesn't", + "start": 1146.04, + "end": 1146.26, + "confidence": 0.83567363, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "doesn't" + }, + { + "word": "get", + "start": 1146.26, + "end": 1146.5, + "confidence": 0.8407402, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "get" + }, + { + "word": "you", + "start": 1146.5, + "end": 1146.68, + "confidence": 0.99814534, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "you" + }, + { + "word": "anything", + "start": 1146.68, + "end": 1147.18, + "confidence": 0.51555055, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "anything." + }, + { + "word": "i", + "start": 1147.3, + "end": 1147.44, + "confidence": 0.9023983, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "I" + }, + { + "word": "guess", + "start": 1147.44, + "end": 1147.76, + "confidence": 0.9999201, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "guess" + }, + { + "word": "it's", + "start": 1147.76, + "end": 1148.0, + "confidence": 0.99984384, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "it's" + }, + { + "word": "a", + "start": 1148.0, + "end": 1148.16, + "confidence": 0.73148197, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "a" + }, + { + "word": "little", + "start": 1148.16, + "end": 1148.52, + "confidence": 0.9070119, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "little" + }, + { + "word": "faster", + "start": 1148.52, + "end": 1149.02, + "confidence": 0.8312857, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "faster" + }, + { + "word": "to", + "start": 1149.02, + "end": 1149.24, + "confidence": 0.48787463, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "to" + }, + { + "word": "verify", + "start": 1149.24, + "end": 1149.74, + "confidence": 0.5715449, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "verify," + }, + { + "word": "because", + "start": 1149.94, + "end": 1150.44, + "confidence": 0.4694216, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "because" + }, + { + "word": "the", + "start": 1151.8, + "end": 1151.98, + "confidence": 0.7518556, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "the" + }, + { + "word": "verification", + "start": 1151.98, + "end": 1152.44, + "confidence": 0.8648744, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "verification" + }, + { + "word": "nodes", + "start": 1152.44, + "end": 1152.72, + "confidence": 0.6360519, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "nodes" + }, + { + "word": "just", + "start": 1152.72, + "end": 1152.94, + "confidence": 0.8991835, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "just" + }, + { + "word": "look", + "start": 1152.94, + "end": 1153.26, + "confidence": 0.842713, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "look" + }, + { + "word": "for", + "start": 1153.26, + "end": 1153.42, + "confidence": 0.8481159, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "for" + }, + { + "word": "another", + "start": 1153.42, + "end": 1153.68, + "confidence": 0.52915347, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "another" + }, + { + "word": "input", + "start": 1153.68, + "end": 1153.94, + "confidence": 0.9999685, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "input" + }, + { + "word": "and", + "start": 1153.94, + "end": 1154.08, + "confidence": 0.99998724, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "and" + }, + { + "word": "don't", + "start": 1154.08, + "end": 1154.34, + "confidence": 0.8800989, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "don't" + }, + { + "word": "have", + "start": 1154.34, + "end": 1154.44, + "confidence": 0.9151698, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "have" + }, + { + "word": "to", + "start": 1154.44, + "end": 1154.62, + "confidence": 0.8663611, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "to" + }, + { + "word": "do", + "start": 1154.62, + "end": 1154.8, + "confidence": 0.5023418, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "do" + }, + { + "word": "an", + "start": 1154.8, + "end": 1154.98, + "confidence": 0.84951663, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "an" + }, + { + "word": "easy", + "start": 1154.98, + "end": 1155.48, + "confidence": 0.98081183, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "easy" + }, + { + "word": "operation", + "start": 1156.0, + "end": 1156.5, + "confidence": 0.15669599, + "speaker": 0, + "speaker_confidence": 0.90722656, + "punctuated_word": "operation." + }, + { + "word": "it", + "start": 1157.1, + "end": 1157.3, + "confidence": 0.9998368, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "It" + }, + { + "word": "doesn't", + "start": 1157.3, + "end": 1157.6, + "confidence": 0.85450846, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "doesn't" + }, + { + "word": "save", + "start": 1157.6, + "end": 1157.76, + "confidence": 0.8149625, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "save" + }, + { + "word": "any", + "start": 1157.76, + "end": 1157.92, + "confidence": 0.72801536, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "any" + }, + { + "word": "space", + "start": 1157.92, + "end": 1158.42, + "confidence": 0.6018602, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "space." + }, + { + "word": "but", + "start": 1158.78, + "end": 1159.02, + "confidence": 0.8955306, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "But" + }, + { + "word": "it", + "start": 1159.02, + "end": 1159.18, + "confidence": 0.7906581, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "it" + }, + { + "word": "is", + "start": 1159.18, + "end": 1159.6, + "confidence": 0.72309804, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "is" + }, + { + "word": "much", + "start": 1159.6, + "end": 1159.92, + "confidence": 0.85915434, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "much" + }, + { + "word": "smaller", + "start": 1159.92, + "end": 1160.42, + "confidence": 0.80586356, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "smaller" + }, + { + "word": "than", + "start": 1160.46, + "end": 1160.86, + "confidence": 0.7251493, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "than" + }, + { + "word": "any", + "start": 1160.86, + "end": 1161.26, + "confidence": 0.43664408, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "any" + }, + { + "word": "known", + "start": 1161.26, + "end": 1161.76, + "confidence": 0.5412615, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "known" + }, + { + "word": "post-quantum", + "start": 1161.78, + "end": 1162.28, + "confidence": 0.9222084, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "post-quantum" + }, + { + "word": "signatures", + "start": 1162.5, + "end": 1163.0, + "confidence": 0.41268003, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "signatures." + }, + { + "word": "there's", + "start": 1163.44, + "end": 1163.84, + "confidence": 0.8184217, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "There's" + }, + { + "word": "some", + "start": 1163.84, + "end": 1164.06, + "confidence": 0.8936475, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "some" + }, + { + "word": "that", + "start": 1164.06, + "end": 1164.24, + "confidence": 0.8930344, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "that" + }, + { + "word": "are", + "start": 1164.24, + "end": 1164.72, + "confidence": 0.8016861, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "are" + }, + { + "word": "in", + "start": 1164.72, + "end": 1164.84, + "confidence": 0.8049588, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 1164.84, + "end": 1164.96, + "confidence": 0.9004308, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "the" + }, + { + "word": "hundreds", + "start": 1164.96, + "end": 1165.38, + "confidence": 0.794678, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "hundreds" + }, + { + "word": "of", + "start": 1165.38, + "end": 1165.52, + "confidence": 0.6024363, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "of" + }, + { + "word": "bytes", + "start": 1165.52, + "end": 1166.02, + "confidence": 0.86119497, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "bytes," + }, + { + "word": "but", + "start": 1166.18, + "end": 1166.68, + "confidence": 0.79177207, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "but" + }, + { + "word": "the", + "start": 1167.54, + "end": 1167.66, + "confidence": 0.83384925, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "the" + }, + { + "word": "ones", + "start": 1167.66, + "end": 1167.94, + "confidence": 0.9652414, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "ones" + }, + { + "word": "that", + "start": 1167.94, + "end": 1168.12, + "confidence": 0.80005777, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "that" + }, + { + "word": "i", + "start": 1168.12, + "end": 1168.2, + "confidence": 0.829036, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 1168.2, + "end": 1168.44, + "confidence": 0.38498423, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "think" + }, + { + "word": "people", + "start": 1168.44, + "end": 1168.78, + "confidence": 0.99969685, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "people" + }, + { + "word": "are", + "start": 1168.78, + "end": 1168.94, + "confidence": 0.81558603, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "are" + }, + { + "word": "talking", + "start": 1168.94, + "end": 1169.12, + "confidence": 0.7728884, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "talking" + }, + { + "word": "about", + "start": 1169.12, + "end": 1169.28, + "confidence": 0.7962983, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "about" + }, + { + "word": "and", + "start": 1169.28, + "end": 1169.38, + "confidence": 0.9056323, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "and" + }, + { + "word": "looking", + "start": 1169.38, + "end": 1169.7, + "confidence": 0.85154283, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "looking" + }, + { + "word": "at", + "start": 1169.7, + "end": 1169.88, + "confidence": 0.8137425, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "at" + }, + { + "word": "as", + "start": 1169.88, + "end": 1170.04, + "confidence": 0.82309186, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "as" + }, + { + "word": "the", + "start": 1170.04, + "end": 1170.16, + "confidence": 0.7743688, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "the" + }, + { + "word": "most", + "start": 1170.16, + "end": 1170.6, + "confidence": 0.82294416, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "most" + }, + { + "word": "likely", + "start": 1170.6, + "end": 1171.08, + "confidence": 0.87815315, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "likely" + }, + { + "word": "thing", + "start": 1171.08, + "end": 1171.28, + "confidence": 0.90095645, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "thing" + }, + { + "word": "that", + "start": 1171.28, + "end": 1171.44, + "confidence": 0.8486163, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "that" + }, + { + "word": "we", + "start": 1171.44, + "end": 1171.64, + "confidence": 0.79789054, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "we" + }, + { + "word": "would", + "start": 1171.64, + "end": 1171.88, + "confidence": 0.85300386, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "would" + }, + { + "word": "have", + "start": 1171.88, + "end": 1172.04, + "confidence": 0.80974144, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "have" + }, + { + "word": "to", + "start": 1172.04, + "end": 1172.16, + "confidence": 0.766147, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "to" + }, + { + "word": "use", + "start": 1172.16, + "end": 1172.36, + "confidence": 0.7460022, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "use" + }, + { + "word": "in", + "start": 1172.36, + "end": 1172.48, + "confidence": 0.23210983, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "in" + }, + { + "word": "bitcoin", + "start": 1172.48, + "end": 1172.88, + "confidence": 0.99579334, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "Bitcoin" + }, + { + "word": "would", + "start": 1172.88, + "end": 1173.04, + "confidence": 0.48922956, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "would" + }, + { + "word": "be", + "start": 1173.04, + "end": 1173.16, + "confidence": 0.4862827, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "be" + }, + { + "word": "like", + "start": 1173.16, + "end": 1173.28, + "confidence": 0.2795951, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "like" + }, + { + "word": "hash-based", + "start": 1173.28, + "end": 1173.72, + "confidence": 0.7929314, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "hash-based," + }, + { + "word": "because", + "start": 1173.72, + "end": 1173.84, + "confidence": 0.94776505, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "because" + }, + { + "word": "we're", + "start": 1173.84, + "end": 1174.12, + "confidence": 0.81542176, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "we're" + }, + { + "word": "already", + "start": 1174.12, + "end": 1174.62, + "confidence": 0.99984884, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "already" + }, + { + "word": "depending", + "start": 1174.78, + "end": 1175.08, + "confidence": 0.27702132, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "depending" + }, + { + "word": "on", + "start": 1175.08, + "end": 1175.32, + "confidence": 0.79602545, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "on" + }, + { + "word": "hash", + "start": 1175.32, + "end": 1175.8, + "confidence": 0.6139771, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "hash," + }, + { + "word": "like", + "start": 1175.8, + "end": 1176.3, + "confidence": 0.8851318, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "like" + }, + { + "word": "the", + "start": 1176.6, + "end": 1176.82, + "confidence": 0.5885666, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "the" + }, + { + "word": "security", + "start": 1176.82, + "end": 1177.08, + "confidence": 0.5645387, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "security" + }, + { + "word": "of", + "start": 1177.08, + "end": 1177.24, + "confidence": 0.99139154, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "of" + }, + { + "word": "hashes", + "start": 1177.24, + "end": 1177.58, + "confidence": 0.7150359, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "hashes" + }, + { + "word": "for", + "start": 1177.58, + "end": 1177.8, + "confidence": 0.9962119, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "for" + }, + { + "word": "bitcoin", + "start": 1177.8, + "end": 1178.3, + "confidence": 0.36618307, + "speaker": 0, + "speaker_confidence": 0.828125, + "punctuated_word": "Bitcoin." + }, + { + "word": "so", + "start": 1178.94, + "end": 1179.1, + "confidence": 0.9328833, + "speaker": 0, + "speaker_confidence": 0.3935547, + "punctuated_word": "So" + }, + { + "word": "yeah", + "start": 1179.1, + "end": 1179.44, + "confidence": 0.8643381, + "speaker": 0, + "speaker_confidence": 0.3935547, + "punctuated_word": "yeah," + }, + { + "word": "going", + "start": 1179.44, + "end": 1179.84, + "confidence": 0.4768451, + "speaker": 0, + "speaker_confidence": 0.3935547, + "punctuated_word": "going" + }, + { + "word": "from", + "start": 1179.84, + "end": 1180.34, + "confidence": 0.89629906, + "speaker": 0, + "speaker_confidence": 0.3935547, + "punctuated_word": "from" + }, + { + "word": "three", + "start": 1180.68, + "end": 1180.76, + "confidence": 0.8895617, + "speaker": 0, + "speaker_confidence": 0.3935547, + "punctuated_word": "three" + }, + { + "word": "or", + "start": 1180.76, + "end": 1180.92, + "confidence": 0.8533552, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "or" + }, + { + "word": "four", + "start": 1180.92, + "end": 1181.12, + "confidence": 0.9835796, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "four" + }, + { + "word": "kilobytes", + "start": 1181.12, + "end": 1181.58, + "confidence": 0.9601312, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "kilobytes" + }, + { + "word": "of", + "start": 1181.58, + "end": 1181.72, + "confidence": 0.46920854, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "of" + }, + { + "word": "this", + "start": 1181.72, + "end": 1182.22, + "confidence": 0.99986434, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "this" + }, + { + "word": "is", + "start": 1182.44, + "end": 1182.8, + "confidence": 0.99627775, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "is" + }, + { + "word": "great", + "start": 1182.8, + "end": 1183.3, + "confidence": 0.23951471, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "great." + }, + { + "word": "one", + "start": 1183.9, + "end": 1184.06, + "confidence": 0.6542729, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "One" + }, + { + "word": "of", + "start": 1184.06, + "end": 1184.16, + "confidence": 0.742222, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 1184.16, + "end": 1184.24, + "confidence": 0.8336896, + "speaker": 0, + "speaker_confidence": 0.6176758, + "punctuated_word": "the" + }, + { + "word": "things", + "start": 1184.24, + "end": 1184.72, + "confidence": 0.34113333, + "speaker": 0, + "speaker_confidence": 0.6176758, + "punctuated_word": "things" + }, + { + "word": "you", + "start": 1184.72, + "end": 1184.94, + "confidence": 0.9001317, + "speaker": 0, + "speaker_confidence": 0.6176758, + "punctuated_word": "you" + }, + { + "word": "sort", + "start": 1184.94, + "end": 1185.04, + "confidence": 0.90899307, + "speaker": 0, + "speaker_confidence": 0.6176758, + "punctuated_word": "sort" + }, + { + "word": "of", + "start": 1185.04, + "end": 1185.2, + "confidence": 0.7725782, + "speaker": 0, + "speaker_confidence": 0.6176758, + "punctuated_word": "of" + }, + { + "word": "worry", + "start": 1185.2, + "end": 1185.48, + "confidence": 0.53119665, + "speaker": 0, + "speaker_confidence": 0.6176758, + "punctuated_word": "worry" + }, + { + "word": "about", + "start": 1185.48, + "end": 1185.7, + "confidence": 0.5034565, + "speaker": 0, + "speaker_confidence": 0.6176758, + "punctuated_word": "about" + }, + { + "word": "is", + "start": 1185.7, + "end": 1185.92, + "confidence": 0.24331082, + "speaker": 0, + "speaker_confidence": 0.6176758, + "punctuated_word": "is," + }, + { + "word": "well", + "start": 1185.92, + "end": 1186.1, + "confidence": 0.88698256, + "speaker": 0, + "speaker_confidence": 0.6176758, + "punctuated_word": "well," + }, + { + "word": "what", + "start": 1186.1, + "end": 1186.3, + "confidence": 0.7092255, + "speaker": 0, + "speaker_confidence": 0.6176758, + "punctuated_word": "what" + }, + { + "word": "about", + "start": 1186.3, + "end": 1186.52, + "confidence": 0.99486476, + "speaker": 0, + "speaker_confidence": 0.6176758, + "punctuated_word": "about" + }, + { + "word": "replays", + "start": 1186.52, + "end": 1187.02, + "confidence": 0.6744934, + "speaker": 0, + "speaker_confidence": 0.6176758, + "punctuated_word": "replays?" + }, + { + "word": "you're", + "start": 1187.2, + "end": 1187.56, + "confidence": 0.88515866, + "speaker": 0, + "speaker_confidence": 0.6176758, + "punctuated_word": "You're" + }, + { + "word": "not", + "start": 1187.56, + "end": 1188.06, + "confidence": 0.8932287, + "speaker": 0, + "speaker_confidence": 0.6176758, + "punctuated_word": "not" + }, + { + "word": "signing", + "start": 1188.44, + "end": 1188.94, + "confidence": 0.31207904, + "speaker": 0, + "speaker_confidence": 0.6176758, + "punctuated_word": "signing." + }, + { + "word": "once", + "start": 1190.08, + "end": 1190.32, + "confidence": 0.8437047, + "speaker": 0, + "speaker_confidence": 0.6176758, + "punctuated_word": "Once" + }, + { + "word": "you", + "start": 1190.32, + "end": 1190.44, + "confidence": 0.87940985, + "speaker": 0, + "speaker_confidence": 0.6176758, + "punctuated_word": "you" + }, + { + "word": "reveal", + "start": 1190.44, + "end": 1190.86, + "confidence": 0.8127673, + "speaker": 0, + "speaker_confidence": 0.6176758, + "punctuated_word": "reveal" + }, + { + "word": "this", + "start": 1190.86, + "end": 1191.04, + "confidence": 0.91235334, + "speaker": 0, + "speaker_confidence": 0.6176758, + "punctuated_word": "this" + }, + { + "word": "kind", + "start": 1191.04, + "end": 1191.26, + "confidence": 0.85678196, + "speaker": 0, + "speaker_confidence": 0.6176758, + "punctuated_word": "kind" + }, + { + "word": "of", + "start": 1191.26, + "end": 1191.4, + "confidence": 0.96787375, + "speaker": 0, + "speaker_confidence": 0.6176758, + "punctuated_word": "of" + }, + { + "word": "commitment", + "start": 1191.4, + "end": 1191.9, + "confidence": 0.35458934, + "speaker": 0, + "speaker_confidence": 0.6176758, + "punctuated_word": "commitment," + }, + { + "word": "could", + "start": 1193.4, + "end": 1193.56, + "confidence": 0.90386254, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "could" + }, + { + "word": "it", + "start": 1193.56, + "end": 1193.72, + "confidence": 0.7747734, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "it" + }, + { + "word": "be", + "start": 1193.72, + "end": 1193.86, + "confidence": 0.9998547, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "be" + }, + { + "word": "replayed", + "start": 1193.86, + "end": 1194.36, + "confidence": 0.9497641, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "replayed?" + }, + { + "word": "and", + "start": 1194.62, + "end": 1195.02, + "confidence": 0.999879, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "And" + }, + { + "word": "it's", + "start": 1195.02, + "end": 1195.26, + "confidence": 0.8983947, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "it's" + }, + { + "word": "not", + "start": 1195.26, + "end": 1195.44, + "confidence": 0.83063453, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "not" + }, + { + "word": "using", + "start": 1195.44, + "end": 1195.76, + "confidence": 0.8991249, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "using" + }, + { + "word": "keys", + "start": 1195.76, + "end": 1196.04, + "confidence": 0.6757108, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "keys" + }, + { + "word": "or", + "start": 1196.04, + "end": 1196.18, + "confidence": 0.52192616, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "or" + }, + { + "word": "addresses", + "start": 1196.18, + "end": 1196.68, + "confidence": 0.21427333, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "addresses." + }, + { + "word": "so", + "start": 1196.76, + "end": 1196.92, + "confidence": 0.90416306, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "So" + }, + { + "word": "one", + "start": 1196.92, + "end": 1197.04, + "confidence": 0.8096892, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "one" + }, + { + "word": "of", + "start": 1197.04, + "end": 1197.16, + "confidence": 0.7263793, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 1197.16, + "end": 1197.24, + "confidence": 0.89983267, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "the" + }, + { + "word": "things", + "start": 1197.24, + "end": 1197.66, + "confidence": 0.88271123, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "things," + }, + { + "word": "an", + "start": 1197.66, + "end": 1197.8, + "confidence": 0.63582057, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "an" + }, + { + "word": "alternative", + "start": 1197.8, + "end": 1198.28, + "confidence": 0.74549764, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "alternative" + }, + { + "word": "you", + "start": 1198.28, + "end": 1198.44, + "confidence": 0.8093504, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "you" + }, + { + "word": "could", + "start": 1198.44, + "end": 1198.7, + "confidence": 0.82797277, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "could" + }, + { + "word": "think", + "start": 1198.7, + "end": 1198.94, + "confidence": 0.52080125, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "think" + }, + { + "word": "of", + "start": 1198.94, + "end": 1199.06, + "confidence": 0.9999517, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "of" + }, + { + "word": "is", + "start": 1199.06, + "end": 1199.16, + "confidence": 0.9631468, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "is" + }, + { + "word": "like", + "start": 1199.16, + "end": 1199.44, + "confidence": 0.45413533, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "like," + }, + { + "word": "what", + "start": 1199.44, + "end": 1199.68, + "confidence": 0.8011638, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "what" + }, + { + "word": "if", + "start": 1199.68, + "end": 1199.86, + "confidence": 0.85438323, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "if" + }, + { + "word": "your", + "start": 1199.86, + "end": 1200.02, + "confidence": 0.70830834, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "your" + }, + { + "word": "address", + "start": 1200.02, + "end": 1200.52, + "confidence": 0.8972793, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "address" + }, + { + "word": "commits", + "start": 1201.1, + "end": 1201.6, + "confidence": 0.82082343, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "commits" + }, + { + "word": "to", + "start": 1201.64, + "end": 1201.84, + "confidence": 0.86319363, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "to" + }, + { + "word": "another", + "start": 1201.84, + "end": 1202.22, + "confidence": 0.90622914, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "another" + }, + { + "word": "address", + "start": 1202.22, + "end": 1202.72, + "confidence": 0.047185022, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "address?" + }, + { + "word": "in", + "start": 1204.02, + "end": 1204.24, + "confidence": 0.8372612, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "In" + }, + { + "word": "this", + "start": 1204.24, + "end": 1204.48, + "confidence": 0.46881336, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "this" + }, + { + "word": "pub", + "start": 1204.48, + "end": 1204.66, + "confidence": 0.7272667, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "pub" + }, + { + "word": "key", + "start": 1204.66, + "end": 1204.82, + "confidence": 0.8429784, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "key," + }, + { + "word": "you", + "start": 1204.82, + "end": 1204.92, + "confidence": 0.7085977, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "you" + }, + { + "word": "say", + "start": 1204.92, + "end": 1205.06, + "confidence": 0.66005796, + "speaker": 0, + "speaker_confidence": 0.78125, + "punctuated_word": "say," + }, + { + "word": "well", + "start": 1205.06, + "end": 1205.56, + "confidence": 0.8090979, + "speaker": 0, + "speaker_confidence": 0.78125, + "punctuated_word": "well," + }, + { + "word": "if", + "start": 1205.58, + "end": 1205.74, + "confidence": 0.71654487, + "speaker": 0, + "speaker_confidence": 0.78125, + "punctuated_word": "if" + }, + { + "word": "this", + "start": 1205.74, + "end": 1205.98, + "confidence": 0.8632456, + "speaker": 0, + "speaker_confidence": 0.78125, + "punctuated_word": "this" + }, + { + "word": "other", + "start": 1205.98, + "end": 1206.22, + "confidence": 0.9391268, + "speaker": 0, + "speaker_confidence": 0.78125, + "punctuated_word": "other" + }, + { + "word": "pubkey", + "start": 1206.22, + "end": 1206.6, + "confidence": 0.848889, + "speaker": 0, + "speaker_confidence": 0.78125, + "punctuated_word": "pubkey" + }, + { + "word": "is", + "start": 1206.6, + "end": 1206.74, + "confidence": 0.87274706, + "speaker": 0, + "speaker_confidence": 0.78125, + "punctuated_word": "is" + }, + { + "word": "signing", + "start": 1206.74, + "end": 1207.2, + "confidence": 0.7622246, + "speaker": 0, + "speaker_confidence": 0.78125, + "punctuated_word": "signing," + }, + { + "word": "that's", + "start": 1207.2, + "end": 1207.54, + "confidence": 0.5929539, + "speaker": 0, + "speaker_confidence": 0.78125, + "punctuated_word": "that's" + }, + { + "word": "okay", + "start": 1207.54, + "end": 1208.04, + "confidence": 0.68426013, + "speaker": 0, + "speaker_confidence": 0.78125, + "punctuated_word": "okay." + }, + { + "word": "that", + "start": 1208.34, + "end": 1208.54, + "confidence": 0.9127785, + "speaker": 0, + "speaker_confidence": 0.78125, + "punctuated_word": "That" + }, + { + "word": "counts", + "start": 1208.54, + "end": 1208.8, + "confidence": 0.9055822, + "speaker": 0, + "speaker_confidence": 0.78125, + "punctuated_word": "counts" + }, + { + "word": "as", + "start": 1208.8, + "end": 1208.96, + "confidence": 0.9254758, + "speaker": 0, + "speaker_confidence": 0.78125, + "punctuated_word": "as" + }, + { + "word": "my", + "start": 1208.96, + "end": 1209.14, + "confidence": 0.98078156, + "speaker": 0, + "speaker_confidence": 0.78125, + "punctuated_word": "my" + }, + { + "word": "signature", + "start": 1209.14, + "end": 1209.64, + "confidence": 0.6274408, + "speaker": 0, + "speaker_confidence": 0.78125, + "punctuated_word": "signature." + }, + { + "word": "that", + "start": 1210.36, + "end": 1210.52, + "confidence": 0.8211714, + "speaker": 0, + "speaker_confidence": 0.78125, + "punctuated_word": "That" + }, + { + "word": "would", + "start": 1210.52, + "end": 1210.76, + "confidence": 0.57305676, + "speaker": 0, + "speaker_confidence": 0.78125, + "punctuated_word": "would" + }, + { + "word": "also", + "start": 1210.76, + "end": 1210.96, + "confidence": 0.79408026, + "speaker": 0, + "speaker_confidence": 0.78125, + "punctuated_word": "also" + }, + { + "word": "potentially", + "start": 1210.96, + "end": 1211.46, + "confidence": 0.68852055, + "speaker": 0, + "speaker_confidence": 0.78125, + "punctuated_word": "potentially" + }, + { + "word": "work", + "start": 1211.52, + "end": 1211.8501, + "confidence": 0.9857432, + "speaker": 0, + "speaker_confidence": 0.78125, + "punctuated_word": "work," + }, + { + "word": "but", + "start": 1211.8501, + "end": 1212.18, + "confidence": 0.85180026, + "speaker": 0, + "speaker_confidence": 0.78125, + "punctuated_word": "but" + }, + { + "word": "that", + "start": 1212.18, + "end": 1212.34, + "confidence": 0.81565535, + "speaker": 0, + "speaker_confidence": 0.78125, + "punctuated_word": "that" + }, + { + "word": "would", + "start": 1212.34, + "end": 1212.78, + "confidence": 0.72437036, + "speaker": 0, + "speaker_confidence": 0.78125, + "punctuated_word": "would" + }, + { + "word": "open", + "start": 1212.78, + "end": 1213.04, + "confidence": 0.90035844, + "speaker": 0, + "speaker_confidence": 0.78125, + "punctuated_word": "open" + }, + { + "word": "yourself", + "start": 1213.04, + "end": 1213.38, + "confidence": 0.9044267, + "speaker": 0, + "speaker_confidence": 0.78125, + "punctuated_word": "yourself" + }, + { + "word": "up", + "start": 1213.38, + "end": 1213.5, + "confidence": 0.59079903, + "speaker": 0, + "speaker_confidence": 0.78125, + "punctuated_word": "up" + }, + { + "word": "to", + "start": 1213.5, + "end": 1214.0, + "confidence": 0.70448524, + "speaker": 0, + "speaker_confidence": 0.78125, + "punctuated_word": "to" + }, + { + "word": "replay", + "start": 1214.06, + "end": 1214.56, + "confidence": 0.9846149, + "speaker": 0, + "speaker_confidence": 0.78125, + "punctuated_word": "replay" + }, + { + "word": "attacks", + "start": 1214.62, + "end": 1215.12, + "confidence": 0.96582097, + "speaker": 0, + "speaker_confidence": 0.78125, + "punctuated_word": "attacks." + }, + { + "word": "so", + "start": 1215.9, + "end": 1216.4, + "confidence": 0.45475593, + "speaker": 0, + "speaker_confidence": 0.78125, + "punctuated_word": "So" + }, + { + "word": "this", + "start": 1218.9, + "end": 1219.12, + "confidence": 0.9997404, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "this" + }, + { + "word": "doesn't", + "start": 1219.12, + "end": 1219.46, + "confidence": 0.8814249, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "doesn't" + }, + { + "word": "have", + "start": 1219.46, + "end": 1219.64, + "confidence": 0.7168557, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "have" + }, + { + "word": "any", + "start": 1219.64, + "end": 1220.14, + "confidence": 0.52568233, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "any" + }, + { + "word": "replay", + "start": 1221.2, + "end": 1221.7, + "confidence": 0.4250745, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "replay" + }, + { + "word": "problems", + "start": 1222.08, + "end": 1222.54, + "confidence": 0.784662, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "problems" + }, + { + "word": "because", + "start": 1222.54, + "end": 1222.8, + "confidence": 0.9258424, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "because" + }, + { + "word": "you're", + "start": 1222.8, + "end": 1223.0, + "confidence": 0.65547633, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "you're" + }, + { + "word": "pointing", + "start": 1223.0, + "end": 1223.26, + "confidence": 0.67095065, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "pointing" + }, + { + "word": "to", + "start": 1223.26, + "end": 1223.42, + "confidence": 0.6442767, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "to" + }, + { + "word": "individual", + "start": 1223.42, + "end": 1223.86, + "confidence": 0.9701192, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "individual" + }, + { + "word": "utxos", + "start": 1223.86, + "end": 1224.36, + "confidence": 0.89024127, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "UTXOs." + }, + { + "word": "there's", + "start": 1224.64, + "end": 1224.96, + "confidence": 0.9080878, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "There's" + }, + { + "word": "no", + "start": 1224.96, + "end": 1225.2, + "confidence": 0.9083408, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "no" + }, + { + "word": "way", + "start": 1225.2, + "end": 1225.44, + "confidence": 0.8730087, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "way" + }, + { + "word": "to", + "start": 1225.44, + "end": 1225.64, + "confidence": 0.6915183, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "to" + }, + { + "word": "make", + "start": 1225.64, + "end": 1226.14, + "confidence": 0.43719557, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "make" + }, + { + "word": "cycles", + "start": 1227.18, + "end": 1227.68, + "confidence": 0.05764521, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "cycles." + }, + { + "word": "you", + "start": 1227.72, + "end": 1227.9, + "confidence": 0.999894, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "You" + }, + { + "word": "couldn't", + "start": 1227.9, + "end": 1228.2, + "confidence": 0.88354206, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "couldn't" + }, + { + "word": "have", + "start": 1228.2, + "end": 1228.34, + "confidence": 0.7870583, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "have" + }, + { + "word": "a", + "start": 1228.34, + "end": 1228.44, + "confidence": 0.80554974, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "a" + }, + { + "word": "transaction", + "start": 1228.44, + "end": 1228.9, + "confidence": 0.36671284, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "transaction" + }, + { + "word": "with", + "start": 1228.9, + "end": 1229.12, + "confidence": 0.7337282, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "with" + }, + { + "word": "five", + "start": 1229.12, + "end": 1229.38, + "confidence": 0.72079295, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "five" + }, + { + "word": "inputs", + "start": 1229.38, + "end": 1229.7, + "confidence": 0.7247712, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "inputs" + }, + { + "word": "and", + "start": 1229.7, + "end": 1229.84, + "confidence": 0.93251866, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "and" + }, + { + "word": "they're", + "start": 1229.84, + "end": 1230.06, + "confidence": 0.8905121, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "they're" + }, + { + "word": "all", + "start": 1230.06, + "end": 1230.24, + "confidence": 0.31596914, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "all" + }, + { + "word": "using", + "start": 1230.24, + "end": 1230.56, + "confidence": 0.6538524, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "using" + }, + { + "word": "opciv", + "start": 1230.56, + "end": 1231.06, + "confidence": 0.8199751, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "opciv" + }, + { + "word": "because", + "start": 1231.4, + "end": 1231.64, + "confidence": 0.825833, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "because" + }, + { + "word": "that", + "start": 1231.64, + "end": 1231.88, + "confidence": 0.6834758, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "that" + }, + { + "word": "would", + "start": 1231.88, + "end": 1232.12, + "confidence": 0.9921611, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "would" + }, + { + "word": "imply", + "start": 1232.12, + "end": 1232.56, + "confidence": 0.68728966, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "imply" + }, + { + "word": "a", + "start": 1232.56, + "end": 1232.72, + "confidence": 0.8724601, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "a" + }, + { + "word": "hash", + "start": 1232.72, + "end": 1233.0, + "confidence": 0.75200135, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "hash" + }, + { + "word": "cycle", + "start": 1233.0, + "end": 1233.5, + "confidence": 0.36312535, + "speaker": 0, + "speaker_confidence": 0.81347656, + "punctuated_word": "cycle." + }, + { + "word": "that", + "start": 1233.9, + "end": 1234.06, + "confidence": 0.9189681, + "speaker": 0, + "speaker_confidence": 0.53027344, + "punctuated_word": "That" + }, + { + "word": "would", + "start": 1234.06, + "end": 1234.28, + "confidence": 0.3908158, + "speaker": 0, + "speaker_confidence": 0.53027344, + "punctuated_word": "would" + }, + { + "word": "mean", + "start": 1234.28, + "end": 1234.46, + "confidence": 0.81699777, + "speaker": 0, + "speaker_confidence": 0.53027344, + "punctuated_word": "mean" + }, + { + "word": "like", + "start": 1234.46, + "end": 1234.9, + "confidence": 0.9990225, + "speaker": 0, + "speaker_confidence": 0.53027344, + "punctuated_word": "like," + }, + { + "word": "i've", + "start": 1234.9, + "end": 1235.28, + "confidence": 0.8979785, + "speaker": 0, + "speaker_confidence": 0.53027344, + "punctuated_word": "I've" + }, + { + "word": "got", + "start": 1235.28, + "end": 1235.44, + "confidence": 0.79951024, + "speaker": 0, + "speaker_confidence": 0.53027344, + "punctuated_word": "got" + }, + { + "word": "your", + "start": 1235.44, + "end": 1235.66, + "confidence": 0.64947766, + "speaker": 0, + "speaker_confidence": 0.53027344, + "punctuated_word": "your" + }, + { + "word": "hash", + "start": 1235.66, + "end": 1235.92, + "confidence": 0.9053784, + "speaker": 0, + "speaker_confidence": 0.53027344, + "punctuated_word": "hash" + }, + { + "word": "in", + "start": 1235.92, + "end": 1236.04, + "confidence": 0.7741826, + "speaker": 0, + "speaker_confidence": 0.53027344, + "punctuated_word": "in" + }, + { + "word": "me", + "start": 1236.04, + "end": 1236.18, + "confidence": 0.15829322, + "speaker": 0, + "speaker_confidence": 0.53027344, + "punctuated_word": "me." + }, + { + "word": "i've", + "start": 1236.18, + "end": 1236.38, + "confidence": 0.8918783, + "speaker": 0, + "speaker_confidence": 0.53027344, + "punctuated_word": "I've" + }, + { + "word": "got", + "start": 1236.38, + "end": 1236.5, + "confidence": 0.8135011, + "speaker": 0, + "speaker_confidence": 0.53027344, + "punctuated_word": "got" + }, + { + "word": "your", + "start": 1236.5, + "end": 1236.66, + "confidence": 0.8860358, + "speaker": 0, + "speaker_confidence": 0.53027344, + "punctuated_word": "your" + }, + { + "word": "hash", + "start": 1236.66, + "end": 1236.82, + "confidence": 0.8973826, + "speaker": 0, + "speaker_confidence": 0.53027344, + "punctuated_word": "hash" + }, + { + "word": "in", + "start": 1236.82, + "end": 1236.98, + "confidence": 0.9854344, + "speaker": 0, + "speaker_confidence": 0.53027344, + "punctuated_word": "in" + }, + { + "word": "me", + "start": 1236.98, + "end": 1237.2, + "confidence": 0.19106436, + "speaker": 0, + "speaker_confidence": 0.53027344, + "punctuated_word": "me." + }, + { + "word": "i've", + "start": 1237.2, + "end": 1237.46, + "confidence": 0.8980338, + "speaker": 0, + "speaker_confidence": 0.53027344, + "punctuated_word": "I've" + }, + { + "word": "got", + "start": 1237.46, + "end": 1237.64, + "confidence": 0.7857965, + "speaker": 0, + "speaker_confidence": 0.53027344, + "punctuated_word": "got" + }, + { + "word": "your", + "start": 1237.64, + "end": 1237.9, + "confidence": 0.88758063, + "speaker": 0, + "speaker_confidence": 0.53027344, + "punctuated_word": "your" + }, + { + "word": "hash", + "start": 1237.9, + "end": 1238.1, + "confidence": 0.89012414, + "speaker": 0, + "speaker_confidence": 0.53027344, + "punctuated_word": "hash" + }, + { + "word": "in", + "start": 1238.1, + "end": 1238.32, + "confidence": 0.92831004, + "speaker": 0, + "speaker_confidence": 0.53027344, + "punctuated_word": "in" + }, + { + "word": "me", + "start": 1238.32, + "end": 1238.42, + "confidence": 0.29612538, + "speaker": 0, + "speaker_confidence": 0.53027344, + "punctuated_word": "me." + }, + { + "word": "it's", + "start": 1238.42, + "end": 1238.5, + "confidence": 0.87239695, + "speaker": 0, + "speaker_confidence": 0.41064453, + "punctuated_word": "It's" + }, + { + "word": "like", + "start": 1238.5, + "end": 1239.0, + "confidence": 0.81890875, + "speaker": 0, + "speaker_confidence": 0.41064453, + "punctuated_word": "like," + }, + { + "word": "wait", + "start": 1239.14, + "end": 1239.38, + "confidence": 0.8839976, + "speaker": 0, + "speaker_confidence": 0.41064453, + "punctuated_word": "wait," + }, + { + "word": "that's", + "start": 1239.38, + "end": 1239.62, + "confidence": 0.89704204, + "speaker": 0, + "speaker_confidence": 0.41064453, + "punctuated_word": "that's" + }, + { + "word": "not", + "start": 1239.62, + "end": 1239.8, + "confidence": 0.33548266, + "speaker": 0, + "speaker_confidence": 0.41064453, + "punctuated_word": "not" + }, + { + "word": "supposed", + "start": 1239.8, + "end": 1240.12, + "confidence": 0.999969, + "speaker": 0, + "speaker_confidence": 0.41064453, + "punctuated_word": "supposed" + }, + { + "word": "to", + "start": 1240.12, + "end": 1240.2, + "confidence": 0.79787475, + "speaker": 0, + "speaker_confidence": 0.41064453, + "punctuated_word": "to" + }, + { + "word": "happen", + "start": 1240.2, + "end": 1240.44, + "confidence": 0.8124849, + "speaker": 0, + "speaker_confidence": 0.41064453, + "punctuated_word": "happen" + }, + { + "word": "with", + "start": 1240.44, + "end": 1240.64, + "confidence": 0.8529732, + "speaker": 0, + "speaker_confidence": 0.41064453, + "punctuated_word": "with" + }, + { + "word": "hash", + "start": 1240.64, + "end": 1240.84, + "confidence": 0.9984457, + "speaker": 0, + "speaker_confidence": 0.41064453, + "punctuated_word": "hash" + }, + { + "word": "functions", + "start": 1240.84, + "end": 1241.34, + "confidence": 0.693131, + "speaker": 0, + "speaker_confidence": 0.41064453, + "punctuated_word": "functions." + }, + { + "word": "it", + "start": 1243.08, + "end": 1243.26, + "confidence": 0.9999989, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "It" + }, + { + "word": "doesn't", + "start": 1243.26, + "end": 1243.76, + "confidence": 0.8176015, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "doesn't" + }, + { + "word": "work", + "start": 1243.78, + "end": 1244.1, + "confidence": 0.81350386, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "work" + }, + { + "word": "well", + "start": 1244.1, + "end": 1244.38, + "confidence": 0.84017056, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "well" + }, + { + "word": "with", + "start": 1244.38, + "end": 1244.58, + "confidence": 0.7869672, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "with" + }, + { + "word": "address", + "start": 1244.58, + "end": 1245.08, + "confidence": 0.9318025, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "address" + }, + { + "word": "reuse", + "start": 1245.14, + "end": 1245.64, + "confidence": 0.08723275, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "reuse." + }, + { + "word": "if", + "start": 1245.94, + "end": 1246.08, + "confidence": 0.8745898, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "If" + }, + { + "word": "you", + "start": 1246.08, + "end": 1246.22, + "confidence": 0.81926024, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "you" + }, + { + "word": "just", + "start": 1246.22, + "end": 1246.4, + "confidence": 0.79708076, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "just" + }, + { + "word": "keep", + "start": 1246.4, + "end": 1246.56, + "confidence": 0.98025984, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "keep" + }, + { + "word": "reusing", + "start": 1246.56, + "end": 1246.96, + "confidence": 0.8126445, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "reusing" + }, + { + "word": "the", + "start": 1246.96, + "end": 1247.08, + "confidence": 0.7884507, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "the" + }, + { + "word": "same", + "start": 1247.08, + "end": 1247.24, + "confidence": 0.7806414, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "same" + }, + { + "word": "address", + "start": 1247.24, + "end": 1247.6, + "confidence": 0.9159388, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "address" + }, + { + "word": "forever", + "start": 1247.6, + "end": 1248.0, + "confidence": 0.48833376, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "forever," + }, + { + "word": "well", + "start": 1248.0, + "end": 1248.28, + "confidence": 0.13805789, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "well," + }, + { + "word": "you", + "start": 1248.28, + "end": 1248.52, + "confidence": 0.99707365, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "you" + }, + { + "word": "can't", + "start": 1248.52, + "end": 1248.84, + "confidence": 0.80811495, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "can't" + }, + { + "word": "use", + "start": 1248.84, + "end": 1249.04, + "confidence": 0.86587954, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "use" + }, + { + "word": "this", + "start": 1249.04, + "end": 1249.54, + "confidence": 0.90804374, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "this," + }, + { + "word": "which", + "start": 1249.74, + "end": 1250.24, + "confidence": 0.74021304, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "which" + }, + { + "word": "is", + "start": 1250.34, + "end": 1250.54, + "confidence": 0.9034336, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "is" + }, + { + "word": "kind", + "start": 1250.54, + "end": 1250.66, + "confidence": 0.99470335, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "kind" + }, + { + "word": "of", + "start": 1250.66, + "end": 1250.8, + "confidence": 0.8769309, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "of" + }, + { + "word": "a", + "start": 1250.8, + "end": 1250.92, + "confidence": 0.8626235, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "a" + }, + { + "word": "plus", + "start": 1250.92, + "end": 1251.22, + "confidence": 0.9867737, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "plus," + }, + { + "word": "i", + "start": 1251.22, + "end": 1251.4, + "confidence": 0.99720615, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 1251.4, + "end": 1251.9, + "confidence": 0.23498891, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "think." + }, + { + "word": "it", + "start": 1252.36, + "end": 1252.54, + "confidence": 0.999824, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "It" + }, + { + "word": "is", + "start": 1252.54, + "end": 1252.72, + "confidence": 0.805307, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "is" + }, + { + "word": "a", + "start": 1252.72, + "end": 1252.8, + "confidence": 0.76428217, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "a" + }, + { + "word": "little", + "start": 1252.8, + "end": 1253.04, + "confidence": 0.77537656, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "little" + }, + { + "word": "tricky", + "start": 1253.04, + "end": 1253.32, + "confidence": 0.8820649, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "tricky" + }, + { + "word": "in", + "start": 1253.32, + "end": 1253.48, + "confidence": 0.7853547, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "in" + }, + { + "word": "that", + "start": 1253.48, + "end": 1253.6, + "confidence": 0.8979598, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "that" + }, + { + "word": "if", + "start": 1253.6, + "end": 1253.76, + "confidence": 0.69159675, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 1253.76, + "end": 1254.14, + "confidence": 0.6185036, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "you" + }, + { + "word": "generate", + "start": 1254.14, + "end": 1254.64, + "confidence": 0.66783714, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "generate" + }, + { + "word": "many", + "start": 1254.66, + "end": 1254.96, + "confidence": 0.37105995, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "many" + }, + { + "word": "addresses", + "start": 1254.96, + "end": 1255.44, + "confidence": 0.99993396, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "addresses" + }, + { + "word": "at", + "start": 1255.44, + "end": 1255.6, + "confidence": 0.7393333, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "at" + }, + { + "word": "once", + "start": 1255.6, + "end": 1255.76, + "confidence": 0.49432707, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "once," + }, + { + "word": "right", + "start": 1255.76, + "end": 1255.92, + "confidence": 0.5830945, + "speaker": 0, + "speaker_confidence": 0.81933594, + "punctuated_word": "right?" + }, + { + "word": "if", + "start": 1255.92, + "end": 1256.04, + "confidence": 0.94348305, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "If" + }, + { + "word": "you're", + "start": 1256.04, + "end": 1256.14, + "confidence": 0.8460327, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "you're" + }, + { + "word": "like", + "start": 1256.14, + "end": 1256.32, + "confidence": 0.99904984, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "like," + }, + { + "word": "i", + "start": 1256.32, + "end": 1256.46, + "confidence": 0.90693736, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "I" + }, + { + "word": "want", + "start": 1256.46, + "end": 1256.64, + "confidence": 0.8259138, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "want" + }, + { + "word": "to", + "start": 1256.64, + "end": 1256.72, + "confidence": 0.58101386, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "to" + }, + { + "word": "generate", + "start": 1256.72, + "end": 1257.1, + "confidence": 0.6898182, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "generate" + }, + { + "word": "100", + "start": 1257.1, + "end": 1257.44, + "confidence": 0.8280971, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "100" + }, + { + "word": "addresses", + "start": 1257.44, + "end": 1257.92, + "confidence": 0.24472654, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "addresses" + }, + { + "word": "right", + "start": 1257.92, + "end": 1258.28, + "confidence": 0.999941, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "right" + }, + { + "word": "now", + "start": 1258.28, + "end": 1258.66, + "confidence": 0.8923328, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "now," + }, + { + "word": "and", + "start": 1258.66, + "end": 1258.82, + "confidence": 0.99055403, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "and" + }, + { + "word": "then", + "start": 1258.82, + "end": 1258.94, + "confidence": 0.82678676, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "then" + }, + { + "word": "i", + "start": 1258.94, + "end": 1259.06, + "confidence": 0.90976644, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "I" + }, + { + "word": "want", + "start": 1259.06, + "end": 1259.24, + "confidence": 0.8253193, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "want" + }, + { + "word": "to", + "start": 1259.24, + "end": 1259.34, + "confidence": 0.8415714, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "to" + }, + { + "word": "give", + "start": 1259.34, + "end": 1259.54, + "confidence": 0.7695109, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "give" + }, + { + "word": "those", + "start": 1259.54, + "end": 1259.8, + "confidence": 0.7865078, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "those" + }, + { + "word": "all", + "start": 1259.8, + "end": 1259.96, + "confidence": 0.69121623, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "all" + }, + { + "word": "to", + "start": 1259.96, + "end": 1260.06, + "confidence": 0.93546206, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "to" + }, + { + "word": "different", + "start": 1260.06, + "end": 1260.28, + "confidence": 0.6158294, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "different" + }, + { + "word": "people", + "start": 1260.28, + "end": 1260.78, + "confidence": 0.6810818, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "people," + }, + { + "word": "then", + "start": 1261.26, + "end": 1261.56, + "confidence": 0.6330365, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "then" + }, + { + "word": "yeah", + "start": 1261.56, + "end": 1261.78, + "confidence": 0.8353198, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "yeah," + }, + { + "word": "this", + "start": 1261.78, + "end": 1261.96, + "confidence": 0.9999411, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "this" + }, + { + "word": "doesn't", + "start": 1261.96, + "end": 1262.32, + "confidence": 0.73111427, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "doesn't" + }, + { + "word": "really", + "start": 1262.32, + "end": 1262.52, + "confidence": 0.5440585, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "really" + }, + { + "word": "help", + "start": 1262.52, + "end": 1262.88, + "confidence": 0.067577645, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "help." + }, + { + "word": "right", + "start": 1262.88, + "end": 1263.12, + "confidence": 0.8345144, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "Right." + }, + { + "word": "because", + "start": 1263.12, + "end": 1263.62, + "confidence": 0.5633272, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "Because" + }, + { + "word": "your", + "start": 1263.76, + "end": 1263.9, + "confidence": 0.9393171, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "your" + }, + { + "word": "utxos", + "start": 1263.9, + "end": 1264.34, + "confidence": 0.8562745, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "UTXOs" + }, + { + "word": "are", + "start": 1264.34, + "end": 1264.54, + "confidence": 0.70934767, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "are" + }, + { + "word": "all", + "start": 1264.54, + "end": 1264.64, + "confidence": 0.8894501, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "all" + }, + { + "word": "going", + "start": 1264.64, + "end": 1264.8, + "confidence": 0.8841535, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 1264.8, + "end": 1264.92, + "confidence": 0.53020984, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "to" + }, + { + "word": "be", + "start": 1264.92, + "end": 1265.12, + "confidence": 0.9537532, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "be" + }, + { + "word": "independent", + "start": 1265.12, + "end": 1265.62, + "confidence": 0.40831554, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "independent." + }, + { + "word": "so", + "start": 1265.86, + "end": 1266.1, + "confidence": 0.717961, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "So" + }, + { + "word": "it", + "start": 1266.1, + "end": 1266.3, + "confidence": 0.81683534, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "it" + }, + { + "word": "works", + "start": 1266.3, + "end": 1266.58, + "confidence": 0.8953902, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "works" + }, + { + "word": "better", + "start": 1266.58, + "end": 1266.82, + "confidence": 0.89442545, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "better" + }, + { + "word": "if", + "start": 1266.82, + "end": 1266.98, + "confidence": 0.9487246, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "if" + }, + { + "word": "you're", + "start": 1266.98, + "end": 1267.24, + "confidence": 0.57912934, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "you're" + }, + { + "word": "like", + "start": 1267.24, + "end": 1267.44, + "confidence": 0.90638375, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "like" + }, + { + "word": "making", + "start": 1267.44, + "end": 1267.66, + "confidence": 0.8254089, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "making" + }, + { + "word": "an", + "start": 1267.66, + "end": 1267.76, + "confidence": 0.77769595, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "an" + }, + { + "word": "address", + "start": 1267.76, + "end": 1268.22, + "confidence": 0.3633865, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "address," + }, + { + "word": "receiving", + "start": 1268.22, + "end": 1268.72, + "confidence": 0.728824, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "receiving," + }, + { + "word": "sending", + "start": 1268.72, + "end": 1269.22, + "confidence": 0.7692547, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "sending," + }, + { + "word": "making", + "start": 1269.28, + "end": 1269.52, + "confidence": 0.7814059, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "making" + }, + { + "word": "address", + "start": 1269.52, + "end": 1269.84, + "confidence": 0.8540324, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "address," + }, + { + "word": "that", + "start": 1269.84, + "end": 1270.02, + "confidence": 0.9053903, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "that" + }, + { + "word": "kind", + "start": 1270.02, + "end": 1270.18, + "confidence": 0.77152157, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "kind" + }, + { + "word": "of", + "start": 1270.18, + "end": 1270.32, + "confidence": 0.9599414, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "of" + }, + { + "word": "thing", + "start": 1270.32, + "end": 1270.82, + "confidence": 0.3395698, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "thing." + }, + { + "word": "and", + "start": 1271.52, + "end": 1271.72, + "confidence": 0.89483696, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "And" + }, + { + "word": "you", + "start": 1271.72, + "end": 1271.92, + "confidence": 0.9997898, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "you" + }, + { + "word": "can't", + "start": 1271.92, + "end": 1272.24, + "confidence": 0.78024644, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "can't" + }, + { + "word": "really", + "start": 1272.24, + "end": 1272.52, + "confidence": 0.5200772, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "really" + }, + { + "word": "use", + "start": 1272.52, + "end": 1272.74, + "confidence": 0.8541885, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "use" + }, + { + "word": "xpubs", + "start": 1272.74, + "end": 1273.2, + "confidence": 0.8030213, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "XPUBs" + }, + { + "word": "and", + "start": 1273.2, + "end": 1273.38, + "confidence": 0.9043091, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "and" + }, + { + "word": "give", + "start": 1273.38, + "end": 1273.62, + "confidence": 0.9068196, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "give" + }, + { + "word": "it", + "start": 1273.62, + "end": 1273.78, + "confidence": 0.90562326, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "it" + }, + { + "word": "to", + "start": 1273.78, + "end": 1273.94, + "confidence": 0.9922012, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "to" + }, + { + "word": "people", + "start": 1273.94, + "end": 1274.28, + "confidence": 0.3166904, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "people." + }, + { + "word": "i'm", + "start": 1274.28, + "end": 1274.54, + "confidence": 0.8958985, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "I'm" + }, + { + "word": "not", + "start": 1274.54, + "end": 1274.72, + "confidence": 0.89964676, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "not" + }, + { + "word": "sure", + "start": 1274.72, + "end": 1275.22, + "confidence": 0.89373887, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "sure" + }, + { + "word": "you", + "start": 1275.24, + "end": 1275.48, + "confidence": 0.91171443, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 1275.48, + "end": 1275.66, + "confidence": 0.8760029, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "can" + }, + { + "word": "do", + "start": 1275.66, + "end": 1275.86, + "confidence": 0.72685045, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "do" + }, + { + "word": "that", + "start": 1275.86, + "end": 1276.12, + "confidence": 0.7982069, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "that" + }, + { + "word": "anyway", + "start": 1276.12, + "end": 1276.56, + "confidence": 0.72536904, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "anyway" + }, + { + "word": "with", + "start": 1276.56, + "end": 1276.8, + "confidence": 0.4043341, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "with" + }, + { + "word": "post", + "start": 1276.8, + "end": 1277.04, + "confidence": 0.7014641, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "post" + }, + { + "word": "quantum", + "start": 1277.04, + "end": 1277.36, + "confidence": 0.35014307, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "quantum" + }, + { + "word": "pubkeys", + "start": 1277.36, + "end": 1277.86, + "confidence": 0.36347216, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "pubkeys." + }, + { + "word": "so", + "start": 1278.7, + "end": 1278.84, + "confidence": 0.9984061, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "So" + }, + { + "word": "i'm", + "start": 1278.84, + "end": 1279.04, + "confidence": 0.89498335, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "I'm" + }, + { + "word": "not", + "start": 1279.04, + "end": 1279.2, + "confidence": 0.8502601, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "not" + }, + { + "word": "sure", + "start": 1279.2, + "end": 1279.4, + "confidence": 0.98750824, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "sure" + }, + { + "word": "that's", + "start": 1279.4, + "end": 1279.9, + "confidence": 0.39315605, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "that's" + }, + { + "word": "a", + "start": 1280.08, + "end": 1280.56, + "confidence": 0.3863714, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "a" + }, + { + "word": "deal", + "start": 1280.56, + "end": 1280.84, + "confidence": 0.78500307, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "deal" + }, + { + "word": "breaker", + "start": 1280.84, + "end": 1281.16, + "confidence": 0.5420732, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "breaker" + }, + { + "word": "either", + "start": 1281.16, + "end": 1281.66, + "confidence": 0.2548402, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "either." + }, + { + "word": "but", + "start": 1281.68, + "end": 1281.9, + "confidence": 0.782834, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "But" + }, + { + "word": "the", + "start": 1281.9, + "end": 1282.08, + "confidence": 0.89844805, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "the" + }, + { + "word": "idea", + "start": 1282.08, + "end": 1282.42, + "confidence": 0.66470474, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "idea" + }, + { + "word": "of", + "start": 1282.42, + "end": 1282.6, + "confidence": 0.8188237, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "of" + }, + { + "word": "giving", + "start": 1282.6, + "end": 1282.9, + "confidence": 0.99361235, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "giving" + }, + { + "word": "someone", + "start": 1282.9, + "end": 1283.16, + "confidence": 0.7343294, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "someone" + }, + { + "word": "a", + "start": 1283.16, + "end": 1283.32, + "confidence": 0.8170975, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "a" + }, + { + "word": "smaller", + "start": 1283.32, + "end": 1283.76, + "confidence": 0.75168216, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "smaller" + }, + { + "word": "thing", + "start": 1283.76, + "end": 1283.94, + "confidence": 0.73678297, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "thing" + }, + { + "word": "and", + "start": 1283.94, + "end": 1284.14, + "confidence": 0.8956597, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "and" + }, + { + "word": "they", + "start": 1284.14, + "end": 1284.28, + "confidence": 0.8294292, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "they" + }, + { + "word": "can", + "start": 1284.28, + "end": 1284.48, + "confidence": 0.84029627, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "can" + }, + { + "word": "just", + "start": 1284.48, + "end": 1284.64, + "confidence": 0.9958748, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "just" + }, + { + "word": "derive", + "start": 1284.64, + "end": 1285.02, + "confidence": 0.8895682, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "derive" + }, + { + "word": "a", + "start": 1285.02, + "end": 1285.12, + "confidence": 0.90034604, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "a" + }, + { + "word": "lot", + "start": 1285.12, + "end": 1285.32, + "confidence": 0.8671438, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "lot" + }, + { + "word": "of", + "start": 1285.32, + "end": 1285.44, + "confidence": 0.7833762, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "of" + }, + { + "word": "pubkeys", + "start": 1285.44, + "end": 1285.84, + "confidence": 0.4275835, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "pubkeys" + }, + { + "word": "from", + "start": 1285.84, + "end": 1286.1, + "confidence": 0.48053223, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "from" + }, + { + "word": "that", + "start": 1286.1, + "end": 1286.6, + "confidence": 0.86598456, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "that." + }, + { + "word": "maybe", + "start": 1286.84, + "end": 1287.1, + "confidence": 0.9530433, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "Maybe" + }, + { + "word": "there's", + "start": 1287.1, + "end": 1287.34, + "confidence": 0.7752894, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "there's" + }, + { + "word": "ways", + "start": 1287.34, + "end": 1287.54, + "confidence": 0.89635736, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "ways," + }, + { + "word": "but", + "start": 1287.54, + "end": 1287.7, + "confidence": 0.56020504, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "but" + }, + { + "word": "yeah", + "start": 1287.7, + "end": 1287.84, + "confidence": 0.8701706, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "yeah," + }, + { + "word": "it's", + "start": 1287.84, + "end": 1288.02, + "confidence": 0.9931845, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "it's" + }, + { + "word": "a", + "start": 1288.02, + "end": 1288.14, + "confidence": 0.7461056, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "a" + }, + { + "word": "little", + "start": 1288.14, + "end": 1288.26, + "confidence": 0.9938718, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "little" + }, + { + "word": "tricky", + "start": 1288.26, + "end": 1288.76, + "confidence": 0.1098668, + "speaker": 0, + "speaker_confidence": 0.8935547, + "punctuated_word": "tricky." + }, + { + "word": "so", + "start": 1289.34, + "end": 1289.44, + "confidence": 0.88188136, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "So" + }, + { + "word": "those", + "start": 1289.44, + "end": 1289.64, + "confidence": 0.8069509, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "those" + }, + { + "word": "are", + "start": 1289.64, + "end": 1289.8, + "confidence": 0.9049014, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "are" + }, + { + "word": "some", + "start": 1289.8, + "end": 1289.96, + "confidence": 0.8137614, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "some" + }, + { + "word": "of", + "start": 1289.96, + "end": 1290.06, + "confidence": 0.8442146, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 1290.06, + "end": 1290.2, + "confidence": 0.99855405, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "the" + }, + { + "word": "downsides", + "start": 1290.2, + "end": 1290.7, + "confidence": 0.715961, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "downsides." + }, + { + "word": "oh", + "start": 1291.04, + "end": 1291.2, + "confidence": 0.7835978, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "Oh" + }, + { + "word": "yeah", + "start": 1291.2, + "end": 1291.56, + "confidence": 0.89782315, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "yeah," + }, + { + "word": "no", + "start": 1291.56, + "end": 1291.8, + "confidence": 0.5275329, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "no" + }, + { + "word": "cycles", + "start": 1291.8, + "end": 1292.12, + "confidence": 0.6684661, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "cycles" + }, + { + "word": "because", + "start": 1292.12, + "end": 1292.62, + "confidence": 0.9381399, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "because" + }, + { + "word": "they're", + "start": 1292.72, + "end": 1292.96, + "confidence": 0.8859623, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "they're" + }, + { + "word": "all", + "start": 1292.96, + "end": 1293.16, + "confidence": 0.81586826, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "all" + }, + { + "word": "unique", + "start": 1293.16, + "end": 1293.66, + "confidence": 0.70337903, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "unique." + }, + { + "word": "but", + "start": 1294.82, + "end": 1295.0, + "confidence": 0.7761209, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "But" + }, + { + "word": "yeah", + "start": 1295.0, + "end": 1295.24, + "confidence": 0.8562338, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "yeah," + }, + { + "word": "that's", + "start": 1295.24, + "end": 1295.74, + "confidence": 0.24259698, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "that's" + }, + { + "word": "pretty", + "start": 1295.92, + "end": 1296.22, + "confidence": 0.9083124, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "pretty" + }, + { + "word": "much", + "start": 1296.22, + "end": 1296.5, + "confidence": 0.9405372, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "much" + }, + { + "word": "it", + "start": 1296.5, + "end": 1297.0, + "confidence": 0.89493054, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "it." + }, + { + "word": "it", + "start": 1297.44, + "end": 1297.64, + "confidence": 0.81260765, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "It" + }, + { + "word": "would", + "start": 1297.64, + "end": 1297.86, + "confidence": 0.82187444, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "would" + }, + { + "word": "work", + "start": 1297.86, + "end": 1298.08, + "confidence": 0.8276286, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "work" + }, + { + "word": "with", + "start": 1298.08, + "end": 1298.24, + "confidence": 0.8827443, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "with" + }, + { + "word": "any", + "start": 1298.24, + "end": 1298.48, + "confidence": 0.8048636, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "any" + }, + { + "word": "signature", + "start": 1298.48, + "end": 1298.94, + "confidence": 0.8130169, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "signature" + }, + { + "word": "algorithm", + "start": 1298.94, + "end": 1299.28, + "confidence": 0.789702, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "algorithm." + }, + { + "word": "it", + "start": 1299.28, + "end": 1299.52, + "confidence": 0.89693147, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "It" + }, + { + "word": "could", + "start": 1299.52, + "end": 1299.62, + "confidence": 0.67034256, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "could" + }, + { + "word": "do", + "start": 1299.62, + "end": 1299.78, + "confidence": 0.4000052, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "do" + }, + { + "word": "with", + "start": 1299.78, + "end": 1299.96, + "confidence": 0.9989305, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "with" + }, + { + "word": "elliptic", + "start": 1299.96, + "end": 1300.26, + "confidence": 0.9925333, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "elliptic" + }, + { + "word": "curve", + "start": 1300.26, + "end": 1300.48, + "confidence": 0.73082805, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "curve" + }, + { + "word": "but", + "start": 1300.48, + "end": 1300.64, + "confidence": 0.90033203, + "speaker": 0, + "speaker_confidence": 0.67089844, + "punctuated_word": "but" + }, + { + "word": "kind", + "start": 1300.64, + "end": 1300.68, + "confidence": 0.8974474, + "speaker": 0, + "speaker_confidence": 0.61035156, + "punctuated_word": "kind" + }, + { + "word": "of", + "start": 1300.68, + "end": 1300.84, + "confidence": 0.5646922, + "speaker": 0, + "speaker_confidence": 0.61035156, + "punctuated_word": "of" + }, + { + "word": "pointless", + "start": 1300.84, + "end": 1301.28, + "confidence": 0.7265305, + "speaker": 0, + "speaker_confidence": 0.61035156, + "punctuated_word": "pointless," + }, + { + "word": "but", + "start": 1301.28, + "end": 1301.38, + "confidence": 0.88145214, + "speaker": 0, + "speaker_confidence": 0.61035156, + "punctuated_word": "but" + }, + { + "word": "sphinx", + "start": 1301.38, + "end": 1301.76, + "confidence": 0.99851614, + "speaker": 0, + "speaker_confidence": 0.61035156, + "punctuated_word": "Sphinx" + }, + { + "word": "once", + "start": 1301.76, + "end": 1302.04, + "confidence": 0.6408091, + "speaker": 0, + "speaker_confidence": 0.61035156, + "punctuated_word": "once," + }, + { + "word": "lattice", + "start": 1302.04, + "end": 1302.4, + "confidence": 0.82362163, + "speaker": 0, + "speaker_confidence": 0.61035156, + "punctuated_word": "lattice," + }, + { + "word": "whatever", + "start": 1302.4, + "end": 1302.9, + "confidence": 0.68111384, + "speaker": 0, + "speaker_confidence": 0.61035156, + "punctuated_word": "whatever." + }, + { + "word": "yeah", + "start": 1304.06, + "end": 1304.28, + "confidence": 0.8759297, + "speaker": 0, + "speaker_confidence": 0.61035156, + "punctuated_word": "Yeah," + }, + { + "word": "so", + "start": 1304.28, + "end": 1304.44, + "confidence": 0.6104746, + "speaker": 0, + "speaker_confidence": 0.61035156, + "punctuated_word": "so" + }, + { + "word": "i", + "start": 1304.44, + "end": 1304.54, + "confidence": 0.9990814, + "speaker": 0, + "speaker_confidence": 0.61035156, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 1304.54, + "end": 1304.78, + "confidence": 0.9968167, + "speaker": 0, + "speaker_confidence": 0.70996094, + "punctuated_word": "think" + }, + { + "word": "that's", + "start": 1304.78, + "end": 1305.28, + "confidence": 0.90121, + "speaker": 0, + "speaker_confidence": 0.70996094, + "punctuated_word": "that's" + }, + { + "word": "probably", + "start": 1305.74, + "end": 1306.1, + "confidence": 0.85458195, + "speaker": 0, + "speaker_confidence": 0.70996094, + "punctuated_word": "probably" + }, + { + "word": "it", + "start": 1306.1, + "end": 1306.6, + "confidence": 0.5653936, + "speaker": 0, + "speaker_confidence": 0.70996094, + "punctuated_word": "it." + }, + { + "word": "i'm", + "start": 1306.7, + "end": 1307.0, + "confidence": 0.905879, + "speaker": 0, + "speaker_confidence": 0.70996094, + "punctuated_word": "I'm" + }, + { + "word": "not", + "start": 1307.0, + "end": 1307.22, + "confidence": 0.8219856, + "speaker": 0, + "speaker_confidence": 0.70996094, + "punctuated_word": "not" + }, + { + "word": "like", + "start": 1307.22, + "end": 1307.38, + "confidence": 0.70444345, + "speaker": 0, + "speaker_confidence": 0.70996094, + "punctuated_word": "like" + }, + { + "word": "advocating", + "start": 1307.38, + "end": 1307.78, + "confidence": 0.7067105, + "speaker": 0, + "speaker_confidence": 0.70996094, + "punctuated_word": "advocating" + }, + { + "word": "like", + "start": 1307.78, + "end": 1307.94, + "confidence": 0.8762094, + "speaker": 0, + "speaker_confidence": 0.70996094, + "punctuated_word": "like," + }, + { + "word": "oh", + "start": 1307.94, + "end": 1308.06, + "confidence": 0.8235589, + "speaker": 0, + "speaker_confidence": 0.70996094, + "punctuated_word": "oh" + }, + { + "word": "we", + "start": 1308.06, + "end": 1308.22, + "confidence": 0.8563149, + "speaker": 0, + "speaker_confidence": 0.70996094, + "punctuated_word": "we" + }, + { + "word": "need", + "start": 1308.22, + "end": 1308.34, + "confidence": 0.39796618, + "speaker": 0, + "speaker_confidence": 0.70996094, + "punctuated_word": "need" + }, + { + "word": "to", + "start": 1308.34, + "end": 1308.5, + "confidence": 0.99946195, + "speaker": 0, + "speaker_confidence": 0.70996094, + "punctuated_word": "to" + }, + { + "word": "soft-work", + "start": 1308.5, + "end": 1308.82, + "confidence": 0.57575244, + "speaker": 0, + "speaker_confidence": 0.70996094, + "punctuated_word": "soft-work" + }, + { + "word": "this", + "start": 1308.82, + "end": 1309.02, + "confidence": 0.53776187, + "speaker": 0, + "speaker_confidence": 0.70996094, + "punctuated_word": "this" + }, + { + "word": "in", + "start": 1309.02, + "end": 1309.14, + "confidence": 0.80716723, + "speaker": 0, + "speaker_confidence": 0.70996094, + "punctuated_word": "in" + }, + { + "word": "or", + "start": 1309.14, + "end": 1309.28, + "confidence": 0.9425789, + "speaker": 0, + "speaker_confidence": 0.70996094, + "punctuated_word": "or" + }, + { + "word": "any", + "start": 1309.28, + "end": 1309.46, + "confidence": 0.7935399, + "speaker": 0, + "speaker_confidence": 0.70996094, + "punctuated_word": "any" + }, + { + "word": "quantum", + "start": 1309.46, + "end": 1309.82, + "confidence": 0.6889441, + "speaker": 0, + "speaker_confidence": 0.70996094, + "punctuated_word": "quantum" + }, + { + "word": "stuff", + "start": 1309.82, + "end": 1310.02, + "confidence": 0.90266234, + "speaker": 0, + "speaker_confidence": 0.70996094, + "punctuated_word": "stuff," + }, + { + "word": "but", + "start": 1310.02, + "end": 1310.16, + "confidence": 0.9978884, + "speaker": 0, + "speaker_confidence": 0.70996094, + "punctuated_word": "but" + }, + { + "word": "it's", + "start": 1310.16, + "end": 1310.38, + "confidence": 0.88941985, + "speaker": 0, + "speaker_confidence": 0.70996094, + "punctuated_word": "it's" + }, + { + "word": "just", + "start": 1310.38, + "end": 1310.44, + "confidence": 0.9069959, + "speaker": 0, + "speaker_confidence": 0.70996094, + "punctuated_word": "just" + }, + { + "word": "sort", + "start": 1310.44, + "end": 1310.64, + "confidence": 0.8779335, + "speaker": 0, + "speaker_confidence": 0.70996094, + "punctuated_word": "sort" + }, + { + "word": "of", + "start": 1310.64, + "end": 1310.74, + "confidence": 0.8018869, + "speaker": 0, + "speaker_confidence": 0.70996094, + "punctuated_word": "of" + }, + { + "word": "like", + "start": 1310.74, + "end": 1310.92, + "confidence": 0.9115693, + "speaker": 0, + "speaker_confidence": 0.6098633, + "punctuated_word": "like" + }, + { + "word": "looking", + "start": 1310.92, + "end": 1311.28, + "confidence": 0.89566916, + "speaker": 0, + "speaker_confidence": 0.6098633, + "punctuated_word": "looking" + }, + { + "word": "at", + "start": 1311.28, + "end": 1311.4, + "confidence": 0.7099398, + "speaker": 0, + "speaker_confidence": 0.6098633, + "punctuated_word": "at" + }, + { + "word": "all", + "start": 1311.4, + "end": 1311.56, + "confidence": 0.9281225, + "speaker": 0, + "speaker_confidence": 0.6098633, + "punctuated_word": "all" + }, + { + "word": "these", + "start": 1311.56, + "end": 1311.68, + "confidence": 0.39640749, + "speaker": 0, + "speaker_confidence": 0.6098633, + "punctuated_word": "these" + }, + { + "word": "quantum", + "start": 1311.68, + "end": 1312.18, + "confidence": 0.9987109, + "speaker": 0, + "speaker_confidence": 0.6098633, + "punctuated_word": "quantum" + }, + { + "word": "signatures", + "start": 1312.28, + "end": 1312.68, + "confidence": 0.8953972, + "speaker": 0, + "speaker_confidence": 0.6098633, + "punctuated_word": "signatures" + }, + { + "word": "and", + "start": 1312.68, + "end": 1312.8, + "confidence": 0.94922435, + "speaker": 0, + "speaker_confidence": 0.6098633, + "punctuated_word": "and" + }, + { + "word": "you're", + "start": 1312.8, + "end": 1313.0, + "confidence": 0.8769596, + "speaker": 0, + "speaker_confidence": 0.6098633, + "punctuated_word": "you're" + }, + { + "word": "like", + "start": 1313.0, + "end": 1313.16, + "confidence": 0.8397915, + "speaker": 0, + "speaker_confidence": 0.6098633, + "punctuated_word": "like" + }, + { + "word": "oh", + "start": 1313.16, + "end": 1313.44, + "confidence": 0.8959412, + "speaker": 0, + "speaker_confidence": 0.6098633, + "punctuated_word": "oh" + }, + { + "word": "there", + "start": 1313.44, + "end": 1313.6, + "confidence": 0.999716, + "speaker": 0, + "speaker_confidence": 0.6098633, + "punctuated_word": "there" + }, + { + "word": "are", + "start": 1313.6, + "end": 1313.76, + "confidence": 0.89353293, + "speaker": 0, + "speaker_confidence": 0.6098633, + "punctuated_word": "are" + }, + { + "word": "a", + "start": 1313.76, + "end": 1313.86, + "confidence": 0.9090254, + "speaker": 0, + "speaker_confidence": 0.6098633, + "punctuated_word": "a" + }, + { + "word": "lot", + "start": 1313.86, + "end": 1314.06, + "confidence": 0.70161265, + "speaker": 0, + "speaker_confidence": 0.6098633, + "punctuated_word": "lot" + }, + { + "word": "of", + "start": 1314.06, + "end": 1314.14, + "confidence": 0.80830044, + "speaker": 0, + "speaker_confidence": 0.6098633, + "punctuated_word": "of" + }, + { + "word": "problems", + "start": 1314.14, + "end": 1314.52, + "confidence": 0.8649799, + "speaker": 0, + "speaker_confidence": 0.6098633, + "punctuated_word": "problems" + }, + { + "word": "here", + "start": 1314.52, + "end": 1314.76, + "confidence": 0.9017943, + "speaker": 0, + "speaker_confidence": 0.6098633, + "punctuated_word": "here" + }, + { + "word": "and", + "start": 1314.76, + "end": 1314.86, + "confidence": 0.99995446, + "speaker": 0, + "speaker_confidence": 0.5385742, + "punctuated_word": "and" + }, + { + "word": "it's", + "start": 1314.86, + "end": 1315.08, + "confidence": 0.8818779, + "speaker": 0, + "speaker_confidence": 0.5385742, + "punctuated_word": "it's" + }, + { + "word": "like", + "start": 1315.08, + "end": 1315.24, + "confidence": 0.9989737, + "speaker": 0, + "speaker_confidence": 0.5385742, + "punctuated_word": "like" + }, + { + "word": "well", + "start": 1315.24, + "end": 1315.48, + "confidence": 0.89614266, + "speaker": 0, + "speaker_confidence": 0.5385742, + "punctuated_word": "well" + }, + { + "word": "if", + "start": 1315.48, + "end": 1315.64, + "confidence": 0.9508459, + "speaker": 0, + "speaker_confidence": 0.5385742, + "punctuated_word": "if" + }, + { + "word": "you're", + "start": 1315.64, + "end": 1315.84, + "confidence": 0.8594658, + "speaker": 0, + "speaker_confidence": 0.5385742, + "punctuated_word": "you're" + }, + { + "word": "going", + "start": 1315.84, + "end": 1316.14, + "confidence": 0.8131688, + "speaker": 0, + "speaker_confidence": 0.5385742, + "punctuated_word": "going" + }, + { + "word": "you", + "start": 1316.14, + "end": 1316.2, + "confidence": 0.89588916, + "speaker": 0, + "speaker_confidence": 0.5385742, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 1316.2, + "end": 1316.4, + "confidence": 0.8959208, + "speaker": 0, + "speaker_confidence": 0.5385742, + "punctuated_word": "know" + }, + { + "word": "if", + "start": 1316.4, + "end": 1316.52, + "confidence": 0.9094747, + "speaker": 0, + "speaker_confidence": 0.5385742, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 1316.52, + "end": 1316.68, + "confidence": 0.82003635, + "speaker": 0, + "speaker_confidence": 0.5385742, + "punctuated_word": "you" + }, + { + "word": "do", + "start": 1316.68, + "end": 1316.82, + "confidence": 0.91182095, + "speaker": 0, + "speaker_confidence": 0.5385742, + "punctuated_word": "do" + }, + { + "word": "end", + "start": 1316.82, + "end": 1316.98, + "confidence": 0.9090349, + "speaker": 0, + "speaker_confidence": 0.5385742, + "punctuated_word": "end" + }, + { + "word": "up", + "start": 1316.98, + "end": 1317.16, + "confidence": 0.9994593, + "speaker": 0, + "speaker_confidence": 0.5385742, + "punctuated_word": "up" + }, + { + "word": "in", + "start": 1317.16, + "end": 1317.28, + "confidence": 0.779787, + "speaker": 0, + "speaker_confidence": 0.5385742, + "punctuated_word": "in" + }, + { + "word": "a", + "start": 1317.28, + "end": 1317.4, + "confidence": 0.8953397, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "a" + }, + { + "word": "situation", + "start": 1317.4, + "end": 1317.86, + "confidence": 0.90091616, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "situation" + }, + { + "word": "where", + "start": 1317.86, + "end": 1318.04, + "confidence": 0.8142847, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "where" + }, + { + "word": "you", + "start": 1318.04, + "end": 1318.18, + "confidence": 0.9061078, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "you" + }, + { + "word": "need", + "start": 1318.18, + "end": 1318.38, + "confidence": 0.44472384, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "need" + }, + { + "word": "to", + "start": 1318.38, + "end": 1318.52, + "confidence": 0.99942374, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "to" + }, + { + "word": "use", + "start": 1318.52, + "end": 1318.74, + "confidence": 0.8865654, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "use" + }, + { + "word": "this", + "start": 1318.74, + "end": 1319.24, + "confidence": 0.6993655, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "this" + }, + { + "word": "i", + "start": 1320.02, + "end": 1320.2, + "confidence": 0.78259087, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 1320.2, + "end": 1320.62, + "confidence": 0.88947535, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "think" + }, + { + "word": "an", + "start": 1320.62, + "end": 1320.78, + "confidence": 0.5742093, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "an" + }, + { + "word": "opcode", + "start": 1320.78, + "end": 1321.28, + "confidence": 0.88880193, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "opcode" + }, + { + "word": "like", + "start": 1321.3, + "end": 1321.5, + "confidence": 0.8927001, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "like" + }, + { + "word": "this", + "start": 1321.5, + "end": 1321.78, + "confidence": 0.8633808, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "this" + }, + { + "word": "or", + "start": 1321.78, + "end": 1321.92, + "confidence": 0.80049264, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "or" + }, + { + "word": "maybe", + "start": 1321.92, + "end": 1322.12, + "confidence": 0.6462045, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "maybe" + }, + { + "word": "someone", + "start": 1322.12, + "end": 1322.36, + "confidence": 0.9159815, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "someone" + }, + { + "word": "has", + "start": 1322.36, + "end": 1322.48, + "confidence": 0.83421713, + "speaker": 0, + "speaker_confidence": 0.6894531, + "punctuated_word": "has" + }, + { + "word": "a", + "start": 1322.48, + "end": 1322.56, + "confidence": 0.2684761, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "a" + }, + { + "word": "better", + "start": 1322.56, + "end": 1322.8, + "confidence": 0.9986487, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "better" + }, + { + "word": "idea", + "start": 1322.8, + "end": 1323.16, + "confidence": 0.8824399, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "idea," + }, + { + "word": "but", + "start": 1323.16, + "end": 1323.48, + "confidence": 0.88046783, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "but" + }, + { + "word": "something", + "start": 1323.48, + "end": 1323.9, + "confidence": 0.884255, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "something" + }, + { + "word": "like", + "start": 1323.9, + "end": 1324.16, + "confidence": 0.83486885, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "like" + }, + { + "word": "this", + "start": 1324.16, + "end": 1324.54, + "confidence": 0.7547121, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "this" + }, + { + "word": "would", + "start": 1324.54, + "end": 1325.04, + "confidence": 0.99014544, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "would" + }, + { + "word": "help", + "start": 1325.6, + "end": 1325.86, + "confidence": 0.8897886, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "help" + }, + { + "word": "a", + "start": 1325.86, + "end": 1326.02, + "confidence": 0.45348695, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "a" + }, + { + "word": "lot", + "start": 1326.02, + "end": 1326.34, + "confidence": 0.52332723, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "lot," + }, + { + "word": "right", + "start": 1326.34, + "end": 1326.58, + "confidence": 0.3868917, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "right?" + }, + { + "word": "because", + "start": 1326.58, + "end": 1326.96, + "confidence": 0.854404, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "Because" + }, + { + "word": "then", + "start": 1326.96, + "end": 1327.38, + "confidence": 0.8057744, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "then" + }, + { + "word": "it", + "start": 1327.38, + "end": 1327.58, + "confidence": 0.74951106, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "it" + }, + { + "word": "becomes", + "start": 1327.58, + "end": 1327.96, + "confidence": 0.91501004, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "becomes" + }, + { + "word": "very", + "start": 1327.96, + "end": 1328.24, + "confidence": 0.5938404, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "very" + }, + { + "word": "signature", + "start": 1328.24, + "end": 1328.72, + "confidence": 0.94809616, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "signature" + }, + { + "word": "heavy", + "start": 1328.72, + "end": 1328.94, + "confidence": 0.45389855, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "heavy." + }, + { + "word": "the", + "start": 1328.94, + "end": 1329.06, + "confidence": 0.8938996, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "The" + }, + { + "word": "witnesses", + "start": 1329.06, + "end": 1329.48, + "confidence": 0.69684184, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "witnesses" + }, + { + "word": "are", + "start": 1329.48, + "end": 1329.64, + "confidence": 0.85225475, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "are" + }, + { + "word": "like", + "start": 1329.64, + "end": 1329.92, + "confidence": 0.99400806, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "like" + }, + { + "word": "90%", + "start": 1329.92, + "end": 1330.42, + "confidence": 0.8980886, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "90%" + }, + { + "word": "of", + "start": 1330.76, + "end": 1331.06, + "confidence": 0.7970544, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 1331.06, + "end": 1331.26, + "confidence": 0.83386105, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "the" + }, + { + "word": "whole", + "start": 1331.26, + "end": 1331.48, + "confidence": 0.6051416, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "whole" + }, + { + "word": "block", + "start": 1331.48, + "end": 1331.98, + "confidence": 0.21785246, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "block." + }, + { + "word": "and", + "start": 1331.98, + "end": 1332.16, + "confidence": 0.99995935, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "And" + }, + { + "word": "it's", + "start": 1332.16, + "end": 1332.34, + "confidence": 0.8617803, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "it's" + }, + { + "word": "like", + "start": 1332.34, + "end": 1332.5, + "confidence": 0.89176065, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "like," + }, + { + "word": "oh", + "start": 1332.5, + "end": 1332.88, + "confidence": 0.9012917, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "oh," + }, + { + "word": "getting", + "start": 1332.88, + "end": 1333.14, + "confidence": 0.5799363, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "getting" + }, + { + "word": "down", + "start": 1333.14, + "end": 1333.32, + "confidence": 0.6709453, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "down" + }, + { + "word": "the", + "start": 1333.32, + "end": 1333.48, + "confidence": 0.7376622, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "the" + }, + { + "word": "size", + "start": 1333.48, + "end": 1333.68, + "confidence": 0.8826117, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "size" + }, + { + "word": "with", + "start": 1333.68, + "end": 1333.86, + "confidence": 0.3137223, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "with" + }, + { + "word": "this", + "start": 1333.86, + "end": 1334.06, + "confidence": 0.99992025, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "this" + }, + { + "word": "would", + "start": 1334.06, + "end": 1334.14, + "confidence": 0.88399494, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "would" + }, + { + "word": "be", + "start": 1334.14, + "end": 1334.24, + "confidence": 0.9972964, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "be" + }, + { + "word": "great", + "start": 1334.24, + "end": 1334.74, + "confidence": 0.19719231, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "great." + }, + { + "word": "so", + "start": 1335.06, + "end": 1335.22, + "confidence": 0.8228717, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "So" + }, + { + "word": "yeah", + "start": 1335.22, + "end": 1335.52, + "confidence": 0.7487229, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "yeah," + }, + { + "word": "thanks", + "start": 1335.52, + "end": 1335.72, + "confidence": 0.71638507, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "thanks" + }, + { + "word": "for", + "start": 1335.72, + "end": 1335.88, + "confidence": 0.98503834, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "for" + }, + { + "word": "listening", + "start": 1335.88, + "end": 1336.38, + "confidence": 0.0670176, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "listening." + }, + { + "word": "i", + "start": 1336.5, + "end": 1336.64, + "confidence": 0.89393747, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "I" + }, + { + "word": "guess", + "start": 1336.64, + "end": 1337.02, + "confidence": 0.880489, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "guess" + }, + { + "word": "we", + "start": 1337.02, + "end": 1337.22, + "confidence": 0.99911815, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "we" + }, + { + "word": "have", + "start": 1337.22, + "end": 1337.36, + "confidence": 0.7901668, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "have" + }, + { + "word": "a", + "start": 1337.36, + "end": 1337.44, + "confidence": 0.40185234, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "a" + }, + { + "word": "couple", + "start": 1337.44, + "end": 1337.64, + "confidence": 0.8629991, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "couple" + }, + { + "word": "of", + "start": 1337.64, + "end": 1337.72, + "confidence": 0.8581386, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "of" + }, + { + "word": "minutes", + "start": 1337.72, + "end": 1337.96, + "confidence": 0.8936471, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "minutes" + }, + { + "word": "for", + "start": 1337.96, + "end": 1338.08, + "confidence": 0.60420895, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "for" + }, + { + "word": "questions", + "start": 1338.08, + "end": 1338.48, + "confidence": 0.15611334, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "questions," + }, + { + "word": "if", + "start": 1338.48, + "end": 1338.58, + "confidence": 0.8831882, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "if" + }, + { + "word": "people", + "start": 1338.58, + "end": 1338.8, + "confidence": 0.81624454, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "people" + }, + { + "word": "have", + "start": 1338.8, + "end": 1338.92, + "confidence": 0.97742087, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "have" + }, + { + "word": "any", + "start": 1338.92, + "end": 1339.4, + "confidence": 0.30900455, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "any." + }, + { + "word": "but", + "start": 1339.4, + "end": 1339.62, + "confidence": 0.98454756, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "But" + }, + { + "word": "yeah", + "start": 1339.62, + "end": 1339.82, + "confidence": 0.90670735, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "yeah," + }, + { + "word": "if", + "start": 1339.82, + "end": 1339.96, + "confidence": 0.81511474, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 1339.96, + "end": 1340.26, + "confidence": 0.90916115, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "you" + }, + { + "word": "tell", + "start": 1340.26, + "end": 1340.46, + "confidence": 0.8206464, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "tell" + }, + { + "word": "me", + "start": 1340.46, + "end": 1340.54, + "confidence": 0.91184765, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "me" + }, + { + "word": "why", + "start": 1340.54, + "end": 1340.68, + "confidence": 0.89858043, + "speaker": 0, + "speaker_confidence": 0.83496094, + "punctuated_word": "why" + }, + { + "word": "it", + "start": 1340.68, + "end": 1340.74, + "confidence": 0.9999702, + "speaker": 0, + "speaker_confidence": 0.16992188, + "punctuated_word": "it" + }, + { + "word": "won't", + "start": 1340.74, + "end": 1341.0, + "confidence": 0.8118318, + "speaker": 0, + "speaker_confidence": 0.16992188, + "punctuated_word": "won't" + }, + { + "word": "work", + "start": 1341.0, + "end": 1341.26, + "confidence": 0.9999155, + "speaker": 0, + "speaker_confidence": 0.16992188, + "punctuated_word": "work" + }, + { + "word": "or", + "start": 1341.26, + "end": 1341.38, + "confidence": 0.89597833, + "speaker": 0, + "speaker_confidence": 0.16992188, + "punctuated_word": "or" + }, + { + "word": "if", + "start": 1341.38, + "end": 1341.5, + "confidence": 0.8811274, + "speaker": 0, + "speaker_confidence": 0.16992188, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 1341.5, + "end": 1341.6, + "confidence": 0.99968827, + "speaker": 0, + "speaker_confidence": 0.16992188, + "punctuated_word": "you" + }, + { + "word": "have", + "start": 1341.6, + "end": 1341.72, + "confidence": 0.8224135, + "speaker": 0, + "speaker_confidence": 0.16992188, + "punctuated_word": "have" + }, + { + "word": "a", + "start": 1341.72, + "end": 1341.82, + "confidence": 0.893673, + "speaker": 0, + "speaker_confidence": 0.32714844, + "punctuated_word": "a" + }, + { + "word": "better", + "start": 1341.82, + "end": 1342.0, + "confidence": 0.9689491, + "speaker": 0, + "speaker_confidence": 0.32714844, + "punctuated_word": "better" + }, + { + "word": "way", + "start": 1342.0, + "end": 1342.26, + "confidence": 0.6981423, + "speaker": 0, + "speaker_confidence": 0.32714844, + "punctuated_word": "way," + }, + { + "word": "then", + "start": 1342.26, + "end": 1342.44, + "confidence": 0.9877372, + "speaker": 0, + "speaker_confidence": 0.32714844, + "punctuated_word": "then" + }, + { + "word": "great", + "start": 1342.44, + "end": 1342.94, + "confidence": 0.025555206, + "speaker": 0, + "speaker_confidence": 0.32714844, + "punctuated_word": "great." + }, + { + "word": "thanks", + "start": 1343.54, + "end": 1344.04, + "confidence": 0.040240634, + "speaker": 0, + "speaker_confidence": 0.32714844, + "punctuated_word": "Thanks." + }, + { + "word": "cool", + "start": 1345.14, + "end": 1345.64, + "confidence": 0.28100556, + "speaker": 1, + "speaker_confidence": 0.0, + "punctuated_word": "Cool." + }, + { + "word": "amazing", + "start": 1353.06, + "end": 1353.26, + "confidence": 0.63576084, + "speaker": 2, + "speaker_confidence": 0.3701172, + "punctuated_word": "Amazing" + }, + { + "word": "work", + "start": 1353.26, + "end": 1353.76, + "confidence": 0.38967296, + "speaker": 2, + "speaker_confidence": 0.3701172, + "punctuated_word": "work." + }, + { + "word": "good", + "start": 1353.92, + "end": 1354.18, + "confidence": 0.98312896, + "speaker": 2, + "speaker_confidence": 0.3701172, + "punctuated_word": "Good" + }, + { + "word": "stuff", + "start": 1354.18, + "end": 1354.68, + "confidence": 0.2744653, + "speaker": 2, + "speaker_confidence": 0.3701172, + "punctuated_word": "stuff." + }, + { + "word": "looks", + "start": 1355.24, + "end": 1355.5, + "confidence": 0.85196626, + "speaker": 2, + "speaker_confidence": 0.3701172, + "punctuated_word": "Looks" + }, + { + "word": "pretty", + "start": 1355.5, + "end": 1355.74, + "confidence": 0.8646602, + "speaker": 2, + "speaker_confidence": 0.3701172, + "punctuated_word": "pretty" + }, + { + "word": "cool", + "start": 1355.74, + "end": 1356.24, + "confidence": 0.45037597, + "speaker": 2, + "speaker_confidence": 0.56689453, + "punctuated_word": "cool." + }, + { + "word": "this", + "start": 1357.58, + "end": 1357.9, + "confidence": 0.7611183, + "speaker": 2, + "speaker_confidence": 0.56689453, + "punctuated_word": "This" + }, + { + "word": "only", + "start": 1357.9, + "end": 1358.22, + "confidence": 0.706284, + "speaker": 2, + "speaker_confidence": 0.56689453, + "punctuated_word": "only" + }, + { + "word": "really", + "start": 1358.22, + "end": 1358.52, + "confidence": 0.8188826, + "speaker": 2, + "speaker_confidence": 0.56689453, + "punctuated_word": "really" + }, + { + "word": "works", + "start": 1358.52, + "end": 1359.02, + "confidence": 0.83198017, + "speaker": 2, + "speaker_confidence": 0.56689453, + "punctuated_word": "works" + }, + { + "word": "if", + "start": 1359.14, + "end": 1359.44, + "confidence": 0.34681055, + "speaker": 2, + "speaker_confidence": 0.56689453, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 1359.44, + "end": 1359.94, + "confidence": 0.601201, + "speaker": 2, + "speaker_confidence": 0.56689453, + "punctuated_word": "you," + }, + { + "word": "like", + "start": 1360.9, + "end": 1361.2, + "confidence": 0.99499786, + "speaker": 2, + "speaker_confidence": 0.6303711, + "punctuated_word": "like" + }, + { + "word": "so", + "start": 1361.2, + "end": 1361.52, + "confidence": 0.89117575, + "speaker": 2, + "speaker_confidence": 0.6303711, + "punctuated_word": "so" + }, + { + "word": "this", + "start": 1361.52, + "end": 1361.72, + "confidence": 0.85090363, + "speaker": 2, + "speaker_confidence": 0.6303711, + "punctuated_word": "this" + }, + { + "word": "is", + "start": 1361.72, + "end": 1361.88, + "confidence": 0.7578845, + "speaker": 2, + "speaker_confidence": 0.6303711, + "punctuated_word": "is" + }, + { + "word": "on", + "start": 1361.88, + "end": 1362.04, + "confidence": 0.7843383, + "speaker": 2, + "speaker_confidence": 0.6303711, + "punctuated_word": "on" + }, + { + "word": "the", + "start": 1362.04, + "end": 1362.14, + "confidence": 0.8031964, + "speaker": 2, + "speaker_confidence": 0.6303711, + "punctuated_word": "the" + }, + { + "word": "transaction", + "start": 1362.14, + "end": 1362.64, + "confidence": 0.5540474, + "speaker": 2, + "speaker_confidence": 0.6303711, + "punctuated_word": "transaction" + }, + { + "word": "level", + "start": 1362.7, + "end": 1363.2, + "confidence": 0.8992849, + "speaker": 2, + "speaker_confidence": 0.6303711, + "punctuated_word": "level" + }, + { + "word": "and", + "start": 1363.7, + "end": 1364.2, + "confidence": 0.86220455, + "speaker": 2, + "speaker_confidence": 0.6303711, + "punctuated_word": "and" + }, + { + "word": "it", + "start": 1364.28, + "end": 1364.44, + "confidence": 0.8432206, + "speaker": 2, + "speaker_confidence": 0.6303711, + "punctuated_word": "it" + }, + { + "word": "would", + "start": 1364.44, + "end": 1364.76, + "confidence": 0.7647656, + "speaker": 2, + "speaker_confidence": 0.6303711, + "punctuated_word": "would" + }, + { + "word": "only", + "start": 1364.76, + "end": 1365.02, + "confidence": 0.80309474, + "speaker": 2, + "speaker_confidence": 0.6303711, + "punctuated_word": "only" + }, + { + "word": "really", + "start": 1365.02, + "end": 1365.24, + "confidence": 0.6022248, + "speaker": 2, + "speaker_confidence": 0.6303711, + "punctuated_word": "really" + }, + { + "word": "work", + "start": 1365.24, + "end": 1365.48, + "confidence": 0.705814, + "speaker": 2, + "speaker_confidence": 0.6303711, + "punctuated_word": "work" + }, + { + "word": "if", + "start": 1365.48, + "end": 1365.62, + "confidence": 0.44904214, + "speaker": 2, + "speaker_confidence": 0.2211914, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 1365.62, + "end": 1366.1, + "confidence": 0.22799096, + "speaker": 2, + "speaker_confidence": 0.2211914, + "punctuated_word": "you" + }, + { + "word": "for", + "start": 1366.1, + "end": 1366.58, + "confidence": 0.99754936, + "speaker": 2, + "speaker_confidence": 0.2211914, + "punctuated_word": "for" + }, + { + "word": "the", + "start": 1366.58, + "end": 1366.74, + "confidence": 0.8411317, + "speaker": 2, + "speaker_confidence": 0.2211914, + "punctuated_word": "the" + }, + { + "word": "one", + "start": 1366.74, + "end": 1367.0, + "confidence": 0.54146034, + "speaker": 2, + "speaker_confidence": 0.2211914, + "punctuated_word": "one" + }, + { + "word": "wallet", + "start": 1367.0, + "end": 1367.38, + "confidence": 0.41403398, + "speaker": 2, + "speaker_confidence": 0.2211914, + "punctuated_word": "wallet" + }, + { + "word": "right", + "start": 1367.38, + "end": 1367.58, + "confidence": 0.87430066, + "speaker": 2, + "speaker_confidence": 0.11425781, + "punctuated_word": "right" + }, + { + "word": "like", + "start": 1367.58, + "end": 1367.78, + "confidence": 0.5655266, + "speaker": 2, + "speaker_confidence": 0.11425781, + "punctuated_word": "like" + }, + { + "word": "for", + "start": 1367.78, + "end": 1367.94, + "confidence": 0.43682477, + "speaker": 2, + "speaker_confidence": 0.11425781, + "punctuated_word": "for" + }, + { + "word": "integrating", + "start": 1367.94, + "end": 1368.44, + "confidence": 0.9963408, + "speaker": 2, + "speaker_confidence": 0.57958984, + "punctuated_word": "integrating" + }, + { + "word": "aggregating", + "start": 1369.86, + "end": 1370.36, + "confidence": 0.85436994, + "speaker": 2, + "speaker_confidence": 0.57958984, + "punctuated_word": "aggregating" + }, + { + "word": "signatures", + "start": 1370.38, + "end": 1370.88, + "confidence": 0.7244129, + "speaker": 2, + "speaker_confidence": 0.57958984, + "punctuated_word": "signatures" + }, + { + "word": "for", + "start": 1370.92, + "end": 1371.18, + "confidence": 0.5876961, + "speaker": 2, + "speaker_confidence": 0.57958984, + "punctuated_word": "for" + }, + { + "word": "multiple", + "start": 1371.18, + "end": 1371.66, + "confidence": 0.9538104, + "speaker": 2, + "speaker_confidence": 0.57958984, + "punctuated_word": "multiple" + }, + { + "word": "utxos", + "start": 1371.66, + "end": 1372.16, + "confidence": 0.86385274, + "speaker": 2, + "speaker_confidence": 0.57958984, + "punctuated_word": "UTXOs" + }, + { + "word": "in", + "start": 1372.2, + "end": 1372.4, + "confidence": 0.8053739, + "speaker": 2, + "speaker_confidence": 0.57958984, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 1372.4, + "end": 1372.54, + "confidence": 0.86133677, + "speaker": 2, + "speaker_confidence": 0.57958984, + "punctuated_word": "the" + }, + { + "word": "same", + "start": 1372.54, + "end": 1372.76, + "confidence": 0.9453493, + "speaker": 2, + "speaker_confidence": 0.57958984, + "punctuated_word": "same" + }, + { + "word": "wallet", + "start": 1372.76, + "end": 1373.14, + "confidence": 0.8914451, + "speaker": 2, + "speaker_confidence": 0.57958984, + "punctuated_word": "wallet," + }, + { + "word": "correct", + "start": 1373.14, + "end": 1373.44, + "confidence": 0.13079302, + "speaker": 2, + "speaker_confidence": 0.57958984, + "punctuated_word": "correct?" + }, + { + "word": "yeah", + "start": 1373.44, + "end": 1373.94, + "confidence": 0.81621546, + "speaker": 2, + "speaker_confidence": 0.4165039, + "punctuated_word": "Yeah," + }, + { + "word": "yeah", + "start": 1373.94, + "end": 1374.28, + "confidence": 0.2472439, + "speaker": 2, + "speaker_confidence": 0.4165039, + "punctuated_word": "yeah." + }, + { + "word": "so", + "start": 1374.28, + "end": 1374.52, + "confidence": 0.83906525, + "speaker": 2, + "speaker_confidence": 0.4165039, + "punctuated_word": "So" + }, + { + "word": "this", + "start": 1374.52, + "end": 1374.72, + "confidence": 0.99994886, + "speaker": 2, + "speaker_confidence": 0.4165039, + "punctuated_word": "this" + }, + { + "word": "doesn't", + "start": 1374.72, + "end": 1374.96, + "confidence": 0.7622178, + "speaker": 2, + "speaker_confidence": 0.4165039, + "punctuated_word": "doesn't" + }, + { + "word": "really", + "start": 1374.96, + "end": 1375.44, + "confidence": 0.7836805, + "speaker": 2, + "speaker_confidence": 0.4165039, + "punctuated_word": "really" + }, + { + "word": "scale", + "start": 1375.44, + "end": 1375.92, + "confidence": 0.6064824, + "speaker": 2, + "speaker_confidence": 0.4165039, + "punctuated_word": "scale" + }, + { + "word": "bitcoin", + "start": 1375.92, + "end": 1376.42, + "confidence": 0.97105396, + "speaker": 2, + "speaker_confidence": 0.4165039, + "punctuated_word": "Bitcoin" + }, + { + "word": "in", + "start": 1376.48, + "end": 1376.64, + "confidence": 0.90412915, + "speaker": 2, + "speaker_confidence": 0.4165039, + "punctuated_word": "in" + }, + { + "word": "a", + "start": 1376.64, + "end": 1376.76, + "confidence": 0.52781785, + "speaker": 2, + "speaker_confidence": 0.5576172, + "punctuated_word": "a" + }, + { + "word": "way", + "start": 1376.76, + "end": 1377.18, + "confidence": 0.999438, + "speaker": 2, + "speaker_confidence": 0.5576172, + "punctuated_word": "way" + }, + { + "word": "that", + "start": 1377.18, + "end": 1377.66, + "confidence": 0.63347256, + "speaker": 2, + "speaker_confidence": 0.5576172, + "punctuated_word": "that," + }, + { + "word": "say", + "start": 1377.66, + "end": 1377.98, + "confidence": 0.6240989, + "speaker": 2, + "speaker_confidence": 0.5576172, + "punctuated_word": "say," + }, + { + "word": "bls", + "start": 1377.98, + "end": 1378.48, + "confidence": 0.5706465, + "speaker": 2, + "speaker_confidence": 0.5576172, + "punctuated_word": "BLS" + }, + { + "word": "block-wide", + "start": 1378.58, + "end": 1379.08, + "confidence": 0.80307484, + "speaker": 2, + "speaker_confidence": 0.5576172, + "punctuated_word": "block-wide" + }, + { + "word": "signature", + "start": 1379.26, + "end": 1379.76, + "confidence": 0.99517715, + "speaker": 2, + "speaker_confidence": 0.5576172, + "punctuated_word": "signature" + }, + { + "word": "aggregation", + "start": 1379.8, + "end": 1380.3, + "confidence": 0.8557112, + "speaker": 2, + "speaker_confidence": 0.5576172, + "punctuated_word": "aggregation" + }, + { + "word": "would", + "start": 1380.34, + "end": 1380.84, + "confidence": 0.19073102, + "speaker": 2, + "speaker_confidence": 0.5576172, + "punctuated_word": "would." + }, + { + "word": "no", + "start": 1380.9, + "end": 1381.1, + "confidence": 0.5484725, + "speaker": 0, + "speaker_confidence": 0.49267578, + "punctuated_word": "No," + }, + { + "word": "no", + "start": 1381.1, + "end": 1381.26, + "confidence": 0.79443324, + "speaker": 0, + "speaker_confidence": 0.49267578, + "punctuated_word": "no," + }, + { + "word": "i", + "start": 1381.26, + "end": 1381.42, + "confidence": 0.66773176, + "speaker": 0, + "speaker_confidence": 0.49267578, + "punctuated_word": "I" + }, + { + "word": "mean", + "start": 1381.42, + "end": 1381.92, + "confidence": 0.5509351, + "speaker": 0, + "speaker_confidence": 0.49267578, + "punctuated_word": "mean," + }, + { + "word": "there's", + "start": 1382.08, + "end": 1382.3, + "confidence": 0.8907071, + "speaker": 0, + "speaker_confidence": 0.49267578, + "punctuated_word": "there's" + }, + { + "word": "no", + "start": 1382.3, + "end": 1382.44, + "confidence": 0.9013554, + "speaker": 0, + "speaker_confidence": 0.49267578, + "punctuated_word": "no" + }, + { + "word": "reason", + "start": 1382.44, + "end": 1382.68, + "confidence": 0.80438673, + "speaker": 0, + "speaker_confidence": 0.49267578, + "punctuated_word": "reason" + }, + { + "word": "to", + "start": 1382.68, + "end": 1382.78, + "confidence": 0.89777714, + "speaker": 0, + "speaker_confidence": 0.49267578, + "punctuated_word": "to" + }, + { + "word": "use", + "start": 1382.78, + "end": 1382.96, + "confidence": 0.9039905, + "speaker": 0, + "speaker_confidence": 0.49267578, + "punctuated_word": "use" + }, + { + "word": "it", + "start": 1382.96, + "end": 1383.04, + "confidence": 0.73539174, + "speaker": 0, + "speaker_confidence": 0.49267578, + "punctuated_word": "it" + }, + { + "word": "now", + "start": 1383.04, + "end": 1383.54, + "confidence": 0.07050402, + "speaker": 0, + "speaker_confidence": 0.49267578, + "punctuated_word": "now." + }, + { + "word": "it", + "start": 1383.66, + "end": 1383.82, + "confidence": 0.7365268, + "speaker": 0, + "speaker_confidence": 0.49267578, + "punctuated_word": "It" + }, + { + "word": "only", + "start": 1383.82, + "end": 1384.12, + "confidence": 0.7645472, + "speaker": 0, + "speaker_confidence": 0.49267578, + "punctuated_word": "only" + }, + { + "word": "helps", + "start": 1384.12, + "end": 1384.62, + "confidence": 0.88981014, + "speaker": 0, + "speaker_confidence": 0.49267578, + "punctuated_word": "helps," + }, + { + "word": "it", + "start": 1384.82, + "end": 1384.94, + "confidence": 0.9055076, + "speaker": 0, + "speaker_confidence": 0.5263672, + "punctuated_word": "it" + }, + { + "word": "sort", + "start": 1384.94, + "end": 1385.14, + "confidence": 0.43462002, + "speaker": 0, + "speaker_confidence": 0.5263672, + "punctuated_word": "sort" + }, + { + "word": "of", + "start": 1385.14, + "end": 1385.32, + "confidence": 0.6453208, + "speaker": 0, + "speaker_confidence": 0.5263672, + "punctuated_word": "of" + }, + { + "word": "like", + "start": 1385.32, + "end": 1385.54, + "confidence": 0.89257544, + "speaker": 0, + "speaker_confidence": 0.5263672, + "punctuated_word": "like" + }, + { + "word": "makes", + "start": 1385.54, + "end": 1385.98, + "confidence": 0.8824918, + "speaker": 0, + "speaker_confidence": 0.5263672, + "punctuated_word": "makes" + }, + { + "word": "transition", + "start": 1385.98, + "end": 1386.48, + "confidence": 0.74748266, + "speaker": 0, + "speaker_confidence": 0.5263672, + "punctuated_word": "transition" + }, + { + "word": "to", + "start": 1386.5, + "end": 1386.66, + "confidence": 0.5279624, + "speaker": 0, + "speaker_confidence": 0.5263672, + "punctuated_word": "to" + }, + { + "word": "post-quantum", + "start": 1386.66, + "end": 1387.16, + "confidence": 0.9702818, + "speaker": 0, + "speaker_confidence": 0.5263672, + "punctuated_word": "post-quantum" + }, + { + "word": "less", + "start": 1387.38, + "end": 1387.7, + "confidence": 0.73102975, + "speaker": 0, + "speaker_confidence": 0.5263672, + "punctuated_word": "less" + }, + { + "word": "horrible", + "start": 1387.7, + "end": 1388.2, + "confidence": 0.042343955, + "speaker": 0, + "speaker_confidence": 0.5263672, + "punctuated_word": "horrible." + }, + { + "word": "this", + "start": 1389.4, + "end": 1389.58, + "confidence": 0.81252027, + "speaker": 2, + "speaker_confidence": 0.39160156, + "punctuated_word": "This" + }, + { + "word": "could", + "start": 1389.58, + "end": 1389.84, + "confidence": 0.42289162, + "speaker": 2, + "speaker_confidence": 0.39160156, + "punctuated_word": "could" + }, + { + "word": "maybe", + "start": 1389.84, + "end": 1390.08, + "confidence": 0.810459, + "speaker": 2, + "speaker_confidence": 0.39160156, + "punctuated_word": "maybe" + }, + { + "word": "like", + "start": 1390.08, + "end": 1390.28, + "confidence": 0.87283987, + "speaker": 2, + "speaker_confidence": 0.39160156, + "punctuated_word": "like" + }, + { + "word": "be", + "start": 1390.28, + "end": 1390.58, + "confidence": 0.8951178, + "speaker": 2, + "speaker_confidence": 0.39160156, + "punctuated_word": "be" + }, + { + "word": "good", + "start": 1390.58, + "end": 1390.84, + "confidence": 0.74277794, + "speaker": 2, + "speaker_confidence": 0.39160156, + "punctuated_word": "good" + }, + { + "word": "for", + "start": 1390.84, + "end": 1391.0, + "confidence": 0.8318011, + "speaker": 2, + "speaker_confidence": 0.39160156, + "punctuated_word": "for" + }, + { + "word": "maybe", + "start": 1391.0, + "end": 1391.28, + "confidence": 0.9470425, + "speaker": 2, + "speaker_confidence": 0.39160156, + "punctuated_word": "maybe" + }, + { + "word": "exchanges", + "start": 1391.28, + "end": 1391.78, + "confidence": 0.0282886, + "speaker": 2, + "speaker_confidence": 0.39160156, + "punctuated_word": "exchanges?" + }, + { + "word": "yeah", + "start": 1392.84, + "end": 1393.04, + "confidence": 0.71431476, + "speaker": 0, + "speaker_confidence": 0.1484375, + "punctuated_word": "Yeah," + }, + { + "word": "they", + "start": 1393.04, + "end": 1393.14, + "confidence": 0.8717569, + "speaker": 0, + "speaker_confidence": 0.1484375, + "punctuated_word": "they" + }, + { + "word": "could", + "start": 1393.14, + "end": 1393.34, + "confidence": 0.99869055, + "speaker": 0, + "speaker_confidence": 0.1484375, + "punctuated_word": "could" + }, + { + "word": "save", + "start": 1393.34, + "end": 1393.58, + "confidence": 0.89208084, + "speaker": 0, + "speaker_confidence": 0.1484375, + "punctuated_word": "save" + }, + { + "word": "a", + "start": 1393.58, + "end": 1393.68, + "confidence": 0.87653416, + "speaker": 0, + "speaker_confidence": 0.23925781, + "punctuated_word": "a" + }, + { + "word": "lot", + "start": 1393.68, + "end": 1393.94, + "confidence": 0.750484, + "speaker": 0, + "speaker_confidence": 0.23925781, + "punctuated_word": "lot" + }, + { + "word": "of", + "start": 1393.94, + "end": 1394.06, + "confidence": 0.5034908, + "speaker": 0, + "speaker_confidence": 0.23925781, + "punctuated_word": "of" + }, + { + "word": "space", + "start": 1394.06, + "end": 1394.28, + "confidence": 0.65187305, + "speaker": 0, + "speaker_confidence": 0.23925781, + "punctuated_word": "space," + }, + { + "word": "you", + "start": 1394.28, + "end": 1394.44, + "confidence": 0.7332621, + "speaker": 0, + "speaker_confidence": 0.23925781, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 1394.44, + "end": 1394.6, + "confidence": 0.6830323, + "speaker": 0, + "speaker_confidence": 0.041992188, + "punctuated_word": "know," + }, + { + "word": "because", + "start": 1394.6, + "end": 1394.8, + "confidence": 0.6710054, + "speaker": 0, + "speaker_confidence": 0.041992188, + "punctuated_word": "because" + }, + { + "word": "presumably", + "start": 1394.8, + "end": 1395.14, + "confidence": 0.8707237, + "speaker": 0, + "speaker_confidence": 0.041992188, + "punctuated_word": "presumably" + }, + { + "word": "they", + "start": 1395.14, + "end": 1395.28, + "confidence": 0.9943921, + "speaker": 0, + "speaker_confidence": 0.041992188, + "punctuated_word": "they" + }, + { + "word": "have", + "start": 1395.28, + "end": 1395.42, + "confidence": 0.90218294, + "speaker": 0, + "speaker_confidence": 0.041992188, + "punctuated_word": "have" + }, + { + "word": "a", + "start": 1395.42, + "end": 1395.54, + "confidence": 0.8772778, + "speaker": 0, + "speaker_confidence": 0.5683594, + "punctuated_word": "a" + }, + { + "word": "lot", + "start": 1395.54, + "end": 1395.72, + "confidence": 0.11193964, + "speaker": 0, + "speaker_confidence": 0.5683594, + "punctuated_word": "lot" + }, + { + "word": "of", + "start": 1395.72, + "end": 1395.92, + "confidence": 0.9994186, + "speaker": 0, + "speaker_confidence": 0.5683594, + "punctuated_word": "of" + }, + { + "word": "utxos", + "start": 1395.92, + "end": 1396.42, + "confidence": 0.8148238, + "speaker": 0, + "speaker_confidence": 0.5683594, + "punctuated_word": "UTXOs" + }, + { + "word": "and", + "start": 1396.56, + "end": 1396.8, + "confidence": 0.92876273, + "speaker": 0, + "speaker_confidence": 0.5683594, + "punctuated_word": "and" + }, + { + "word": "they're", + "start": 1396.8, + "end": 1397.28, + "confidence": 0.5294558, + "speaker": 0, + "speaker_confidence": 0.5683594, + "punctuated_word": "they're" + }, + { + "word": "doing", + "start": 1397.28, + "end": 1397.54, + "confidence": 0.90562236, + "speaker": 0, + "speaker_confidence": 0.5683594, + "punctuated_word": "doing" + }, + { + "word": "a", + "start": 1397.54, + "end": 1397.64, + "confidence": 0.51611865, + "speaker": 0, + "speaker_confidence": 0.5683594, + "punctuated_word": "a" + }, + { + "word": "lot", + "start": 1397.64, + "end": 1397.8, + "confidence": 0.4737505, + "speaker": 0, + "speaker_confidence": 0.5683594, + "punctuated_word": "lot" + }, + { + "word": "of", + "start": 1397.8, + "end": 1397.92, + "confidence": 0.49808908, + "speaker": 0, + "speaker_confidence": 0.5683594, + "punctuated_word": "of" + }, + { + "word": "consolidation", + "start": 1397.92, + "end": 1398.42, + "confidence": 0.71546084, + "speaker": 0, + "speaker_confidence": 0.5683594, + "punctuated_word": "consolidation" + }, + { + "word": "transactions", + "start": 1398.9, + "end": 1399.4, + "confidence": 0.8840429, + "speaker": 0, + "speaker_confidence": 0.5683594, + "punctuated_word": "transactions" + }, + { + "word": "a", + "start": 1399.44, + "end": 1399.54, + "confidence": 0.40163344, + "speaker": 0, + "speaker_confidence": 0.5683594, + "punctuated_word": "a" + }, + { + "word": "lot", + "start": 1399.54, + "end": 1399.84, + "confidence": 0.1388328, + "speaker": 0, + "speaker_confidence": 0.5683594, + "punctuated_word": "lot," + }, + { + "word": "so", + "start": 1399.84, + "end": 1400.06, + "confidence": 0.65744245, + "speaker": 0, + "speaker_confidence": 0.5683594, + "punctuated_word": "so" + }, + { + "word": "that", + "start": 1400.06, + "end": 1400.2, + "confidence": 0.83024484, + "speaker": 0, + "speaker_confidence": 0.5683594, + "punctuated_word": "that" + }, + { + "word": "they", + "start": 1400.2, + "end": 1400.32, + "confidence": 0.8748724, + "speaker": 0, + "speaker_confidence": 0.5683594, + "punctuated_word": "they" + }, + { + "word": "would", + "start": 1400.32, + "end": 1400.54, + "confidence": 0.28997275, + "speaker": 0, + "speaker_confidence": 0.5683594, + "punctuated_word": "would" + }, + { + "word": "be", + "start": 1400.54, + "end": 1400.74, + "confidence": 0.3204821, + "speaker": 0, + "speaker_confidence": 0.5683594, + "punctuated_word": "be," + }, + { + "word": "when", + "start": 1400.74, + "end": 1400.86, + "confidence": 0.6807403, + "speaker": 0, + "speaker_confidence": 0.5683594, + "punctuated_word": "when" + }, + { + "word": "they're", + "start": 1400.86, + "end": 1401.06, + "confidence": 0.47273335, + "speaker": 0, + "speaker_confidence": 0.46484375, + "punctuated_word": "they're" + }, + { + "word": "the", + "start": 1401.06, + "end": 1401.3, + "confidence": 0.9538338, + "speaker": 0, + "speaker_confidence": 0.46484375, + "punctuated_word": "the" + }, + { + "word": "primary", + "start": 1401.3, + "end": 1401.76, + "confidence": 0.44148695, + "speaker": 0, + "speaker_confidence": 0.46484375, + "punctuated_word": "primary," + }, + { + "word": "they", + "start": 1401.76, + "end": 1401.98, + "confidence": 0.87510276, + "speaker": 0, + "speaker_confidence": 0.46484375, + "punctuated_word": "they" + }, + { + "word": "would", + "start": 1401.98, + "end": 1402.36, + "confidence": 0.99563533, + "speaker": 0, + "speaker_confidence": 0.46484375, + "punctuated_word": "would" + }, + { + "word": "save", + "start": 1402.36, + "end": 1402.58, + "confidence": 0.8937814, + "speaker": 0, + "speaker_confidence": 0.46484375, + "punctuated_word": "save" + }, + { + "word": "a", + "start": 1402.58, + "end": 1402.68, + "confidence": 0.9946444, + "speaker": 0, + "speaker_confidence": 0.46484375, + "punctuated_word": "a" + }, + { + "word": "lot", + "start": 1402.68, + "end": 1403.16, + "confidence": 0.123848, + "speaker": 0, + "speaker_confidence": 0.46484375, + "punctuated_word": "lot." + }, + { + "word": "okay", + "start": 1403.16, + "end": 1403.6, + "confidence": 0.80463785, + "speaker": 2, + "speaker_confidence": 0.25634766, + "punctuated_word": "Okay," + }, + { + "word": "the", + "start": 1403.6, + "end": 1403.76, + "confidence": 0.8061421, + "speaker": 2, + "speaker_confidence": 0.25634766, + "punctuated_word": "the" + }, + { + "word": "other", + "start": 1403.76, + "end": 1403.94, + "confidence": 0.96507186, + "speaker": 2, + "speaker_confidence": 0.25634766, + "punctuated_word": "other" + }, + { + "word": "thing", + "start": 1403.94, + "end": 1404.18, + "confidence": 0.87785363, + "speaker": 2, + "speaker_confidence": 0.25634766, + "punctuated_word": "thing" + }, + { + "word": "i", + "start": 1404.18, + "end": 1404.38, + "confidence": 0.5009014, + "speaker": 2, + "speaker_confidence": 0.25634766, + "punctuated_word": "I" + }, + { + "word": "just", + "start": 1404.38, + "end": 1404.62, + "confidence": 0.90078026, + "speaker": 2, + "speaker_confidence": 0.25634766, + "punctuated_word": "just" + }, + { + "word": "want", + "start": 1404.62, + "end": 1404.8, + "confidence": 0.8780591, + "speaker": 2, + "speaker_confidence": 0.25634766, + "punctuated_word": "want" + }, + { + "word": "to", + "start": 1404.8, + "end": 1404.92, + "confidence": 0.81869334, + "speaker": 2, + "speaker_confidence": 0.33544922, + "punctuated_word": "to" + }, + { + "word": "make", + "start": 1404.92, + "end": 1405.08, + "confidence": 0.41794425, + "speaker": 2, + "speaker_confidence": 0.33544922, + "punctuated_word": "make" + }, + { + "word": "sure", + "start": 1405.08, + "end": 1405.48, + "confidence": 0.83552396, + "speaker": 2, + "speaker_confidence": 0.33544922, + "punctuated_word": "sure" + }, + { + "word": "maybe", + "start": 1405.48, + "end": 1405.76, + "confidence": 0.87132794, + "speaker": 2, + "speaker_confidence": 0.33544922, + "punctuated_word": "maybe" + }, + { + "word": "you", + "start": 1405.76, + "end": 1405.9, + "confidence": 0.70142835, + "speaker": 2, + "speaker_confidence": 0.33544922, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 1405.9, + "end": 1406.12, + "confidence": 0.7761657, + "speaker": 2, + "speaker_confidence": 0.33544922, + "punctuated_word": "can" + }, + { + "word": "draw", + "start": 1406.12, + "end": 1406.32, + "confidence": 0.8694734, + "speaker": 2, + "speaker_confidence": 0.33544922, + "punctuated_word": "draw" + }, + { + "word": "your", + "start": 1406.32, + "end": 1406.48, + "confidence": 0.8631018, + "speaker": 2, + "speaker_confidence": 0.65185547, + "punctuated_word": "your" + }, + { + "word": "attention", + "start": 1406.48, + "end": 1406.96, + "confidence": 0.4270947, + "speaker": 2, + "speaker_confidence": 0.65185547, + "punctuated_word": "attention" + }, + { + "word": "to", + "start": 1406.96, + "end": 1407.16, + "confidence": 0.40902516, + "speaker": 2, + "speaker_confidence": 0.65185547, + "punctuated_word": "to" + }, + { + "word": "someday", + "start": 1407.16, + "end": 1407.64, + "confidence": 0.099142216, + "speaker": 2, + "speaker_confidence": 0.65185547, + "punctuated_word": "someday" + }, + { + "word": "is", + "start": 1407.64, + "end": 1408.14, + "confidence": 0.9784017, + "speaker": 2, + "speaker_confidence": 0.65185547, + "punctuated_word": "is" + }, + { + "word": "isogeny-based", + "start": 1408.84, + "end": 1409.34, + "confidence": 0.9943967, + "speaker": 2, + "speaker_confidence": 0.65185547, + "punctuated_word": "isogeny-based" + }, + { + "word": "pqc", + "start": 1410.72, + "end": 1411.22, + "confidence": 0.99294466, + "speaker": 2, + "speaker_confidence": 0.65185547, + "punctuated_word": "PQC," + }, + { + "word": "because", + "start": 1411.44, + "end": 1411.78, + "confidence": 0.99194145, + "speaker": 2, + "speaker_confidence": 0.65185547, + "punctuated_word": "because" + }, + { + "word": "it's", + "start": 1411.78, + "end": 1412.22, + "confidence": 0.87368953, + "speaker": 2, + "speaker_confidence": 0.65185547, + "punctuated_word": "it's" + }, + { + "word": "basically", + "start": 1412.22, + "end": 1412.66, + "confidence": 0.30622658, + "speaker": 2, + "speaker_confidence": 0.65185547, + "punctuated_word": "basically" + }, + { + "word": "like", + "start": 1412.66, + "end": 1412.84, + "confidence": 0.6893061, + "speaker": 2, + "speaker_confidence": 0.65185547, + "punctuated_word": "like" + }, + { + "word": "an", + "start": 1412.84, + "end": 1413.34, + "confidence": 0.82055044, + "speaker": 2, + "speaker_confidence": 0.65185547, + "punctuated_word": "an" + }, + { + "word": "elliptic", + "start": 1413.7, + "end": 1414.14, + "confidence": 0.9705579, + "speaker": 2, + "speaker_confidence": 0.65185547, + "punctuated_word": "elliptic" + }, + { + "word": "curve", + "start": 1414.14, + "end": 1414.4, + "confidence": 0.8848079, + "speaker": 2, + "speaker_confidence": 0.65185547, + "punctuated_word": "curve" + }, + { + "word": "is", + "start": 1414.4, + "end": 1414.6, + "confidence": 0.8190043, + "speaker": 2, + "speaker_confidence": 0.65185547, + "punctuated_word": "is" + }, + { + "word": "in", + "start": 1414.6, + "end": 1414.74, + "confidence": 0.8782194, + "speaker": 2, + "speaker_confidence": 0.65185547, + "punctuated_word": "in" + }, + { + "word": "higher", + "start": 1414.74, + "end": 1414.96, + "confidence": 0.5021683, + "speaker": 2, + "speaker_confidence": 0.65185547, + "punctuated_word": "higher" + }, + { + "word": "dimensions", + "start": 1414.96, + "end": 1415.46, + "confidence": 0.7338635, + "speaker": 2, + "speaker_confidence": 0.65185547, + "punctuated_word": "dimensions," + }, + { + "word": "you", + "start": 1415.58, + "end": 1415.72, + "confidence": 0.8832707, + "speaker": 2, + "speaker_confidence": 0.65185547, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 1415.72, + "end": 1415.86, + "confidence": 0.09863859, + "speaker": 2, + "speaker_confidence": 0.65185547, + "punctuated_word": "can" + }, + { + "word": "do", + "start": 1415.86, + "end": 1416.1, + "confidence": 0.95498216, + "speaker": 2, + "speaker_confidence": 0.65185547, + "punctuated_word": "do" + }, + { + "word": "things", + "start": 1416.1, + "end": 1416.48, + "confidence": 0.7269217, + "speaker": 2, + "speaker_confidence": 0.65185547, + "punctuated_word": "things" + }, + { + "word": "like", + "start": 1416.48, + "end": 1416.98, + "confidence": 0.91819775, + "speaker": 2, + "speaker_confidence": 0.65185547, + "punctuated_word": "like" + }, + { + "word": "sidh", + "start": 1417.06, + "end": 1417.56, + "confidence": 0.99284136, + "speaker": 2, + "speaker_confidence": 0.65185547, + "punctuated_word": "SIDH" + }, + { + "word": "and", + "start": 1418.1, + "end": 1418.6, + "confidence": 0.7392571, + "speaker": 2, + "speaker_confidence": 0.65185547, + "punctuated_word": "and" + }, + { + "word": "other", + "start": 1418.62, + "end": 1418.86, + "confidence": 0.34841412, + "speaker": 2, + "speaker_confidence": 0.65185547, + "punctuated_word": "other" + }, + { + "word": "things", + "start": 1418.86, + "end": 1419.34, + "confidence": 0.5255551, + "speaker": 2, + "speaker_confidence": 0.65185547, + "punctuated_word": "things," + }, + { + "word": "and", + "start": 1419.34, + "end": 1419.84, + "confidence": 0.80123067, + "speaker": 2, + "speaker_confidence": 0.65185547, + "punctuated_word": "and" + }, + { + "word": "it", + "start": 1419.96, + "end": 1420.08, + "confidence": 0.8922035, + "speaker": 2, + "speaker_confidence": 0.3076172, + "punctuated_word": "it" + }, + { + "word": "might", + "start": 1420.08, + "end": 1420.28, + "confidence": 0.5220851, + "speaker": 2, + "speaker_confidence": 0.3076172, + "punctuated_word": "might" + }, + { + "word": "be", + "start": 1420.28, + "end": 1420.78, + "confidence": 0.78601635, + "speaker": 2, + "speaker_confidence": 0.3076172, + "punctuated_word": "be" + }, + { + "word": "possible", + "start": 1420.86, + "end": 1421.32, + "confidence": 0.38888574, + "speaker": 2, + "speaker_confidence": 0.3076172, + "punctuated_word": "possible" + }, + { + "word": "to", + "start": 1421.32, + "end": 1421.82, + "confidence": 0.8032581, + "speaker": 2, + "speaker_confidence": 0.3076172, + "punctuated_word": "to," + }, + { + "word": "it", + "start": 1422.84, + "end": 1423.04, + "confidence": 0.8966896, + "speaker": 2, + "speaker_confidence": 0.32421875, + "punctuated_word": "it" + }, + { + "word": "might", + "start": 1423.04, + "end": 1423.26, + "confidence": 0.51044494, + "speaker": 2, + "speaker_confidence": 0.32421875, + "punctuated_word": "might" + }, + { + "word": "be", + "start": 1423.26, + "end": 1423.66, + "confidence": 0.8574147, + "speaker": 2, + "speaker_confidence": 0.32421875, + "punctuated_word": "be" + }, + { + "word": "more", + "start": 1423.66, + "end": 1423.86, + "confidence": 0.26065624, + "speaker": 2, + "speaker_confidence": 0.32421875, + "punctuated_word": "more" + }, + { + "word": "powerful", + "start": 1423.86, + "end": 1424.28, + "confidence": 0.98611337, + "speaker": 2, + "speaker_confidence": 0.32421875, + "punctuated_word": "powerful" + }, + { + "word": "than", + "start": 1424.28, + "end": 1424.48, + "confidence": 0.5366467, + "speaker": 2, + "speaker_confidence": 0.32421875, + "punctuated_word": "than" + }, + { + "word": "this", + "start": 1424.48, + "end": 1424.68, + "confidence": 0.89177936, + "speaker": 2, + "speaker_confidence": 0.32421875, + "punctuated_word": "this," + }, + { + "word": "but", + "start": 1424.68, + "end": 1425.18, + "confidence": 0.8927853, + "speaker": 2, + "speaker_confidence": 0.32421875, + "punctuated_word": "but" + }, + { + "word": "pretty", + "start": 1425.3, + "end": 1425.48, + "confidence": 0.8120775, + "speaker": 2, + "speaker_confidence": 0.21484375, + "punctuated_word": "pretty" + }, + { + "word": "good", + "start": 1425.48, + "end": 1425.72, + "confidence": 0.9002281, + "speaker": 2, + "speaker_confidence": 0.21484375, + "punctuated_word": "good" + }, + { + "word": "work", + "start": 1425.72, + "end": 1425.92, + "confidence": 0.8978887, + "speaker": 2, + "speaker_confidence": 0.21484375, + "punctuated_word": "work" + }, + { + "word": "so", + "start": 1425.92, + "end": 1426.06, + "confidence": 0.9403003, + "speaker": 2, + "speaker_confidence": 0.21484375, + "punctuated_word": "so" + }, + { + "word": "far", + "start": 1426.06, + "end": 1426.46, + "confidence": 0.052085247, + "speaker": 2, + "speaker_confidence": 0.21484375, + "punctuated_word": "far." + }, + { + "word": "cool", + "start": 1426.46, + "end": 1426.84, + "confidence": 0.62419444, + "speaker": 0, + "speaker_confidence": 0.026367188, + "punctuated_word": "Cool," + }, + { + "word": "thanks", + "start": 1426.84, + "end": 1427.12, + "confidence": 0.6592057, + "speaker": 0, + "speaker_confidence": 0.026367188, + "punctuated_word": "thanks." + }, + { + "word": "thank", + "start": 1427.12, + "end": 1427.28, + "confidence": 0.9932029, + "speaker": 3, + "speaker_confidence": 0.37304688, + "punctuated_word": "Thank" + }, + { + "word": "you", + "start": 1427.28, + "end": 1427.72, + "confidence": 0.57380503, + "speaker": 0, + "speaker_confidence": 0.5175781, + "punctuated_word": "you." + }, + { + "word": "oh", + "start": 1427.72, + "end": 1427.98, + "confidence": 0.87070835, + "speaker": 0, + "speaker_confidence": 0.5175781, + "punctuated_word": "Oh," + }, + { + "word": "and", + "start": 1427.98, + "end": 1428.24, + "confidence": 0.86254394, + "speaker": 0, + "speaker_confidence": 0.5175781, + "punctuated_word": "and" + }, + { + "word": "on", + "start": 1428.24, + "end": 1428.48, + "confidence": 0.83654064, + "speaker": 0, + "speaker_confidence": 0.5175781, + "punctuated_word": "on" + }, + { + "word": "that", + "start": 1428.48, + "end": 1428.94, + "confidence": 0.49524418, + "speaker": 0, + "speaker_confidence": 0.5175781, + "punctuated_word": "that," + }, + { + "word": "yeah", + "start": 1428.94, + "end": 1429.2, + "confidence": 0.5106737, + "speaker": 0, + "speaker_confidence": 0.5175781, + "punctuated_word": "yeah," + }, + { + "word": "like", + "start": 1429.2, + "end": 1429.4, + "confidence": 0.44835722, + "speaker": 0, + "speaker_confidence": 0.5175781, + "punctuated_word": "like" + }, + { + "word": "coinjoin", + "start": 1429.4, + "end": 1429.9, + "confidence": 0.78147256, + "speaker": 0, + "speaker_confidence": 0.5175781, + "punctuated_word": "CoinJoin" + }, + { + "word": "is", + "start": 1429.92, + "end": 1430.08, + "confidence": 0.74491584, + "speaker": 0, + "speaker_confidence": 0.5175781, + "punctuated_word": "is" + }, + { + "word": "another", + "start": 1430.08, + "end": 1430.32, + "confidence": 0.09095582, + "speaker": 0, + "speaker_confidence": 0.5175781, + "punctuated_word": "another" + }, + { + "word": "thing", + "start": 1430.32, + "end": 1430.54, + "confidence": 0.9996785, + "speaker": 0, + "speaker_confidence": 0.5175781, + "punctuated_word": "thing" + }, + { + "word": "where", + "start": 1430.54, + "end": 1430.64, + "confidence": 0.99915695, + "speaker": 0, + "speaker_confidence": 0.5175781, + "punctuated_word": "where" + }, + { + "word": "it's", + "start": 1430.64, + "end": 1430.82, + "confidence": 0.85890585, + "speaker": 0, + "speaker_confidence": 0.5175781, + "punctuated_word": "it's" + }, + { + "word": "like", + "start": 1430.82, + "end": 1431.32, + "confidence": 0.6823535, + "speaker": 0, + "speaker_confidence": 0.5175781, + "punctuated_word": "like," + }, + { + "word": "you", + "start": 1431.9, + "end": 1432.22, + "confidence": 0.818815, + "speaker": 0, + "speaker_confidence": 0.37109375, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 1432.22, + "end": 1432.54, + "confidence": 0.89600676, + "speaker": 0, + "speaker_confidence": 0.37109375, + "punctuated_word": "can" + }, + { + "word": "commit", + "start": 1432.54, + "end": 1432.94, + "confidence": 0.89911777, + "speaker": 0, + "speaker_confidence": 0.37109375, + "punctuated_word": "commit" + }, + { + "word": "to", + "start": 1432.94, + "end": 1433.1, + "confidence": 0.8474831, + "speaker": 0, + "speaker_confidence": 0.37109375, + "punctuated_word": "to" + }, + { + "word": "an", + "start": 1433.1, + "end": 1433.24, + "confidence": 0.113304116, + "speaker": 0, + "speaker_confidence": 0.37109375, + "punctuated_word": "an" + }, + { + "word": "input", + "start": 1433.24, + "end": 1433.5, + "confidence": 0.9998431, + "speaker": 0, + "speaker_confidence": 0.37109375, + "punctuated_word": "input" + }, + { + "word": "if", + "start": 1433.5, + "end": 1433.66, + "confidence": 0.99875915, + "speaker": 0, + "speaker_confidence": 0.37109375, + "punctuated_word": "if" + }, + { + "word": "it's", + "start": 1433.66, + "end": 1433.86, + "confidence": 0.47933325, + "speaker": 0, + "speaker_confidence": 0.37109375, + "punctuated_word": "it's" + }, + { + "word": "multi-sig", + "start": 1433.86, + "end": 1434.36, + "confidence": 0.8788576, + "speaker": 0, + "speaker_confidence": 0.37109375, + "punctuated_word": "multi-sig," + }, + { + "word": "as", + "start": 1434.44, + "end": 1434.52, + "confidence": 0.90679723, + "speaker": 0, + "speaker_confidence": 0.2998047, + "punctuated_word": "as" + }, + { + "word": "long", + "start": 1434.52, + "end": 1434.64, + "confidence": 0.88943315, + "speaker": 0, + "speaker_confidence": 0.2998047, + "punctuated_word": "long" + }, + { + "word": "as", + "start": 1434.64, + "end": 1434.8, + "confidence": 0.8680316, + "speaker": 0, + "speaker_confidence": 0.2998047, + "punctuated_word": "as" + }, + { + "word": "you", + "start": 1434.8, + "end": 1434.96, + "confidence": 0.50608516, + "speaker": 0, + "speaker_confidence": 0.2998047, + "punctuated_word": "you" + }, + { + "word": "have", + "start": 1434.96, + "end": 1435.12, + "confidence": 0.6310617, + "speaker": 0, + "speaker_confidence": 0.2998047, + "punctuated_word": "have" + }, + { + "word": "one", + "start": 1435.12, + "end": 1435.32, + "confidence": 0.79149556, + "speaker": 0, + "speaker_confidence": 0.2998047, + "punctuated_word": "one" + }, + { + "word": "of", + "start": 1435.32, + "end": 1435.44, + "confidence": 0.8328264, + "speaker": 0, + "speaker_confidence": 0.2998047, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 1435.44, + "end": 1435.58, + "confidence": 0.12457809, + "speaker": 0, + "speaker_confidence": 0.2421875, + "punctuated_word": "the" + }, + { + "word": "keys", + "start": 1435.58, + "end": 1435.84, + "confidence": 0.9999442, + "speaker": 0, + "speaker_confidence": 0.2421875, + "punctuated_word": "keys" + }, + { + "word": "in", + "start": 1435.84, + "end": 1436.0, + "confidence": 0.6519323, + "speaker": 0, + "speaker_confidence": 0.2421875, + "punctuated_word": "in" + }, + { + "word": "there", + "start": 1436.0, + "end": 1436.14, + "confidence": 0.3733117, + "speaker": 0, + "speaker_confidence": 0.2421875, + "punctuated_word": "there," + }, + { + "word": "or", + "start": 1436.14, + "end": 1436.38, + "confidence": 0.6814736, + "speaker": 0, + "speaker_confidence": 0.2421875, + "punctuated_word": "or," + }, + { + "word": "you", + "start": 1436.38, + "end": 1436.46, + "confidence": 0.7619619, + "speaker": 0, + "speaker_confidence": 0.2421875, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 1436.46, + "end": 1436.64, + "confidence": 0.86290693, + "speaker": 0, + "speaker_confidence": 0.22314453, + "punctuated_word": "know," + }, + { + "word": "so", + "start": 1436.64, + "end": 1436.98, + "confidence": 0.9799313, + "speaker": 0, + "speaker_confidence": 0.22314453, + "punctuated_word": "so" + }, + { + "word": "there's", + "start": 1436.98, + "end": 1437.24, + "confidence": 0.8197837, + "speaker": 0, + "speaker_confidence": 0.22314453, + "punctuated_word": "there's" + }, + { + "word": "ways", + "start": 1437.24, + "end": 1437.44, + "confidence": 0.91337264, + "speaker": 0, + "speaker_confidence": 0.22314453, + "punctuated_word": "ways" + }, + { + "word": "to", + "start": 1437.44, + "end": 1437.56, + "confidence": 0.9013178, + "speaker": 0, + "speaker_confidence": 0.22314453, + "punctuated_word": "to" + }, + { + "word": "do", + "start": 1437.56, + "end": 1437.72, + "confidence": 0.5570447, + "speaker": 0, + "speaker_confidence": 0.22314453, + "punctuated_word": "do" + }, + { + "word": "it", + "start": 1437.72, + "end": 1437.8, + "confidence": 0.17925106, + "speaker": 0, + "speaker_confidence": 0.36083984, + "punctuated_word": "it," + }, + { + "word": "but", + "start": 1437.8, + "end": 1438.3, + "confidence": 0.99859935, + "speaker": 0, + "speaker_confidence": 0.36083984, + "punctuated_word": "but" + }, + { + "word": "it's", + "start": 1438.6, + "end": 1438.78, + "confidence": 0.8356808, + "speaker": 0, + "speaker_confidence": 0.36083984, + "punctuated_word": "it's" + }, + { + "word": "not", + "start": 1438.78, + "end": 1438.98, + "confidence": 0.8725729, + "speaker": 0, + "speaker_confidence": 0.36083984, + "punctuated_word": "not" + }, + { + "word": "like", + "start": 1438.98, + "end": 1439.24, + "confidence": 0.90509045, + "speaker": 0, + "speaker_confidence": 0.36083984, + "punctuated_word": "like," + }, + { + "word": "oh", + "start": 1439.24, + "end": 1439.44, + "confidence": 0.87877405, + "speaker": 0, + "speaker_confidence": 0.36132812, + "punctuated_word": "oh," + }, + { + "word": "this", + "start": 1439.44, + "end": 1439.64, + "confidence": 0.8523018, + "speaker": 0, + "speaker_confidence": 0.36132812, + "punctuated_word": "this" + }, + { + "word": "is", + "start": 1439.64, + "end": 1439.76, + "confidence": 0.92224544, + "speaker": 0, + "speaker_confidence": 0.36132812, + "punctuated_word": "is" + }, + { + "word": "awesome", + "start": 1439.76, + "end": 1440.04, + "confidence": 0.2233261, + "speaker": 0, + "speaker_confidence": 0.36132812, + "punctuated_word": "awesome," + }, + { + "word": "we", + "start": 1440.04, + "end": 1440.16, + "confidence": 0.8147445, + "speaker": 0, + "speaker_confidence": 0.36132812, + "punctuated_word": "we" + }, + { + "word": "should", + "start": 1440.16, + "end": 1440.32, + "confidence": 0.89646226, + "speaker": 0, + "speaker_confidence": 0.36132812, + "punctuated_word": "should" + }, + { + "word": "use", + "start": 1440.32, + "end": 1440.48, + "confidence": 0.88652474, + "speaker": 0, + "speaker_confidence": 0.36132812, + "punctuated_word": "use" + }, + { + "word": "it", + "start": 1440.48, + "end": 1440.64, + "confidence": 0.8139728, + "speaker": 0, + "speaker_confidence": 0.36132812, + "punctuated_word": "it" + }, + { + "word": "now", + "start": 1440.64, + "end": 1440.8, + "confidence": 0.47659117, + "speaker": 0, + "speaker_confidence": 0.34765625, + "punctuated_word": "now" + }, + { + "word": "anyway", + "start": 1440.8, + "end": 1441.3, + "confidence": 0.5097939, + "speaker": 0, + "speaker_confidence": 0.34765625, + "punctuated_word": "anyway." + }, + { + "word": "it's", + "start": 1441.32, + "end": 1441.48, + "confidence": 0.8746786, + "speaker": 0, + "speaker_confidence": 0.34765625, + "punctuated_word": "It's" + }, + { + "word": "more", + "start": 1441.48, + "end": 1441.72, + "confidence": 0.96056706, + "speaker": 0, + "speaker_confidence": 0.34765625, + "punctuated_word": "more" + }, + { + "word": "of", + "start": 1441.72, + "end": 1441.88, + "confidence": 0.60865957, + "speaker": 0, + "speaker_confidence": 0.34765625, + "punctuated_word": "of" + }, + { + "word": "a", + "start": 1441.88, + "end": 1442.28, + "confidence": 0.6962004, + "speaker": 0, + "speaker_confidence": 0.34765625, + "punctuated_word": "a," + }, + { + "word": "well", + "start": 1442.28, + "end": 1442.54, + "confidence": 0.86541146, + "speaker": 0, + "speaker_confidence": 0.42919922, + "punctuated_word": "well," + }, + { + "word": "if", + "start": 1442.54, + "end": 1442.72, + "confidence": 0.9367507, + "speaker": 0, + "speaker_confidence": 0.42919922, + "punctuated_word": "if" + }, + { + "word": "you're", + "start": 1442.72, + "end": 1443.08, + "confidence": 0.800804, + "speaker": 0, + "speaker_confidence": 0.42919922, + "punctuated_word": "you're" + }, + { + "word": "stuck", + "start": 1443.08, + "end": 1443.34, + "confidence": 0.79103804, + "speaker": 0, + "speaker_confidence": 0.42919922, + "punctuated_word": "stuck" + }, + { + "word": "going", + "start": 1443.34, + "end": 1443.6, + "confidence": 0.42006928, + "speaker": 0, + "speaker_confidence": 0.42919922, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 1443.6, + "end": 1443.72, + "confidence": 0.30965602, + "speaker": 0, + "speaker_confidence": 0.42919922, + "punctuated_word": "to" + }, + { + "word": "hash-based", + "start": 1443.72, + "end": 1444.2, + "confidence": 0.7845005, + "speaker": 0, + "speaker_confidence": 0.42919922, + "punctuated_word": "hash-based" + }, + { + "word": "signatures", + "start": 1444.2, + "end": 1444.54, + "confidence": 0.7951184, + "speaker": 0, + "speaker_confidence": 0.42919922, + "punctuated_word": "signatures," + }, + { + "word": "this", + "start": 1444.54, + "end": 1444.74, + "confidence": 0.5447906, + "speaker": 0, + "speaker_confidence": 0.42919922, + "punctuated_word": "this" + }, + { + "word": "helps", + "start": 1444.74, + "end": 1445.08, + "confidence": 0.8540226, + "speaker": 0, + "speaker_confidence": 0.42919922, + "punctuated_word": "helps." + }, + { + "word": "but", + "start": 1445.08, + "end": 1445.28, + "confidence": 0.5888153, + "speaker": 0, + "speaker_confidence": 0.23486328, + "punctuated_word": "But" + }, + { + "word": "today", + "start": 1445.28, + "end": 1445.74, + "confidence": 0.6688593, + "speaker": 0, + "speaker_confidence": 0.23486328, + "punctuated_word": "today," + }, + { + "word": "you", + "start": 1445.74, + "end": 1445.8, + "confidence": 0.9995845, + "speaker": 0, + "speaker_confidence": 0.23486328, + "punctuated_word": "you" + }, + { + "word": "don't", + "start": 1445.8, + "end": 1446.02, + "confidence": 0.7525723, + "speaker": 0, + "speaker_confidence": 0.23486328, + "punctuated_word": "don't" + }, + { + "word": "need", + "start": 1446.02, + "end": 1446.2, + "confidence": 0.957342, + "speaker": 0, + "speaker_confidence": 0.23486328, + "punctuated_word": "need" + }, + { + "word": "it", + "start": 1446.2, + "end": 1446.7, + "confidence": 0.064583726, + "speaker": 0, + "speaker_confidence": 0.23486328, + "punctuated_word": "it." + }, + { + "word": "how", + "start": 1450.76, + "end": 1451.08, + "confidence": 0.8158673, + "speaker": 1, + "speaker_confidence": 0.2993164, + "punctuated_word": "How" + }, + { + "word": "does", + "start": 1451.08, + "end": 1451.32, + "confidence": 0.81560403, + "speaker": 1, + "speaker_confidence": 0.2993164, + "punctuated_word": "does" + }, + { + "word": "the", + "start": 1451.32, + "end": 1451.52, + "confidence": 0.90937877, + "speaker": 1, + "speaker_confidence": 0.2993164, + "punctuated_word": "the" + }, + { + "word": "rest", + "start": 1451.52, + "end": 1451.82, + "confidence": 0.80808604, + "speaker": 1, + "speaker_confidence": 0.2993164, + "punctuated_word": "rest" + }, + { + "word": "of", + "start": 1451.82, + "end": 1451.94, + "confidence": 0.7408373, + "speaker": 1, + "speaker_confidence": 0.2993164, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 1451.94, + "end": 1452.04, + "confidence": 0.75628823, + "speaker": 1, + "speaker_confidence": 0.8925781, + "punctuated_word": "the" + }, + { + "word": "blockchain", + "start": 1452.04, + "end": 1452.54, + "confidence": 0.8799044, + "speaker": 1, + "speaker_confidence": 0.8925781, + "punctuated_word": "blockchain" + }, + { + "word": "understand", + "start": 1452.84, + "end": 1453.34, + "confidence": 0.8088704, + "speaker": 1, + "speaker_confidence": 0.8925781, + "punctuated_word": "understand" + }, + { + "word": "that", + "start": 1454.34, + "end": 1454.54, + "confidence": 0.4692925, + "speaker": 1, + "speaker_confidence": 0.8925781, + "punctuated_word": "that" + }, + { + "word": "alice", + "start": 1454.54, + "end": 1455.04, + "confidence": 0.7402926, + "speaker": 1, + "speaker_confidence": 0.8925781, + "punctuated_word": "Alice" + }, + { + "word": "input", + "start": 1455.06, + "end": 1455.44, + "confidence": 0.7631989, + "speaker": 1, + "speaker_confidence": 0.8925781, + "punctuated_word": "input" + }, + { + "word": "3", + "start": 1455.44, + "end": 1455.94, + "confidence": 0.7833899, + "speaker": 1, + "speaker_confidence": 0.8925781, + "punctuated_word": "3" + }, + { + "word": "and", + "start": 1456.34, + "end": 1456.56, + "confidence": 0.91522807, + "speaker": 1, + "speaker_confidence": 0.8925781, + "punctuated_word": "and" + }, + { + "word": "the", + "start": 1456.56, + "end": 1456.72, + "confidence": 0.8593235, + "speaker": 1, + "speaker_confidence": 0.82666016, + "punctuated_word": "the" + }, + { + "word": "signature", + "start": 1456.72, + "end": 1457.22, + "confidence": 0.7312597, + "speaker": 1, + "speaker_confidence": 0.82666016, + "punctuated_word": "signature" + }, + { + "word": "there", + "start": 1457.22, + "end": 1457.72, + "confidence": 0.7954364, + "speaker": 1, + "speaker_confidence": 0.82666016, + "punctuated_word": "there" + }, + { + "word": "is", + "start": 1458.08, + "end": 1458.58, + "confidence": 0.8828058, + "speaker": 1, + "speaker_confidence": 0.82666016, + "punctuated_word": "is" + }, + { + "word": "good", + "start": 1460.2, + "end": 1460.54, + "confidence": 0.79817784, + "speaker": 1, + "speaker_confidence": 0.82666016, + "punctuated_word": "good" + }, + { + "word": "for", + "start": 1460.54, + "end": 1460.9, + "confidence": 0.7965961, + "speaker": 1, + "speaker_confidence": 0.82666016, + "punctuated_word": "for" + }, + { + "word": "alice", + "start": 1460.9, + "end": 1461.34, + "confidence": 0.96979046, + "speaker": 1, + "speaker_confidence": 0.82666016, + "punctuated_word": "Alice" + }, + { + "word": "input", + "start": 1461.34, + "end": 1461.76, + "confidence": 0.8356533, + "speaker": 1, + "speaker_confidence": 0.82666016, + "punctuated_word": "input" + }, + { + "word": "7", + "start": 1461.76, + "end": 1462.26, + "confidence": 0.073495485, + "speaker": 1, + "speaker_confidence": 0.82666016, + "punctuated_word": "7?" + }, + { + "word": "so", + "start": 1463.68, + "end": 1463.86, + "confidence": 0.96539134, + "speaker": 0, + "speaker_confidence": 0.5366211, + "punctuated_word": "So" + }, + { + "word": "signature", + "start": 1463.86, + "end": 1464.36, + "confidence": 0.898723, + "speaker": 0, + "speaker_confidence": 0.5366211, + "punctuated_word": "signature" + }, + { + "word": "3", + "start": 1464.4, + "end": 1464.8, + "confidence": 0.7941821, + "speaker": 0, + "speaker_confidence": 0.5366211, + "punctuated_word": "3" + }, + { + "word": "still", + "start": 1464.8, + "end": 1465.16, + "confidence": 0.57432103, + "speaker": 0, + "speaker_confidence": 0.5366211, + "punctuated_word": "still" + }, + { + "word": "covers", + "start": 1465.16, + "end": 1465.54, + "confidence": 0.8450075, + "speaker": 0, + "speaker_confidence": 0.5366211, + "punctuated_word": "covers," + }, + { + "word": "you", + "start": 1465.54, + "end": 1465.92, + "confidence": 0.49621037, + "speaker": 0, + "speaker_confidence": 0.5366211, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 1465.92, + "end": 1466.12, + "confidence": 0.8451552, + "speaker": 0, + "speaker_confidence": 0.5366211, + "punctuated_word": "know," + }, + { + "word": "you're", + "start": 1466.12, + "end": 1466.32, + "confidence": 0.8154656, + "speaker": 0, + "speaker_confidence": 0.5366211, + "punctuated_word": "you're" + }, + { + "word": "using", + "start": 1466.32, + "end": 1466.58, + "confidence": 0.6533085, + "speaker": 0, + "speaker_confidence": 0.5366211, + "punctuated_word": "using" + }, + { + "word": "sighashall", + "start": 1466.58, + "end": 1467.08, + "confidence": 0.5575097, + "speaker": 0, + "speaker_confidence": 0.5366211, + "punctuated_word": "SIGHASHALL," + }, + { + "word": "that", + "start": 1467.34, + "end": 1467.52, + "confidence": 0.99965954, + "speaker": 0, + "speaker_confidence": 0.5366211, + "punctuated_word": "that" + }, + { + "word": "doesn't", + "start": 1467.52, + "end": 1467.8, + "confidence": 0.821926, + "speaker": 0, + "speaker_confidence": 0.5366211, + "punctuated_word": "doesn't" + }, + { + "word": "change", + "start": 1467.8, + "end": 1468.26, + "confidence": 0.36049497, + "speaker": 0, + "speaker_confidence": 0.5366211, + "punctuated_word": "change." + }, + { + "word": "so", + "start": 1468.26, + "end": 1468.38, + "confidence": 0.8919343, + "speaker": 0, + "speaker_confidence": 0.51123047, + "punctuated_word": "So" + }, + { + "word": "it", + "start": 1468.38, + "end": 1468.52, + "confidence": 0.751419, + "speaker": 0, + "speaker_confidence": 0.51123047, + "punctuated_word": "it" + }, + { + "word": "still", + "start": 1468.52, + "end": 1468.78, + "confidence": 0.7072133, + "speaker": 0, + "speaker_confidence": 0.51123047, + "punctuated_word": "still" + }, + { + "word": "covers", + "start": 1468.78, + "end": 1469.2, + "confidence": 0.98816794, + "speaker": 0, + "speaker_confidence": 0.51123047, + "punctuated_word": "covers" + }, + { + "word": "input", + "start": 1469.2, + "end": 1469.58, + "confidence": 0.8574199, + "speaker": 0, + "speaker_confidence": 0.51123047, + "punctuated_word": "input" + }, + { + "word": "7", + "start": 1469.58, + "end": 1469.78, + "confidence": 0.99148315, + "speaker": 0, + "speaker_confidence": 0.51123047, + "punctuated_word": "7" + }, + { + "word": "and", + "start": 1469.78, + "end": 1470.02, + "confidence": 0.69643116, + "speaker": 0, + "speaker_confidence": 0.51123047, + "punctuated_word": "and" + }, + { + "word": "8", + "start": 1470.02, + "end": 1470.52, + "confidence": 0.07830396, + "speaker": 0, + "speaker_confidence": 0.51123047, + "punctuated_word": "8." + }, + { + "word": "so", + "start": 1471.06, + "end": 1471.24, + "confidence": 0.92962885, + "speaker": 0, + "speaker_confidence": 0.51123047, + "punctuated_word": "So" + }, + { + "word": "this", + "start": 1471.24, + "end": 1471.5, + "confidence": 0.9298586, + "speaker": 0, + "speaker_confidence": 0.51123047, + "punctuated_word": "this" + }, + { + "word": "signature", + "start": 1471.5, + "end": 1472.0, + "confidence": 0.8328999, + "speaker": 0, + "speaker_confidence": 0.51123047, + "punctuated_word": "signature" + }, + { + "word": "does", + "start": 1472.22, + "end": 1472.72, + "confidence": 0.79713947, + "speaker": 0, + "speaker_confidence": 0.51123047, + "punctuated_word": "does" + }, + { + "word": "sign", + "start": 1472.74, + "end": 1473.24, + "confidence": 0.8763043, + "speaker": 0, + "speaker_confidence": 0.51123047, + "punctuated_word": "sign" + }, + { + "word": "off", + "start": 1473.38, + "end": 1473.74, + "confidence": 0.8647417, + "speaker": 0, + "speaker_confidence": 0.51123047, + "punctuated_word": "off" + }, + { + "word": "on", + "start": 1473.74, + "end": 1474.02, + "confidence": 0.81606257, + "speaker": 0, + "speaker_confidence": 0.51123047, + "punctuated_word": "on" + }, + { + "word": "this", + "start": 1474.02, + "end": 1474.2, + "confidence": 0.81708395, + "speaker": 0, + "speaker_confidence": 0.51123047, + "punctuated_word": "this" + }, + { + "word": "whole", + "start": 1474.2, + "end": 1474.4, + "confidence": 0.67918116, + "speaker": 0, + "speaker_confidence": 0.51123047, + "punctuated_word": "whole" + }, + { + "word": "thing", + "start": 1474.4, + "end": 1474.64, + "confidence": 0.9239583, + "speaker": 0, + "speaker_confidence": 0.51123047, + "punctuated_word": "thing" + }, + { + "word": "happening", + "start": 1474.64, + "end": 1475.14, + "confidence": 0.046396583, + "speaker": 0, + "speaker_confidence": 0.51123047, + "punctuated_word": "happening." + }, + { + "word": "i", + "start": 1475.74, + "end": 1475.9, + "confidence": 0.8809391, + "speaker": 1, + "speaker_confidence": 0.93066406, + "punctuated_word": "I" + }, + { + "word": "understand", + "start": 1475.9, + "end": 1476.38, + "confidence": 0.6237861, + "speaker": 1, + "speaker_confidence": 0.93066406, + "punctuated_word": "understand" + }, + { + "word": "that", + "start": 1476.38, + "end": 1476.74, + "confidence": 0.8874256, + "speaker": 1, + "speaker_confidence": 0.93066406, + "punctuated_word": "that," + }, + { + "word": "but", + "start": 1476.74, + "end": 1477.24, + "confidence": 0.68332845, + "speaker": 1, + "speaker_confidence": 0.93066406, + "punctuated_word": "but" + }, + { + "word": "the", + "start": 1477.36, + "end": 1477.74, + "confidence": 0.5727109, + "speaker": 1, + "speaker_confidence": 0.93066406, + "punctuated_word": "the" + }, + { + "word": "input", + "start": 1477.74, + "end": 1478.18, + "confidence": 0.67875504, + "speaker": 1, + "speaker_confidence": 0.93066406, + "punctuated_word": "input" + }, + { + "word": "7", + "start": 1478.18, + "end": 1478.68, + "confidence": 0.8615399, + "speaker": 1, + "speaker_confidence": 0.93066406, + "punctuated_word": "7," + }, + { + "word": "you're", + "start": 1479.2, + "end": 1479.48, + "confidence": 0.7999047, + "speaker": 1, + "speaker_confidence": 0.93066406, + "punctuated_word": "you're" + }, + { + "word": "saying", + "start": 1479.48, + "end": 1479.98, + "confidence": 0.98407334, + "speaker": 1, + "speaker_confidence": 0.93066406, + "punctuated_word": "saying" + }, + { + "word": "input", + "start": 1480.38, + "end": 1480.8, + "confidence": 0.8974575, + "speaker": 1, + "speaker_confidence": 0.93066406, + "punctuated_word": "input" + }, + { + "word": "7", + "start": 1480.8, + "end": 1481.3, + "confidence": 0.8010428, + "speaker": 1, + "speaker_confidence": 0.93066406, + "punctuated_word": "7" + }, + { + "word": "is", + "start": 1481.48, + "end": 1481.74, + "confidence": 0.96373504, + "speaker": 1, + "speaker_confidence": 0.93066406, + "punctuated_word": "is" + }, + { + "word": "using", + "start": 1481.74, + "end": 1482.18, + "confidence": 0.8101385, + "speaker": 1, + "speaker_confidence": 0.93066406, + "punctuated_word": "using" + }, + { + "word": "a", + "start": 1482.18, + "end": 1482.38, + "confidence": 0.98686475, + "speaker": 1, + "speaker_confidence": 0.93066406, + "punctuated_word": "a" + }, + { + "word": "redirection", + "start": 1482.38, + "end": 1482.88, + "confidence": 0.995445, + "speaker": 1, + "speaker_confidence": 0.93066406, + "punctuated_word": "redirection" + }, + { + "word": "that", + "start": 1483.1, + "end": 1483.38, + "confidence": 0.99916637, + "speaker": 1, + "speaker_confidence": 0.93066406, + "punctuated_word": "that" + }, + { + "word": "is", + "start": 1483.38, + "end": 1483.58, + "confidence": 0.9256019, + "speaker": 1, + "speaker_confidence": 0.93066406, + "punctuated_word": "is" + }, + { + "word": "not", + "start": 1483.58, + "end": 1483.9, + "confidence": 0.9205454, + "speaker": 1, + "speaker_confidence": 0.93066406, + "punctuated_word": "not" + }, + { + "word": "a", + "start": 1483.9, + "end": 1484.12, + "confidence": 0.6571656, + "speaker": 1, + "speaker_confidence": 0.93066406, + "punctuated_word": "a" + }, + { + "word": "signature", + "start": 1484.12, + "end": 1484.62, + "confidence": 0.19332752, + "speaker": 1, + "speaker_confidence": 0.93066406, + "punctuated_word": "signature." + }, + { + "word": "so", + "start": 1486.14, + "end": 1486.34, + "confidence": 0.9150912, + "speaker": 1, + "speaker_confidence": 0.53222656, + "punctuated_word": "So" + }, + { + "word": "how", + "start": 1486.34, + "end": 1486.58, + "confidence": 0.807958, + "speaker": 1, + "speaker_confidence": 0.53222656, + "punctuated_word": "how" + }, + { + "word": "does", + "start": 1486.58, + "end": 1486.82, + "confidence": 0.8174349, + "speaker": 1, + "speaker_confidence": 0.53222656, + "punctuated_word": "does" + }, + { + "word": "the", + "start": 1486.82, + "end": 1486.96, + "confidence": 0.8879245, + "speaker": 1, + "speaker_confidence": 0.53222656, + "punctuated_word": "the" + }, + { + "word": "rest", + "start": 1486.96, + "end": 1487.18, + "confidence": 0.80056185, + "speaker": 1, + "speaker_confidence": 0.53222656, + "punctuated_word": "rest" + }, + { + "word": "of", + "start": 1487.18, + "end": 1487.32, + "confidence": 0.7729038, + "speaker": 1, + "speaker_confidence": 0.53222656, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 1487.32, + "end": 1487.44, + "confidence": 0.7061678, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "the" + }, + { + "word": "blockchain", + "start": 1487.44, + "end": 1487.94, + "confidence": 0.7106666, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "blockchain" + }, + { + "word": "understand", + "start": 1487.98, + "end": 1488.48, + "confidence": 0.3970679, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "understand" + }, + { + "word": "that", + "start": 1488.62, + "end": 1489.12, + "confidence": 0.39842233, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "that" + }, + { + "word": "the", + "start": 1489.14, + "end": 1489.34, + "confidence": 0.38510662, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "the" + }, + { + "word": "read", + "start": 1489.34, + "end": 1489.84, + "confidence": 0.99898547, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "read" + }, + { + "word": "let's", + "start": 1490.22, + "end": 1490.5, + "confidence": 0.7143776, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "let's" + }, + { + "word": "let's", + "start": 1490.5, + "end": 1490.82, + "confidence": 0.8579361, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "let's" + }, + { + "word": "say", + "start": 1490.82, + "end": 1491.04, + "confidence": 0.30005994, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "say" + }, + { + "word": "i", + "start": 1491.04, + "end": 1491.54, + "confidence": 0.39983055, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "I" + }, + { + "word": "pull", + "start": 1492.04, + "end": 1492.26, + "confidence": 0.22410919, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "Pull" + }, + { + "word": "in", + "start": 1492.26, + "end": 1492.76, + "confidence": 0.99878746, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "in" + }, + { + "word": "an", + "start": 1493.74, + "end": 1493.94, + "confidence": 0.84699124, + "speaker": 1, + "speaker_confidence": 0.59472656, + "punctuated_word": "An" + }, + { + "word": "input", + "start": 1493.94, + "end": 1494.34, + "confidence": 0.8358373, + "speaker": 1, + "speaker_confidence": 0.59472656, + "punctuated_word": "input" + }, + { + "word": "that", + "start": 1494.34, + "end": 1494.56, + "confidence": 0.99999225, + "speaker": 1, + "speaker_confidence": 0.59472656, + "punctuated_word": "that" + }, + { + "word": "isn't", + "start": 1494.56, + "end": 1495.06, + "confidence": 0.8503393, + "speaker": 1, + "speaker_confidence": 0.59472656, + "punctuated_word": "isn't" + }, + { + "word": "mine", + "start": 1495.08, + "end": 1495.58, + "confidence": 0.4643706, + "speaker": 1, + "speaker_confidence": 0.59472656, + "punctuated_word": "mine" + }, + { + "word": "what", + "start": 1496.6, + "end": 1497.1, + "confidence": 0.71779007, + "speaker": 1, + "speaker_confidence": 0.59472656, + "punctuated_word": "What" + }, + { + "word": "what", + "start": 1497.26, + "end": 1497.5, + "confidence": 0.8269736, + "speaker": 1, + "speaker_confidence": 0.59472656, + "punctuated_word": "what" + }, + { + "word": "fails", + "start": 1497.5, + "end": 1498.0, + "confidence": 0.95283586, + "speaker": 1, + "speaker_confidence": 0.59472656, + "punctuated_word": "fails?" + }, + { + "word": "okay", + "start": 1498.66, + "end": 1498.94, + "confidence": 0.90453434, + "speaker": 0, + "speaker_confidence": 0.5600586, + "punctuated_word": "Okay," + }, + { + "word": "so", + "start": 1498.94, + "end": 1499.14, + "confidence": 0.86533815, + "speaker": 0, + "speaker_confidence": 0.5600586, + "punctuated_word": "so" + }, + { + "word": "if", + "start": 1499.14, + "end": 1499.24, + "confidence": 0.73143464, + "speaker": 0, + "speaker_confidence": 0.5600586, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 1499.24, + "end": 1499.44, + "confidence": 0.65361035, + "speaker": 0, + "speaker_confidence": 0.5600586, + "punctuated_word": "you" + }, + { + "word": "if", + "start": 1499.44, + "end": 1499.94, + "confidence": 0.38542363, + "speaker": 0, + "speaker_confidence": 0.5600586, + "punctuated_word": "if" + }, + { + "word": "alice", + "start": 1500.24, + "end": 1500.54, + "confidence": 0.70594186, + "speaker": 0, + "speaker_confidence": 0.5600586, + "punctuated_word": "Alice" + }, + { + "word": "input", + "start": 1500.54, + "end": 1500.74, + "confidence": 0.8817627, + "speaker": 0, + "speaker_confidence": 0.5600586, + "punctuated_word": "input" + }, + { + "word": "7", + "start": 1500.74, + "end": 1501.24, + "confidence": 0.9999813, + "speaker": 0, + "speaker_confidence": 0.5600586, + "punctuated_word": "7" + }, + { + "word": "doesn't", + "start": 1501.24, + "end": 1501.68, + "confidence": 0.8854676, + "speaker": 0, + "speaker_confidence": 0.5600586, + "punctuated_word": "doesn't" + }, + { + "word": "have", + "start": 1501.68, + "end": 1502.14, + "confidence": 0.8965923, + "speaker": 0, + "speaker_confidence": 0.5600586, + "punctuated_word": "have" + }, + { + "word": "basically", + "start": 1502.14, + "end": 1502.64, + "confidence": 0.82051986, + "speaker": 0, + "speaker_confidence": 0.5600586, + "punctuated_word": "basically" + }, + { + "word": "alice", + "start": 1502.64, + "end": 1502.94, + "confidence": 0.9666331, + "speaker": 0, + "speaker_confidence": 0.5600586, + "punctuated_word": "Alice" + }, + { + "word": "input", + "start": 1502.94, + "end": 1503.3, + "confidence": 0.81968045, + "speaker": 0, + "speaker_confidence": 0.5600586, + "punctuated_word": "input" + }, + { + "word": "7", + "start": 1503.3, + "end": 1503.64, + "confidence": 0.8049634, + "speaker": 0, + "speaker_confidence": 0.5600586, + "punctuated_word": "7" + }, + { + "word": "that", + "start": 1503.64, + "end": 1503.88, + "confidence": 0.83445114, + "speaker": 0, + "speaker_confidence": 0.5600586, + "punctuated_word": "that" + }, + { + "word": "address", + "start": 1503.88, + "end": 1504.38, + "confidence": 0.5071341, + "speaker": 0, + "speaker_confidence": 0.5600586, + "punctuated_word": "address" + }, + { + "word": "has", + "start": 1504.86, + "end": 1505.36, + "confidence": 0.8133242, + "speaker": 0, + "speaker_confidence": 0.5600586, + "punctuated_word": "has" + }, + { + "word": "alice", + "start": 1505.4, + "end": 1505.82, + "confidence": 0.64036006, + "speaker": 0, + "speaker_confidence": 0.5600586, + "punctuated_word": "Alice" + }, + { + "word": "input", + "start": 1505.82, + "end": 1506.22, + "confidence": 0.48343247, + "speaker": 0, + "speaker_confidence": 0.5600586, + "punctuated_word": "input" + }, + { + "word": "3s", + "start": 1506.22, + "end": 1506.72, + "confidence": 0.45367354, + "speaker": 0, + "speaker_confidence": 0.5600586, + "punctuated_word": "3s" + }, + { + "word": "utxo", + "start": 1506.9, + "end": 1507.4, + "confidence": 0.9950877, + "speaker": 0, + "speaker_confidence": 0.5600586, + "punctuated_word": "UTXO" + }, + { + "word": "label", + "start": 1507.46, + "end": 1507.96, + "confidence": 0.739497, + "speaker": 0, + "speaker_confidence": 0.5600586, + "punctuated_word": "label" + }, + { + "word": "baked", + "start": 1508.2, + "end": 1508.2281, + "confidence": 0.8727662, + "speaker": 3, + "speaker_confidence": 0.50439453, + "punctuated_word": "baked" + }, + { + "word": "into", + "start": 1508.2281, + "end": 1508.2565, + "confidence": 0.8904892, + "speaker": 3, + "speaker_confidence": 0.50439453, + "punctuated_word": "into" + }, + { + "word": "it", + "start": 1508.2565, + "end": 1508.2847, + "confidence": 0.40963084, + "speaker": 3, + "speaker_confidence": 0.50439453, + "punctuated_word": "it" + }, + { + "word": "if", + "start": 1508.2847, + "end": 1508.3129, + "confidence": 0.6692164, + "speaker": 3, + "speaker_confidence": 0.50439453, + "punctuated_word": "if" + }, + { + "word": "aliceinput7", + "start": 1508.3129, + "end": 1508.3412, + "confidence": 0.99301493, + "speaker": 3, + "speaker_confidence": 0.47216797, + "punctuated_word": "AliceInput7" + }, + { + "word": "doesn't", + "start": 1508.3412, + "end": 1508.3694, + "confidence": 0.88119155, + "speaker": 3, + "speaker_confidence": 0.47216797, + "punctuated_word": "doesn't" + }, + { + "word": "have", + "start": 1508.3694, + "end": 1508.3976, + "confidence": 0.5099579, + "speaker": 3, + "speaker_confidence": 0.47216797, + "punctuated_word": "have," + }, + { + "word": "basically", + "start": 1508.3976, + "end": 1508.4259, + "confidence": 0.9737325, + "speaker": 3, + "speaker_confidence": 0.47216797, + "punctuated_word": "basically" + }, + { + "word": "aliceinput7", + "start": 1508.4259, + "end": 1508.4541, + "confidence": 0.99413186, + "speaker": 3, + "speaker_confidence": 0.47216797, + "punctuated_word": "AliceInput7," + }, + { + "word": "that", + "start": 1508.4541, + "end": 1508.4824, + "confidence": 0.7888197, + "speaker": 3, + "speaker_confidence": 0.4970703, + "punctuated_word": "that" + }, + { + "word": "address", + "start": 1508.4824, + "end": 1508.5106, + "confidence": 0.8689167, + "speaker": 3, + "speaker_confidence": 0.4970703, + "punctuated_word": "address," + }, + { + "word": "has", + "start": 1508.5106, + "end": 1508.5388, + "confidence": 0.94743836, + "speaker": 3, + "speaker_confidence": 0.4970703, + "punctuated_word": "has" + }, + { + "word": "aliceinput3's", + "start": 1508.5388, + "end": 1508.5671, + "confidence": 0.991384, + "speaker": 3, + "speaker_confidence": 0.4970703, + "punctuated_word": "AliceInput3's" + }, + { + "word": "utxo", + "start": 1508.5671, + "end": 1508.5953, + "confidence": 0.99722254, + "speaker": 3, + "speaker_confidence": 0.4970703, + "punctuated_word": "UTXO" + }, + { + "word": "label", + "start": 1508.5953, + "end": 1508.6235, + "confidence": 0.7355018, + "speaker": 0, + "speaker_confidence": 0.0, + "punctuated_word": "label" + }, + { + "word": "baked", + "start": 1508.6235, + "end": 1508.6519, + "confidence": 0.9005764, + "speaker": 0, + "speaker_confidence": 0.0, + "punctuated_word": "baked" + }, + { + "word": "into", + "start": 1508.6519, + "end": 1508.68, + "confidence": 0.9642228, + "speaker": 0, + "speaker_confidence": 0.0, + "punctuated_word": "into" + }, + { + "word": "it", + "start": 1508.68, + "end": 1509.18, + "confidence": 0.81221646, + "speaker": 0, + "speaker_confidence": 0.0, + "punctuated_word": "it." + }, + { + "word": "and", + "start": 1509.24, + "end": 1509.38, + "confidence": 0.4528814, + "speaker": 0, + "speaker_confidence": 0.0, + "punctuated_word": "And" + }, + { + "word": "so", + "start": 1509.38, + "end": 1509.52, + "confidence": 0.30438572, + "speaker": 0, + "speaker_confidence": 0.0, + "punctuated_word": "so" + }, + { + "word": "it", + "start": 1509.52, + "end": 1509.72, + "confidence": 0.729927, + "speaker": 0, + "speaker_confidence": 0.0, + "punctuated_word": "it" + }, + { + "word": "takes", + "start": 1509.72, + "end": 1510.12, + "confidence": 0.79288864, + "speaker": 0, + "speaker_confidence": 0.0, + "punctuated_word": "takes," + }, + { + "word": "yeah", + "start": 1510.12, + "end": 1510.36, + "confidence": 0.8673298, + "speaker": 0, + "speaker_confidence": 0.58691406, + "punctuated_word": "yeah," + }, + { + "word": "it's", + "start": 1510.36, + "end": 1510.58, + "confidence": 0.9067213, + "speaker": 0, + "speaker_confidence": 0.58691406, + "punctuated_word": "it's" + }, + { + "word": "in", + "start": 1510.58, + "end": 1510.76, + "confidence": 0.76535046, + "speaker": 0, + "speaker_confidence": 0.58691406, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 1510.76, + "end": 1510.92, + "confidence": 0.7378677, + "speaker": 0, + "speaker_confidence": 0.58691406, + "punctuated_word": "the" + }, + { + "word": "taproot", + "start": 1510.92, + "end": 1511.24, + "confidence": 0.7435793, + "speaker": 0, + "speaker_confidence": 0.58691406, + "punctuated_word": "taproot" + }, + { + "word": "tree", + "start": 1511.24, + "end": 1511.52, + "confidence": 0.8302351, + "speaker": 0, + "speaker_confidence": 0.58691406, + "punctuated_word": "tree," + }, + { + "word": "right", + "start": 1511.52, + "end": 1511.72, + "confidence": 0.4454226, + "speaker": 0, + "speaker_confidence": 0.58691406, + "punctuated_word": "right?" + }, + { + "word": "so", + "start": 1511.72, + "end": 1511.88, + "confidence": 0.7877197, + "speaker": 0, + "speaker_confidence": 0.58691406, + "punctuated_word": "So" + }, + { + "word": "the", + "start": 1511.88, + "end": 1512.04, + "confidence": 0.88492364, + "speaker": 0, + "speaker_confidence": 0.58691406, + "punctuated_word": "the" + }, + { + "word": "idea", + "start": 1512.04, + "end": 1512.24, + "confidence": 0.5839176, + "speaker": 0, + "speaker_confidence": 0.58691406, + "punctuated_word": "idea" + }, + { + "word": "is", + "start": 1512.24, + "end": 1512.4, + "confidence": 0.47497812, + "speaker": 0, + "speaker_confidence": 0.58691406, + "punctuated_word": "is" + }, + { + "word": "like", + "start": 1512.4, + "end": 1512.88, + "confidence": 0.7786089, + "speaker": 0, + "speaker_confidence": 0.58691406, + "punctuated_word": "like," + }, + { + "word": "down", + "start": 1512.88, + "end": 1513.28, + "confidence": 0.8156605, + "speaker": 0, + "speaker_confidence": 0.58691406, + "punctuated_word": "down" + }, + { + "word": "on", + "start": 1513.28, + "end": 1513.44, + "confidence": 0.8547473, + "speaker": 0, + "speaker_confidence": 0.58691406, + "punctuated_word": "on" + }, + { + "word": "the", + "start": 1513.44, + "end": 1513.58, + "confidence": 0.7473535, + "speaker": 0, + "speaker_confidence": 0.58691406, + "punctuated_word": "the" + }, + { + "word": "left", + "start": 1513.58, + "end": 1513.84, + "confidence": 0.64702183, + "speaker": 0, + "speaker_confidence": 0.58691406, + "punctuated_word": "left" + }, + { + "word": "somewhere", + "start": 1513.84, + "end": 1514.34, + "confidence": 0.6914306, + "speaker": 0, + "speaker_confidence": 0.58691406, + "punctuated_word": "somewhere," + }, + { + "word": "there", + "start": 1514.48, + "end": 1514.72, + "confidence": 0.8994698, + "speaker": 0, + "speaker_confidence": 0.58691406, + "punctuated_word": "there" + }, + { + "word": "is", + "start": 1514.72, + "end": 1514.96, + "confidence": 0.48367915, + "speaker": 0, + "speaker_confidence": 0.58691406, + "punctuated_word": "is" + }, + { + "word": "a", + "start": 1514.96, + "end": 1515.46, + "confidence": 0.8478973, + "speaker": 0, + "speaker_confidence": 0.58691406, + "punctuated_word": "a" + }, + { + "word": "this", + "start": 1516.36, + "end": 1516.86, + "confidence": 0.67611724, + "speaker": 0, + "speaker_confidence": 0.58691406, + "punctuated_word": "this," + }, + { + "word": "like", + "start": 1517.02, + "end": 1517.44, + "confidence": 0.30568433, + "speaker": 0, + "speaker_confidence": 0.5097656, + "punctuated_word": "like" + }, + { + "word": "opciv", + "start": 1517.44, + "end": 1517.94, + "confidence": 0.37641615, + "speaker": 0, + "speaker_confidence": 0.5097656, + "punctuated_word": "opciv" + }, + { + "word": "with", + "start": 1518.4, + "end": 1518.64, + "confidence": 0.55195117, + "speaker": 0, + "speaker_confidence": 0.5097656, + "punctuated_word": "with" + }, + { + "word": "the", + "start": 1518.64, + "end": 1518.8, + "confidence": 0.9732859, + "speaker": 0, + "speaker_confidence": 0.5097656, + "punctuated_word": "the" + }, + { + "word": "txid", + "start": 1518.8, + "end": 1519.3, + "confidence": 0.89950615, + "speaker": 0, + "speaker_confidence": 0.5097656, + "punctuated_word": "txid" + }, + { + "word": "and", + "start": 1519.3, + "end": 1519.44, + "confidence": 0.6838641, + "speaker": 0, + "speaker_confidence": 0.5097656, + "punctuated_word": "and" + }, + { + "word": "index", + "start": 1519.44, + "end": 1519.94, + "confidence": 0.39473662, + "speaker": 0, + "speaker_confidence": 0.5097656, + "punctuated_word": "index" + }, + { + "word": "of", + "start": 1520.02, + "end": 1520.32, + "confidence": 0.4572898, + "speaker": 0, + "speaker_confidence": 0.5097656, + "punctuated_word": "of" + }, + { + "word": "alicin", + "start": 1520.32, + "end": 1520.82, + "confidence": 0.5986648, + "speaker": 0, + "speaker_confidence": 0.5097656, + "punctuated_word": "alicin" + }, + { + "word": "put3", + "start": 1520.84, + "end": 1521.34, + "confidence": 0.868952, + "speaker": 0, + "speaker_confidence": 0.5097656, + "punctuated_word": "put3." + }, + { + "word": "and", + "start": 1521.82, + "end": 1521.98, + "confidence": 0.59236145, + "speaker": 0, + "speaker_confidence": 0.5097656, + "punctuated_word": "And" + }, + { + "word": "so", + "start": 1521.98, + "end": 1522.48, + "confidence": 0.902506, + "speaker": 0, + "speaker_confidence": 0.5097656, + "punctuated_word": "so" + }, + { + "word": "even", + "start": 1522.64, + "end": 1522.84, + "confidence": 0.88145685, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "even" + }, + { + "word": "if", + "start": 1522.84, + "end": 1523.0, + "confidence": 0.80032897, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "if" + }, + { + "word": "that", + "start": 1523.0, + "end": 1523.26, + "confidence": 0.8857876, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "that" + }, + { + "word": "exists", + "start": 1523.26, + "end": 1523.76, + "confidence": 0.48204416, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "exists," + }, + { + "word": "people", + "start": 1524.02, + "end": 1524.32, + "confidence": 0.999869, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "people" + }, + { + "word": "aren't", + "start": 1524.32, + "end": 1524.52, + "confidence": 0.5566748, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "aren't" + }, + { + "word": "gonna", + "start": 1524.52, + "end": 1524.72, + "confidence": 0.34854025, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "gonna" + }, + { + "word": "know", + "start": 1524.72, + "end": 1524.96, + "confidence": 0.9977431, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "know" + }, + { + "word": "where", + "start": 1524.96, + "end": 1525.24, + "confidence": 0.9035577, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "where" + }, + { + "word": "it", + "start": 1525.24, + "end": 1525.52, + "confidence": 0.4979135, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "it" + }, + { + "word": "is", + "start": 1525.52, + "end": 1526.02, + "confidence": 0.5586734, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "is," + }, + { + "word": "you", + "start": 1526.04, + "end": 1526.06, + "confidence": 0.76892054, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 1526.06, + "end": 1526.56, + "confidence": 0.51847434, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "know," + }, + { + "word": "only", + "start": 1527.34, + "end": 1527.84, + "confidence": 0.85916334, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "only" + }, + { + "word": "the", + "start": 1527.98, + "end": 1528.18, + "confidence": 0.78252673, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "the" + }, + { + "word": "wallet", + "start": 1528.18, + "end": 1528.58, + "confidence": 0.7063621, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "wallet" + }, + { + "word": "can", + "start": 1528.58, + "end": 1528.78, + "confidence": 0.85627013, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "can" + }, + { + "word": "sort", + "start": 1528.78, + "end": 1528.94, + "confidence": 0.306819, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "sort" + }, + { + "word": "of", + "start": 1528.94, + "end": 1529.2, + "confidence": 0.99915516, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "of" + }, + { + "word": "prove", + "start": 1529.2, + "end": 1529.54, + "confidence": 0.8638634, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "prove" + }, + { + "word": "that", + "start": 1529.54, + "end": 1529.76, + "confidence": 0.8714174, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "that" + }, + { + "word": "and", + "start": 1529.76, + "end": 1529.92, + "confidence": 0.9011363, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "and" + }, + { + "word": "show", + "start": 1529.92, + "end": 1530.06, + "confidence": 0.9004829, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "show" + }, + { + "word": "it", + "start": 1530.06, + "end": 1530.22, + "confidence": 0.8196689, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "it" + }, + { + "word": "to", + "start": 1530.22, + "end": 1530.36, + "confidence": 0.88886786, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "to" + }, + { + "word": "the", + "start": 1530.36, + "end": 1530.4, + "confidence": 0.7227469, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "the" + }, + { + "word": "world", + "start": 1530.4, + "end": 1530.9, + "confidence": 0.18873285, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "world." + }, + { + "word": "and", + "start": 1531.12, + "end": 1531.28, + "confidence": 0.89349496, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "And" + }, + { + "word": "if", + "start": 1531.28, + "end": 1531.4, + "confidence": 0.992955, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "if" + }, + { + "word": "it's", + "start": 1531.4, + "end": 1531.64, + "confidence": 0.8446347, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "it's" + }, + { + "word": "someone", + "start": 1531.64, + "end": 1531.92, + "confidence": 0.998159, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "someone" + }, + { + "word": "else's", + "start": 1531.92, + "end": 1532.28, + "confidence": 0.8034189, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "else's" + }, + { + "word": "address", + "start": 1532.28, + "end": 1532.78, + "confidence": 0.8676593, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "address," + }, + { + "word": "that", + "start": 1534.76, + "end": 1534.86, + "confidence": 0.6606109, + "speaker": 0, + "speaker_confidence": 0.54833984, + "punctuated_word": "that" + }, + { + "word": "hash-based", + "start": 1534.86, + "end": 1535.28, + "confidence": 0.8190476, + "speaker": 0, + "speaker_confidence": 0.54833984, + "punctuated_word": "hash-based" + }, + { + "word": "pointer", + "start": 1535.28, + "end": 1535.54, + "confidence": 0.9997862, + "speaker": 0, + "speaker_confidence": 0.54833984, + "punctuated_word": "pointer" + }, + { + "word": "doesn't", + "start": 1535.54, + "end": 1535.82, + "confidence": 0.9267429, + "speaker": 0, + "speaker_confidence": 0.54833984, + "punctuated_word": "doesn't" + }, + { + "word": "exist", + "start": 1535.82, + "end": 1536.14, + "confidence": 0.88480055, + "speaker": 0, + "speaker_confidence": 0.54833984, + "punctuated_word": "exist" + }, + { + "word": "at", + "start": 1536.14, + "end": 1536.26, + "confidence": 0.60812366, + "speaker": 0, + "speaker_confidence": 0.54833984, + "punctuated_word": "at" + }, + { + "word": "all", + "start": 1536.26, + "end": 1536.42, + "confidence": 0.3522731, + "speaker": 0, + "speaker_confidence": 0.54833984, + "punctuated_word": "all," + }, + { + "word": "and", + "start": 1536.42, + "end": 1536.56, + "confidence": 0.8944188, + "speaker": 0, + "speaker_confidence": 0.54833984, + "punctuated_word": "and" + }, + { + "word": "so", + "start": 1536.56, + "end": 1536.68, + "confidence": 0.72559077, + "speaker": 0, + "speaker_confidence": 0.54833984, + "punctuated_word": "so" + }, + { + "word": "you", + "start": 1536.68, + "end": 1536.82, + "confidence": 0.988922, + "speaker": 0, + "speaker_confidence": 0.54833984, + "punctuated_word": "you" + }, + { + "word": "can't", + "start": 1536.82, + "end": 1537.2, + "confidence": 0.09772813, + "speaker": 0, + "speaker_confidence": 0.54833984, + "punctuated_word": "can't" + }, + { + "word": "show", + "start": 1537.2, + "end": 1537.36, + "confidence": 0.99536276, + "speaker": 0, + "speaker_confidence": 0.54833984, + "punctuated_word": "show" + }, + { + "word": "it", + "start": 1537.36, + "end": 1537.86, + "confidence": 0.13351287, + "speaker": 0, + "speaker_confidence": 0.54833984, + "punctuated_word": "it." + }, + { + "word": "and", + "start": 1538.1, + "end": 1538.6, + "confidence": 0.80703723, + "speaker": 1, + "speaker_confidence": 0.6401367, + "punctuated_word": "And" + }, + { + "word": "so", + "start": 1539.4, + "end": 1539.62, + "confidence": 0.99774534, + "speaker": 1, + "speaker_confidence": 0.6401367, + "punctuated_word": "so" + }, + { + "word": "that's", + "start": 1539.62, + "end": 1539.96, + "confidence": 0.8114537, + "speaker": 1, + "speaker_confidence": 0.6401367, + "punctuated_word": "that's" + }, + { + "word": "one", + "start": 1539.96, + "end": 1540.18, + "confidence": 0.90134484, + "speaker": 1, + "speaker_confidence": 0.6401367, + "punctuated_word": "one" + }, + { + "word": "branch", + "start": 1540.18, + "end": 1540.56, + "confidence": 0.81034464, + "speaker": 1, + "speaker_confidence": 0.6401367, + "punctuated_word": "branch" + }, + { + "word": "of", + "start": 1540.56, + "end": 1540.68, + "confidence": 0.7705158, + "speaker": 1, + "speaker_confidence": 0.51123047, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 1540.68, + "end": 1540.8, + "confidence": 0.7408445, + "speaker": 1, + "speaker_confidence": 0.51123047, + "punctuated_word": "the" + }, + { + "word": "tree", + "start": 1540.8, + "end": 1541.3, + "confidence": 0.8891289, + "speaker": 1, + "speaker_confidence": 0.51123047, + "punctuated_word": "tree," + }, + { + "word": "but", + "start": 1542.04, + "end": 1542.26, + "confidence": 0.99925774, + "speaker": 1, + "speaker_confidence": 0.51123047, + "punctuated_word": "but" + }, + { + "word": "that's", + "start": 1542.26, + "end": 1542.66, + "confidence": 0.8742745, + "speaker": 1, + "speaker_confidence": 0.51123047, + "punctuated_word": "that's" + }, + { + "word": "not", + "start": 1542.66, + "end": 1543.16, + "confidence": 0.015887618, + "speaker": 1, + "speaker_confidence": 0.51123047, + "punctuated_word": "not..." + }, + { + "word": "okay", + "start": 1545.28, + "end": 1545.6, + "confidence": 0.73718417, + "speaker": 1, + "speaker_confidence": 0.8457031, + "punctuated_word": "Okay," + }, + { + "word": "so", + "start": 1545.6, + "end": 1546.1, + "confidence": 0.7482546, + "speaker": 1, + "speaker_confidence": 0.8457031, + "punctuated_word": "so" + }, + { + "word": "i", + "start": 1546.42, + "end": 1546.58, + "confidence": 0.91085523, + "speaker": 1, + "speaker_confidence": 0.8457031, + "punctuated_word": "I" + }, + { + "word": "understand", + "start": 1546.58, + "end": 1547.08, + "confidence": 0.2560871, + "speaker": 1, + "speaker_confidence": 0.8457031, + "punctuated_word": "understand." + }, + { + "word": "so", + "start": 1547.46, + "end": 1547.68, + "confidence": 0.7817632, + "speaker": 1, + "speaker_confidence": 0.8457031, + "punctuated_word": "So" + }, + { + "word": "aliceinput7", + "start": 1547.68, + "end": 1548.18, + "confidence": 0.9923235, + "speaker": 1, + "speaker_confidence": 0.8457031, + "punctuated_word": "AliceInput7" + }, + { + "word": "is", + "start": 1548.54, + "end": 1548.82, + "confidence": 0.53478295, + "speaker": 1, + "speaker_confidence": 0.8457031, + "punctuated_word": "is" + }, + { + "word": "created", + "start": 1548.82, + "end": 1549.32, + "confidence": 0.6513046, + "speaker": 1, + "speaker_confidence": 0.8457031, + "punctuated_word": "created," + }, + { + "word": "so", + "start": 1549.7, + "end": 1549.82, + "confidence": 0.94938743, + "speaker": 1, + "speaker_confidence": 0.8457031, + "punctuated_word": "so" + }, + { + "word": "it's", + "start": 1549.82, + "end": 1549.94, + "confidence": 0.90765584, + "speaker": 1, + "speaker_confidence": 0.5864258, + "punctuated_word": "it's" + }, + { + "word": "revealing", + "start": 1549.94, + "end": 1550.44, + "confidence": 0.82108897, + "speaker": 1, + "speaker_confidence": 0.5864258, + "punctuated_word": "revealing" + }, + { + "word": "that", + "start": 1550.66, + "end": 1550.8, + "confidence": 0.9097773, + "speaker": 1, + "speaker_confidence": 0.5864258, + "punctuated_word": "that" + }, + { + "word": "part", + "start": 1550.8, + "end": 1551.02, + "confidence": 0.81433666, + "speaker": 1, + "speaker_confidence": 0.5864258, + "punctuated_word": "part" + }, + { + "word": "of", + "start": 1551.02, + "end": 1551.18, + "confidence": 0.8145966, + "speaker": 1, + "speaker_confidence": 0.5864258, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 1551.18, + "end": 1551.38, + "confidence": 0.68164593, + "speaker": 1, + "speaker_confidence": 0.6723633, + "punctuated_word": "the" + }, + { + "word": "tree", + "start": 1551.38, + "end": 1551.88, + "confidence": 0.91298705, + "speaker": 1, + "speaker_confidence": 0.6723633, + "punctuated_word": "tree," + }, + { + "word": "which", + "start": 1551.96, + "end": 1552.16, + "confidence": 0.87876004, + "speaker": 1, + "speaker_confidence": 0.6723633, + "punctuated_word": "which" + }, + { + "word": "is", + "start": 1552.16, + "end": 1552.36, + "confidence": 0.7450878, + "speaker": 1, + "speaker_confidence": 0.6723633, + "punctuated_word": "is" + }, + { + "word": "what", + "start": 1552.36, + "end": 1552.68, + "confidence": 0.7475071, + "speaker": 1, + "speaker_confidence": 0.6723633, + "punctuated_word": "what" + }, + { + "word": "alice", + "start": 1552.68, + "end": 1553.04, + "confidence": 0.8410494, + "speaker": 1, + "speaker_confidence": 0.6723633, + "punctuated_word": "Alice" + }, + { + "word": "input", + "start": 1553.04, + "end": 1553.32, + "confidence": 0.8971996, + "speaker": 1, + "speaker_confidence": 0.6723633, + "punctuated_word": "input" + }, + { + "word": "3", + "start": 1553.32, + "end": 1553.68, + "confidence": 0.8300066, + "speaker": 1, + "speaker_confidence": 0.6723633, + "punctuated_word": "3" + }, + { + "word": "in", + "start": 1553.68, + "end": 1553.9, + "confidence": 0.881141, + "speaker": 1, + "speaker_confidence": 0.6723633, + "punctuated_word": "in" + }, + { + "word": "quotes", + "start": 1553.9, + "end": 1554.28, + "confidence": 0.48222312, + "speaker": 1, + "speaker_confidence": 0.6723633, + "punctuated_word": "quotes" + }, + { + "word": "means", + "start": 1554.28, + "end": 1554.78, + "confidence": 0.5146333, + "speaker": 1, + "speaker_confidence": 0.6723633, + "punctuated_word": "means" + }, + { + "word": "yeah", + "start": 1555.08, + "end": 1555.58, + "confidence": 0.90075433, + "speaker": 0, + "speaker_confidence": 0.5, + "punctuated_word": "Yeah," + }, + { + "word": "it's", + "start": 1555.6, + "end": 1555.76, + "confidence": 0.85110635, + "speaker": 0, + "speaker_confidence": 0.5, + "punctuated_word": "it's" + }, + { + "word": "a", + "start": 1555.76, + "end": 1556.04, + "confidence": 0.9989785, + "speaker": 0, + "speaker_confidence": 0.5, + "punctuated_word": "a" + }, + { + "word": "it's", + "start": 1556.04, + "end": 1556.26, + "confidence": 0.48767266, + "speaker": 0, + "speaker_confidence": 0.5, + "punctuated_word": "it's" + }, + { + "word": "it's", + "start": 1556.26, + "end": 1556.38, + "confidence": 0.8164243, + "speaker": 0, + "speaker_confidence": 0.5, + "punctuated_word": "it's" + }, + { + "word": "got", + "start": 1556.38, + "end": 1556.66, + "confidence": 0.7915793, + "speaker": 0, + "speaker_confidence": 0.5, + "punctuated_word": "got" + }, + { + "word": "the", + "start": 1556.66, + "end": 1556.84, + "confidence": 0.89663637, + "speaker": 0, + "speaker_confidence": 0.5, + "punctuated_word": "the" + }, + { + "word": "hash", + "start": 1556.84, + "end": 1557.18, + "confidence": 0.59177685, + "speaker": 0, + "speaker_confidence": 0.5, + "punctuated_word": "hash" + }, + { + "word": "of", + "start": 1557.18, + "end": 1557.44, + "confidence": 0.80678385, + "speaker": 0, + "speaker_confidence": 0.5, + "punctuated_word": "of" + }, + { + "word": "alice", + "start": 1557.44, + "end": 1557.8, + "confidence": 0.9426864, + "speaker": 0, + "speaker_confidence": 0.5, + "punctuated_word": "Alice" + }, + { + "word": "input", + "start": 1557.8, + "end": 1558.08, + "confidence": 0.8993626, + "speaker": 0, + "speaker_confidence": 0.5, + "punctuated_word": "input" + }, + { + "word": "3", + "start": 1558.08, + "end": 1558.32, + "confidence": 0.9012849, + "speaker": 0, + "speaker_confidence": 0.5, + "punctuated_word": "3" + }, + { + "word": "in", + "start": 1558.32, + "end": 1558.48, + "confidence": 0.7125216, + "speaker": 0, + "speaker_confidence": 0.5, + "punctuated_word": "in" + }, + { + "word": "it", + "start": 1558.48, + "end": 1558.98, + "confidence": 0.86629874, + "speaker": 0, + "speaker_confidence": 0.5, + "punctuated_word": "it." + }, + { + "word": "got", + "start": 1559.18, + "end": 1559.34, + "confidence": 0.4948799, + "speaker": 1, + "speaker_confidence": 0.27392578, + "punctuated_word": "Got" + }, + { + "word": "it", + "start": 1559.34, + "end": 1559.7, + "confidence": 0.5745605, + "speaker": 1, + "speaker_confidence": 0.27392578, + "punctuated_word": "it" + }, + { + "word": "yeah", + "start": 1559.7, + "end": 1559.92, + "confidence": 0.99956936, + "speaker": 3, + "speaker_confidence": 0.16210938, + "punctuated_word": "Yeah," + }, + { + "word": "i", + "start": 1559.92, + "end": 1560.04, + "confidence": 0.85018903, + "speaker": 3, + "speaker_confidence": 0.16210938, + "punctuated_word": "I" + }, + { + "word": "should", + "start": 1560.04, + "end": 1560.05, + "confidence": 0.9504261, + "speaker": 0, + "speaker_confidence": 0.63183594, + "punctuated_word": "should" + }, + { + "word": "make", + "start": 1560.05, + "end": 1560.06, + "confidence": 0.91839117, + "speaker": 0, + "speaker_confidence": 0.63183594, + "punctuated_word": "make" + }, + { + "word": "i", + "start": 1560.06, + "end": 1560.52, + "confidence": 0.5276486, + "speaker": 0, + "speaker_confidence": 0.63183594, + "punctuated_word": "I" + }, + { + "word": "should", + "start": 1560.52, + "end": 1560.66, + "confidence": 0.804131, + "speaker": 0, + "speaker_confidence": 0.63183594, + "punctuated_word": "should" + }, + { + "word": "have", + "start": 1560.66, + "end": 1560.8, + "confidence": 0.89336056, + "speaker": 0, + "speaker_confidence": 0.63183594, + "punctuated_word": "have" + }, + { + "word": "made", + "start": 1560.8, + "end": 1561.0, + "confidence": 0.76750606, + "speaker": 0, + "speaker_confidence": 0.63183594, + "punctuated_word": "made" + }, + { + "word": "a", + "start": 1561.0, + "end": 1561.22, + "confidence": 0.80687034, + "speaker": 0, + "speaker_confidence": 0.63183594, + "punctuated_word": "a" + }, + { + "word": "little", + "start": 1561.22, + "end": 1561.44, + "confidence": 0.70614594, + "speaker": 0, + "speaker_confidence": 0.63183594, + "punctuated_word": "little" + }, + { + "word": "tree", + "start": 1561.44, + "end": 1561.78, + "confidence": 0.85745734, + "speaker": 0, + "speaker_confidence": 0.63183594, + "punctuated_word": "tree" + }, + { + "word": "where", + "start": 1561.78, + "end": 1561.92, + "confidence": 0.98000365, + "speaker": 0, + "speaker_confidence": 0.63183594, + "punctuated_word": "where" + }, + { + "word": "it's", + "start": 1561.92, + "end": 1562.12, + "confidence": 0.84816587, + "speaker": 0, + "speaker_confidence": 0.63183594, + "punctuated_word": "it's" + }, + { + "word": "like", + "start": 1562.12, + "end": 1562.44, + "confidence": 0.09875556, + "speaker": 0, + "speaker_confidence": 0.63183594, + "punctuated_word": "like," + }, + { + "word": "here's", + "start": 1562.44, + "end": 1562.68, + "confidence": 0.80065095, + "speaker": 0, + "speaker_confidence": 0.63183594, + "punctuated_word": "here's" + }, + { + "word": "your", + "start": 1562.68, + "end": 1562.8, + "confidence": 0.6349638, + "speaker": 0, + "speaker_confidence": 0.63183594, + "punctuated_word": "your" + }, + { + "word": "regular", + "start": 1562.8, + "end": 1563.08, + "confidence": 0.48818728, + "speaker": 0, + "speaker_confidence": 0.63183594, + "punctuated_word": "regular" + }, + { + "word": "pubkey", + "start": 1563.08, + "end": 1563.58, + "confidence": 0.5255587, + "speaker": 0, + "speaker_confidence": 0.63183594, + "punctuated_word": "pubkey," + }, + { + "word": "and", + "start": 1563.66, + "end": 1563.8, + "confidence": 0.8073069, + "speaker": 0, + "speaker_confidence": 0.63183594, + "punctuated_word": "and" + }, + { + "word": "then", + "start": 1563.8, + "end": 1563.9, + "confidence": 0.8126769, + "speaker": 0, + "speaker_confidence": 0.63183594, + "punctuated_word": "then" + }, + { + "word": "down", + "start": 1563.9, + "end": 1564.12, + "confidence": 0.7823916, + "speaker": 0, + "speaker_confidence": 0.63183594, + "punctuated_word": "down" + }, + { + "word": "here", + "start": 1564.12, + "end": 1564.3, + "confidence": 0.8972752, + "speaker": 0, + "speaker_confidence": 0.63183594, + "punctuated_word": "here" + }, + { + "word": "you", + "start": 1564.3, + "end": 1564.44, + "confidence": 0.81706285, + "speaker": 0, + "speaker_confidence": 0.63183594, + "punctuated_word": "you" + }, + { + "word": "put", + "start": 1564.44, + "end": 1564.64, + "confidence": 0.29946172, + "speaker": 0, + "speaker_confidence": 0.63183594, + "punctuated_word": "put" + }, + { + "word": "your", + "start": 1564.64, + "end": 1564.84, + "confidence": 0.57047516, + "speaker": 0, + "speaker_confidence": 0.63183594, + "punctuated_word": "your" + }, + { + "word": "opciv", + "start": 1564.84, + "end": 1565.34, + "confidence": 0.52548134, + "speaker": 0, + "speaker_confidence": 0.63183594, + "punctuated_word": "opciv" + }, + { + "word": "clauses", + "start": 1566.18, + "end": 1566.68, + "confidence": 0.14207372, + "speaker": 0, + "speaker_confidence": 0.63183594, + "punctuated_word": "clauses." + }, + { + "word": "yeah", + "start": 1569.0, + "end": 1569.5, + "confidence": 0.73338956, + "speaker": 4, + "speaker_confidence": 0.72021484, + "punctuated_word": "Yeah," + }, + { + "word": "thanks", + "start": 1569.6, + "end": 1569.96, + "confidence": 0.85727876, + "speaker": 4, + "speaker_confidence": 0.72021484, + "punctuated_word": "thanks" + }, + { + "word": "for", + "start": 1569.96, + "end": 1570.16, + "confidence": 0.8733589, + "speaker": 4, + "speaker_confidence": 0.72021484, + "punctuated_word": "for" + }, + { + "word": "this", + "start": 1570.16, + "end": 1570.56, + "confidence": 0.66507274, + "speaker": 4, + "speaker_confidence": 0.72021484, + "punctuated_word": "this" + }, + { + "word": "great", + "start": 1570.56, + "end": 1570.86, + "confidence": 0.6323807, + "speaker": 4, + "speaker_confidence": 0.72021484, + "punctuated_word": "great" + }, + { + "word": "nerd", + "start": 1570.86, + "end": 1571.14, + "confidence": 0.91429317, + "speaker": 4, + "speaker_confidence": 0.72021484, + "punctuated_word": "nerd" + }, + { + "word": "snipe", + "start": 1571.14, + "end": 1571.64, + "confidence": 0.71944106, + "speaker": 4, + "speaker_confidence": 0.72021484, + "punctuated_word": "snipe." + }, + { + "word": "and", + "start": 1573.14, + "end": 1573.38, + "confidence": 0.8121619, + "speaker": 4, + "speaker_confidence": 0.25195312, + "punctuated_word": "And" + }, + { + "word": "one", + "start": 1573.38, + "end": 1573.66, + "confidence": 0.985986, + "speaker": 4, + "speaker_confidence": 0.25195312, + "punctuated_word": "one" + }, + { + "word": "thing", + "start": 1573.66, + "end": 1574.02, + "confidence": 0.8976678, + "speaker": 4, + "speaker_confidence": 0.25195312, + "punctuated_word": "thing" + }, + { + "word": "i", + "start": 1574.02, + "end": 1574.14, + "confidence": 0.7395999, + "speaker": 4, + "speaker_confidence": 0.671875, + "punctuated_word": "I" + }, + { + "word": "was", + "start": 1574.14, + "end": 1574.6, + "confidence": 0.80506384, + "speaker": 4, + "speaker_confidence": 0.671875, + "punctuated_word": "was" + }, + { + "word": "thinking", + "start": 1574.6, + "end": 1575.02, + "confidence": 0.2988258, + "speaker": 4, + "speaker_confidence": 0.671875, + "punctuated_word": "thinking" + }, + { + "word": "about", + "start": 1575.02, + "end": 1575.28, + "confidence": 0.9994764, + "speaker": 4, + "speaker_confidence": 0.671875, + "punctuated_word": "about" + }, + { + "word": "while", + "start": 1575.28, + "end": 1575.78, + "confidence": 0.8582418, + "speaker": 4, + "speaker_confidence": 0.671875, + "punctuated_word": "while" + }, + { + "word": "you", + "start": 1575.9, + "end": 1576.06, + "confidence": 0.9041703, + "speaker": 4, + "speaker_confidence": 0.671875, + "punctuated_word": "you" + }, + { + "word": "were", + "start": 1576.06, + "end": 1576.26, + "confidence": 0.759319, + "speaker": 4, + "speaker_confidence": 0.671875, + "punctuated_word": "were" + }, + { + "word": "still", + "start": 1576.26, + "end": 1576.52, + "confidence": 0.8099963, + "speaker": 4, + "speaker_confidence": 0.671875, + "punctuated_word": "still" + }, + { + "word": "talking", + "start": 1576.52, + "end": 1577.02, + "confidence": 0.34117582, + "speaker": 4, + "speaker_confidence": 0.671875, + "punctuated_word": "talking," + }, + { + "word": "for", + "start": 1577.86, + "end": 1578.06, + "confidence": 0.77920115, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "for" + }, + { + "word": "the", + "start": 1578.06, + "end": 1578.22, + "confidence": 0.83866775, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "the" + }, + { + "word": "really", + "start": 1578.22, + "end": 1578.56, + "confidence": 0.77418214, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "really," + }, + { + "word": "really", + "start": 1578.56, + "end": 1578.86, + "confidence": 0.93069386, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "really" + }, + { + "word": "large", + "start": 1578.86, + "end": 1579.26, + "confidence": 0.98942995, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "large" + }, + { + "word": "wallets", + "start": 1579.26, + "end": 1579.76, + "confidence": 0.94181526, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "wallets," + }, + { + "word": "do", + "start": 1580.32, + "end": 1580.5, + "confidence": 0.87700975, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "do" + }, + { + "word": "we", + "start": 1580.5, + "end": 1580.72, + "confidence": 0.69416577, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "we" + }, + { + "word": "run", + "start": 1580.72, + "end": 1581.16, + "confidence": 0.16893576, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "run" + }, + { + "word": "into", + "start": 1581.16, + "end": 1581.66, + "confidence": 0.99253684, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "into" + }, + { + "word": "maximum", + "start": 1582.08, + "end": 1582.58, + "confidence": 0.86480653, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "maximum" + }, + { + "word": "depth", + "start": 1582.6, + "end": 1583.08, + "confidence": 0.91114444, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "depth" + }, + { + "word": "limits", + "start": 1583.08, + "end": 1583.58, + "confidence": 0.68891954, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "limits" + }, + { + "word": "of", + "start": 1583.8, + "end": 1584.3, + "confidence": 0.7387108, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "of" + }, + { + "word": "tap", + "start": 1584.34, + "end": 1584.6, + "confidence": 0.8401331, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "tap" + }, + { + "word": "trees", + "start": 1584.6, + "end": 1585.1, + "confidence": 0.80313075, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "trees" + }, + { + "word": "and", + "start": 1585.24, + "end": 1585.52, + "confidence": 0.47754836, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "and" + }, + { + "word": "also", + "start": 1585.52, + "end": 1586.02, + "confidence": 0.7974315, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "also" + }, + { + "word": "for", + "start": 1586.24, + "end": 1586.52, + "confidence": 0.8871418, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "for" + }, + { + "word": "maybe", + "start": 1586.52, + "end": 1586.8, + "confidence": 0.90668344, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "maybe" + }, + { + "word": "for", + "start": 1586.8, + "end": 1586.98, + "confidence": 0.8912977, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "for" + }, + { + "word": "efficiency", + "start": 1586.98, + "end": 1587.48, + "confidence": 0.8695583, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "efficiency" + }, + { + "word": "reasons", + "start": 1587.48, + "end": 1587.86, + "confidence": 0.2888755, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "reasons" + }, + { + "word": "we", + "start": 1587.86, + "end": 1588.04, + "confidence": 0.99453485, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "we" + }, + { + "word": "want", + "start": 1588.04, + "end": 1588.28, + "confidence": 0.8602096, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "want" + }, + { + "word": "to", + "start": 1588.28, + "end": 1588.46, + "confidence": 0.80065525, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "to" + }, + { + "word": "limit", + "start": 1588.46, + "end": 1588.94, + "confidence": 0.8738974, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "limit" + }, + { + "word": "the", + "start": 1588.94, + "end": 1589.16, + "confidence": 0.89808375, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "the" + }, + { + "word": "number", + "start": 1589.16, + "end": 1589.54, + "confidence": 0.710266, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "number" + }, + { + "word": "of", + "start": 1589.54, + "end": 1590.04, + "confidence": 0.94105107, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "of" + }, + { + "word": "utxos", + "start": 1590.18, + "end": 1590.68, + "confidence": 0.70924807, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "UTXOs" + }, + { + "word": "we", + "start": 1590.8, + "end": 1590.98, + "confidence": 0.8935839, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "we" + }, + { + "word": "commit", + "start": 1590.98, + "end": 1591.36, + "confidence": 0.36763728, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "commit" + }, + { + "word": "to", + "start": 1591.36, + "end": 1591.86, + "confidence": 0.7148322, + "speaker": 4, + "speaker_confidence": 0.79589844, + "punctuated_word": "to" + }, + { + "word": "and", + "start": 1592.08, + "end": 1592.22, + "confidence": 0.80576605, + "speaker": 4, + "speaker_confidence": 0.6069336, + "punctuated_word": "and" + }, + { + "word": "then", + "start": 1592.22, + "end": 1592.44, + "confidence": 0.79943895, + "speaker": 4, + "speaker_confidence": 0.6069336, + "punctuated_word": "then" + }, + { + "word": "it", + "start": 1592.44, + "end": 1592.58, + "confidence": 0.9172555, + "speaker": 4, + "speaker_confidence": 0.6069336, + "punctuated_word": "it" + }, + { + "word": "becomes", + "start": 1592.58, + "end": 1592.9, + "confidence": 0.72871, + "speaker": 4, + "speaker_confidence": 0.6069336, + "punctuated_word": "becomes" + }, + { + "word": "a", + "start": 1592.9, + "end": 1593.08, + "confidence": 0.4170128, + "speaker": 4, + "speaker_confidence": 0.6069336, + "punctuated_word": "a" + }, + { + "word": "very", + "start": 1593.08, + "end": 1593.26, + "confidence": 0.628374, + "speaker": 4, + "speaker_confidence": 0.6069336, + "punctuated_word": "very" + }, + { + "word": "very", + "start": 1593.26, + "end": 1593.48, + "confidence": 0.7259028, + "speaker": 4, + "speaker_confidence": 0.6069336, + "punctuated_word": "very" + }, + { + "word": "interesting", + "start": 1593.48, + "end": 1593.98, + "confidence": 0.55889165, + "speaker": 4, + "speaker_confidence": 0.6069336, + "punctuated_word": "interesting" + }, + { + "word": "problem", + "start": 1594.04, + "end": 1594.54, + "confidence": 0.72684425, + "speaker": 4, + "speaker_confidence": 0.6069336, + "punctuated_word": "problem" + }, + { + "word": "in", + "start": 1595.14, + "end": 1595.32, + "confidence": 0.19337666, + "speaker": 4, + "speaker_confidence": 0.39257812, + "punctuated_word": "in" + }, + { + "word": "which", + "start": 1595.32, + "end": 1595.66, + "confidence": 0.9735039, + "speaker": 4, + "speaker_confidence": 0.39257812, + "punctuated_word": "which" + }, + { + "word": "order", + "start": 1595.66, + "end": 1596.1, + "confidence": 0.88334805, + "speaker": 4, + "speaker_confidence": 0.39257812, + "punctuated_word": "order" + }, + { + "word": "you", + "start": 1596.1, + "end": 1596.3, + "confidence": 0.9119995, + "speaker": 4, + "speaker_confidence": 0.39257812, + "punctuated_word": "you" + }, + { + "word": "have", + "start": 1596.3, + "end": 1596.54, + "confidence": 0.814722, + "speaker": 4, + "speaker_confidence": 0.39257812, + "punctuated_word": "have" + }, + { + "word": "to", + "start": 1596.54, + "end": 1596.66, + "confidence": 0.79717475, + "speaker": 4, + "speaker_confidence": 0.39257812, + "punctuated_word": "to" + }, + { + "word": "spend", + "start": 1596.66, + "end": 1596.94, + "confidence": 0.8775513, + "speaker": 4, + "speaker_confidence": 0.6533203, + "punctuated_word": "spend" + }, + { + "word": "your", + "start": 1596.94, + "end": 1597.12, + "confidence": 0.9976404, + "speaker": 4, + "speaker_confidence": 0.6533203, + "punctuated_word": "your" + }, + { + "word": "utxos", + "start": 1597.12, + "end": 1597.62, + "confidence": 0.92147964, + "speaker": 4, + "speaker_confidence": 0.6533203, + "punctuated_word": "UTXOs" + }, + { + "word": "otherwise", + "start": 1597.8, + "end": 1598.24, + "confidence": 0.8474144, + "speaker": 4, + "speaker_confidence": 0.6533203, + "punctuated_word": "otherwise" + }, + { + "word": "you", + "start": 1598.24, + "end": 1598.4, + "confidence": 0.8110235, + "speaker": 4, + "speaker_confidence": 0.6533203, + "punctuated_word": "you" + }, + { + "word": "make", + "start": 1598.4, + "end": 1598.64, + "confidence": 0.904788, + "speaker": 4, + "speaker_confidence": 0.6533203, + "punctuated_word": "make" + }, + { + "word": "some", + "start": 1598.64, + "end": 1598.86, + "confidence": 0.71223414, + "speaker": 4, + "speaker_confidence": 0.6533203, + "punctuated_word": "some" + }, + { + "word": "of", + "start": 1598.86, + "end": 1599.0, + "confidence": 0.33390072, + "speaker": 4, + "speaker_confidence": 0.6533203, + "punctuated_word": "of" + }, + { + "word": "them", + "start": 1599.0, + "end": 1599.24, + "confidence": 0.9881762, + "speaker": 4, + "speaker_confidence": 0.6533203, + "punctuated_word": "them" + }, + { + "word": "unspendable", + "start": 1599.24, + "end": 1599.74, + "confidence": 0.98770535, + "speaker": 4, + "speaker_confidence": 0.6533203, + "punctuated_word": "unspendable." + }, + { + "word": "so", + "start": 1600.84, + "end": 1600.92, + "confidence": 0.62858915, + "speaker": 0, + "speaker_confidence": 0.2939453, + "punctuated_word": "So" + }, + { + "word": "you", + "start": 1600.92, + "end": 1601.42, + "confidence": 0.83278704, + "speaker": 0, + "speaker_confidence": 0.2939453, + "punctuated_word": "you" + }, + { + "word": "would", + "start": 1601.92, + "end": 1602.18, + "confidence": 0.83835006, + "speaker": 0, + "speaker_confidence": 0.2939453, + "punctuated_word": "would" + }, + { + "word": "never", + "start": 1602.18, + "end": 1602.56, + "confidence": 0.8703834, + "speaker": 0, + "speaker_confidence": 0.2939453, + "punctuated_word": "never" + }, + { + "word": "make", + "start": 1602.56, + "end": 1602.8, + "confidence": 0.41102818, + "speaker": 0, + "speaker_confidence": 0.2939453, + "punctuated_word": "make" + }, + { + "word": "it", + "start": 1602.8, + "end": 1603.14, + "confidence": 0.8320905, + "speaker": 0, + "speaker_confidence": 0.2939453, + "punctuated_word": "it" + }, + { + "word": "unspendable", + "start": 1603.14, + "end": 1603.3201, + "confidence": 0.9702355, + "speaker": 0, + "speaker_confidence": 0.2939453, + "punctuated_word": "unspendable?" + }, + { + "word": "so", + "start": 1603.3201, + "end": 1603.5, + "confidence": 0.5868237, + "speaker": 0, + "speaker_confidence": 0.2939453, + "punctuated_word": "So" + }, + { + "word": "like", + "start": 1603.5, + "end": 1603.78, + "confidence": 0.48257762, + "speaker": 0, + "speaker_confidence": 0.2939453, + "punctuated_word": "like" + }, + { + "word": "yes", + "start": 1603.78, + "end": 1604.28, + "confidence": 0.6514881, + "speaker": 0, + "speaker_confidence": 0.2939453, + "punctuated_word": "yes," + }, + { + "word": "that's", + "start": 1604.6, + "end": 1604.82, + "confidence": 0.73064923, + "speaker": 0, + "speaker_confidence": 0.2939453, + "punctuated_word": "that's" + }, + { + "word": "why", + "start": 1604.82, + "end": 1605.02, + "confidence": 0.430506, + "speaker": 0, + "speaker_confidence": 0.2939453, + "punctuated_word": "why" + }, + { + "word": "i", + "start": 1605.02, + "end": 1605.04, + "confidence": 0.88849205, + "speaker": 0, + "speaker_confidence": 0.2939453, + "punctuated_word": "I" + }, + { + "word": "sort", + "start": 1605.04, + "end": 1605.24, + "confidence": 0.863073, + "speaker": 0, + "speaker_confidence": 0.4111328, + "punctuated_word": "sort" + }, + { + "word": "of", + "start": 1605.24, + "end": 1605.38, + "confidence": 0.73684067, + "speaker": 0, + "speaker_confidence": 0.4111328, + "punctuated_word": "of" + }, + { + "word": "put", + "start": 1605.38, + "end": 1605.54, + "confidence": 0.54080224, + "speaker": 0, + "speaker_confidence": 0.4111328, + "punctuated_word": "put" + }, + { + "word": "this", + "start": 1605.54, + "end": 1605.74, + "confidence": 0.997603, + "speaker": 0, + "speaker_confidence": 0.4111328, + "punctuated_word": "this" + }, + { + "word": "asterisk", + "start": 1605.74, + "end": 1606.1, + "confidence": 0.83081263, + "speaker": 0, + "speaker_confidence": 0.4111328, + "punctuated_word": "asterisk," + }, + { + "word": "where", + "start": 1606.1, + "end": 1606.24, + "confidence": 0.97572917, + "speaker": 0, + "speaker_confidence": 0.4111328, + "punctuated_word": "where" + }, + { + "word": "it's", + "start": 1606.24, + "end": 1606.4, + "confidence": 0.8075912, + "speaker": 0, + "speaker_confidence": 0.4111328, + "punctuated_word": "it's" + }, + { + "word": "like", + "start": 1606.4, + "end": 1606.54, + "confidence": 0.75820816, + "speaker": 0, + "speaker_confidence": 0.4111328, + "punctuated_word": "like" + }, + { + "word": "oh", + "start": 1606.54, + "end": 1606.7, + "confidence": 0.35238054, + "speaker": 0, + "speaker_confidence": 0.4111328, + "punctuated_word": "oh" + }, + { + "word": "man", + "start": 1606.7, + "end": 1606.88, + "confidence": 0.49432668, + "speaker": 0, + "speaker_confidence": 0.4111328, + "punctuated_word": "man," + }, + { + "word": "that", + "start": 1606.88, + "end": 1607.06, + "confidence": 0.7265692, + "speaker": 0, + "speaker_confidence": 0.4111328, + "punctuated_word": "that" + }, + { + "word": "seems", + "start": 1607.06, + "end": 1607.28, + "confidence": 0.8709159, + "speaker": 0, + "speaker_confidence": 0.4111328, + "punctuated_word": "seems" + }, + { + "word": "kind", + "start": 1607.28, + "end": 1607.46, + "confidence": 0.45095408, + "speaker": 0, + "speaker_confidence": 0.4111328, + "punctuated_word": "kind" + }, + { + "word": "of", + "start": 1607.46, + "end": 1607.8, + "confidence": 0.04900144, + "speaker": 0, + "speaker_confidence": 0.4111328, + "punctuated_word": "of..." + }, + { + "word": "what", + "start": 1607.8, + "end": 1607.96, + "confidence": 0.60721314, + "speaker": 0, + "speaker_confidence": 0.55859375, + "punctuated_word": "What" + }, + { + "word": "is", + "start": 1607.96, + "end": 1608.12, + "confidence": 0.7049019, + "speaker": 0, + "speaker_confidence": 0.55859375, + "punctuated_word": "is" + }, + { + "word": "the", + "start": 1608.12, + "end": 1608.28, + "confidence": 0.5776507, + "speaker": 0, + "speaker_confidence": 0.55859375, + "punctuated_word": "the" + }, + { + "word": "optimal", + "start": 1608.28, + "end": 1608.68, + "confidence": 0.7996416, + "speaker": 0, + "speaker_confidence": 0.55859375, + "punctuated_word": "optimal" + }, + { + "word": "way", + "start": 1608.68, + "end": 1608.84, + "confidence": 0.8480364, + "speaker": 0, + "speaker_confidence": 0.55859375, + "punctuated_word": "way" + }, + { + "word": "to", + "start": 1608.84, + "end": 1609.0, + "confidence": 0.8257817, + "speaker": 0, + "speaker_confidence": 0.55859375, + "punctuated_word": "to" + }, + { + "word": "do", + "start": 1609.0, + "end": 1609.12, + "confidence": 0.96083176, + "speaker": 0, + "speaker_confidence": 0.55859375, + "punctuated_word": "do" + }, + { + "word": "this", + "start": 1609.12, + "end": 1609.28, + "confidence": 0.20009625, + "speaker": 0, + "speaker_confidence": 0.55859375, + "punctuated_word": "this?" + }, + { + "word": "i", + "start": 1609.28, + "end": 1609.44, + "confidence": 0.99994075, + "speaker": 0, + "speaker_confidence": 0.55859375, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 1609.44, + "end": 1609.64, + "confidence": 0.81620514, + "speaker": 0, + "speaker_confidence": 0.55859375, + "punctuated_word": "don't" + }, + { + "word": "know", + "start": 1609.64, + "end": 1609.84, + "confidence": 0.05459437, + "speaker": 0, + "speaker_confidence": 0.55859375, + "punctuated_word": "know." + }, + { + "word": "they're", + "start": 1609.84, + "end": 1610.08, + "confidence": 0.842408, + "speaker": 0, + "speaker_confidence": 0.55859375, + "punctuated_word": "They're" + }, + { + "word": "like", + "start": 1610.08, + "end": 1610.5, + "confidence": 0.8453132, + "speaker": 0, + "speaker_confidence": 0.55859375, + "punctuated_word": "like," + }, + { + "word": "but", + "start": 1610.5, + "end": 1610.74, + "confidence": 0.48900068, + "speaker": 0, + "speaker_confidence": 0.55859375, + "punctuated_word": "but" + }, + { + "word": "you", + "start": 1610.74, + "end": 1611.1, + "confidence": 0.8965274, + "speaker": 0, + "speaker_confidence": 0.55859375, + "punctuated_word": "you" + }, + { + "word": "you", + "start": 1611.1, + "end": 1611.26, + "confidence": 0.7509012, + "speaker": 0, + "speaker_confidence": 0.55859375, + "punctuated_word": "you" + }, + { + "word": "do", + "start": 1611.26, + "end": 1611.42, + "confidence": 0.84061325, + "speaker": 0, + "speaker_confidence": 0.55859375, + "punctuated_word": "do" + }, + { + "word": "want", + "start": 1611.42, + "end": 1611.6, + "confidence": 0.5338776, + "speaker": 0, + "speaker_confidence": 0.55859375, + "punctuated_word": "want" + }, + { + "word": "to", + "start": 1611.6, + "end": 1611.78, + "confidence": 0.8087823, + "speaker": 0, + "speaker_confidence": 0.55859375, + "punctuated_word": "to" + }, + { + "word": "i", + "start": 1611.78, + "end": 1611.9, + "confidence": 0.7548365, + "speaker": 0, + "speaker_confidence": 0.55859375, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 1611.9, + "end": 1612.16, + "confidence": 0.46173945, + "speaker": 0, + "speaker_confidence": 0.55859375, + "punctuated_word": "think" + }, + { + "word": "like", + "start": 1612.16, + "end": 1612.4, + "confidence": 0.50244683, + "speaker": 0, + "speaker_confidence": 0.55859375, + "punctuated_word": "like" + }, + { + "word": "yeah", + "start": 1612.4, + "end": 1612.8, + "confidence": 0.19481643, + "speaker": 0, + "speaker_confidence": 0.55859375, + "punctuated_word": "yeah" + }, + { + "word": "restrict", + "start": 1612.8, + "end": 1613.14, + "confidence": 0.902883, + "speaker": 0, + "speaker_confidence": 0.55859375, + "punctuated_word": "restrict" + }, + { + "word": "it", + "start": 1613.14, + "end": 1613.3, + "confidence": 0.86819476, + "speaker": 0, + "speaker_confidence": 0.55859375, + "punctuated_word": "it" + }, + { + "word": "to", + "start": 1613.3, + "end": 1613.42, + "confidence": 0.8542646, + "speaker": 0, + "speaker_confidence": 0.55859375, + "punctuated_word": "to" + }, + { + "word": "like", + "start": 1613.42, + "end": 1613.56, + "confidence": 0.9020231, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "like" + }, + { + "word": "pointing", + "start": 1613.56, + "end": 1613.86, + "confidence": 0.5962873, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "pointing" + }, + { + "word": "to", + "start": 1613.86, + "end": 1614.0, + "confidence": 0.5524889, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "to" + }, + { + "word": "ten", + "start": 1614.0, + "end": 1614.16, + "confidence": 0.8942034, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "ten" + }, + { + "word": "because", + "start": 1614.16, + "end": 1614.34, + "confidence": 0.9030762, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "because" + }, + { + "word": "you", + "start": 1614.34, + "end": 1614.48, + "confidence": 0.99997735, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "you" + }, + { + "word": "don't", + "start": 1614.48, + "end": 1614.66, + "confidence": 0.8084005, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "don't" + }, + { + "word": "need", + "start": 1614.66, + "end": 1614.84, + "confidence": 0.87399274, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "need" + }, + { + "word": "to", + "start": 1614.84, + "end": 1614.96, + "confidence": 0.9032878, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "to" + }, + { + "word": "point", + "start": 1614.96, + "end": 1615.24, + "confidence": 0.88053817, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "point" + }, + { + "word": "to", + "start": 1615.24, + "end": 1615.36, + "confidence": 0.803006, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "to" + }, + { + "word": "that", + "start": 1615.36, + "end": 1615.52, + "confidence": 0.49623573, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "that" + }, + { + "word": "many", + "start": 1615.52, + "end": 1615.68, + "confidence": 0.8283247, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "many." + }, + { + "word": "you", + "start": 1615.68, + "end": 1615.84, + "confidence": 0.8179052, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "You" + }, + { + "word": "only", + "start": 1615.84, + "end": 1616.04, + "confidence": 0.90952647, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "only" + }, + { + "word": "need", + "start": 1616.04, + "end": 1616.24, + "confidence": 0.8721614, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "need" + }, + { + "word": "to", + "start": 1616.24, + "end": 1616.34, + "confidence": 0.8178097, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "to" + }, + { + "word": "reveal", + "start": 1616.34, + "end": 1616.84, + "confidence": 0.8761875, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "reveal" + }, + { + "word": "one", + "start": 1616.84, + "end": 1617.34, + "confidence": 0.41001737, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "one." + }, + { + "word": "so", + "start": 1617.66, + "end": 1617.98, + "confidence": 0.6276391, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "So" + }, + { + "word": "you", + "start": 1617.98, + "end": 1618.14, + "confidence": 0.89863217, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "you" + }, + { + "word": "you", + "start": 1618.14, + "end": 1618.26, + "confidence": 0.99998367, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "you" + }, + { + "word": "don't", + "start": 1618.26, + "end": 1618.44, + "confidence": 0.81121665, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "don't" + }, + { + "word": "need", + "start": 1618.44, + "end": 1618.68, + "confidence": 0.86318696, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "need" + }, + { + "word": "to", + "start": 1618.68, + "end": 1618.82, + "confidence": 0.7577799, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "to" + }, + { + "word": "like", + "start": 1618.82, + "end": 1618.98, + "confidence": 0.8846024, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "like" + }, + { + "word": "commit", + "start": 1618.98, + "end": 1619.44, + "confidence": 0.7268691, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "commit" + }, + { + "word": "to", + "start": 1619.44, + "end": 1619.7, + "confidence": 0.79182684, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "to" + }, + { + "word": "hundreds", + "start": 1619.7, + "end": 1620.2, + "confidence": 0.4508624, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "hundreds" + }, + { + "word": "because", + "start": 1620.44, + "end": 1620.94, + "confidence": 0.3982738, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "because" + }, + { + "word": "you", + "start": 1621.62, + "end": 1621.78, + "confidence": 0.64605737, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 1621.78, + "end": 1621.94, + "confidence": 0.8688499, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "know," + }, + { + "word": "you", + "start": 1621.94, + "end": 1622.14, + "confidence": 0.70365655, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "you" + }, + { + "word": "just", + "start": 1622.14, + "end": 1622.48, + "confidence": 0.87710464, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "just" + }, + { + "word": "as", + "start": 1622.48, + "end": 1622.6, + "confidence": 0.90345067, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "as" + }, + { + "word": "long", + "start": 1622.6, + "end": 1622.8, + "confidence": 0.76101696, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "long" + }, + { + "word": "as", + "start": 1622.8, + "end": 1622.98, + "confidence": 0.9497345, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "as" + }, + { + "word": "you're", + "start": 1622.98, + "end": 1623.48, + "confidence": 0.43250135, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "you're," + }, + { + "word": "it", + "start": 1623.48, + "end": 1623.68, + "confidence": 0.72917014, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "it" + }, + { + "word": "does", + "start": 1623.68, + "end": 1623.9, + "confidence": 0.99831104, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "does" + }, + { + "word": "complicate", + "start": 1623.9, + "end": 1624.4, + "confidence": 0.7804346, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "complicate" + }, + { + "word": "also", + "start": 1624.44, + "end": 1624.94, + "confidence": 0.9945868, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "also" + }, + { + "word": "transaction", + "start": 1625.32, + "end": 1625.82, + "confidence": 0.8782952, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "transaction" + }, + { + "word": "construction", + "start": 1626.0, + "end": 1626.5, + "confidence": 0.89703906, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "construction" + }, + { + "word": "where", + "start": 1626.5, + "end": 1626.66, + "confidence": 0.9476264, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "where" + }, + { + "word": "you're", + "start": 1626.66, + "end": 1626.88, + "confidence": 0.8802448, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "you're" + }, + { + "word": "like", + "start": 1626.88, + "end": 1627.04, + "confidence": 0.98962516, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "like" + }, + { + "word": "oh", + "start": 1627.04, + "end": 1627.2, + "confidence": 0.8092625, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "oh" + }, + { + "word": "i", + "start": 1627.2, + "end": 1627.36, + "confidence": 0.9088991, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "I" + }, + { + "word": "want", + "start": 1627.36, + "end": 1627.54, + "confidence": 0.7879213, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "want" + }, + { + "word": "to", + "start": 1627.54, + "end": 1627.68, + "confidence": 0.8989404, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "to" + }, + { + "word": "minimize", + "start": 1627.68, + "end": 1628.18, + "confidence": 0.64861816, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "minimize" + }, + { + "word": "my", + "start": 1628.56, + "end": 1628.8, + "confidence": 0.4718515, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "my" + }, + { + "word": "my", + "start": 1628.8, + "end": 1629.02, + "confidence": 0.9995189, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "my" + }, + { + "word": "transaction", + "start": 1629.02, + "end": 1629.52, + "confidence": 0.9084244, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "transaction" + }, + { + "word": "size", + "start": 1629.6, + "end": 1629.8, + "confidence": 0.8570992, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "size" + }, + { + "word": "to", + "start": 1629.8, + "end": 1629.92, + "confidence": 0.8243849, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "to" + }, + { + "word": "minimize", + "start": 1629.92, + "end": 1630.28, + "confidence": 0.8758406, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "minimize" + }, + { + "word": "fees", + "start": 1630.28, + "end": 1630.76, + "confidence": 0.8700395, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "fees" + }, + { + "word": "and", + "start": 1630.76, + "end": 1630.92, + "confidence": 0.8844948, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "and" + }, + { + "word": "like", + "start": 1630.92, + "end": 1631.42, + "confidence": 0.89043725, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "like" + }, + { + "word": "now", + "start": 1631.64, + "end": 1631.98, + "confidence": 0.8985879, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "now" + }, + { + "word": "what", + "start": 1631.98, + "end": 1632.18, + "confidence": 0.9063755, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "what" + }, + { + "word": "you", + "start": 1632.18, + "end": 1632.36, + "confidence": 0.87759244, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "you" + }, + { + "word": "do", + "start": 1632.36, + "end": 1632.54, + "confidence": 0.99948525, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "do" + }, + { + "word": "it's", + "start": 1632.54, + "end": 1632.84, + "confidence": 0.82703257, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "it's" + }, + { + "word": "already", + "start": 1632.84, + "end": 1633.34, + "confidence": 0.25815967, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "already" + }, + { + "word": "hard", + "start": 1633.62, + "end": 1633.94, + "confidence": 0.999648, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "hard" + }, + { + "word": "right", + "start": 1633.94, + "end": 1634.1, + "confidence": 0.9999083, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "right" + }, + { + "word": "it's", + "start": 1634.1, + "end": 1634.34, + "confidence": 0.99548906, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "it's" + }, + { + "word": "a", + "start": 1634.34, + "end": 1634.44, + "confidence": 0.5503499, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "a" + }, + { + "word": "subset", + "start": 1634.44, + "end": 1634.76, + "confidence": 0.74762535, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "subset" + }, + { + "word": "sum", + "start": 1634.76, + "end": 1635.04, + "confidence": 0.88841677, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "sum" + }, + { + "word": "problem", + "start": 1635.04, + "end": 1635.24, + "confidence": 0.8912912, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "problem" + }, + { + "word": "so", + "start": 1635.24, + "end": 1635.32, + "confidence": 0.9991627, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "so" + }, + { + "word": "it's", + "start": 1635.32, + "end": 1635.52, + "confidence": 0.81417835, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "it's" + }, + { + "word": "already", + "start": 1635.52, + "end": 1635.72, + "confidence": 0.70632, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "already" + }, + { + "word": "like", + "start": 1635.72, + "end": 1635.88, + "confidence": 0.9660462, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "like" + }, + { + "word": "oh", + "start": 1635.88, + "end": 1636.0, + "confidence": 0.80460167, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "oh" + }, + { + "word": "i", + "start": 1636.0, + "end": 1636.08, + "confidence": 0.6869887, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "I" + }, + { + "word": "need", + "start": 1636.08, + "end": 1636.28, + "confidence": 0.72645885, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "need" + }, + { + "word": "to", + "start": 1636.28, + "end": 1636.36, + "confidence": 0.898227, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "to" + }, + { + "word": "pick", + "start": 1636.36, + "end": 1636.56, + "confidence": 0.6929469, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "pick" + }, + { + "word": "all", + "start": 1636.56, + "end": 1636.68, + "confidence": 0.74798024, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "all" + }, + { + "word": "these", + "start": 1636.68, + "end": 1636.8, + "confidence": 0.90367246, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "these" + }, + { + "word": "things", + "start": 1636.8, + "end": 1637.04, + "confidence": 0.903496, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "things" + }, + { + "word": "to", + "start": 1637.04, + "end": 1637.16, + "confidence": 0.8988042, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "to" + }, + { + "word": "get", + "start": 1637.16, + "end": 1637.24, + "confidence": 0.80974364, + "speaker": 0, + "speaker_confidence": 0.73828125, + "punctuated_word": "get" + }, + { + "word": "to", + "start": 1637.24, + "end": 1637.36, + "confidence": 0.35695055, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "to" + }, + { + "word": "the", + "start": 1637.36, + "end": 1637.56, + "confidence": 0.9978132, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "the" + }, + { + "word": "right", + "start": 1637.56, + "end": 1637.72, + "confidence": 0.70491904, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "right" + }, + { + "word": "amount", + "start": 1637.72, + "end": 1638.0, + "confidence": 0.89759177, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "amount" + }, + { + "word": "but", + "start": 1638.0, + "end": 1638.16, + "confidence": 0.8969027, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "but" + }, + { + "word": "now", + "start": 1638.16, + "end": 1638.34, + "confidence": 0.8202184, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "now" + }, + { + "word": "you", + "start": 1638.34, + "end": 1638.48, + "confidence": 0.8861016, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "you" + }, + { + "word": "add", + "start": 1638.48, + "end": 1638.68, + "confidence": 0.77026474, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "add" + }, + { + "word": "this", + "start": 1638.68, + "end": 1638.84, + "confidence": 0.8308459, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "this" + }, + { + "word": "constraint", + "start": 1638.84, + "end": 1639.12, + "confidence": 0.8672998, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "constraint" + }, + { + "word": "of", + "start": 1639.12, + "end": 1639.24, + "confidence": 0.7966938, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "of" + }, + { + "word": "like", + "start": 1639.24, + "end": 1639.4, + "confidence": 0.8994361, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "like" + }, + { + "word": "some", + "start": 1639.4, + "end": 1639.54, + "confidence": 0.74620026, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "some" + }, + { + "word": "of", + "start": 1639.54, + "end": 1639.74, + "confidence": 0.83451414, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "of" + }, + { + "word": "them", + "start": 1639.74, + "end": 1639.84, + "confidence": 0.88143426, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "them" + }, + { + "word": "point", + "start": 1639.84, + "end": 1640.02, + "confidence": 0.3657636, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "point" + }, + { + "word": "to", + "start": 1640.02, + "end": 1640.24, + "confidence": 0.9990095, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "to" + }, + { + "word": "others", + "start": 1640.24, + "end": 1640.4, + "confidence": 0.90122676, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "others" + }, + { + "word": "and", + "start": 1640.4, + "end": 1640.58, + "confidence": 0.73126894, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "and" + }, + { + "word": "so", + "start": 1640.58, + "end": 1640.66, + "confidence": 0.8970177, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "so" + }, + { + "word": "they", + "start": 1640.66, + "end": 1640.76, + "confidence": 0.8661581, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "they" + }, + { + "word": "get", + "start": 1640.76, + "end": 1640.92, + "confidence": 0.82332724, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "get" + }, + { + "word": "free", + "start": 1640.92, + "end": 1641.1, + "confidence": 0.8591937, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "free" + }, + { + "word": "signatures", + "start": 1641.1, + "end": 1641.48, + "confidence": 0.81570226, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "signatures" + }, + { + "word": "and", + "start": 1641.48, + "end": 1641.64, + "confidence": 0.9026352, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "and" + }, + { + "word": "some", + "start": 1641.64, + "end": 1641.82, + "confidence": 0.75362134, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "some" + }, + { + "word": "of", + "start": 1641.82, + "end": 1641.88, + "confidence": 0.9098876, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "of" + }, + { + "word": "them", + "start": 1641.88, + "end": 1642.04, + "confidence": 0.999892, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "them" + }, + { + "word": "don't", + "start": 1642.04, + "end": 1642.44, + "confidence": 0.71692467, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "don't" + }, + { + "word": "so", + "start": 1642.44, + "end": 1642.58, + "confidence": 0.8867949, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "so" + }, + { + "word": "yeah", + "start": 1642.58, + "end": 1642.76, + "confidence": 0.999931, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "yeah" + }, + { + "word": "it's", + "start": 1642.76, + "end": 1642.96, + "confidence": 0.80193466, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "it's" + }, + { + "word": "kind", + "start": 1642.96, + "end": 1643.16, + "confidence": 0.9988613, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "kind" + }, + { + "word": "of", + "start": 1643.16, + "end": 1643.3, + "confidence": 0.8714881, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "of" + }, + { + "word": "a", + "start": 1643.3, + "end": 1643.42, + "confidence": 0.7299476, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "a" + }, + { + "word": "mess", + "start": 1643.42, + "end": 1643.92, + "confidence": 0.7777059, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "mess" + }, + { + "word": "but", + "start": 1643.94, + "end": 1644.4, + "confidence": 0.9902683, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "but" + }, + { + "word": "but", + "start": 1644.4, + "end": 1644.56, + "confidence": 0.8208952, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "but" + }, + { + "word": "i", + "start": 1644.56, + "end": 1644.72, + "confidence": 0.94556326, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 1644.72, + "end": 1645.22, + "confidence": 0.8563051, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "think" + }, + { + "word": "i", + "start": 1645.6, + "end": 1645.8, + "confidence": 0.89852166, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "I" + }, + { + "word": "would", + "start": 1645.8, + "end": 1646.3, + "confidence": 0.765039, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "would" + }, + { + "word": "not", + "start": 1646.32, + "end": 1646.82, + "confidence": 0.79174036, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "not" + }, + { + "word": "you", + "start": 1646.82, + "end": 1647.04, + "confidence": 0.8332192, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "you" + }, + { + "word": "could", + "start": 1647.04, + "end": 1647.54, + "confidence": 0.9845961, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "could" + }, + { + "word": "but", + "start": 1647.92, + "end": 1648.18, + "confidence": 0.84532577, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "but" + }, + { + "word": "i", + "start": 1648.18, + "end": 1648.32, + "confidence": 0.897768, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "I" + }, + { + "word": "would", + "start": 1648.32, + "end": 1648.58, + "confidence": 0.6791504, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "would" + }, + { + "word": "not", + "start": 1648.58, + "end": 1648.94, + "confidence": 0.13884366, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "not" + }, + { + "word": "encourage", + "start": 1648.94, + "end": 1649.38, + "confidence": 0.999141, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "encourage" + }, + { + "word": "anyone", + "start": 1649.38, + "end": 1649.68, + "confidence": 0.89761615, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "anyone" + }, + { + "word": "to", + "start": 1649.68, + "end": 1649.82, + "confidence": 0.9969266, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "to" + }, + { + "word": "say", + "start": 1649.82, + "end": 1650.02, + "confidence": 0.9998473, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "say" + }, + { + "word": "i'm", + "start": 1650.02, + "end": 1650.18, + "confidence": 0.77058214, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "I'm" + }, + { + "word": "gonna", + "start": 1650.18, + "end": 1650.52, + "confidence": 0.89468104, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "gonna" + }, + { + "word": "only", + "start": 1650.52, + "end": 1650.92, + "confidence": 0.15430143, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "only" + }, + { + "word": "put", + "start": 1650.92, + "end": 1651.18, + "confidence": 0.67372733, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "put" + }, + { + "word": "off", + "start": 1651.18, + "end": 1651.34, + "confidence": 0.8970241, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "off" + }, + { + "word": "ctv", + "start": 1651.34, + "end": 1651.84, + "confidence": 0.1898647, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "CTV" + }, + { + "word": "spent", + "start": 1651.84, + "end": 1652.1, + "confidence": 0.6905844, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "spent" + }, + { + "word": "as", + "start": 1652.1, + "end": 1652.28, + "confidence": 0.83474076, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "as" + }, + { + "word": "civ", + "start": 1652.28, + "end": 1652.7, + "confidence": 0.69416124, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "CIV" + }, + { + "word": "spends", + "start": 1652.7, + "end": 1653.2, + "confidence": 0.99985874, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "spends" + }, + { + "word": "i'm", + "start": 1653.24, + "end": 1653.52, + "confidence": 0.78618336, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "I'm" + }, + { + "word": "gonna", + "start": 1653.52, + "end": 1653.96, + "confidence": 0.75733316, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "gonna" + }, + { + "word": "you", + "start": 1653.96, + "end": 1654.08, + "confidence": 0.4287015, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 1654.08, + "end": 1654.36, + "confidence": 0.9995253, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "know" + }, + { + "word": "always", + "start": 1654.36, + "end": 1654.62, + "confidence": 0.9044002, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "always" + }, + { + "word": "have", + "start": 1654.62, + "end": 1654.82, + "confidence": 0.86459, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "have" + }, + { + "word": "my", + "start": 1654.82, + "end": 1654.98, + "confidence": 0.7801704, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "my" + }, + { + "word": "like", + "start": 1654.98, + "end": 1655.2, + "confidence": 0.7783456, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "like" + }, + { + "word": "main", + "start": 1655.2, + "end": 1655.7, + "confidence": 0.7554141, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "main" + }, + { + "word": "signing", + "start": 1655.8, + "end": 1656.2, + "confidence": 0.6159369, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "signing" + }, + { + "word": "pub", + "start": 1656.2, + "end": 1656.42, + "confidence": 0.7842831, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "pub" + }, + { + "word": "key", + "start": 1656.42, + "end": 1656.6, + "confidence": 0.8195248, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "key" + }, + { + "word": "at", + "start": 1656.6, + "end": 1656.72, + "confidence": 0.8332377, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "at" + }, + { + "word": "the", + "start": 1656.72, + "end": 1656.86, + "confidence": 0.5476226, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "the" + }, + { + "word": "top", + "start": 1656.86, + "end": 1657.12, + "confidence": 0.9998652, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "top" + }, + { + "word": "and", + "start": 1657.12, + "end": 1657.54, + "confidence": 0.6812869, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "and" + }, + { + "word": "then", + "start": 1657.54, + "end": 1657.68, + "confidence": 0.8986422, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "then" + }, + { + "word": "these", + "start": 1657.68, + "end": 1657.92, + "confidence": 0.5435318, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "these" + }, + { + "word": "are", + "start": 1657.92, + "end": 1658.24, + "confidence": 0.7137895, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "are" + }, + { + "word": "options", + "start": 1658.24, + "end": 1658.74, + "confidence": 0.2682631, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "options." + }, + { + "word": "so", + "start": 1658.9, + "end": 1659.28, + "confidence": 0.8706082, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "So" + }, + { + "word": "i", + "start": 1659.28, + "end": 1659.44, + "confidence": 0.89563787, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "I" + }, + { + "word": "never", + "start": 1659.44, + "end": 1659.72, + "confidence": 0.78726065, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "never" + }, + { + "word": "get", + "start": 1659.72, + "end": 1660.08, + "confidence": 0.84620696, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "get" + }, + { + "word": "stuck", + "start": 1660.08, + "end": 1660.44, + "confidence": 0.4135499, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "stuck" + }, + { + "word": "where", + "start": 1660.44, + "end": 1660.68, + "confidence": 0.8666879, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "where" + }, + { + "word": "like", + "start": 1660.68, + "end": 1661.14, + "confidence": 0.46221894, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "like," + }, + { + "word": "oh", + "start": 1661.14, + "end": 1661.32, + "confidence": 0.65667236, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "oh" + }, + { + "word": "shoot", + "start": 1661.32, + "end": 1661.52, + "confidence": 0.99670804, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "shoot," + }, + { + "word": "i", + "start": 1661.52, + "end": 1661.68, + "confidence": 0.89492404, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "I" + }, + { + "word": "spent", + "start": 1661.68, + "end": 1661.94, + "confidence": 0.71919453, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "spent" + }, + { + "word": "all", + "start": 1661.94, + "end": 1662.1, + "confidence": 0.7705219, + "speaker": 0, + "speaker_confidence": 0.8046875, + "punctuated_word": "all" + }, + { + "word": "these", + "start": 1662.1, + "end": 1662.18, + "confidence": 0.78963375, + "speaker": 0, + "speaker_confidence": 0.5102539, + "punctuated_word": "these" + }, + { + "word": "other", + "start": 1662.18, + "end": 1662.44, + "confidence": 0.6722517, + "speaker": 0, + "speaker_confidence": 0.5102539, + "punctuated_word": "other" + }, + { + "word": "inputs", + "start": 1662.44, + "end": 1662.84, + "confidence": 0.7496702, + "speaker": 0, + "speaker_confidence": 0.5102539, + "punctuated_word": "inputs," + }, + { + "word": "i", + "start": 1662.84, + "end": 1663.04, + "confidence": 0.99935347, + "speaker": 0, + "speaker_confidence": 0.5102539, + "punctuated_word": "I" + }, + { + "word": "can't", + "start": 1663.04, + "end": 1663.32, + "confidence": 0.8385703, + "speaker": 0, + "speaker_confidence": 0.5102539, + "punctuated_word": "can't" + }, + { + "word": "spend", + "start": 1663.32, + "end": 1663.52, + "confidence": 0.8214907, + "speaker": 0, + "speaker_confidence": 0.5102539, + "punctuated_word": "spend" + }, + { + "word": "this", + "start": 1663.52, + "end": 1663.68, + "confidence": 0.68359494, + "speaker": 0, + "speaker_confidence": 0.5102539, + "punctuated_word": "this" + }, + { + "word": "one", + "start": 1663.68, + "end": 1663.86, + "confidence": 0.999912, + "speaker": 0, + "speaker_confidence": 0.5102539, + "punctuated_word": "one" + }, + { + "word": "because", + "start": 1663.86, + "end": 1664.06, + "confidence": 0.8581669, + "speaker": 0, + "speaker_confidence": 0.5102539, + "punctuated_word": "because" + }, + { + "word": "the", + "start": 1664.06, + "end": 1664.24, + "confidence": 0.8751244, + "speaker": 0, + "speaker_confidence": 0.5102539, + "punctuated_word": "the" + }, + { + "word": "only", + "start": 1664.24, + "end": 1664.44, + "confidence": 0.95953685, + "speaker": 0, + "speaker_confidence": 0.5102539, + "punctuated_word": "only" + }, + { + "word": "way", + "start": 1664.44, + "end": 1664.64, + "confidence": 0.7769499, + "speaker": 0, + "speaker_confidence": 0.5102539, + "punctuated_word": "way" + }, + { + "word": "i", + "start": 1664.64, + "end": 1664.68, + "confidence": 0.866911, + "speaker": 0, + "speaker_confidence": 0.52490234, + "punctuated_word": "I" + }, + { + "word": "spend", + "start": 1664.68, + "end": 1664.92, + "confidence": 0.8129125, + "speaker": 0, + "speaker_confidence": 0.52490234, + "punctuated_word": "spend" + }, + { + "word": "this", + "start": 1664.92, + "end": 1665.1, + "confidence": 0.6355631, + "speaker": 0, + "speaker_confidence": 0.52490234, + "punctuated_word": "this" + }, + { + "word": "one", + "start": 1665.1, + "end": 1665.28, + "confidence": 0.9999354, + "speaker": 0, + "speaker_confidence": 0.52490234, + "punctuated_word": "one" + }, + { + "word": "is", + "start": 1665.28, + "end": 1665.62, + "confidence": 0.6972588, + "speaker": 0, + "speaker_confidence": 0.52490234, + "punctuated_word": "is" + }, + { + "word": "alongside", + "start": 1665.62, + "end": 1666.1, + "confidence": 0.7330174, + "speaker": 0, + "speaker_confidence": 0.52490234, + "punctuated_word": "alongside" + }, + { + "word": "these", + "start": 1666.1, + "end": 1666.3, + "confidence": 0.99560696, + "speaker": 0, + "speaker_confidence": 0.52490234, + "punctuated_word": "these" + }, + { + "word": "others", + "start": 1666.3, + "end": 1666.8, + "confidence": 0.2759617, + "speaker": 0, + "speaker_confidence": 0.52490234, + "punctuated_word": "others." + }, + { + "word": "so", + "start": 1667.52, + "end": 1667.68, + "confidence": 0.91401726, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "So" + }, + { + "word": "i", + "start": 1667.68, + "end": 1667.86, + "confidence": 0.5103044, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "I" + }, + { + "word": "mean", + "start": 1667.86, + "end": 1668.06, + "confidence": 0.8933499, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "mean," + }, + { + "word": "you", + "start": 1668.06, + "end": 1668.24, + "confidence": 0.6944215, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "you" + }, + { + "word": "could", + "start": 1668.24, + "end": 1668.56, + "confidence": 0.8370463, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "could," + }, + { + "word": "but", + "start": 1668.56, + "end": 1669.06, + "confidence": 0.9999738, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "but" + }, + { + "word": "don't", + "start": 1669.08, + "end": 1669.58, + "confidence": 0.8786461, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "don't." + }, + { + "word": "but", + "start": 1670.54, + "end": 1670.76, + "confidence": 0.9642273, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "But" + }, + { + "word": "yeah", + "start": 1670.76, + "end": 1671.26, + "confidence": 0.7300727, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "yeah," + }, + { + "word": "but", + "start": 1671.5, + "end": 1671.74, + "confidence": 0.68391305, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "but" + }, + { + "word": "the", + "start": 1671.74, + "end": 1672.06, + "confidence": 0.8869852, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "the" + }, + { + "word": "wallet", + "start": 1672.06, + "end": 1672.5, + "confidence": 0.81927234, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "wallet" + }, + { + "word": "design", + "start": 1672.5, + "end": 1672.88, + "confidence": 0.78318805, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "design" + }, + { + "word": "and", + "start": 1672.88, + "end": 1673.02, + "confidence": 0.93024343, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "and" + }, + { + "word": "transaction", + "start": 1673.02, + "end": 1673.5, + "confidence": 0.9009408, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "transaction" + }, + { + "word": "design", + "start": 1673.5, + "end": 1673.8, + "confidence": 0.78054243, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "design," + }, + { + "word": "that's", + "start": 1673.8, + "end": 1674.14, + "confidence": 0.8145096, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "that's" + }, + { + "word": "the", + "start": 1674.14, + "end": 1674.64, + "confidence": 0.99805343, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "the" + }, + { + "word": "complex", + "start": 1674.8, + "end": 1675.08, + "confidence": 0.8617834, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "complex" + }, + { + "word": "part", + "start": 1675.08, + "end": 1675.52, + "confidence": 0.7147453, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "part." + }, + { + "word": "it's", + "start": 1675.52, + "end": 1675.76, + "confidence": 0.9052424, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "It's" + }, + { + "word": "not", + "start": 1675.76, + "end": 1676.12, + "confidence": 0.9953146, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "not," + }, + { + "word": "i", + "start": 1676.12, + "end": 1676.2, + "confidence": 0.9999722, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 1676.2, + "end": 1676.4, + "confidence": 0.9269852, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "don't" + }, + { + "word": "worry", + "start": 1676.4, + "end": 1676.6, + "confidence": 0.79630816, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "worry" + }, + { + "word": "too", + "start": 1676.6, + "end": 1676.82, + "confidence": 0.81923175, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "too" + }, + { + "word": "much", + "start": 1676.82, + "end": 1676.98, + "confidence": 0.8811063, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "much" + }, + { + "word": "because", + "start": 1676.98, + "end": 1677.16, + "confidence": 0.9996245, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "because" + }, + { + "word": "it's", + "start": 1677.16, + "end": 1677.36, + "confidence": 0.8394811, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "it's" + }, + { + "word": "like", + "start": 1677.36, + "end": 1677.8, + "confidence": 0.999851, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "like" + }, + { + "word": "it's", + "start": 1677.8, + "end": 1678.02, + "confidence": 0.518749, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "it's" + }, + { + "word": "complex", + "start": 1678.02, + "end": 1678.38, + "confidence": 0.38230506, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "complex" + }, + { + "word": "to", + "start": 1678.38, + "end": 1678.58, + "confidence": 0.99922526, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "to" + }, + { + "word": "optimize", + "start": 1678.58, + "end": 1679.06, + "confidence": 0.34368297, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "optimize" + }, + { + "word": "right", + "start": 1679.06, + "end": 1679.34, + "confidence": 0.86881196, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "right?" + }, + { + "word": "if", + "start": 1679.34, + "end": 1679.5, + "confidence": 0.90711015, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "If" + }, + { + "word": "you", + "start": 1679.5, + "end": 1679.64, + "confidence": 0.90420604, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "you" + }, + { + "word": "do", + "start": 1679.64, + "end": 1679.8, + "confidence": 0.77623916, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "do" + }, + { + "word": "it", + "start": 1679.8, + "end": 1679.96, + "confidence": 0.84225863, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "it" + }, + { + "word": "in", + "start": 1679.96, + "end": 1680.1, + "confidence": 0.9961358, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "in" + }, + { + "word": "like", + "start": 1680.1, + "end": 1680.24, + "confidence": 0.8688704, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "like" + }, + { + "word": "a", + "start": 1680.24, + "end": 1680.4, + "confidence": 0.71627265, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "a" + }, + { + "word": "pretty", + "start": 1680.4, + "end": 1680.66, + "confidence": 0.7993007, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "pretty" + }, + { + "word": "you", + "start": 1680.66, + "end": 1680.78, + "confidence": 0.5660043, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 1680.78, + "end": 1681.02, + "confidence": 0.4690635, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "know" + }, + { + "word": "oh", + "start": 1681.02, + "end": 1681.1, + "confidence": 0.95082414, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "oh" + }, + { + "word": "we'll", + "start": 1681.1, + "end": 1681.3, + "confidence": 0.8831986, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "we'll" + }, + { + "word": "just", + "start": 1681.3, + "end": 1681.42, + "confidence": 0.72458065, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "just" + }, + { + "word": "brute", + "start": 1681.42, + "end": 1681.62, + "confidence": 0.19532536, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "brute" + }, + { + "word": "force", + "start": 1681.62, + "end": 1681.92, + "confidence": 0.99889237, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "force" + }, + { + "word": "we'll", + "start": 1681.92, + "end": 1682.12, + "confidence": 0.8373403, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "we'll" + }, + { + "word": "just", + "start": 1682.12, + "end": 1682.24, + "confidence": 0.8987059, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "just" + }, + { + "word": "do", + "start": 1682.24, + "end": 1682.4, + "confidence": 0.6876724, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "do" + }, + { + "word": "it", + "start": 1682.4, + "end": 1682.52, + "confidence": 0.75823253, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "it" + }, + { + "word": "like", + "start": 1682.52, + "end": 1682.64, + "confidence": 0.36799014, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "like" + }, + { + "word": "the", + "start": 1682.64, + "end": 1682.8, + "confidence": 0.99856144, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "the" + }, + { + "word": "simple", + "start": 1682.8, + "end": 1683.04, + "confidence": 0.6376081, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "simple" + }, + { + "word": "way", + "start": 1683.04, + "end": 1683.54, + "confidence": 0.8874793, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "way." + }, + { + "word": "it'll", + "start": 1683.76, + "end": 1684.16, + "confidence": 0.82489944, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "It'll" + }, + { + "word": "work", + "start": 1684.16, + "end": 1684.44, + "confidence": 0.86723876, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "work," + }, + { + "word": "and", + "start": 1684.44, + "end": 1684.6, + "confidence": 0.7549986, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "and" + }, + { + "word": "worst", + "start": 1684.6, + "end": 1684.86, + "confidence": 0.52560014, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "worst" + }, + { + "word": "case", + "start": 1684.86, + "end": 1685.36, + "confidence": 0.8956332, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "case," + }, + { + "word": "you", + "start": 1685.6, + "end": 1686.1, + "confidence": 0.9999608, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "you" + }, + { + "word": "don't", + "start": 1686.14, + "end": 1686.36, + "confidence": 0.85758024, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "don't" + }, + { + "word": "get", + "start": 1686.36, + "end": 1686.66, + "confidence": 0.81566864, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "get" + }, + { + "word": "the", + "start": 1686.66, + "end": 1686.82, + "confidence": 0.68158, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "the" + }, + { + "word": "space", + "start": 1686.82, + "end": 1687.08, + "confidence": 0.7136153, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "space" + }, + { + "word": "savings", + "start": 1687.08, + "end": 1687.44, + "confidence": 0.4106819, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "savings" + }, + { + "word": "you", + "start": 1687.44, + "end": 1687.68, + "confidence": 0.99877447, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "you" + }, + { + "word": "could", + "start": 1687.68, + "end": 1687.96, + "confidence": 0.8110925, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "could" + }, + { + "word": "with", + "start": 1687.96, + "end": 1688.16, + "confidence": 0.73787093, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "with" + }, + { + "word": "the", + "start": 1688.16, + "end": 1688.3, + "confidence": 0.6751646, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "the" + }, + { + "word": "optimal", + "start": 1688.3, + "end": 1688.56, + "confidence": 0.8776128, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "optimal" + }, + { + "word": "way", + "start": 1688.56, + "end": 1689.06, + "confidence": 0.8807521, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "way." + }, + { + "word": "but", + "start": 1689.24, + "end": 1689.44, + "confidence": 0.8803306, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "But" + }, + { + "word": "yeah", + "start": 1689.44, + "end": 1689.68, + "confidence": 0.8603165, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "yeah," + }, + { + "word": "it", + "start": 1689.68, + "end": 1689.84, + "confidence": 0.8193709, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "it" + }, + { + "word": "is", + "start": 1689.84, + "end": 1689.96, + "confidence": 0.7079658, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "is" + }, + { + "word": "like", + "start": 1689.96, + "end": 1690.2, + "confidence": 0.8932668, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "like," + }, + { + "word": "how", + "start": 1690.2, + "end": 1690.68, + "confidence": 0.89455307, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "how" + }, + { + "word": "should", + "start": 1690.68, + "end": 1690.9, + "confidence": 0.9066987, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "should" + }, + { + "word": "you", + "start": 1690.9, + "end": 1691.1, + "confidence": 0.86269355, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "you" + }, + { + "word": "do", + "start": 1691.1, + "end": 1691.26, + "confidence": 0.72247463, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "do" + }, + { + "word": "this", + "start": 1691.26, + "end": 1691.4, + "confidence": 0.8151678, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "this?" + }, + { + "word": "and", + "start": 1691.4, + "end": 1691.52, + "confidence": 0.31732, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "And" + }, + { + "word": "that", + "start": 1691.52, + "end": 1691.68, + "confidence": 0.9986206, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "that" + }, + { + "word": "would", + "start": 1691.68, + "end": 1691.84, + "confidence": 0.99833053, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "would" + }, + { + "word": "be", + "start": 1691.84, + "end": 1691.96, + "confidence": 0.900952, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "be" + }, + { + "word": "a", + "start": 1691.96, + "end": 1692.08, + "confidence": 0.8216872, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "a" + }, + { + "word": "fun", + "start": 1692.08, + "end": 1692.26, + "confidence": 0.8385349, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "fun" + }, + { + "word": "thing", + "start": 1692.26, + "end": 1692.44, + "confidence": 0.8159408, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "thing" + }, + { + "word": "to", + "start": 1692.44, + "end": 1692.56, + "confidence": 0.3337711, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "to" + }, + { + "word": "work", + "start": 1692.56, + "end": 1693.06, + "confidence": 0.77769864, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "work." + }, + { + "word": "cool", + "start": 1693.66, + "end": 1694.06, + "confidence": 0.74293876, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "Cool." + }, + { + "word": "any", + "start": 1694.06, + "end": 1694.3, + "confidence": 0.6544605, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "Any" + }, + { + "word": "other", + "start": 1694.3, + "end": 1694.8, + "confidence": 0.7361003, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "other?" + }, + { + "word": "good", + "start": 1695.98, + "end": 1696.36, + "confidence": 0.6752352, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "Good." + }, + { + "word": "well", + "start": 1696.36, + "end": 1696.74, + "confidence": 0.83536094, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "Well," + }, + { + "word": "next", + "start": 1696.74, + "end": 1697.14, + "confidence": 0.19785239, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "next" + }, + { + "word": "is", + "start": 1697.14, + "end": 1697.64, + "confidence": 0.72328615, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "is" + }, + { + "word": "floresta", + "start": 1698.06, + "end": 1698.56, + "confidence": 0.982806, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "Floresta" + }, + { + "word": "stuff", + "start": 1698.56, + "end": 1698.8, + "confidence": 0.6675087, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "stuff," + }, + { + "word": "right", + "start": 1698.8, + "end": 1699.3, + "confidence": 0.13321719, + "speaker": 0, + "speaker_confidence": 0.7709961, + "punctuated_word": "right?" + }, + { + "word": "cool", + "start": 1699.36, + "end": 1699.38, + "confidence": 0.7867244, + "speaker": 3, + "speaker_confidence": 0.18164062, + "punctuated_word": "Cool." + }, + { + "word": "thanks", + "start": 1699.38, + "end": 1699.4, + "confidence": 0.88479185, + "speaker": 3, + "speaker_confidence": 0.18164062, + "punctuated_word": "Thanks," + }, + { + "word": "everyone", + "start": 1699.4, + "end": 1699.42, + "confidence": 0.12571916, + "speaker": 3, + "speaker_confidence": 0.18164062, + "punctuated_word": "everyone." + }, + { + "word": "good", + "start": 1699.42, + "end": 1699.44, + "confidence": 0.8280995, + "speaker": 3, + "speaker_confidence": 0.18164062, + "punctuated_word": "Good," + }, + { + "word": "well", + "start": 1699.44, + "end": 1699.46, + "confidence": 0.90035117, + "speaker": 3, + "speaker_confidence": 0.18164062, + "punctuated_word": "well" + }, + { + "word": "next", + "start": 1699.46, + "end": 1699.48, + "confidence": 0.14977217, + "speaker": 3, + "speaker_confidence": 0.18164062, + "punctuated_word": "next" + }, + { + "word": "is", + "start": 1699.48, + "end": 1699.5, + "confidence": 0.14162551, + "speaker": 3, + "speaker_confidence": 0.18164062, + "punctuated_word": "is" + }, + { + "word": "a", + "start": 1699.5, + "end": 1699.52, + "confidence": 0.6793897, + "speaker": 3, + "speaker_confidence": 0.38378906, + "punctuated_word": "a" + }, + { + "word": "little", + "start": 1699.52, + "end": 1699.54, + "confidence": 0.74741995, + "speaker": 3, + "speaker_confidence": 0.38378906, + "punctuated_word": "little" + }, + { + "word": "rest", + "start": 1699.54, + "end": 1699.56, + "confidence": 0.6664844, + "speaker": 3, + "speaker_confidence": 0.38378906, + "punctuated_word": "rest" + }, + { + "word": "of", + "start": 1699.56, + "end": 1699.58, + "confidence": 0.5338451, + "speaker": 3, + "speaker_confidence": 0.38378906, + "punctuated_word": "of" + }, + { + "word": "stuff", + "start": 1699.58, + "end": 1699.6, + "confidence": 0.87623125, + "speaker": 3, + "speaker_confidence": 0.38378906, + "punctuated_word": "stuff," + }, + { + "word": "right", + "start": 1699.6, + "end": 1699.62, + "confidence": 0.038165405, + "speaker": 3, + "speaker_confidence": 0.38378906, + "punctuated_word": "right?" + }, + { + "word": "cool", + "start": 1699.62, + "end": 1699.64, + "confidence": 0.7666622, + "speaker": 0, + "speaker_confidence": 0.2319336, + "punctuated_word": "Cool," + }, + { + "word": "thanks", + "start": 1699.64, + "end": 1699.9, + "confidence": 0.581568, + "speaker": 0, + "speaker_confidence": 0.2319336, + "punctuated_word": "thanks" + }, + { + "word": "everyone", + "start": 1699.9, + "end": 1700.4, + "confidence": 0.1714352, + "speaker": 0, + "speaker_confidence": 0.2319336, + "punctuated_word": "everyone." + } + ] + } + ] + } + ] + } +} \ No newline at end of file diff --git a/tabconf/2025/post-quantum-cisa-signature-aggregation-for-bitcoin-s-future/dpe.json b/tabconf/2025/post-quantum-cisa-signature-aggregation-for-bitcoin-s-future/dpe.json new file mode 100644 index 0000000..8798a63 --- /dev/null +++ b/tabconf/2025/post-quantum-cisa-signature-aggregation-for-bitcoin-s-future/dpe.json @@ -0,0 +1,31218 @@ +{ + "words": [ + { + "id": 0, + "start": 0.06, + "end": 0.26, + "text": "So" + }, + { + "id": 1, + "start": 0.26, + "end": 0.42, + "text": "I'm" + }, + { + "id": 2, + "start": 0.42, + "end": 0.52, + "text": "going" + }, + { + "id": 3, + "start": 0.52, + "end": 0.65999997, + "text": "to" + }, + { + "id": 4, + "start": 0.65999997, + "end": 1.0, + "text": "talk" + }, + { + "id": 5, + "start": 1.0, + "end": 1.5, + "text": "about" + }, + { + "id": 6, + "start": 2.62, + "end": 3.12, + "text": "post-quantum" + }, + { + "id": 7, + "start": 3.3799999, + "end": 3.8799999, + "text": "signature" + }, + { + "id": 8, + "start": 3.8999999, + "end": 4.3999996, + "text": "aggregation." + }, + { + "id": 9, + "start": 5.22, + "end": 5.42, + "text": "And" + }, + { + "id": 10, + "start": 5.42, + "end": 5.58, + "text": "I" + }, + { + "id": 11, + "start": 5.58, + "end": 6.06, + "text": "think" + }, + { + "id": 12, + "start": 6.06, + "end": 6.2999997, + "text": "the" + }, + { + "id": 13, + "start": 6.2999997, + "end": 6.56, + "text": "talk" + }, + { + "id": 14, + "start": 6.56, + "end": 6.74, + "text": "will" + }, + { + "id": 15, + "start": 6.74, + "end": 7.12, + "text": "probably" + }, + { + "id": 16, + "start": 7.12, + "end": 7.3399997, + "text": "not" + }, + { + "id": 17, + "start": 7.3399997, + "end": 7.54, + "text": "take" + }, + { + "id": 18, + "start": 7.54, + "end": 7.7599998, + "text": "all" + }, + { + "id": 19, + "start": 7.7599998, + "end": 7.96, + "text": "30" + }, + { + "id": 20, + "start": 7.96, + "end": 8.24, + "text": "minutes," + }, + { + "id": 21, + "start": 8.24, + "end": 8.36, + "text": "and" + }, + { + "id": 22, + "start": 8.36, + "end": 8.48, + "text": "so" + }, + { + "id": 23, + "start": 8.48, + "end": 8.72, + "text": "we'll" + }, + { + "id": 24, + "start": 8.72, + "end": 8.86, + "text": "have" + }, + { + "id": 25, + "start": 8.86, + "end": 9.0199995, + "text": "time" + }, + { + "id": 26, + "start": 9.0199995, + "end": 9.24, + "text": "for" + }, + { + "id": 27, + "start": 9.24, + "end": 9.5199995, + "text": "questions" + }, + { + "id": 28, + "start": 9.5199995, + "end": 9.719999, + "text": "and" + }, + { + "id": 29, + "start": 9.719999, + "end": 10.219999, + "text": "stuff," + }, + { + "id": 30, + "start": 10.96, + "end": 11.44, + "text": "discussion" + }, + { + "id": 31, + "start": 11.44, + "end": 11.599999, + "text": "at" + }, + { + "id": 32, + "start": 11.599999, + "end": 11.719999, + "text": "the" + }, + { + "id": 33, + "start": 11.719999, + "end": 12.219999, + "text": "end." + }, + { + "id": 34, + "start": 14.059999, + "end": 14.099999, + "text": "So" + }, + { + "id": 35, + "start": 14.099999, + "end": 14.34, + "text": "the" + }, + { + "id": 36, + "start": 14.34, + "end": 14.48, + "text": "sort" + }, + { + "id": 37, + "start": 14.48, + "end": 14.98, + "text": "of" + }, + { + "id": 38, + "start": 15.4, + "end": 15.9, + "text": "layout" + }, + { + "id": 39, + "start": 16.06, + "end": 16.56, + "text": "intro," + }, + { + "id": 40, + "start": 16.62, + "end": 16.78, + "text": "I'm" + }, + { + "id": 41, + "start": 16.78, + "end": 16.96, + "text": "going" + }, + { + "id": 42, + "start": 16.96, + "end": 17.02, + "text": "to" + }, + { + "id": 43, + "start": 17.02, + "end": 17.22, + "text": "talk" + }, + { + "id": 44, + "start": 17.22, + "end": 17.4, + "text": "about" + }, + { + "id": 45, + "start": 17.4, + "end": 17.76, + "text": "elliptic" + }, + { + "id": 46, + "start": 17.76, + "end": 18.18, + "text": "curve," + }, + { + "id": 47, + "start": 18.18, + "end": 18.68, + "text": "cross" + }, + { + "id": 48, + "start": 19.86, + "end": 20.2, + "text": "input" + }, + { + "id": 49, + "start": 20.2, + "end": 20.68, + "text": "signature" + }, + { + "id": 50, + "start": 20.68, + "end": 21.18, + "text": "aggregation." + }, + { + "id": 51, + "start": 21.779999, + "end": 21.94, + "text": "I'm" + }, + { + "id": 52, + "start": 21.94, + "end": 22.119999, + "text": "going" + }, + { + "id": 53, + "start": 22.119999, + "end": 22.2, + "text": "to" + }, + { + "id": 54, + "start": 22.2, + "end": 22.48, + "text": "talk" + }, + { + "id": 55, + "start": 22.48, + "end": 22.98, + "text": "about" + }, + { + "id": 56, + "start": 23.380001, + "end": 23.66, + "text": "post" + }, + { + "id": 57, + "start": 23.66, + "end": 24.16, + "text": "quantum" + }, + { + "id": 58, + "start": 24.24, + "end": 24.74, + "text": "or" + }, + { + "id": 59, + "start": 24.76, + "end": 24.92, + "text": "I" + }, + { + "id": 60, + "start": 24.92, + "end": 25.16, + "text": "guess" + }, + { + "id": 61, + "start": 25.16, + "end": 25.52, + "text": "better" + }, + { + "id": 62, + "start": 25.52, + "end": 25.8, + "text": "post" + }, + { + "id": 63, + "start": 25.8, + "end": 26.24, + "text": "elliptic" + }, + { + "id": 64, + "start": 26.24, + "end": 26.66, + "text": "curve" + }, + { + "id": 65, + "start": 26.66, + "end": 27.16, + "text": "signatures" + }, + { + "id": 66, + "start": 27.18, + "end": 27.36, + "text": "and" + }, + { + "id": 67, + "start": 27.36, + "end": 27.86, + "text": "aggregation" + }, + { + "id": 68, + "start": 27.9, + "end": 28.4, + "text": "there." + }, + { + "id": 69, + "start": 28.4, + "end": 28.58, + "text": "Talk" + }, + { + "id": 70, + "start": 28.58, + "end": 28.779999, + "text": "about" + }, + { + "id": 71, + "start": 28.779999, + "end": 28.86, + "text": "a" + }, + { + "id": 72, + "start": 28.86, + "end": 29.04, + "text": "new" + }, + { + "id": 73, + "start": 29.04, + "end": 29.380001, + "text": "potential" + }, + { + "id": 74, + "start": 29.380001, + "end": 29.880001, + "text": "opcode" + }, + { + "id": 75, + "start": 30.46, + "end": 30.94, + "text": "and" + }, + { + "id": 76, + "start": 30.94, + "end": 31.3, + "text": "wallet" + }, + { + "id": 77, + "start": 31.3, + "end": 31.8, + "text": "usage." + }, + { + "id": 78, + "start": 32.38, + "end": 32.58, + "text": "Any" + }, + { + "id": 79, + "start": 32.58, + "end": 33.08, + "text": "questions?" + }, + { + "id": 80, + "start": 33.48, + "end": 33.82, + "text": "Okay," + }, + { + "id": 81, + "start": 33.82, + "end": 34.02, + "text": "so" + }, + { + "id": 82, + "start": 34.02, + "end": 34.34, + "text": "intro" + }, + { + "id": 83, + "start": 34.34, + "end": 34.54, + "text": "is" + }, + { + "id": 84, + "start": 34.54, + "end": 34.84, + "text": "hi," + }, + { + "id": 85, + "start": 34.84, + "end": 35.22, + "text": "TabConf" + }, + { + "id": 86, + "start": 35.22, + "end": 35.34, + "text": "is" + }, + { + "id": 87, + "start": 35.34, + "end": 35.68, + "text": "awesome." + }, + { + "id": 88, + "start": 35.68, + "end": 35.86, + "text": "Thanks" + }, + { + "id": 89, + "start": 35.86, + "end": 36.02, + "text": "for" + }, + { + "id": 90, + "start": 36.02, + "end": 36.2, + "text": "being" + }, + { + "id": 91, + "start": 36.2, + "end": 36.38, + "text": "here" + }, + { + "id": 92, + "start": 36.38, + "end": 36.56, + "text": "so" + }, + { + "id": 93, + "start": 36.56, + "end": 37.06, + "text": "early." + }, + { + "id": 94, + "start": 37.2, + "end": 37.5, + "text": "Please" + }, + { + "id": 95, + "start": 37.5, + "end": 37.66, + "text": "ask" + }, + { + "id": 96, + "start": 37.66, + "end": 38.16, + "text": "questions." + }, + { + "id": 97, + "start": 39.18, + "end": 39.559998, + "text": "Okay," + }, + { + "id": 98, + "start": 39.559998, + "end": 40.059998, + "text": "so" + }, + { + "id": 99, + "start": 40.32, + "end": 40.64, + "text": "people" + }, + { + "id": 100, + "start": 40.64, + "end": 40.86, + "text": "have" + }, + { + "id": 101, + "start": 40.86, + "end": 41.32, + "text": "probably" + }, + { + "id": 102, + "start": 41.32, + "end": 41.68, + "text": "heard" + }, + { + "id": 103, + "start": 41.68, + "end": 42.18, + "text": "about" + }, + { + "id": 104, + "start": 42.94, + "end": 43.22, + "text": "Eli" + }, + { + "id": 105, + "start": 43.22, + "end": 43.72, + "text": "Kerkro" + }, + { + "id": 106, + "start": 43.94, + "end": 44.2, + "text": "and" + }, + { + "id": 107, + "start": 44.2, + "end": 44.64, + "text": "SIGAG." + }, + { + "id": 108, + "start": 44.64, + "end": 44.76, + "text": "I" + }, + { + "id": 109, + "start": 44.76, + "end": 45.02, + "text": "think" + }, + { + "id": 110, + "start": 45.02, + "end": 45.34, + "text": "people" + }, + { + "id": 111, + "start": 45.34, + "end": 45.559998, + "text": "call" + }, + { + "id": 112, + "start": 45.559998, + "end": 45.7, + "text": "it" + }, + { + "id": 113, + "start": 45.7, + "end": 46.2, + "text": "SIGAG" + }, + { + "id": 114, + "start": 46.260002, + "end": 46.559998, + "text": "or" + }, + { + "id": 115, + "start": 46.559998, + "end": 47.04, + "text": "EC," + }, + { + "id": 116, + "start": 47.04, + "end": 47.12, + "text": "I" + }, + { + "id": 117, + "start": 47.12, + "end": 47.32, + "text": "don't" + }, + { + "id": 118, + "start": 47.32, + "end": 47.82, + "text": "know." + }, + { + "id": 119, + "start": 47.84, + "end": 48.34, + "text": "Cross-input" + }, + { + "id": 120, + "start": 48.68, + "end": 49.18, + "text": "signature" + }, + { + "id": 121, + "start": 49.2, + "end": 49.7, + "text": "aggregation." + }, + { + "id": 122, + "start": 50.739998, + "end": 51.02, + "text": "It's" + }, + { + "id": 123, + "start": 51.02, + "end": 51.38, + "text": "something" + }, + { + "id": 124, + "start": 51.38, + "end": 51.54, + "text": "that" + }, + { + "id": 125, + "start": 51.54, + "end": 51.76, + "text": "is" + }, + { + "id": 126, + "start": 51.76, + "end": 51.98, + "text": "a" + }, + { + "id": 127, + "start": 51.98, + "end": 52.2, + "text": "it's" + }, + { + "id": 128, + "start": 52.2, + "end": 52.36, + "text": "an" + }, + { + "id": 129, + "start": 52.36, + "end": 52.739998, + "text": "idea" + }, + { + "id": 130, + "start": 52.739998, + "end": 52.92, + "text": "that" + }, + { + "id": 131, + "start": 52.92, + "end": 53.08, + "text": "has" + }, + { + "id": 132, + "start": 53.08, + "end": 53.58, + "text": "existed," + }, + { + "id": 133, + "start": 55.52, + "end": 55.64, + "text": "I" + }, + { + "id": 134, + "start": 55.64, + "end": 55.9, + "text": "don't" + }, + { + "id": 135, + "start": 55.9, + "end": 56.2, + "text": "know," + }, + { + "id": 136, + "start": 56.2, + "end": 56.7, + "text": "2018," + }, + { + "id": 137, + "start": 57.16, + "end": 57.54, + "text": "17." + }, + { + "id": 138, + "start": 57.54, + "end": 57.88, + "text": "People" + }, + { + "id": 139, + "start": 57.88, + "end": 58.1, + "text": "were" + }, + { + "id": 140, + "start": 58.1, + "end": 58.32, + "text": "talking" + }, + { + "id": 141, + "start": 58.32, + "end": 58.52, + "text": "about" + }, + { + "id": 142, + "start": 58.52, + "end": 58.94, + "text": "it" + }, + { + "id": 143, + "start": 58.94, + "end": 59.059998, + "text": "a" + }, + { + "id": 144, + "start": 59.059998, + "end": 59.239998, + "text": "little" + }, + { + "id": 145, + "start": 59.239998, + "end": 59.48, + "text": "bit" + }, + { + "id": 146, + "start": 59.48, + "end": 59.82, + "text": "after" + }, + { + "id": 147, + "start": 59.82, + "end": 60.010002, + "text": "SegWit." + }, + { + "id": 148, + "start": 60.010002, + "end": 60.2, + "text": "It" + }, + { + "id": 149, + "start": 60.2, + "end": 60.38, + "text": "was" + }, + { + "id": 150, + "start": 60.38, + "end": 60.62, + "text": "like," + }, + { + "id": 151, + "start": 60.62, + "end": 60.84, + "text": "oh" + }, + { + "id": 152, + "start": 60.84, + "end": 61.02, + "text": "once" + }, + { + "id": 153, + "start": 61.02, + "end": 61.199997, + "text": "we" + }, + { + "id": 154, + "start": 61.199997, + "end": 61.36, + "text": "do" + }, + { + "id": 155, + "start": 61.36, + "end": 61.86, + "text": "SegWit" + }, + { + "id": 156, + "start": 61.86, + "end": 61.98, + "text": "then" + }, + { + "id": 157, + "start": 61.98, + "end": 62.16, + "text": "we" + }, + { + "id": 158, + "start": 62.16, + "end": 62.32, + "text": "should" + }, + { + "id": 159, + "start": 62.32, + "end": 62.56, + "text": "also" + }, + { + "id": 160, + "start": 62.56, + "end": 62.72, + "text": "do" + }, + { + "id": 161, + "start": 62.72, + "end": 63.18, + "text": "signature" + }, + { + "id": 162, + "start": 63.18, + "end": 63.68, + "text": "aggregation." + }, + { + "id": 163, + "start": 64.16, + "end": 64.28, + "text": "We" + }, + { + "id": 164, + "start": 64.28, + "end": 64.44, + "text": "can" + }, + { + "id": 165, + "start": 64.44, + "end": 64.6, + "text": "do" + }, + { + "id": 166, + "start": 64.6, + "end": 64.92, + "text": "Schnorr" + }, + { + "id": 167, + "start": 64.92, + "end": 65.42, + "text": "signatures." + }, + { + "id": 168, + "start": 65.56, + "end": 65.66, + "text": "And" + }, + { + "id": 169, + "start": 65.66, + "end": 65.8, + "text": "I" + }, + { + "id": 170, + "start": 65.8, + "end": 66.06, + "text": "think" + }, + { + "id": 171, + "start": 66.06, + "end": 66.34, + "text": "when" + }, + { + "id": 172, + "start": 66.34, + "end": 66.56, + "text": "people" + }, + { + "id": 173, + "start": 66.56, + "end": 66.74, + "text": "were" + }, + { + "id": 174, + "start": 66.74, + "end": 67.04, + "text": "talking" + }, + { + "id": 175, + "start": 67.04, + "end": 67.54, + "text": "about" + }, + { + "id": 176, + "start": 67.58, + "end": 68.0, + "text": "changing" + }, + { + "id": 177, + "start": 68.0, + "end": 68.24, + "text": "to" + }, + { + "id": 178, + "start": 68.24, + "end": 68.74, + "text": "taproot," + }, + { + "id": 179, + "start": 68.86, + "end": 69.0, + "text": "this" + }, + { + "id": 180, + "start": 69.0, + "end": 69.16, + "text": "was" + }, + { + "id": 181, + "start": 69.16, + "end": 69.36, + "text": "one" + }, + { + "id": 182, + "start": 69.36, + "end": 69.52, + "text": "of" + }, + { + "id": 183, + "start": 69.52, + "end": 69.66, + "text": "the" + }, + { + "id": 184, + "start": 69.66, + "end": 70.12, + "text": "ideas" + }, + { + "id": 185, + "start": 70.12, + "end": 70.38, + "text": "of" + }, + { + "id": 186, + "start": 70.38, + "end": 70.68, + "text": "maybe" + }, + { + "id": 187, + "start": 70.68, + "end": 70.92, + "text": "the" + }, + { + "id": 188, + "start": 70.92, + "end": 71.28, + "text": "taproot" + }, + { + "id": 189, + "start": 71.28, + "end": 71.68, + "text": "software" + }, + { + "id": 190, + "start": 71.68, + "end": 71.88, + "text": "would" + }, + { + "id": 191, + "start": 71.88, + "end": 72.1, + "text": "also" + }, + { + "id": 192, + "start": 72.1, + "end": 72.34, + "text": "have" + }, + { + "id": 193, + "start": 72.34, + "end": 72.8, + "text": "signature" + }, + { + "id": 194, + "start": 72.8, + "end": 73.3, + "text": "aggregation" + }, + { + "id": 195, + "start": 73.38, + "end": 73.66, + "text": "built" + }, + { + "id": 196, + "start": 73.66, + "end": 73.94, + "text": "into" + }, + { + "id": 197, + "start": 73.94, + "end": 74.1, + "text": "it" + }, + { + "id": 198, + "start": 74.1, + "end": 74.24, + "text": "or" + }, + { + "id": 199, + "start": 74.24, + "end": 74.54, + "text": "something" + }, + { + "id": 200, + "start": 74.54, + "end": 74.7, + "text": "like" + }, + { + "id": 201, + "start": 74.7, + "end": 75.2, + "text": "that." + }, + { + "id": 202, + "start": 76.1, + "end": 76.24, + "text": "The" + }, + { + "id": 203, + "start": 76.24, + "end": 76.520004, + "text": "basic" + }, + { + "id": 204, + "start": 76.520004, + "end": 76.94, + "text": "idea" + }, + { + "id": 205, + "start": 76.94, + "end": 77.44, + "text": "is," + }, + { + "id": 206, + "start": 77.98, + "end": 78.16, + "text": "if" + }, + { + "id": 207, + "start": 78.16, + "end": 78.34, + "text": "you" + }, + { + "id": 208, + "start": 78.34, + "end": 78.54, + "text": "have" + }, + { + "id": 209, + "start": 78.54, + "end": 79.04, + "text": "a" + }, + { + "id": 210, + "start": 79.3, + "end": 79.64, + "text": "Bitcoin" + }, + { + "id": 211, + "start": 79.64, + "end": 80.14, + "text": "transaction," + }, + { + "id": 212, + "start": 85.24, + "end": 85.52, + "text": "you've" + }, + { + "id": 213, + "start": 85.52, + "end": 86.02, + "text": "got" + }, + { + "id": 214, + "start": 86.04, + "end": 86.14, + "text": "a" + }, + { + "id": 215, + "start": 86.14, + "end": 86.58, + "text": "typical" + }, + { + "id": 216, + "start": 86.58, + "end": 87.08, + "text": "transaction," + }, + { + "id": 217, + "start": 87.16, + "end": 87.28, + "text": "we'll" + }, + { + "id": 218, + "start": 87.28, + "end": 87.62, + "text": "have" + }, + { + "id": 219, + "start": 87.62, + "end": 87.72, + "text": "a" + }, + { + "id": 220, + "start": 87.72, + "end": 87.979996, + "text": "couple" + }, + { + "id": 221, + "start": 87.979996, + "end": 88.38, + "text": "inputs," + }, + { + "id": 222, + "start": 88.38, + "end": 88.58, + "text": "a" + }, + { + "id": 223, + "start": 88.58, + "end": 88.9, + "text": "couple" + }, + { + "id": 224, + "start": 88.9, + "end": 89.34, + "text": "outputs," + }, + { + "id": 225, + "start": 89.34, + "end": 89.58, + "text": "right?" + }, + { + "id": 226, + "start": 89.58, + "end": 89.9, + "text": "Alice" + }, + { + "id": 227, + "start": 89.9, + "end": 90.04, + "text": "is" + }, + { + "id": 228, + "start": 90.04, + "end": 90.4, + "text": "paying" + }, + { + "id": 229, + "start": 90.4, + "end": 90.86, + "text": "Bob" + }, + { + "id": 230, + "start": 90.86, + "end": 91.02, + "text": "And" + }, + { + "id": 231, + "start": 91.02, + "end": 91.38, + "text": "Alice" + }, + { + "id": 232, + "start": 91.38, + "end": 91.72, + "text": "has," + }, + { + "id": 233, + "start": 91.72, + "end": 91.96, + "text": "let's" + }, + { + "id": 234, + "start": 91.96, + "end": 92.12, + "text": "say," + }, + { + "id": 235, + "start": 92.12, + "end": 92.22, + "text": "a" + }, + { + "id": 236, + "start": 92.22, + "end": 92.44, + "text": "bunch" + }, + { + "id": 237, + "start": 92.44, + "end": 92.58, + "text": "of" + }, + { + "id": 238, + "start": 92.58, + "end": 93.08, + "text": "UTXOs" + }, + { + "id": 239, + "start": 93.08, + "end": 93.24, + "text": "in" + }, + { + "id": 240, + "start": 93.24, + "end": 93.34, + "text": "her" + }, + { + "id": 241, + "start": 93.34, + "end": 93.84, + "text": "wallet." + }, + { + "id": 242, + "start": 95.08, + "end": 95.2, + "text": "And" + }, + { + "id": 243, + "start": 95.2, + "end": 95.38, + "text": "she" + }, + { + "id": 244, + "start": 95.38, + "end": 95.74, + "text": "needs" + }, + { + "id": 245, + "start": 95.74, + "end": 96.1, + "text": "to" + }, + { + "id": 246, + "start": 96.1, + "end": 96.34, + "text": "add" + }, + { + "id": 247, + "start": 96.34, + "end": 96.56, + "text": "up" + }, + { + "id": 248, + "start": 96.56, + "end": 96.72, + "text": "to" + }, + { + "id": 249, + "start": 96.72, + "end": 96.96, + "text": "these" + }, + { + "id": 250, + "start": 96.96, + "end": 97.2, + "text": "three" + }, + { + "id": 251, + "start": 97.2, + "end": 97.68, + "text": "UTXOs" + }, + { + "id": 252, + "start": 97.68, + "end": 97.9, + "text": "to" + }, + { + "id": 253, + "start": 97.9, + "end": 98.24, + "text": "send" + }, + { + "id": 254, + "start": 98.24, + "end": 98.479996, + "text": "some" + }, + { + "id": 255, + "start": 98.479996, + "end": 98.76, + "text": "money" + }, + { + "id": 256, + "start": 98.76, + "end": 98.88, + "text": "to" + }, + { + "id": 257, + "start": 98.88, + "end": 99.28, + "text": "Bob." + }, + { + "id": 258, + "start": 99.28, + "end": 99.4, + "text": "And" + }, + { + "id": 259, + "start": 99.4, + "end": 99.56, + "text": "then" + }, + { + "id": 260, + "start": 99.56, + "end": 99.72, + "text": "she" + }, + { + "id": 261, + "start": 99.72, + "end": 99.86, + "text": "has" + }, + { + "id": 262, + "start": 99.86, + "end": 99.96, + "text": "a" + }, + { + "id": 263, + "start": 99.96, + "end": 100.24, + "text": "change" + }, + { + "id": 264, + "start": 100.24, + "end": 100.74, + "text": "output." + }, + { + "id": 265, + "start": 101.479996, + "end": 101.64, + "text": "So" + }, + { + "id": 266, + "start": 101.64, + "end": 101.92, + "text": "let's" + }, + { + "id": 267, + "start": 101.92, + "end": 102.1, + "text": "say" + }, + { + "id": 268, + "start": 102.1, + "end": 102.28, + "text": "she" + }, + { + "id": 269, + "start": 102.28, + "end": 102.52, + "text": "has" + }, + { + "id": 270, + "start": 102.52, + "end": 102.8, + "text": "input" + }, + { + "id": 271, + "start": 102.8, + "end": 103.14, + "text": "3," + }, + { + "id": 272, + "start": 103.14, + "end": 103.44, + "text": "7," + }, + { + "id": 273, + "start": 103.44, + "end": 103.58, + "text": "and" + }, + { + "id": 274, + "start": 103.58, + "end": 103.979996, + "text": "8." + }, + { + "id": 275, + "start": 103.979996, + "end": 104.32, + "text": "All" + }, + { + "id": 276, + "start": 104.32, + "end": 104.58, + "text": "three" + }, + { + "id": 277, + "start": 104.58, + "end": 104.72, + "text": "of" + }, + { + "id": 278, + "start": 104.72, + "end": 104.96, + "text": "those" + }, + { + "id": 279, + "start": 104.96, + "end": 105.46, + "text": "UTXOs" + }, + { + "id": 280, + "start": 106.1, + "end": 106.6, + "text": "sign." + }, + { + "id": 281, + "start": 106.88, + "end": 107.14, + "text": "They" + }, + { + "id": 282, + "start": 107.14, + "end": 107.479996, + "text": "create" + }, + { + "id": 283, + "start": 107.479996, + "end": 107.64, + "text": "a" + }, + { + "id": 284, + "start": 107.64, + "end": 108.020004, + "text": "digital" + }, + { + "id": 285, + "start": 108.020004, + "end": 108.520004, + "text": "signature." + }, + { + "id": 286, + "start": 108.64, + "end": 108.82, + "text": "And" + }, + { + "id": 287, + "start": 108.82, + "end": 108.94, + "text": "you" + }, + { + "id": 288, + "start": 108.94, + "end": 109.16, + "text": "put" + }, + { + "id": 289, + "start": 109.16, + "end": 109.28, + "text": "the" + }, + { + "id": 290, + "start": 109.28, + "end": 109.68, + "text": "signature" + }, + { + "id": 291, + "start": 109.68, + "end": 110.02, + "text": "in" + }, + { + "id": 292, + "start": 110.02, + "end": 110.28, + "text": "that" + }, + { + "id": 293, + "start": 110.28, + "end": 110.78, + "text": "input." + }, + { + "id": 294, + "start": 111.56, + "end": 112.02, + "text": "It's" + }, + { + "id": 295, + "start": 112.02, + "end": 112.34, + "text": "kind" + }, + { + "id": 296, + "start": 112.34, + "end": 112.5, + "text": "of" + }, + { + "id": 297, + "start": 112.5, + "end": 113.0, + "text": "inefficient" + }, + { + "id": 298, + "start": 113.14, + "end": 113.32, + "text": "if" + }, + { + "id": 299, + "start": 113.32, + "end": 113.479996, + "text": "you" + }, + { + "id": 300, + "start": 113.479996, + "end": 113.74, + "text": "think" + }, + { + "id": 301, + "start": 113.74, + "end": 113.979996, + "text": "about" + }, + { + "id": 302, + "start": 113.979996, + "end": 114.479996, + "text": "it," + }, + { + "id": 303, + "start": 114.56, + "end": 114.96, + "text": "right?" + }, + { + "id": 304, + "start": 114.96, + "end": 115.46, + "text": "Because" + }, + { + "id": 305, + "start": 115.68, + "end": 115.84, + "text": "they're" + }, + { + "id": 306, + "start": 115.84, + "end": 116.04, + "text": "all" + }, + { + "id": 307, + "start": 116.04, + "end": 116.2, + "text": "the" + }, + { + "id": 308, + "start": 116.2, + "end": 116.38, + "text": "same" + }, + { + "id": 309, + "start": 116.38, + "end": 116.88, + "text": "person." + }, + { + "id": 310, + "start": 117.04, + "end": 117.18, + "text": "It's" + }, + { + "id": 311, + "start": 117.18, + "end": 117.38, + "text": "all" + }, + { + "id": 312, + "start": 117.38, + "end": 117.52, + "text": "the" + }, + { + "id": 313, + "start": 117.52, + "end": 117.72, + "text": "same" + }, + { + "id": 314, + "start": 117.72, + "end": 118.2, + "text": "wallet." + }, + { + "id": 315, + "start": 118.2, + "end": 118.38, + "text": "You're" + }, + { + "id": 316, + "start": 118.38, + "end": 118.82, + "text": "signing" + }, + { + "id": 317, + "start": 118.82, + "end": 119.06, + "text": "three" + }, + { + "id": 318, + "start": 119.06, + "end": 119.34, + "text": "times." + }, + { + "id": 319, + "start": 119.34, + "end": 119.54, + "text": "You're" + }, + { + "id": 320, + "start": 119.54, + "end": 119.86, + "text": "attaching" + }, + { + "id": 321, + "start": 119.86, + "end": 120.02, + "text": "these" + }, + { + "id": 322, + "start": 120.02, + "end": 120.06, + "text": "three" + }, + { + "id": 323, + "start": 120.06, + "end": 120.56, + "text": "signatures." + }, + { + "id": 324, + "start": 120.66, + "end": 121.16, + "text": "Every" + }, + { + "id": 325, + "start": 121.26, + "end": 121.54, + "text": "node" + }, + { + "id": 326, + "start": 121.54, + "end": 121.72, + "text": "out" + }, + { + "id": 327, + "start": 121.72, + "end": 121.98, + "text": "there" + }, + { + "id": 328, + "start": 121.98, + "end": 122.48, + "text": "verifies" + }, + { + "id": 329, + "start": 122.72, + "end": 122.98, + "text": "this" + }, + { + "id": 330, + "start": 122.98, + "end": 123.28, + "text": "three" + }, + { + "id": 331, + "start": 123.28, + "end": 123.78, + "text": "independent" + }, + { + "id": 332, + "start": 123.84, + "end": 124.34, + "text": "signatures." + }, + { + "id": 333, + "start": 124.78, + "end": 124.94, + "text": "Kind" + }, + { + "id": 334, + "start": 124.94, + "end": 125.14, + "text": "of" + }, + { + "id": 335, + "start": 125.14, + "end": 125.64, + "text": "silly." + }, + { + "id": 336, + "start": 125.9, + "end": 126.18, + "text": "Why" + }, + { + "id": 337, + "start": 126.18, + "end": 126.48, + "text": "don't" + }, + { + "id": 338, + "start": 126.48, + "end": 126.72, + "text": "we" + }, + { + "id": 339, + "start": 126.72, + "end": 127.22, + "text": "just" + }, + { + "id": 340, + "start": 127.54, + "end": 128.04001, + "text": "sign" + }, + { + "id": 341, + "start": 128.1, + "end": 128.6, + "text": "once?" + }, + { + "id": 342, + "start": 129.14, + "end": 129.64, + "text": "Right?" + }, + { + "id": 343, + "start": 130.44, + "end": 130.92, + "text": "So" + }, + { + "id": 344, + "start": 130.92, + "end": 131.24, + "text": "instead" + }, + { + "id": 345, + "start": 131.24, + "end": 131.4, + "text": "of" + }, + { + "id": 346, + "start": 131.4, + "end": 131.76, + "text": "having" + }, + { + "id": 347, + "start": 131.76, + "end": 132.02, + "text": "three" + }, + { + "id": 348, + "start": 132.02, + "end": 132.44, + "text": "signatures" + }, + { + "id": 349, + "start": 132.44, + "end": 132.6, + "text": "you" + }, + { + "id": 350, + "start": 132.6, + "end": 133.08, + "text": "just" + }, + { + "id": 351, + "start": 133.08, + "end": 133.26, + "text": "have" + }, + { + "id": 352, + "start": 133.26, + "end": 133.48, + "text": "two" + }, + { + "id": 353, + "start": 133.48, + "end": 133.98, + "text": "signatures." + }, + { + "id": 354, + "start": 134.44, + "end": 134.62, + "text": "And" + }, + { + "id": 355, + "start": 134.62, + "end": 134.9, + "text": "this" + }, + { + "id": 356, + "start": 134.9, + "end": 135.24, + "text": "one" + }, + { + "id": 357, + "start": 135.24, + "end": 135.74, + "text": "signature," + }, + { + "id": 358, + "start": 135.84, + "end": 136.1, + "text": "right," + }, + { + "id": 359, + "start": 136.1, + "end": 136.56, + "text": "signature" + }, + { + "id": 360, + "start": 136.56, + "end": 137.0, + "text": "three," + }, + { + "id": 361, + "start": 137.0, + "end": 137.38, + "text": "it" + }, + { + "id": 362, + "start": 137.38, + "end": 137.86, + "text": "covers" + }, + { + "id": 363, + "start": 137.86, + "end": 138.36, + "text": "everything." + }, + { + "id": 364, + "start": 139.08, + "end": 139.4, + "text": "Right?" + }, + { + "id": 365, + "start": 139.4, + "end": 139.9, + "text": "So" + }, + { + "id": 366, + "start": 140.02, + "end": 140.28, + "text": "it's" + }, + { + "id": 367, + "start": 140.28, + "end": 140.64, + "text": "not" + }, + { + "id": 368, + "start": 140.64, + "end": 141.14, + "text": "like" + }, + { + "id": 369, + "start": 141.6, + "end": 141.9, + "text": "this" + }, + { + "id": 370, + "start": 141.9, + "end": 142.4, + "text": "signature" + }, + { + "id": 371, + "start": 142.68, + "end": 143.18, + "text": "only" + }, + { + "id": 372, + "start": 144.18, + "end": 144.68, + "text": "covers" + }, + { + "id": 373, + "start": 144.8, + "end": 145.12, + "text": "input" + }, + { + "id": 374, + "start": 145.12, + "end": 145.38, + "text": "3" + }, + { + "id": 375, + "start": 145.38, + "end": 145.56, + "text": "and" + }, + { + "id": 376, + "start": 145.56, + "end": 145.68, + "text": "you" + }, + { + "id": 377, + "start": 145.68, + "end": 146.12, + "text": "can" + }, + { + "id": 378, + "start": 146.12, + "end": 146.6, + "text": "malleate" + }, + { + "id": 379, + "start": 146.6, + "end": 146.84, + "text": "or" + }, + { + "id": 380, + "start": 146.84, + "end": 147.16, + "text": "change" + }, + { + "id": 381, + "start": 147.16, + "end": 147.44, + "text": "input" + }, + { + "id": 382, + "start": 147.44, + "end": 147.72, + "text": "7" + }, + { + "id": 383, + "start": 147.72, + "end": 147.8, + "text": "and" + }, + { + "id": 384, + "start": 147.8, + "end": 148.14, + "text": "8." + }, + { + "id": 385, + "start": 148.14, + "end": 148.34, + "text": "When" + }, + { + "id": 386, + "start": 148.34, + "end": 148.5, + "text": "you" + }, + { + "id": 387, + "start": 148.5, + "end": 148.7, + "text": "do" + }, + { + "id": 388, + "start": 148.7, + "end": 148.82, + "text": "sig" + }, + { + "id": 389, + "start": 148.82, + "end": 149.22, + "text": "hash" + }, + { + "id": 390, + "start": 149.22, + "end": 149.72, + "text": "all," + }, + { + "id": 391, + "start": 150.14, + "end": 150.4, + "text": "you" + }, + { + "id": 392, + "start": 150.4, + "end": 150.72, + "text": "sign" + }, + { + "id": 393, + "start": 150.72, + "end": 150.9, + "text": "the" + }, + { + "id": 394, + "start": 150.9, + "end": 151.3, + "text": "entire" + }, + { + "id": 395, + "start": 151.3, + "end": 151.8, + "text": "thing." + }, + { + "id": 396, + "start": 151.82, + "end": 151.92, + "text": "You" + }, + { + "id": 397, + "start": 151.92, + "end": 152.36, + "text": "basically" + }, + { + "id": 398, + "start": 152.36, + "end": 152.72, + "text": "hash" + }, + { + "id": 399, + "start": 152.72, + "end": 152.9, + "text": "all" + }, + { + "id": 400, + "start": 152.9, + "end": 153.04, + "text": "the" + }, + { + "id": 401, + "start": 153.04, + "end": 153.48, + "text": "inputs," + }, + { + "id": 402, + "start": 153.48, + "end": 153.64, + "text": "all" + }, + { + "id": 403, + "start": 153.64, + "end": 153.8, + "text": "the" + }, + { + "id": 404, + "start": 153.8, + "end": 154.3, + "text": "outputs," + }, + { + "id": 405, + "start": 154.36, + "end": 154.54, + "text": "you" + }, + { + "id": 406, + "start": 154.54, + "end": 154.72, + "text": "sign" + }, + { + "id": 407, + "start": 154.72, + "end": 154.84, + "text": "the" + }, + { + "id": 408, + "start": 154.84, + "end": 155.02, + "text": "whole" + }, + { + "id": 409, + "start": 155.02, + "end": 155.52, + "text": "thing." + }, + { + "id": 410, + "start": 155.94, + "end": 156.14, + "text": "So" + }, + { + "id": 411, + "start": 156.14, + "end": 156.3, + "text": "if" + }, + { + "id": 412, + "start": 156.3, + "end": 156.78, + "text": "signature" + }, + { + "id": 413, + "start": 156.78, + "end": 157.16, + "text": "3" + }, + { + "id": 414, + "start": 157.16, + "end": 157.36, + "text": "is" + }, + { + "id": 415, + "start": 157.36, + "end": 157.86, + "text": "signing," + }, + { + "id": 416, + "start": 158.8, + "end": 159.16, + "text": "input" + }, + { + "id": 417, + "start": 159.16, + "end": 159.36, + "text": "7" + }, + { + "id": 418, + "start": 159.36, + "end": 159.52, + "text": "and" + }, + { + "id": 419, + "start": 159.52, + "end": 159.84, + "text": "input" + }, + { + "id": 420, + "start": 159.84, + "end": 160.24, + "text": "8" + }, + { + "id": 421, + "start": 160.24, + "end": 160.56, + "text": "are" + }, + { + "id": 422, + "start": 160.56, + "end": 160.84, + "text": "stuck" + }, + { + "id": 423, + "start": 160.84, + "end": 161.12, + "text": "there," + }, + { + "id": 424, + "start": 161.12, + "end": 161.32, + "text": "right?" + }, + { + "id": 425, + "start": 161.32, + "end": 161.48, + "text": "If" + }, + { + "id": 426, + "start": 161.48, + "end": 161.58, + "text": "you" + }, + { + "id": 427, + "start": 161.58, + "end": 161.76, + "text": "try" + }, + { + "id": 428, + "start": 161.76, + "end": 161.98, + "text": "to" + }, + { + "id": 429, + "start": 161.98, + "end": 162.28, + "text": "change" + }, + { + "id": 430, + "start": 162.28, + "end": 162.5, + "text": "input" + }, + { + "id": 431, + "start": 162.5, + "end": 162.72, + "text": "7" + }, + { + "id": 432, + "start": 162.72, + "end": 162.84, + "text": "or" + }, + { + "id": 433, + "start": 162.84, + "end": 163.18, + "text": "input" + }, + { + "id": 434, + "start": 163.18, + "end": 163.62, + "text": "8," + }, + { + "id": 435, + "start": 163.62, + "end": 163.82, + "text": "the" + }, + { + "id": 436, + "start": 163.82, + "end": 164.22, + "text": "signature" + }, + { + "id": 437, + "start": 164.22, + "end": 164.38, + "text": "is" + }, + { + "id": 438, + "start": 164.38, + "end": 164.54, + "text": "no" + }, + { + "id": 439, + "start": 164.54, + "end": 164.78, + "text": "longer" + }, + { + "id": 440, + "start": 164.78, + "end": 165.28, + "text": "valid." + }, + { + "id": 441, + "start": 165.32, + "end": 165.48, + "text": "So" + }, + { + "id": 442, + "start": 165.48, + "end": 165.6, + "text": "it" + }, + { + "id": 443, + "start": 165.6, + "end": 165.86, + "text": "seems" + }, + { + "id": 444, + "start": 165.86, + "end": 166.02, + "text": "like," + }, + { + "id": 445, + "start": 166.02, + "end": 166.22, + "text": "yeah," + }, + { + "id": 446, + "start": 166.22, + "end": 166.56, + "text": "maybe" + }, + { + "id": 447, + "start": 166.56, + "end": 166.76, + "text": "you" + }, + { + "id": 448, + "start": 166.76, + "end": 166.96, + "text": "can" + }, + { + "id": 449, + "start": 166.96, + "end": 167.24, + "text": "just" + }, + { + "id": 450, + "start": 167.24, + "end": 167.64, + "text": "sign" + }, + { + "id": 451, + "start": 167.64, + "end": 168.12, + "text": "once," + }, + { + "id": 452, + "start": 168.12, + "end": 168.62, + "text": "right?" + }, + { + "id": 453, + "start": 169.2, + "end": 169.54, + "text": "Problem" + }, + { + "id": 454, + "start": 169.54, + "end": 170.04, + "text": "there." + }, + { + "id": 455, + "start": 172.26, + "end": 172.54, + "text": "It's" + }, + { + "id": 456, + "start": 172.54, + "end": 172.74, + "text": "actually" + }, + { + "id": 457, + "start": 172.74, + "end": 173.04, + "text": "not" + }, + { + "id": 458, + "start": 173.04, + "end": 173.52, + "text": "risky" + }, + { + "id": 459, + "start": 173.52, + "end": 173.8, + "text": "for" + }, + { + "id": 460, + "start": 173.8, + "end": 174.24, + "text": "Alice." + }, + { + "id": 461, + "start": 174.24, + "end": 174.36, + "text": "The" + }, + { + "id": 462, + "start": 174.36, + "end": 174.72, + "text": "problem" + }, + { + "id": 463, + "start": 174.72, + "end": 175.22, + "text": "is," + }, + { + "id": 464, + "start": 175.52, + "end": 175.86, + "text": "Alice" + }, + { + "id": 465, + "start": 175.86, + "end": 176.04, + "text": "can" + }, + { + "id": 466, + "start": 176.04, + "end": 176.24, + "text": "just" + }, + { + "id": 467, + "start": 176.24, + "end": 176.52, + "text": "point" + }, + { + "id": 468, + "start": 176.52, + "end": 176.64, + "text": "to" + }, + { + "id": 469, + "start": 176.64, + "end": 177.04, + "text": "Carol's" + }, + { + "id": 470, + "start": 177.04, + "end": 177.34, + "text": "input" + }, + { + "id": 471, + "start": 177.34, + "end": 177.48, + "text": "and" + }, + { + "id": 472, + "start": 177.48, + "end": 177.72, + "text": "say," + }, + { + "id": 473, + "start": 177.72, + "end": 177.98, + "text": "yeah," + }, + { + "id": 474, + "start": 177.98, + "end": 178.22, + "text": "that's" + }, + { + "id": 475, + "start": 178.22, + "end": 178.44, + "text": "my" + }, + { + "id": 476, + "start": 178.44, + "end": 178.86, + "text": "input." + }, + { + "id": 477, + "start": 178.86, + "end": 179.06, + "text": "Those" + }, + { + "id": 478, + "start": 179.06, + "end": 179.24, + "text": "are" + }, + { + "id": 479, + "start": 179.24, + "end": 179.44, + "text": "my" + }, + { + "id": 480, + "start": 179.44, + "end": 179.94, + "text": "bitcoins." + }, + { + "id": 481, + "start": 180.34, + "end": 180.62, + "text": "I'm" + }, + { + "id": 482, + "start": 180.62, + "end": 181.06, + "text": "signing" + }, + { + "id": 483, + "start": 181.06, + "end": 181.56, + "text": "with" + }, + { + "id": 484, + "start": 181.56, + "end": 181.92, + "text": "input" + }, + { + "id": 485, + "start": 181.92, + "end": 182.42, + "text": "three" + }, + { + "id": 486, + "start": 182.52, + "end": 182.72, + "text": "for" + }, + { + "id": 487, + "start": 182.72, + "end": 183.18, + "text": "inputs" + }, + { + "id": 488, + "start": 183.18, + "end": 183.45999, + "text": "three," + }, + { + "id": 489, + "start": 183.45999, + "end": 183.72, + "text": "seven," + }, + { + "id": 490, + "start": 183.72, + "end": 183.84, + "text": "and" + }, + { + "id": 491, + "start": 183.84, + "end": 184.18, + "text": "four." + }, + { + "id": 492, + "start": 184.18, + "end": 184.26, + "text": "But" + }, + { + "id": 493, + "start": 184.26, + "end": 184.44, + "text": "four" + }, + { + "id": 494, + "start": 184.44, + "end": 184.54, + "text": "is" + }, + { + "id": 495, + "start": 184.54, + "end": 184.76, + "text": "not" + }, + { + "id": 496, + "start": 184.76, + "end": 184.92, + "text": "even" + }, + { + "id": 497, + "start": 184.92, + "end": 185.42, + "text": "Alice's." + }, + { + "id": 498, + "start": 185.54, + "end": 185.66, + "text": "Right?" + }, + { + "id": 499, + "start": 185.66, + "end": 185.86, + "text": "It's" + }, + { + "id": 500, + "start": 185.86, + "end": 185.98, + "text": "a" + }, + { + "id": 501, + "start": 185.98, + "end": 186.24, + "text": "totally" + }, + { + "id": 502, + "start": 186.24, + "end": 186.42, + "text": "different" + }, + { + "id": 503, + "start": 186.42, + "end": 186.6, + "text": "key." + }, + { + "id": 504, + "start": 186.6, + "end": 186.76, + "text": "It's" + }, + { + "id": 505, + "start": 186.76, + "end": 186.96, + "text": "someone" + }, + { + "id": 506, + "start": 186.96, + "end": 187.28, + "text": "else's" + }, + { + "id": 507, + "start": 187.28, + "end": 187.78, + "text": "money." + }, + { + "id": 508, + "start": 188.8, + "end": 189.02, + "text": "It's" + }, + { + "id": 509, + "start": 189.02, + "end": 189.48, + "text": "not" + }, + { + "id": 510, + "start": 189.48, + "end": 189.8, + "text": "just" + }, + { + "id": 511, + "start": 189.8, + "end": 189.96, + "text": "that" + }, + { + "id": 512, + "start": 189.96, + "end": 190.44, + "text": "this," + }, + { + "id": 513, + "start": 190.44, + "end": 190.6, + "text": "you" + }, + { + "id": 514, + "start": 190.6, + "end": 191.1, + "text": "know," + }, + { + "id": 515, + "start": 191.44, + "end": 191.64, + "text": "you" + }, + { + "id": 516, + "start": 191.64, + "end": 191.82, + "text": "have" + }, + { + "id": 517, + "start": 191.82, + "end": 192.16, + "text": "no" + }, + { + "id": 518, + "start": 192.16, + "end": 192.44, + "text": "proof" + }, + { + "id": 519, + "start": 192.44, + "end": 192.68, + "text": "that" + }, + { + "id": 520, + "start": 192.68, + "end": 192.86, + "text": "all" + }, + { + "id": 521, + "start": 192.86, + "end": 193.08, + "text": "three" + }, + { + "id": 522, + "start": 193.08, + "end": 193.54, + "text": "inputs" + }, + { + "id": 523, + "start": 193.54, + "end": 193.78, + "text": "are" + }, + { + "id": 524, + "start": 193.78, + "end": 194.06, + "text": "from" + }, + { + "id": 525, + "start": 194.06, + "end": 194.26, + "text": "the" + }, + { + "id": 526, + "start": 194.26, + "end": 194.54, + "text": "same" + }, + { + "id": 527, + "start": 194.54, + "end": 194.86, + "text": "wallet," + }, + { + "id": 528, + "start": 194.86, + "end": 195.36, + "text": "right?" + }, + { + "id": 529, + "start": 196.12, + "end": 196.34, + "text": "So" + }, + { + "id": 530, + "start": 196.34, + "end": 196.5, + "text": "you" + }, + { + "id": 531, + "start": 196.5, + "end": 196.68, + "text": "do" + }, + { + "id": 532, + "start": 196.68, + "end": 196.96, + "text": "need" + }, + { + "id": 533, + "start": 196.96, + "end": 197.18, + "text": "all" + }, + { + "id": 534, + "start": 197.18, + "end": 197.42, + "text": "three" + }, + { + "id": 535, + "start": 197.42, + "end": 197.56, + "text": "of" + }, + { + "id": 536, + "start": 197.56, + "end": 197.72, + "text": "these" + }, + { + "id": 537, + "start": 197.72, + "end": 198.08, + "text": "inputs" + }, + { + "id": 538, + "start": 198.08, + "end": 198.26, + "text": "to" + }, + { + "id": 539, + "start": 198.26, + "end": 198.48, + "text": "sort" + }, + { + "id": 540, + "start": 198.48, + "end": 198.74, + "text": "of" + }, + { + "id": 541, + "start": 198.74, + "end": 199.06, + "text": "sign" + }, + { + "id": 542, + "start": 199.06, + "end": 199.3, + "text": "off" + }, + { + "id": 543, + "start": 199.3, + "end": 199.48, + "text": "on" + }, + { + "id": 544, + "start": 199.48, + "end": 199.7, + "text": "being" + }, + { + "id": 545, + "start": 199.7, + "end": 199.86, + "text": "in" + }, + { + "id": 546, + "start": 199.86, + "end": 200.08, + "text": "the" + }, + { + "id": 547, + "start": 200.08, + "end": 200.54, + "text": "transaction" + }, + { + "id": 548, + "start": 200.54, + "end": 200.68, + "text": "and" + }, + { + "id": 549, + "start": 200.68, + "end": 201.02, + "text": "sign" + }, + { + "id": 550, + "start": 201.02, + "end": 201.28, + "text": "off" + }, + { + "id": 551, + "start": 201.28, + "end": 201.78, + "text": "individually" + }, + { + "id": 552, + "start": 201.9, + "end": 202.08, + "text": "on" + }, + { + "id": 553, + "start": 202.08, + "end": 202.24, + "text": "the" + }, + { + "id": 554, + "start": 202.24, + "end": 202.74, + "text": "outputs." + }, + { + "id": 555, + "start": 204.72, + "end": 205.22, + "text": "So" + }, + { + "id": 556, + "start": 205.24, + "end": 205.38, + "text": "the" + }, + { + "id": 557, + "start": 205.38, + "end": 205.56, + "text": "way" + }, + { + "id": 558, + "start": 205.56, + "end": 205.92, + "text": "Elliptic" + }, + { + "id": 559, + "start": 205.92, + "end": 206.2, + "text": "Curve" + }, + { + "id": 560, + "start": 206.2, + "end": 206.5, + "text": "crosses" + }, + { + "id": 561, + "start": 206.5, + "end": 206.96, + "text": "input" + }, + { + "id": 562, + "start": 206.96, + "end": 207.46, + "text": "signature" + }, + { + "id": 563, + "start": 207.5, + "end": 208.0, + "text": "aggregation" + }, + { + "id": 564, + "start": 208.04, + "end": 208.2, + "text": "or" + }, + { + "id": 565, + "start": 208.2, + "end": 208.7, + "text": "Ely-Kirkcrow" + }, + { + "id": 566, + "start": 209.06, + "end": 209.34, + "text": "input" + }, + { + "id": 567, + "start": 209.34, + "end": 209.84, + "text": "SIGAG," + }, + { + "id": 568, + "start": 211.06, + "end": 211.26, + "text": "with" + }, + { + "id": 569, + "start": 211.26, + "end": 211.42, + "text": "two" + }, + { + "id": 570, + "start": 211.42, + "end": 211.84, + "text": "inputs" + }, + { + "id": 571, + "start": 211.84, + "end": 211.96, + "text": "you" + }, + { + "id": 572, + "start": 211.96, + "end": 212.08, + "text": "have" + }, + { + "id": 573, + "start": 212.08, + "end": 212.24, + "text": "two," + }, + { + "id": 574, + "start": 212.24, + "end": 212.36, + "text": "you" + }, + { + "id": 575, + "start": 212.36, + "end": 212.56, + "text": "know," + }, + { + "id": 576, + "start": 212.56, + "end": 212.7, + "text": "A" + }, + { + "id": 577, + "start": 212.7, + "end": 212.86, + "text": "and" + }, + { + "id": 578, + "start": 212.86, + "end": 213.34, + "text": "B." + }, + { + "id": 579, + "start": 213.34, + "end": 213.68, + "text": "Both" + }, + { + "id": 580, + "start": 213.68, + "end": 214.14, + "text": "inputs" + }, + { + "id": 581, + "start": 214.14, + "end": 214.34, + "text": "need" + }, + { + "id": 582, + "start": 214.34, + "end": 214.64, + "text": "to" + }, + { + "id": 583, + "start": 214.64, + "end": 215.02, + "text": "point" + }, + { + "id": 584, + "start": 215.02, + "end": 215.2, + "text": "to" + }, + { + "id": 585, + "start": 215.2, + "end": 215.32, + "text": "the" + }, + { + "id": 586, + "start": 215.32, + "end": 215.82, + "text": "outputs." + }, + { + "id": 587, + "start": 216.14, + "end": 216.26, + "text": "How" + }, + { + "id": 588, + "start": 216.26, + "end": 216.38, + "text": "do" + }, + { + "id": 589, + "start": 216.38, + "end": 216.48, + "text": "you" + }, + { + "id": 590, + "start": 216.48, + "end": 216.6, + "text": "do" + }, + { + "id": 591, + "start": 216.6, + "end": 216.84, + "text": "that" + }, + { + "id": 592, + "start": 216.84, + "end": 217.04, + "text": "with" + }, + { + "id": 593, + "start": 217.04, + "end": 217.26, + "text": "one" + }, + { + "id": 594, + "start": 217.26, + "end": 217.74, + "text": "signature," + }, + { + "id": 595, + "start": 217.74, + "end": 218.04, + "text": "though?" + }, + { + "id": 596, + "start": 218.04, + "end": 218.26, + "text": "Right." + }, + { + "id": 597, + "start": 218.26, + "end": 218.64, + "text": "Input" + }, + { + "id": 598, + "start": 218.64, + "end": 218.9, + "text": "B" + }, + { + "id": 599, + "start": 218.9, + "end": 219.14, + "text": "needs" + }, + { + "id": 600, + "start": 219.14, + "end": 219.28, + "text": "to" + }, + { + "id": 601, + "start": 219.28, + "end": 219.48, + "text": "sort" + }, + { + "id": 602, + "start": 219.48, + "end": 219.84, + "text": "of" + }, + { + "id": 603, + "start": 219.84, + "end": 220.2, + "text": "sign" + }, + { + "id": 604, + "start": 220.2, + "end": 220.6, + "text": "off" + }, + { + "id": 605, + "start": 220.6, + "end": 220.8, + "text": "on" + }, + { + "id": 606, + "start": 220.8, + "end": 221.3, + "text": "signature" + }, + { + "id": 607, + "start": 221.32, + "end": 221.82, + "text": "A" + }, + { + "id": 608, + "start": 221.82, + "end": 222.18, + "text": "without" + }, + { + "id": 609, + "start": 222.18, + "end": 222.68, + "text": "signing." + }, + { + "id": 610, + "start": 223.44, + "end": 223.94, + "text": "So" + }, + { + "id": 611, + "start": 223.94, + "end": 224.12, + "text": "the" + }, + { + "id": 612, + "start": 224.12, + "end": 224.38, + "text": "way" + }, + { + "id": 613, + "start": 224.38, + "end": 224.54, + "text": "it" + }, + { + "id": 614, + "start": 224.54, + "end": 224.82, + "text": "works," + }, + { + "id": 615, + "start": 224.82, + "end": 224.96, + "text": "and" + }, + { + "id": 616, + "start": 224.96, + "end": 225.06, + "text": "this" + }, + { + "id": 617, + "start": 225.06, + "end": 225.36, + "text": "is" + }, + { + "id": 618, + "start": 225.36, + "end": 225.66, + "text": "a" + }, + { + "id": 619, + "start": 225.66, + "end": 226.08, + "text": "huge" + }, + { + "id": 620, + "start": 226.08, + "end": 226.58, + "text": "simplification," + }, + { + "id": 621, + "start": 226.92, + "end": 227.42, + "text": "is" + }, + { + "id": 622, + "start": 227.54, + "end": 227.72, + "text": "you" + }, + { + "id": 623, + "start": 227.72, + "end": 228.0, + "text": "add" + }, + { + "id": 624, + "start": 228.0, + "end": 228.22, + "text": "the" + }, + { + "id": 625, + "start": 228.22, + "end": 228.72, + "text": "signatures." + }, + { + "id": 626, + "start": 228.84, + "end": 229.06, + "text": "And" + }, + { + "id": 627, + "start": 229.06, + "end": 229.24, + "text": "with" + }, + { + "id": 628, + "start": 229.24, + "end": 229.68, + "text": "elliptic" + }, + { + "id": 629, + "start": 229.68, + "end": 230.18, + "text": "curve" + }, + { + "id": 630, + "start": 230.38, + "end": 230.88, + "text": "properties," + }, + { + "id": 631, + "start": 230.98, + "end": 231.16, + "text": "you" + }, + { + "id": 632, + "start": 231.16, + "end": 231.38, + "text": "can" + }, + { + "id": 633, + "start": 231.38, + "end": 231.56, + "text": "do" + }, + { + "id": 634, + "start": 231.56, + "end": 231.74, + "text": "this." + }, + { + "id": 635, + "start": 231.74, + "end": 232.24, + "text": "It's" + }, + { + "id": 636, + "start": 232.36, + "end": 232.86, + "text": "basically" + }, + { + "id": 637, + "start": 232.9, + "end": 233.1, + "text": "sig" + }, + { + "id": 638, + "start": 233.1, + "end": 233.44, + "text": "A" + }, + { + "id": 639, + "start": 233.44, + "end": 233.76, + "text": "plus" + }, + { + "id": 640, + "start": 233.76, + "end": 233.98, + "text": "sig" + }, + { + "id": 641, + "start": 233.98, + "end": 234.24, + "text": "B." + }, + { + "id": 642, + "start": 234.24, + "end": 234.4, + "text": "And" + }, + { + "id": 643, + "start": 234.4, + "end": 234.6, + "text": "that" + }, + { + "id": 644, + "start": 234.6, + "end": 234.88, + "text": "plus" + }, + { + "id": 645, + "start": 234.88, + "end": 235.2, + "text": "symbol" + }, + { + "id": 646, + "start": 235.2, + "end": 235.32, + "text": "is" + }, + { + "id": 647, + "start": 235.32, + "end": 235.6, + "text": "doing" + }, + { + "id": 648, + "start": 235.6, + "end": 235.76, + "text": "a" + }, + { + "id": 649, + "start": 235.76, + "end": 236.0, + "text": "lot" + }, + { + "id": 650, + "start": 236.0, + "end": 236.14, + "text": "of" + }, + { + "id": 651, + "start": 236.14, + "end": 236.54, + "text": "work." + }, + { + "id": 652, + "start": 236.54, + "end": 237.04, + "text": "There's" + }, + { + "id": 653, + "start": 237.18, + "end": 237.58, + "text": "many" + }, + { + "id": 654, + "start": 237.58, + "end": 237.98, + "text": "papers" + }, + { + "id": 655, + "start": 237.98, + "end": 238.2, + "text": "and" + }, + { + "id": 656, + "start": 238.2, + "end": 238.38, + "text": "many" + }, + { + "id": 657, + "start": 238.38, + "end": 238.88, + "text": "equations" + }, + { + "id": 658, + "start": 238.94, + "end": 239.06, + "text": "and" + }, + { + "id": 659, + "start": 239.06, + "end": 239.18, + "text": "a" + }, + { + "id": 660, + "start": 239.18, + "end": 239.34, + "text": "lot" + }, + { + "id": 661, + "start": 239.34, + "end": 239.64, + "text": "of..." + }, + { + "id": 662, + "start": 239.64, + "end": 240.04, + "text": "But" + }, + { + "id": 663, + "start": 240.04, + "end": 240.2, + "text": "you" + }, + { + "id": 664, + "start": 240.2, + "end": 240.36, + "text": "can" + }, + { + "id": 665, + "start": 240.36, + "end": 240.52, + "text": "do" + }, + { + "id": 666, + "start": 240.52, + "end": 240.92, + "text": "this." + }, + { + "id": 667, + "start": 240.92, + "end": 241.08, + "text": "You" + }, + { + "id": 668, + "start": 241.08, + "end": 241.2, + "text": "can" + }, + { + "id": 669, + "start": 241.2, + "end": 241.4, + "text": "sort" + }, + { + "id": 670, + "start": 241.4, + "end": 241.72, + "text": "of" + }, + { + "id": 671, + "start": 241.72, + "end": 242.16, + "text": "combine" + }, + { + "id": 672, + "start": 242.16, + "end": 242.42, + "text": "these" + }, + { + "id": 673, + "start": 242.42, + "end": 242.92, + "text": "signatures" + }, + { + "id": 674, + "start": 242.96, + "end": 243.08, + "text": "in" + }, + { + "id": 675, + "start": 243.08, + "end": 243.24, + "text": "a" + }, + { + "id": 676, + "start": 243.24, + "end": 243.74, + "text": "way" + }, + { + "id": 677, + "start": 243.76, + "end": 244.26, + "text": "where" + }, + { + "id": 678, + "start": 244.36, + "end": 244.54, + "text": "they" + }, + { + "id": 679, + "start": 244.54, + "end": 244.76, + "text": "both" + }, + { + "id": 680, + "start": 244.76, + "end": 244.92, + "text": "need" + }, + { + "id": 681, + "start": 244.92, + "end": 245.08, + "text": "to" + }, + { + "id": 682, + "start": 245.08, + "end": 245.22, + "text": "be" + }, + { + "id": 683, + "start": 245.22, + "end": 245.6, + "text": "signing" + }, + { + "id": 684, + "start": 245.6, + "end": 245.76, + "text": "the" + }, + { + "id": 685, + "start": 245.76, + "end": 245.98, + "text": "same" + }, + { + "id": 686, + "start": 245.98, + "end": 246.48, + "text": "things" + }, + { + "id": 687, + "start": 246.56, + "end": 246.76, + "text": "and" + }, + { + "id": 688, + "start": 246.76, + "end": 246.9, + "text": "if" + }, + { + "id": 689, + "start": 246.9, + "end": 247.08, + "text": "they're" + }, + { + "id": 690, + "start": 247.08, + "end": 247.36, + "text": "not" + }, + { + "id": 691, + "start": 247.36, + "end": 247.54, + "text": "the" + }, + { + "id": 692, + "start": 247.54, + "end": 248.0, + "text": "addition" + }, + { + "id": 693, + "start": 248.0, + "end": 248.24, + "text": "doesn't" + }, + { + "id": 694, + "start": 248.24, + "end": 248.74, + "text": "work." + }, + { + "id": 695, + "start": 250.44, + "end": 250.94, + "text": "So" + }, + { + "id": 696, + "start": 251.2, + "end": 251.38, + "text": "what" + }, + { + "id": 697, + "start": 251.38, + "end": 251.54, + "text": "are" + }, + { + "id": 698, + "start": 251.54, + "end": 251.68, + "text": "the" + }, + { + "id": 699, + "start": 251.68, + "end": 252.18, + "text": "benefits" + }, + { + "id": 700, + "start": 252.18, + "end": 252.6, + "text": "here?" + }, + { + "id": 701, + "start": 252.6, + "end": 252.74, + "text": "A" + }, + { + "id": 702, + "start": 252.74, + "end": 252.98, + "text": "lot" + }, + { + "id": 703, + "start": 252.98, + "end": 253.26, + "text": "of" + }, + { + "id": 704, + "start": 253.26, + "end": 253.5, + "text": "the" + }, + { + "id": 705, + "start": 253.5, + "end": 253.94, + "text": "benefit" + }, + { + "id": 706, + "start": 253.94, + "end": 254.44, + "text": "is" + }, + { + "id": 707, + "start": 254.54, + "end": 255.04, + "text": "space." + }, + { + "id": 708, + "start": 255.6, + "end": 256.1, + "text": "And" + }, + { + "id": 709, + "start": 256.18, + "end": 256.68, + "text": "verification" + }, + { + "id": 710, + "start": 256.74, + "end": 257.02, + "text": "time" + }, + { + "id": 711, + "start": 257.02, + "end": 257.22, + "text": "as" + }, + { + "id": 712, + "start": 257.22, + "end": 257.56, + "text": "well" + }, + { + "id": 713, + "start": 257.56, + "end": 257.94, + "text": "to" + }, + { + "id": 714, + "start": 257.94, + "end": 258.18, + "text": "some" + }, + { + "id": 715, + "start": 258.18, + "end": 258.54, + "text": "extent." + }, + { + "id": 716, + "start": 258.54, + "end": 258.66, + "text": "It's" + }, + { + "id": 717, + "start": 258.66, + "end": 258.88, + "text": "a" + }, + { + "id": 718, + "start": 258.88, + "end": 259.38, + "text": "little..." + }, + { + "id": 719, + "start": 259.9, + "end": 260.14, + "text": "It's" + }, + { + "id": 720, + "start": 260.14, + "end": 260.4, + "text": "not" + }, + { + "id": 721, + "start": 260.4, + "end": 260.86, + "text": "like" + }, + { + "id": 722, + "start": 260.86, + "end": 261.0, + "text": "I" + }, + { + "id": 723, + "start": 261.0, + "end": 261.2, + "text": "have" + }, + { + "id": 724, + "start": 261.2, + "end": 261.42, + "text": "10" + }, + { + "id": 725, + "start": 261.42, + "end": 261.92, + "text": "inputs," + }, + { + "id": 726, + "start": 262.12, + "end": 262.28, + "text": "I" + }, + { + "id": 727, + "start": 262.28, + "end": 262.64, + "text": "aggregate" + }, + { + "id": 728, + "start": 262.64, + "end": 262.84, + "text": "into" + }, + { + "id": 729, + "start": 262.84, + "end": 263.0, + "text": "one" + }, + { + "id": 730, + "start": 263.0, + "end": 263.5, + "text": "signature," + }, + { + "id": 731, + "start": 263.56, + "end": 263.86, + "text": "okay" + }, + { + "id": 732, + "start": 263.86, + "end": 264.0, + "text": "now" + }, + { + "id": 733, + "start": 264.0, + "end": 264.14, + "text": "the" + }, + { + "id": 734, + "start": 264.14, + "end": 264.52, + "text": "verifier" + }, + { + "id": 735, + "start": 264.52, + "end": 264.72, + "text": "only" + }, + { + "id": 736, + "start": 264.72, + "end": 264.96, + "text": "needs" + }, + { + "id": 737, + "start": 264.96, + "end": 265.08, + "text": "to" + }, + { + "id": 738, + "start": 265.08, + "end": 265.52, + "text": "verify" + }, + { + "id": 739, + "start": 265.52, + "end": 265.72, + "text": "one" + }, + { + "id": 740, + "start": 265.72, + "end": 266.22, + "text": "thing." + }, + { + "id": 741, + "start": 266.28, + "end": 266.72, + "text": "There's" + }, + { + "id": 742, + "start": 266.72, + "end": 267.08, + "text": "some" + }, + { + "id": 743, + "start": 267.08, + "end": 267.58, + "text": "scaling" + }, + { + "id": 744, + "start": 267.62, + "end": 268.08, + "text": "that" + }, + { + "id": 745, + "start": 268.08, + "end": 268.42, + "text": "does" + }, + { + "id": 746, + "start": 268.42, + "end": 268.66, + "text": "add" + }, + { + "id": 747, + "start": 268.66, + "end": 269.06, + "text": "additional" + }, + { + "id": 748, + "start": 269.06, + "end": 269.34, + "text": "work" + }, + { + "id": 749, + "start": 269.34, + "end": 269.48, + "text": "to" + }, + { + "id": 750, + "start": 269.48, + "end": 269.58, + "text": "the" + }, + { + "id": 751, + "start": 269.58, + "end": 269.96, + "text": "verifier" + }, + { + "id": 752, + "start": 269.96, + "end": 270.24, + "text": "per" + }, + { + "id": 753, + "start": 270.24, + "end": 270.74, + "text": "input." + }, + { + "id": 754, + "start": 271.12, + "end": 271.36, + "text": "But" + }, + { + "id": 755, + "start": 271.36, + "end": 271.56, + "text": "you" + }, + { + "id": 756, + "start": 271.56, + "end": 271.72, + "text": "do" + }, + { + "id": 757, + "start": 271.72, + "end": 271.96, + "text": "save" + }, + { + "id": 758, + "start": 271.96, + "end": 272.04, + "text": "a" + }, + { + "id": 759, + "start": 272.04, + "end": 272.2, + "text": "lot" + }, + { + "id": 760, + "start": 272.2, + "end": 272.36, + "text": "of" + }, + { + "id": 761, + "start": 272.36, + "end": 272.86, + "text": "space," + }, + { + "id": 762, + "start": 272.96, + "end": 273.32, + "text": "right?" + }, + { + "id": 763, + "start": 273.32, + "end": 273.48, + "text": "And" + }, + { + "id": 764, + "start": 273.48, + "end": 273.72, + "text": "this" + }, + { + "id": 765, + "start": 273.72, + "end": 274.12, + "text": "is" + }, + { + "id": 766, + "start": 274.12, + "end": 274.62, + "text": "interactive" + }, + { + "id": 767, + "start": 274.84, + "end": 275.34, + "text": "aggregation," + }, + { + "id": 768, + "start": 275.38, + "end": 275.58, + "text": "right?" + }, + { + "id": 769, + "start": 275.58, + "end": 275.82, + "text": "It's" + }, + { + "id": 770, + "start": 275.82, + "end": 276.32, + "text": "not," + }, + { + "id": 771, + "start": 276.38, + "end": 276.66, + "text": "there's" + }, + { + "id": 772, + "start": 276.66, + "end": 277.08, + "text": "another" + }, + { + "id": 773, + "start": 277.08, + "end": 277.46, + "text": "idea" + }, + { + "id": 774, + "start": 277.46, + "end": 277.64, + "text": "of" + }, + { + "id": 775, + "start": 277.64, + "end": 278.14, + "text": "non-interactive" + }, + { + "id": 776, + "start": 278.36, + "end": 278.86, + "text": "aggregation," + }, + { + "id": 777, + "start": 279.24, + "end": 279.72, + "text": "which" + }, + { + "id": 778, + "start": 279.72, + "end": 280.22, + "text": "is" + }, + { + "id": 779, + "start": 280.46, + "end": 280.68, + "text": "like" + }, + { + "id": 780, + "start": 280.68, + "end": 280.86, + "text": "a" + }, + { + "id": 781, + "start": 280.86, + "end": 281.2, + "text": "miner" + }, + { + "id": 782, + "start": 281.2, + "end": 281.4, + "text": "or" + }, + { + "id": 783, + "start": 281.4, + "end": 281.64, + "text": "someone" + }, + { + "id": 784, + "start": 281.64, + "end": 281.78, + "text": "in" + }, + { + "id": 785, + "start": 281.78, + "end": 281.88, + "text": "the" + }, + { + "id": 786, + "start": 281.88, + "end": 282.26, + "text": "mempool." + }, + { + "id": 787, + "start": 282.26, + "end": 282.44, + "text": "Like" + }, + { + "id": 788, + "start": 282.44, + "end": 282.66, + "text": "let's" + }, + { + "id": 789, + "start": 282.66, + "end": 282.98, + "text": "say" + }, + { + "id": 790, + "start": 282.98, + "end": 283.28, + "text": "you" + }, + { + "id": 791, + "start": 283.28, + "end": 283.74, + "text": "see" + }, + { + "id": 792, + "start": 283.74, + "end": 284.04, + "text": "two" + }, + { + "id": 793, + "start": 284.04, + "end": 284.54, + "text": "transactions" + }, + { + "id": 794, + "start": 285.06, + "end": 285.32, + "text": "in" + }, + { + "id": 795, + "start": 285.32, + "end": 285.52, + "text": "your" + }, + { + "id": 796, + "start": 285.52, + "end": 286.02, + "text": "mempool" + }, + { + "id": 797, + "start": 286.08, + "end": 286.22, + "text": "and" + }, + { + "id": 798, + "start": 286.22, + "end": 286.34, + "text": "you" + }, + { + "id": 799, + "start": 286.34, + "end": 286.5, + "text": "say," + }, + { + "id": 800, + "start": 286.5, + "end": 286.68, + "text": "well," + }, + { + "id": 801, + "start": 286.68, + "end": 286.88, + "text": "I'm" + }, + { + "id": 802, + "start": 286.88, + "end": 287.02, + "text": "going" + }, + { + "id": 803, + "start": 287.02, + "end": 287.16, + "text": "to" + }, + { + "id": 804, + "start": 287.16, + "end": 287.64, + "text": "aggregate" + }, + { + "id": 805, + "start": 287.64, + "end": 287.8, + "text": "these" + }, + { + "id": 806, + "start": 287.8, + "end": 288.0, + "text": "two" + }, + { + "id": 807, + "start": 288.0, + "end": 288.5, + "text": "signatures." + }, + { + "id": 808, + "start": 288.94, + "end": 289.2, + "text": "Right." + }, + { + "id": 809, + "start": 289.2, + "end": 289.46, + "text": "There's" + }, + { + "id": 810, + "start": 289.46, + "end": 289.7, + "text": "like" + }, + { + "id": 811, + "start": 289.7, + "end": 290.08, + "text": "Alice" + }, + { + "id": 812, + "start": 290.08, + "end": 290.38, + "text": "signed" + }, + { + "id": 813, + "start": 290.38, + "end": 290.58, + "text": "her" + }, + { + "id": 814, + "start": 290.58, + "end": 291.06, + "text": "transaction." + }, + { + "id": 815, + "start": 291.06, + "end": 291.36, + "text": "Bob" + }, + { + "id": 816, + "start": 291.36, + "end": 291.56, + "text": "signed" + }, + { + "id": 817, + "start": 291.56, + "end": 291.76, + "text": "his" + }, + { + "id": 818, + "start": 291.76, + "end": 292.26, + "text": "transaction." + }, + { + "id": 819, + "start": 292.36, + "end": 292.64, + "text": "I'm" + }, + { + "id": 820, + "start": 292.64, + "end": 292.8, + "text": "going" + }, + { + "id": 821, + "start": 292.8, + "end": 292.96, + "text": "to" + }, + { + "id": 822, + "start": 292.96, + "end": 293.3, + "text": "smush" + }, + { + "id": 823, + "start": 293.3, + "end": 293.48, + "text": "these" + }, + { + "id": 824, + "start": 293.48, + "end": 293.98, + "text": "signatures" + }, + { + "id": 825, + "start": 294.0, + "end": 294.5, + "text": "together" + }, + { + "id": 826, + "start": 294.64, + "end": 294.8, + "text": "and" + }, + { + "id": 827, + "start": 294.8, + "end": 295.04, + "text": "then" + }, + { + "id": 828, + "start": 295.04, + "end": 295.38, + "text": "relay" + }, + { + "id": 829, + "start": 295.38, + "end": 295.52, + "text": "it" + }, + { + "id": 830, + "start": 295.52, + "end": 295.68, + "text": "to" + }, + { + "id": 831, + "start": 295.68, + "end": 295.84, + "text": "my" + }, + { + "id": 832, + "start": 295.84, + "end": 296.12, + "text": "peer" + }, + { + "id": 833, + "start": 296.12, + "end": 296.22, + "text": "and" + }, + { + "id": 834, + "start": 296.22, + "end": 296.4, + "text": "say," + }, + { + "id": 835, + "start": 296.4, + "end": 296.58, + "text": "well," + }, + { + "id": 836, + "start": 296.58, + "end": 296.92, + "text": "here's" + }, + { + "id": 837, + "start": 296.92, + "end": 297.16, + "text": "two" + }, + { + "id": 838, + "start": 297.16, + "end": 297.66, + "text": "transactions" + }, + { + "id": 839, + "start": 297.98, + "end": 298.18, + "text": "and" + }, + { + "id": 840, + "start": 298.18, + "end": 298.32, + "text": "I" + }, + { + "id": 841, + "start": 298.32, + "end": 298.64, + "text": "smushed" + }, + { + "id": 842, + "start": 298.64, + "end": 298.78, + "text": "the" + }, + { + "id": 843, + "start": 298.78, + "end": 299.18, + "text": "signature" + }, + { + "id": 844, + "start": 299.18, + "end": 299.54, + "text": "together" + }, + { + "id": 845, + "start": 299.54, + "end": 299.76, + "text": "for" + }, + { + "id": 846, + "start": 299.76, + "end": 300.26, + "text": "you." + }, + { + "id": 847, + "start": 300.34, + "end": 300.74, + "text": "That," + }, + { + "id": 848, + "start": 300.74, + "end": 300.9, + "text": "as" + }, + { + "id": 849, + "start": 300.9, + "end": 301.1, + "text": "far" + }, + { + "id": 850, + "start": 301.1, + "end": 301.18, + "text": "as" + }, + { + "id": 851, + "start": 301.18, + "end": 301.3, + "text": "we" + }, + { + "id": 852, + "start": 301.3, + "end": 301.5, + "text": "know," + }, + { + "id": 853, + "start": 301.5, + "end": 301.64, + "text": "is" + }, + { + "id": 854, + "start": 301.64, + "end": 301.84, + "text": "not" + }, + { + "id": 855, + "start": 301.84, + "end": 302.04, + "text": "really" + }, + { + "id": 856, + "start": 302.04, + "end": 302.46, + "text": "possible" + }, + { + "id": 857, + "start": 302.46, + "end": 302.68, + "text": "with" + }, + { + "id": 858, + "start": 302.68, + "end": 303.18, + "text": "secp256k1." + }, + { + "id": 859, + "start": 304.0, + "end": 304.2, + "text": "It" + }, + { + "id": 860, + "start": 304.2, + "end": 304.54, + "text": "is" + }, + { + "id": 861, + "start": 304.54, + "end": 304.92, + "text": "possible" + }, + { + "id": 862, + "start": 304.92, + "end": 305.28, + "text": "with" + }, + { + "id": 863, + "start": 305.28, + "end": 305.5, + "text": "some" + }, + { + "id": 864, + "start": 305.5, + "end": 306.0, + "text": "other" + }, + { + "id": 865, + "start": 306.0, + "end": 306.34, + "text": "fancy" + }, + { + "id": 866, + "start": 306.34, + "end": 306.6, + "text": "stuff" + }, + { + "id": 867, + "start": 306.6, + "end": 307.0, + "text": "like" + }, + { + "id": 868, + "start": 307.0, + "end": 307.36, + "text": "BLS" + }, + { + "id": 869, + "start": 307.36, + "end": 307.76, + "text": "curves" + }, + { + "id": 870, + "start": 307.76, + "end": 307.9, + "text": "And" + }, + { + "id": 871, + "start": 307.9, + "end": 308.0, + "text": "that" + }, + { + "id": 872, + "start": 308.0, + "end": 308.16, + "text": "would" + }, + { + "id": 873, + "start": 308.16, + "end": 308.24, + "text": "be" + }, + { + "id": 874, + "start": 308.24, + "end": 308.44, + "text": "really" + }, + { + "id": 875, + "start": 308.44, + "end": 308.62, + "text": "cool" + }, + { + "id": 876, + "start": 308.62, + "end": 308.8, + "text": "because" + }, + { + "id": 877, + "start": 308.8, + "end": 308.94, + "text": "then" + }, + { + "id": 878, + "start": 308.94, + "end": 309.02, + "text": "you" + }, + { + "id": 879, + "start": 309.02, + "end": 309.28, + "text": "could" + }, + { + "id": 880, + "start": 309.28, + "end": 309.64, + "text": "aggregate" + }, + { + "id": 881, + "start": 309.64, + "end": 309.8, + "text": "the" + }, + { + "id": 882, + "start": 309.8, + "end": 309.92, + "text": "whole" + }, + { + "id": 883, + "start": 309.92, + "end": 310.42, + "text": "block" + }, + { + "id": 884, + "start": 310.76, + "end": 310.96, + "text": "But" + }, + { + "id": 885, + "start": 310.96, + "end": 311.04, + "text": "this" + }, + { + "id": 886, + "start": 311.04, + "end": 311.18, + "text": "is" + }, + { + "id": 887, + "start": 311.18, + "end": 311.32, + "text": "what" + }, + { + "id": 888, + "start": 311.32, + "end": 311.52, + "text": "I'm" + }, + { + "id": 889, + "start": 311.52, + "end": 311.68, + "text": "talking" + }, + { + "id": 890, + "start": 311.68, + "end": 311.88, + "text": "about" + }, + { + "id": 891, + "start": 311.88, + "end": 312.04, + "text": "is" + }, + { + "id": 892, + "start": 312.04, + "end": 312.18, + "text": "just" + }, + { + "id": 893, + "start": 312.18, + "end": 312.68, + "text": "interactive" + }, + { + "id": 894, + "start": 312.72, + "end": 313.1, + "text": "signature" + }, + { + "id": 895, + "start": 313.1, + "end": 313.6, + "text": "aggregation." + }, + { + "id": 896, + "start": 314.14, + "end": 314.34, + "text": "It" + }, + { + "id": 897, + "start": 314.34, + "end": 314.56, + "text": "saves" + }, + { + "id": 898, + "start": 314.56, + "end": 315.06, + "text": "space" + }, + { + "id": 899, + "start": 315.7, + "end": 315.84, + "text": "I" + }, + { + "id": 900, + "start": 315.84, + "end": 316.06, + "text": "think" + }, + { + "id": 901, + "start": 316.06, + "end": 316.18, + "text": "the" + }, + { + "id": 902, + "start": 316.18, + "end": 316.46, + "text": "problem" + }, + { + "id": 903, + "start": 316.46, + "end": 316.62, + "text": "and" + }, + { + "id": 904, + "start": 316.62, + "end": 316.7, + "text": "I" + }, + { + "id": 905, + "start": 316.7, + "end": 316.88, + "text": "think" + }, + { + "id": 906, + "start": 316.88, + "end": 317.06, + "text": "one" + }, + { + "id": 907, + "start": 317.06, + "end": 317.22, + "text": "of" + }, + { + "id": 908, + "start": 317.22, + "end": 317.52, + "text": "the" + }, + { + "id": 909, + "start": 317.52, + "end": 317.7, + "text": "this" + }, + { + "id": 910, + "start": 317.7, + "end": 318.2, + "text": "is" + }, + { + "id": 911, + "start": 318.38, + "end": 318.72, + "text": "purely" + }, + { + "id": 912, + "start": 318.72, + "end": 318.92, + "text": "my" + }, + { + "id": 913, + "start": 318.92, + "end": 319.42, + "text": "opinion" + }, + { + "id": 914, + "start": 319.54, + "end": 320.04, + "text": "is" + }, + { + "id": 915, + "start": 320.22, + "end": 320.38, + "text": "one" + }, + { + "id": 916, + "start": 320.38, + "end": 320.5, + "text": "of" + }, + { + "id": 917, + "start": 320.5, + "end": 320.6, + "text": "the" + }, + { + "id": 918, + "start": 320.6, + "end": 320.92, + "text": "reasons" + }, + { + "id": 919, + "start": 320.92, + "end": 321.14, + "text": "it" + }, + { + "id": 920, + "start": 321.14, + "end": 321.64, + "text": "hasn't" + }, + { + "id": 921, + "start": 321.68, + "end": 322.18, + "text": "had" + }, + { + "id": 922, + "start": 322.3, + "end": 322.66, + "text": "as" + }, + { + "id": 923, + "start": 322.66, + "end": 323.16, + "text": "much," + }, + { + "id": 924, + "start": 323.24, + "end": 323.42, + "text": "you" + }, + { + "id": 925, + "start": 323.42, + "end": 323.56, + "text": "know," + }, + { + "id": 926, + "start": 323.56, + "end": 323.8, + "text": "work" + }, + { + "id": 927, + "start": 323.8, + "end": 324.06, + "text": "behind" + }, + { + "id": 928, + "start": 324.06, + "end": 324.24, + "text": "it" + }, + { + "id": 929, + "start": 324.24, + "end": 324.36, + "text": "and" + }, + { + "id": 930, + "start": 324.36, + "end": 324.52, + "text": "as" + }, + { + "id": 931, + "start": 324.52, + "end": 324.72, + "text": "much" + }, + { + "id": 932, + "start": 324.72, + "end": 324.84, + "text": "like," + }, + { + "id": 933, + "start": 324.84, + "end": 324.96, + "text": "oh" + }, + { + "id": 934, + "start": 324.96, + "end": 325.12, + "text": "we" + }, + { + "id": 935, + "start": 325.12, + "end": 325.32, + "text": "really" + }, + { + "id": 936, + "start": 325.32, + "end": 325.52, + "text": "need" + }, + { + "id": 937, + "start": 325.52, + "end": 325.6, + "text": "to" + }, + { + "id": 938, + "start": 325.6, + "end": 325.76, + "text": "get" + }, + { + "id": 939, + "start": 325.76, + "end": 325.96, + "text": "this" + }, + { + "id": 940, + "start": 325.96, + "end": 326.16, + "text": "into" + }, + { + "id": 941, + "start": 326.16, + "end": 326.66, + "text": "Bitcoin," + }, + { + "id": 942, + "start": 326.72, + "end": 326.88, + "text": "is" + }, + { + "id": 943, + "start": 326.88, + "end": 327.04, + "text": "it" + }, + { + "id": 944, + "start": 327.04, + "end": 327.4, + "text": "doesn't" + }, + { + "id": 945, + "start": 327.4, + "end": 327.66, + "text": "save" + }, + { + "id": 946, + "start": 327.66, + "end": 327.98, + "text": "that" + }, + { + "id": 947, + "start": 327.98, + "end": 328.24, + "text": "much" + }, + { + "id": 948, + "start": 328.24, + "end": 328.74, + "text": "space," + }, + { + "id": 949, + "start": 328.78, + "end": 329.28, + "text": "right?" + }, + { + "id": 950, + "start": 329.54, + "end": 330.04, + "text": "The" + }, + { + "id": 951, + "start": 330.06, + "end": 330.22, + "text": "elliptic" + }, + { + "id": 952, + "start": 330.22, + "end": 330.36, + "text": "curve" + }, + { + "id": 953, + "start": 330.36, + "end": 330.72, + "text": "signature" + }, + { + "id": 954, + "start": 330.72, + "end": 330.84, + "text": "is" + }, + { + "id": 955, + "start": 330.84, + "end": 331.08, + "text": "around" + }, + { + "id": 956, + "start": 331.08, + "end": 331.52, + "text": "64" + }, + { + "id": 957, + "start": 331.52, + "end": 332.02, + "text": "bytes," + }, + { + "id": 958, + "start": 332.68, + "end": 333.08, + "text": "slightly" + }, + { + "id": 959, + "start": 333.08, + "end": 333.48, + "text": "higher" + }, + { + "id": 960, + "start": 333.48, + "end": 333.94, + "text": "with" + }, + { + "id": 961, + "start": 333.94, + "end": 334.44, + "text": "pre-traproot," + }, + { + "id": 962, + "start": 334.84, + "end": 335.06, + "text": "but" + }, + { + "id": 963, + "start": 335.06, + "end": 335.14, + "text": "you" + }, + { + "id": 964, + "start": 335.14, + "end": 335.32, + "text": "know" + }, + { + "id": 965, + "start": 335.32, + "end": 335.82, + "text": "around." + }, + { + "id": 966, + "start": 336.74, + "end": 336.82, + "text": "And" + }, + { + "id": 967, + "start": 336.82, + "end": 337.06, + "text": "so" + }, + { + "id": 968, + "start": 337.06, + "end": 337.2, + "text": "you" + }, + { + "id": 969, + "start": 337.2, + "end": 337.66, + "text": "already" + }, + { + "id": 970, + "start": 337.66, + "end": 338.0, + "text": "have" + }, + { + "id": 971, + "start": 338.0, + "end": 338.14, + "text": "this" + }, + { + "id": 972, + "start": 338.14, + "end": 338.64, + "text": "75%" + }, + { + "id": 973, + "start": 338.88, + "end": 339.34, + "text": "witness" + }, + { + "id": 974, + "start": 339.34, + "end": 339.84, + "text": "discount," + }, + { + "id": 975, + "start": 339.84, + "end": 340.08, + "text": "right?" + }, + { + "id": 976, + "start": 340.08, + "end": 340.28, + "text": "So" + }, + { + "id": 977, + "start": 340.28, + "end": 340.48, + "text": "if" + }, + { + "id": 978, + "start": 340.48, + "end": 340.76, + "text": "it's" + }, + { + "id": 979, + "start": 340.76, + "end": 340.9, + "text": "in" + }, + { + "id": 980, + "start": 340.9, + "end": 341.0, + "text": "a" + }, + { + "id": 981, + "start": 341.0, + "end": 341.32, + "text": "witness" + }, + { + "id": 982, + "start": 341.32, + "end": 341.82, + "text": "field" + }, + { + "id": 983, + "start": 341.82, + "end": 342.08, + "text": "it" + }, + { + "id": 984, + "start": 342.08, + "end": 342.58, + "text": "counts" + }, + { + "id": 985, + "start": 342.66, + "end": 342.86, + "text": "as" + }, + { + "id": 986, + "start": 342.86, + "end": 343.36, + "text": "75%" + }, + { + "id": 987, + "start": 343.68, + "end": 344.18, + "text": "less." + }, + { + "id": 988, + "start": 344.32, + "end": 344.5, + "text": "So" + }, + { + "id": 989, + "start": 344.5, + "end": 344.7, + "text": "the" + }, + { + "id": 990, + "start": 344.7, + "end": 345.2, + "text": "64" + }, + { + "id": 991, + "start": 345.24, + "end": 345.52, + "text": "real" + }, + { + "id": 992, + "start": 345.52, + "end": 345.86, + "text": "bytes" + }, + { + "id": 993, + "start": 345.86, + "end": 346.12, + "text": "turns" + }, + { + "id": 994, + "start": 346.12, + "end": 346.32, + "text": "into" + }, + { + "id": 995, + "start": 346.32, + "end": 346.76, + "text": "16" + }, + { + "id": 996, + "start": 346.76, + "end": 346.96, + "text": "V" + }, + { + "id": 997, + "start": 346.96, + "end": 347.46, + "text": "bytes." + }, + { + "id": 998, + "start": 348.16, + "end": 348.34, + "text": "For" + }, + { + "id": 999, + "start": 348.34, + "end": 348.48, + "text": "the" + }, + { + "id": 1000, + "start": 348.48, + "end": 348.84, + "text": "average" + }, + { + "id": 1001, + "start": 348.84, + "end": 349.34, + "text": "transaction," + }, + { + "id": 1002, + "start": 349.44, + "end": 349.64, + "text": "it's" + }, + { + "id": 1003, + "start": 349.64, + "end": 349.96, + "text": "around" + }, + { + "id": 1004, + "start": 349.96, + "end": 350.46, + "text": "8%" + }, + { + "id": 1005, + "start": 350.6, + "end": 351.1, + "text": "savings" + }, + { + "id": 1006, + "start": 352.0, + "end": 352.12, + "text": "in" + }, + { + "id": 1007, + "start": 352.12, + "end": 352.4, + "text": "terms" + }, + { + "id": 1008, + "start": 352.4, + "end": 352.54, + "text": "of" + }, + { + "id": 1009, + "start": 352.54, + "end": 352.72, + "text": "V" + }, + { + "id": 1010, + "start": 352.72, + "end": 352.92, + "text": "bytes." + }, + { + "id": 1011, + "start": 352.92, + "end": 353.1, + "text": "And" + }, + { + "id": 1012, + "start": 353.1, + "end": 353.56, + "text": "there's" + }, + { + "id": 1013, + "start": 353.56, + "end": 353.78, + "text": "nice" + }, + { + "id": 1014, + "start": 353.78, + "end": 354.28, + "text": "statistics" + }, + { + "id": 1015, + "start": 354.38, + "end": 354.56, + "text": "from" + }, + { + "id": 1016, + "start": 354.56, + "end": 354.86, + "text": "this" + }, + { + "id": 1017, + "start": 354.86, + "end": 355.36, + "text": "Blockstream" + }, + { + "id": 1018, + "start": 355.38, + "end": 355.88, + "text": "research." + }, + { + "id": 1019, + "start": 356.34, + "end": 356.4, + "text": "There" + }, + { + "id": 1020, + "start": 356.4, + "end": 356.54, + "text": "were" + }, + { + "id": 1021, + "start": 356.54, + "end": 356.82, + "text": "people" + }, + { + "id": 1022, + "start": 356.82, + "end": 357.18, + "text": "working" + }, + { + "id": 1023, + "start": 357.18, + "end": 357.34, + "text": "on" + }, + { + "id": 1024, + "start": 357.34, + "end": 357.84, + "text": "cross-input" + }, + { + "id": 1025, + "start": 357.9, + "end": 358.4, + "text": "aggregation." + }, + { + "id": 1026, + "start": 360.3, + "end": 360.46, + "text": "I" + }, + { + "id": 1027, + "start": 360.46, + "end": 360.66, + "text": "don't" + }, + { + "id": 1028, + "start": 360.66, + "end": 360.8, + "text": "want" + }, + { + "id": 1029, + "start": 360.8, + "end": 360.94, + "text": "to" + }, + { + "id": 1030, + "start": 360.94, + "end": 361.4, + "text": "dismiss" + }, + { + "id": 1031, + "start": 361.4, + "end": 361.56, + "text": "it," + }, + { + "id": 1032, + "start": 361.56, + "end": 361.72, + "text": "right?" + }, + { + "id": 1033, + "start": 361.72, + "end": 362.22, + "text": "Because" + }, + { + "id": 1034, + "start": 362.24, + "end": 362.74, + "text": "if" + }, + { + "id": 1035, + "start": 362.98, + "end": 363.48, + "text": "you're" + }, + { + "id": 1036, + "start": 363.9, + "end": 364.14, + "text": "long" + }, + { + "id": 1037, + "start": 364.14, + "end": 364.44, + "text": "term" + }, + { + "id": 1038, + "start": 364.44, + "end": 364.54, + "text": "and" + }, + { + "id": 1039, + "start": 364.54, + "end": 365.0, + "text": "Bitcoin's" + }, + { + "id": 1040, + "start": 365.0, + "end": 365.38, + "text": "worth" + }, + { + "id": 1041, + "start": 365.38, + "end": 365.74, + "text": "already" + }, + { + "id": 1042, + "start": 365.74, + "end": 366.1, + "text": "trillions" + }, + { + "id": 1043, + "start": 366.1, + "end": 366.22, + "text": "of" + }, + { + "id": 1044, + "start": 366.22, + "end": 366.5, + "text": "dollars" + }, + { + "id": 1045, + "start": 366.5, + "end": 366.66, + "text": "and" + }, + { + "id": 1046, + "start": 366.66, + "end": 366.82, + "text": "people" + }, + { + "id": 1047, + "start": 366.82, + "end": 366.98, + "text": "are" + }, + { + "id": 1048, + "start": 366.98, + "end": 367.22, + "text": "using" + }, + { + "id": 1049, + "start": 367.22, + "end": 367.64, + "text": "this," + }, + { + "id": 1050, + "start": 367.64, + "end": 367.74, + "text": "an" + }, + { + "id": 1051, + "start": 367.74, + "end": 368.22, + "text": "8%" + }, + { + "id": 1052, + "start": 368.22, + "end": 368.6, + "text": "savings" + }, + { + "id": 1053, + "start": 368.6, + "end": 368.8, + "text": "on" + }, + { + "id": 1054, + "start": 368.8, + "end": 369.3, + "text": "fees" + }, + { + "id": 1055, + "start": 369.52, + "end": 369.8, + "text": "could" + }, + { + "id": 1056, + "start": 369.8, + "end": 370.24, + "text": "be" + }, + { + "id": 1057, + "start": 370.24, + "end": 370.74, + "text": "billions" + }, + { + "id": 1058, + "start": 370.76, + "end": 370.9, + "text": "of" + }, + { + "id": 1059, + "start": 370.9, + "end": 371.36, + "text": "dollars" + }, + { + "id": 1060, + "start": 371.36, + "end": 371.58, + "text": "over" + }, + { + "id": 1061, + "start": 371.58, + "end": 371.68, + "text": "the" + }, + { + "id": 1062, + "start": 371.68, + "end": 371.94, + "text": "course" + }, + { + "id": 1063, + "start": 371.94, + "end": 372.04, + "text": "of" + }, + { + "id": 1064, + "start": 372.04, + "end": 372.18, + "text": "years." + }, + { + "id": 1065, + "start": 372.18, + "end": 372.34, + "text": "So" + }, + { + "id": 1066, + "start": 372.34, + "end": 372.44, + "text": "I" + }, + { + "id": 1067, + "start": 372.44, + "end": 372.66, + "text": "think" + }, + { + "id": 1068, + "start": 372.66, + "end": 373.16, + "text": "it's" + }, + { + "id": 1069, + "start": 373.18, + "end": 373.44, + "text": "super" + }, + { + "id": 1070, + "start": 373.44, + "end": 373.94, + "text": "important" + }, + { + "id": 1071, + "start": 373.94, + "end": 374.14, + "text": "and" + }, + { + "id": 1072, + "start": 374.14, + "end": 374.44, + "text": "really" + }, + { + "id": 1073, + "start": 374.44, + "end": 374.64, + "text": "cool" + }, + { + "id": 1074, + "start": 374.64, + "end": 375.06, + "text": "research." + }, + { + "id": 1075, + "start": 375.06, + "end": 375.3, + "text": "But" + }, + { + "id": 1076, + "start": 375.3, + "end": 375.42, + "text": "at" + }, + { + "id": 1077, + "start": 375.42, + "end": 375.56, + "text": "the" + }, + { + "id": 1078, + "start": 375.56, + "end": 375.76, + "text": "same" + }, + { + "id": 1079, + "start": 375.76, + "end": 375.92, + "text": "time," + }, + { + "id": 1080, + "start": 375.92, + "end": 376.12, + "text": "it's" + }, + { + "id": 1081, + "start": 376.12, + "end": 376.28, + "text": "like," + }, + { + "id": 1082, + "start": 376.28, + "end": 376.78, + "text": "well," + }, + { + "id": 1083, + "start": 376.86, + "end": 377.32, + "text": "8%" + }, + { + "id": 1084, + "start": 377.32, + "end": 377.6, + "text": "isn't" + }, + { + "id": 1085, + "start": 377.6, + "end": 377.98, + "text": "huge," + }, + { + "id": 1086, + "start": 377.98, + "end": 378.34, + "text": "right?" + }, + { + "id": 1087, + "start": 378.34, + "end": 378.52, + "text": "Like," + }, + { + "id": 1088, + "start": 378.52, + "end": 378.7, + "text": "it" + }, + { + "id": 1089, + "start": 378.7, + "end": 379.0, + "text": "doesn't" + }, + { + "id": 1090, + "start": 379.0, + "end": 379.2, + "text": "seem" + }, + { + "id": 1091, + "start": 379.2, + "end": 379.36, + "text": "to" + }, + { + "id": 1092, + "start": 379.36, + "end": 379.54, + "text": "be" + }, + { + "id": 1093, + "start": 379.54, + "end": 379.76, + "text": "the" + }, + { + "id": 1094, + "start": 379.76, + "end": 380.02, + "text": "first" + }, + { + "id": 1095, + "start": 380.02, + "end": 380.14, + "text": "thing" + }, + { + "id": 1096, + "start": 380.14, + "end": 380.28, + "text": "we" + }, + { + "id": 1097, + "start": 380.28, + "end": 380.38, + "text": "have" + }, + { + "id": 1098, + "start": 380.38, + "end": 380.5, + "text": "to" + }, + { + "id": 1099, + "start": 380.5, + "end": 380.74, + "text": "work" + }, + { + "id": 1100, + "start": 380.74, + "end": 380.88, + "text": "on" + }, + { + "id": 1101, + "start": 380.88, + "end": 381.14, + "text": "here" + }, + { + "id": 1102, + "start": 381.14, + "end": 381.3, + "text": "for" + }, + { + "id": 1103, + "start": 381.3, + "end": 381.8, + "text": "scalability" + }, + { + "id": 1104, + "start": 382.04, + "end": 382.26, + "text": "and" + }, + { + "id": 1105, + "start": 382.26, + "end": 382.56, + "text": "space" + }, + { + "id": 1106, + "start": 382.56, + "end": 383.06, + "text": "saving." + }, + { + "id": 1107, + "start": 384.32, + "end": 384.52, + "text": "So" + }, + { + "id": 1108, + "start": 384.52, + "end": 384.62, + "text": "in" + }, + { + "id": 1109, + "start": 384.62, + "end": 384.72, + "text": "my" + }, + { + "id": 1110, + "start": 384.72, + "end": 385.08, + "text": "opinion," + }, + { + "id": 1111, + "start": 385.08, + "end": 385.38, + "text": "that's" + }, + { + "id": 1112, + "start": 385.38, + "end": 385.6, + "text": "maybe" + }, + { + "id": 1113, + "start": 385.6, + "end": 385.76, + "text": "why" + }, + { + "id": 1114, + "start": 385.76, + "end": 385.92, + "text": "it" + }, + { + "id": 1115, + "start": 385.92, + "end": 386.28, + "text": "hasn't" + }, + { + "id": 1116, + "start": 386.28, + "end": 386.78, + "text": "had" + }, + { + "id": 1117, + "start": 387.7, + "end": 387.8, + "text": "as" + }, + { + "id": 1118, + "start": 387.8, + "end": 387.98, + "text": "much" + }, + { + "id": 1119, + "start": 387.98, + "end": 388.26, + "text": "drive" + }, + { + "id": 1120, + "start": 388.26, + "end": 388.38, + "text": "to" + }, + { + "id": 1121, + "start": 388.38, + "end": 388.6, + "text": "get" + }, + { + "id": 1122, + "start": 388.6, + "end": 388.78, + "text": "into" + }, + { + "id": 1123, + "start": 388.78, + "end": 389.28, + "text": "Bitcoin." + }, + { + "id": 1124, + "start": 390.06, + "end": 390.22, + "text": "So" + }, + { + "id": 1125, + "start": 390.22, + "end": 390.48, + "text": "now" + }, + { + "id": 1126, + "start": 390.48, + "end": 390.76, + "text": "there's" + }, + { + "id": 1127, + "start": 390.76, + "end": 390.92, + "text": "a" + }, + { + "id": 1128, + "start": 390.92, + "end": 391.24, + "text": "little" + }, + { + "id": 1129, + "start": 391.24, + "end": 391.72, + "text": "quantum" + }, + { + "id": 1130, + "start": 391.72, + "end": 392.22, + "text": "leap." + }, + { + "id": 1131, + "start": 393.66, + "end": 393.82, + "text": "This" + }, + { + "id": 1132, + "start": 393.82, + "end": 394.32, + "text": "people," + }, + { + "id": 1133, + "start": 394.34, + "end": 394.64, + "text": "yeah," + }, + { + "id": 1134, + "start": 394.64, + "end": 394.84, + "text": "there's" + }, + { + "id": 1135, + "start": 394.84, + "end": 395.08, + "text": "been" + }, + { + "id": 1136, + "start": 395.08, + "end": 395.46, + "text": "talks" + }, + { + "id": 1137, + "start": 395.46, + "end": 395.96, + "text": "about" + }, + { + "id": 1138, + "start": 396.22, + "end": 396.6, + "text": "quantum" + }, + { + "id": 1139, + "start": 396.6, + "end": 397.1, + "text": "signatures" + }, + { + "id": 1140, + "start": 397.24, + "end": 397.4, + "text": "a" + }, + { + "id": 1141, + "start": 397.4, + "end": 397.9, + "text": "bit." + }, + { + "id": 1142, + "start": 398.48, + "end": 398.76, + "text": "Okay," + }, + { + "id": 1143, + "start": 398.76, + "end": 398.94, + "text": "so" + }, + { + "id": 1144, + "start": 398.94, + "end": 399.36, + "text": "there's" + }, + { + "id": 1145, + "start": 399.36, + "end": 399.72, + "text": "post" + }, + { + "id": 1146, + "start": 399.72, + "end": 400.14, + "text": "quantum" + }, + { + "id": 1147, + "start": 400.14, + "end": 400.64, + "text": "signatures." + }, + { + "id": 1148, + "start": 400.84, + "end": 401.0, + "text": "And" + }, + { + "id": 1149, + "start": 401.0, + "end": 401.14, + "text": "I" + }, + { + "id": 1150, + "start": 401.14, + "end": 401.58, + "text": "don't," + }, + { + "id": 1151, + "start": 401.58, + "end": 401.68, + "text": "I" + }, + { + "id": 1152, + "start": 401.68, + "end": 401.92, + "text": "don't" + }, + { + "id": 1153, + "start": 401.92, + "end": 402.16, + "text": "even" + }, + { + "id": 1154, + "start": 402.16, + "end": 402.38, + "text": "really" + }, + { + "id": 1155, + "start": 402.38, + "end": 402.54, + "text": "like" + }, + { + "id": 1156, + "start": 402.54, + "end": 402.72, + "text": "the" + }, + { + "id": 1157, + "start": 402.72, + "end": 402.98, + "text": "term" + }, + { + "id": 1158, + "start": 402.98, + "end": 403.26, + "text": "quantum." + }, + { + "id": 1159, + "start": 403.26, + "end": 403.38, + "text": "So" + }, + { + "id": 1160, + "start": 403.38, + "end": 403.58, + "text": "like," + }, + { + "id": 1161, + "start": 403.58, + "end": 403.84, + "text": "my" + }, + { + "id": 1162, + "start": 403.84, + "end": 404.08, + "text": "personal" + }, + { + "id": 1163, + "start": 404.08, + "end": 404.44, + "text": "opinion" + }, + { + "id": 1164, + "start": 404.44, + "end": 404.64, + "text": "is" + }, + { + "id": 1165, + "start": 404.64, + "end": 405.04, + "text": "like," + }, + { + "id": 1166, + "start": 405.04, + "end": 405.16, + "text": "I'm" + }, + { + "id": 1167, + "start": 405.16, + "end": 405.36, + "text": "not" + }, + { + "id": 1168, + "start": 405.36, + "end": 405.6, + "text": "very" + }, + { + "id": 1169, + "start": 405.6, + "end": 405.88, + "text": "worried" + }, + { + "id": 1170, + "start": 405.88, + "end": 406.08, + "text": "about" + }, + { + "id": 1171, + "start": 406.08, + "end": 406.36, + "text": "quantum" + }, + { + "id": 1172, + "start": 406.36, + "end": 406.86, + "text": "computers." + }, + { + "id": 1173, + "start": 407.2, + "end": 407.36, + "text": "I" + }, + { + "id": 1174, + "start": 407.36, + "end": 407.86, + "text": "actually" + }, + { + "id": 1175, + "start": 408.4, + "end": 408.9, + "text": "think" + }, + { + "id": 1176, + "start": 409.06, + "end": 409.4, + "text": "both" + }, + { + "id": 1177, + "start": 409.4, + "end": 409.6, + "text": "of" + }, + { + "id": 1178, + "start": 409.6, + "end": 409.78, + "text": "these" + }, + { + "id": 1179, + "start": 409.78, + "end": 410.02, + "text": "things" + }, + { + "id": 1180, + "start": 410.02, + "end": 410.32, + "text": "are" + }, + { + "id": 1181, + "start": 410.32, + "end": 410.82, + "text": "unlikely," + }, + { + "id": 1182, + "start": 410.84, + "end": 411.0, + "text": "but" + }, + { + "id": 1183, + "start": 411.0, + "end": 411.1, + "text": "I" + }, + { + "id": 1184, + "start": 411.1, + "end": 411.3, + "text": "think" + }, + { + "id": 1185, + "start": 411.3, + "end": 411.48, + "text": "it's" + }, + { + "id": 1186, + "start": 411.48, + "end": 411.96, + "text": "probably" + }, + { + "id": 1187, + "start": 411.96, + "end": 412.34, + "text": "more" + }, + { + "id": 1188, + "start": 412.34, + "end": 412.84, + "text": "likely" + }, + { + "id": 1189, + "start": 413.04, + "end": 413.22, + "text": "that" + }, + { + "id": 1190, + "start": 413.22, + "end": 413.36, + "text": "there" + }, + { + "id": 1191, + "start": 413.36, + "end": 413.56, + "text": "will" + }, + { + "id": 1192, + "start": 413.56, + "end": 413.76, + "text": "be" + }, + { + "id": 1193, + "start": 413.76, + "end": 414.02, + "text": "some" + }, + { + "id": 1194, + "start": 414.02, + "end": 414.24, + "text": "kind" + }, + { + "id": 1195, + "start": 414.24, + "end": 414.72, + "text": "of" + }, + { + "id": 1196, + "start": 414.72, + "end": 415.2, + "text": "regular" + }, + { + "id": 1197, + "start": 415.2, + "end": 415.44, + "text": "old" + }, + { + "id": 1198, + "start": 415.44, + "end": 415.94, + "text": "computer" + }, + { + "id": 1199, + "start": 416.1, + "end": 416.6, + "text": "algorithmic" + }, + { + "id": 1200, + "start": 417.56, + "end": 418.06, + "text": "deficiency" + }, + { + "id": 1201, + "start": 418.52, + "end": 419.02, + "text": "in" + }, + { + "id": 1202, + "start": 419.18, + "end": 419.38, + "text": "the" + }, + { + "id": 1203, + "start": 419.38, + "end": 419.82, + "text": "elliptic" + }, + { + "id": 1204, + "start": 419.82, + "end": 420.14, + "text": "curves" + }, + { + "id": 1205, + "start": 420.14, + "end": 420.4, + "text": "we're" + }, + { + "id": 1206, + "start": 420.4, + "end": 420.78, + "text": "using" + }, + { + "id": 1207, + "start": 420.78, + "end": 420.92, + "text": "than" + }, + { + "id": 1208, + "start": 420.92, + "end": 421.02, + "text": "a" + }, + { + "id": 1209, + "start": 421.02, + "end": 421.36, + "text": "quantum" + }, + { + "id": 1210, + "start": 421.36, + "end": 421.72, + "text": "computer" + }, + { + "id": 1211, + "start": 421.72, + "end": 421.92, + "text": "comes" + }, + { + "id": 1212, + "start": 421.92, + "end": 422.08, + "text": "and" + }, + { + "id": 1213, + "start": 422.08, + "end": 422.3, + "text": "runs" + }, + { + "id": 1214, + "start": 422.3, + "end": 422.6, + "text": "Shor's" + }, + { + "id": 1215, + "start": 422.6, + "end": 423.06, + "text": "algorithms." + }, + { + "id": 1216, + "start": 423.06, + "end": 423.28, + "text": "Both" + }, + { + "id": 1217, + "start": 423.28, + "end": 423.42, + "text": "I" + }, + { + "id": 1218, + "start": 423.42, + "end": 423.58, + "text": "think" + }, + { + "id": 1219, + "start": 423.58, + "end": 423.84, + "text": "aren't" + }, + { + "id": 1220, + "start": 423.84, + "end": 423.96, + "text": "gonna" + }, + { + "id": 1221, + "start": 423.96, + "end": 424.24, + "text": "happen," + }, + { + "id": 1222, + "start": 424.24, + "end": 424.44, + "text": "I'm" + }, + { + "id": 1223, + "start": 424.44, + "end": 424.6, + "text": "not" + }, + { + "id": 1224, + "start": 424.6, + "end": 424.82, + "text": "worried" + }, + { + "id": 1225, + "start": 424.82, + "end": 424.92, + "text": "about" + }, + { + "id": 1226, + "start": 424.92, + "end": 425.42, + "text": "either," + }, + { + "id": 1227, + "start": 425.44, + "end": 425.6, + "text": "but" + }, + { + "id": 1228, + "start": 425.6, + "end": 425.82, + "text": "it's" + }, + { + "id": 1229, + "start": 425.82, + "end": 426.0, + "text": "like" + }, + { + "id": 1230, + "start": 426.0, + "end": 426.3, + "text": "yeah" + }, + { + "id": 1231, + "start": 426.3, + "end": 426.5, + "text": "who" + }, + { + "id": 1232, + "start": 426.5, + "end": 426.74, + "text": "knows" + }, + { + "id": 1233, + "start": 426.74, + "end": 426.96, + "text": "like" + }, + { + "id": 1234, + "start": 426.96, + "end": 427.38, + "text": "someday" + }, + { + "id": 1235, + "start": 427.38, + "end": 427.56, + "text": "someone" + }, + { + "id": 1236, + "start": 427.56, + "end": 427.74, + "text": "would" + }, + { + "id": 1237, + "start": 427.74, + "end": 427.84, + "text": "be" + }, + { + "id": 1238, + "start": 427.84, + "end": 428.0, + "text": "like" + }, + { + "id": 1239, + "start": 428.0, + "end": 428.16, + "text": "yeah" + }, + { + "id": 1240, + "start": 428.16, + "end": 428.56, + "text": "Pollard's" + }, + { + "id": 1241, + "start": 428.56, + "end": 428.8, + "text": "Row," + }, + { + "id": 1242, + "start": 428.8, + "end": 428.94, + "text": "we" + }, + { + "id": 1243, + "start": 428.94, + "end": 429.14, + "text": "got" + }, + { + "id": 1244, + "start": 429.14, + "end": 429.24, + "text": "a" + }, + { + "id": 1245, + "start": 429.24, + "end": 429.64, + "text": "better" + }, + { + "id": 1246, + "start": 429.64, + "end": 429.9, + "text": "way" + }, + { + "id": 1247, + "start": 429.9, + "end": 430.08, + "text": "to" + }, + { + "id": 1248, + "start": 430.08, + "end": 430.24, + "text": "do" + }, + { + "id": 1249, + "start": 430.24, + "end": 430.68, + "text": "Pollard's" + }, + { + "id": 1250, + "start": 430.68, + "end": 431.04, + "text": "Row" + }, + { + "id": 1251, + "start": 431.04, + "end": 431.26, + "text": "and" + }, + { + "id": 1252, + "start": 431.26, + "end": 431.4, + "text": "you" + }, + { + "id": 1253, + "start": 431.4, + "end": 431.6, + "text": "know" + }, + { + "id": 1254, + "start": 431.6, + "end": 431.98, + "text": "find" + }, + { + "id": 1255, + "start": 431.98, + "end": 432.28, + "text": "private" + }, + { + "id": 1256, + "start": 432.28, + "end": 432.5, + "text": "keys" + }, + { + "id": 1257, + "start": 432.5, + "end": 432.66, + "text": "from" + }, + { + "id": 1258, + "start": 432.66, + "end": 433.04, + "text": "public" + }, + { + "id": 1259, + "start": 433.04, + "end": 433.2, + "text": "keys" + }, + { + "id": 1260, + "start": 433.2, + "end": 433.38, + "text": "on" + }, + { + "id": 1261, + "start": 433.38, + "end": 433.52, + "text": "these" + }, + { + "id": 1262, + "start": 433.52, + "end": 433.94, + "text": "elliptic" + }, + { + "id": 1263, + "start": 433.94, + "end": 434.24, + "text": "curves." + }, + { + "id": 1264, + "start": 434.24, + "end": 434.44, + "text": "And" + }, + { + "id": 1265, + "start": 434.44, + "end": 434.64, + "text": "there's" + }, + { + "id": 1266, + "start": 434.64, + "end": 434.76, + "text": "a" + }, + { + "id": 1267, + "start": 434.76, + "end": 435.02, + "text": "paper" + }, + { + "id": 1268, + "start": 435.02, + "end": 435.14, + "text": "and" + }, + { + "id": 1269, + "start": 435.14, + "end": 435.4, + "text": "people" + }, + { + "id": 1270, + "start": 435.4, + "end": 435.54, + "text": "like" + }, + { + "id": 1271, + "start": 435.54, + "end": 435.7, + "text": "oh" + }, + { + "id": 1272, + "start": 435.7, + "end": 435.92, + "text": "shoot" + }, + { + "id": 1273, + "start": 435.92, + "end": 436.02, + "text": "and" + }, + { + "id": 1274, + "start": 436.02, + "end": 436.18, + "text": "you" + }, + { + "id": 1275, + "start": 436.18, + "end": 436.34, + "text": "know" + }, + { + "id": 1276, + "start": 436.34, + "end": 436.56, + "text": "maybe" + }, + { + "id": 1277, + "start": 436.56, + "end": 436.7, + "text": "it" + }, + { + "id": 1278, + "start": 436.7, + "end": 436.94, + "text": "starts" + }, + { + "id": 1279, + "start": 436.94, + "end": 437.14, + "text": "as" + }, + { + "id": 1280, + "start": 437.14, + "end": 437.52, + "text": "like" + }, + { + "id": 1281, + "start": 437.52, + "end": 437.64, + "text": "a" + }, + { + "id": 1282, + "start": 437.64, + "end": 437.98, + "text": "small" + }, + { + "id": 1283, + "start": 437.98, + "end": 438.18, + "text": "speed" + }, + { + "id": 1284, + "start": 438.18, + "end": 438.38, + "text": "up" + }, + { + "id": 1285, + "start": 438.38, + "end": 438.54, + "text": "but" + }, + { + "id": 1286, + "start": 438.54, + "end": 438.72, + "text": "it's" + }, + { + "id": 1287, + "start": 438.72, + "end": 438.92, + "text": "like" + }, + { + "id": 1288, + "start": 438.92, + "end": 439.24, + "text": "hey" + }, + { + "id": 1289, + "start": 439.24, + "end": 439.46, + "text": "this" + }, + { + "id": 1290, + "start": 439.46, + "end": 439.62, + "text": "is" + }, + { + "id": 1291, + "start": 439.62, + "end": 440.12, + "text": "getting" + }, + { + "id": 1292, + "start": 440.24, + "end": 440.36, + "text": "you" + }, + { + "id": 1293, + "start": 440.36, + "end": 440.54, + "text": "know" + }, + { + "id": 1294, + "start": 440.54, + "end": 440.82, + "text": "getting" + }, + { + "id": 1295, + "start": 440.82, + "end": 441.2, + "text": "sketchy" + }, + { + "id": 1296, + "start": 441.2, + "end": 441.36, + "text": "we" + }, + { + "id": 1297, + "start": 441.36, + "end": 441.54, + "text": "should" + }, + { + "id": 1298, + "start": 441.54, + "end": 441.78, + "text": "move" + }, + { + "id": 1299, + "start": 441.78, + "end": 441.98, + "text": "to" + }, + { + "id": 1300, + "start": 441.98, + "end": 442.06, + "text": "a" + }, + { + "id": 1301, + "start": 442.06, + "end": 442.56, + "text": "different" + }, + { + "id": 1302, + "start": 443.18, + "end": 443.26, + "text": "you" + }, + { + "id": 1303, + "start": 443.26, + "end": 443.32, + "text": "know" + }, + { + "id": 1304, + "start": 443.32, + "end": 443.76, + "text": "totally" + }, + { + "id": 1305, + "start": 443.76, + "end": 444.12, + "text": "possible" + }, + { + "id": 1306, + "start": 444.12, + "end": 444.22, + "text": "that" + }, + { + "id": 1307, + "start": 444.22, + "end": 444.28, + "text": "we" + }, + { + "id": 1308, + "start": 444.28, + "end": 444.44, + "text": "have" + }, + { + "id": 1309, + "start": 444.44, + "end": 444.52, + "text": "to" + }, + { + "id": 1310, + "start": 444.52, + "end": 444.76, + "text": "move" + }, + { + "id": 1311, + "start": 444.76, + "end": 444.88, + "text": "to" + }, + { + "id": 1312, + "start": 444.88, + "end": 445.12, + "text": "different" + }, + { + "id": 1313, + "start": 445.12, + "end": 445.58, + "text": "signature" + }, + { + "id": 1314, + "start": 445.58, + "end": 446.08, + "text": "algorithms," + }, + { + "id": 1315, + "start": 446.28, + "end": 446.78, + "text": "regardless" + }, + { + "id": 1316, + "start": 446.82, + "end": 446.92, + "text": "of" + }, + { + "id": 1317, + "start": 446.92, + "end": 447.18, + "text": "whether" + }, + { + "id": 1318, + "start": 447.18, + "end": 447.44, + "text": "there's" + }, + { + "id": 1319, + "start": 447.44, + "end": 447.56, + "text": "a" + }, + { + "id": 1320, + "start": 447.56, + "end": 447.86, + "text": "quantum" + }, + { + "id": 1321, + "start": 447.86, + "end": 448.1, + "text": "computer" + }, + { + "id": 1322, + "start": 448.1, + "end": 448.26, + "text": "or" + }, + { + "id": 1323, + "start": 448.26, + "end": 448.76, + "text": "not." + }, + { + "id": 1324, + "start": 449.02, + "end": 449.1, + "text": "I" + }, + { + "id": 1325, + "start": 449.1, + "end": 449.28, + "text": "don't" + }, + { + "id": 1326, + "start": 449.28, + "end": 449.44, + "text": "think" + }, + { + "id": 1327, + "start": 449.44, + "end": 449.72, + "text": "it'll" + }, + { + "id": 1328, + "start": 449.72, + "end": 450.06, + "text": "happen," + }, + { + "id": 1329, + "start": 450.06, + "end": 450.36, + "text": "But" + }, + { + "id": 1330, + "start": 450.36, + "end": 450.6, + "text": "just" + }, + { + "id": 1331, + "start": 450.6, + "end": 450.72, + "text": "in" + }, + { + "id": 1332, + "start": 450.72, + "end": 450.96, + "text": "case," + }, + { + "id": 1333, + "start": 450.96, + "end": 451.12, + "text": "it's" + }, + { + "id": 1334, + "start": 451.12, + "end": 451.28, + "text": "good" + }, + { + "id": 1335, + "start": 451.28, + "end": 451.4, + "text": "to" + }, + { + "id": 1336, + "start": 451.4, + "end": 451.56, + "text": "be" + }, + { + "id": 1337, + "start": 451.56, + "end": 452.06, + "text": "prepared." + }, + { + "id": 1338, + "start": 453.08, + "end": 453.26, + "text": "And" + }, + { + "id": 1339, + "start": 453.26, + "end": 453.62, + "text": "so" + }, + { + "id": 1340, + "start": 453.62, + "end": 453.94, + "text": "there's" + }, + { + "id": 1341, + "start": 453.94, + "end": 454.28, + "text": "different" + }, + { + "id": 1342, + "start": 454.28, + "end": 454.74, + "text": "signature" + }, + { + "id": 1343, + "start": 454.74, + "end": 455.22, + "text": "algorithms" + }, + { + "id": 1344, + "start": 455.22, + "end": 455.44, + "text": "that" + }, + { + "id": 1345, + "start": 455.44, + "end": 455.68, + "text": "do" + }, + { + "id": 1346, + "start": 455.68, + "end": 455.82, + "text": "not" + }, + { + "id": 1347, + "start": 455.82, + "end": 456.16, + "text": "rely" + }, + { + "id": 1348, + "start": 456.16, + "end": 456.3, + "text": "on" + }, + { + "id": 1349, + "start": 456.3, + "end": 456.68, + "text": "elliptic" + }, + { + "id": 1350, + "start": 456.68, + "end": 457.18, + "text": "curves." + }, + { + "id": 1351, + "start": 457.2, + "end": 457.36, + "text": "And" + }, + { + "id": 1352, + "start": 457.36, + "end": 457.72, + "text": "elliptic" + }, + { + "id": 1353, + "start": 457.72, + "end": 458.22, + "text": "curves" + }, + { + "id": 1354, + "start": 458.44, + "end": 458.64, + "text": "are" + }, + { + "id": 1355, + "start": 458.64, + "end": 459.14, + "text": "broken" + }, + { + "id": 1356, + "start": 459.14, + "end": 459.64, + "text": "by" + }, + { + "id": 1357, + "start": 459.72, + "end": 460.08, + "text": "Shor's" + }, + { + "id": 1358, + "start": 460.08, + "end": 460.44, + "text": "algorithm" + }, + { + "id": 1359, + "start": 460.44, + "end": 460.56, + "text": "if" + }, + { + "id": 1360, + "start": 460.56, + "end": 460.68, + "text": "you" + }, + { + "id": 1361, + "start": 460.68, + "end": 460.76, + "text": "have" + }, + { + "id": 1362, + "start": 460.76, + "end": 460.92, + "text": "a" + }, + { + "id": 1363, + "start": 460.92, + "end": 461.14, + "text": "quantum" + }, + { + "id": 1364, + "start": 461.14, + "end": 461.64, + "text": "computer." + }, + { + "id": 1365, + "start": 462.52, + "end": 462.72, + "text": "The" + }, + { + "id": 1366, + "start": 462.72, + "end": 463.22, + "text": "main" + }, + { + "id": 1367, + "start": 463.38, + "end": 463.88, + "text": "downside" + }, + { + "id": 1368, + "start": 464.12, + "end": 464.34, + "text": "is" + }, + { + "id": 1369, + "start": 464.34, + "end": 464.54, + "text": "they're" + }, + { + "id": 1370, + "start": 464.54, + "end": 464.7, + "text": "a" + }, + { + "id": 1371, + "start": 464.7, + "end": 465.14, + "text": "lot" + }, + { + "id": 1372, + "start": 465.14, + "end": 465.64, + "text": "larger." + }, + { + "id": 1373, + "start": 465.82, + "end": 466.22, + "text": "They're" + }, + { + "id": 1374, + "start": 466.22, + "end": 466.56, + "text": "like" + }, + { + "id": 1375, + "start": 466.56, + "end": 466.88, + "text": "50" + }, + { + "id": 1376, + "start": 466.88, + "end": 467.08, + "text": "times" + }, + { + "id": 1377, + "start": 467.08, + "end": 467.58, + "text": "larger." + }, + { + "id": 1378, + "start": 468.34, + "end": 468.54, + "text": "Like" + }, + { + "id": 1379, + "start": 468.54, + "end": 468.82, + "text": "4" + }, + { + "id": 1380, + "start": 468.82, + "end": 469.32, + "text": "kilobytes" + }, + { + "id": 1381, + "start": 469.44, + "end": 469.94, + "text": "ish" + }, + { + "id": 1382, + "start": 470.2, + "end": 470.32, + "text": "is" + }, + { + "id": 1383, + "start": 470.32, + "end": 470.82, + "text": "the" + }, + { + "id": 1384, + "start": 470.82, + "end": 471.14, + "text": "size" + }, + { + "id": 1385, + "start": 471.14, + "end": 471.42, + "text": "for" + }, + { + "id": 1386, + "start": 471.42, + "end": 471.74, + "text": "the" + }, + { + "id": 1387, + "start": 471.74, + "end": 472.2, + "text": "Sphinx" + }, + { + "id": 1388, + "start": 472.2, + "end": 472.7, + "text": "Plus." + }, + { + "id": 1389, + "start": 472.76, + "end": 472.96, + "text": "You" + }, + { + "id": 1390, + "start": 472.96, + "end": 473.24, + "text": "can" + }, + { + "id": 1391, + "start": 473.24, + "end": 473.48, + "text": "get" + }, + { + "id": 1392, + "start": 473.48, + "end": 473.68, + "text": "it" + }, + { + "id": 1393, + "start": 473.68, + "end": 474.14, + "text": "lower," + }, + { + "id": 1394, + "start": 474.14, + "end": 474.32, + "text": "so" + }, + { + "id": 1395, + "start": 474.32, + "end": 474.64, + "text": "there's" + }, + { + "id": 1396, + "start": 474.64, + "end": 474.86, + "text": "like," + }, + { + "id": 1397, + "start": 474.86, + "end": 474.96, + "text": "I" + }, + { + "id": 1398, + "start": 474.96, + "end": 475.24, + "text": "think" + }, + { + "id": 1399, + "start": 475.24, + "end": 475.48, + "text": "that's" + }, + { + "id": 1400, + "start": 475.48, + "end": 475.84, + "text": "another" + }, + { + "id": 1401, + "start": 475.84, + "end": 476.2, + "text": "interesting" + }, + { + "id": 1402, + "start": 476.2, + "end": 476.44, + "text": "part" + }, + { + "id": 1403, + "start": 476.44, + "end": 476.58, + "text": "of" + }, + { + "id": 1404, + "start": 476.58, + "end": 476.88, + "text": "research" + }, + { + "id": 1405, + "start": 476.88, + "end": 477.04, + "text": "is" + }, + { + "id": 1406, + "start": 477.04, + "end": 477.26, + "text": "like," + }, + { + "id": 1407, + "start": 477.26, + "end": 477.7, + "text": "hey," + }, + { + "id": 1408, + "start": 477.7, + "end": 477.8, + "text": "it" + }, + { + "id": 1409, + "start": 477.8, + "end": 478.08, + "text": "doesn't" + }, + { + "id": 1410, + "start": 478.08, + "end": 478.26, + "text": "really" + }, + { + "id": 1411, + "start": 478.26, + "end": 478.38, + "text": "need" + }, + { + "id": 1412, + "start": 478.38, + "end": 478.52, + "text": "to" + }, + { + "id": 1413, + "start": 478.52, + "end": 478.7, + "text": "be" + }, + { + "id": 1414, + "start": 478.7, + "end": 479.06, + "text": "4k." + }, + { + "id": 1415, + "start": 479.06, + "end": 479.24, + "text": "Could" + }, + { + "id": 1416, + "start": 479.24, + "end": 479.54, + "text": "we," + }, + { + "id": 1417, + "start": 479.54, + "end": 479.6, + "text": "you" + }, + { + "id": 1418, + "start": 479.6, + "end": 479.76, + "text": "know," + }, + { + "id": 1419, + "start": 479.76, + "end": 480.02, + "text": "maybe" + }, + { + "id": 1420, + "start": 480.02, + "end": 480.48, + "text": "3k?" + }, + { + "id": 1421, + "start": 480.48, + "end": 480.6, + "text": "Maybe" + }, + { + "id": 1422, + "start": 480.6, + "end": 480.72, + "text": "we" + }, + { + "id": 1423, + "start": 480.72, + "end": 480.86, + "text": "can" + }, + { + "id": 1424, + "start": 480.86, + "end": 481.08, + "text": "whittle" + }, + { + "id": 1425, + "start": 481.08, + "end": 481.22, + "text": "it" + }, + { + "id": 1426, + "start": 481.22, + "end": 481.4, + "text": "down" + }, + { + "id": 1427, + "start": 481.4, + "end": 481.56, + "text": "to" + }, + { + "id": 1428, + "start": 481.56, + "end": 481.8, + "text": "2k," + }, + { + "id": 1429, + "start": 481.8, + "end": 481.96, + "text": "but" + }, + { + "id": 1430, + "start": 481.96, + "end": 482.28, + "text": "that's" + }, + { + "id": 1431, + "start": 482.28, + "end": 482.44, + "text": "what" + }, + { + "id": 1432, + "start": 482.44, + "end": 482.64, + "text": "we're" + }, + { + "id": 1433, + "start": 482.64, + "end": 483.0, + "text": "starting" + }, + { + "id": 1434, + "start": 483.0, + "end": 483.5, + "text": "with." + }, + { + "id": 1435, + "start": 483.68, + "end": 484.18, + "text": "And" + }, + { + "id": 1436, + "start": 484.24, + "end": 484.28, + "text": "I" + }, + { + "id": 1437, + "start": 484.28, + "end": 484.54, + "text": "don't" + }, + { + "id": 1438, + "start": 484.54, + "end": 484.74, + "text": "see" + }, + { + "id": 1439, + "start": 484.74, + "end": 484.92, + "text": "any" + }, + { + "id": 1440, + "start": 484.92, + "end": 485.14, + "text": "way" + }, + { + "id": 1441, + "start": 485.14, + "end": 485.28, + "text": "you" + }, + { + "id": 1442, + "start": 485.28, + "end": 485.44, + "text": "get" + }, + { + "id": 1443, + "start": 485.44, + "end": 485.64, + "text": "it" + }, + { + "id": 1444, + "start": 485.64, + "end": 485.86, + "text": "down" + }, + { + "id": 1445, + "start": 485.86, + "end": 486.34, + "text": "to" + }, + { + "id": 1446, + "start": 486.34, + "end": 486.72, + "text": "anywhere" + }, + { + "id": 1447, + "start": 486.72, + "end": 487.0, + "text": "close" + }, + { + "id": 1448, + "start": 487.0, + "end": 487.2, + "text": "to" + }, + { + "id": 1449, + "start": 487.2, + "end": 487.6, + "text": "64" + }, + { + "id": 1450, + "start": 487.6, + "end": 488.1, + "text": "bytes." + }, + { + "id": 1451, + "start": 490.58, + "end": 490.86, + "text": "So" + }, + { + "id": 1452, + "start": 490.86, + "end": 491.18, + "text": "how" + }, + { + "id": 1453, + "start": 491.18, + "end": 491.48, + "text": "bad" + }, + { + "id": 1454, + "start": 491.48, + "end": 491.68, + "text": "would" + }, + { + "id": 1455, + "start": 491.68, + "end": 491.88, + "text": "that" + }, + { + "id": 1456, + "start": 491.88, + "end": 492.04, + "text": "be" + }, + { + "id": 1457, + "start": 492.04, + "end": 492.24, + "text": "if" + }, + { + "id": 1458, + "start": 492.24, + "end": 492.34, + "text": "we" + }, + { + "id": 1459, + "start": 492.34, + "end": 492.54, + "text": "had" + }, + { + "id": 1460, + "start": 492.54, + "end": 492.66, + "text": "to" + }, + { + "id": 1461, + "start": 492.66, + "end": 493.08, + "text": "switch?" + }, + { + "id": 1462, + "start": 493.08, + "end": 493.34, + "text": "Well" + }, + { + "id": 1463, + "start": 493.34, + "end": 493.62, + "text": "that's" + }, + { + "id": 1464, + "start": 493.62, + "end": 493.82, + "text": "like" + }, + { + "id": 1465, + "start": 493.82, + "end": 494.32, + "text": "a..." + }, + { + "id": 1466, + "start": 495.48, + "end": 495.72, + "text": "You're" + }, + { + "id": 1467, + "start": 495.72, + "end": 495.94, + "text": "down" + }, + { + "id": 1468, + "start": 495.94, + "end": 496.12, + "text": "to" + }, + { + "id": 1469, + "start": 496.12, + "end": 496.62, + "text": "2%" + }, + { + "id": 1470, + "start": 496.78, + "end": 496.96, + "text": "of" + }, + { + "id": 1471, + "start": 496.96, + "end": 497.1, + "text": "the" + }, + { + "id": 1472, + "start": 497.1, + "end": 497.56, + "text": "throughput" + }, + { + "id": 1473, + "start": 497.56, + "end": 497.86, + "text": "rate" + }, + { + "id": 1474, + "start": 497.86, + "end": 498.04, + "text": "that" + }, + { + "id": 1475, + "start": 498.04, + "end": 498.16, + "text": "you" + }, + { + "id": 1476, + "start": 498.16, + "end": 498.42, + "text": "had." + }, + { + "id": 1477, + "start": 498.42, + "end": 498.58, + "text": "So" + }, + { + "id": 1478, + "start": 498.58, + "end": 498.74, + "text": "if" + }, + { + "id": 1479, + "start": 498.74, + "end": 499.0, + "text": "people" + }, + { + "id": 1480, + "start": 499.0, + "end": 499.4, + "text": "thought" + }, + { + "id": 1481, + "start": 499.4, + "end": 499.6, + "text": "1" + }, + { + "id": 1482, + "start": 499.6, + "end": 499.92, + "text": "megabyte" + }, + { + "id": 1483, + "start": 499.92, + "end": 500.28, + "text": "blocks" + }, + { + "id": 1484, + "start": 500.28, + "end": 500.44, + "text": "were" + }, + { + "id": 1485, + "start": 500.44, + "end": 500.94, + "text": "small," + }, + { + "id": 1486, + "start": 501.26, + "end": 501.42, + "text": "now" + }, + { + "id": 1487, + "start": 501.42, + "end": 501.68, + "text": "you've" + }, + { + "id": 1488, + "start": 501.68, + "end": 501.82, + "text": "got" + }, + { + "id": 1489, + "start": 501.82, + "end": 502.32, + "text": "like" + }, + { + "id": 1490, + "start": 502.74, + "end": 503.2, + "text": "50k" + }, + { + "id": 1491, + "start": 503.2, + "end": 503.4, + "text": "or" + }, + { + "id": 1492, + "start": 503.4, + "end": 503.9, + "text": "something," + }, + { + "id": 1493, + "start": 503.96, + "end": 504.16, + "text": "or" + }, + { + "id": 1494, + "start": 504.16, + "end": 504.44, + "text": "less." + }, + { + "id": 1495, + "start": 504.44, + "end": 504.64, + "text": "Yeah," + }, + { + "id": 1496, + "start": 504.64, + "end": 505.12, + "text": "so" + }, + { + "id": 1497, + "start": 505.12, + "end": 505.62, + "text": "20k." + }, + { + "id": 1498, + "start": 505.84, + "end": 506.32, + "text": "You're" + }, + { + "id": 1499, + "start": 506.32, + "end": 506.68, + "text": "really" + }, + { + "id": 1500, + "start": 506.68, + "end": 507.1, + "text": "restricted" + }, + { + "id": 1501, + "start": 507.1, + "end": 507.26, + "text": "in" + }, + { + "id": 1502, + "start": 507.26, + "end": 507.4, + "text": "how" + }, + { + "id": 1503, + "start": 507.4, + "end": 507.62, + "text": "many" + }, + { + "id": 1504, + "start": 507.62, + "end": 508.1, + "text": "transactions" + }, + { + "id": 1505, + "start": 508.1, + "end": 508.26, + "text": "you" + }, + { + "id": 1506, + "start": 508.26, + "end": 508.44, + "text": "can" + }, + { + "id": 1507, + "start": 508.44, + "end": 508.6, + "text": "do." + }, + { + "id": 1508, + "start": 508.6, + "end": 508.78, + "text": "And" + }, + { + "id": 1509, + "start": 508.78, + "end": 509.28, + "text": "that's" + }, + { + "id": 1510, + "start": 509.72, + "end": 509.98, + "text": "really" + }, + { + "id": 1511, + "start": 509.98, + "end": 510.48, + "text": "bad." + }, + { + "id": 1512, + "start": 511.38, + "end": 511.64, + "text": "So" + }, + { + "id": 1513, + "start": 511.64, + "end": 512.08, + "text": "signature" + }, + { + "id": 1514, + "start": 512.08, + "end": 512.58, + "text": "aggregation" + }, + { + "id": 1515, + "start": 512.64, + "end": 512.8, + "text": "would" + }, + { + "id": 1516, + "start": 512.8, + "end": 512.98, + "text": "be" + }, + { + "id": 1517, + "start": 512.98, + "end": 513.48, + "text": "amazing" + }, + { + "id": 1518, + "start": 513.58, + "end": 513.8, + "text": "if" + }, + { + "id": 1519, + "start": 513.8, + "end": 513.96, + "text": "you" + }, + { + "id": 1520, + "start": 513.96, + "end": 514.16, + "text": "can" + }, + { + "id": 1521, + "start": 514.16, + "end": 514.32, + "text": "do" + }, + { + "id": 1522, + "start": 514.32, + "end": 514.5, + "text": "it" + }, + { + "id": 1523, + "start": 514.5, + "end": 514.7, + "text": "with" + }, + { + "id": 1524, + "start": 514.7, + "end": 515.2, + "text": "post-quantum" + }, + { + "id": 1525, + "start": 515.4, + "end": 515.64, + "text": "or" + }, + { + "id": 1526, + "start": 515.64, + "end": 516.14, + "text": "hash-based" + }, + { + "id": 1527, + "start": 516.14, + "end": 516.64, + "text": "signatures." + }, + { + "id": 1528, + "start": 517.58, + "end": 517.76, + "text": "Because" + }, + { + "id": 1529, + "start": 517.76, + "end": 518.0, + "text": "even" + }, + { + "id": 1530, + "start": 518.0, + "end": 518.16, + "text": "with" + }, + { + "id": 1531, + "start": 518.16, + "end": 518.22, + "text": "the" + }, + { + "id": 1532, + "start": 518.22, + "end": 518.48, + "text": "witness" + }, + { + "id": 1533, + "start": 518.48, + "end": 518.98, + "text": "discount," + }, + { + "id": 1534, + "start": 519.02, + "end": 519.22, + "text": "these" + }, + { + "id": 1535, + "start": 519.22, + "end": 519.4, + "text": "things" + }, + { + "id": 1536, + "start": 519.4, + "end": 519.52, + "text": "are" + }, + { + "id": 1537, + "start": 519.52, + "end": 519.64, + "text": "going" + }, + { + "id": 1538, + "start": 519.64, + "end": 519.8, + "text": "to" + }, + { + "id": 1539, + "start": 519.8, + "end": 519.96, + "text": "be" + }, + { + "id": 1540, + "start": 519.96, + "end": 520.24, + "text": "1" + }, + { + "id": 1541, + "start": 520.24, + "end": 520.74, + "text": "kilovbyte" + }, + { + "id": 1542, + "start": 521.34, + "end": 521.84, + "text": "and" + }, + { + "id": 1543, + "start": 522.26, + "end": 522.5, + "text": "you'd" + }, + { + "id": 1544, + "start": 522.5, + "end": 522.72, + "text": "have" + }, + { + "id": 1545, + "start": 522.72, + "end": 523.0, + "text": "instead" + }, + { + "id": 1546, + "start": 523.0, + "end": 523.14, + "text": "of" + }, + { + "id": 1547, + "start": 523.14, + "end": 523.64, + "text": "8%" + }, + { + "id": 1548, + "start": 523.66, + "end": 524.16, + "text": "savings," + }, + { + "id": 1549, + "start": 524.44, + "end": 524.8, + "text": "even" + }, + { + "id": 1550, + "start": 524.8, + "end": 524.92, + "text": "a" + }, + { + "id": 1551, + "start": 524.92, + "end": 525.42, + "text": "transaction" + }, + { + "id": 1552, + "start": 525.44, + "end": 525.62, + "text": "with" + }, + { + "id": 1553, + "start": 525.62, + "end": 525.82, + "text": "just" + }, + { + "id": 1554, + "start": 525.82, + "end": 525.96, + "text": "2" + }, + { + "id": 1555, + "start": 525.96, + "end": 526.36, + "text": "inputs" + }, + { + "id": 1556, + "start": 526.36, + "end": 526.56, + "text": "would" + }, + { + "id": 1557, + "start": 526.56, + "end": 526.72, + "text": "have" + }, + { + "id": 1558, + "start": 526.72, + "end": 527.04, + "text": "something" + }, + { + "id": 1559, + "start": 527.04, + "end": 527.44, + "text": "like" + }, + { + "id": 1560, + "start": 527.44, + "end": 527.94, + "text": "50%" + }, + { + "id": 1561, + "start": 528.16, + "end": 528.66, + "text": "savings." + }, + { + "id": 1562, + "start": 529.12, + "end": 529.44, + "text": "Three" + }, + { + "id": 1563, + "start": 529.44, + "end": 529.76, + "text": "inputs" + }, + { + "id": 1564, + "start": 529.76, + "end": 530.02, + "text": "you're" + }, + { + "id": 1565, + "start": 530.02, + "end": 530.28, + "text": "getting" + }, + { + "id": 1566, + "start": 530.28, + "end": 530.44, + "text": "a" + }, + { + "id": 1567, + "start": 530.44, + "end": 530.74, + "text": "60" + }, + { + "id": 1568, + "start": 530.74, + "end": 531.0, + "text": "something." + }, + { + "id": 1569, + "start": 531.0, + "end": 531.26, + "text": "So," + }, + { + "id": 1570, + "start": 531.26, + "end": 531.38, + "text": "you" + }, + { + "id": 1571, + "start": 531.38, + "end": 531.68, + "text": "know," + }, + { + "id": 1572, + "start": 531.68, + "end": 531.98, + "text": "very" + }, + { + "id": 1573, + "start": 531.98, + "end": 532.26, + "text": "large" + }, + { + "id": 1574, + "start": 532.26, + "end": 532.68, + "text": "savings" + }, + { + "id": 1575, + "start": 532.68, + "end": 532.84, + "text": "in" + }, + { + "id": 1576, + "start": 532.84, + "end": 533.04, + "text": "terms" + }, + { + "id": 1577, + "start": 533.04, + "end": 533.3, + "text": "of" + }, + { + "id": 1578, + "start": 533.3, + "end": 533.46, + "text": "how" + }, + { + "id": 1579, + "start": 533.46, + "end": 533.96, + "text": "many" + }, + { + "id": 1580, + "start": 534.38, + "end": 534.88, + "text": "vbytes" + }, + { + "id": 1581, + "start": 534.92, + "end": 535.12, + "text": "you're" + }, + { + "id": 1582, + "start": 535.12, + "end": 535.4, + "text": "saving" + }, + { + "id": 1583, + "start": 535.4, + "end": 535.9, + "text": "here." + }, + { + "id": 1584, + "start": 536.32, + "end": 536.54, + "text": "And," + }, + { + "id": 1585, + "start": 536.54, + "end": 536.72, + "text": "you" + }, + { + "id": 1586, + "start": 536.72, + "end": 537.04, + "text": "know," + }, + { + "id": 1587, + "start": 537.04, + "end": 537.28, + "text": "these" + }, + { + "id": 1588, + "start": 537.28, + "end": 537.5, + "text": "post" + }, + { + "id": 1589, + "start": 537.5, + "end": 537.8, + "text": "quantum" + }, + { + "id": 1590, + "start": 537.8, + "end": 538.26, + "text": "signatures," + }, + { + "id": 1591, + "start": 538.26, + "end": 538.42, + "text": "if" + }, + { + "id": 1592, + "start": 538.42, + "end": 538.52, + "text": "you" + }, + { + "id": 1593, + "start": 538.52, + "end": 538.78, + "text": "did" + }, + { + "id": 1594, + "start": 538.78, + "end": 539.06, + "text": "switch," + }, + { + "id": 1595, + "start": 539.06, + "end": 539.24, + "text": "maybe" + }, + { + "id": 1596, + "start": 539.24, + "end": 539.44, + "text": "you'd" + }, + { + "id": 1597, + "start": 539.44, + "end": 539.7, + "text": "also" + }, + { + "id": 1598, + "start": 539.7, + "end": 539.86, + "text": "need" + }, + { + "id": 1599, + "start": 539.86, + "end": 540.04, + "text": "to" + }, + { + "id": 1600, + "start": 540.04, + "end": 540.24, + "text": "crank" + }, + { + "id": 1601, + "start": 540.24, + "end": 540.36, + "text": "up" + }, + { + "id": 1602, + "start": 540.36, + "end": 540.48, + "text": "the" + }, + { + "id": 1603, + "start": 540.48, + "end": 540.84, + "text": "witness" + }, + { + "id": 1604, + "start": 540.84, + "end": 541.22, + "text": "discount." + }, + { + "id": 1605, + "start": 541.22, + "end": 541.4, + "text": "That's" + }, + { + "id": 1606, + "start": 541.4, + "end": 541.56, + "text": "a" + }, + { + "id": 1607, + "start": 541.56, + "end": 541.72, + "text": "whole" + }, + { + "id": 1608, + "start": 541.72, + "end": 542.04, + "text": "other" + }, + { + "id": 1609, + "start": 542.04, + "end": 542.4, + "text": "argument" + }, + { + "id": 1610, + "start": 542.4, + "end": 542.56, + "text": "I" + }, + { + "id": 1611, + "start": 542.56, + "end": 542.72, + "text": "don't" + }, + { + "id": 1612, + "start": 542.72, + "end": 542.84, + "text": "want" + }, + { + "id": 1613, + "start": 542.84, + "end": 542.96, + "text": "to" + }, + { + "id": 1614, + "start": 542.96, + "end": 543.08, + "text": "get" + }, + { + "id": 1615, + "start": 543.08, + "end": 543.48, + "text": "into." + }, + { + "id": 1616, + "start": 543.48, + "end": 543.68, + "text": "But" + }, + { + "id": 1617, + "start": 543.68, + "end": 543.8, + "text": "a" + }, + { + "id": 1618, + "start": 543.8, + "end": 544.08, + "text": "way" + }, + { + "id": 1619, + "start": 544.08, + "end": 544.2, + "text": "to" + }, + { + "id": 1620, + "start": 544.2, + "end": 544.64, + "text": "aggregate" + }, + { + "id": 1621, + "start": 544.64, + "end": 544.92, + "text": "these" + }, + { + "id": 1622, + "start": 544.92, + "end": 545.06, + "text": "would" + }, + { + "id": 1623, + "start": 545.06, + "end": 545.22, + "text": "be" + }, + { + "id": 1624, + "start": 545.22, + "end": 545.6, + "text": "really" + }, + { + "id": 1625, + "start": 545.6, + "end": 546.1, + "text": "powerful." + }, + { + "id": 1626, + "start": 546.76, + "end": 546.96, + "text": "OK," + }, + { + "id": 1627, + "start": 546.96, + "end": 547.12, + "text": "so" + }, + { + "id": 1628, + "start": 547.12, + "end": 547.36, + "text": "let's" + }, + { + "id": 1629, + "start": 547.36, + "end": 547.5, + "text": "do" + }, + { + "id": 1630, + "start": 547.5, + "end": 548.0, + "text": "it." + }, + { + "id": 1631, + "start": 548.0, + "end": 548.36, + "text": "Let's" + }, + { + "id": 1632, + "start": 548.36, + "end": 548.86, + "text": "aggregate" + }, + { + "id": 1633, + "start": 548.86, + "end": 549.36, + "text": "SphinxPlus" + }, + { + "id": 1634, + "start": 549.52, + "end": 550.02, + "text": "signatures." + }, + { + "id": 1635, + "start": 550.12, + "end": 550.32, + "text": "So" + }, + { + "id": 1636, + "start": 550.32, + "end": 550.56, + "text": "let's" + }, + { + "id": 1637, + "start": 550.56, + "end": 550.76, + "text": "look" + }, + { + "id": 1638, + "start": 550.76, + "end": 550.9, + "text": "at" + }, + { + "id": 1639, + "start": 550.9, + "end": 551.4, + "text": "how" + }, + { + "id": 1640, + "start": 551.46, + "end": 551.66, + "text": "they" + }, + { + "id": 1641, + "start": 551.66, + "end": 552.16, + "text": "aggregate" + }, + { + "id": 1642, + "start": 552.54, + "end": 552.66, + "text": "the" + }, + { + "id": 1643, + "start": 552.66, + "end": 553.08, + "text": "elliptic" + }, + { + "id": 1644, + "start": 553.08, + "end": 553.36, + "text": "curve" + }, + { + "id": 1645, + "start": 553.36, + "end": 553.86, + "text": "signatures." + }, + { + "id": 1646, + "start": 554.72, + "end": 555.02, + "text": "And" + }, + { + "id": 1647, + "start": 555.02, + "end": 555.52, + "text": "this," + }, + { + "id": 1648, + "start": 556.78, + "end": 557.04, + "text": "like" + }, + { + "id": 1649, + "start": 557.04, + "end": 557.32, + "text": "none" + }, + { + "id": 1650, + "start": 557.32, + "end": 557.52, + "text": "of" + }, + { + "id": 1651, + "start": 557.52, + "end": 557.86, + "text": "this," + }, + { + "id": 1652, + "start": 557.86, + "end": 558.36, + "text": "like," + }, + { + "id": 1653, + "start": 558.46, + "end": 558.72, + "text": "OK," + }, + { + "id": 1654, + "start": 558.72, + "end": 558.96, + "text": "so" + }, + { + "id": 1655, + "start": 558.96, + "end": 559.2, + "text": "yeah," + }, + { + "id": 1656, + "start": 559.2, + "end": 559.36, + "text": "it's" + }, + { + "id": 1657, + "start": 559.36, + "end": 559.46, + "text": "a" + }, + { + "id": 1658, + "start": 559.46, + "end": 559.62, + "text": "kind" + }, + { + "id": 1659, + "start": 559.62, + "end": 559.7, + "text": "of" + }, + { + "id": 1660, + "start": 559.7, + "end": 559.92, + "text": "curve." + }, + { + "id": 1661, + "start": 559.92, + "end": 560.14, + "text": "But" + }, + { + "id": 1662, + "start": 560.14, + "end": 560.38, + "text": "even" + }, + { + "id": 1663, + "start": 560.38, + "end": 560.54, + "text": "if" + }, + { + "id": 1664, + "start": 560.54, + "end": 560.68, + "text": "you" + }, + { + "id": 1665, + "start": 560.68, + "end": 560.84, + "text": "know" + }, + { + "id": 1666, + "start": 560.84, + "end": 560.98, + "text": "what" + }, + { + "id": 1667, + "start": 560.98, + "end": 561.1, + "text": "all" + }, + { + "id": 1668, + "start": 561.1, + "end": 561.26, + "text": "these" + }, + { + "id": 1669, + "start": 561.26, + "end": 561.42, + "text": "things" + }, + { + "id": 1670, + "start": 561.42, + "end": 561.76, + "text": "and" + }, + { + "id": 1671, + "start": 561.76, + "end": 561.98, + "text": "I" + }, + { + "id": 1672, + "start": 561.98, + "end": 562.32, + "text": "don't" + }, + { + "id": 1673, + "start": 562.32, + "end": 562.82, + "text": "endorse" + }, + { + "id": 1674, + "start": 562.9, + "end": 563.36, + "text": "exponential" + }, + { + "id": 1675, + "start": 563.36, + "end": 563.86, + "text": "notation" + }, + { + "id": 1676, + "start": 563.86, + "end": 564.0, + "text": "I" + }, + { + "id": 1677, + "start": 564.0, + "end": 564.24, + "text": "like" + }, + { + "id": 1678, + "start": 564.24, + "end": 564.74, + "text": "the" + }, + { + "id": 1679, + "start": 564.78, + "end": 565.28, + "text": "multiple" + }, + { + "id": 1680, + "start": 565.32, + "end": 565.82, + "text": "anyway" + }, + { + "id": 1681, + "start": 565.92, + "end": 566.42, + "text": "but" + }, + { + "id": 1682, + "start": 566.68, + "end": 567.18, + "text": "what" + }, + { + "id": 1683, + "start": 567.34, + "end": 567.5, + "text": "can" + }, + { + "id": 1684, + "start": 567.5, + "end": 567.66, + "text": "you" + }, + { + "id": 1685, + "start": 567.66, + "end": 568.16, + "text": "multiply" + }, + { + "id": 1686, + "start": 568.18, + "end": 568.58, + "text": "hashes" + }, + { + "id": 1687, + "start": 568.58, + "end": 568.74, + "text": "right" + }, + { + "id": 1688, + "start": 568.74, + "end": 568.94, + "text": "that's" + }, + { + "id": 1689, + "start": 568.94, + "end": 569.1, + "text": "what" + }, + { + "id": 1690, + "start": 569.1, + "end": 569.38, + "text": "this" + }, + { + "id": 1691, + "start": 569.38, + "end": 569.54, + "text": "big" + }, + { + "id": 1692, + "start": 569.54, + "end": 569.68, + "text": "pie" + }, + { + "id": 1693, + "start": 569.68, + "end": 569.9, + "text": "thing" + }, + { + "id": 1694, + "start": 569.9, + "end": 570.14, + "text": "means" + }, + { + "id": 1695, + "start": 570.14, + "end": 570.24, + "text": "you" + }, + { + "id": 1696, + "start": 570.24, + "end": 570.62, + "text": "multiply" + }, + { + "id": 1697, + "start": 570.62, + "end": 570.9, + "text": "stuff" + }, + { + "id": 1698, + "start": 570.9, + "end": 571.1, + "text": "can" + }, + { + "id": 1699, + "start": 571.1, + "end": 571.3, + "text": "you" + }, + { + "id": 1700, + "start": 571.3, + "end": 571.4, + "text": "I" + }, + { + "id": 1701, + "start": 571.4, + "end": 571.72, + "text": "guess" + }, + { + "id": 1702, + "start": 571.72, + "end": 571.92, + "text": "you" + }, + { + "id": 1703, + "start": 571.92, + "end": 572.24, + "text": "can" + }, + { + "id": 1704, + "start": 572.24, + "end": 572.74, + "text": "multiply" + }, + { + "id": 1705, + "start": 572.84, + "end": 573.08, + "text": "them?" + }, + { + "id": 1706, + "start": 573.08, + "end": 573.56, + "text": "Modulo" + }, + { + "id": 1707, + "start": 573.56, + "end": 574.06, + "text": "what?" + }, + { + "id": 1708, + "start": 574.34, + "end": 574.84, + "text": "Modulo" + }, + { + "id": 1709, + "start": 575.54, + "end": 575.66, + "text": "2" + }, + { + "id": 1710, + "start": 575.66, + "end": 575.86, + "text": "of" + }, + { + "id": 1711, + "start": 575.86, + "end": 576.36, + "text": "the" + }, + { + "id": 1712, + "start": 577.0, + "end": 577.34, + "text": "256?" + }, + { + "id": 1713, + "start": 577.34, + "end": 577.66, + "text": "What's" + }, + { + "id": 1714, + "start": 577.66, + "end": 577.82, + "text": "the" + }, + { + "id": 1715, + "start": 577.82, + "end": 578.32, + "text": "generator" + }, + { + "id": 1716, + "start": 578.42, + "end": 578.68, + "text": "point" + }, + { + "id": 1717, + "start": 578.68, + "end": 578.86, + "text": "for" + }, + { + "id": 1718, + "start": 578.86, + "end": 579.36, + "text": "SHA-256?" + }, + { + "id": 1719, + "start": 579.9, + "end": 580.08, + "text": "Is" + }, + { + "id": 1720, + "start": 580.08, + "end": 580.28, + "text": "there" + }, + { + "id": 1721, + "start": 580.28, + "end": 580.66, + "text": "one?" + }, + { + "id": 1722, + "start": 580.66, + "end": 580.84, + "text": "I" + }, + { + "id": 1723, + "start": 580.84, + "end": 581.12, + "text": "don't," + }, + { + "id": 1724, + "start": 581.12, + "end": 581.62, + "text": "like," + }, + { + "id": 1725, + "start": 582.98, + "end": 583.18, + "text": "none" + }, + { + "id": 1726, + "start": 583.18, + "end": 583.34, + "text": "of" + }, + { + "id": 1727, + "start": 583.34, + "end": 583.58, + "text": "this" + }, + { + "id": 1728, + "start": 583.58, + "end": 583.94, + "text": "fits," + }, + { + "id": 1729, + "start": 583.94, + "end": 584.38, + "text": "right?" + }, + { + "id": 1730, + "start": 584.38, + "end": 584.66, + "text": "None" + }, + { + "id": 1731, + "start": 584.66, + "end": 584.82, + "text": "of" + }, + { + "id": 1732, + "start": 584.82, + "end": 585.06, + "text": "the" + }, + { + "id": 1733, + "start": 585.06, + "end": 585.56, + "text": "techniques" + }, + { + "id": 1734, + "start": 585.6, + "end": 585.78, + "text": "that" + }, + { + "id": 1735, + "start": 585.78, + "end": 586.08, + "text": "people" + }, + { + "id": 1736, + "start": 586.08, + "end": 586.24, + "text": "have" + }, + { + "id": 1737, + "start": 586.24, + "end": 586.4, + "text": "been" + }, + { + "id": 1738, + "start": 586.4, + "end": 586.72, + "text": "working" + }, + { + "id": 1739, + "start": 586.72, + "end": 586.96, + "text": "on" + }, + { + "id": 1740, + "start": 586.96, + "end": 587.32, + "text": "for" + }, + { + "id": 1741, + "start": 587.32, + "end": 587.82, + "text": "years" + }, + { + "id": 1742, + "start": 588.74, + "end": 588.9, + "text": "of" + }, + { + "id": 1743, + "start": 588.9, + "end": 589.08, + "text": "all" + }, + { + "id": 1744, + "start": 589.08, + "end": 589.24, + "text": "these" + }, + { + "id": 1745, + "start": 589.24, + "end": 589.46, + "text": "cool" + }, + { + "id": 1746, + "start": 589.46, + "end": 589.76, + "text": "things" + }, + { + "id": 1747, + "start": 589.76, + "end": 590.0, + "text": "like" + }, + { + "id": 1748, + "start": 590.0, + "end": 590.44, + "text": "frost" + }, + { + "id": 1749, + "start": 590.44, + "end": 590.58, + "text": "and" + }, + { + "id": 1750, + "start": 590.58, + "end": 590.9, + "text": "roast" + }, + { + "id": 1751, + "start": 590.9, + "end": 591.06, + "text": "and" + }, + { + "id": 1752, + "start": 591.06, + "end": 591.38, + "text": "music" + }, + { + "id": 1753, + "start": 591.38, + "end": 591.64, + "text": "too" + }, + { + "id": 1754, + "start": 591.64, + "end": 591.82, + "text": "and" + }, + { + "id": 1755, + "start": 591.82, + "end": 592.2, + "text": "signature" + }, + { + "id": 1756, + "start": 592.2, + "end": 592.7, + "text": "aggregation," + }, + { + "id": 1757, + "start": 592.72, + "end": 592.94, + "text": "half" + }, + { + "id": 1758, + "start": 592.94, + "end": 593.44, + "text": "aggregation." + }, + { + "id": 1759, + "start": 593.68, + "end": 593.92, + "text": "None" + }, + { + "id": 1760, + "start": 593.92, + "end": 594.06, + "text": "of" + }, + { + "id": 1761, + "start": 594.06, + "end": 594.2, + "text": "this" + }, + { + "id": 1762, + "start": 594.2, + "end": 594.62, + "text": "applies" + }, + { + "id": 1763, + "start": 594.62, + "end": 594.84, + "text": "at" + }, + { + "id": 1764, + "start": 594.84, + "end": 595.24, + "text": "all" + }, + { + "id": 1765, + "start": 595.24, + "end": 595.74, + "text": "to" + }, + { + "id": 1766, + "start": 596.04, + "end": 596.18, + "text": "hash" + }, + { + "id": 1767, + "start": 596.18, + "end": 596.4, + "text": "based" + }, + { + "id": 1768, + "start": 596.4, + "end": 596.9, + "text": "signatures." + }, + { + "id": 1769, + "start": 597.52, + "end": 597.9, + "text": "Lattice" + }, + { + "id": 1770, + "start": 597.9, + "end": 598.4, + "text": "signatures" + }, + { + "id": 1771, + "start": 598.5, + "end": 598.68, + "text": "as" + }, + { + "id": 1772, + "start": 598.68, + "end": 599.06, + "text": "well," + }, + { + "id": 1773, + "start": 599.06, + "end": 599.56, + "text": "although" + }, + { + "id": 1774, + "start": 600.04, + "end": 600.16, + "text": "Some" + }, + { + "id": 1775, + "start": 600.16, + "end": 600.24, + "text": "people" + }, + { + "id": 1776, + "start": 600.24, + "end": 600.36, + "text": "are" + }, + { + "id": 1777, + "start": 600.36, + "end": 600.52, + "text": "like," + }, + { + "id": 1778, + "start": 600.52, + "end": 600.72, + "text": "hey," + }, + { + "id": 1779, + "start": 600.72, + "end": 600.96, + "text": "maybe" + }, + { + "id": 1780, + "start": 600.96, + "end": 601.16, + "text": "there's" + }, + { + "id": 1781, + "start": 601.16, + "end": 601.24, + "text": "a" + }, + { + "id": 1782, + "start": 601.24, + "end": 601.4, + "text": "way" + }, + { + "id": 1783, + "start": 601.4, + "end": 601.56, + "text": "to" + }, + { + "id": 1784, + "start": 601.56, + "end": 601.72, + "text": "do" + }, + { + "id": 1785, + "start": 601.72, + "end": 602.2, + "text": "aggregation" + }, + { + "id": 1786, + "start": 602.2, + "end": 602.36, + "text": "with" + }, + { + "id": 1787, + "start": 602.36, + "end": 602.86, + "text": "lattices." + }, + { + "id": 1788, + "start": 604.2, + "end": 604.48, + "text": "I'm" + }, + { + "id": 1789, + "start": 604.48, + "end": 604.74, + "text": "pretty" + }, + { + "id": 1790, + "start": 604.74, + "end": 605.24, + "text": "skeptical" + }, + { + "id": 1791, + "start": 605.28, + "end": 605.74, + "text": "because" + }, + { + "id": 1792, + "start": 605.74, + "end": 605.94, + "text": "I" + }, + { + "id": 1793, + "start": 605.94, + "end": 606.06, + "text": "do" + }, + { + "id": 1794, + "start": 606.06, + "end": 606.22, + "text": "want" + }, + { + "id": 1795, + "start": 606.22, + "end": 606.36, + "text": "to" + }, + { + "id": 1796, + "start": 606.36, + "end": 606.56, + "text": "say" + }, + { + "id": 1797, + "start": 606.56, + "end": 606.76, + "text": "that" + }, + { + "id": 1798, + "start": 606.76, + "end": 607.26, + "text": "with" + }, + { + "id": 1799, + "start": 607.28, + "end": 607.68, + "text": "elliptic" + }, + { + "id": 1800, + "start": 607.68, + "end": 607.92, + "text": "curve" + }, + { + "id": 1801, + "start": 607.92, + "end": 608.32, + "text": "signature" + }, + { + "id": 1802, + "start": 608.32, + "end": 608.82, + "text": "aggregation," + }, + { + "id": 1803, + "start": 609.24, + "end": 609.36, + "text": "I" + }, + { + "id": 1804, + "start": 609.36, + "end": 609.78, + "text": "remember" + }, + { + "id": 1805, + "start": 609.78, + "end": 609.96, + "text": "this" + }, + { + "id": 1806, + "start": 609.96, + "end": 610.12, + "text": "in" + }, + { + "id": 1807, + "start": 610.12, + "end": 610.28, + "text": "like" + }, + { + "id": 1808, + "start": 610.28, + "end": 610.76, + "text": "2018," + }, + { + "id": 1809, + "start": 610.76, + "end": 611.04, + "text": "everyone" + }, + { + "id": 1810, + "start": 611.04, + "end": 611.24, + "text": "thought" + }, + { + "id": 1811, + "start": 611.24, + "end": 611.32, + "text": "it" + }, + { + "id": 1812, + "start": 611.32, + "end": 611.46, + "text": "was" + }, + { + "id": 1813, + "start": 611.46, + "end": 611.58, + "text": "going" + }, + { + "id": 1814, + "start": 611.58, + "end": 611.72, + "text": "to" + }, + { + "id": 1815, + "start": 611.72, + "end": 611.82, + "text": "be" + }, + { + "id": 1816, + "start": 611.82, + "end": 611.97, + "text": "easy." + }, + { + "id": 1817, + "start": 611.97, + "end": 612.12, + "text": "It" + }, + { + "id": 1818, + "start": 612.12, + "end": 612.26, + "text": "was" + }, + { + "id": 1819, + "start": 612.26, + "end": 612.4, + "text": "like," + }, + { + "id": 1820, + "start": 612.4, + "end": 612.56, + "text": "yeah," + }, + { + "id": 1821, + "start": 612.56, + "end": 612.72, + "text": "you" + }, + { + "id": 1822, + "start": 612.72, + "end": 612.88, + "text": "just" + }, + { + "id": 1823, + "start": 612.88, + "end": 613.08, + "text": "add" + }, + { + "id": 1824, + "start": 613.08, + "end": 613.18, + "text": "the" + }, + { + "id": 1825, + "start": 613.18, + "end": 613.68, + "text": "signatures." + }, + { + "id": 1826, + "start": 613.68, + "end": 613.78, + "text": "You" + }, + { + "id": 1827, + "start": 613.78, + "end": 613.86, + "text": "add" + }, + { + "id": 1828, + "start": 613.86, + "end": 613.98, + "text": "the" + }, + { + "id": 1829, + "start": 613.98, + "end": 614.18, + "text": "pub" + }, + { + "id": 1830, + "start": 614.18, + "end": 614.68, + "text": "keys," + }, + { + "id": 1831, + "start": 614.68, + "end": 614.8, + "text": "you" + }, + { + "id": 1832, + "start": 614.8, + "end": 615.06, + "text": "know," + }, + { + "id": 1833, + "start": 615.06, + "end": 615.22, + "text": "You" + }, + { + "id": 1834, + "start": 615.22, + "end": 615.32, + "text": "add" + }, + { + "id": 1835, + "start": 615.32, + "end": 615.48, + "text": "the" + }, + { + "id": 1836, + "start": 615.48, + "end": 615.76, + "text": "points," + }, + { + "id": 1837, + "start": 615.76, + "end": 615.84, + "text": "you" + }, + { + "id": 1838, + "start": 615.84, + "end": 616.0, + "text": "add" + }, + { + "id": 1839, + "start": 616.0, + "end": 616.12, + "text": "the" + }, + { + "id": 1840, + "start": 616.12, + "end": 616.28, + "text": "r" + }, + { + "id": 1841, + "start": 616.28, + "end": 616.56, + "text": "points," + }, + { + "id": 1842, + "start": 616.56, + "end": 616.72, + "text": "you" + }, + { + "id": 1843, + "start": 616.72, + "end": 616.96, + "text": "add" + }, + { + "id": 1844, + "start": 616.96, + "end": 617.2, + "text": "the" + }, + { + "id": 1845, + "start": 617.2, + "end": 617.7, + "text": "s," + }, + { + "id": 1846, + "start": 617.72, + "end": 617.86, + "text": "it" + }, + { + "id": 1847, + "start": 617.86, + "end": 618.08, + "text": "all" + }, + { + "id": 1848, + "start": 618.08, + "end": 618.58, + "text": "works." + }, + { + "id": 1849, + "start": 618.82, + "end": 618.96, + "text": "And" + }, + { + "id": 1850, + "start": 618.96, + "end": 619.12, + "text": "then" + }, + { + "id": 1851, + "start": 619.12, + "end": 619.28, + "text": "it" + }, + { + "id": 1852, + "start": 619.28, + "end": 619.54, + "text": "was" + }, + { + "id": 1853, + "start": 619.54, + "end": 620.04, + "text": "like" + }, + { + "id": 1854, + "start": 620.14, + "end": 620.44, + "text": "many" + }, + { + "id": 1855, + "start": 620.44, + "end": 620.74, + "text": "years." + }, + { + "id": 1856, + "start": 620.74, + "end": 620.98, + "text": "There's" + }, + { + "id": 1857, + "start": 620.98, + "end": 621.06, + "text": "a" + }, + { + "id": 1858, + "start": 621.06, + "end": 621.3, + "text": "reason" + }, + { + "id": 1859, + "start": 621.3, + "end": 621.5, + "text": "it's" + }, + { + "id": 1860, + "start": 621.5, + "end": 621.74, + "text": "called" + }, + { + "id": 1861, + "start": 621.74, + "end": 622.04, + "text": "Music" + }, + { + "id": 1862, + "start": 622.04, + "end": 622.54, + "text": "2." + }, + { + "id": 1863, + "start": 622.54, + "end": 622.78, + "text": "Music" + }, + { + "id": 1864, + "start": 622.78, + "end": 623.0, + "text": "1" + }, + { + "id": 1865, + "start": 623.0, + "end": 623.48, + "text": "didn't" + }, + { + "id": 1866, + "start": 623.48, + "end": 623.72, + "text": "work" + }, + { + "id": 1867, + "start": 623.72, + "end": 624.22, + "text": "well." + }, + { + "id": 1868, + "start": 624.62, + "end": 625.12, + "text": "Anyway," + }, + { + "id": 1869, + "start": 625.38, + "end": 625.48, + "text": "it" + }, + { + "id": 1870, + "start": 625.48, + "end": 625.68, + "text": "was" + }, + { + "id": 1871, + "start": 625.68, + "end": 625.84, + "text": "a" + }, + { + "id": 1872, + "start": 625.84, + "end": 626.12, + "text": "lot" + }, + { + "id": 1873, + "start": 626.12, + "end": 626.38, + "text": "harder" + }, + { + "id": 1874, + "start": 626.38, + "end": 626.52, + "text": "than" + }, + { + "id": 1875, + "start": 626.52, + "end": 626.68, + "text": "we" + }, + { + "id": 1876, + "start": 626.68, + "end": 626.88, + "text": "thought." + }, + { + "id": 1877, + "start": 626.88, + "end": 627.04, + "text": "And" + }, + { + "id": 1878, + "start": 627.04, + "end": 627.16, + "text": "so" + }, + { + "id": 1879, + "start": 627.16, + "end": 627.18, + "text": "I" + }, + { + "id": 1880, + "start": 627.18, + "end": 627.44, + "text": "think" + }, + { + "id": 1881, + "start": 627.44, + "end": 627.66, + "text": "with" + }, + { + "id": 1882, + "start": 627.66, + "end": 627.9, + "text": "a" + }, + { + "id": 1883, + "start": 627.9, + "end": 628.26, + "text": "lattice" + }, + { + "id": 1884, + "start": 628.26, + "end": 628.44, + "text": "thing" + }, + { + "id": 1885, + "start": 628.44, + "end": 628.74, + "text": "where," + }, + { + "id": 1886, + "start": 628.74, + "end": 628.94, + "text": "oh," + }, + { + "id": 1887, + "start": 628.94, + "end": 629.24, + "text": "there's" + }, + { + "id": 1888, + "start": 629.24, + "end": 629.48, + "text": "hints" + }, + { + "id": 1889, + "start": 629.48, + "end": 629.64, + "text": "that" + }, + { + "id": 1890, + "start": 629.64, + "end": 629.82, + "text": "it" + }, + { + "id": 1891, + "start": 629.82, + "end": 630.02, + "text": "may" + }, + { + "id": 1892, + "start": 630.02, + "end": 630.14, + "text": "be" + }, + { + "id": 1893, + "start": 630.14, + "end": 630.64, + "text": "possible." + }, + { + "id": 1894, + "start": 631.34, + "end": 631.56, + "text": "If" + }, + { + "id": 1895, + "start": 631.56, + "end": 631.86, + "text": "it's" + }, + { + "id": 1896, + "start": 631.86, + "end": 632.32, + "text": "easy," + }, + { + "id": 1897, + "start": 632.32, + "end": 632.58, + "text": "just" + }, + { + "id": 1898, + "start": 632.58, + "end": 633.08, + "text": "add," + }, + { + "id": 1899, + "start": 633.14, + "end": 633.64, + "text": "translates" + }, + { + "id": 1900, + "start": 633.72, + "end": 634.08, + "text": "into" + }, + { + "id": 1901, + "start": 634.08, + "end": 634.3, + "text": "five" + }, + { + "id": 1902, + "start": 634.3, + "end": 634.54, + "text": "plus" + }, + { + "id": 1903, + "start": 634.54, + "end": 634.78, + "text": "years" + }, + { + "id": 1904, + "start": 634.78, + "end": 635.02, + "text": "of" + }, + { + "id": 1905, + "start": 635.02, + "end": 635.2, + "text": "hard" + }, + { + "id": 1906, + "start": 635.2, + "end": 635.5, + "text": "work," + }, + { + "id": 1907, + "start": 635.5, + "end": 635.82, + "text": "then" + }, + { + "id": 1908, + "start": 635.82, + "end": 635.98, + "text": "it" + }, + { + "id": 1909, + "start": 635.98, + "end": 636.18, + "text": "may" + }, + { + "id": 1910, + "start": 636.18, + "end": 636.34, + "text": "be" + }, + { + "id": 1911, + "start": 636.34, + "end": 636.74, + "text": "possible." + }, + { + "id": 1912, + "start": 636.74, + "end": 636.94, + "text": "It's" + }, + { + "id": 1913, + "start": 636.94, + "end": 637.12, + "text": "like," + }, + { + "id": 1914, + "start": 637.12, + "end": 637.28, + "text": "yeah," + }, + { + "id": 1915, + "start": 637.28, + "end": 637.54, + "text": "that's" + }, + { + "id": 1916, + "start": 637.54, + "end": 637.68, + "text": "gonna" + }, + { + "id": 1917, + "start": 637.68, + "end": 638.18, + "text": "be" + }, + { + "id": 1918, + "start": 638.52, + "end": 639.02, + "text": "decades." + }, + { + "id": 1919, + "start": 639.14, + "end": 639.64, + "text": "Anyway," + }, + { + "id": 1920, + "start": 641.06, + "end": 641.2, + "text": "so" + }, + { + "id": 1921, + "start": 641.2, + "end": 641.48, + "text": "none" + }, + { + "id": 1922, + "start": 641.48, + "end": 641.6, + "text": "of" + }, + { + "id": 1923, + "start": 641.6, + "end": 641.74, + "text": "these" + }, + { + "id": 1924, + "start": 641.74, + "end": 642.04, + "text": "things" + }, + { + "id": 1925, + "start": 642.04, + "end": 642.4, + "text": "fit" + }, + { + "id": 1926, + "start": 642.4, + "end": 642.62, + "text": "with" + }, + { + "id": 1927, + "start": 642.62, + "end": 643.1, + "text": "hash-based" + }, + { + "id": 1928, + "start": 643.1, + "end": 643.6, + "text": "signatures" + }, + { + "id": 1929, + "start": 643.86, + "end": 644.12, + "text": "or" + }, + { + "id": 1930, + "start": 644.12, + "end": 644.62, + "text": "lattice." + }, + { + "id": 1931, + "start": 644.96, + "end": 645.02, + "text": "Is" + }, + { + "id": 1932, + "start": 645.02, + "end": 645.28, + "text": "there" + }, + { + "id": 1933, + "start": 645.28, + "end": 645.54, + "text": "another" + }, + { + "id": 1934, + "start": 645.54, + "end": 646.04, + "text": "way?" + }, + { + "id": 1935, + "start": 646.7, + "end": 647.2, + "text": "So," + }, + { + "id": 1936, + "start": 648.12, + "end": 648.38, + "text": "and" + }, + { + "id": 1937, + "start": 648.38, + "end": 648.56, + "text": "this" + }, + { + "id": 1938, + "start": 648.56, + "end": 648.72, + "text": "is" + }, + { + "id": 1939, + "start": 648.72, + "end": 648.9, + "text": "what" + }, + { + "id": 1940, + "start": 648.9, + "end": 649.3, + "text": "I" + }, + { + "id": 1941, + "start": 649.3, + "end": 649.54, + "text": "came" + }, + { + "id": 1942, + "start": 649.54, + "end": 649.66, + "text": "up," + }, + { + "id": 1943, + "start": 649.66, + "end": 649.76, + "text": "I" + }, + { + "id": 1944, + "start": 649.76, + "end": 649.92, + "text": "don't" + }, + { + "id": 1945, + "start": 649.92, + "end": 650.28, + "text": "know," + }, + { + "id": 1946, + "start": 650.28, + "end": 650.5, + "text": "there's" + }, + { + "id": 1947, + "start": 650.5, + "end": 650.8, + "text": "maybe" + }, + { + "id": 1948, + "start": 650.8, + "end": 651.04, + "text": "better" + }, + { + "id": 1949, + "start": 651.04, + "end": 651.26, + "text": "ways." + }, + { + "id": 1950, + "start": 651.26, + "end": 651.38, + "text": "This" + }, + { + "id": 1951, + "start": 651.38, + "end": 651.5, + "text": "is" + }, + { + "id": 1952, + "start": 651.5, + "end": 651.72, + "text": "just" + }, + { + "id": 1953, + "start": 651.72, + "end": 651.84, + "text": "a" + }, + { + "id": 1954, + "start": 651.84, + "end": 652.04, + "text": "way" + }, + { + "id": 1955, + "start": 652.04, + "end": 652.2, + "text": "I" + }, + { + "id": 1956, + "start": 652.2, + "end": 652.36, + "text": "came" + }, + { + "id": 1957, + "start": 652.36, + "end": 652.58, + "text": "up" + }, + { + "id": 1958, + "start": 652.58, + "end": 652.72, + "text": "with" + }, + { + "id": 1959, + "start": 652.72, + "end": 653.16, + "text": "like" + }, + { + "id": 1960, + "start": 653.16, + "end": 653.4, + "text": "a" + }, + { + "id": 1961, + "start": 653.4, + "end": 653.6, + "text": "month" + }, + { + "id": 1962, + "start": 653.6, + "end": 653.72, + "text": "or" + }, + { + "id": 1963, + "start": 653.72, + "end": 653.94, + "text": "two" + }, + { + "id": 1964, + "start": 653.94, + "end": 654.14, + "text": "ago" + }, + { + "id": 1965, + "start": 654.14, + "end": 654.44, + "text": "thinking" + }, + { + "id": 1966, + "start": 654.44, + "end": 654.6, + "text": "about" + }, + { + "id": 1967, + "start": 654.6, + "end": 655.1, + "text": "this." + }, + { + "id": 1968, + "start": 655.9, + "end": 656.04, + "text": "We" + }, + { + "id": 1969, + "start": 656.04, + "end": 656.42, + "text": "don't" + }, + { + "id": 1970, + "start": 656.42, + "end": 656.76, + "text": "actually" + }, + { + "id": 1971, + "start": 656.76, + "end": 656.98, + "text": "need" + }, + { + "id": 1972, + "start": 656.98, + "end": 657.34, + "text": "to" + }, + { + "id": 1973, + "start": 657.34, + "end": 657.62, + "text": "add" + }, + { + "id": 1974, + "start": 657.62, + "end": 657.78, + "text": "the" + }, + { + "id": 1975, + "start": 657.78, + "end": 658.28, + "text": "signatures" + }, + { + "id": 1976, + "start": 658.32, + "end": 658.52, + "text": "or" + }, + { + "id": 1977, + "start": 658.52, + "end": 659.02, + "text": "combine" + }, + { + "id": 1978, + "start": 659.18, + "end": 659.68, + "text": "signatures," + }, + { + "id": 1979, + "start": 659.68, + "end": 660.04, + "text": "right?" + }, + { + "id": 1980, + "start": 660.04, + "end": 660.2, + "text": "What" + }, + { + "id": 1981, + "start": 660.2, + "end": 660.36, + "text": "we" + }, + { + "id": 1982, + "start": 660.36, + "end": 660.6, + "text": "need" + }, + { + "id": 1983, + "start": 660.6, + "end": 661.1, + "text": "is" + }, + { + "id": 1984, + "start": 661.28, + "end": 661.44, + "text": "you" + }, + { + "id": 1985, + "start": 661.44, + "end": 661.72, + "text": "want" + }, + { + "id": 1986, + "start": 661.72, + "end": 661.84, + "text": "the" + }, + { + "id": 1987, + "start": 661.84, + "end": 662.2, + "text": "inputs" + }, + { + "id": 1988, + "start": 662.2, + "end": 662.36, + "text": "to" + }, + { + "id": 1989, + "start": 662.36, + "end": 662.64, + "text": "point" + }, + { + "id": 1990, + "start": 662.64, + "end": 662.8, + "text": "to" + }, + { + "id": 1991, + "start": 662.8, + "end": 662.96, + "text": "the" + }, + { + "id": 1992, + "start": 662.96, + "end": 663.46, + "text": "outputs." + }, + { + "id": 1993, + "start": 663.48, + "end": 663.68, + "text": "And" + }, + { + "id": 1994, + "start": 663.68, + "end": 663.82, + "text": "so" + }, + { + "id": 1995, + "start": 663.82, + "end": 663.96, + "text": "if" + }, + { + "id": 1996, + "start": 663.96, + "end": 664.08, + "text": "you" + }, + { + "id": 1997, + "start": 664.08, + "end": 664.28, + "text": "think" + }, + { + "id": 1998, + "start": 664.28, + "end": 664.44, + "text": "about" + }, + { + "id": 1999, + "start": 664.44, + "end": 664.6, + "text": "like" + }, + { + "id": 2000, + "start": 664.6, + "end": 665.1, + "text": "OpsCTV," + }, + { + "id": 2001, + "start": 665.24, + "end": 665.38, + "text": "if" + }, + { + "id": 2002, + "start": 665.38, + "end": 665.88, + "text": "you're" + }, + { + "id": 2003, + "start": 665.9, + "end": 666.4, + "text": "OpsCTV" + }, + { + "id": 2004, + "start": 666.46, + "end": 666.66, + "text": "is" + }, + { + "id": 2005, + "start": 666.66, + "end": 667.16, + "text": "object" + }, + { + "id": 2006, + "start": 667.2, + "end": 667.68, + "text": "template" + }, + { + "id": 2007, + "start": 667.68, + "end": 668.18, + "text": "verify," + }, + { + "id": 2008, + "start": 668.44, + "end": 668.6, + "text": "where" + }, + { + "id": 2009, + "start": 668.6, + "end": 668.8, + "text": "you" + }, + { + "id": 2010, + "start": 668.8, + "end": 669.3, + "text": "basically" + }, + { + "id": 2011, + "start": 669.4, + "end": 669.72, + "text": "take" + }, + { + "id": 2012, + "start": 669.72, + "end": 669.86, + "text": "the" + }, + { + "id": 2013, + "start": 669.86, + "end": 670.32, + "text": "whole" + }, + { + "id": 2014, + "start": 670.32, + "end": 670.68, + "text": "shape" + }, + { + "id": 2015, + "start": 670.68, + "end": 670.8, + "text": "of" + }, + { + "id": 2016, + "start": 670.8, + "end": 670.92, + "text": "a" + }, + { + "id": 2017, + "start": 670.92, + "end": 671.4, + "text": "transaction" + }, + { + "id": 2018, + "start": 671.4, + "end": 671.52, + "text": "and" + }, + { + "id": 2019, + "start": 671.52, + "end": 671.72, + "text": "put" + }, + { + "id": 2020, + "start": 671.72, + "end": 671.92, + "text": "that" + }, + { + "id": 2021, + "start": 671.92, + "end": 672.04, + "text": "in" + }, + { + "id": 2022, + "start": 672.04, + "end": 672.18, + "text": "an" + }, + { + "id": 2023, + "start": 672.18, + "end": 672.68, + "text": "output." + }, + { + "id": 2024, + "start": 673.28, + "end": 673.54, + "text": "That" + }, + { + "id": 2025, + "start": 673.54, + "end": 674.04, + "text": "counts," + }, + { + "id": 2026, + "start": 674.2, + "end": 674.54, + "text": "right?" + }, + { + "id": 2027, + "start": 674.54, + "end": 675.04, + "text": "That's" + }, + { + "id": 2028, + "start": 675.18, + "end": 675.54, + "text": "quantum" + }, + { + "id": 2029, + "start": 675.54, + "end": 675.86, + "text": "secure" + }, + { + "id": 2030, + "start": 675.86, + "end": 676.02, + "text": "because" + }, + { + "id": 2031, + "start": 676.02, + "end": 676.2, + "text": "it's" + }, + { + "id": 2032, + "start": 676.2, + "end": 676.4, + "text": "just" + }, + { + "id": 2033, + "start": 676.4, + "end": 676.66, + "text": "hash" + }, + { + "id": 2034, + "start": 676.66, + "end": 677.16, + "text": "based" + }, + { + "id": 2035, + "start": 677.5, + "end": 678.0, + "text": "and" + }, + { + "id": 2036, + "start": 678.08, + "end": 678.34, + "text": "you're" + }, + { + "id": 2037, + "start": 678.34, + "end": 678.54, + "text": "sort" + }, + { + "id": 2038, + "start": 678.54, + "end": 678.7, + "text": "of" + }, + { + "id": 2039, + "start": 678.7, + "end": 679.18, + "text": "committing" + }, + { + "id": 2040, + "start": 679.18, + "end": 679.3, + "text": "to" + }, + { + "id": 2041, + "start": 679.3, + "end": 679.44, + "text": "a" + }, + { + "id": 2042, + "start": 679.44, + "end": 679.68, + "text": "whole" + }, + { + "id": 2043, + "start": 679.68, + "end": 679.9, + "text": "other" + }, + { + "id": 2044, + "start": 679.9, + "end": 680.14, + "text": "set" + }, + { + "id": 2045, + "start": 680.14, + "end": 680.28, + "text": "of" + }, + { + "id": 2046, + "start": 680.28, + "end": 680.78, + "text": "outputs" + }, + { + "id": 2047, + "start": 681.46, + "end": 681.6, + "text": "in" + }, + { + "id": 2048, + "start": 681.6, + "end": 681.78, + "text": "a" + }, + { + "id": 2049, + "start": 681.78, + "end": 682.12, + "text": "quantum" + }, + { + "id": 2050, + "start": 682.12, + "end": 682.38, + "text": "secure" + }, + { + "id": 2051, + "start": 682.38, + "end": 682.56, + "text": "way." + }, + { + "id": 2052, + "start": 682.56, + "end": 682.72, + "text": "It's" + }, + { + "id": 2053, + "start": 682.72, + "end": 682.88, + "text": "just" + }, + { + "id": 2054, + "start": 682.88, + "end": 683.04, + "text": "hash" + }, + { + "id": 2055, + "start": 683.04, + "end": 683.54, + "text": "based." + }, + { + "id": 2056, + "start": 683.86, + "end": 684.02, + "text": "It" + }, + { + "id": 2057, + "start": 684.02, + "end": 684.52, + "text": "is" + }, + { + "id": 2058, + "start": 684.52, + "end": 684.72, + "text": "sort" + }, + { + "id": 2059, + "start": 684.72, + "end": 684.92, + "text": "of" + }, + { + "id": 2060, + "start": 684.92, + "end": 685.04, + "text": "like" + }, + { + "id": 2061, + "start": 685.04, + "end": 685.2, + "text": "a" + }, + { + "id": 2062, + "start": 685.2, + "end": 685.58, + "text": "signature" + }, + { + "id": 2063, + "start": 685.58, + "end": 685.76, + "text": "in" + }, + { + "id": 2064, + "start": 685.76, + "end": 685.9, + "text": "that" + }, + { + "id": 2065, + "start": 685.9, + "end": 686.12, + "text": "sense." + }, + { + "id": 2066, + "start": 686.12, + "end": 686.28, + "text": "It" + }, + { + "id": 2067, + "start": 686.28, + "end": 686.76, + "text": "works" + }, + { + "id": 2068, + "start": 686.76, + "end": 686.92, + "text": "but" + }, + { + "id": 2069, + "start": 686.92, + "end": 687.1, + "text": "it's" + }, + { + "id": 2070, + "start": 687.1, + "end": 687.34, + "text": "very" + }, + { + "id": 2071, + "start": 687.34, + "end": 687.84, + "text": "inflexible," + }, + { + "id": 2072, + "start": 687.98, + "end": 688.18, + "text": "right?" + }, + { + "id": 2073, + "start": 688.18, + "end": 688.34, + "text": "You" + }, + { + "id": 2074, + "start": 688.34, + "end": 688.58, + "text": "need" + }, + { + "id": 2075, + "start": 688.58, + "end": 688.78, + "text": "to" + }, + { + "id": 2076, + "start": 688.78, + "end": 689.08, + "text": "know" + }, + { + "id": 2077, + "start": 689.08, + "end": 689.3, + "text": "what" + }, + { + "id": 2078, + "start": 689.3, + "end": 689.54, + "text": "you're" + }, + { + "id": 2079, + "start": 689.54, + "end": 689.76, + "text": "going" + }, + { + "id": 2080, + "start": 689.76, + "end": 689.96, + "text": "to" + }, + { + "id": 2081, + "start": 689.96, + "end": 690.36, + "text": "do" + }, + { + "id": 2082, + "start": 690.36, + "end": 690.58, + "text": "in" + }, + { + "id": 2083, + "start": 690.58, + "end": 690.86, + "text": "order" + }, + { + "id": 2084, + "start": 690.86, + "end": 691.08, + "text": "to" + }, + { + "id": 2085, + "start": 691.08, + "end": 691.38, + "text": "put" + }, + { + "id": 2086, + "start": 691.38, + "end": 691.64, + "text": "that" + }, + { + "id": 2087, + "start": 691.64, + "end": 691.82, + "text": "into" + }, + { + "id": 2088, + "start": 691.82, + "end": 692.04, + "text": "your" + }, + { + "id": 2089, + "start": 692.04, + "end": 692.54, + "text": "output." + }, + { + "id": 2090, + "start": 693.48, + "end": 693.7, + "text": "So" + }, + { + "id": 2091, + "start": 693.7, + "end": 693.9, + "text": "it's" + }, + { + "id": 2092, + "start": 693.9, + "end": 694.2, + "text": "not" + }, + { + "id": 2093, + "start": 694.2, + "end": 694.54, + "text": "really" + }, + { + "id": 2094, + "start": 694.54, + "end": 694.96, + "text": "usable" + }, + { + "id": 2095, + "start": 694.96, + "end": 695.46, + "text": "for" + }, + { + "id": 2096, + "start": 696.3, + "end": 696.8, + "text": "normal" + }, + { + "id": 2097, + "start": 696.84, + "end": 697.34, + "text": "transactions" + }, + { + "id": 2098, + "start": 697.44, + "end": 697.66, + "text": "because" + }, + { + "id": 2099, + "start": 697.66, + "end": 697.8, + "text": "you" + }, + { + "id": 2100, + "start": 697.8, + "end": 698.12, + "text": "don't" + }, + { + "id": 2101, + "start": 698.12, + "end": 698.44, + "text": "know" + }, + { + "id": 2102, + "start": 698.44, + "end": 698.62, + "text": "when" + }, + { + "id": 2103, + "start": 698.62, + "end": 698.86, + "text": "you" + }, + { + "id": 2104, + "start": 698.86, + "end": 699.0, + "text": "like" + }, + { + "id": 2105, + "start": 699.0, + "end": 699.16, + "text": "when" + }, + { + "id": 2106, + "start": 699.16, + "end": 699.32, + "text": "you" + }, + { + "id": 2107, + "start": 699.32, + "end": 699.68, + "text": "generate" + }, + { + "id": 2108, + "start": 699.68, + "end": 699.84, + "text": "an" + }, + { + "id": 2109, + "start": 699.84, + "end": 700.34, + "text": "address" + }, + { + "id": 2110, + "start": 700.68, + "end": 700.9, + "text": "you" + }, + { + "id": 2111, + "start": 700.9, + "end": 701.24, + "text": "don't" + }, + { + "id": 2112, + "start": 701.24, + "end": 701.52, + "text": "know" + }, + { + "id": 2113, + "start": 701.52, + "end": 701.76, + "text": "where" + }, + { + "id": 2114, + "start": 701.76, + "end": 702.04, + "text": "you're" + }, + { + "id": 2115, + "start": 702.04, + "end": 702.26, + "text": "going" + }, + { + "id": 2116, + "start": 702.26, + "end": 702.44, + "text": "to" + }, + { + "id": 2117, + "start": 702.44, + "end": 702.72, + "text": "send" + }, + { + "id": 2118, + "start": 702.72, + "end": 703.18, + "text": "money" + }, + { + "id": 2119, + "start": 703.18, + "end": 703.68, + "text": "received" + }, + { + "id": 2120, + "start": 703.68, + "end": 704.18, + "text": "at" + }, + { + "id": 2121, + "start": 704.28, + "end": 704.38, + "text": "that" + }, + { + "id": 2122, + "start": 704.38, + "end": 704.8, + "text": "address." + }, + { + "id": 2123, + "start": 704.8, + "end": 704.96, + "text": "Right?" + }, + { + "id": 2124, + "start": 704.96, + "end": 705.14, + "text": "You're" + }, + { + "id": 2125, + "start": 705.14, + "end": 705.28, + "text": "like" + }, + { + "id": 2126, + "start": 705.28, + "end": 705.48, + "text": "okay" + }, + { + "id": 2127, + "start": 705.48, + "end": 705.66, + "text": "here's" + }, + { + "id": 2128, + "start": 705.66, + "end": 705.76, + "text": "a" + }, + { + "id": 2129, + "start": 705.76, + "end": 705.92, + "text": "new" + }, + { + "id": 2130, + "start": 705.92, + "end": 706.26, + "text": "address" + }, + { + "id": 2131, + "start": 706.26, + "end": 706.42, + "text": "give" + }, + { + "id": 2132, + "start": 706.42, + "end": 706.56, + "text": "me" + }, + { + "id": 2133, + "start": 706.56, + "end": 706.62, + "text": "a" + }, + { + "id": 2134, + "start": 706.62, + "end": 707.12, + "text": "Bitcoin." + }, + { + "id": 2135, + "start": 707.46, + "end": 707.8, + "text": "Okay" + }, + { + "id": 2136, + "start": 707.8, + "end": 707.96, + "text": "now" + }, + { + "id": 2137, + "start": 707.96, + "end": 708.04, + "text": "I" + }, + { + "id": 2138, + "start": 708.04, + "end": 708.24, + "text": "need" + }, + { + "id": 2139, + "start": 708.24, + "end": 708.34, + "text": "to" + }, + { + "id": 2140, + "start": 708.34, + "end": 708.6, + "text": "spend" + }, + { + "id": 2141, + "start": 708.6, + "end": 708.76, + "text": "it." + }, + { + "id": 2142, + "start": 708.76, + "end": 709.24, + "text": "Well," + }, + { + "id": 2143, + "start": 709.24, + "end": 709.44, + "text": "if" + }, + { + "id": 2144, + "start": 709.44, + "end": 709.54, + "text": "I" + }, + { + "id": 2145, + "start": 709.54, + "end": 709.84, + "text": "have" + }, + { + "id": 2146, + "start": 709.84, + "end": 709.94, + "text": "to" + }, + { + "id": 2147, + "start": 709.94, + "end": 710.28, + "text": "decide" + }, + { + "id": 2148, + "start": 710.28, + "end": 710.58, + "text": "where" + }, + { + "id": 2149, + "start": 710.58, + "end": 710.76, + "text": "I'm" + }, + { + "id": 2150, + "start": 710.76, + "end": 710.88, + "text": "going" + }, + { + "id": 2151, + "start": 710.88, + "end": 711.0, + "text": "to" + }, + { + "id": 2152, + "start": 711.0, + "end": 711.22, + "text": "spend" + }, + { + "id": 2153, + "start": 711.22, + "end": 711.38, + "text": "it," + }, + { + "id": 2154, + "start": 711.38, + "end": 711.58, + "text": "even" + }, + { + "id": 2155, + "start": 711.58, + "end": 711.82, + "text": "if" + }, + { + "id": 2156, + "start": 711.82, + "end": 712.32, + "text": "I" + }, + { + "id": 2157, + "start": 712.72, + "end": 713.1, + "text": "possibly," + }, + { + "id": 2158, + "start": 713.1, + "end": 713.26, + "text": "if" + }, + { + "id": 2159, + "start": 713.26, + "end": 713.42, + "text": "I" + }, + { + "id": 2160, + "start": 713.42, + "end": 713.56, + "text": "can" + }, + { + "id": 2161, + "start": 713.56, + "end": 714.06, + "text": "enumerate," + }, + { + "id": 2162, + "start": 714.06, + "end": 714.24, + "text": "it's" + }, + { + "id": 2163, + "start": 714.24, + "end": 714.34, + "text": "like," + }, + { + "id": 2164, + "start": 714.34, + "end": 714.62, + "text": "well," + }, + { + "id": 2165, + "start": 714.62, + "end": 714.72, + "text": "I" + }, + { + "id": 2166, + "start": 714.72, + "end": 714.9, + "text": "know" + }, + { + "id": 2167, + "start": 714.9, + "end": 715.02, + "text": "I'm" + }, + { + "id": 2168, + "start": 715.02, + "end": 715.12, + "text": "going" + }, + { + "id": 2169, + "start": 715.12, + "end": 715.24, + "text": "to" + }, + { + "id": 2170, + "start": 715.24, + "end": 715.44, + "text": "send" + }, + { + "id": 2171, + "start": 715.44, + "end": 715.6, + "text": "it" + }, + { + "id": 2172, + "start": 715.6, + "end": 715.76, + "text": "to" + }, + { + "id": 2173, + "start": 715.76, + "end": 716.12, + "text": "these" + }, + { + "id": 2174, + "start": 716.12, + "end": 716.42, + "text": "three" + }, + { + "id": 2175, + "start": 716.42, + "end": 716.68, + "text": "different" + }, + { + "id": 2176, + "start": 716.68, + "end": 717.18, + "text": "places." + }, + { + "id": 2177, + "start": 717.74, + "end": 717.9, + "text": "And" + }, + { + "id": 2178, + "start": 717.9, + "end": 718.08, + "text": "then" + }, + { + "id": 2179, + "start": 718.08, + "end": 718.26, + "text": "I" + }, + { + "id": 2180, + "start": 718.26, + "end": 718.46, + "text": "could" + }, + { + "id": 2181, + "start": 718.46, + "end": 718.66, + "text": "put" + }, + { + "id": 2182, + "start": 718.66, + "end": 718.78, + "text": "it" + }, + { + "id": 2183, + "start": 718.78, + "end": 719.02, + "text": "into" + }, + { + "id": 2184, + "start": 719.02, + "end": 719.24, + "text": "three" + }, + { + "id": 2185, + "start": 719.24, + "end": 719.58, + "text": "different" + }, + { + "id": 2186, + "start": 719.58, + "end": 720.08, + "text": "little" + }, + { + "id": 2187, + "start": 720.14, + "end": 720.64, + "text": "opctv" + }, + { + "id": 2188, + "start": 721.02, + "end": 721.52, + "text": "outputs" + }, + { + "id": 2189, + "start": 721.68, + "end": 721.88, + "text": "in" + }, + { + "id": 2190, + "start": 721.88, + "end": 722.08, + "text": "the" + }, + { + "id": 2191, + "start": 722.08, + "end": 722.42, + "text": "taproot" + }, + { + "id": 2192, + "start": 722.42, + "end": 722.92, + "text": "tree." + }, + { + "id": 2193, + "start": 723.06, + "end": 723.26, + "text": "So" + }, + { + "id": 2194, + "start": 723.26, + "end": 723.42, + "text": "you" + }, + { + "id": 2195, + "start": 723.42, + "end": 723.64, + "text": "could" + }, + { + "id": 2196, + "start": 723.64, + "end": 723.82, + "text": "do" + }, + { + "id": 2197, + "start": 723.82, + "end": 724.02, + "text": "that," + }, + { + "id": 2198, + "start": 724.02, + "end": 724.22, + "text": "but" + }, + { + "id": 2199, + "start": 724.22, + "end": 724.46, + "text": "that's" + }, + { + "id": 2200, + "start": 724.46, + "end": 724.64, + "text": "very" + }, + { + "id": 2201, + "start": 724.64, + "end": 725.14, + "text": "restrictive," + }, + { + "id": 2202, + "start": 725.14, + "end": 725.38, + "text": "right?" + }, + { + "id": 2203, + "start": 725.38, + "end": 725.5, + "text": "You" + }, + { + "id": 2204, + "start": 725.5, + "end": 725.82, + "text": "generally" + }, + { + "id": 2205, + "start": 725.82, + "end": 725.98, + "text": "are" + }, + { + "id": 2206, + "start": 725.98, + "end": 726.1, + "text": "like," + }, + { + "id": 2207, + "start": 726.1, + "end": 726.18, + "text": "I" + }, + { + "id": 2208, + "start": 726.18, + "end": 726.3, + "text": "want" + }, + { + "id": 2209, + "start": 726.3, + "end": 726.42, + "text": "to" + }, + { + "id": 2210, + "start": 726.42, + "end": 726.6, + "text": "have" + }, + { + "id": 2211, + "start": 726.6, + "end": 726.72, + "text": "the" + }, + { + "id": 2212, + "start": 726.72, + "end": 726.9, + "text": "Bitcoin" + }, + { + "id": 2213, + "start": 726.9, + "end": 727.02, + "text": "and" + }, + { + "id": 2214, + "start": 727.02, + "end": 727.12, + "text": "I" + }, + { + "id": 2215, + "start": 727.12, + "end": 727.26, + "text": "want" + }, + { + "id": 2216, + "start": 727.26, + "end": 727.36, + "text": "to" + }, + { + "id": 2217, + "start": 727.36, + "end": 727.44, + "text": "be" + }, + { + "id": 2218, + "start": 727.44, + "end": 727.6, + "text": "able" + }, + { + "id": 2219, + "start": 727.6, + "end": 727.72, + "text": "to" + }, + { + "id": 2220, + "start": 727.72, + "end": 727.92, + "text": "send" + }, + { + "id": 2221, + "start": 727.92, + "end": 728.16, + "text": "it" + }, + { + "id": 2222, + "start": 728.16, + "end": 728.66, + "text": "anywhere" + }, + { + "id": 2223, + "start": 728.72, + "end": 728.96, + "text": "after" + }, + { + "id": 2224, + "start": 728.96, + "end": 729.14, + "text": "the" + }, + { + "id": 2225, + "start": 729.14, + "end": 729.64, + "text": "fact." + }, + { + "id": 2226, + "start": 730.24, + "end": 730.74, + "text": "Okay." + }, + { + "id": 2227, + "start": 731.42, + "end": 731.92, + "text": "So" + }, + { + "id": 2228, + "start": 732.04, + "end": 732.26, + "text": "the" + }, + { + "id": 2229, + "start": 732.26, + "end": 732.6, + "text": "basic" + }, + { + "id": 2230, + "start": 732.6, + "end": 732.84, + "text": "idea" + }, + { + "id": 2231, + "start": 732.84, + "end": 733.04, + "text": "is" + }, + { + "id": 2232, + "start": 733.04, + "end": 733.14, + "text": "that" + }, + { + "id": 2233, + "start": 733.14, + "end": 733.44, + "text": "inputs" + }, + { + "id": 2234, + "start": 733.44, + "end": 733.68, + "text": "point" + }, + { + "id": 2235, + "start": 733.68, + "end": 733.8, + "text": "to" + }, + { + "id": 2236, + "start": 733.8, + "end": 734.06, + "text": "other" + }, + { + "id": 2237, + "start": 734.06, + "end": 734.56, + "text": "inputs." + }, + { + "id": 2238, + "start": 734.58, + "end": 734.76, + "text": "The" + }, + { + "id": 2239, + "start": 734.76, + "end": 735.04, + "text": "idea" + }, + { + "id": 2240, + "start": 735.04, + "end": 735.22, + "text": "is" + }, + { + "id": 2241, + "start": 735.22, + "end": 735.42, + "text": "if" + }, + { + "id": 2242, + "start": 735.42, + "end": 735.66, + "text": "one" + }, + { + "id": 2243, + "start": 735.66, + "end": 736.04, + "text": "input" + }, + { + "id": 2244, + "start": 736.04, + "end": 736.54, + "text": "signs," + }, + { + "id": 2245, + "start": 737.12, + "end": 737.36, + "text": "all" + }, + { + "id": 2246, + "start": 737.36, + "end": 737.54, + "text": "the" + }, + { + "id": 2247, + "start": 737.54, + "end": 737.76, + "text": "other" + }, + { + "id": 2248, + "start": 737.76, + "end": 738.12, + "text": "inputs" + }, + { + "id": 2249, + "start": 738.12, + "end": 738.28, + "text": "can" + }, + { + "id": 2250, + "start": 738.28, + "end": 738.4, + "text": "sort" + }, + { + "id": 2251, + "start": 738.4, + "end": 738.68, + "text": "of" + }, + { + "id": 2252, + "start": 738.68, + "end": 739.0, + "text": "point" + }, + { + "id": 2253, + "start": 739.0, + "end": 739.16, + "text": "to" + }, + { + "id": 2254, + "start": 739.16, + "end": 739.32, + "text": "that" + }, + { + "id": 2255, + "start": 739.32, + "end": 739.82, + "text": "input" + }, + { + "id": 2256, + "start": 739.96, + "end": 740.18, + "text": "and" + }, + { + "id": 2257, + "start": 740.18, + "end": 740.68, + "text": "say," + }, + { + "id": 2258, + "start": 741.46, + "end": 741.62, + "text": "that" + }, + { + "id": 2259, + "start": 741.62, + "end": 741.9, + "text": "guy's" + }, + { + "id": 2260, + "start": 741.9, + "end": 742.4, + "text": "signature." + }, + { + "id": 2261, + "start": 743.04, + "end": 743.22, + "text": "So" + }, + { + "id": 2262, + "start": 743.22, + "end": 743.4, + "text": "now" + }, + { + "id": 2263, + "start": 743.4, + "end": 743.56, + "text": "we" + }, + { + "id": 2264, + "start": 743.56, + "end": 743.76, + "text": "just" + }, + { + "id": 2265, + "start": 743.76, + "end": 743.98, + "text": "need" + }, + { + "id": 2266, + "start": 743.98, + "end": 744.06, + "text": "to" + }, + { + "id": 2267, + "start": 744.06, + "end": 744.56, + "text": "know" + }, + { + "id": 2268, + "start": 744.6, + "end": 745.1, + "text": "about" + }, + { + "id": 2269, + "start": 745.16, + "end": 745.66, + "text": "inputs" + }, + { + "id": 2270, + "start": 745.74, + "end": 746.04, + "text": "instead" + }, + { + "id": 2271, + "start": 746.04, + "end": 746.24, + "text": "of" + }, + { + "id": 2272, + "start": 746.24, + "end": 746.74, + "text": "outputs" + }, + { + "id": 2273, + "start": 747.1, + "end": 747.26, + "text": "at" + }, + { + "id": 2274, + "start": 747.26, + "end": 747.64, + "text": "address" + }, + { + "id": 2275, + "start": 747.64, + "end": 748.02, + "text": "creation" + }, + { + "id": 2276, + "start": 748.02, + "end": 748.44, + "text": "time," + }, + { + "id": 2277, + "start": 748.44, + "end": 748.94, + "text": "which" + }, + { + "id": 2278, + "start": 748.94, + "end": 749.16, + "text": "is" + }, + { + "id": 2279, + "start": 749.16, + "end": 749.66, + "text": "doable." + }, + { + "id": 2280, + "start": 750.06, + "end": 750.26, + "text": "So" + }, + { + "id": 2281, + "start": 750.26, + "end": 750.46, + "text": "when" + }, + { + "id": 2282, + "start": 750.46, + "end": 750.66, + "text": "you're" + }, + { + "id": 2283, + "start": 750.66, + "end": 751.02, + "text": "creating" + }, + { + "id": 2284, + "start": 751.02, + "end": 751.12, + "text": "an" + }, + { + "id": 2285, + "start": 751.12, + "end": 751.62, + "text": "address," + }, + { + "id": 2286, + "start": 751.92, + "end": 752.22, + "text": "you" + }, + { + "id": 2287, + "start": 752.22, + "end": 752.72, + "text": "may" + }, + { + "id": 2288, + "start": 752.98, + "end": 753.48, + "text": "know" + }, + { + "id": 2289, + "start": 753.66, + "end": 754.02, + "text": "other" + }, + { + "id": 2290, + "start": 754.02, + "end": 754.52, + "text": "inputs" + }, + { + "id": 2291, + "start": 754.54, + "end": 754.74, + "text": "that" + }, + { + "id": 2292, + "start": 754.74, + "end": 754.9, + "text": "are" + }, + { + "id": 2293, + "start": 754.9, + "end": 755.06, + "text": "going" + }, + { + "id": 2294, + "start": 755.06, + "end": 755.2, + "text": "to" + }, + { + "id": 2295, + "start": 755.2, + "end": 755.32, + "text": "be" + }, + { + "id": 2296, + "start": 755.32, + "end": 755.58, + "text": "spent" + }, + { + "id": 2297, + "start": 755.58, + "end": 755.74, + "text": "at" + }, + { + "id": 2298, + "start": 755.74, + "end": 755.84, + "text": "the" + }, + { + "id": 2299, + "start": 755.84, + "end": 756.02, + "text": "same" + }, + { + "id": 2300, + "start": 756.02, + "end": 756.2, + "text": "time" + }, + { + "id": 2301, + "start": 756.2, + "end": 756.36, + "text": "in" + }, + { + "id": 2302, + "start": 756.36, + "end": 756.48, + "text": "the" + }, + { + "id": 2303, + "start": 756.48, + "end": 756.6, + "text": "same" + }, + { + "id": 2304, + "start": 756.6, + "end": 757.1, + "text": "transaction." + }, + { + "id": 2305, + "start": 758.24, + "end": 758.44, + "text": "So" + }, + { + "id": 2306, + "start": 758.44, + "end": 758.8, + "text": "here's" + }, + { + "id": 2307, + "start": 758.8, + "end": 758.94, + "text": "the" + }, + { + "id": 2308, + "start": 758.94, + "end": 759.16, + "text": "basic" + }, + { + "id": 2309, + "start": 759.16, + "end": 759.66, + "text": "idea." + }, + { + "id": 2310, + "start": 760.08, + "end": 760.28, + "text": "This" + }, + { + "id": 2311, + "start": 760.28, + "end": 760.44, + "text": "is" + }, + { + "id": 2312, + "start": 760.44, + "end": 760.52, + "text": "a" + }, + { + "id": 2313, + "start": 760.52, + "end": 760.76, + "text": "fully" + }, + { + "id": 2314, + "start": 760.76, + "end": 761.2, + "text": "signed" + }, + { + "id": 2315, + "start": 761.2, + "end": 761.52, + "text": "Bitcoin" + }, + { + "id": 2316, + "start": 761.52, + "end": 762.02, + "text": "transaction," + }, + { + "id": 2317, + "start": 762.44, + "end": 762.66, + "text": "three" + }, + { + "id": 2318, + "start": 762.66, + "end": 763.16, + "text": "signatures," + }, + { + "id": 2319, + "start": 763.2, + "end": 763.42, + "text": "three" + }, + { + "id": 2320, + "start": 763.42, + "end": 763.92, + "text": "inputs." + }, + { + "id": 2321, + "start": 764.18, + "end": 764.44, + "text": "You" + }, + { + "id": 2322, + "start": 764.44, + "end": 764.8, + "text": "take" + }, + { + "id": 2323, + "start": 764.8, + "end": 764.94, + "text": "two" + }, + { + "id": 2324, + "start": 764.94, + "end": 765.1, + "text": "of" + }, + { + "id": 2325, + "start": 765.1, + "end": 765.28, + "text": "the" + }, + { + "id": 2326, + "start": 765.28, + "end": 765.74, + "text": "signatures" + }, + { + "id": 2327, + "start": 765.74, + "end": 766.24, + "text": "away," + }, + { + "id": 2328, + "start": 766.98, + "end": 767.04, + "text": "and" + }, + { + "id": 2329, + "start": 767.04, + "end": 767.22, + "text": "then" + }, + { + "id": 2330, + "start": 767.22, + "end": 767.32, + "text": "you" + }, + { + "id": 2331, + "start": 767.32, + "end": 767.54, + "text": "put" + }, + { + "id": 2332, + "start": 767.54, + "end": 767.72, + "text": "these" + }, + { + "id": 2333, + "start": 767.72, + "end": 767.92, + "text": "little" + }, + { + "id": 2334, + "start": 767.92, + "end": 768.42, + "text": "pointers." + }, + { + "id": 2335, + "start": 768.52, + "end": 768.76, + "text": "You" + }, + { + "id": 2336, + "start": 768.76, + "end": 768.94, + "text": "say" + }, + { + "id": 2337, + "start": 768.94, + "end": 769.34, + "text": "well" + }, + { + "id": 2338, + "start": 769.34, + "end": 769.64, + "text": "instead" + }, + { + "id": 2339, + "start": 769.64, + "end": 769.82, + "text": "of" + }, + { + "id": 2340, + "start": 769.82, + "end": 770.02, + "text": "a" + }, + { + "id": 2341, + "start": 770.02, + "end": 770.52, + "text": "signature" + }, + { + "id": 2342, + "start": 770.54, + "end": 770.74, + "text": "here" + }, + { + "id": 2343, + "start": 770.74, + "end": 770.86, + "text": "in" + }, + { + "id": 2344, + "start": 770.86, + "end": 771.06, + "text": "this" + }, + { + "id": 2345, + "start": 771.06, + "end": 771.42, + "text": "input" + }, + { + "id": 2346, + "start": 771.42, + "end": 771.66, + "text": "I'm" + }, + { + "id": 2347, + "start": 771.66, + "end": 771.88, + "text": "going" + }, + { + "id": 2348, + "start": 771.88, + "end": 772.0, + "text": "to" + }, + { + "id": 2349, + "start": 772.0, + "end": 772.2, + "text": "put" + }, + { + "id": 2350, + "start": 772.2, + "end": 772.28, + "text": "a" + }, + { + "id": 2351, + "start": 772.28, + "end": 772.68, + "text": "pointer" + }, + { + "id": 2352, + "start": 772.68, + "end": 773.18, + "text": "to" + }, + { + "id": 2353, + "start": 773.26, + "end": 773.48, + "text": "the" + }, + { + "id": 2354, + "start": 773.48, + "end": 773.72, + "text": "first" + }, + { + "id": 2355, + "start": 773.72, + "end": 774.22, + "text": "input," + }, + { + "id": 2356, + "start": 774.24, + "end": 774.6, + "text": "input" + }, + { + "id": 2357, + "start": 774.6, + "end": 775.1, + "text": "0," + }, + { + "id": 2358, + "start": 775.2, + "end": 775.56, + "text": "input" + }, + { + "id": 2359, + "start": 775.56, + "end": 776.06, + "text": "3." + }, + { + "id": 2360, + "start": 776.5, + "end": 776.68, + "text": "And" + }, + { + "id": 2361, + "start": 776.68, + "end": 776.96, + "text": "same" + }, + { + "id": 2362, + "start": 776.96, + "end": 777.46, + "text": "here." + }, + { + "id": 2363, + "start": 777.54, + "end": 777.84, + "text": "These" + }, + { + "id": 2364, + "start": 777.84, + "end": 778.12, + "text": "other" + }, + { + "id": 2365, + "start": 778.12, + "end": 778.32, + "text": "two" + }, + { + "id": 2366, + "start": 778.32, + "end": 778.66, + "text": "inputs" + }, + { + "id": 2367, + "start": 778.66, + "end": 778.86, + "text": "I'm" + }, + { + "id": 2368, + "start": 778.86, + "end": 779.2, + "text": "spending" + }, + { + "id": 2369, + "start": 779.2, + "end": 779.34, + "text": "in" + }, + { + "id": 2370, + "start": 779.34, + "end": 779.5, + "text": "this" + }, + { + "id": 2371, + "start": 779.5, + "end": 780.0, + "text": "transaction" + }, + { + "id": 2372, + "start": 780.3, + "end": 780.72, + "text": "point" + }, + { + "id": 2373, + "start": 780.72, + "end": 780.86, + "text": "to" + }, + { + "id": 2374, + "start": 780.86, + "end": 781.02, + "text": "the" + }, + { + "id": 2375, + "start": 781.02, + "end": 781.32, + "text": "input" + }, + { + "id": 2376, + "start": 781.32, + "end": 781.56, + "text": "that" + }, + { + "id": 2377, + "start": 781.56, + "end": 781.86, + "text": "has" + }, + { + "id": 2378, + "start": 781.86, + "end": 782.02, + "text": "an" + }, + { + "id": 2379, + "start": 782.02, + "end": 782.36, + "text": "actual" + }, + { + "id": 2380, + "start": 782.36, + "end": 782.68, + "text": "full" + }, + { + "id": 2381, + "start": 782.68, + "end": 783.18, + "text": "signature." + }, + { + "id": 2382, + "start": 783.78, + "end": 783.9, + "text": "So" + }, + { + "id": 2383, + "start": 783.9, + "end": 784.08, + "text": "how" + }, + { + "id": 2384, + "start": 784.08, + "end": 784.24, + "text": "do" + }, + { + "id": 2385, + "start": 784.24, + "end": 784.44, + "text": "these" + }, + { + "id": 2386, + "start": 784.44, + "end": 784.8, + "text": "pointers" + }, + { + "id": 2387, + "start": 784.8, + "end": 785.3, + "text": "work?" + }, + { + "id": 2388, + "start": 786.06, + "end": 786.34, + "text": "How" + }, + { + "id": 2389, + "start": 786.34, + "end": 786.56, + "text": "does" + }, + { + "id": 2390, + "start": 786.56, + "end": 786.9, + "text": "input" + }, + { + "id": 2391, + "start": 786.9, + "end": 787.28, + "text": "2" + }, + { + "id": 2392, + "start": 787.28, + "end": 787.5, + "text": "point" + }, + { + "id": 2393, + "start": 787.5, + "end": 787.66, + "text": "to" + }, + { + "id": 2394, + "start": 787.66, + "end": 787.96, + "text": "input" + }, + { + "id": 2395, + "start": 787.96, + "end": 788.26, + "text": "0" + }, + { + "id": 2396, + "start": 788.26, + "end": 788.56, + "text": "without" + }, + { + "id": 2397, + "start": 788.56, + "end": 789.06, + "text": "signing?" + }, + { + "id": 2398, + "start": 790.16, + "end": 790.66, + "text": "Input," + }, + { + "id": 2399, + "start": 790.68, + "end": 790.86, + "text": "what" + }, + { + "id": 2400, + "start": 790.86, + "end": 791.04, + "text": "we" + }, + { + "id": 2401, + "start": 791.04, + "end": 791.2, + "text": "do" + }, + { + "id": 2402, + "start": 791.2, + "end": 791.4, + "text": "is" + }, + { + "id": 2403, + "start": 791.4, + "end": 791.72, + "text": "input" + }, + { + "id": 2404, + "start": 791.72, + "end": 792.16, + "text": "0's" + }, + { + "id": 2405, + "start": 792.16, + "end": 792.38, + "text": "out" + }, + { + "id": 2406, + "start": 792.38, + "end": 792.64, + "text": "point," + }, + { + "id": 2407, + "start": 792.64, + "end": 792.8, + "text": "so" + }, + { + "id": 2408, + "start": 792.8, + "end": 793.3, + "text": "it's," + }, + { + "id": 2409, + "start": 793.7, + "end": 793.86, + "text": "these" + }, + { + "id": 2410, + "start": 793.86, + "end": 794.12, + "text": "words" + }, + { + "id": 2411, + "start": 794.12, + "end": 794.26, + "text": "are" + }, + { + "id": 2412, + "start": 794.26, + "end": 794.76, + "text": "hard," + }, + { + "id": 2413, + "start": 794.76, + "end": 794.88, + "text": "the" + }, + { + "id": 2414, + "start": 794.88, + "end": 795.12, + "text": "out" + }, + { + "id": 2415, + "start": 795.12, + "end": 795.48, + "text": "point" + }, + { + "id": 2416, + "start": 795.48, + "end": 795.7, + "text": "is" + }, + { + "id": 2417, + "start": 795.7, + "end": 795.9, + "text": "the" + }, + { + "id": 2418, + "start": 795.9, + "end": 796.26, + "text": "term" + }, + { + "id": 2419, + "start": 796.26, + "end": 796.5, + "text": "for" + }, + { + "id": 2420, + "start": 796.5, + "end": 796.68, + "text": "like" + }, + { + "id": 2421, + "start": 796.68, + "end": 796.8, + "text": "the" + }, + { + "id": 2422, + "start": 796.8, + "end": 797.28, + "text": "UTXO" + }, + { + "id": 2423, + "start": 797.28, + "end": 797.68, + "text": "label," + }, + { + "id": 2424, + "start": 797.68, + "end": 797.96, + "text": "It's" + }, + { + "id": 2425, + "start": 797.96, + "end": 798.08, + "text": "just" + }, + { + "id": 2426, + "start": 798.08, + "end": 798.58, + "text": "TXID" + }, + { + "id": 2427, + "start": 798.6, + "end": 798.96, + "text": "index." + }, + { + "id": 2428, + "start": 798.96, + "end": 799.08, + "text": "So" + }, + { + "id": 2429, + "start": 799.08, + "end": 799.24, + "text": "when" + }, + { + "id": 2430, + "start": 799.24, + "end": 799.4, + "text": "you" + }, + { + "id": 2431, + "start": 799.4, + "end": 799.72, + "text": "create" + }, + { + "id": 2432, + "start": 799.72, + "end": 799.84, + "text": "a" + }, + { + "id": 2433, + "start": 799.84, + "end": 800.34, + "text": "transaction," + }, + { + "id": 2434, + "start": 800.5, + "end": 800.72, + "text": "it's" + }, + { + "id": 2435, + "start": 800.72, + "end": 800.86, + "text": "got" + }, + { + "id": 2436, + "start": 800.86, + "end": 801.02, + "text": "a" + }, + { + "id": 2437, + "start": 801.02, + "end": 801.52, + "text": "TXID." + }, + { + "id": 2438, + "start": 802.08, + "end": 802.2, + "text": "And" + }, + { + "id": 2439, + "start": 802.2, + "end": 802.7, + "text": "then" + }, + { + "id": 2440, + "start": 802.76, + "end": 803.0, + "text": "let's" + }, + { + "id": 2441, + "start": 803.0, + "end": 803.24, + "text": "say" + }, + { + "id": 2442, + "start": 803.24, + "end": 803.46, + "text": "this" + }, + { + "id": 2443, + "start": 803.46, + "end": 803.96, + "text": "transaction" + }, + { + "id": 2444, + "start": 804.02, + "end": 804.52, + "text": "has" + }, + { + "id": 2445, + "start": 804.8, + "end": 805.08, + "text": "two" + }, + { + "id": 2446, + "start": 805.08, + "end": 805.58, + "text": "outputs." + }, + { + "id": 2447, + "start": 806.12, + "end": 806.28, + "text": "And" + }, + { + "id": 2448, + "start": 806.28, + "end": 806.42, + "text": "so" + }, + { + "id": 2449, + "start": 806.42, + "end": 806.72, + "text": "you'd" + }, + { + "id": 2450, + "start": 806.72, + "end": 807.18, + "text": "say," + }, + { + "id": 2451, + "start": 807.18, + "end": 807.34, + "text": "this" + }, + { + "id": 2452, + "start": 807.34, + "end": 807.84, + "text": "TXID" + }, + { + "id": 2453, + "start": 808.5, + "end": 809.0, + "text": "0" + }, + { + "id": 2454, + "start": 809.12, + "end": 809.34, + "text": "is" + }, + { + "id": 2455, + "start": 809.34, + "end": 809.64, + "text": "this" + }, + { + "id": 2456, + "start": 809.64, + "end": 810.14, + "text": "UTXO." + }, + { + "id": 2457, + "start": 810.38, + "end": 810.66, + "text": "This" + }, + { + "id": 2458, + "start": 810.66, + "end": 811.16, + "text": "txid" + }, + { + "id": 2459, + "start": 811.36, + "end": 811.78, + "text": "1" + }, + { + "id": 2460, + "start": 811.78, + "end": 811.98, + "text": "is" + }, + { + "id": 2461, + "start": 811.98, + "end": 812.14, + "text": "this" + }, + { + "id": 2462, + "start": 812.14, + "end": 812.64, + "text": "utxo." + }, + { + "id": 2463, + "start": 812.68, + "end": 812.78, + "text": "So" + }, + { + "id": 2464, + "start": 812.78, + "end": 813.0, + "text": "that's" + }, + { + "id": 2465, + "start": 813.0, + "end": 813.24, + "text": "called" + }, + { + "id": 2466, + "start": 813.24, + "end": 813.4, + "text": "an" + }, + { + "id": 2467, + "start": 813.4, + "end": 813.9, + "text": "outpoint." + }, + { + "id": 2468, + "start": 815.9, + "end": 816.4, + "text": "And" + }, + { + "id": 2469, + "start": 816.74, + "end": 817.24, + "text": "so" + }, + { + "id": 2470, + "start": 817.58, + "end": 817.8, + "text": "the" + }, + { + "id": 2471, + "start": 817.8, + "end": 818.26, + "text": "idea" + }, + { + "id": 2472, + "start": 818.26, + "end": 818.6, + "text": "is" + }, + { + "id": 2473, + "start": 818.6, + "end": 818.84, + "text": "you" + }, + { + "id": 2474, + "start": 818.84, + "end": 819.34, + "text": "bake" + }, + { + "id": 2475, + "start": 820.08, + "end": 820.44, + "text": "the" + }, + { + "id": 2476, + "start": 820.44, + "end": 820.94, + "text": "outpoint" + }, + { + "id": 2477, + "start": 820.96, + "end": 821.1, + "text": "of" + }, + { + "id": 2478, + "start": 821.1, + "end": 821.42, + "text": "input" + }, + { + "id": 2479, + "start": 821.42, + "end": 821.88, + "text": "0" + }, + { + "id": 2480, + "start": 821.88, + "end": 822.14, + "text": "into" + }, + { + "id": 2481, + "start": 822.14, + "end": 822.4, + "text": "input" + }, + { + "id": 2482, + "start": 822.4, + "end": 822.84, + "text": "2's" + }, + { + "id": 2483, + "start": 822.84, + "end": 823.18, + "text": "taproot" + }, + { + "id": 2484, + "start": 823.18, + "end": 823.68, + "text": "tree." + }, + { + "id": 2485, + "start": 824.38, + "end": 824.58, + "text": "And" + }, + { + "id": 2486, + "start": 824.58, + "end": 825.04, + "text": "so" + }, + { + "id": 2487, + "start": 825.04, + "end": 825.16, + "text": "That" + }, + { + "id": 2488, + "start": 825.16, + "end": 825.3, + "text": "means" + }, + { + "id": 2489, + "start": 825.3, + "end": 825.36, + "text": "that" + }, + { + "id": 2490, + "start": 825.36, + "end": 825.72, + "text": "input" + }, + { + "id": 2491, + "start": 825.72, + "end": 826.08, + "text": "0's" + }, + { + "id": 2492, + "start": 826.08, + "end": 826.56, + "text": "UTXO" + }, + { + "id": 2493, + "start": 826.56, + "end": 826.8, + "text": "needs" + }, + { + "id": 2494, + "start": 826.8, + "end": 826.96, + "text": "to" + }, + { + "id": 2495, + "start": 826.96, + "end": 827.4, + "text": "exist" + }, + { + "id": 2496, + "start": 827.4, + "end": 827.8, + "text": "before" + }, + { + "id": 2497, + "start": 827.8, + "end": 828.08, + "text": "input" + }, + { + "id": 2498, + "start": 828.08, + "end": 828.56, + "text": "2's" + }, + { + "id": 2499, + "start": 828.56, + "end": 829.06, + "text": "address" + }, + { + "id": 2500, + "start": 829.16, + "end": 829.32, + "text": "is" + }, + { + "id": 2501, + "start": 829.32, + "end": 829.82, + "text": "generated." + }, + { + "id": 2502, + "start": 830.82, + "end": 830.98, + "text": "And" + }, + { + "id": 2503, + "start": 830.98, + "end": 831.04, + "text": "the" + }, + { + "id": 2504, + "start": 831.04, + "end": 831.22, + "text": "way" + }, + { + "id": 2505, + "start": 831.22, + "end": 831.34, + "text": "you" + }, + { + "id": 2506, + "start": 831.34, + "end": 831.68, + "text": "enforce" + }, + { + "id": 2507, + "start": 831.68, + "end": 831.88, + "text": "this" + }, + { + "id": 2508, + "start": 831.88, + "end": 832.04, + "text": "is" + }, + { + "id": 2509, + "start": 832.04, + "end": 832.2, + "text": "a" + }, + { + "id": 2510, + "start": 832.2, + "end": 832.54, + "text": "simplified" + }, + { + "id": 2511, + "start": 832.54, + "end": 832.72, + "text": "version," + }, + { + "id": 2512, + "start": 832.72, + "end": 832.84, + "text": "I'll" + }, + { + "id": 2513, + "start": 832.84, + "end": 832.96, + "text": "go" + }, + { + "id": 2514, + "start": 832.96, + "end": 833.1, + "text": "to" + }, + { + "id": 2515, + "start": 833.1, + "end": 833.2, + "text": "the" + }, + { + "id": 2516, + "start": 833.2, + "end": 833.44, + "text": "actual" + }, + { + "id": 2517, + "start": 833.44, + "end": 833.68, + "text": "version" + }, + { + "id": 2518, + "start": 833.68, + "end": 833.86, + "text": "in" + }, + { + "id": 2519, + "start": 833.86, + "end": 833.94, + "text": "one" + }, + { + "id": 2520, + "start": 833.94, + "end": 834.12, + "text": "more" + }, + { + "id": 2521, + "start": 834.12, + "end": 834.34, + "text": "slide," + }, + { + "id": 2522, + "start": 834.34, + "end": 834.6, + "text": "but" + }, + { + "id": 2523, + "start": 834.6, + "end": 835.02, + "text": "basically" + }, + { + "id": 2524, + "start": 835.02, + "end": 835.12, + "text": "you" + }, + { + "id": 2525, + "start": 835.12, + "end": 835.32, + "text": "just" + }, + { + "id": 2526, + "start": 835.32, + "end": 835.48, + "text": "have" + }, + { + "id": 2527, + "start": 835.48, + "end": 835.64, + "text": "an" + }, + { + "id": 2528, + "start": 835.64, + "end": 836.14, + "text": "opcode" + }, + { + "id": 2529, + "start": 836.28, + "end": 836.78, + "text": "that" + }, + { + "id": 2530, + "start": 836.78, + "end": 837.1, + "text": "takes" + }, + { + "id": 2531, + "start": 837.1, + "end": 837.5, + "text": "in" + }, + { + "id": 2532, + "start": 837.5, + "end": 837.68, + "text": "an" + }, + { + "id": 2533, + "start": 837.68, + "end": 838.18, + "text": "outpoint" + }, + { + "id": 2534, + "start": 839.02, + "end": 839.22, + "text": "and" + }, + { + "id": 2535, + "start": 839.22, + "end": 839.72, + "text": "says," + }, + { + "id": 2536, + "start": 840.2, + "end": 840.36, + "text": "okay," + }, + { + "id": 2537, + "start": 840.36, + "end": 840.54, + "text": "is" + }, + { + "id": 2538, + "start": 840.54, + "end": 840.7, + "text": "this" + }, + { + "id": 2539, + "start": 840.7, + "end": 841.08, + "text": "outpoint" + }, + { + "id": 2540, + "start": 841.08, + "end": 841.44, + "text": "also" + }, + { + "id": 2541, + "start": 841.44, + "end": 841.72, + "text": "being" + }, + { + "id": 2542, + "start": 841.72, + "end": 842.08, + "text": "spent" + }, + { + "id": 2543, + "start": 842.08, + "end": 842.2, + "text": "in" + }, + { + "id": 2544, + "start": 842.2, + "end": 842.44, + "text": "this" + }, + { + "id": 2545, + "start": 842.44, + "end": 842.94, + "text": "transaction?" + }, + { + "id": 2546, + "start": 843.16, + "end": 843.32, + "text": "If" + }, + { + "id": 2547, + "start": 843.32, + "end": 843.72, + "text": "so," + }, + { + "id": 2548, + "start": 843.72, + "end": 844.22, + "text": "great." + }, + { + "id": 2549, + "start": 844.54, + "end": 844.6, + "text": "You" + }, + { + "id": 2550, + "start": 844.6, + "end": 844.78, + "text": "know," + }, + { + "id": 2551, + "start": 844.78, + "end": 845.28, + "text": "success." + }, + { + "id": 2552, + "start": 845.42, + "end": 845.64, + "text": "If" + }, + { + "id": 2553, + "start": 845.64, + "end": 846.0, + "text": "not," + }, + { + "id": 2554, + "start": 846.0, + "end": 846.48, + "text": "fail." + }, + { + "id": 2555, + "start": 846.48, + "end": 846.98, + "text": "Transaction," + }, + { + "id": 2556, + "start": 847.08, + "end": 847.26, + "text": "you" + }, + { + "id": 2557, + "start": 847.26, + "end": 847.42, + "text": "know," + }, + { + "id": 2558, + "start": 847.42, + "end": 847.64, + "text": "is" + }, + { + "id": 2559, + "start": 847.64, + "end": 848.14, + "text": "invalid." + }, + { + "id": 2560, + "start": 849.8, + "end": 850.3, + "text": "That's" + }, + { + "id": 2561, + "start": 850.32, + "end": 850.82, + "text": "basically" + }, + { + "id": 2562, + "start": 850.84, + "end": 851.04, + "text": "it." + }, + { + "id": 2563, + "start": 851.04, + "end": 851.32, + "text": "It's" + }, + { + "id": 2564, + "start": 851.32, + "end": 851.48, + "text": "a" + }, + { + "id": 2565, + "start": 851.48, + "end": 851.76, + "text": "real" + }, + { + "id": 2566, + "start": 851.76, + "end": 852.1, + "text": "simple" + }, + { + "id": 2567, + "start": 852.1, + "end": 852.6, + "text": "opcode," + }, + { + "id": 2568, + "start": 852.62, + "end": 853.12, + "text": "right?" + }, + { + "id": 2569, + "start": 853.3, + "end": 853.5, + "text": "You" + }, + { + "id": 2570, + "start": 853.5, + "end": 853.68, + "text": "do" + }, + { + "id": 2571, + "start": 853.68, + "end": 853.92, + "text": "need" + }, + { + "id": 2572, + "start": 853.92, + "end": 854.08, + "text": "to" + }, + { + "id": 2573, + "start": 854.08, + "end": 854.34, + "text": "do" + }, + { + "id": 2574, + "start": 854.34, + "end": 854.44, + "text": "a" + }, + { + "id": 2575, + "start": 854.44, + "end": 854.7, + "text": "couple" + }, + { + "id": 2576, + "start": 854.7, + "end": 855.18, + "text": "things." + }, + { + "id": 2577, + "start": 855.18, + "end": 855.34, + "text": "You" + }, + { + "id": 2578, + "start": 855.34, + "end": 855.58, + "text": "don't" + }, + { + "id": 2579, + "start": 855.58, + "end": 855.8, + "text": "need" + }, + { + "id": 2580, + "start": 855.8, + "end": 856.0, + "text": "to," + }, + { + "id": 2581, + "start": 856.0, + "end": 856.5, + "text": "but" + }, + { + "id": 2582, + "start": 856.5, + "end": 856.72, + "text": "the" + }, + { + "id": 2583, + "start": 856.72, + "end": 857.04, + "text": "actual" + }, + { + "id": 2584, + "start": 857.04, + "end": 857.26, + "text": "thing" + }, + { + "id": 2585, + "start": 857.26, + "end": 857.46, + "text": "I'm" + }, + { + "id": 2586, + "start": 857.46, + "end": 857.66, + "text": "going" + }, + { + "id": 2587, + "start": 857.66, + "end": 857.98, + "text": "to" + }, + { + "id": 2588, + "start": 857.98, + "end": 858.48, + "text": "propose," + }, + { + "id": 2589, + "start": 858.58, + "end": 858.9, + "text": "and" + }, + { + "id": 2590, + "start": 858.9, + "end": 859.02, + "text": "I" + }, + { + "id": 2591, + "start": 859.02, + "end": 859.36, + "text": "wanted" + }, + { + "id": 2592, + "start": 859.36, + "end": 859.54, + "text": "to" + }, + { + "id": 2593, + "start": 859.54, + "end": 859.7, + "text": "like" + }, + { + "id": 2594, + "start": 859.7, + "end": 859.92, + "text": "write" + }, + { + "id": 2595, + "start": 859.92, + "end": 860.06, + "text": "up" + }, + { + "id": 2596, + "start": 860.06, + "end": 860.24, + "text": "this" + }, + { + "id": 2597, + "start": 860.24, + "end": 860.42, + "text": "for" + }, + { + "id": 2598, + "start": 860.42, + "end": 860.54, + "text": "the" + }, + { + "id": 2599, + "start": 860.54, + "end": 860.8, + "text": "mailing" + }, + { + "id": 2600, + "start": 860.8, + "end": 861.02, + "text": "list" + }, + { + "id": 2601, + "start": 861.02, + "end": 861.3, + "text": "before" + }, + { + "id": 2602, + "start": 861.3, + "end": 861.46, + "text": "this" + }, + { + "id": 2603, + "start": 861.46, + "end": 861.6, + "text": "talk," + }, + { + "id": 2604, + "start": 861.6, + "end": 861.76, + "text": "but" + }, + { + "id": 2605, + "start": 861.76, + "end": 861.98, + "text": "it" + }, + { + "id": 2606, + "start": 861.98, + "end": 862.2, + "text": "didn't" + }, + { + "id": 2607, + "start": 862.2, + "end": 862.48, + "text": "quite" + }, + { + "id": 2608, + "start": 862.48, + "end": 862.68, + "text": "happen," + }, + { + "id": 2609, + "start": 862.68, + "end": 862.84, + "text": "but" + }, + { + "id": 2610, + "start": 862.84, + "end": 862.96, + "text": "I" + }, + { + "id": 2611, + "start": 862.96, + "end": 863.16, + "text": "will" + }, + { + "id": 2612, + "start": 863.16, + "end": 863.56, + "text": "post" + }, + { + "id": 2613, + "start": 863.56, + "end": 863.72, + "text": "these" + }, + { + "id": 2614, + "start": 863.72, + "end": 864.02, + "text": "slides" + }, + { + "id": 2615, + "start": 864.02, + "end": 864.32, + "text": "and" + }, + { + "id": 2616, + "start": 864.32, + "end": 864.52, + "text": "make" + }, + { + "id": 2617, + "start": 864.52, + "end": 864.62, + "text": "a" + }, + { + "id": 2618, + "start": 864.62, + "end": 864.86, + "text": "mailing" + }, + { + "id": 2619, + "start": 864.86, + "end": 865.04, + "text": "list" + }, + { + "id": 2620, + "start": 865.04, + "end": 865.28, + "text": "post" + }, + { + "id": 2621, + "start": 865.28, + "end": 865.64, + "text": "probably" + }, + { + "id": 2622, + "start": 865.64, + "end": 865.84, + "text": "maybe" + }, + { + "id": 2623, + "start": 865.84, + "end": 866.0, + "text": "on" + }, + { + "id": 2624, + "start": 866.0, + "end": 866.12, + "text": "the" + }, + { + "id": 2625, + "start": 866.12, + "end": 866.36, + "text": "airplane" + }, + { + "id": 2626, + "start": 866.36, + "end": 866.86, + "text": "back." + }, + { + "id": 2627, + "start": 867.54, + "end": 867.7, + "text": "You" + }, + { + "id": 2628, + "start": 867.7, + "end": 867.88, + "text": "want" + }, + { + "id": 2629, + "start": 867.88, + "end": 867.98, + "text": "to" + }, + { + "id": 2630, + "start": 867.98, + "end": 868.48, + "text": "put" + }, + { + "id": 2631, + "start": 868.62, + "end": 868.82, + "text": "two" + }, + { + "id": 2632, + "start": 868.82, + "end": 869.14, + "text": "extra" + }, + { + "id": 2633, + "start": 869.14, + "end": 869.44, + "text": "things," + }, + { + "id": 2634, + "start": 869.44, + "end": 869.62, + "text": "this" + }, + { + "id": 2635, + "start": 869.62, + "end": 870.06, + "text": "input" + }, + { + "id": 2636, + "start": 870.06, + "end": 870.56, + "text": "index" + }, + { + "id": 2637, + "start": 870.66, + "end": 870.9, + "text": "and" + }, + { + "id": 2638, + "start": 870.9, + "end": 871.06, + "text": "this" + }, + { + "id": 2639, + "start": 871.06, + "end": 871.56, + "text": "nonce." + }, + { + "id": 2640, + "start": 872.22, + "end": 872.42, + "text": "So" + }, + { + "id": 2641, + "start": 872.42, + "end": 872.54, + "text": "the" + }, + { + "id": 2642, + "start": 872.54, + "end": 872.78, + "text": "idea" + }, + { + "id": 2643, + "start": 872.78, + "end": 872.9, + "text": "is" + }, + { + "id": 2644, + "start": 872.9, + "end": 873.06, + "text": "the" + }, + { + "id": 2645, + "start": 873.06, + "end": 873.42, + "text": "input" + }, + { + "id": 2646, + "start": 873.42, + "end": 873.84, + "text": "index" + }, + { + "id": 2647, + "start": 873.84, + "end": 874.02, + "text": "is" + }, + { + "id": 2648, + "start": 874.02, + "end": 874.32, + "text": "where" + }, + { + "id": 2649, + "start": 874.32, + "end": 874.48, + "text": "in" + }, + { + "id": 2650, + "start": 874.48, + "end": 874.64, + "text": "the" + }, + { + "id": 2651, + "start": 874.64, + "end": 875.08, + "text": "current" + }, + { + "id": 2652, + "start": 875.08, + "end": 875.54, + "text": "transaction" + }, + { + "id": 2653, + "start": 875.54, + "end": 875.8, + "text": "that's" + }, + { + "id": 2654, + "start": 875.8, + "end": 876.0, + "text": "being" + }, + { + "id": 2655, + "start": 876.0, + "end": 876.48, + "text": "validated" + }, + { + "id": 2656, + "start": 876.48, + "end": 876.78, + "text": "to" + }, + { + "id": 2657, + "start": 876.78, + "end": 877.28, + "text": "look" + }, + { + "id": 2658, + "start": 877.5, + "end": 878.0, + "text": "for" + }, + { + "id": 2659, + "start": 878.56, + "end": 879.06, + "text": "this" + }, + { + "id": 2660, + "start": 879.16, + "end": 879.56, + "text": "output" + }, + { + "id": 2661, + "start": 879.56, + "end": 879.88, + "text": "index" + }, + { + "id": 2662, + "start": 879.88, + "end": 880.38, + "text": "txid." + }, + { + "id": 2663, + "start": 881.68, + "end": 881.78, + "text": "And" + }, + { + "id": 2664, + "start": 881.78, + "end": 882.04, + "text": "the" + }, + { + "id": 2665, + "start": 882.04, + "end": 882.54, + "text": "nonce" + }, + { + "id": 2666, + "start": 882.56, + "end": 882.82, + "text": "is" + }, + { + "id": 2667, + "start": 882.82, + "end": 883.18, + "text": "discarded" + }, + { + "id": 2668, + "start": 883.18, + "end": 883.38, + "text": "but" + }, + { + "id": 2669, + "start": 883.38, + "end": 883.52, + "text": "it's" + }, + { + "id": 2670, + "start": 883.52, + "end": 883.68, + "text": "just" + }, + { + "id": 2671, + "start": 883.68, + "end": 883.78, + "text": "a" + }, + { + "id": 2672, + "start": 883.78, + "end": 884.06, + "text": "random" + }, + { + "id": 2673, + "start": 884.06, + "end": 884.26, + "text": "number" + }, + { + "id": 2674, + "start": 884.26, + "end": 884.38, + "text": "you" + }, + { + "id": 2675, + "start": 884.38, + "end": 884.54, + "text": "can" + }, + { + "id": 2676, + "start": 884.54, + "end": 884.7, + "text": "put" + }, + { + "id": 2677, + "start": 884.7, + "end": 884.9, + "text": "there" + }, + { + "id": 2678, + "start": 884.9, + "end": 885.04, + "text": "and" + }, + { + "id": 2679, + "start": 885.04, + "end": 885.24, + "text": "it" + }, + { + "id": 2680, + "start": 885.24, + "end": 885.42, + "text": "gets" + }, + { + "id": 2681, + "start": 885.42, + "end": 885.88, + "text": "discarded" + }, + { + "id": 2682, + "start": 885.88, + "end": 886.04, + "text": "has" + }, + { + "id": 2683, + "start": 886.04, + "end": 886.24, + "text": "no" + }, + { + "id": 2684, + "start": 886.24, + "end": 886.68, + "text": "consensus" + }, + { + "id": 2685, + "start": 886.68, + "end": 887.16, + "text": "meaning" + }, + { + "id": 2686, + "start": 887.16, + "end": 887.4, + "text": "for" + }, + { + "id": 2687, + "start": 887.4, + "end": 887.88, + "text": "blinding." + }, + { + "id": 2688, + "start": 887.88, + "end": 888.08, + "text": "I'll" + }, + { + "id": 2689, + "start": 888.08, + "end": 888.28, + "text": "talk" + }, + { + "id": 2690, + "start": 888.28, + "end": 888.48, + "text": "about" + }, + { + "id": 2691, + "start": 888.48, + "end": 888.68, + "text": "these" + }, + { + "id": 2692, + "start": 888.68, + "end": 889.18, + "text": "two." + }, + { + "id": 2693, + "start": 889.54, + "end": 889.74, + "text": "The" + }, + { + "id": 2694, + "start": 889.74, + "end": 890.08, + "text": "input" + }, + { + "id": 2695, + "start": 890.08, + "end": 890.58, + "text": "index" + }, + { + "id": 2696, + "start": 890.86, + "end": 891.02, + "text": "is" + }, + { + "id": 2697, + "start": 891.02, + "end": 891.18, + "text": "where" + }, + { + "id": 2698, + "start": 891.18, + "end": 891.36, + "text": "to" + }, + { + "id": 2699, + "start": 891.36, + "end": 891.58, + "text": "look" + }, + { + "id": 2700, + "start": 891.58, + "end": 891.74, + "text": "in" + }, + { + "id": 2701, + "start": 891.74, + "end": 891.9, + "text": "the" + }, + { + "id": 2702, + "start": 891.9, + "end": 892.36, + "text": "transaction." + }, + { + "id": 2703, + "start": 892.36, + "end": 892.5, + "text": "So" + }, + { + "id": 2704, + "start": 892.5, + "end": 892.68, + "text": "for" + }, + { + "id": 2705, + "start": 892.68, + "end": 893.18, + "text": "example," + }, + { + "id": 2706, + "start": 893.2, + "end": 893.4, + "text": "if" + }, + { + "id": 2707, + "start": 893.4, + "end": 893.6, + "text": "we're" + }, + { + "id": 2708, + "start": 893.6, + "end": 894.1, + "text": "here," + }, + { + "id": 2709, + "start": 894.78, + "end": 895.28, + "text": "this," + }, + { + "id": 2710, + "start": 896.04, + "end": 896.12, + "text": "you" + }, + { + "id": 2711, + "start": 896.12, + "end": 896.38, + "text": "know," + }, + { + "id": 2712, + "start": 896.38, + "end": 896.8, + "text": "Alice" + }, + { + "id": 2713, + "start": 896.8, + "end": 897.18, + "text": "input" + }, + { + "id": 2714, + "start": 897.18, + "end": 897.54, + "text": "7," + }, + { + "id": 2715, + "start": 897.54, + "end": 897.82, + "text": "so" + }, + { + "id": 2716, + "start": 897.82, + "end": 898.32, + "text": "input" + }, + { + "id": 2717, + "start": 898.32, + "end": 898.82, + "text": "1" + }, + { + "id": 2718, + "start": 898.86, + "end": 899.06, + "text": "in" + }, + { + "id": 2719, + "start": 899.06, + "end": 899.24, + "text": "the" + }, + { + "id": 2720, + "start": 899.24, + "end": 899.74, + "text": "transaction," + }, + { + "id": 2721, + "start": 900.44, + "end": 900.72, + "text": "would" + }, + { + "id": 2722, + "start": 900.72, + "end": 901.22, + "text": "say" + }, + { + "id": 2723, + "start": 901.28, + "end": 901.78, + "text": "0," + }, + { + "id": 2724, + "start": 902.66, + "end": 903.04, + "text": "whatever" + }, + { + "id": 2725, + "start": 903.04, + "end": 903.42, + "text": "this" + }, + { + "id": 2726, + "start": 903.42, + "end": 903.58, + "text": "out" + }, + { + "id": 2727, + "start": 903.58, + "end": 903.84, + "text": "point" + }, + { + "id": 2728, + "start": 903.84, + "end": 903.96, + "text": "is," + }, + { + "id": 2729, + "start": 903.96, + "end": 904.14, + "text": "and" + }, + { + "id": 2730, + "start": 904.14, + "end": 904.28, + "text": "then" + }, + { + "id": 2731, + "start": 904.28, + "end": 904.44, + "text": "some" + }, + { + "id": 2732, + "start": 904.44, + "end": 904.76, + "text": "random" + }, + { + "id": 2733, + "start": 904.76, + "end": 904.96, + "text": "number." + }, + { + "id": 2734, + "start": 904.96, + "end": 905.14, + "text": "Because" + }, + { + "id": 2735, + "start": 905.14, + "end": 905.38, + "text": "it's" + }, + { + "id": 2736, + "start": 905.38, + "end": 905.54, + "text": "like," + }, + { + "id": 2737, + "start": 905.54, + "end": 905.8, + "text": "look" + }, + { + "id": 2738, + "start": 905.8, + "end": 905.92, + "text": "in" + }, + { + "id": 2739, + "start": 905.92, + "end": 906.36, + "text": "position" + }, + { + "id": 2740, + "start": 906.36, + "end": 906.86, + "text": "0" + }, + { + "id": 2741, + "start": 906.98, + "end": 907.42, + "text": "for" + }, + { + "id": 2742, + "start": 907.42, + "end": 907.76, + "text": "Alice" + }, + { + "id": 2743, + "start": 907.76, + "end": 908.12, + "text": "input" + }, + { + "id": 2744, + "start": 908.12, + "end": 908.62, + "text": "3." + }, + { + "id": 2745, + "start": 908.94, + "end": 909.12, + "text": "If" + }, + { + "id": 2746, + "start": 909.12, + "end": 909.38, + "text": "you" + }, + { + "id": 2747, + "start": 909.38, + "end": 909.78, + "text": "don't" + }, + { + "id": 2748, + "start": 909.78, + "end": 910.02, + "text": "have" + }, + { + "id": 2749, + "start": 910.02, + "end": 910.4, + "text": "this," + }, + { + "id": 2750, + "start": 910.4, + "end": 910.9, + "text": "technically" + }, + { + "id": 2751, + "start": 910.9, + "end": 911.4, + "text": "it's" + }, + { + "id": 2752, + "start": 911.4, + "end": 911.54, + "text": "of" + }, + { + "id": 2753, + "start": 911.54, + "end": 911.72, + "text": "n" + }, + { + "id": 2754, + "start": 911.72, + "end": 912.22, + "text": "squared." + }, + { + "id": 2755, + "start": 912.44, + "end": 912.66, + "text": "Because" + }, + { + "id": 2756, + "start": 912.66, + "end": 912.74, + "text": "if" + }, + { + "id": 2757, + "start": 912.74, + "end": 912.9, + "text": "you" + }, + { + "id": 2758, + "start": 912.9, + "end": 913.04, + "text": "have" + }, + { + "id": 2759, + "start": 913.04, + "end": 913.26, + "text": "1," + }, + { + "id": 2760, + "start": 913.26, + "end": 913.48, + "text": "000" + }, + { + "id": 2761, + "start": 913.48, + "end": 913.94, + "text": "inputs" + }, + { + "id": 2762, + "start": 913.94, + "end": 914.1, + "text": "and" + }, + { + "id": 2763, + "start": 914.1, + "end": 914.32, + "text": "they're" + }, + { + "id": 2764, + "start": 914.32, + "end": 914.54, + "text": "all" + }, + { + "id": 2765, + "start": 914.54, + "end": 914.9, + "text": "saying," + }, + { + "id": 2766, + "start": 914.9, + "end": 915.04, + "text": "hey," + }, + { + "id": 2767, + "start": 915.04, + "end": 915.2, + "text": "look" + }, + { + "id": 2768, + "start": 915.2, + "end": 915.36, + "text": "for" + }, + { + "id": 2769, + "start": 915.36, + "end": 915.6, + "text": "these" + }, + { + "id": 2770, + "start": 915.6, + "end": 916.1, + "text": "other" + }, + { + "id": 2771, + "start": 916.92, + "end": 917.42, + "text": "inputs," + }, + { + "id": 2772, + "start": 917.64, + "end": 917.8, + "text": "then" + }, + { + "id": 2773, + "start": 917.8, + "end": 918.04, + "text": "it's" + }, + { + "id": 2774, + "start": 918.04, + "end": 918.54, + "text": "technically" + }, + { + "id": 2775, + "start": 918.6, + "end": 918.84, + "text": "like" + }, + { + "id": 2776, + "start": 918.84, + "end": 919.14, + "text": "each" + }, + { + "id": 2777, + "start": 919.14, + "end": 919.34, + "text": "time" + }, + { + "id": 2778, + "start": 919.34, + "end": 919.54, + "text": "you" + }, + { + "id": 2779, + "start": 919.54, + "end": 919.64, + "text": "add" + }, + { + "id": 2780, + "start": 919.64, + "end": 919.8, + "text": "an" + }, + { + "id": 2781, + "start": 919.8, + "end": 920.28, + "text": "input," + }, + { + "id": 2782, + "start": 920.28, + "end": 920.6, + "text": "it" + }, + { + "id": 2783, + "start": 920.6, + "end": 921.1, + "text": "adds" + }, + { + "id": 2784, + "start": 921.36, + "end": 921.76, + "text": "how" + }, + { + "id": 2785, + "start": 921.76, + "end": 922.02, + "text": "hard" + }, + { + "id": 2786, + "start": 922.02, + "end": 922.16, + "text": "it" + }, + { + "id": 2787, + "start": 922.16, + "end": 922.36, + "text": "is" + }, + { + "id": 2788, + "start": 922.36, + "end": 922.48, + "text": "to" + }, + { + "id": 2789, + "start": 922.48, + "end": 922.98, + "text": "search." + }, + { + "id": 2790, + "start": 923.16, + "end": 923.4, + "text": "So" + }, + { + "id": 2791, + "start": 923.4, + "end": 923.72, + "text": "technically" + }, + { + "id": 2792, + "start": 923.72, + "end": 923.86, + "text": "n" + }, + { + "id": 2793, + "start": 923.86, + "end": 924.08, + "text": "squared," + }, + { + "id": 2794, + "start": 924.08, + "end": 924.24, + "text": "so" + }, + { + "id": 2795, + "start": 924.24, + "end": 924.32, + "text": "you" + }, + { + "id": 2796, + "start": 924.32, + "end": 924.52, + "text": "put" + }, + { + "id": 2797, + "start": 924.52, + "end": 924.72, + "text": "this," + }, + { + "id": 2798, + "start": 924.72, + "end": 924.84, + "text": "you" + }, + { + "id": 2799, + "start": 924.84, + "end": 924.96, + "text": "know," + }, + { + "id": 2800, + "start": 924.96, + "end": 925.12, + "text": "it's" + }, + { + "id": 2801, + "start": 925.12, + "end": 925.28, + "text": "like" + }, + { + "id": 2802, + "start": 925.28, + "end": 925.44, + "text": "two" + }, + { + "id": 2803, + "start": 925.44, + "end": 925.64, + "text": "bytes," + }, + { + "id": 2804, + "start": 925.64, + "end": 926.14, + "text": "whatever," + }, + { + "id": 2805, + "start": 926.14, + "end": 926.28, + "text": "you" + }, + { + "id": 2806, + "start": 926.28, + "end": 926.4, + "text": "put" + }, + { + "id": 2807, + "start": 926.4, + "end": 926.58, + "text": "that" + }, + { + "id": 2808, + "start": 926.58, + "end": 926.74, + "text": "in" + }, + { + "id": 2809, + "start": 926.74, + "end": 927.24, + "text": "there." + }, + { + "id": 2810, + "start": 928.08, + "end": 928.2, + "text": "And" + }, + { + "id": 2811, + "start": 928.2, + "end": 928.34, + "text": "then" + }, + { + "id": 2812, + "start": 928.34, + "end": 928.5, + "text": "the" + }, + { + "id": 2813, + "start": 928.5, + "end": 929.0, + "text": "nonce," + }, + { + "id": 2814, + "start": 929.64, + "end": 930.12, + "text": "this" + }, + { + "id": 2815, + "start": 930.12, + "end": 930.62, + "text": "is," + }, + { + "id": 2816, + "start": 932.66, + "end": 932.86, + "text": "there" + }, + { + "id": 2817, + "start": 932.86, + "end": 933.06, + "text": "is" + }, + { + "id": 2818, + "start": 933.06, + "end": 933.26, + "text": "a" + }, + { + "id": 2819, + "start": 933.26, + "end": 933.76, + "text": "potential" + }, + { + "id": 2820, + "start": 933.78, + "end": 934.28, + "text": "privacy" + }, + { + "id": 2821, + "start": 934.4, + "end": 934.64, + "text": "leak" + }, + { + "id": 2822, + "start": 934.64, + "end": 935.0, + "text": "here," + }, + { + "id": 2823, + "start": 935.0, + "end": 935.5, + "text": "right?" + }, + { + "id": 2824, + "start": 936.46, + "end": 936.62, + "text": "If" + }, + { + "id": 2825, + "start": 936.62, + "end": 936.9, + "text": "your" + }, + { + "id": 2826, + "start": 936.9, + "end": 937.4, + "text": "addresses" + }, + { + "id": 2827, + "start": 937.48, + "end": 937.64, + "text": "are" + }, + { + "id": 2828, + "start": 937.64, + "end": 937.8, + "text": "sort" + }, + { + "id": 2829, + "start": 937.8, + "end": 937.96, + "text": "of" + }, + { + "id": 2830, + "start": 937.96, + "end": 938.32, + "text": "pointing" + }, + { + "id": 2831, + "start": 938.32, + "end": 938.48, + "text": "to" + }, + { + "id": 2832, + "start": 938.48, + "end": 938.66, + "text": "the" + }, + { + "id": 2833, + "start": 938.66, + "end": 939.0, + "text": "other" + }, + { + "id": 2834, + "start": 939.0, + "end": 939.5, + "text": "UTXOs" + }, + { + "id": 2835, + "start": 939.68, + "end": 939.82, + "text": "that" + }, + { + "id": 2836, + "start": 939.82, + "end": 940.02, + "text": "you" + }, + { + "id": 2837, + "start": 940.02, + "end": 940.52, + "text": "own," + }, + { + "id": 2838, + "start": 941.82, + "end": 942.04, + "text": "if" + }, + { + "id": 2839, + "start": 942.04, + "end": 942.24, + "text": "you" + }, + { + "id": 2840, + "start": 942.24, + "end": 942.44, + "text": "use" + }, + { + "id": 2841, + "start": 942.44, + "end": 942.58, + "text": "a" + }, + { + "id": 2842, + "start": 942.58, + "end": 942.74, + "text": "new" + }, + { + "id": 2843, + "start": 942.74, + "end": 942.94, + "text": "key" + }, + { + "id": 2844, + "start": 942.94, + "end": 943.14, + "text": "each" + }, + { + "id": 2845, + "start": 943.14, + "end": 943.32, + "text": "time," + }, + { + "id": 2846, + "start": 943.32, + "end": 943.5, + "text": "just" + }, + { + "id": 2847, + "start": 943.5, + "end": 943.68, + "text": "from" + }, + { + "id": 2848, + "start": 943.68, + "end": 943.87, + "text": "looking" + }, + { + "id": 2849, + "start": 943.87, + "end": 944.06, + "text": "at" + }, + { + "id": 2850, + "start": 944.06, + "end": 944.16, + "text": "the" + }, + { + "id": 2851, + "start": 944.16, + "end": 944.44, + "text": "address," + }, + { + "id": 2852, + "start": 944.44, + "end": 944.54, + "text": "you" + }, + { + "id": 2853, + "start": 944.54, + "end": 944.76, + "text": "can't" + }, + { + "id": 2854, + "start": 944.76, + "end": 944.91003, + "text": "tell." + }, + { + "id": 2855, + "start": 944.91003, + "end": 945.06, + "text": "That's" + }, + { + "id": 2856, + "start": 945.06, + "end": 945.36, + "text": "blinding" + }, + { + "id": 2857, + "start": 945.36, + "end": 945.64, + "text": "enough." + }, + { + "id": 2858, + "start": 945.64, + "end": 945.84, + "text": "But" + }, + { + "id": 2859, + "start": 945.84, + "end": 946.08, + "text": "once" + }, + { + "id": 2860, + "start": 946.08, + "end": 946.28, + "text": "you" + }, + { + "id": 2861, + "start": 946.28, + "end": 946.56, + "text": "spend" + }, + { + "id": 2862, + "start": 946.56, + "end": 946.72, + "text": "it," + }, + { + "id": 2863, + "start": 946.72, + "end": 946.92, + "text": "people" + }, + { + "id": 2864, + "start": 946.92, + "end": 947.08, + "text": "are" + }, + { + "id": 2865, + "start": 947.08, + "end": 947.24, + "text": "like," + }, + { + "id": 2866, + "start": 947.24, + "end": 947.44, + "text": "okay," + }, + { + "id": 2867, + "start": 947.44, + "end": 947.56, + "text": "I" + }, + { + "id": 2868, + "start": 947.56, + "end": 947.8, + "text": "know" + }, + { + "id": 2869, + "start": 947.8, + "end": 948.0, + "text": "that" + }, + { + "id": 2870, + "start": 948.0, + "end": 948.5, + "text": "key." + }, + { + "id": 2871, + "start": 948.66, + "end": 948.82, + "text": "Let" + }, + { + "id": 2872, + "start": 948.82, + "end": 948.96, + "text": "me" + }, + { + "id": 2873, + "start": 948.96, + "end": 949.2, + "text": "try" + }, + { + "id": 2874, + "start": 949.2, + "end": 949.34, + "text": "to" + }, + { + "id": 2875, + "start": 949.34, + "end": 949.7, + "text": "grind" + }, + { + "id": 2876, + "start": 949.7, + "end": 949.84, + "text": "through" + }, + { + "id": 2877, + "start": 949.84, + "end": 950.02, + "text": "and" + }, + { + "id": 2878, + "start": 950.02, + "end": 950.2, + "text": "see" + }, + { + "id": 2879, + "start": 950.2, + "end": 950.38, + "text": "what" + }, + { + "id": 2880, + "start": 950.38, + "end": 950.54, + "text": "other" + }, + { + "id": 2881, + "start": 950.54, + "end": 950.8, + "text": "things" + }, + { + "id": 2882, + "start": 950.8, + "end": 950.94, + "text": "he" + }, + { + "id": 2883, + "start": 950.94, + "end": 951.1, + "text": "was" + }, + { + "id": 2884, + "start": 951.1, + "end": 951.42, + "text": "committing" + }, + { + "id": 2885, + "start": 951.42, + "end": 951.6, + "text": "to" + }, + { + "id": 2886, + "start": 951.6, + "end": 951.76, + "text": "in" + }, + { + "id": 2887, + "start": 951.76, + "end": 952.0, + "text": "this" + }, + { + "id": 2888, + "start": 952.0, + "end": 952.16, + "text": "tap" + }, + { + "id": 2889, + "start": 952.16, + "end": 952.66, + "text": "tree." + }, + { + "id": 2890, + "start": 953.48, + "end": 953.64, + "text": "And" + }, + { + "id": 2891, + "start": 953.64, + "end": 953.8, + "text": "so" + }, + { + "id": 2892, + "start": 953.8, + "end": 953.94, + "text": "if" + }, + { + "id": 2893, + "start": 953.94, + "end": 954.44, + "text": "potentially," + }, + { + "id": 2894, + "start": 954.44, + "end": 954.52, + "text": "you" + }, + { + "id": 2895, + "start": 954.52, + "end": 954.68, + "text": "know," + }, + { + "id": 2896, + "start": 954.68, + "end": 954.84, + "text": "that" + }, + { + "id": 2897, + "start": 954.84, + "end": 955.04, + "text": "could" + }, + { + "id": 2898, + "start": 955.04, + "end": 955.18, + "text": "be" + }, + { + "id": 2899, + "start": 955.18, + "end": 955.4, + "text": "used" + }, + { + "id": 2900, + "start": 955.4, + "end": 955.76, + "text": "for" + }, + { + "id": 2901, + "start": 955.76, + "end": 956.04, + "text": "chain" + }, + { + "id": 2902, + "start": 956.04, + "end": 956.4, + "text": "analysis," + }, + { + "id": 2903, + "start": 956.4, + "end": 956.58, + "text": "you" + }, + { + "id": 2904, + "start": 956.58, + "end": 956.76, + "text": "know," + }, + { + "id": 2905, + "start": 956.76, + "end": 956.88, + "text": "try" + }, + { + "id": 2906, + "start": 956.88, + "end": 957.08, + "text": "to" + }, + { + "id": 2907, + "start": 957.08, + "end": 957.34, + "text": "try" + }, + { + "id": 2908, + "start": 957.34, + "end": 957.5, + "text": "to" + }, + { + "id": 2909, + "start": 957.5, + "end": 958.0, + "text": "de-anonymize" + }, + { + "id": 2910, + "start": 958.18, + "end": 958.68, + "text": "addresses." + }, + { + "id": 2911, + "start": 959.38, + "end": 959.58, + "text": "In" + }, + { + "id": 2912, + "start": 959.58, + "end": 959.82, + "text": "this" + }, + { + "id": 2913, + "start": 959.82, + "end": 960.24, + "text": "case," + }, + { + "id": 2914, + "start": 960.24, + "end": 960.6, + "text": "you're" + }, + { + "id": 2915, + "start": 960.6, + "end": 961.1, + "text": "already" + }, + { + "id": 2916, + "start": 961.22, + "end": 961.72, + "text": "de-anonymized." + }, + { + "id": 2917, + "start": 961.92, + "end": 962.08, + "text": "You're" + }, + { + "id": 2918, + "start": 962.08, + "end": 962.22, + "text": "sort" + }, + { + "id": 2919, + "start": 962.22, + "end": 962.36, + "text": "of" + }, + { + "id": 2920, + "start": 962.36, + "end": 962.68, + "text": "already" + }, + { + "id": 2921, + "start": 962.68, + "end": 962.96, + "text": "saying," + }, + { + "id": 2922, + "start": 962.96, + "end": 963.46, + "text": "yes," + }, + { + "id": 2923, + "start": 963.74, + "end": 964.06, + "text": "these" + }, + { + "id": 2924, + "start": 964.06, + "end": 964.48, + "text": "inputs" + }, + { + "id": 2925, + "start": 964.48, + "end": 964.7, + "text": "are" + }, + { + "id": 2926, + "start": 964.7, + "end": 965.14, + "text": "linked," + }, + { + "id": 2927, + "start": 965.14, + "end": 965.38, + "text": "right?" + }, + { + "id": 2928, + "start": 965.38, + "end": 965.6, + "text": "These" + }, + { + "id": 2929, + "start": 965.6, + "end": 965.86, + "text": "are" + }, + { + "id": 2930, + "start": 965.86, + "end": 966.14, + "text": "the" + }, + { + "id": 2931, + "start": 966.14, + "end": 966.36, + "text": "same" + }, + { + "id": 2932, + "start": 966.36, + "end": 966.82, + "text": "software" + }, + { + "id": 2933, + "start": 966.82, + "end": 966.96, + "text": "or" + }, + { + "id": 2934, + "start": 966.96, + "end": 967.42, + "text": "entity" + }, + { + "id": 2935, + "start": 967.42, + "end": 967.64, + "text": "or" + }, + { + "id": 2936, + "start": 967.64, + "end": 968.14, + "text": "coordinating" + }, + { + "id": 2937, + "start": 968.2, + "end": 968.7, + "text": "entity." + }, + { + "id": 2938, + "start": 969.28, + "end": 969.52, + "text": "But" + }, + { + "id": 2939, + "start": 969.52, + "end": 969.72, + "text": "you" + }, + { + "id": 2940, + "start": 969.72, + "end": 969.92, + "text": "might" + }, + { + "id": 2941, + "start": 969.92, + "end": 970.12, + "text": "have" + }, + { + "id": 2942, + "start": 970.12, + "end": 970.44, + "text": "other" + }, + { + "id": 2943, + "start": 970.44, + "end": 970.68, + "text": "things" + }, + { + "id": 2944, + "start": 970.68, + "end": 970.84, + "text": "that" + }, + { + "id": 2945, + "start": 970.84, + "end": 970.96, + "text": "you" + }, + { + "id": 2946, + "start": 970.96, + "end": 971.28, + "text": "didn't" + }, + { + "id": 2947, + "start": 971.28, + "end": 971.78, + "text": "link" + }, + { + "id": 2948, + "start": 971.78, + "end": 971.98, + "text": "that" + }, + { + "id": 2949, + "start": 971.98, + "end": 972.18, + "text": "are" + }, + { + "id": 2950, + "start": 972.18, + "end": 972.62, + "text": "committed" + }, + { + "id": 2951, + "start": 972.62, + "end": 972.8, + "text": "to," + }, + { + "id": 2952, + "start": 972.8, + "end": 972.98, + "text": "and" + }, + { + "id": 2953, + "start": 972.98, + "end": 973.14, + "text": "so" + }, + { + "id": 2954, + "start": 973.14, + "end": 973.28, + "text": "you" + }, + { + "id": 2955, + "start": 973.28, + "end": 973.48, + "text": "want" + }, + { + "id": 2956, + "start": 973.48, + "end": 973.58, + "text": "to" + }, + { + "id": 2957, + "start": 973.58, + "end": 974.02, + "text": "blind" + }, + { + "id": 2958, + "start": 974.02, + "end": 974.48, + "text": "those." + }, + { + "id": 2959, + "start": 974.48, + "end": 974.66, + "text": "So" + }, + { + "id": 2960, + "start": 974.66, + "end": 974.78, + "text": "you" + }, + { + "id": 2961, + "start": 974.78, + "end": 975.02, + "text": "put" + }, + { + "id": 2962, + "start": 975.02, + "end": 975.24, + "text": "this," + }, + { + "id": 2963, + "start": 975.24, + "end": 975.42, + "text": "you" + }, + { + "id": 2964, + "start": 975.42, + "end": 975.56, + "text": "know," + }, + { + "id": 2965, + "start": 975.56, + "end": 976.06, + "text": "16" + }, + { + "id": 2966, + "start": 976.08, + "end": 976.32, + "text": "random" + }, + { + "id": 2967, + "start": 976.32, + "end": 976.56, + "text": "bytes" + }, + { + "id": 2968, + "start": 976.56, + "end": 976.68, + "text": "or" + }, + { + "id": 2969, + "start": 976.68, + "end": 977.12, + "text": "whatever." + }, + { + "id": 2970, + "start": 977.12, + "end": 977.28, + "text": "It" + }, + { + "id": 2971, + "start": 977.28, + "end": 977.6, + "text": "shouldn't" + }, + { + "id": 2972, + "start": 977.6, + "end": 977.84, + "text": "probably" + }, + { + "id": 2973, + "start": 977.84, + "end": 978.0, + "text": "be" + }, + { + "id": 2974, + "start": 978.0, + "end": 978.34, + "text": "random," + }, + { + "id": 2975, + "start": 978.34, + "end": 978.48, + "text": "it" + }, + { + "id": 2976, + "start": 978.48, + "end": 978.72, + "text": "should" + }, + { + "id": 2977, + "start": 978.72, + "end": 978.96, + "text": "probably" + }, + { + "id": 2978, + "start": 978.96, + "end": 979.14, + "text": "be" + }, + { + "id": 2979, + "start": 979.14, + "end": 979.48, + "text": "something" + }, + { + "id": 2980, + "start": 979.48, + "end": 979.7, + "text": "like" + }, + { + "id": 2981, + "start": 979.7, + "end": 979.84, + "text": "the" + }, + { + "id": 2982, + "start": 979.84, + "end": 980.14, + "text": "hash" + }, + { + "id": 2983, + "start": 980.14, + "end": 980.28, + "text": "of" + }, + { + "id": 2984, + "start": 980.28, + "end": 980.44, + "text": "your" + }, + { + "id": 2985, + "start": 980.44, + "end": 980.74, + "text": "private" + }, + { + "id": 2986, + "start": 980.74, + "end": 980.98, + "text": "key" + }, + { + "id": 2987, + "start": 980.98, + "end": 981.3, + "text": "and" + }, + { + "id": 2988, + "start": 981.3, + "end": 981.66, + "text": "that" + }, + { + "id": 2989, + "start": 981.66, + "end": 981.82, + "text": "out" + }, + { + "id": 2990, + "start": 981.82, + "end": 982.08, + "text": "point" + }, + { + "id": 2991, + "start": 982.08, + "end": 982.2, + "text": "that" + }, + { + "id": 2992, + "start": 982.2, + "end": 982.44, + "text": "you're" + }, + { + "id": 2993, + "start": 982.44, + "end": 982.68, + "text": "committing" + }, + { + "id": 2994, + "start": 982.68, + "end": 983.18, + "text": "to," + }, + { + "id": 2995, + "start": 984.92, + "end": 985.2, + "text": "because" + }, + { + "id": 2996, + "start": 985.2, + "end": 985.44, + "text": "then" + }, + { + "id": 2997, + "start": 985.44, + "end": 985.58, + "text": "it's" + }, + { + "id": 2998, + "start": 985.58, + "end": 985.96, + "text": "easier" + }, + { + "id": 2999, + "start": 985.96, + "end": 986.32, + "text": "to" + }, + { + "id": 3000, + "start": 986.32, + "end": 986.82, + "text": "regenerate" + }, + { + "id": 3001, + "start": 986.92, + "end": 987.12, + "text": "after" + }, + { + "id": 3002, + "start": 987.12, + "end": 987.24, + "text": "the" + }, + { + "id": 3003, + "start": 987.24, + "end": 987.74, + "text": "fact." + }, + { + "id": 3004, + "start": 989.24, + "end": 989.48, + "text": "Yeah," + }, + { + "id": 3005, + "start": 989.48, + "end": 989.64, + "text": "so" + }, + { + "id": 3006, + "start": 989.64, + "end": 989.8, + "text": "when" + }, + { + "id": 3007, + "start": 989.8, + "end": 990.04, + "text": "you're" + }, + { + "id": 3008, + "start": 990.04, + "end": 990.24, + "text": "using" + }, + { + "id": 3009, + "start": 990.24, + "end": 990.52, + "text": "it," + }, + { + "id": 3010, + "start": 990.52, + "end": 990.76, + "text": "you'd" + }, + { + "id": 3011, + "start": 990.76, + "end": 991.26, + "text": "put" + }, + { + "id": 3012, + "start": 991.56, + "end": 992.06, + "text": "these" + }, + { + "id": 3013, + "start": 992.08, + "end": 992.58, + "text": "elements" + }, + { + "id": 3014, + "start": 992.8, + "end": 992.96, + "text": "in" + }, + { + "id": 3015, + "start": 992.96, + "end": 993.16, + "text": "the" + }, + { + "id": 3016, + "start": 993.16, + "end": 993.48, + "text": "actual" + }, + { + "id": 3017, + "start": 993.48, + "end": 993.94, + "text": "taproot" + }, + { + "id": 3018, + "start": 993.94, + "end": 994.44, + "text": "tree." + }, + { + "id": 3019, + "start": 994.6, + "end": 994.84, + "text": "So" + }, + { + "id": 3020, + "start": 994.84, + "end": 995.06, + "text": "you'd" + }, + { + "id": 3021, + "start": 995.06, + "end": 995.28, + "text": "have" + }, + { + "id": 3022, + "start": 995.28, + "end": 995.58, + "text": "your" + }, + { + "id": 3023, + "start": 995.58, + "end": 995.8, + "text": "main" + }, + { + "id": 3024, + "start": 995.8, + "end": 996.22, + "text": "key," + }, + { + "id": 3025, + "start": 996.22, + "end": 996.42, + "text": "let's" + }, + { + "id": 3026, + "start": 996.42, + "end": 996.58, + "text": "say" + }, + { + "id": 3027, + "start": 996.58, + "end": 996.82, + "text": "it's" + }, + { + "id": 3028, + "start": 996.82, + "end": 997.32, + "text": "a" + }, + { + "id": 3029, + "start": 998.48, + "end": 998.64, + "text": "post" + }, + { + "id": 3030, + "start": 998.64, + "end": 999.14, + "text": "quantum" + }, + { + "id": 3031, + "start": 999.24, + "end": 999.72, + "text": "pubkey" + }, + { + "id": 3032, + "start": 999.72, + "end": 999.88, + "text": "at" + }, + { + "id": 3033, + "start": 999.88, + "end": 1000.02, + "text": "the" + }, + { + "id": 3034, + "start": 1000.02, + "end": 1000.24, + "text": "top" + }, + { + "id": 3035, + "start": 1000.24, + "end": 1000.74, + "text": "of," + }, + { + "id": 3036, + "start": 1001.12, + "end": 1001.14, + "text": "I" + }, + { + "id": 3037, + "start": 1001.14, + "end": 1001.46, + "text": "guess" + }, + { + "id": 3038, + "start": 1001.46, + "end": 1001.64, + "text": "if" + }, + { + "id": 3039, + "start": 1001.64, + "end": 1001.88, + "text": "you're" + }, + { + "id": 3040, + "start": 1001.88, + "end": 1002.1, + "text": "using" + }, + { + "id": 3041, + "start": 1002.1, + "end": 1002.28, + "text": "BIP" + }, + { + "id": 3042, + "start": 1002.28, + "end": 1002.72, + "text": "360," + }, + { + "id": 3043, + "start": 1002.72, + "end": 1002.9, + "text": "there's" + }, + { + "id": 3044, + "start": 1002.9, + "end": 1003.1, + "text": "not" + }, + { + "id": 3045, + "start": 1003.1, + "end": 1003.28, + "text": "really" + }, + { + "id": 3046, + "start": 1003.28, + "end": 1003.44, + "text": "a" + }, + { + "id": 3047, + "start": 1003.44, + "end": 1003.94, + "text": "top," + }, + { + "id": 3048, + "start": 1004.04, + "end": 1004.54, + "text": "but" + }, + { + "id": 3049, + "start": 1005.28, + "end": 1005.78, + "text": "somewhere" + }, + { + "id": 3050, + "start": 1005.9, + "end": 1006.1, + "text": "high" + }, + { + "id": 3051, + "start": 1006.1, + "end": 1006.3, + "text": "in" + }, + { + "id": 3052, + "start": 1006.3, + "end": 1006.36, + "text": "the" + }, + { + "id": 3053, + "start": 1006.36, + "end": 1006.68, + "text": "tree," + }, + { + "id": 3054, + "start": 1006.68, + "end": 1006.88, + "text": "here's" + }, + { + "id": 3055, + "start": 1006.88, + "end": 1007.1, + "text": "your" + }, + { + "id": 3056, + "start": 1007.1, + "end": 1007.46, + "text": "normal" + }, + { + "id": 3057, + "start": 1007.46, + "end": 1007.86, + "text": "signature" + }, + { + "id": 3058, + "start": 1007.86, + "end": 1008.16, + "text": "thing," + }, + { + "id": 3059, + "start": 1008.16, + "end": 1008.34, + "text": "And" + }, + { + "id": 3060, + "start": 1008.34, + "end": 1008.48, + "text": "then" + }, + { + "id": 3061, + "start": 1008.48, + "end": 1008.56, + "text": "you" + }, + { + "id": 3062, + "start": 1008.56, + "end": 1008.74, + "text": "have" + }, + { + "id": 3063, + "start": 1008.74, + "end": 1008.92, + "text": "some" + }, + { + "id": 3064, + "start": 1008.92, + "end": 1009.28, + "text": "branches" + }, + { + "id": 3065, + "start": 1009.28, + "end": 1009.54, + "text": "down" + }, + { + "id": 3066, + "start": 1009.54, + "end": 1009.76, + "text": "here" + }, + { + "id": 3067, + "start": 1009.76, + "end": 1010.16, + "text": "that" + }, + { + "id": 3068, + "start": 1010.16, + "end": 1010.46, + "text": "have" + }, + { + "id": 3069, + "start": 1010.46, + "end": 1010.94, + "text": "commitments" + }, + { + "id": 3070, + "start": 1010.94, + "end": 1011.1, + "text": "to" + }, + { + "id": 3071, + "start": 1011.1, + "end": 1011.42, + "text": "other" + }, + { + "id": 3072, + "start": 1011.42, + "end": 1011.92, + "text": "UTXOs" + }, + { + "id": 3073, + "start": 1011.96, + "end": 1012.12, + "text": "that" + }, + { + "id": 3074, + "start": 1012.12, + "end": 1012.24, + "text": "you" + }, + { + "id": 3075, + "start": 1012.24, + "end": 1012.5, + "text": "already" + }, + { + "id": 3076, + "start": 1012.5, + "end": 1013.0, + "text": "have." + }, + { + "id": 3077, + "start": 1013.56, + "end": 1013.74, + "text": "And" + }, + { + "id": 3078, + "start": 1013.74, + "end": 1013.94, + "text": "then" + }, + { + "id": 3079, + "start": 1013.94, + "end": 1014.08, + "text": "the" + }, + { + "id": 3080, + "start": 1014.08, + "end": 1014.4, + "text": "input" + }, + { + "id": 3081, + "start": 1014.4, + "end": 1014.9, + "text": "index," + }, + { + "id": 3082, + "start": 1015.8, + "end": 1016.0, + "text": "you" + }, + { + "id": 3083, + "start": 1016.0, + "end": 1016.36, + "text": "leave" + }, + { + "id": 3084, + "start": 1016.36, + "end": 1016.86, + "text": "empty." + }, + { + "id": 3085, + "start": 1016.88, + "end": 1017.04, + "text": "And" + }, + { + "id": 3086, + "start": 1017.04, + "end": 1017.24, + "text": "so" + }, + { + "id": 3087, + "start": 1017.24, + "end": 1017.38, + "text": "you" + }, + { + "id": 3088, + "start": 1017.38, + "end": 1017.66, + "text": "push" + }, + { + "id": 3089, + "start": 1017.66, + "end": 1017.8, + "text": "that" + }, + { + "id": 3090, + "start": 1017.8, + "end": 1018.04, + "text": "onto" + }, + { + "id": 3091, + "start": 1018.04, + "end": 1018.14, + "text": "the" + }, + { + "id": 3092, + "start": 1018.14, + "end": 1018.42, + "text": "stack" + }, + { + "id": 3093, + "start": 1018.42, + "end": 1018.62, + "text": "when" + }, + { + "id": 3094, + "start": 1018.62, + "end": 1018.78, + "text": "you're" + }, + { + "id": 3095, + "start": 1018.78, + "end": 1019.14, + "text": "spending." + }, + { + "id": 3096, + "start": 1019.14, + "end": 1019.28, + "text": "So" + }, + { + "id": 3097, + "start": 1019.28, + "end": 1019.38, + "text": "you" + }, + { + "id": 3098, + "start": 1019.38, + "end": 1019.88, + "text": "decide," + }, + { + "id": 3099, + "start": 1020.06, + "end": 1020.22, + "text": "Once" + }, + { + "id": 3100, + "start": 1020.22, + "end": 1020.32, + "text": "you" + }, + { + "id": 3101, + "start": 1020.32, + "end": 1020.52, + "text": "build" + }, + { + "id": 3102, + "start": 1020.52, + "end": 1020.72, + "text": "your" + }, + { + "id": 3103, + "start": 1020.72, + "end": 1021.22, + "text": "transaction," + }, + { + "id": 3104, + "start": 1021.48, + "end": 1021.72, + "text": "you" + }, + { + "id": 3105, + "start": 1021.72, + "end": 1022.12, + "text": "start" + }, + { + "id": 3106, + "start": 1022.12, + "end": 1022.48, + "text": "signing" + }, + { + "id": 3107, + "start": 1022.48, + "end": 1022.68, + "text": "it" + }, + { + "id": 3108, + "start": 1022.68, + "end": 1022.84, + "text": "by" + }, + { + "id": 3109, + "start": 1022.84, + "end": 1023.16, + "text": "putting" + }, + { + "id": 3110, + "start": 1023.16, + "end": 1023.44, + "text": "these" + }, + { + "id": 3111, + "start": 1023.44, + "end": 1023.88, + "text": "little" + }, + { + "id": 3112, + "start": 1023.88, + "end": 1024.38, + "text": "indices." + }, + { + "id": 3113, + "start": 1026.26, + "end": 1026.62, + "text": "Yeah," + }, + { + "id": 3114, + "start": 1026.62, + "end": 1027.12, + "text": "so" + }, + { + "id": 3115, + "start": 1027.36, + "end": 1027.86, + "text": "this" + }, + { + "id": 3116, + "start": 1028.18, + "end": 1028.48, + "text": "seems" + }, + { + "id": 3117, + "start": 1028.48, + "end": 1028.56, + "text": "to" + }, + { + "id": 3118, + "start": 1028.56, + "end": 1028.86, + "text": "work." + }, + { + "id": 3119, + "start": 1028.86, + "end": 1029.0, + "text": "It" + }, + { + "id": 3120, + "start": 1029.0, + "end": 1029.14, + "text": "would" + }, + { + "id": 3121, + "start": 1029.14, + "end": 1029.28, + "text": "save" + }, + { + "id": 3122, + "start": 1029.28, + "end": 1029.36, + "text": "a" + }, + { + "id": 3123, + "start": 1029.36, + "end": 1029.52, + "text": "lot" + }, + { + "id": 3124, + "start": 1029.52, + "end": 1029.56, + "text": "of" + }, + { + "id": 3125, + "start": 1029.56, + "end": 1029.84, + "text": "space." + }, + { + "id": 3126, + "start": 1029.84, + "end": 1030.12, + "text": "It's" + }, + { + "id": 3127, + "start": 1030.12, + "end": 1030.52, + "text": "pretty" + }, + { + "id": 3128, + "start": 1030.52, + "end": 1031.02, + "text": "simple." + }, + { + "id": 3129, + "start": 1031.46, + "end": 1031.96, + "text": "Implementation's" + }, + { + "id": 3130, + "start": 1032.4, + "end": 1032.78, + "text": "pretty" + }, + { + "id": 3131, + "start": 1032.78, + "end": 1033.28, + "text": "straightforward." + }, + { + "id": 3132, + "start": 1033.5, + "end": 1033.82, + "text": "It's" + }, + { + "id": 3133, + "start": 1033.82, + "end": 1034.1, + "text": "probably" + }, + { + "id": 3134, + "start": 1034.1, + "end": 1034.44, + "text": "like" + }, + { + "id": 3135, + "start": 1034.44, + "end": 1034.76, + "text": "20," + }, + { + "id": 3136, + "start": 1034.76, + "end": 1035.06, + "text": "30" + }, + { + "id": 3137, + "start": 1035.06, + "end": 1035.56, + "text": "lines." + }, + { + "id": 3138, + "start": 1036.56, + "end": 1036.72, + "text": "The" + }, + { + "id": 3139, + "start": 1036.72, + "end": 1037.02, + "text": "part" + }, + { + "id": 3140, + "start": 1037.02, + "end": 1037.22, + "text": "that's" + }, + { + "id": 3141, + "start": 1037.22, + "end": 1037.38, + "text": "a" + }, + { + "id": 3142, + "start": 1037.38, + "end": 1037.66, + "text": "little" + }, + { + "id": 3143, + "start": 1037.66, + "end": 1038.16, + "text": "complicated" + }, + { + "id": 3144, + "start": 1038.16, + "end": 1038.34, + "text": "is" + }, + { + "id": 3145, + "start": 1038.34, + "end": 1038.84, + "text": "wallets." + }, + { + "id": 3146, + "start": 1039.76, + "end": 1040.22, + "text": "So" + }, + { + "id": 3147, + "start": 1040.22, + "end": 1040.38, + "text": "the" + }, + { + "id": 3148, + "start": 1040.38, + "end": 1040.6, + "text": "idea" + }, + { + "id": 3149, + "start": 1040.6, + "end": 1040.9, + "text": "is" + }, + { + "id": 3150, + "start": 1040.9, + "end": 1041.06, + "text": "when" + }, + { + "id": 3151, + "start": 1041.06, + "end": 1041.28, + "text": "you're" + }, + { + "id": 3152, + "start": 1041.28, + "end": 1041.46, + "text": "a" + }, + { + "id": 3153, + "start": 1041.46, + "end": 1041.96, + "text": "wallet" + }, + { + "id": 3154, + "start": 1042.0, + "end": 1042.44, + "text": "you" + }, + { + "id": 3155, + "start": 1042.44, + "end": 1042.64, + "text": "have" + }, + { + "id": 3156, + "start": 1042.64, + "end": 1042.68, + "text": "a" + }, + { + "id": 3157, + "start": 1042.68, + "end": 1042.92, + "text": "bunch" + }, + { + "id": 3158, + "start": 1042.92, + "end": 1043.04, + "text": "of" + }, + { + "id": 3159, + "start": 1043.04, + "end": 1043.54, + "text": "UTXOs" + }, + { + "id": 3160, + "start": 1043.68, + "end": 1044.02, + "text": "or" + }, + { + "id": 3161, + "start": 1044.02, + "end": 1044.16, + "text": "you" + }, + { + "id": 3162, + "start": 1044.16, + "end": 1044.48, + "text": "start" + }, + { + "id": 3163, + "start": 1044.48, + "end": 1044.62, + "text": "out" + }, + { + "id": 3164, + "start": 1044.62, + "end": 1044.78, + "text": "with" + }, + { + "id": 3165, + "start": 1044.78, + "end": 1044.96, + "text": "none." + }, + { + "id": 3166, + "start": 1044.96, + "end": 1045.12, + "text": "So" + }, + { + "id": 3167, + "start": 1045.12, + "end": 1045.32, + "text": "the" + }, + { + "id": 3168, + "start": 1045.32, + "end": 1045.52, + "text": "first" + }, + { + "id": 3169, + "start": 1045.52, + "end": 1045.68, + "text": "time" + }, + { + "id": 3170, + "start": 1045.68, + "end": 1045.96, + "text": "you're" + }, + { + "id": 3171, + "start": 1045.96, + "end": 1046.2, + "text": "making" + }, + { + "id": 3172, + "start": 1046.2, + "end": 1046.32, + "text": "a" + }, + { + "id": 3173, + "start": 1046.32, + "end": 1046.42, + "text": "new" + }, + { + "id": 3174, + "start": 1046.42, + "end": 1046.72, + "text": "address" + }, + { + "id": 3175, + "start": 1046.72, + "end": 1046.88, + "text": "in" + }, + { + "id": 3176, + "start": 1046.88, + "end": 1046.98, + "text": "a" + }, + { + "id": 3177, + "start": 1046.98, + "end": 1047.16, + "text": "new" + }, + { + "id": 3178, + "start": 1047.16, + "end": 1047.44, + "text": "wallet" + }, + { + "id": 3179, + "start": 1047.44, + "end": 1047.62, + "text": "you" + }, + { + "id": 3180, + "start": 1047.62, + "end": 1047.8, + "text": "can't" + }, + { + "id": 3181, + "start": 1047.8, + "end": 1047.98, + "text": "use" + }, + { + "id": 3182, + "start": 1047.98, + "end": 1048.1, + "text": "any" + }, + { + "id": 3183, + "start": 1048.1, + "end": 1048.26, + "text": "of" + }, + { + "id": 3184, + "start": 1048.26, + "end": 1048.44, + "text": "this," + }, + { + "id": 3185, + "start": 1048.44, + "end": 1048.62, + "text": "right?" + }, + { + "id": 3186, + "start": 1048.62, + "end": 1048.74, + "text": "You" + }, + { + "id": 3187, + "start": 1048.74, + "end": 1048.94, + "text": "just" + }, + { + "id": 3188, + "start": 1048.94, + "end": 1049.14, + "text": "here's" + }, + { + "id": 3189, + "start": 1049.14, + "end": 1049.24, + "text": "a" + }, + { + "id": 3190, + "start": 1049.24, + "end": 1049.38, + "text": "new" + }, + { + "id": 3191, + "start": 1049.38, + "end": 1049.68, + "text": "address" + }, + { + "id": 3192, + "start": 1049.68, + "end": 1049.82, + "text": "I'm" + }, + { + "id": 3193, + "start": 1049.82, + "end": 1049.98, + "text": "gonna" + }, + { + "id": 3194, + "start": 1049.98, + "end": 1050.14, + "text": "use" + }, + { + "id": 3195, + "start": 1050.14, + "end": 1050.24, + "text": "a" + }, + { + "id": 3196, + "start": 1050.24, + "end": 1050.52, + "text": "full" + }, + { + "id": 3197, + "start": 1050.52, + "end": 1051.02, + "text": "signature," + }, + { + "id": 3198, + "start": 1051.86, + "end": 1052.06, + "text": "full" + }, + { + "id": 3199, + "start": 1052.06, + "end": 1052.26, + "text": "pub" + }, + { + "id": 3200, + "start": 1052.26, + "end": 1052.76, + "text": "key." + }, + { + "id": 3201, + "start": 1053.62, + "end": 1053.82, + "text": "But" + }, + { + "id": 3202, + "start": 1053.82, + "end": 1054.02, + "text": "once" + }, + { + "id": 3203, + "start": 1054.02, + "end": 1054.3201, + "text": "you're" + }, + { + "id": 3204, + "start": 1054.3201, + "end": 1054.62, + "text": "using" + }, + { + "id": 3205, + "start": 1054.62, + "end": 1054.9199, + "text": "this," + }, + { + "id": 3206, + "start": 1054.9199, + "end": 1055.22, + "text": "once" + }, + { + "id": 3207, + "start": 1055.22, + "end": 1055.42, + "text": "you've" + }, + { + "id": 3208, + "start": 1055.42, + "end": 1055.66, + "text": "made" + }, + { + "id": 3209, + "start": 1055.66, + "end": 1055.82, + "text": "a" + }, + { + "id": 3210, + "start": 1055.82, + "end": 1056.14, + "text": "second" + }, + { + "id": 3211, + "start": 1056.14, + "end": 1056.64, + "text": "address" + }, + { + "id": 3212, + "start": 1057.2, + "end": 1057.36, + "text": "and" + }, + { + "id": 3213, + "start": 1057.36, + "end": 1057.5, + "text": "you" + }, + { + "id": 3214, + "start": 1057.5, + "end": 1057.74, + "text": "already" + }, + { + "id": 3215, + "start": 1057.74, + "end": 1057.96, + "text": "have" + }, + { + "id": 3216, + "start": 1057.96, + "end": 1058.1, + "text": "a" + }, + { + "id": 3217, + "start": 1058.1, + "end": 1058.6, + "text": "UTXO," + }, + { + "id": 3218, + "start": 1058.6, + "end": 1058.76, + "text": "you" + }, + { + "id": 3219, + "start": 1058.76, + "end": 1058.88, + "text": "can" + }, + { + "id": 3220, + "start": 1058.88, + "end": 1059.14, + "text": "point" + }, + { + "id": 3221, + "start": 1059.14, + "end": 1059.24, + "text": "to" + }, + { + "id": 3222, + "start": 1059.24, + "end": 1059.4, + "text": "that." + }, + { + "id": 3223, + "start": 1059.4, + "end": 1059.52, + "text": "You" + }, + { + "id": 3224, + "start": 1059.52, + "end": 1059.64, + "text": "can" + }, + { + "id": 3225, + "start": 1059.64, + "end": 1059.8, + "text": "say," + }, + { + "id": 3226, + "start": 1059.8, + "end": 1060.2, + "text": "okay," + }, + { + "id": 3227, + "start": 1060.2, + "end": 1060.38, + "text": "this" + }, + { + "id": 3228, + "start": 1060.38, + "end": 1060.68, + "text": "wallet" + }, + { + "id": 3229, + "start": 1060.68, + "end": 1060.94, + "text": "takes" + }, + { + "id": 3230, + "start": 1060.94, + "end": 1061.12, + "text": "that" + }, + { + "id": 3231, + "start": 1061.12, + "end": 1061.48, + "text": "UTXO" + }, + { + "id": 3232, + "start": 1061.48, + "end": 1061.98, + "text": "information," + }, + { + "id": 3233, + "start": 1062.08, + "end": 1062.26, + "text": "puts" + }, + { + "id": 3234, + "start": 1062.26, + "end": 1062.34, + "text": "it" + }, + { + "id": 3235, + "start": 1062.34, + "end": 1062.52, + "text": "in" + }, + { + "id": 3236, + "start": 1062.52, + "end": 1062.7, + "text": "the" + }, + { + "id": 3237, + "start": 1062.7, + "end": 1062.8, + "text": "tap" + }, + { + "id": 3238, + "start": 1062.8, + "end": 1063.3, + "text": "tree." + }, + { + "id": 3239, + "start": 1063.78, + "end": 1063.98, + "text": "Yeah," + }, + { + "id": 3240, + "start": 1063.98, + "end": 1064.28, + "text": "wallets" + }, + { + "id": 3241, + "start": 1064.28, + "end": 1064.48, + "text": "should" + }, + { + "id": 3242, + "start": 1064.48, + "end": 1064.7, + "text": "take" + }, + { + "id": 3243, + "start": 1064.7, + "end": 1064.96, + "text": "all" + }, + { + "id": 3244, + "start": 1064.96, + "end": 1065.46, + "text": "asterisks" + }, + { + "id": 3245, + "start": 1065.62, + "end": 1065.96, + "text": "currently" + }, + { + "id": 3246, + "start": 1065.96, + "end": 1066.16, + "text": "owned" + }, + { + "id": 3247, + "start": 1066.16, + "end": 1066.66, + "text": "UTXOs" + }, + { + "id": 3248, + "start": 1066.72, + "end": 1066.84, + "text": "and" + }, + { + "id": 3249, + "start": 1066.84, + "end": 1067.04, + "text": "put" + }, + { + "id": 3250, + "start": 1067.04, + "end": 1067.16, + "text": "them" + }, + { + "id": 3251, + "start": 1067.16, + "end": 1067.28, + "text": "in" + }, + { + "id": 3252, + "start": 1067.28, + "end": 1067.36, + "text": "the" + }, + { + "id": 3253, + "start": 1067.36, + "end": 1067.72, + "text": "tree" + }, + { + "id": 3254, + "start": 1067.72, + "end": 1067.96, + "text": "along" + }, + { + "id": 3255, + "start": 1067.96, + "end": 1068.12, + "text": "with" + }, + { + "id": 3256, + "start": 1068.12, + "end": 1068.34, + "text": "a" + }, + { + "id": 3257, + "start": 1068.34, + "end": 1068.8, + "text": "post-quantum" + }, + { + "id": 3258, + "start": 1068.8, + "end": 1069.3, + "text": "pubkey." + }, + { + "id": 3259, + "start": 1069.54, + "end": 1069.62, + "text": "You" + }, + { + "id": 3260, + "start": 1069.62, + "end": 1069.74, + "text": "want" + }, + { + "id": 3261, + "start": 1069.74, + "end": 1069.84, + "text": "to" + }, + { + "id": 3262, + "start": 1069.84, + "end": 1070.04, + "text": "make" + }, + { + "id": 3263, + "start": 1070.04, + "end": 1070.28, + "text": "this" + }, + { + "id": 3264, + "start": 1070.28, + "end": 1070.78, + "text": "deterministic." + }, + { + "id": 3265, + "start": 1070.86, + "end": 1070.98, + "text": "You" + }, + { + "id": 3266, + "start": 1070.98, + "end": 1071.14, + "text": "want" + }, + { + "id": 3267, + "start": 1071.14, + "end": 1071.26, + "text": "to" + }, + { + "id": 3268, + "start": 1071.26, + "end": 1071.76, + "text": "have" + }, + { + "id": 3269, + "start": 1071.96, + "end": 1072.2, + "text": "a" + }, + { + "id": 3270, + "start": 1072.2, + "end": 1072.54, + "text": "forwarder" + }, + { + "id": 3271, + "start": 1072.54, + "end": 1072.68, + "text": "to" + }, + { + "id": 3272, + "start": 1072.68, + "end": 1072.88, + "text": "do" + }, + { + "id": 3273, + "start": 1072.88, + "end": 1073.38, + "text": "this." + }, + { + "id": 3274, + "start": 1073.74, + "end": 1074.06, + "text": "It" + }, + { + "id": 3275, + "start": 1074.06, + "end": 1074.4, + "text": "does" + }, + { + "id": 3276, + "start": 1074.4, + "end": 1074.62, + "text": "kind" + }, + { + "id": 3277, + "start": 1074.62, + "end": 1074.82, + "text": "of" + }, + { + "id": 3278, + "start": 1074.82, + "end": 1075.28, + "text": "complicate" + }, + { + "id": 3279, + "start": 1075.28, + "end": 1075.6, + "text": "wallet" + }, + { + "id": 3280, + "start": 1075.6, + "end": 1076.1, + "text": "recovery." + }, + { + "id": 3281, + "start": 1076.2, + "end": 1076.32, + "text": "So" + }, + { + "id": 3282, + "start": 1076.32, + "end": 1076.52, + "text": "if" + }, + { + "id": 3283, + "start": 1076.52, + "end": 1076.82, + "text": "you've" + }, + { + "id": 3284, + "start": 1076.82, + "end": 1077.08, + "text": "just" + }, + { + "id": 3285, + "start": 1077.08, + "end": 1077.26, + "text": "got" + }, + { + "id": 3286, + "start": 1077.26, + "end": 1077.4, + "text": "a" + }, + { + "id": 3287, + "start": 1077.4, + "end": 1077.62, + "text": "seed" + }, + { + "id": 3288, + "start": 1077.62, + "end": 1078.04, + "text": "phrase" + }, + { + "id": 3289, + "start": 1078.04, + "end": 1078.2, + "text": "and" + }, + { + "id": 3290, + "start": 1078.2, + "end": 1078.42, + "text": "you're" + }, + { + "id": 3291, + "start": 1078.42, + "end": 1078.74, + "text": "using" + }, + { + "id": 3292, + "start": 1078.74, + "end": 1079.24, + "text": "this," + }, + { + "id": 3293, + "start": 1080.38, + "end": 1080.54, + "text": "you" + }, + { + "id": 3294, + "start": 1080.54, + "end": 1080.74, + "text": "can" + }, + { + "id": 3295, + "start": 1080.74, + "end": 1081.1, + "text": "generate" + }, + { + "id": 3296, + "start": 1081.1, + "end": 1081.32, + "text": "all" + }, + { + "id": 3297, + "start": 1081.32, + "end": 1081.52, + "text": "your" + }, + { + "id": 3298, + "start": 1081.52, + "end": 1081.96, + "text": "addresses." + }, + { + "id": 3299, + "start": 1081.96, + "end": 1082.22, + "text": "But" + }, + { + "id": 3300, + "start": 1082.22, + "end": 1082.34, + "text": "a" + }, + { + "id": 3301, + "start": 1082.34, + "end": 1082.5, + "text": "lot" + }, + { + "id": 3302, + "start": 1082.5, + "end": 1082.64, + "text": "of" + }, + { + "id": 3303, + "start": 1082.64, + "end": 1082.8, + "text": "your" + }, + { + "id": 3304, + "start": 1082.8, + "end": 1083.16, + "text": "addresses" + }, + { + "id": 3305, + "start": 1083.16, + "end": 1083.36, + "text": "will" + }, + { + "id": 3306, + "start": 1083.36, + "end": 1083.74, + "text": "commit" + }, + { + "id": 3307, + "start": 1083.74, + "end": 1083.96, + "text": "to" + }, + { + "id": 3308, + "start": 1083.96, + "end": 1084.46, + "text": "UTXOs." + }, + { + "id": 3309, + "start": 1085.66, + "end": 1085.82, + "text": "And" + }, + { + "id": 3310, + "start": 1085.82, + "end": 1086.02, + "text": "so" + }, + { + "id": 3311, + "start": 1086.02, + "end": 1086.18, + "text": "now" + }, + { + "id": 3312, + "start": 1086.18, + "end": 1086.38, + "text": "you're" + }, + { + "id": 3313, + "start": 1086.38, + "end": 1086.54, + "text": "like," + }, + { + "id": 3314, + "start": 1086.54, + "end": 1086.66, + "text": "as" + }, + { + "id": 3315, + "start": 1086.66, + "end": 1086.82, + "text": "soon" + }, + { + "id": 3316, + "start": 1086.82, + "end": 1086.96, + "text": "as" + }, + { + "id": 3317, + "start": 1086.96, + "end": 1087.2, + "text": "you," + }, + { + "id": 3318, + "start": 1087.2, + "end": 1087.24, + "text": "you" + }, + { + "id": 3319, + "start": 1087.24, + "end": 1087.42, + "text": "know," + }, + { + "id": 3320, + "start": 1087.42, + "end": 1087.58, + "text": "let" + }, + { + "id": 3321, + "start": 1087.58, + "end": 1087.72, + "text": "me" + }, + { + "id": 3322, + "start": 1087.72, + "end": 1088.1, + "text": "generate" + }, + { + "id": 3323, + "start": 1088.1, + "end": 1088.22, + "text": "the" + }, + { + "id": 3324, + "start": 1088.22, + "end": 1088.36, + "text": "first" + }, + { + "id": 3325, + "start": 1088.36, + "end": 1088.68, + "text": "hundred" + }, + { + "id": 3326, + "start": 1088.68, + "end": 1089.14, + "text": "addresses." + }, + { + "id": 3327, + "start": 1089.14, + "end": 1089.28, + "text": "And" + }, + { + "id": 3328, + "start": 1089.28, + "end": 1089.4, + "text": "then," + }, + { + "id": 3329, + "start": 1089.4, + "end": 1089.62, + "text": "oh," + }, + { + "id": 3330, + "start": 1089.62, + "end": 1089.76, + "text": "on" + }, + { + "id": 3331, + "start": 1089.76, + "end": 1090.02, + "text": "address" + }, + { + "id": 3332, + "start": 1090.02, + "end": 1090.24, + "text": "0," + }, + { + "id": 3333, + "start": 1090.24, + "end": 1090.36, + "text": "I" + }, + { + "id": 3334, + "start": 1090.36, + "end": 1090.52, + "text": "see" + }, + { + "id": 3335, + "start": 1090.52, + "end": 1090.68, + "text": "a" + }, + { + "id": 3336, + "start": 1090.68, + "end": 1091.18, + "text": "UTXO." + }, + { + "id": 3337, + "start": 1091.18, + "end": 1091.32, + "text": "Well," + }, + { + "id": 3338, + "start": 1091.32, + "end": 1091.58, + "text": "maybe" + }, + { + "id": 3339, + "start": 1091.58, + "end": 1091.88, + "text": "address" + }, + { + "id": 3340, + "start": 1091.88, + "end": 1092.08, + "text": "1" + }, + { + "id": 3341, + "start": 1092.08, + "end": 1092.44, + "text": "committed" + }, + { + "id": 3342, + "start": 1092.44, + "end": 1092.56, + "text": "to" + }, + { + "id": 3343, + "start": 1092.56, + "end": 1092.8, + "text": "that." + }, + { + "id": 3344, + "start": 1092.8, + "end": 1092.98, + "text": "Maybe" + }, + { + "id": 3345, + "start": 1092.98, + "end": 1093.1, + "text": "it" + }, + { + "id": 3346, + "start": 1093.1, + "end": 1093.48, + "text": "didn't." + }, + { + "id": 3347, + "start": 1093.48, + "end": 1093.58, + "text": "Now" + }, + { + "id": 3348, + "start": 1093.58, + "end": 1093.7, + "text": "I" + }, + { + "id": 3349, + "start": 1093.7, + "end": 1094.02, + "text": "have" + }, + { + "id": 3350, + "start": 1094.02, + "end": 1094.2, + "text": "two" + }, + { + "id": 3351, + "start": 1094.2, + "end": 1094.54, + "text": "different" + }, + { + "id": 3352, + "start": 1094.54, + "end": 1094.86, + "text": "potential" + }, + { + "id": 3353, + "start": 1094.86, + "end": 1095.18, + "text": "addresses" + }, + { + "id": 3354, + "start": 1095.18, + "end": 1095.68, + "text": "there." + }, + { + "id": 3355, + "start": 1095.86, + "end": 1096.36, + "text": "Technically" + }, + { + "id": 3356, + "start": 1096.98, + "end": 1097.16, + "text": "O" + }, + { + "id": 3357, + "start": 1097.16, + "end": 1097.36, + "text": "of" + }, + { + "id": 3358, + "start": 1097.36, + "end": 1097.56, + "text": "2" + }, + { + "id": 3359, + "start": 1097.56, + "end": 1097.7, + "text": "to" + }, + { + "id": 3360, + "start": 1097.7, + "end": 1097.84, + "text": "the" + }, + { + "id": 3361, + "start": 1097.84, + "end": 1098.34, + "text": "N," + }, + { + "id": 3362, + "start": 1098.54, + "end": 1098.78, + "text": "which" + }, + { + "id": 3363, + "start": 1098.78, + "end": 1098.94, + "text": "is" + }, + { + "id": 3364, + "start": 1098.94, + "end": 1099.2, + "text": "very" + }, + { + "id": 3365, + "start": 1099.2, + "end": 1099.7, + "text": "bad." + }, + { + "id": 3366, + "start": 1099.9, + "end": 1100.08, + "text": "So" + }, + { + "id": 3367, + "start": 1100.08, + "end": 1100.28, + "text": "you" + }, + { + "id": 3368, + "start": 1100.28, + "end": 1100.54, + "text": "would" + }, + { + "id": 3369, + "start": 1100.54, + "end": 1100.98, + "text": "definitely" + }, + { + "id": 3370, + "start": 1100.98, + "end": 1101.14, + "text": "for" + }, + { + "id": 3371, + "start": 1101.14, + "end": 1101.5, + "text": "larger" + }, + { + "id": 3372, + "start": 1101.5, + "end": 1101.82, + "text": "wallets," + }, + { + "id": 3373, + "start": 1101.82, + "end": 1101.88, + "text": "you" + }, + { + "id": 3374, + "start": 1101.88, + "end": 1102.0, + "text": "know" + }, + { + "id": 3375, + "start": 1102.0, + "end": 1102.12, + "text": "if" + }, + { + "id": 3376, + "start": 1102.12, + "end": 1102.26, + "text": "you" + }, + { + "id": 3377, + "start": 1102.26, + "end": 1102.42, + "text": "have" + }, + { + "id": 3378, + "start": 1102.42, + "end": 1102.76, + "text": "hundreds" + }, + { + "id": 3379, + "start": 1102.76, + "end": 1102.94, + "text": "of" + }, + { + "id": 3380, + "start": 1102.94, + "end": 1103.44, + "text": "UTXOs," + }, + { + "id": 3381, + "start": 1103.52, + "end": 1104.02, + "text": "you" + }, + { + "id": 3382, + "start": 1104.28, + "end": 1104.56, + "text": "can't" + }, + { + "id": 3383, + "start": 1104.56, + "end": 1104.72, + "text": "do" + }, + { + "id": 3384, + "start": 1104.72, + "end": 1104.96, + "text": "all" + }, + { + "id": 3385, + "start": 1104.96, + "end": 1105.08, + "text": "of" + }, + { + "id": 3386, + "start": 1105.08, + "end": 1105.24, + "text": "them," + }, + { + "id": 3387, + "start": 1105.24, + "end": 1105.4, + "text": "right?" + }, + { + "id": 3388, + "start": 1105.4, + "end": 1105.52, + "text": "You" + }, + { + "id": 3389, + "start": 1105.52, + "end": 1105.68, + "text": "should" + }, + { + "id": 3390, + "start": 1105.68, + "end": 1106.0, + "text": "limit" + }, + { + "id": 3391, + "start": 1106.0, + "end": 1106.18, + "text": "it" + }, + { + "id": 3392, + "start": 1106.18, + "end": 1106.32, + "text": "to" + }, + { + "id": 3393, + "start": 1106.32, + "end": 1106.58, + "text": "10" + }, + { + "id": 3394, + "start": 1106.58, + "end": 1106.76, + "text": "or" + }, + { + "id": 3395, + "start": 1106.76, + "end": 1107.08, + "text": "something." + }, + { + "id": 3396, + "start": 1107.08, + "end": 1107.24, + "text": "Then" + }, + { + "id": 3397, + "start": 1107.24, + "end": 1107.44, + "text": "you've" + }, + { + "id": 3398, + "start": 1107.44, + "end": 1107.72, + "text": "got" + }, + { + "id": 3399, + "start": 1107.72, + "end": 1107.88, + "text": "like" + }, + { + "id": 3400, + "start": 1107.88, + "end": 1108.06, + "text": "a" + }, + { + "id": 3401, + "start": 1108.06, + "end": 1108.32, + "text": "thousand" + }, + { + "id": 3402, + "start": 1108.32, + "end": 1108.64, + "text": "X" + }, + { + "id": 3403, + "start": 1108.64, + "end": 1109.06, + "text": "slowdown" + }, + { + "id": 3404, + "start": 1109.06, + "end": 1109.24, + "text": "for" + }, + { + "id": 3405, + "start": 1109.24, + "end": 1109.54, + "text": "wallet" + }, + { + "id": 3406, + "start": 1109.54, + "end": 1109.94, + "text": "recovery," + }, + { + "id": 3407, + "start": 1109.94, + "end": 1110.06, + "text": "which" + }, + { + "id": 3408, + "start": 1110.06, + "end": 1110.3, + "text": "is" + }, + { + "id": 3409, + "start": 1110.3, + "end": 1110.6, + "text": "probably" + }, + { + "id": 3410, + "start": 1110.6, + "end": 1111.1, + "text": "fine." + }, + { + "id": 3411, + "start": 1112.02, + "end": 1112.2, + "text": "But" + }, + { + "id": 3412, + "start": 1112.2, + "end": 1112.7, + "text": "yeah," + }, + { + "id": 3413, + "start": 1112.72, + "end": 1112.88, + "text": "I" + }, + { + "id": 3414, + "start": 1112.88, + "end": 1113.08, + "text": "don't" + }, + { + "id": 3415, + "start": 1113.08, + "end": 1113.4, + "text": "know," + }, + { + "id": 3416, + "start": 1113.4, + "end": 1113.66, + "text": "do" + }, + { + "id": 3417, + "start": 1113.66, + "end": 1114.16, + "text": "exchanges" + }, + { + "id": 3418, + "start": 1114.24, + "end": 1114.44, + "text": "and" + }, + { + "id": 3419, + "start": 1114.44, + "end": 1114.7, + "text": "people" + }, + { + "id": 3420, + "start": 1114.7, + "end": 1114.84, + "text": "with" + }, + { + "id": 3421, + "start": 1114.84, + "end": 1115.28, + "text": "thousands" + }, + { + "id": 3422, + "start": 1115.28, + "end": 1115.42, + "text": "of" + }, + { + "id": 3423, + "start": 1115.42, + "end": 1115.92, + "text": "UTXOs" + }, + { + "id": 3424, + "start": 1116.02, + "end": 1116.26, + "text": "really" + }, + { + "id": 3425, + "start": 1116.26, + "end": 1116.5, + "text": "care" + }, + { + "id": 3426, + "start": 1116.5, + "end": 1117.0, + "text": "about" + }, + { + "id": 3427, + "start": 1117.42, + "end": 1117.74, + "text": "wallet" + }, + { + "id": 3428, + "start": 1117.74, + "end": 1118.18, + "text": "recovery" + }, + { + "id": 3429, + "start": 1118.18, + "end": 1118.36, + "text": "from" + }, + { + "id": 3430, + "start": 1118.36, + "end": 1118.52, + "text": "a" + }, + { + "id": 3431, + "start": 1118.52, + "end": 1118.72, + "text": "seed" + }, + { + "id": 3432, + "start": 1118.72, + "end": 1118.94, + "text": "phrase?" + }, + { + "id": 3433, + "start": 1118.94, + "end": 1119.14, + "text": "Maybe," + }, + { + "id": 3434, + "start": 1119.14, + "end": 1119.28, + "text": "I" + }, + { + "id": 3435, + "start": 1119.28, + "end": 1119.4, + "text": "don't" + }, + { + "id": 3436, + "start": 1119.4, + "end": 1119.52, + "text": "know." + }, + { + "id": 3437, + "start": 1119.52, + "end": 1119.72, + "text": "But" + }, + { + "id": 3438, + "start": 1119.72, + "end": 1119.9, + "text": "yeah," + }, + { + "id": 3439, + "start": 1119.9, + "end": 1120.12, + "text": "so" + }, + { + "id": 3440, + "start": 1120.12, + "end": 1120.38, + "text": "it's" + }, + { + "id": 3441, + "start": 1120.38, + "end": 1120.84, + "text": "doable," + }, + { + "id": 3442, + "start": 1120.84, + "end": 1121.2, + "text": "but" + }, + { + "id": 3443, + "start": 1121.2, + "end": 1121.38, + "text": "you" + }, + { + "id": 3444, + "start": 1121.38, + "end": 1121.58, + "text": "would" + }, + { + "id": 3445, + "start": 1121.58, + "end": 1122.08, + "text": "need" + }, + { + "id": 3446, + "start": 1122.26, + "end": 1122.44, + "text": "a" + }, + { + "id": 3447, + "start": 1122.44, + "end": 1122.94, + "text": "bit" + }, + { + "id": 3448, + "start": 1122.98, + "end": 1123.48, + "text": "of" + }, + { + "id": 3449, + "start": 1123.9, + "end": 1124.18, + "text": "thought" + }, + { + "id": 3450, + "start": 1124.18, + "end": 1124.38, + "text": "into" + }, + { + "id": 3451, + "start": 1124.38, + "end": 1124.6, + "text": "how" + }, + { + "id": 3452, + "start": 1124.6, + "end": 1124.76, + "text": "you" + }, + { + "id": 3453, + "start": 1124.76, + "end": 1125.16, + "text": "design" + }, + { + "id": 3454, + "start": 1125.16, + "end": 1125.3, + "text": "the" + }, + { + "id": 3455, + "start": 1125.3, + "end": 1125.52, + "text": "wallets" + }, + { + "id": 3456, + "start": 1125.52, + "end": 1125.72, + "text": "for" + }, + { + "id": 3457, + "start": 1125.72, + "end": 1126.22, + "text": "this." + }, + { + "id": 3458, + "start": 1127.48, + "end": 1127.72, + "text": "Yeah," + }, + { + "id": 3459, + "start": 1127.72, + "end": 1127.86, + "text": "so" + }, + { + "id": 3460, + "start": 1127.86, + "end": 1127.96, + "text": "the" + }, + { + "id": 3461, + "start": 1127.96, + "end": 1128.28, + "text": "thing" + }, + { + "id": 3462, + "start": 1128.28, + "end": 1128.72, + "text": "is," + }, + { + "id": 3463, + "start": 1128.72, + "end": 1128.94, + "text": "this" + }, + { + "id": 3464, + "start": 1128.94, + "end": 1129.12, + "text": "would" + }, + { + "id": 3465, + "start": 1129.12, + "end": 1129.54, + "text": "work" + }, + { + "id": 3466, + "start": 1129.54, + "end": 1129.92, + "text": "fine" + }, + { + "id": 3467, + "start": 1129.92, + "end": 1130.42, + "text": "today." + }, + { + "id": 3468, + "start": 1130.58, + "end": 1130.74, + "text": "You" + }, + { + "id": 3469, + "start": 1130.74, + "end": 1131.14, + "text": "could" + }, + { + "id": 3470, + "start": 1131.14, + "end": 1131.38, + "text": "make" + }, + { + "id": 3471, + "start": 1131.38, + "end": 1131.54, + "text": "this" + }, + { + "id": 3472, + "start": 1131.54, + "end": 1132.04, + "text": "opcode" + }, + { + "id": 3473, + "start": 1132.08, + "end": 1132.28, + "text": "and" + }, + { + "id": 3474, + "start": 1132.28, + "end": 1132.54, + "text": "put" + }, + { + "id": 3475, + "start": 1132.54, + "end": 1132.72, + "text": "it" + }, + { + "id": 3476, + "start": 1132.72, + "end": 1133.22, + "text": "into" + }, + { + "id": 3477, + "start": 1133.8, + "end": 1134.3, + "text": "taproot." + }, + { + "id": 3478, + "start": 1135.3, + "end": 1135.52, + "text": "It's" + }, + { + "id": 3479, + "start": 1135.52, + "end": 1135.76, + "text": "probably" + }, + { + "id": 3480, + "start": 1135.76, + "end": 1136.26, + "text": "pointless," + }, + { + "id": 3481, + "start": 1136.42, + "end": 1136.82, + "text": "because" + }, + { + "id": 3482, + "start": 1136.82, + "end": 1137.32, + "text": "signatures" + }, + { + "id": 3483, + "start": 1137.34, + "end": 1137.44, + "text": "are" + }, + { + "id": 3484, + "start": 1137.44, + "end": 1137.62, + "text": "so" + }, + { + "id": 3485, + "start": 1137.62, + "end": 1137.9, + "text": "small" + }, + { + "id": 3486, + "start": 1137.9, + "end": 1138.1, + "text": "right" + }, + { + "id": 3487, + "start": 1138.1, + "end": 1138.28, + "text": "now." + }, + { + "id": 3488, + "start": 1138.28, + "end": 1138.52, + "text": "They're" + }, + { + "id": 3489, + "start": 1138.52, + "end": 1138.94, + "text": "64" + }, + { + "id": 3490, + "start": 1138.94, + "end": 1139.44, + "text": "bytes." + }, + { + "id": 3491, + "start": 1139.44, + "end": 1139.94, + "text": "And" + }, + { + "id": 3492, + "start": 1140.16, + "end": 1140.46, + "text": "the" + }, + { + "id": 3493, + "start": 1140.46, + "end": 1140.96, + "text": "minimum" + }, + { + "id": 3494, + "start": 1141.34, + "end": 1141.78, + "text": "space" + }, + { + "id": 3495, + "start": 1141.78, + "end": 1141.92, + "text": "to" + }, + { + "id": 3496, + "start": 1141.92, + "end": 1142.18, + "text": "use" + }, + { + "id": 3497, + "start": 1142.18, + "end": 1142.38, + "text": "this" + }, + { + "id": 3498, + "start": 1142.38, + "end": 1142.56, + "text": "would" + }, + { + "id": 3499, + "start": 1142.56, + "end": 1142.78, + "text": "be" + }, + { + "id": 3500, + "start": 1142.78, + "end": 1142.9, + "text": "a" + }, + { + "id": 3501, + "start": 1142.9, + "end": 1143.12, + "text": "bit" + }, + { + "id": 3502, + "start": 1143.12, + "end": 1143.48, + "text": "more." + }, + { + "id": 3503, + "start": 1143.48, + "end": 1143.54, + "text": "It" + }, + { + "id": 3504, + "start": 1143.54, + "end": 1143.68, + "text": "would" + }, + { + "id": 3505, + "start": 1143.68, + "end": 1143.78, + "text": "be" + }, + { + "id": 3506, + "start": 1143.78, + "end": 1144.0, + "text": "more" + }, + { + "id": 3507, + "start": 1144.0, + "end": 1144.16, + "text": "like" + }, + { + "id": 3508, + "start": 1144.16, + "end": 1144.66, + "text": "70-ish." + }, + { + "id": 3509, + "start": 1145.26, + "end": 1145.65, + "text": "So" + }, + { + "id": 3510, + "start": 1145.65, + "end": 1146.04, + "text": "it" + }, + { + "id": 3511, + "start": 1146.04, + "end": 1146.26, + "text": "doesn't" + }, + { + "id": 3512, + "start": 1146.26, + "end": 1146.5, + "text": "get" + }, + { + "id": 3513, + "start": 1146.5, + "end": 1146.68, + "text": "you" + }, + { + "id": 3514, + "start": 1146.68, + "end": 1147.18, + "text": "anything." + }, + { + "id": 3515, + "start": 1147.3, + "end": 1147.44, + "text": "I" + }, + { + "id": 3516, + "start": 1147.44, + "end": 1147.76, + "text": "guess" + }, + { + "id": 3517, + "start": 1147.76, + "end": 1148.0, + "text": "it's" + }, + { + "id": 3518, + "start": 1148.0, + "end": 1148.16, + "text": "a" + }, + { + "id": 3519, + "start": 1148.16, + "end": 1148.52, + "text": "little" + }, + { + "id": 3520, + "start": 1148.52, + "end": 1149.02, + "text": "faster" + }, + { + "id": 3521, + "start": 1149.02, + "end": 1149.24, + "text": "to" + }, + { + "id": 3522, + "start": 1149.24, + "end": 1149.74, + "text": "verify," + }, + { + "id": 3523, + "start": 1149.94, + "end": 1150.44, + "text": "because" + }, + { + "id": 3524, + "start": 1151.8, + "end": 1151.98, + "text": "the" + }, + { + "id": 3525, + "start": 1151.98, + "end": 1152.44, + "text": "verification" + }, + { + "id": 3526, + "start": 1152.44, + "end": 1152.72, + "text": "nodes" + }, + { + "id": 3527, + "start": 1152.72, + "end": 1152.94, + "text": "just" + }, + { + "id": 3528, + "start": 1152.94, + "end": 1153.26, + "text": "look" + }, + { + "id": 3529, + "start": 1153.26, + "end": 1153.42, + "text": "for" + }, + { + "id": 3530, + "start": 1153.42, + "end": 1153.68, + "text": "another" + }, + { + "id": 3531, + "start": 1153.68, + "end": 1153.94, + "text": "input" + }, + { + "id": 3532, + "start": 1153.94, + "end": 1154.08, + "text": "and" + }, + { + "id": 3533, + "start": 1154.08, + "end": 1154.34, + "text": "don't" + }, + { + "id": 3534, + "start": 1154.34, + "end": 1154.44, + "text": "have" + }, + { + "id": 3535, + "start": 1154.44, + "end": 1154.62, + "text": "to" + }, + { + "id": 3536, + "start": 1154.62, + "end": 1154.8, + "text": "do" + }, + { + "id": 3537, + "start": 1154.8, + "end": 1154.98, + "text": "an" + }, + { + "id": 3538, + "start": 1154.98, + "end": 1155.48, + "text": "easy" + }, + { + "id": 3539, + "start": 1156.0, + "end": 1156.5, + "text": "operation." + }, + { + "id": 3540, + "start": 1157.1, + "end": 1157.3, + "text": "It" + }, + { + "id": 3541, + "start": 1157.3, + "end": 1157.6, + "text": "doesn't" + }, + { + "id": 3542, + "start": 1157.6, + "end": 1157.76, + "text": "save" + }, + { + "id": 3543, + "start": 1157.76, + "end": 1157.92, + "text": "any" + }, + { + "id": 3544, + "start": 1157.92, + "end": 1158.42, + "text": "space." + }, + { + "id": 3545, + "start": 1158.78, + "end": 1159.02, + "text": "But" + }, + { + "id": 3546, + "start": 1159.02, + "end": 1159.18, + "text": "it" + }, + { + "id": 3547, + "start": 1159.18, + "end": 1159.6, + "text": "is" + }, + { + "id": 3548, + "start": 1159.6, + "end": 1159.92, + "text": "much" + }, + { + "id": 3549, + "start": 1159.92, + "end": 1160.42, + "text": "smaller" + }, + { + "id": 3550, + "start": 1160.46, + "end": 1160.86, + "text": "than" + }, + { + "id": 3551, + "start": 1160.86, + "end": 1161.26, + "text": "any" + }, + { + "id": 3552, + "start": 1161.26, + "end": 1161.76, + "text": "known" + }, + { + "id": 3553, + "start": 1161.78, + "end": 1162.28, + "text": "post-quantum" + }, + { + "id": 3554, + "start": 1162.5, + "end": 1163.0, + "text": "signatures." + }, + { + "id": 3555, + "start": 1163.44, + "end": 1163.84, + "text": "There's" + }, + { + "id": 3556, + "start": 1163.84, + "end": 1164.06, + "text": "some" + }, + { + "id": 3557, + "start": 1164.06, + "end": 1164.24, + "text": "that" + }, + { + "id": 3558, + "start": 1164.24, + "end": 1164.72, + "text": "are" + }, + { + "id": 3559, + "start": 1164.72, + "end": 1164.84, + "text": "in" + }, + { + "id": 3560, + "start": 1164.84, + "end": 1164.96, + "text": "the" + }, + { + "id": 3561, + "start": 1164.96, + "end": 1165.38, + "text": "hundreds" + }, + { + "id": 3562, + "start": 1165.38, + "end": 1165.52, + "text": "of" + }, + { + "id": 3563, + "start": 1165.52, + "end": 1166.02, + "text": "bytes," + }, + { + "id": 3564, + "start": 1166.18, + "end": 1166.68, + "text": "but" + }, + { + "id": 3565, + "start": 1167.54, + "end": 1167.66, + "text": "the" + }, + { + "id": 3566, + "start": 1167.66, + "end": 1167.94, + "text": "ones" + }, + { + "id": 3567, + "start": 1167.94, + "end": 1168.12, + "text": "that" + }, + { + "id": 3568, + "start": 1168.12, + "end": 1168.2, + "text": "I" + }, + { + "id": 3569, + "start": 1168.2, + "end": 1168.44, + "text": "think" + }, + { + "id": 3570, + "start": 1168.44, + "end": 1168.78, + "text": "people" + }, + { + "id": 3571, + "start": 1168.78, + "end": 1168.94, + "text": "are" + }, + { + "id": 3572, + "start": 1168.94, + "end": 1169.12, + "text": "talking" + }, + { + "id": 3573, + "start": 1169.12, + "end": 1169.28, + "text": "about" + }, + { + "id": 3574, + "start": 1169.28, + "end": 1169.38, + "text": "and" + }, + { + "id": 3575, + "start": 1169.38, + "end": 1169.7, + "text": "looking" + }, + { + "id": 3576, + "start": 1169.7, + "end": 1169.88, + "text": "at" + }, + { + "id": 3577, + "start": 1169.88, + "end": 1170.04, + "text": "as" + }, + { + "id": 3578, + "start": 1170.04, + "end": 1170.16, + "text": "the" + }, + { + "id": 3579, + "start": 1170.16, + "end": 1170.6, + "text": "most" + }, + { + "id": 3580, + "start": 1170.6, + "end": 1171.08, + "text": "likely" + }, + { + "id": 3581, + "start": 1171.08, + "end": 1171.28, + "text": "thing" + }, + { + "id": 3582, + "start": 1171.28, + "end": 1171.44, + "text": "that" + }, + { + "id": 3583, + "start": 1171.44, + "end": 1171.64, + "text": "we" + }, + { + "id": 3584, + "start": 1171.64, + "end": 1171.88, + "text": "would" + }, + { + "id": 3585, + "start": 1171.88, + "end": 1172.04, + "text": "have" + }, + { + "id": 3586, + "start": 1172.04, + "end": 1172.16, + "text": "to" + }, + { + "id": 3587, + "start": 1172.16, + "end": 1172.36, + "text": "use" + }, + { + "id": 3588, + "start": 1172.36, + "end": 1172.48, + "text": "in" + }, + { + "id": 3589, + "start": 1172.48, + "end": 1172.88, + "text": "Bitcoin" + }, + { + "id": 3590, + "start": 1172.88, + "end": 1173.04, + "text": "would" + }, + { + "id": 3591, + "start": 1173.04, + "end": 1173.16, + "text": "be" + }, + { + "id": 3592, + "start": 1173.16, + "end": 1173.28, + "text": "like" + }, + { + "id": 3593, + "start": 1173.28, + "end": 1173.72, + "text": "hash-based," + }, + { + "id": 3594, + "start": 1173.72, + "end": 1173.84, + "text": "because" + }, + { + "id": 3595, + "start": 1173.84, + "end": 1174.12, + "text": "we're" + }, + { + "id": 3596, + "start": 1174.12, + "end": 1174.62, + "text": "already" + }, + { + "id": 3597, + "start": 1174.78, + "end": 1175.08, + "text": "depending" + }, + { + "id": 3598, + "start": 1175.08, + "end": 1175.32, + "text": "on" + }, + { + "id": 3599, + "start": 1175.32, + "end": 1175.8, + "text": "hash," + }, + { + "id": 3600, + "start": 1175.8, + "end": 1176.3, + "text": "like" + }, + { + "id": 3601, + "start": 1176.6, + "end": 1176.82, + "text": "the" + }, + { + "id": 3602, + "start": 1176.82, + "end": 1177.08, + "text": "security" + }, + { + "id": 3603, + "start": 1177.08, + "end": 1177.24, + "text": "of" + }, + { + "id": 3604, + "start": 1177.24, + "end": 1177.58, + "text": "hashes" + }, + { + "id": 3605, + "start": 1177.58, + "end": 1177.8, + "text": "for" + }, + { + "id": 3606, + "start": 1177.8, + "end": 1178.3, + "text": "Bitcoin." + }, + { + "id": 3607, + "start": 1178.94, + "end": 1179.1, + "text": "So" + }, + { + "id": 3608, + "start": 1179.1, + "end": 1179.44, + "text": "yeah," + }, + { + "id": 3609, + "start": 1179.44, + "end": 1179.84, + "text": "going" + }, + { + "id": 3610, + "start": 1179.84, + "end": 1180.34, + "text": "from" + }, + { + "id": 3611, + "start": 1180.68, + "end": 1180.76, + "text": "three" + }, + { + "id": 3612, + "start": 1180.76, + "end": 1180.92, + "text": "or" + }, + { + "id": 3613, + "start": 1180.92, + "end": 1181.12, + "text": "four" + }, + { + "id": 3614, + "start": 1181.12, + "end": 1181.58, + "text": "kilobytes" + }, + { + "id": 3615, + "start": 1181.58, + "end": 1181.72, + "text": "of" + }, + { + "id": 3616, + "start": 1181.72, + "end": 1182.22, + "text": "this" + }, + { + "id": 3617, + "start": 1182.44, + "end": 1182.8, + "text": "is" + }, + { + "id": 3618, + "start": 1182.8, + "end": 1183.3, + "text": "great." + }, + { + "id": 3619, + "start": 1183.9, + "end": 1184.06, + "text": "One" + }, + { + "id": 3620, + "start": 1184.06, + "end": 1184.16, + "text": "of" + }, + { + "id": 3621, + "start": 1184.16, + "end": 1184.24, + "text": "the" + }, + { + "id": 3622, + "start": 1184.24, + "end": 1184.72, + "text": "things" + }, + { + "id": 3623, + "start": 1184.72, + "end": 1184.94, + "text": "you" + }, + { + "id": 3624, + "start": 1184.94, + "end": 1185.04, + "text": "sort" + }, + { + "id": 3625, + "start": 1185.04, + "end": 1185.2, + "text": "of" + }, + { + "id": 3626, + "start": 1185.2, + "end": 1185.48, + "text": "worry" + }, + { + "id": 3627, + "start": 1185.48, + "end": 1185.7, + "text": "about" + }, + { + "id": 3628, + "start": 1185.7, + "end": 1185.92, + "text": "is," + }, + { + "id": 3629, + "start": 1185.92, + "end": 1186.1, + "text": "well," + }, + { + "id": 3630, + "start": 1186.1, + "end": 1186.3, + "text": "what" + }, + { + "id": 3631, + "start": 1186.3, + "end": 1186.52, + "text": "about" + }, + { + "id": 3632, + "start": 1186.52, + "end": 1187.02, + "text": "replays?" + }, + { + "id": 3633, + "start": 1187.2, + "end": 1187.56, + "text": "You're" + }, + { + "id": 3634, + "start": 1187.56, + "end": 1188.06, + "text": "not" + }, + { + "id": 3635, + "start": 1188.44, + "end": 1188.94, + "text": "signing." + }, + { + "id": 3636, + "start": 1190.08, + "end": 1190.32, + "text": "Once" + }, + { + "id": 3637, + "start": 1190.32, + "end": 1190.44, + "text": "you" + }, + { + "id": 3638, + "start": 1190.44, + "end": 1190.86, + "text": "reveal" + }, + { + "id": 3639, + "start": 1190.86, + "end": 1191.04, + "text": "this" + }, + { + "id": 3640, + "start": 1191.04, + "end": 1191.26, + "text": "kind" + }, + { + "id": 3641, + "start": 1191.26, + "end": 1191.4, + "text": "of" + }, + { + "id": 3642, + "start": 1191.4, + "end": 1191.9, + "text": "commitment," + }, + { + "id": 3643, + "start": 1193.4, + "end": 1193.56, + "text": "could" + }, + { + "id": 3644, + "start": 1193.56, + "end": 1193.72, + "text": "it" + }, + { + "id": 3645, + "start": 1193.72, + "end": 1193.86, + "text": "be" + }, + { + "id": 3646, + "start": 1193.86, + "end": 1194.36, + "text": "replayed?" + }, + { + "id": 3647, + "start": 1194.62, + "end": 1195.02, + "text": "And" + }, + { + "id": 3648, + "start": 1195.02, + "end": 1195.26, + "text": "it's" + }, + { + "id": 3649, + "start": 1195.26, + "end": 1195.44, + "text": "not" + }, + { + "id": 3650, + "start": 1195.44, + "end": 1195.76, + "text": "using" + }, + { + "id": 3651, + "start": 1195.76, + "end": 1196.04, + "text": "keys" + }, + { + "id": 3652, + "start": 1196.04, + "end": 1196.18, + "text": "or" + }, + { + "id": 3653, + "start": 1196.18, + "end": 1196.68, + "text": "addresses." + }, + { + "id": 3654, + "start": 1196.76, + "end": 1196.92, + "text": "So" + }, + { + "id": 3655, + "start": 1196.92, + "end": 1197.04, + "text": "one" + }, + { + "id": 3656, + "start": 1197.04, + "end": 1197.16, + "text": "of" + }, + { + "id": 3657, + "start": 1197.16, + "end": 1197.24, + "text": "the" + }, + { + "id": 3658, + "start": 1197.24, + "end": 1197.66, + "text": "things," + }, + { + "id": 3659, + "start": 1197.66, + "end": 1197.8, + "text": "an" + }, + { + "id": 3660, + "start": 1197.8, + "end": 1198.28, + "text": "alternative" + }, + { + "id": 3661, + "start": 1198.28, + "end": 1198.44, + "text": "you" + }, + { + "id": 3662, + "start": 1198.44, + "end": 1198.7, + "text": "could" + }, + { + "id": 3663, + "start": 1198.7, + "end": 1198.94, + "text": "think" + }, + { + "id": 3664, + "start": 1198.94, + "end": 1199.06, + "text": "of" + }, + { + "id": 3665, + "start": 1199.06, + "end": 1199.16, + "text": "is" + }, + { + "id": 3666, + "start": 1199.16, + "end": 1199.44, + "text": "like," + }, + { + "id": 3667, + "start": 1199.44, + "end": 1199.68, + "text": "what" + }, + { + "id": 3668, + "start": 1199.68, + "end": 1199.86, + "text": "if" + }, + { + "id": 3669, + "start": 1199.86, + "end": 1200.02, + "text": "your" + }, + { + "id": 3670, + "start": 1200.02, + "end": 1200.52, + "text": "address" + }, + { + "id": 3671, + "start": 1201.1, + "end": 1201.6, + "text": "commits" + }, + { + "id": 3672, + "start": 1201.64, + "end": 1201.84, + "text": "to" + }, + { + "id": 3673, + "start": 1201.84, + "end": 1202.22, + "text": "another" + }, + { + "id": 3674, + "start": 1202.22, + "end": 1202.72, + "text": "address?" + }, + { + "id": 3675, + "start": 1204.02, + "end": 1204.24, + "text": "In" + }, + { + "id": 3676, + "start": 1204.24, + "end": 1204.48, + "text": "this" + }, + { + "id": 3677, + "start": 1204.48, + "end": 1204.66, + "text": "pub" + }, + { + "id": 3678, + "start": 1204.66, + "end": 1204.82, + "text": "key," + }, + { + "id": 3679, + "start": 1204.82, + "end": 1204.92, + "text": "you" + }, + { + "id": 3680, + "start": 1204.92, + "end": 1205.06, + "text": "say," + }, + { + "id": 3681, + "start": 1205.06, + "end": 1205.56, + "text": "well," + }, + { + "id": 3682, + "start": 1205.58, + "end": 1205.74, + "text": "if" + }, + { + "id": 3683, + "start": 1205.74, + "end": 1205.98, + "text": "this" + }, + { + "id": 3684, + "start": 1205.98, + "end": 1206.22, + "text": "other" + }, + { + "id": 3685, + "start": 1206.22, + "end": 1206.6, + "text": "pubkey" + }, + { + "id": 3686, + "start": 1206.6, + "end": 1206.74, + "text": "is" + }, + { + "id": 3687, + "start": 1206.74, + "end": 1207.2, + "text": "signing," + }, + { + "id": 3688, + "start": 1207.2, + "end": 1207.54, + "text": "that's" + }, + { + "id": 3689, + "start": 1207.54, + "end": 1208.04, + "text": "okay." + }, + { + "id": 3690, + "start": 1208.34, + "end": 1208.54, + "text": "That" + }, + { + "id": 3691, + "start": 1208.54, + "end": 1208.8, + "text": "counts" + }, + { + "id": 3692, + "start": 1208.8, + "end": 1208.96, + "text": "as" + }, + { + "id": 3693, + "start": 1208.96, + "end": 1209.14, + "text": "my" + }, + { + "id": 3694, + "start": 1209.14, + "end": 1209.64, + "text": "signature." + }, + { + "id": 3695, + "start": 1210.36, + "end": 1210.52, + "text": "That" + }, + { + "id": 3696, + "start": 1210.52, + "end": 1210.76, + "text": "would" + }, + { + "id": 3697, + "start": 1210.76, + "end": 1210.96, + "text": "also" + }, + { + "id": 3698, + "start": 1210.96, + "end": 1211.46, + "text": "potentially" + }, + { + "id": 3699, + "start": 1211.52, + "end": 1211.8501, + "text": "work," + }, + { + "id": 3700, + "start": 1211.8501, + "end": 1212.18, + "text": "but" + }, + { + "id": 3701, + "start": 1212.18, + "end": 1212.34, + "text": "that" + }, + { + "id": 3702, + "start": 1212.34, + "end": 1212.78, + "text": "would" + }, + { + "id": 3703, + "start": 1212.78, + "end": 1213.04, + "text": "open" + }, + { + "id": 3704, + "start": 1213.04, + "end": 1213.38, + "text": "yourself" + }, + { + "id": 3705, + "start": 1213.38, + "end": 1213.5, + "text": "up" + }, + { + "id": 3706, + "start": 1213.5, + "end": 1214.0, + "text": "to" + }, + { + "id": 3707, + "start": 1214.06, + "end": 1214.56, + "text": "replay" + }, + { + "id": 3708, + "start": 1214.62, + "end": 1215.12, + "text": "attacks." + }, + { + "id": 3709, + "start": 1215.9, + "end": 1216.4, + "text": "So" + }, + { + "id": 3710, + "start": 1218.9, + "end": 1219.12, + "text": "this" + }, + { + "id": 3711, + "start": 1219.12, + "end": 1219.46, + "text": "doesn't" + }, + { + "id": 3712, + "start": 1219.46, + "end": 1219.64, + "text": "have" + }, + { + "id": 3713, + "start": 1219.64, + "end": 1220.14, + "text": "any" + }, + { + "id": 3714, + "start": 1221.2, + "end": 1221.7, + "text": "replay" + }, + { + "id": 3715, + "start": 1222.08, + "end": 1222.54, + "text": "problems" + }, + { + "id": 3716, + "start": 1222.54, + "end": 1222.8, + "text": "because" + }, + { + "id": 3717, + "start": 1222.8, + "end": 1223.0, + "text": "you're" + }, + { + "id": 3718, + "start": 1223.0, + "end": 1223.26, + "text": "pointing" + }, + { + "id": 3719, + "start": 1223.26, + "end": 1223.42, + "text": "to" + }, + { + "id": 3720, + "start": 1223.42, + "end": 1223.86, + "text": "individual" + }, + { + "id": 3721, + "start": 1223.86, + "end": 1224.36, + "text": "UTXOs." + }, + { + "id": 3722, + "start": 1224.64, + "end": 1224.96, + "text": "There's" + }, + { + "id": 3723, + "start": 1224.96, + "end": 1225.2, + "text": "no" + }, + { + "id": 3724, + "start": 1225.2, + "end": 1225.44, + "text": "way" + }, + { + "id": 3725, + "start": 1225.44, + "end": 1225.64, + "text": "to" + }, + { + "id": 3726, + "start": 1225.64, + "end": 1226.14, + "text": "make" + }, + { + "id": 3727, + "start": 1227.18, + "end": 1227.68, + "text": "cycles." + }, + { + "id": 3728, + "start": 1227.72, + "end": 1227.9, + "text": "You" + }, + { + "id": 3729, + "start": 1227.9, + "end": 1228.2, + "text": "couldn't" + }, + { + "id": 3730, + "start": 1228.2, + "end": 1228.34, + "text": "have" + }, + { + "id": 3731, + "start": 1228.34, + "end": 1228.44, + "text": "a" + }, + { + "id": 3732, + "start": 1228.44, + "end": 1228.9, + "text": "transaction" + }, + { + "id": 3733, + "start": 1228.9, + "end": 1229.12, + "text": "with" + }, + { + "id": 3734, + "start": 1229.12, + "end": 1229.38, + "text": "five" + }, + { + "id": 3735, + "start": 1229.38, + "end": 1229.7, + "text": "inputs" + }, + { + "id": 3736, + "start": 1229.7, + "end": 1229.84, + "text": "and" + }, + { + "id": 3737, + "start": 1229.84, + "end": 1230.06, + "text": "they're" + }, + { + "id": 3738, + "start": 1230.06, + "end": 1230.24, + "text": "all" + }, + { + "id": 3739, + "start": 1230.24, + "end": 1230.56, + "text": "using" + }, + { + "id": 3740, + "start": 1230.56, + "end": 1231.06, + "text": "opciv" + }, + { + "id": 3741, + "start": 1231.4, + "end": 1231.64, + "text": "because" + }, + { + "id": 3742, + "start": 1231.64, + "end": 1231.88, + "text": "that" + }, + { + "id": 3743, + "start": 1231.88, + "end": 1232.12, + "text": "would" + }, + { + "id": 3744, + "start": 1232.12, + "end": 1232.56, + "text": "imply" + }, + { + "id": 3745, + "start": 1232.56, + "end": 1232.72, + "text": "a" + }, + { + "id": 3746, + "start": 1232.72, + "end": 1233.0, + "text": "hash" + }, + { + "id": 3747, + "start": 1233.0, + "end": 1233.5, + "text": "cycle." + }, + { + "id": 3748, + "start": 1233.9, + "end": 1234.06, + "text": "That" + }, + { + "id": 3749, + "start": 1234.06, + "end": 1234.28, + "text": "would" + }, + { + "id": 3750, + "start": 1234.28, + "end": 1234.46, + "text": "mean" + }, + { + "id": 3751, + "start": 1234.46, + "end": 1234.9, + "text": "like," + }, + { + "id": 3752, + "start": 1234.9, + "end": 1235.28, + "text": "I've" + }, + { + "id": 3753, + "start": 1235.28, + "end": 1235.44, + "text": "got" + }, + { + "id": 3754, + "start": 1235.44, + "end": 1235.66, + "text": "your" + }, + { + "id": 3755, + "start": 1235.66, + "end": 1235.92, + "text": "hash" + }, + { + "id": 3756, + "start": 1235.92, + "end": 1236.04, + "text": "in" + }, + { + "id": 3757, + "start": 1236.04, + "end": 1236.18, + "text": "me." + }, + { + "id": 3758, + "start": 1236.18, + "end": 1236.38, + "text": "I've" + }, + { + "id": 3759, + "start": 1236.38, + "end": 1236.5, + "text": "got" + }, + { + "id": 3760, + "start": 1236.5, + "end": 1236.66, + "text": "your" + }, + { + "id": 3761, + "start": 1236.66, + "end": 1236.82, + "text": "hash" + }, + { + "id": 3762, + "start": 1236.82, + "end": 1236.98, + "text": "in" + }, + { + "id": 3763, + "start": 1236.98, + "end": 1237.2, + "text": "me." + }, + { + "id": 3764, + "start": 1237.2, + "end": 1237.46, + "text": "I've" + }, + { + "id": 3765, + "start": 1237.46, + "end": 1237.64, + "text": "got" + }, + { + "id": 3766, + "start": 1237.64, + "end": 1237.9, + "text": "your" + }, + { + "id": 3767, + "start": 1237.9, + "end": 1238.1, + "text": "hash" + }, + { + "id": 3768, + "start": 1238.1, + "end": 1238.32, + "text": "in" + }, + { + "id": 3769, + "start": 1238.32, + "end": 1238.42, + "text": "me." + }, + { + "id": 3770, + "start": 1238.42, + "end": 1238.5, + "text": "It's" + }, + { + "id": 3771, + "start": 1238.5, + "end": 1239.0, + "text": "like," + }, + { + "id": 3772, + "start": 1239.14, + "end": 1239.38, + "text": "wait," + }, + { + "id": 3773, + "start": 1239.38, + "end": 1239.62, + "text": "that's" + }, + { + "id": 3774, + "start": 1239.62, + "end": 1239.8, + "text": "not" + }, + { + "id": 3775, + "start": 1239.8, + "end": 1240.12, + "text": "supposed" + }, + { + "id": 3776, + "start": 1240.12, + "end": 1240.2, + "text": "to" + }, + { + "id": 3777, + "start": 1240.2, + "end": 1240.44, + "text": "happen" + }, + { + "id": 3778, + "start": 1240.44, + "end": 1240.64, + "text": "with" + }, + { + "id": 3779, + "start": 1240.64, + "end": 1240.84, + "text": "hash" + }, + { + "id": 3780, + "start": 1240.84, + "end": 1241.34, + "text": "functions." + }, + { + "id": 3781, + "start": 1243.08, + "end": 1243.26, + "text": "It" + }, + { + "id": 3782, + "start": 1243.26, + "end": 1243.76, + "text": "doesn't" + }, + { + "id": 3783, + "start": 1243.78, + "end": 1244.1, + "text": "work" + }, + { + "id": 3784, + "start": 1244.1, + "end": 1244.38, + "text": "well" + }, + { + "id": 3785, + "start": 1244.38, + "end": 1244.58, + "text": "with" + }, + { + "id": 3786, + "start": 1244.58, + "end": 1245.08, + "text": "address" + }, + { + "id": 3787, + "start": 1245.14, + "end": 1245.64, + "text": "reuse." + }, + { + "id": 3788, + "start": 1245.94, + "end": 1246.08, + "text": "If" + }, + { + "id": 3789, + "start": 1246.08, + "end": 1246.22, + "text": "you" + }, + { + "id": 3790, + "start": 1246.22, + "end": 1246.4, + "text": "just" + }, + { + "id": 3791, + "start": 1246.4, + "end": 1246.56, + "text": "keep" + }, + { + "id": 3792, + "start": 1246.56, + "end": 1246.96, + "text": "reusing" + }, + { + "id": 3793, + "start": 1246.96, + "end": 1247.08, + "text": "the" + }, + { + "id": 3794, + "start": 1247.08, + "end": 1247.24, + "text": "same" + }, + { + "id": 3795, + "start": 1247.24, + "end": 1247.6, + "text": "address" + }, + { + "id": 3796, + "start": 1247.6, + "end": 1248.0, + "text": "forever," + }, + { + "id": 3797, + "start": 1248.0, + "end": 1248.28, + "text": "well," + }, + { + "id": 3798, + "start": 1248.28, + "end": 1248.52, + "text": "you" + }, + { + "id": 3799, + "start": 1248.52, + "end": 1248.84, + "text": "can't" + }, + { + "id": 3800, + "start": 1248.84, + "end": 1249.04, + "text": "use" + }, + { + "id": 3801, + "start": 1249.04, + "end": 1249.54, + "text": "this," + }, + { + "id": 3802, + "start": 1249.74, + "end": 1250.24, + "text": "which" + }, + { + "id": 3803, + "start": 1250.34, + "end": 1250.54, + "text": "is" + }, + { + "id": 3804, + "start": 1250.54, + "end": 1250.66, + "text": "kind" + }, + { + "id": 3805, + "start": 1250.66, + "end": 1250.8, + "text": "of" + }, + { + "id": 3806, + "start": 1250.8, + "end": 1250.92, + "text": "a" + }, + { + "id": 3807, + "start": 1250.92, + "end": 1251.22, + "text": "plus," + }, + { + "id": 3808, + "start": 1251.22, + "end": 1251.4, + "text": "I" + }, + { + "id": 3809, + "start": 1251.4, + "end": 1251.9, + "text": "think." + }, + { + "id": 3810, + "start": 1252.36, + "end": 1252.54, + "text": "It" + }, + { + "id": 3811, + "start": 1252.54, + "end": 1252.72, + "text": "is" + }, + { + "id": 3812, + "start": 1252.72, + "end": 1252.8, + "text": "a" + }, + { + "id": 3813, + "start": 1252.8, + "end": 1253.04, + "text": "little" + }, + { + "id": 3814, + "start": 1253.04, + "end": 1253.32, + "text": "tricky" + }, + { + "id": 3815, + "start": 1253.32, + "end": 1253.48, + "text": "in" + }, + { + "id": 3816, + "start": 1253.48, + "end": 1253.6, + "text": "that" + }, + { + "id": 3817, + "start": 1253.6, + "end": 1253.76, + "text": "if" + }, + { + "id": 3818, + "start": 1253.76, + "end": 1254.14, + "text": "you" + }, + { + "id": 3819, + "start": 1254.14, + "end": 1254.64, + "text": "generate" + }, + { + "id": 3820, + "start": 1254.66, + "end": 1254.96, + "text": "many" + }, + { + "id": 3821, + "start": 1254.96, + "end": 1255.44, + "text": "addresses" + }, + { + "id": 3822, + "start": 1255.44, + "end": 1255.6, + "text": "at" + }, + { + "id": 3823, + "start": 1255.6, + "end": 1255.76, + "text": "once," + }, + { + "id": 3824, + "start": 1255.76, + "end": 1255.92, + "text": "right?" + }, + { + "id": 3825, + "start": 1255.92, + "end": 1256.04, + "text": "If" + }, + { + "id": 3826, + "start": 1256.04, + "end": 1256.14, + "text": "you're" + }, + { + "id": 3827, + "start": 1256.14, + "end": 1256.32, + "text": "like," + }, + { + "id": 3828, + "start": 1256.32, + "end": 1256.46, + "text": "I" + }, + { + "id": 3829, + "start": 1256.46, + "end": 1256.64, + "text": "want" + }, + { + "id": 3830, + "start": 1256.64, + "end": 1256.72, + "text": "to" + }, + { + "id": 3831, + "start": 1256.72, + "end": 1257.1, + "text": "generate" + }, + { + "id": 3832, + "start": 1257.1, + "end": 1257.44, + "text": "100" + }, + { + "id": 3833, + "start": 1257.44, + "end": 1257.92, + "text": "addresses" + }, + { + "id": 3834, + "start": 1257.92, + "end": 1258.28, + "text": "right" + }, + { + "id": 3835, + "start": 1258.28, + "end": 1258.66, + "text": "now," + }, + { + "id": 3836, + "start": 1258.66, + "end": 1258.82, + "text": "and" + }, + { + "id": 3837, + "start": 1258.82, + "end": 1258.94, + "text": "then" + }, + { + "id": 3838, + "start": 1258.94, + "end": 1259.06, + "text": "I" + }, + { + "id": 3839, + "start": 1259.06, + "end": 1259.24, + "text": "want" + }, + { + "id": 3840, + "start": 1259.24, + "end": 1259.34, + "text": "to" + }, + { + "id": 3841, + "start": 1259.34, + "end": 1259.54, + "text": "give" + }, + { + "id": 3842, + "start": 1259.54, + "end": 1259.8, + "text": "those" + }, + { + "id": 3843, + "start": 1259.8, + "end": 1259.96, + "text": "all" + }, + { + "id": 3844, + "start": 1259.96, + "end": 1260.06, + "text": "to" + }, + { + "id": 3845, + "start": 1260.06, + "end": 1260.28, + "text": "different" + }, + { + "id": 3846, + "start": 1260.28, + "end": 1260.78, + "text": "people," + }, + { + "id": 3847, + "start": 1261.26, + "end": 1261.56, + "text": "then" + }, + { + "id": 3848, + "start": 1261.56, + "end": 1261.78, + "text": "yeah," + }, + { + "id": 3849, + "start": 1261.78, + "end": 1261.96, + "text": "this" + }, + { + "id": 3850, + "start": 1261.96, + "end": 1262.32, + "text": "doesn't" + }, + { + "id": 3851, + "start": 1262.32, + "end": 1262.52, + "text": "really" + }, + { + "id": 3852, + "start": 1262.52, + "end": 1262.88, + "text": "help." + }, + { + "id": 3853, + "start": 1262.88, + "end": 1263.12, + "text": "Right." + }, + { + "id": 3854, + "start": 1263.12, + "end": 1263.62, + "text": "Because" + }, + { + "id": 3855, + "start": 1263.76, + "end": 1263.9, + "text": "your" + }, + { + "id": 3856, + "start": 1263.9, + "end": 1264.34, + "text": "UTXOs" + }, + { + "id": 3857, + "start": 1264.34, + "end": 1264.54, + "text": "are" + }, + { + "id": 3858, + "start": 1264.54, + "end": 1264.64, + "text": "all" + }, + { + "id": 3859, + "start": 1264.64, + "end": 1264.8, + "text": "going" + }, + { + "id": 3860, + "start": 1264.8, + "end": 1264.92, + "text": "to" + }, + { + "id": 3861, + "start": 1264.92, + "end": 1265.12, + "text": "be" + }, + { + "id": 3862, + "start": 1265.12, + "end": 1265.62, + "text": "independent." + }, + { + "id": 3863, + "start": 1265.86, + "end": 1266.1, + "text": "So" + }, + { + "id": 3864, + "start": 1266.1, + "end": 1266.3, + "text": "it" + }, + { + "id": 3865, + "start": 1266.3, + "end": 1266.58, + "text": "works" + }, + { + "id": 3866, + "start": 1266.58, + "end": 1266.82, + "text": "better" + }, + { + "id": 3867, + "start": 1266.82, + "end": 1266.98, + "text": "if" + }, + { + "id": 3868, + "start": 1266.98, + "end": 1267.24, + "text": "you're" + }, + { + "id": 3869, + "start": 1267.24, + "end": 1267.44, + "text": "like" + }, + { + "id": 3870, + "start": 1267.44, + "end": 1267.66, + "text": "making" + }, + { + "id": 3871, + "start": 1267.66, + "end": 1267.76, + "text": "an" + }, + { + "id": 3872, + "start": 1267.76, + "end": 1268.22, + "text": "address," + }, + { + "id": 3873, + "start": 1268.22, + "end": 1268.72, + "text": "receiving," + }, + { + "id": 3874, + "start": 1268.72, + "end": 1269.22, + "text": "sending," + }, + { + "id": 3875, + "start": 1269.28, + "end": 1269.52, + "text": "making" + }, + { + "id": 3876, + "start": 1269.52, + "end": 1269.84, + "text": "address," + }, + { + "id": 3877, + "start": 1269.84, + "end": 1270.02, + "text": "that" + }, + { + "id": 3878, + "start": 1270.02, + "end": 1270.18, + "text": "kind" + }, + { + "id": 3879, + "start": 1270.18, + "end": 1270.32, + "text": "of" + }, + { + "id": 3880, + "start": 1270.32, + "end": 1270.82, + "text": "thing." + }, + { + "id": 3881, + "start": 1271.52, + "end": 1271.72, + "text": "And" + }, + { + "id": 3882, + "start": 1271.72, + "end": 1271.92, + "text": "you" + }, + { + "id": 3883, + "start": 1271.92, + "end": 1272.24, + "text": "can't" + }, + { + "id": 3884, + "start": 1272.24, + "end": 1272.52, + "text": "really" + }, + { + "id": 3885, + "start": 1272.52, + "end": 1272.74, + "text": "use" + }, + { + "id": 3886, + "start": 1272.74, + "end": 1273.2, + "text": "XPUBs" + }, + { + "id": 3887, + "start": 1273.2, + "end": 1273.38, + "text": "and" + }, + { + "id": 3888, + "start": 1273.38, + "end": 1273.62, + "text": "give" + }, + { + "id": 3889, + "start": 1273.62, + "end": 1273.78, + "text": "it" + }, + { + "id": 3890, + "start": 1273.78, + "end": 1273.94, + "text": "to" + }, + { + "id": 3891, + "start": 1273.94, + "end": 1274.28, + "text": "people." + }, + { + "id": 3892, + "start": 1274.28, + "end": 1274.54, + "text": "I'm" + }, + { + "id": 3893, + "start": 1274.54, + "end": 1274.72, + "text": "not" + }, + { + "id": 3894, + "start": 1274.72, + "end": 1275.22, + "text": "sure" + }, + { + "id": 3895, + "start": 1275.24, + "end": 1275.48, + "text": "you" + }, + { + "id": 3896, + "start": 1275.48, + "end": 1275.66, + "text": "can" + }, + { + "id": 3897, + "start": 1275.66, + "end": 1275.86, + "text": "do" + }, + { + "id": 3898, + "start": 1275.86, + "end": 1276.12, + "text": "that" + }, + { + "id": 3899, + "start": 1276.12, + "end": 1276.56, + "text": "anyway" + }, + { + "id": 3900, + "start": 1276.56, + "end": 1276.8, + "text": "with" + }, + { + "id": 3901, + "start": 1276.8, + "end": 1277.04, + "text": "post" + }, + { + "id": 3902, + "start": 1277.04, + "end": 1277.36, + "text": "quantum" + }, + { + "id": 3903, + "start": 1277.36, + "end": 1277.86, + "text": "pubkeys." + }, + { + "id": 3904, + "start": 1278.7, + "end": 1278.84, + "text": "So" + }, + { + "id": 3905, + "start": 1278.84, + "end": 1279.04, + "text": "I'm" + }, + { + "id": 3906, + "start": 1279.04, + "end": 1279.2, + "text": "not" + }, + { + "id": 3907, + "start": 1279.2, + "end": 1279.4, + "text": "sure" + }, + { + "id": 3908, + "start": 1279.4, + "end": 1279.9, + "text": "that's" + }, + { + "id": 3909, + "start": 1280.08, + "end": 1280.56, + "text": "a" + }, + { + "id": 3910, + "start": 1280.56, + "end": 1280.84, + "text": "deal" + }, + { + "id": 3911, + "start": 1280.84, + "end": 1281.16, + "text": "breaker" + }, + { + "id": 3912, + "start": 1281.16, + "end": 1281.66, + "text": "either." + }, + { + "id": 3913, + "start": 1281.68, + "end": 1281.9, + "text": "But" + }, + { + "id": 3914, + "start": 1281.9, + "end": 1282.08, + "text": "the" + }, + { + "id": 3915, + "start": 1282.08, + "end": 1282.42, + "text": "idea" + }, + { + "id": 3916, + "start": 1282.42, + "end": 1282.6, + "text": "of" + }, + { + "id": 3917, + "start": 1282.6, + "end": 1282.9, + "text": "giving" + }, + { + "id": 3918, + "start": 1282.9, + "end": 1283.16, + "text": "someone" + }, + { + "id": 3919, + "start": 1283.16, + "end": 1283.32, + "text": "a" + }, + { + "id": 3920, + "start": 1283.32, + "end": 1283.76, + "text": "smaller" + }, + { + "id": 3921, + "start": 1283.76, + "end": 1283.94, + "text": "thing" + }, + { + "id": 3922, + "start": 1283.94, + "end": 1284.14, + "text": "and" + }, + { + "id": 3923, + "start": 1284.14, + "end": 1284.28, + "text": "they" + }, + { + "id": 3924, + "start": 1284.28, + "end": 1284.48, + "text": "can" + }, + { + "id": 3925, + "start": 1284.48, + "end": 1284.64, + "text": "just" + }, + { + "id": 3926, + "start": 1284.64, + "end": 1285.02, + "text": "derive" + }, + { + "id": 3927, + "start": 1285.02, + "end": 1285.12, + "text": "a" + }, + { + "id": 3928, + "start": 1285.12, + "end": 1285.32, + "text": "lot" + }, + { + "id": 3929, + "start": 1285.32, + "end": 1285.44, + "text": "of" + }, + { + "id": 3930, + "start": 1285.44, + "end": 1285.84, + "text": "pubkeys" + }, + { + "id": 3931, + "start": 1285.84, + "end": 1286.1, + "text": "from" + }, + { + "id": 3932, + "start": 1286.1, + "end": 1286.6, + "text": "that." + }, + { + "id": 3933, + "start": 1286.84, + "end": 1287.1, + "text": "Maybe" + }, + { + "id": 3934, + "start": 1287.1, + "end": 1287.34, + "text": "there's" + }, + { + "id": 3935, + "start": 1287.34, + "end": 1287.54, + "text": "ways," + }, + { + "id": 3936, + "start": 1287.54, + "end": 1287.7, + "text": "but" + }, + { + "id": 3937, + "start": 1287.7, + "end": 1287.84, + "text": "yeah," + }, + { + "id": 3938, + "start": 1287.84, + "end": 1288.02, + "text": "it's" + }, + { + "id": 3939, + "start": 1288.02, + "end": 1288.14, + "text": "a" + }, + { + "id": 3940, + "start": 1288.14, + "end": 1288.26, + "text": "little" + }, + { + "id": 3941, + "start": 1288.26, + "end": 1288.76, + "text": "tricky." + }, + { + "id": 3942, + "start": 1289.34, + "end": 1289.44, + "text": "So" + }, + { + "id": 3943, + "start": 1289.44, + "end": 1289.64, + "text": "those" + }, + { + "id": 3944, + "start": 1289.64, + "end": 1289.8, + "text": "are" + }, + { + "id": 3945, + "start": 1289.8, + "end": 1289.96, + "text": "some" + }, + { + "id": 3946, + "start": 1289.96, + "end": 1290.06, + "text": "of" + }, + { + "id": 3947, + "start": 1290.06, + "end": 1290.2, + "text": "the" + }, + { + "id": 3948, + "start": 1290.2, + "end": 1290.7, + "text": "downsides." + }, + { + "id": 3949, + "start": 1291.04, + "end": 1291.2, + "text": "Oh" + }, + { + "id": 3950, + "start": 1291.2, + "end": 1291.56, + "text": "yeah," + }, + { + "id": 3951, + "start": 1291.56, + "end": 1291.8, + "text": "no" + }, + { + "id": 3952, + "start": 1291.8, + "end": 1292.12, + "text": "cycles" + }, + { + "id": 3953, + "start": 1292.12, + "end": 1292.62, + "text": "because" + }, + { + "id": 3954, + "start": 1292.72, + "end": 1292.96, + "text": "they're" + }, + { + "id": 3955, + "start": 1292.96, + "end": 1293.16, + "text": "all" + }, + { + "id": 3956, + "start": 1293.16, + "end": 1293.66, + "text": "unique." + }, + { + "id": 3957, + "start": 1294.82, + "end": 1295.0, + "text": "But" + }, + { + "id": 3958, + "start": 1295.0, + "end": 1295.24, + "text": "yeah," + }, + { + "id": 3959, + "start": 1295.24, + "end": 1295.74, + "text": "that's" + }, + { + "id": 3960, + "start": 1295.92, + "end": 1296.22, + "text": "pretty" + }, + { + "id": 3961, + "start": 1296.22, + "end": 1296.5, + "text": "much" + }, + { + "id": 3962, + "start": 1296.5, + "end": 1297.0, + "text": "it." + }, + { + "id": 3963, + "start": 1297.44, + "end": 1297.64, + "text": "It" + }, + { + "id": 3964, + "start": 1297.64, + "end": 1297.86, + "text": "would" + }, + { + "id": 3965, + "start": 1297.86, + "end": 1298.08, + "text": "work" + }, + { + "id": 3966, + "start": 1298.08, + "end": 1298.24, + "text": "with" + }, + { + "id": 3967, + "start": 1298.24, + "end": 1298.48, + "text": "any" + }, + { + "id": 3968, + "start": 1298.48, + "end": 1298.94, + "text": "signature" + }, + { + "id": 3969, + "start": 1298.94, + "end": 1299.28, + "text": "algorithm." + }, + { + "id": 3970, + "start": 1299.28, + "end": 1299.52, + "text": "It" + }, + { + "id": 3971, + "start": 1299.52, + "end": 1299.62, + "text": "could" + }, + { + "id": 3972, + "start": 1299.62, + "end": 1299.78, + "text": "do" + }, + { + "id": 3973, + "start": 1299.78, + "end": 1299.96, + "text": "with" + }, + { + "id": 3974, + "start": 1299.96, + "end": 1300.26, + "text": "elliptic" + }, + { + "id": 3975, + "start": 1300.26, + "end": 1300.48, + "text": "curve" + }, + { + "id": 3976, + "start": 1300.48, + "end": 1300.64, + "text": "but" + }, + { + "id": 3977, + "start": 1300.64, + "end": 1300.68, + "text": "kind" + }, + { + "id": 3978, + "start": 1300.68, + "end": 1300.84, + "text": "of" + }, + { + "id": 3979, + "start": 1300.84, + "end": 1301.28, + "text": "pointless," + }, + { + "id": 3980, + "start": 1301.28, + "end": 1301.38, + "text": "but" + }, + { + "id": 3981, + "start": 1301.38, + "end": 1301.76, + "text": "Sphinx" + }, + { + "id": 3982, + "start": 1301.76, + "end": 1302.04, + "text": "once," + }, + { + "id": 3983, + "start": 1302.04, + "end": 1302.4, + "text": "lattice," + }, + { + "id": 3984, + "start": 1302.4, + "end": 1302.9, + "text": "whatever." + }, + { + "id": 3985, + "start": 1304.06, + "end": 1304.28, + "text": "Yeah," + }, + { + "id": 3986, + "start": 1304.28, + "end": 1304.44, + "text": "so" + }, + { + "id": 3987, + "start": 1304.44, + "end": 1304.54, + "text": "I" + }, + { + "id": 3988, + "start": 1304.54, + "end": 1304.78, + "text": "think" + }, + { + "id": 3989, + "start": 1304.78, + "end": 1305.28, + "text": "that's" + }, + { + "id": 3990, + "start": 1305.74, + "end": 1306.1, + "text": "probably" + }, + { + "id": 3991, + "start": 1306.1, + "end": 1306.6, + "text": "it." + }, + { + "id": 3992, + "start": 1306.7, + "end": 1307.0, + "text": "I'm" + }, + { + "id": 3993, + "start": 1307.0, + "end": 1307.22, + "text": "not" + }, + { + "id": 3994, + "start": 1307.22, + "end": 1307.38, + "text": "like" + }, + { + "id": 3995, + "start": 1307.38, + "end": 1307.78, + "text": "advocating" + }, + { + "id": 3996, + "start": 1307.78, + "end": 1307.94, + "text": "like," + }, + { + "id": 3997, + "start": 1307.94, + "end": 1308.06, + "text": "oh" + }, + { + "id": 3998, + "start": 1308.06, + "end": 1308.22, + "text": "we" + }, + { + "id": 3999, + "start": 1308.22, + "end": 1308.34, + "text": "need" + }, + { + "id": 4000, + "start": 1308.34, + "end": 1308.5, + "text": "to" + }, + { + "id": 4001, + "start": 1308.5, + "end": 1308.82, + "text": "soft-work" + }, + { + "id": 4002, + "start": 1308.82, + "end": 1309.02, + "text": "this" + }, + { + "id": 4003, + "start": 1309.02, + "end": 1309.14, + "text": "in" + }, + { + "id": 4004, + "start": 1309.14, + "end": 1309.28, + "text": "or" + }, + { + "id": 4005, + "start": 1309.28, + "end": 1309.46, + "text": "any" + }, + { + "id": 4006, + "start": 1309.46, + "end": 1309.82, + "text": "quantum" + }, + { + "id": 4007, + "start": 1309.82, + "end": 1310.02, + "text": "stuff," + }, + { + "id": 4008, + "start": 1310.02, + "end": 1310.16, + "text": "but" + }, + { + "id": 4009, + "start": 1310.16, + "end": 1310.38, + "text": "it's" + }, + { + "id": 4010, + "start": 1310.38, + "end": 1310.44, + "text": "just" + }, + { + "id": 4011, + "start": 1310.44, + "end": 1310.64, + "text": "sort" + }, + { + "id": 4012, + "start": 1310.64, + "end": 1310.74, + "text": "of" + }, + { + "id": 4013, + "start": 1310.74, + "end": 1310.92, + "text": "like" + }, + { + "id": 4014, + "start": 1310.92, + "end": 1311.28, + "text": "looking" + }, + { + "id": 4015, + "start": 1311.28, + "end": 1311.4, + "text": "at" + }, + { + "id": 4016, + "start": 1311.4, + "end": 1311.56, + "text": "all" + }, + { + "id": 4017, + "start": 1311.56, + "end": 1311.68, + "text": "these" + }, + { + "id": 4018, + "start": 1311.68, + "end": 1312.18, + "text": "quantum" + }, + { + "id": 4019, + "start": 1312.28, + "end": 1312.68, + "text": "signatures" + }, + { + "id": 4020, + "start": 1312.68, + "end": 1312.8, + "text": "and" + }, + { + "id": 4021, + "start": 1312.8, + "end": 1313.0, + "text": "you're" + }, + { + "id": 4022, + "start": 1313.0, + "end": 1313.16, + "text": "like" + }, + { + "id": 4023, + "start": 1313.16, + "end": 1313.44, + "text": "oh" + }, + { + "id": 4024, + "start": 1313.44, + "end": 1313.6, + "text": "there" + }, + { + "id": 4025, + "start": 1313.6, + "end": 1313.76, + "text": "are" + }, + { + "id": 4026, + "start": 1313.76, + "end": 1313.86, + "text": "a" + }, + { + "id": 4027, + "start": 1313.86, + "end": 1314.06, + "text": "lot" + }, + { + "id": 4028, + "start": 1314.06, + "end": 1314.14, + "text": "of" + }, + { + "id": 4029, + "start": 1314.14, + "end": 1314.52, + "text": "problems" + }, + { + "id": 4030, + "start": 1314.52, + "end": 1314.76, + "text": "here" + }, + { + "id": 4031, + "start": 1314.76, + "end": 1314.86, + "text": "and" + }, + { + "id": 4032, + "start": 1314.86, + "end": 1315.08, + "text": "it's" + }, + { + "id": 4033, + "start": 1315.08, + "end": 1315.24, + "text": "like" + }, + { + "id": 4034, + "start": 1315.24, + "end": 1315.48, + "text": "well" + }, + { + "id": 4035, + "start": 1315.48, + "end": 1315.64, + "text": "if" + }, + { + "id": 4036, + "start": 1315.64, + "end": 1315.84, + "text": "you're" + }, + { + "id": 4037, + "start": 1315.84, + "end": 1316.14, + "text": "going" + }, + { + "id": 4038, + "start": 1316.14, + "end": 1316.2, + "text": "you" + }, + { + "id": 4039, + "start": 1316.2, + "end": 1316.4, + "text": "know" + }, + { + "id": 4040, + "start": 1316.4, + "end": 1316.52, + "text": "if" + }, + { + "id": 4041, + "start": 1316.52, + "end": 1316.68, + "text": "you" + }, + { + "id": 4042, + "start": 1316.68, + "end": 1316.82, + "text": "do" + }, + { + "id": 4043, + "start": 1316.82, + "end": 1316.98, + "text": "end" + }, + { + "id": 4044, + "start": 1316.98, + "end": 1317.16, + "text": "up" + }, + { + "id": 4045, + "start": 1317.16, + "end": 1317.28, + "text": "in" + }, + { + "id": 4046, + "start": 1317.28, + "end": 1317.4, + "text": "a" + }, + { + "id": 4047, + "start": 1317.4, + "end": 1317.86, + "text": "situation" + }, + { + "id": 4048, + "start": 1317.86, + "end": 1318.04, + "text": "where" + }, + { + "id": 4049, + "start": 1318.04, + "end": 1318.18, + "text": "you" + }, + { + "id": 4050, + "start": 1318.18, + "end": 1318.38, + "text": "need" + }, + { + "id": 4051, + "start": 1318.38, + "end": 1318.52, + "text": "to" + }, + { + "id": 4052, + "start": 1318.52, + "end": 1318.74, + "text": "use" + }, + { + "id": 4053, + "start": 1318.74, + "end": 1319.24, + "text": "this" + }, + { + "id": 4054, + "start": 1320.02, + "end": 1320.2, + "text": "I" + }, + { + "id": 4055, + "start": 1320.2, + "end": 1320.62, + "text": "think" + }, + { + "id": 4056, + "start": 1320.62, + "end": 1320.78, + "text": "an" + }, + { + "id": 4057, + "start": 1320.78, + "end": 1321.28, + "text": "opcode" + }, + { + "id": 4058, + "start": 1321.3, + "end": 1321.5, + "text": "like" + }, + { + "id": 4059, + "start": 1321.5, + "end": 1321.78, + "text": "this" + }, + { + "id": 4060, + "start": 1321.78, + "end": 1321.92, + "text": "or" + }, + { + "id": 4061, + "start": 1321.92, + "end": 1322.12, + "text": "maybe" + }, + { + "id": 4062, + "start": 1322.12, + "end": 1322.36, + "text": "someone" + }, + { + "id": 4063, + "start": 1322.36, + "end": 1322.48, + "text": "has" + }, + { + "id": 4064, + "start": 1322.48, + "end": 1322.56, + "text": "a" + }, + { + "id": 4065, + "start": 1322.56, + "end": 1322.8, + "text": "better" + }, + { + "id": 4066, + "start": 1322.8, + "end": 1323.16, + "text": "idea," + }, + { + "id": 4067, + "start": 1323.16, + "end": 1323.48, + "text": "but" + }, + { + "id": 4068, + "start": 1323.48, + "end": 1323.9, + "text": "something" + }, + { + "id": 4069, + "start": 1323.9, + "end": 1324.16, + "text": "like" + }, + { + "id": 4070, + "start": 1324.16, + "end": 1324.54, + "text": "this" + }, + { + "id": 4071, + "start": 1324.54, + "end": 1325.04, + "text": "would" + }, + { + "id": 4072, + "start": 1325.6, + "end": 1325.86, + "text": "help" + }, + { + "id": 4073, + "start": 1325.86, + "end": 1326.02, + "text": "a" + }, + { + "id": 4074, + "start": 1326.02, + "end": 1326.34, + "text": "lot," + }, + { + "id": 4075, + "start": 1326.34, + "end": 1326.58, + "text": "right?" + }, + { + "id": 4076, + "start": 1326.58, + "end": 1326.96, + "text": "Because" + }, + { + "id": 4077, + "start": 1326.96, + "end": 1327.38, + "text": "then" + }, + { + "id": 4078, + "start": 1327.38, + "end": 1327.58, + "text": "it" + }, + { + "id": 4079, + "start": 1327.58, + "end": 1327.96, + "text": "becomes" + }, + { + "id": 4080, + "start": 1327.96, + "end": 1328.24, + "text": "very" + }, + { + "id": 4081, + "start": 1328.24, + "end": 1328.72, + "text": "signature" + }, + { + "id": 4082, + "start": 1328.72, + "end": 1328.94, + "text": "heavy." + }, + { + "id": 4083, + "start": 1328.94, + "end": 1329.06, + "text": "The" + }, + { + "id": 4084, + "start": 1329.06, + "end": 1329.48, + "text": "witnesses" + }, + { + "id": 4085, + "start": 1329.48, + "end": 1329.64, + "text": "are" + }, + { + "id": 4086, + "start": 1329.64, + "end": 1329.92, + "text": "like" + }, + { + "id": 4087, + "start": 1329.92, + "end": 1330.42, + "text": "90%" + }, + { + "id": 4088, + "start": 1330.76, + "end": 1331.06, + "text": "of" + }, + { + "id": 4089, + "start": 1331.06, + "end": 1331.26, + "text": "the" + }, + { + "id": 4090, + "start": 1331.26, + "end": 1331.48, + "text": "whole" + }, + { + "id": 4091, + "start": 1331.48, + "end": 1331.98, + "text": "block." + }, + { + "id": 4092, + "start": 1331.98, + "end": 1332.16, + "text": "And" + }, + { + "id": 4093, + "start": 1332.16, + "end": 1332.34, + "text": "it's" + }, + { + "id": 4094, + "start": 1332.34, + "end": 1332.5, + "text": "like," + }, + { + "id": 4095, + "start": 1332.5, + "end": 1332.88, + "text": "oh," + }, + { + "id": 4096, + "start": 1332.88, + "end": 1333.14, + "text": "getting" + }, + { + "id": 4097, + "start": 1333.14, + "end": 1333.32, + "text": "down" + }, + { + "id": 4098, + "start": 1333.32, + "end": 1333.48, + "text": "the" + }, + { + "id": 4099, + "start": 1333.48, + "end": 1333.68, + "text": "size" + }, + { + "id": 4100, + "start": 1333.68, + "end": 1333.86, + "text": "with" + }, + { + "id": 4101, + "start": 1333.86, + "end": 1334.06, + "text": "this" + }, + { + "id": 4102, + "start": 1334.06, + "end": 1334.14, + "text": "would" + }, + { + "id": 4103, + "start": 1334.14, + "end": 1334.24, + "text": "be" + }, + { + "id": 4104, + "start": 1334.24, + "end": 1334.74, + "text": "great." + }, + { + "id": 4105, + "start": 1335.06, + "end": 1335.22, + "text": "So" + }, + { + "id": 4106, + "start": 1335.22, + "end": 1335.52, + "text": "yeah," + }, + { + "id": 4107, + "start": 1335.52, + "end": 1335.72, + "text": "thanks" + }, + { + "id": 4108, + "start": 1335.72, + "end": 1335.88, + "text": "for" + }, + { + "id": 4109, + "start": 1335.88, + "end": 1336.38, + "text": "listening." + }, + { + "id": 4110, + "start": 1336.5, + "end": 1336.64, + "text": "I" + }, + { + "id": 4111, + "start": 1336.64, + "end": 1337.02, + "text": "guess" + }, + { + "id": 4112, + "start": 1337.02, + "end": 1337.22, + "text": "we" + }, + { + "id": 4113, + "start": 1337.22, + "end": 1337.36, + "text": "have" + }, + { + "id": 4114, + "start": 1337.36, + "end": 1337.44, + "text": "a" + }, + { + "id": 4115, + "start": 1337.44, + "end": 1337.64, + "text": "couple" + }, + { + "id": 4116, + "start": 1337.64, + "end": 1337.72, + "text": "of" + }, + { + "id": 4117, + "start": 1337.72, + "end": 1337.96, + "text": "minutes" + }, + { + "id": 4118, + "start": 1337.96, + "end": 1338.08, + "text": "for" + }, + { + "id": 4119, + "start": 1338.08, + "end": 1338.48, + "text": "questions," + }, + { + "id": 4120, + "start": 1338.48, + "end": 1338.58, + "text": "if" + }, + { + "id": 4121, + "start": 1338.58, + "end": 1338.8, + "text": "people" + }, + { + "id": 4122, + "start": 1338.8, + "end": 1338.92, + "text": "have" + }, + { + "id": 4123, + "start": 1338.92, + "end": 1339.4, + "text": "any." + }, + { + "id": 4124, + "start": 1339.4, + "end": 1339.62, + "text": "But" + }, + { + "id": 4125, + "start": 1339.62, + "end": 1339.82, + "text": "yeah," + }, + { + "id": 4126, + "start": 1339.82, + "end": 1339.96, + "text": "if" + }, + { + "id": 4127, + "start": 1339.96, + "end": 1340.26, + "text": "you" + }, + { + "id": 4128, + "start": 1340.26, + "end": 1340.46, + "text": "tell" + }, + { + "id": 4129, + "start": 1340.46, + "end": 1340.54, + "text": "me" + }, + { + "id": 4130, + "start": 1340.54, + "end": 1340.68, + "text": "why" + }, + { + "id": 4131, + "start": 1340.68, + "end": 1340.74, + "text": "it" + }, + { + "id": 4132, + "start": 1340.74, + "end": 1341.0, + "text": "won't" + }, + { + "id": 4133, + "start": 1341.0, + "end": 1341.26, + "text": "work" + }, + { + "id": 4134, + "start": 1341.26, + "end": 1341.38, + "text": "or" + }, + { + "id": 4135, + "start": 1341.38, + "end": 1341.5, + "text": "if" + }, + { + "id": 4136, + "start": 1341.5, + "end": 1341.6, + "text": "you" + }, + { + "id": 4137, + "start": 1341.6, + "end": 1341.72, + "text": "have" + }, + { + "id": 4138, + "start": 1341.72, + "end": 1341.82, + "text": "a" + }, + { + "id": 4139, + "start": 1341.82, + "end": 1342.0, + "text": "better" + }, + { + "id": 4140, + "start": 1342.0, + "end": 1342.26, + "text": "way," + }, + { + "id": 4141, + "start": 1342.26, + "end": 1342.44, + "text": "then" + }, + { + "id": 4142, + "start": 1342.44, + "end": 1342.94, + "text": "great." + }, + { + "id": 4143, + "start": 1343.54, + "end": 1344.04, + "text": "Thanks." + }, + { + "id": 4144, + "start": 1345.14, + "end": 1345.64, + "text": "Cool." + }, + { + "id": 4145, + "start": 1353.06, + "end": 1353.26, + "text": "Amazing" + }, + { + "id": 4146, + "start": 1353.26, + "end": 1353.76, + "text": "work." + }, + { + "id": 4147, + "start": 1353.92, + "end": 1354.18, + "text": "Good" + }, + { + "id": 4148, + "start": 1354.18, + "end": 1354.68, + "text": "stuff." + }, + { + "id": 4149, + "start": 1355.24, + "end": 1355.5, + "text": "Looks" + }, + { + "id": 4150, + "start": 1355.5, + "end": 1355.74, + "text": "pretty" + }, + { + "id": 4151, + "start": 1355.74, + "end": 1356.24, + "text": "cool." + }, + { + "id": 4152, + "start": 1357.58, + "end": 1357.9, + "text": "This" + }, + { + "id": 4153, + "start": 1357.9, + "end": 1358.22, + "text": "only" + }, + { + "id": 4154, + "start": 1358.22, + "end": 1358.52, + "text": "really" + }, + { + "id": 4155, + "start": 1358.52, + "end": 1359.02, + "text": "works" + }, + { + "id": 4156, + "start": 1359.14, + "end": 1359.44, + "text": "if" + }, + { + "id": 4157, + "start": 1359.44, + "end": 1359.94, + "text": "you," + }, + { + "id": 4158, + "start": 1360.9, + "end": 1361.2, + "text": "like" + }, + { + "id": 4159, + "start": 1361.2, + "end": 1361.52, + "text": "so" + }, + { + "id": 4160, + "start": 1361.52, + "end": 1361.72, + "text": "this" + }, + { + "id": 4161, + "start": 1361.72, + "end": 1361.88, + "text": "is" + }, + { + "id": 4162, + "start": 1361.88, + "end": 1362.04, + "text": "on" + }, + { + "id": 4163, + "start": 1362.04, + "end": 1362.14, + "text": "the" + }, + { + "id": 4164, + "start": 1362.14, + "end": 1362.64, + "text": "transaction" + }, + { + "id": 4165, + "start": 1362.7, + "end": 1363.2, + "text": "level" + }, + { + "id": 4166, + "start": 1363.7, + "end": 1364.2, + "text": "and" + }, + { + "id": 4167, + "start": 1364.28, + "end": 1364.44, + "text": "it" + }, + { + "id": 4168, + "start": 1364.44, + "end": 1364.76, + "text": "would" + }, + { + "id": 4169, + "start": 1364.76, + "end": 1365.02, + "text": "only" + }, + { + "id": 4170, + "start": 1365.02, + "end": 1365.24, + "text": "really" + }, + { + "id": 4171, + "start": 1365.24, + "end": 1365.48, + "text": "work" + }, + { + "id": 4172, + "start": 1365.48, + "end": 1365.62, + "text": "if" + }, + { + "id": 4173, + "start": 1365.62, + "end": 1366.1, + "text": "you" + }, + { + "id": 4174, + "start": 1366.1, + "end": 1366.58, + "text": "for" + }, + { + "id": 4175, + "start": 1366.58, + "end": 1366.74, + "text": "the" + }, + { + "id": 4176, + "start": 1366.74, + "end": 1367.0, + "text": "one" + }, + { + "id": 4177, + "start": 1367.0, + "end": 1367.38, + "text": "wallet" + }, + { + "id": 4178, + "start": 1367.38, + "end": 1367.58, + "text": "right" + }, + { + "id": 4179, + "start": 1367.58, + "end": 1367.78, + "text": "like" + }, + { + "id": 4180, + "start": 1367.78, + "end": 1367.94, + "text": "for" + }, + { + "id": 4181, + "start": 1367.94, + "end": 1368.44, + "text": "integrating" + }, + { + "id": 4182, + "start": 1369.86, + "end": 1370.36, + "text": "aggregating" + }, + { + "id": 4183, + "start": 1370.38, + "end": 1370.88, + "text": "signatures" + }, + { + "id": 4184, + "start": 1370.92, + "end": 1371.18, + "text": "for" + }, + { + "id": 4185, + "start": 1371.18, + "end": 1371.66, + "text": "multiple" + }, + { + "id": 4186, + "start": 1371.66, + "end": 1372.16, + "text": "UTXOs" + }, + { + "id": 4187, + "start": 1372.2, + "end": 1372.4, + "text": "in" + }, + { + "id": 4188, + "start": 1372.4, + "end": 1372.54, + "text": "the" + }, + { + "id": 4189, + "start": 1372.54, + "end": 1372.76, + "text": "same" + }, + { + "id": 4190, + "start": 1372.76, + "end": 1373.14, + "text": "wallet," + }, + { + "id": 4191, + "start": 1373.14, + "end": 1373.44, + "text": "correct?" + }, + { + "id": 4192, + "start": 1373.44, + "end": 1373.94, + "text": "Yeah," + }, + { + "id": 4193, + "start": 1373.94, + "end": 1374.28, + "text": "yeah." + }, + { + "id": 4194, + "start": 1374.28, + "end": 1374.52, + "text": "So" + }, + { + "id": 4195, + "start": 1374.52, + "end": 1374.72, + "text": "this" + }, + { + "id": 4196, + "start": 1374.72, + "end": 1374.96, + "text": "doesn't" + }, + { + "id": 4197, + "start": 1374.96, + "end": 1375.44, + "text": "really" + }, + { + "id": 4198, + "start": 1375.44, + "end": 1375.92, + "text": "scale" + }, + { + "id": 4199, + "start": 1375.92, + "end": 1376.42, + "text": "Bitcoin" + }, + { + "id": 4200, + "start": 1376.48, + "end": 1376.64, + "text": "in" + }, + { + "id": 4201, + "start": 1376.64, + "end": 1376.76, + "text": "a" + }, + { + "id": 4202, + "start": 1376.76, + "end": 1377.18, + "text": "way" + }, + { + "id": 4203, + "start": 1377.18, + "end": 1377.66, + "text": "that," + }, + { + "id": 4204, + "start": 1377.66, + "end": 1377.98, + "text": "say," + }, + { + "id": 4205, + "start": 1377.98, + "end": 1378.48, + "text": "BLS" + }, + { + "id": 4206, + "start": 1378.58, + "end": 1379.08, + "text": "block-wide" + }, + { + "id": 4207, + "start": 1379.26, + "end": 1379.76, + "text": "signature" + }, + { + "id": 4208, + "start": 1379.8, + "end": 1380.3, + "text": "aggregation" + }, + { + "id": 4209, + "start": 1380.34, + "end": 1380.84, + "text": "would." + }, + { + "id": 4210, + "start": 1380.9, + "end": 1381.1, + "text": "No," + }, + { + "id": 4211, + "start": 1381.1, + "end": 1381.26, + "text": "no," + }, + { + "id": 4212, + "start": 1381.26, + "end": 1381.42, + "text": "I" + }, + { + "id": 4213, + "start": 1381.42, + "end": 1381.92, + "text": "mean," + }, + { + "id": 4214, + "start": 1382.08, + "end": 1382.3, + "text": "there's" + }, + { + "id": 4215, + "start": 1382.3, + "end": 1382.44, + "text": "no" + }, + { + "id": 4216, + "start": 1382.44, + "end": 1382.68, + "text": "reason" + }, + { + "id": 4217, + "start": 1382.68, + "end": 1382.78, + "text": "to" + }, + { + "id": 4218, + "start": 1382.78, + "end": 1382.96, + "text": "use" + }, + { + "id": 4219, + "start": 1382.96, + "end": 1383.04, + "text": "it" + }, + { + "id": 4220, + "start": 1383.04, + "end": 1383.54, + "text": "now." + }, + { + "id": 4221, + "start": 1383.66, + "end": 1383.82, + "text": "It" + }, + { + "id": 4222, + "start": 1383.82, + "end": 1384.12, + "text": "only" + }, + { + "id": 4223, + "start": 1384.12, + "end": 1384.62, + "text": "helps," + }, + { + "id": 4224, + "start": 1384.82, + "end": 1384.94, + "text": "it" + }, + { + "id": 4225, + "start": 1384.94, + "end": 1385.14, + "text": "sort" + }, + { + "id": 4226, + "start": 1385.14, + "end": 1385.32, + "text": "of" + }, + { + "id": 4227, + "start": 1385.32, + "end": 1385.54, + "text": "like" + }, + { + "id": 4228, + "start": 1385.54, + "end": 1385.98, + "text": "makes" + }, + { + "id": 4229, + "start": 1385.98, + "end": 1386.48, + "text": "transition" + }, + { + "id": 4230, + "start": 1386.5, + "end": 1386.66, + "text": "to" + }, + { + "id": 4231, + "start": 1386.66, + "end": 1387.16, + "text": "post-quantum" + }, + { + "id": 4232, + "start": 1387.38, + "end": 1387.7, + "text": "less" + }, + { + "id": 4233, + "start": 1387.7, + "end": 1388.2, + "text": "horrible." + }, + { + "id": 4234, + "start": 1389.4, + "end": 1389.58, + "text": "This" + }, + { + "id": 4235, + "start": 1389.58, + "end": 1389.84, + "text": "could" + }, + { + "id": 4236, + "start": 1389.84, + "end": 1390.08, + "text": "maybe" + }, + { + "id": 4237, + "start": 1390.08, + "end": 1390.28, + "text": "like" + }, + { + "id": 4238, + "start": 1390.28, + "end": 1390.58, + "text": "be" + }, + { + "id": 4239, + "start": 1390.58, + "end": 1390.84, + "text": "good" + }, + { + "id": 4240, + "start": 1390.84, + "end": 1391.0, + "text": "for" + }, + { + "id": 4241, + "start": 1391.0, + "end": 1391.28, + "text": "maybe" + }, + { + "id": 4242, + "start": 1391.28, + "end": 1391.78, + "text": "exchanges?" + }, + { + "id": 4243, + "start": 1392.84, + "end": 1393.04, + "text": "Yeah," + }, + { + "id": 4244, + "start": 1393.04, + "end": 1393.14, + "text": "they" + }, + { + "id": 4245, + "start": 1393.14, + "end": 1393.34, + "text": "could" + }, + { + "id": 4246, + "start": 1393.34, + "end": 1393.58, + "text": "save" + }, + { + "id": 4247, + "start": 1393.58, + "end": 1393.68, + "text": "a" + }, + { + "id": 4248, + "start": 1393.68, + "end": 1393.94, + "text": "lot" + }, + { + "id": 4249, + "start": 1393.94, + "end": 1394.06, + "text": "of" + }, + { + "id": 4250, + "start": 1394.06, + "end": 1394.28, + "text": "space," + }, + { + "id": 4251, + "start": 1394.28, + "end": 1394.44, + "text": "you" + }, + { + "id": 4252, + "start": 1394.44, + "end": 1394.6, + "text": "know," + }, + { + "id": 4253, + "start": 1394.6, + "end": 1394.8, + "text": "because" + }, + { + "id": 4254, + "start": 1394.8, + "end": 1395.14, + "text": "presumably" + }, + { + "id": 4255, + "start": 1395.14, + "end": 1395.28, + "text": "they" + }, + { + "id": 4256, + "start": 1395.28, + "end": 1395.42, + "text": "have" + }, + { + "id": 4257, + "start": 1395.42, + "end": 1395.54, + "text": "a" + }, + { + "id": 4258, + "start": 1395.54, + "end": 1395.72, + "text": "lot" + }, + { + "id": 4259, + "start": 1395.72, + "end": 1395.92, + "text": "of" + }, + { + "id": 4260, + "start": 1395.92, + "end": 1396.42, + "text": "UTXOs" + }, + { + "id": 4261, + "start": 1396.56, + "end": 1396.8, + "text": "and" + }, + { + "id": 4262, + "start": 1396.8, + "end": 1397.28, + "text": "they're" + }, + { + "id": 4263, + "start": 1397.28, + "end": 1397.54, + "text": "doing" + }, + { + "id": 4264, + "start": 1397.54, + "end": 1397.64, + "text": "a" + }, + { + "id": 4265, + "start": 1397.64, + "end": 1397.8, + "text": "lot" + }, + { + "id": 4266, + "start": 1397.8, + "end": 1397.92, + "text": "of" + }, + { + "id": 4267, + "start": 1397.92, + "end": 1398.42, + "text": "consolidation" + }, + { + "id": 4268, + "start": 1398.9, + "end": 1399.4, + "text": "transactions" + }, + { + "id": 4269, + "start": 1399.44, + "end": 1399.54, + "text": "a" + }, + { + "id": 4270, + "start": 1399.54, + "end": 1399.84, + "text": "lot," + }, + { + "id": 4271, + "start": 1399.84, + "end": 1400.06, + "text": "so" + }, + { + "id": 4272, + "start": 1400.06, + "end": 1400.2, + "text": "that" + }, + { + "id": 4273, + "start": 1400.2, + "end": 1400.32, + "text": "they" + }, + { + "id": 4274, + "start": 1400.32, + "end": 1400.54, + "text": "would" + }, + { + "id": 4275, + "start": 1400.54, + "end": 1400.74, + "text": "be," + }, + { + "id": 4276, + "start": 1400.74, + "end": 1400.86, + "text": "when" + }, + { + "id": 4277, + "start": 1400.86, + "end": 1401.06, + "text": "they're" + }, + { + "id": 4278, + "start": 1401.06, + "end": 1401.3, + "text": "the" + }, + { + "id": 4279, + "start": 1401.3, + "end": 1401.76, + "text": "primary," + }, + { + "id": 4280, + "start": 1401.76, + "end": 1401.98, + "text": "they" + }, + { + "id": 4281, + "start": 1401.98, + "end": 1402.36, + "text": "would" + }, + { + "id": 4282, + "start": 1402.36, + "end": 1402.58, + "text": "save" + }, + { + "id": 4283, + "start": 1402.58, + "end": 1402.68, + "text": "a" + }, + { + "id": 4284, + "start": 1402.68, + "end": 1403.16, + "text": "lot." + }, + { + "id": 4285, + "start": 1403.16, + "end": 1403.6, + "text": "Okay," + }, + { + "id": 4286, + "start": 1403.6, + "end": 1403.76, + "text": "the" + }, + { + "id": 4287, + "start": 1403.76, + "end": 1403.94, + "text": "other" + }, + { + "id": 4288, + "start": 1403.94, + "end": 1404.18, + "text": "thing" + }, + { + "id": 4289, + "start": 1404.18, + "end": 1404.38, + "text": "I" + }, + { + "id": 4290, + "start": 1404.38, + "end": 1404.62, + "text": "just" + }, + { + "id": 4291, + "start": 1404.62, + "end": 1404.8, + "text": "want" + }, + { + "id": 4292, + "start": 1404.8, + "end": 1404.92, + "text": "to" + }, + { + "id": 4293, + "start": 1404.92, + "end": 1405.08, + "text": "make" + }, + { + "id": 4294, + "start": 1405.08, + "end": 1405.48, + "text": "sure" + }, + { + "id": 4295, + "start": 1405.48, + "end": 1405.76, + "text": "maybe" + }, + { + "id": 4296, + "start": 1405.76, + "end": 1405.9, + "text": "you" + }, + { + "id": 4297, + "start": 1405.9, + "end": 1406.12, + "text": "can" + }, + { + "id": 4298, + "start": 1406.12, + "end": 1406.32, + "text": "draw" + }, + { + "id": 4299, + "start": 1406.32, + "end": 1406.48, + "text": "your" + }, + { + "id": 4300, + "start": 1406.48, + "end": 1406.96, + "text": "attention" + }, + { + "id": 4301, + "start": 1406.96, + "end": 1407.16, + "text": "to" + }, + { + "id": 4302, + "start": 1407.16, + "end": 1407.64, + "text": "someday" + }, + { + "id": 4303, + "start": 1407.64, + "end": 1408.14, + "text": "is" + }, + { + "id": 4304, + "start": 1408.84, + "end": 1409.34, + "text": "isogeny-based" + }, + { + "id": 4305, + "start": 1410.72, + "end": 1411.22, + "text": "PQC," + }, + { + "id": 4306, + "start": 1411.44, + "end": 1411.78, + "text": "because" + }, + { + "id": 4307, + "start": 1411.78, + "end": 1412.22, + "text": "it's" + }, + { + "id": 4308, + "start": 1412.22, + "end": 1412.66, + "text": "basically" + }, + { + "id": 4309, + "start": 1412.66, + "end": 1412.84, + "text": "like" + }, + { + "id": 4310, + "start": 1412.84, + "end": 1413.34, + "text": "an" + }, + { + "id": 4311, + "start": 1413.7, + "end": 1414.14, + "text": "elliptic" + }, + { + "id": 4312, + "start": 1414.14, + "end": 1414.4, + "text": "curve" + }, + { + "id": 4313, + "start": 1414.4, + "end": 1414.6, + "text": "is" + }, + { + "id": 4314, + "start": 1414.6, + "end": 1414.74, + "text": "in" + }, + { + "id": 4315, + "start": 1414.74, + "end": 1414.96, + "text": "higher" + }, + { + "id": 4316, + "start": 1414.96, + "end": 1415.46, + "text": "dimensions," + }, + { + "id": 4317, + "start": 1415.58, + "end": 1415.72, + "text": "you" + }, + { + "id": 4318, + "start": 1415.72, + "end": 1415.86, + "text": "can" + }, + { + "id": 4319, + "start": 1415.86, + "end": 1416.1, + "text": "do" + }, + { + "id": 4320, + "start": 1416.1, + "end": 1416.48, + "text": "things" + }, + { + "id": 4321, + "start": 1416.48, + "end": 1416.98, + "text": "like" + }, + { + "id": 4322, + "start": 1417.06, + "end": 1417.56, + "text": "SIDH" + }, + { + "id": 4323, + "start": 1418.1, + "end": 1418.6, + "text": "and" + }, + { + "id": 4324, + "start": 1418.62, + "end": 1418.86, + "text": "other" + }, + { + "id": 4325, + "start": 1418.86, + "end": 1419.34, + "text": "things," + }, + { + "id": 4326, + "start": 1419.34, + "end": 1419.84, + "text": "and" + }, + { + "id": 4327, + "start": 1419.96, + "end": 1420.08, + "text": "it" + }, + { + "id": 4328, + "start": 1420.08, + "end": 1420.28, + "text": "might" + }, + { + "id": 4329, + "start": 1420.28, + "end": 1420.78, + "text": "be" + }, + { + "id": 4330, + "start": 1420.86, + "end": 1421.32, + "text": "possible" + }, + { + "id": 4331, + "start": 1421.32, + "end": 1421.82, + "text": "to," + }, + { + "id": 4332, + "start": 1422.84, + "end": 1423.04, + "text": "it" + }, + { + "id": 4333, + "start": 1423.04, + "end": 1423.26, + "text": "might" + }, + { + "id": 4334, + "start": 1423.26, + "end": 1423.66, + "text": "be" + }, + { + "id": 4335, + "start": 1423.66, + "end": 1423.86, + "text": "more" + }, + { + "id": 4336, + "start": 1423.86, + "end": 1424.28, + "text": "powerful" + }, + { + "id": 4337, + "start": 1424.28, + "end": 1424.48, + "text": "than" + }, + { + "id": 4338, + "start": 1424.48, + "end": 1424.68, + "text": "this," + }, + { + "id": 4339, + "start": 1424.68, + "end": 1425.18, + "text": "but" + }, + { + "id": 4340, + "start": 1425.3, + "end": 1425.48, + "text": "pretty" + }, + { + "id": 4341, + "start": 1425.48, + "end": 1425.72, + "text": "good" + }, + { + "id": 4342, + "start": 1425.72, + "end": 1425.92, + "text": "work" + }, + { + "id": 4343, + "start": 1425.92, + "end": 1426.06, + "text": "so" + }, + { + "id": 4344, + "start": 1426.06, + "end": 1426.46, + "text": "far." + }, + { + "id": 4345, + "start": 1426.46, + "end": 1426.84, + "text": "Cool," + }, + { + "id": 4346, + "start": 1426.84, + "end": 1427.12, + "text": "thanks." + }, + { + "id": 4347, + "start": 1427.12, + "end": 1427.28, + "text": "Thank" + }, + { + "id": 4348, + "start": 1427.28, + "end": 1427.72, + "text": "you." + }, + { + "id": 4349, + "start": 1427.72, + "end": 1427.98, + "text": "Oh," + }, + { + "id": 4350, + "start": 1427.98, + "end": 1428.24, + "text": "and" + }, + { + "id": 4351, + "start": 1428.24, + "end": 1428.48, + "text": "on" + }, + { + "id": 4352, + "start": 1428.48, + "end": 1428.94, + "text": "that," + }, + { + "id": 4353, + "start": 1428.94, + "end": 1429.2, + "text": "yeah," + }, + { + "id": 4354, + "start": 1429.2, + "end": 1429.4, + "text": "like" + }, + { + "id": 4355, + "start": 1429.4, + "end": 1429.9, + "text": "CoinJoin" + }, + { + "id": 4356, + "start": 1429.92, + "end": 1430.08, + "text": "is" + }, + { + "id": 4357, + "start": 1430.08, + "end": 1430.32, + "text": "another" + }, + { + "id": 4358, + "start": 1430.32, + "end": 1430.54, + "text": "thing" + }, + { + "id": 4359, + "start": 1430.54, + "end": 1430.64, + "text": "where" + }, + { + "id": 4360, + "start": 1430.64, + "end": 1430.82, + "text": "it's" + }, + { + "id": 4361, + "start": 1430.82, + "end": 1431.32, + "text": "like," + }, + { + "id": 4362, + "start": 1431.9, + "end": 1432.22, + "text": "you" + }, + { + "id": 4363, + "start": 1432.22, + "end": 1432.54, + "text": "can" + }, + { + "id": 4364, + "start": 1432.54, + "end": 1432.94, + "text": "commit" + }, + { + "id": 4365, + "start": 1432.94, + "end": 1433.1, + "text": "to" + }, + { + "id": 4366, + "start": 1433.1, + "end": 1433.24, + "text": "an" + }, + { + "id": 4367, + "start": 1433.24, + "end": 1433.5, + "text": "input" + }, + { + "id": 4368, + "start": 1433.5, + "end": 1433.66, + "text": "if" + }, + { + "id": 4369, + "start": 1433.66, + "end": 1433.86, + "text": "it's" + }, + { + "id": 4370, + "start": 1433.86, + "end": 1434.36, + "text": "multi-sig," + }, + { + "id": 4371, + "start": 1434.44, + "end": 1434.52, + "text": "as" + }, + { + "id": 4372, + "start": 1434.52, + "end": 1434.64, + "text": "long" + }, + { + "id": 4373, + "start": 1434.64, + "end": 1434.8, + "text": "as" + }, + { + "id": 4374, + "start": 1434.8, + "end": 1434.96, + "text": "you" + }, + { + "id": 4375, + "start": 1434.96, + "end": 1435.12, + "text": "have" + }, + { + "id": 4376, + "start": 1435.12, + "end": 1435.32, + "text": "one" + }, + { + "id": 4377, + "start": 1435.32, + "end": 1435.44, + "text": "of" + }, + { + "id": 4378, + "start": 1435.44, + "end": 1435.58, + "text": "the" + }, + { + "id": 4379, + "start": 1435.58, + "end": 1435.84, + "text": "keys" + }, + { + "id": 4380, + "start": 1435.84, + "end": 1436.0, + "text": "in" + }, + { + "id": 4381, + "start": 1436.0, + "end": 1436.14, + "text": "there," + }, + { + "id": 4382, + "start": 1436.14, + "end": 1436.38, + "text": "or," + }, + { + "id": 4383, + "start": 1436.38, + "end": 1436.46, + "text": "you" + }, + { + "id": 4384, + "start": 1436.46, + "end": 1436.64, + "text": "know," + }, + { + "id": 4385, + "start": 1436.64, + "end": 1436.98, + "text": "so" + }, + { + "id": 4386, + "start": 1436.98, + "end": 1437.24, + "text": "there's" + }, + { + "id": 4387, + "start": 1437.24, + "end": 1437.44, + "text": "ways" + }, + { + "id": 4388, + "start": 1437.44, + "end": 1437.56, + "text": "to" + }, + { + "id": 4389, + "start": 1437.56, + "end": 1437.72, + "text": "do" + }, + { + "id": 4390, + "start": 1437.72, + "end": 1437.8, + "text": "it," + }, + { + "id": 4391, + "start": 1437.8, + "end": 1438.3, + "text": "but" + }, + { + "id": 4392, + "start": 1438.6, + "end": 1438.78, + "text": "it's" + }, + { + "id": 4393, + "start": 1438.78, + "end": 1438.98, + "text": "not" + }, + { + "id": 4394, + "start": 1438.98, + "end": 1439.24, + "text": "like," + }, + { + "id": 4395, + "start": 1439.24, + "end": 1439.44, + "text": "oh," + }, + { + "id": 4396, + "start": 1439.44, + "end": 1439.64, + "text": "this" + }, + { + "id": 4397, + "start": 1439.64, + "end": 1439.76, + "text": "is" + }, + { + "id": 4398, + "start": 1439.76, + "end": 1440.04, + "text": "awesome," + }, + { + "id": 4399, + "start": 1440.04, + "end": 1440.16, + "text": "we" + }, + { + "id": 4400, + "start": 1440.16, + "end": 1440.32, + "text": "should" + }, + { + "id": 4401, + "start": 1440.32, + "end": 1440.48, + "text": "use" + }, + { + "id": 4402, + "start": 1440.48, + "end": 1440.64, + "text": "it" + }, + { + "id": 4403, + "start": 1440.64, + "end": 1440.8, + "text": "now" + }, + { + "id": 4404, + "start": 1440.8, + "end": 1441.3, + "text": "anyway." + }, + { + "id": 4405, + "start": 1441.32, + "end": 1441.48, + "text": "It's" + }, + { + "id": 4406, + "start": 1441.48, + "end": 1441.72, + "text": "more" + }, + { + "id": 4407, + "start": 1441.72, + "end": 1441.88, + "text": "of" + }, + { + "id": 4408, + "start": 1441.88, + "end": 1442.28, + "text": "a," + }, + { + "id": 4409, + "start": 1442.28, + "end": 1442.54, + "text": "well," + }, + { + "id": 4410, + "start": 1442.54, + "end": 1442.72, + "text": "if" + }, + { + "id": 4411, + "start": 1442.72, + "end": 1443.08, + "text": "you're" + }, + { + "id": 4412, + "start": 1443.08, + "end": 1443.34, + "text": "stuck" + }, + { + "id": 4413, + "start": 1443.34, + "end": 1443.6, + "text": "going" + }, + { + "id": 4414, + "start": 1443.6, + "end": 1443.72, + "text": "to" + }, + { + "id": 4415, + "start": 1443.72, + "end": 1444.2, + "text": "hash-based" + }, + { + "id": 4416, + "start": 1444.2, + "end": 1444.54, + "text": "signatures," + }, + { + "id": 4417, + "start": 1444.54, + "end": 1444.74, + "text": "this" + }, + { + "id": 4418, + "start": 1444.74, + "end": 1445.08, + "text": "helps." + }, + { + "id": 4419, + "start": 1445.08, + "end": 1445.28, + "text": "But" + }, + { + "id": 4420, + "start": 1445.28, + "end": 1445.74, + "text": "today," + }, + { + "id": 4421, + "start": 1445.74, + "end": 1445.8, + "text": "you" + }, + { + "id": 4422, + "start": 1445.8, + "end": 1446.02, + "text": "don't" + }, + { + "id": 4423, + "start": 1446.02, + "end": 1446.2, + "text": "need" + }, + { + "id": 4424, + "start": 1446.2, + "end": 1446.7, + "text": "it." + }, + { + "id": 4425, + "start": 1450.76, + "end": 1451.08, + "text": "How" + }, + { + "id": 4426, + "start": 1451.08, + "end": 1451.32, + "text": "does" + }, + { + "id": 4427, + "start": 1451.32, + "end": 1451.52, + "text": "the" + }, + { + "id": 4428, + "start": 1451.52, + "end": 1451.82, + "text": "rest" + }, + { + "id": 4429, + "start": 1451.82, + "end": 1451.94, + "text": "of" + }, + { + "id": 4430, + "start": 1451.94, + "end": 1452.04, + "text": "the" + }, + { + "id": 4431, + "start": 1452.04, + "end": 1452.54, + "text": "blockchain" + }, + { + "id": 4432, + "start": 1452.84, + "end": 1453.34, + "text": "understand" + }, + { + "id": 4433, + "start": 1454.34, + "end": 1454.54, + "text": "that" + }, + { + "id": 4434, + "start": 1454.54, + "end": 1455.04, + "text": "Alice" + }, + { + "id": 4435, + "start": 1455.06, + "end": 1455.44, + "text": "input" + }, + { + "id": 4436, + "start": 1455.44, + "end": 1455.94, + "text": "3" + }, + { + "id": 4437, + "start": 1456.34, + "end": 1456.56, + "text": "and" + }, + { + "id": 4438, + "start": 1456.56, + "end": 1456.72, + "text": "the" + }, + { + "id": 4439, + "start": 1456.72, + "end": 1457.22, + "text": "signature" + }, + { + "id": 4440, + "start": 1457.22, + "end": 1457.72, + "text": "there" + }, + { + "id": 4441, + "start": 1458.08, + "end": 1458.58, + "text": "is" + }, + { + "id": 4442, + "start": 1460.2, + "end": 1460.54, + "text": "good" + }, + { + "id": 4443, + "start": 1460.54, + "end": 1460.9, + "text": "for" + }, + { + "id": 4444, + "start": 1460.9, + "end": 1461.34, + "text": "Alice" + }, + { + "id": 4445, + "start": 1461.34, + "end": 1461.76, + "text": "input" + }, + { + "id": 4446, + "start": 1461.76, + "end": 1462.26, + "text": "7?" + }, + { + "id": 4447, + "start": 1463.68, + "end": 1463.86, + "text": "So" + }, + { + "id": 4448, + "start": 1463.86, + "end": 1464.36, + "text": "signature" + }, + { + "id": 4449, + "start": 1464.4, + "end": 1464.8, + "text": "3" + }, + { + "id": 4450, + "start": 1464.8, + "end": 1465.16, + "text": "still" + }, + { + "id": 4451, + "start": 1465.16, + "end": 1465.54, + "text": "covers," + }, + { + "id": 4452, + "start": 1465.54, + "end": 1465.92, + "text": "you" + }, + { + "id": 4453, + "start": 1465.92, + "end": 1466.12, + "text": "know," + }, + { + "id": 4454, + "start": 1466.12, + "end": 1466.32, + "text": "you're" + }, + { + "id": 4455, + "start": 1466.32, + "end": 1466.58, + "text": "using" + }, + { + "id": 4456, + "start": 1466.58, + "end": 1467.08, + "text": "SIGHASHALL," + }, + { + "id": 4457, + "start": 1467.34, + "end": 1467.52, + "text": "that" + }, + { + "id": 4458, + "start": 1467.52, + "end": 1467.8, + "text": "doesn't" + }, + { + "id": 4459, + "start": 1467.8, + "end": 1468.26, + "text": "change." + }, + { + "id": 4460, + "start": 1468.26, + "end": 1468.38, + "text": "So" + }, + { + "id": 4461, + "start": 1468.38, + "end": 1468.52, + "text": "it" + }, + { + "id": 4462, + "start": 1468.52, + "end": 1468.78, + "text": "still" + }, + { + "id": 4463, + "start": 1468.78, + "end": 1469.2, + "text": "covers" + }, + { + "id": 4464, + "start": 1469.2, + "end": 1469.58, + "text": "input" + }, + { + "id": 4465, + "start": 1469.58, + "end": 1469.78, + "text": "7" + }, + { + "id": 4466, + "start": 1469.78, + "end": 1470.02, + "text": "and" + }, + { + "id": 4467, + "start": 1470.02, + "end": 1470.52, + "text": "8." + }, + { + "id": 4468, + "start": 1471.06, + "end": 1471.24, + "text": "So" + }, + { + "id": 4469, + "start": 1471.24, + "end": 1471.5, + "text": "this" + }, + { + "id": 4470, + "start": 1471.5, + "end": 1472.0, + "text": "signature" + }, + { + "id": 4471, + "start": 1472.22, + "end": 1472.72, + "text": "does" + }, + { + "id": 4472, + "start": 1472.74, + "end": 1473.24, + "text": "sign" + }, + { + "id": 4473, + "start": 1473.38, + "end": 1473.74, + "text": "off" + }, + { + "id": 4474, + "start": 1473.74, + "end": 1474.02, + "text": "on" + }, + { + "id": 4475, + "start": 1474.02, + "end": 1474.2, + "text": "this" + }, + { + "id": 4476, + "start": 1474.2, + "end": 1474.4, + "text": "whole" + }, + { + "id": 4477, + "start": 1474.4, + "end": 1474.64, + "text": "thing" + }, + { + "id": 4478, + "start": 1474.64, + "end": 1475.14, + "text": "happening." + }, + { + "id": 4479, + "start": 1475.74, + "end": 1475.9, + "text": "I" + }, + { + "id": 4480, + "start": 1475.9, + "end": 1476.38, + "text": "understand" + }, + { + "id": 4481, + "start": 1476.38, + "end": 1476.74, + "text": "that," + }, + { + "id": 4482, + "start": 1476.74, + "end": 1477.24, + "text": "but" + }, + { + "id": 4483, + "start": 1477.36, + "end": 1477.74, + "text": "the" + }, + { + "id": 4484, + "start": 1477.74, + "end": 1478.18, + "text": "input" + }, + { + "id": 4485, + "start": 1478.18, + "end": 1478.68, + "text": "7," + }, + { + "id": 4486, + "start": 1479.2, + "end": 1479.48, + "text": "you're" + }, + { + "id": 4487, + "start": 1479.48, + "end": 1479.98, + "text": "saying" + }, + { + "id": 4488, + "start": 1480.38, + "end": 1480.8, + "text": "input" + }, + { + "id": 4489, + "start": 1480.8, + "end": 1481.3, + "text": "7" + }, + { + "id": 4490, + "start": 1481.48, + "end": 1481.74, + "text": "is" + }, + { + "id": 4491, + "start": 1481.74, + "end": 1482.18, + "text": "using" + }, + { + "id": 4492, + "start": 1482.18, + "end": 1482.38, + "text": "a" + }, + { + "id": 4493, + "start": 1482.38, + "end": 1482.88, + "text": "redirection" + }, + { + "id": 4494, + "start": 1483.1, + "end": 1483.38, + "text": "that" + }, + { + "id": 4495, + "start": 1483.38, + "end": 1483.58, + "text": "is" + }, + { + "id": 4496, + "start": 1483.58, + "end": 1483.9, + "text": "not" + }, + { + "id": 4497, + "start": 1483.9, + "end": 1484.12, + "text": "a" + }, + { + "id": 4498, + "start": 1484.12, + "end": 1484.62, + "text": "signature." + }, + { + "id": 4499, + "start": 1486.14, + "end": 1486.34, + "text": "So" + }, + { + "id": 4500, + "start": 1486.34, + "end": 1486.58, + "text": "how" + }, + { + "id": 4501, + "start": 1486.58, + "end": 1486.82, + "text": "does" + }, + { + "id": 4502, + "start": 1486.82, + "end": 1486.96, + "text": "the" + }, + { + "id": 4503, + "start": 1486.96, + "end": 1487.18, + "text": "rest" + }, + { + "id": 4504, + "start": 1487.18, + "end": 1487.32, + "text": "of" + }, + { + "id": 4505, + "start": 1487.32, + "end": 1487.44, + "text": "the" + }, + { + "id": 4506, + "start": 1487.44, + "end": 1487.94, + "text": "blockchain" + }, + { + "id": 4507, + "start": 1487.98, + "end": 1488.48, + "text": "understand" + }, + { + "id": 4508, + "start": 1488.62, + "end": 1489.12, + "text": "that" + }, + { + "id": 4509, + "start": 1489.14, + "end": 1489.34, + "text": "the" + }, + { + "id": 4510, + "start": 1489.34, + "end": 1489.84, + "text": "read" + }, + { + "id": 4511, + "start": 1490.22, + "end": 1490.5, + "text": "let's" + }, + { + "id": 4512, + "start": 1490.5, + "end": 1490.82, + "text": "let's" + }, + { + "id": 4513, + "start": 1490.82, + "end": 1491.04, + "text": "say" + }, + { + "id": 4514, + "start": 1491.04, + "end": 1491.54, + "text": "I" + }, + { + "id": 4515, + "start": 1492.04, + "end": 1492.26, + "text": "Pull" + }, + { + "id": 4516, + "start": 1492.26, + "end": 1492.76, + "text": "in" + }, + { + "id": 4517, + "start": 1493.74, + "end": 1493.94, + "text": "An" + }, + { + "id": 4518, + "start": 1493.94, + "end": 1494.34, + "text": "input" + }, + { + "id": 4519, + "start": 1494.34, + "end": 1494.56, + "text": "that" + }, + { + "id": 4520, + "start": 1494.56, + "end": 1495.06, + "text": "isn't" + }, + { + "id": 4521, + "start": 1495.08, + "end": 1495.58, + "text": "mine" + }, + { + "id": 4522, + "start": 1496.6, + "end": 1497.1, + "text": "What" + }, + { + "id": 4523, + "start": 1497.26, + "end": 1497.5, + "text": "what" + }, + { + "id": 4524, + "start": 1497.5, + "end": 1498.0, + "text": "fails?" + }, + { + "id": 4525, + "start": 1498.66, + "end": 1498.94, + "text": "Okay," + }, + { + "id": 4526, + "start": 1498.94, + "end": 1499.14, + "text": "so" + }, + { + "id": 4527, + "start": 1499.14, + "end": 1499.24, + "text": "if" + }, + { + "id": 4528, + "start": 1499.24, + "end": 1499.44, + "text": "you" + }, + { + "id": 4529, + "start": 1499.44, + "end": 1499.94, + "text": "if" + }, + { + "id": 4530, + "start": 1500.24, + "end": 1500.54, + "text": "Alice" + }, + { + "id": 4531, + "start": 1500.54, + "end": 1500.74, + "text": "input" + }, + { + "id": 4532, + "start": 1500.74, + "end": 1501.24, + "text": "7" + }, + { + "id": 4533, + "start": 1501.24, + "end": 1501.68, + "text": "doesn't" + }, + { + "id": 4534, + "start": 1501.68, + "end": 1502.14, + "text": "have" + }, + { + "id": 4535, + "start": 1502.14, + "end": 1502.64, + "text": "basically" + }, + { + "id": 4536, + "start": 1502.64, + "end": 1502.94, + "text": "Alice" + }, + { + "id": 4537, + "start": 1502.94, + "end": 1503.3, + "text": "input" + }, + { + "id": 4538, + "start": 1503.3, + "end": 1503.64, + "text": "7" + }, + { + "id": 4539, + "start": 1503.64, + "end": 1503.88, + "text": "that" + }, + { + "id": 4540, + "start": 1503.88, + "end": 1504.38, + "text": "address" + }, + { + "id": 4541, + "start": 1504.86, + "end": 1505.36, + "text": "has" + }, + { + "id": 4542, + "start": 1505.4, + "end": 1505.82, + "text": "Alice" + }, + { + "id": 4543, + "start": 1505.82, + "end": 1506.22, + "text": "input" + }, + { + "id": 4544, + "start": 1506.22, + "end": 1506.72, + "text": "3s" + }, + { + "id": 4545, + "start": 1506.9, + "end": 1507.4, + "text": "UTXO" + }, + { + "id": 4546, + "start": 1507.46, + "end": 1507.96, + "text": "label" + }, + { + "id": 4547, + "start": 1508.2, + "end": 1508.2281, + "text": "baked" + }, + { + "id": 4548, + "start": 1508.2281, + "end": 1508.2565, + "text": "into" + }, + { + "id": 4549, + "start": 1508.2565, + "end": 1508.2847, + "text": "it" + }, + { + "id": 4550, + "start": 1508.2847, + "end": 1508.3129, + "text": "if" + }, + { + "id": 4551, + "start": 1508.3129, + "end": 1508.3412, + "text": "AliceInput7" + }, + { + "id": 4552, + "start": 1508.3412, + "end": 1508.3694, + "text": "doesn't" + }, + { + "id": 4553, + "start": 1508.3694, + "end": 1508.3976, + "text": "have," + }, + { + "id": 4554, + "start": 1508.3976, + "end": 1508.4259, + "text": "basically" + }, + { + "id": 4555, + "start": 1508.4259, + "end": 1508.4541, + "text": "AliceInput7," + }, + { + "id": 4556, + "start": 1508.4541, + "end": 1508.4824, + "text": "that" + }, + { + "id": 4557, + "start": 1508.4824, + "end": 1508.5106, + "text": "address," + }, + { + "id": 4558, + "start": 1508.5106, + "end": 1508.5388, + "text": "has" + }, + { + "id": 4559, + "start": 1508.5388, + "end": 1508.5671, + "text": "AliceInput3's" + }, + { + "id": 4560, + "start": 1508.5671, + "end": 1508.5953, + "text": "UTXO" + }, + { + "id": 4561, + "start": 1508.5953, + "end": 1508.6235, + "text": "label" + }, + { + "id": 4562, + "start": 1508.6235, + "end": 1508.6519, + "text": "baked" + }, + { + "id": 4563, + "start": 1508.6519, + "end": 1508.68, + "text": "into" + }, + { + "id": 4564, + "start": 1508.68, + "end": 1509.18, + "text": "it." + }, + { + "id": 4565, + "start": 1509.24, + "end": 1509.38, + "text": "And" + }, + { + "id": 4566, + "start": 1509.38, + "end": 1509.52, + "text": "so" + }, + { + "id": 4567, + "start": 1509.52, + "end": 1509.72, + "text": "it" + }, + { + "id": 4568, + "start": 1509.72, + "end": 1510.12, + "text": "takes," + }, + { + "id": 4569, + "start": 1510.12, + "end": 1510.36, + "text": "yeah," + }, + { + "id": 4570, + "start": 1510.36, + "end": 1510.58, + "text": "it's" + }, + { + "id": 4571, + "start": 1510.58, + "end": 1510.76, + "text": "in" + }, + { + "id": 4572, + "start": 1510.76, + "end": 1510.92, + "text": "the" + }, + { + "id": 4573, + "start": 1510.92, + "end": 1511.24, + "text": "taproot" + }, + { + "id": 4574, + "start": 1511.24, + "end": 1511.52, + "text": "tree," + }, + { + "id": 4575, + "start": 1511.52, + "end": 1511.72, + "text": "right?" + }, + { + "id": 4576, + "start": 1511.72, + "end": 1511.88, + "text": "So" + }, + { + "id": 4577, + "start": 1511.88, + "end": 1512.04, + "text": "the" + }, + { + "id": 4578, + "start": 1512.04, + "end": 1512.24, + "text": "idea" + }, + { + "id": 4579, + "start": 1512.24, + "end": 1512.4, + "text": "is" + }, + { + "id": 4580, + "start": 1512.4, + "end": 1512.88, + "text": "like," + }, + { + "id": 4581, + "start": 1512.88, + "end": 1513.28, + "text": "down" + }, + { + "id": 4582, + "start": 1513.28, + "end": 1513.44, + "text": "on" + }, + { + "id": 4583, + "start": 1513.44, + "end": 1513.58, + "text": "the" + }, + { + "id": 4584, + "start": 1513.58, + "end": 1513.84, + "text": "left" + }, + { + "id": 4585, + "start": 1513.84, + "end": 1514.34, + "text": "somewhere," + }, + { + "id": 4586, + "start": 1514.48, + "end": 1514.72, + "text": "there" + }, + { + "id": 4587, + "start": 1514.72, + "end": 1514.96, + "text": "is" + }, + { + "id": 4588, + "start": 1514.96, + "end": 1515.46, + "text": "a" + }, + { + "id": 4589, + "start": 1516.36, + "end": 1516.86, + "text": "this," + }, + { + "id": 4590, + "start": 1517.02, + "end": 1517.44, + "text": "like" + }, + { + "id": 4591, + "start": 1517.44, + "end": 1517.94, + "text": "opciv" + }, + { + "id": 4592, + "start": 1518.4, + "end": 1518.64, + "text": "with" + }, + { + "id": 4593, + "start": 1518.64, + "end": 1518.8, + "text": "the" + }, + { + "id": 4594, + "start": 1518.8, + "end": 1519.3, + "text": "txid" + }, + { + "id": 4595, + "start": 1519.3, + "end": 1519.44, + "text": "and" + }, + { + "id": 4596, + "start": 1519.44, + "end": 1519.94, + "text": "index" + }, + { + "id": 4597, + "start": 1520.02, + "end": 1520.32, + "text": "of" + }, + { + "id": 4598, + "start": 1520.32, + "end": 1520.82, + "text": "alicin" + }, + { + "id": 4599, + "start": 1520.84, + "end": 1521.34, + "text": "put3." + }, + { + "id": 4600, + "start": 1521.82, + "end": 1521.98, + "text": "And" + }, + { + "id": 4601, + "start": 1521.98, + "end": 1522.48, + "text": "so" + }, + { + "id": 4602, + "start": 1522.64, + "end": 1522.84, + "text": "even" + }, + { + "id": 4603, + "start": 1522.84, + "end": 1523.0, + "text": "if" + }, + { + "id": 4604, + "start": 1523.0, + "end": 1523.26, + "text": "that" + }, + { + "id": 4605, + "start": 1523.26, + "end": 1523.76, + "text": "exists," + }, + { + "id": 4606, + "start": 1524.02, + "end": 1524.32, + "text": "people" + }, + { + "id": 4607, + "start": 1524.32, + "end": 1524.52, + "text": "aren't" + }, + { + "id": 4608, + "start": 1524.52, + "end": 1524.72, + "text": "gonna" + }, + { + "id": 4609, + "start": 1524.72, + "end": 1524.96, + "text": "know" + }, + { + "id": 4610, + "start": 1524.96, + "end": 1525.24, + "text": "where" + }, + { + "id": 4611, + "start": 1525.24, + "end": 1525.52, + "text": "it" + }, + { + "id": 4612, + "start": 1525.52, + "end": 1526.02, + "text": "is," + }, + { + "id": 4613, + "start": 1526.04, + "end": 1526.06, + "text": "you" + }, + { + "id": 4614, + "start": 1526.06, + "end": 1526.56, + "text": "know," + }, + { + "id": 4615, + "start": 1527.34, + "end": 1527.84, + "text": "only" + }, + { + "id": 4616, + "start": 1527.98, + "end": 1528.18, + "text": "the" + }, + { + "id": 4617, + "start": 1528.18, + "end": 1528.58, + "text": "wallet" + }, + { + "id": 4618, + "start": 1528.58, + "end": 1528.78, + "text": "can" + }, + { + "id": 4619, + "start": 1528.78, + "end": 1528.94, + "text": "sort" + }, + { + "id": 4620, + "start": 1528.94, + "end": 1529.2, + "text": "of" + }, + { + "id": 4621, + "start": 1529.2, + "end": 1529.54, + "text": "prove" + }, + { + "id": 4622, + "start": 1529.54, + "end": 1529.76, + "text": "that" + }, + { + "id": 4623, + "start": 1529.76, + "end": 1529.92, + "text": "and" + }, + { + "id": 4624, + "start": 1529.92, + "end": 1530.06, + "text": "show" + }, + { + "id": 4625, + "start": 1530.06, + "end": 1530.22, + "text": "it" + }, + { + "id": 4626, + "start": 1530.22, + "end": 1530.36, + "text": "to" + }, + { + "id": 4627, + "start": 1530.36, + "end": 1530.4, + "text": "the" + }, + { + "id": 4628, + "start": 1530.4, + "end": 1530.9, + "text": "world." + }, + { + "id": 4629, + "start": 1531.12, + "end": 1531.28, + "text": "And" + }, + { + "id": 4630, + "start": 1531.28, + "end": 1531.4, + "text": "if" + }, + { + "id": 4631, + "start": 1531.4, + "end": 1531.64, + "text": "it's" + }, + { + "id": 4632, + "start": 1531.64, + "end": 1531.92, + "text": "someone" + }, + { + "id": 4633, + "start": 1531.92, + "end": 1532.28, + "text": "else's" + }, + { + "id": 4634, + "start": 1532.28, + "end": 1532.78, + "text": "address," + }, + { + "id": 4635, + "start": 1534.76, + "end": 1534.86, + "text": "that" + }, + { + "id": 4636, + "start": 1534.86, + "end": 1535.28, + "text": "hash-based" + }, + { + "id": 4637, + "start": 1535.28, + "end": 1535.54, + "text": "pointer" + }, + { + "id": 4638, + "start": 1535.54, + "end": 1535.82, + "text": "doesn't" + }, + { + "id": 4639, + "start": 1535.82, + "end": 1536.14, + "text": "exist" + }, + { + "id": 4640, + "start": 1536.14, + "end": 1536.26, + "text": "at" + }, + { + "id": 4641, + "start": 1536.26, + "end": 1536.42, + "text": "all," + }, + { + "id": 4642, + "start": 1536.42, + "end": 1536.56, + "text": "and" + }, + { + "id": 4643, + "start": 1536.56, + "end": 1536.68, + "text": "so" + }, + { + "id": 4644, + "start": 1536.68, + "end": 1536.82, + "text": "you" + }, + { + "id": 4645, + "start": 1536.82, + "end": 1537.2, + "text": "can't" + }, + { + "id": 4646, + "start": 1537.2, + "end": 1537.36, + "text": "show" + }, + { + "id": 4647, + "start": 1537.36, + "end": 1537.86, + "text": "it." + }, + { + "id": 4648, + "start": 1538.1, + "end": 1538.6, + "text": "And" + }, + { + "id": 4649, + "start": 1539.4, + "end": 1539.62, + "text": "so" + }, + { + "id": 4650, + "start": 1539.62, + "end": 1539.96, + "text": "that's" + }, + { + "id": 4651, + "start": 1539.96, + "end": 1540.18, + "text": "one" + }, + { + "id": 4652, + "start": 1540.18, + "end": 1540.56, + "text": "branch" + }, + { + "id": 4653, + "start": 1540.56, + "end": 1540.68, + "text": "of" + }, + { + "id": 4654, + "start": 1540.68, + "end": 1540.8, + "text": "the" + }, + { + "id": 4655, + "start": 1540.8, + "end": 1541.3, + "text": "tree," + }, + { + "id": 4656, + "start": 1542.04, + "end": 1542.26, + "text": "but" + }, + { + "id": 4657, + "start": 1542.26, + "end": 1542.66, + "text": "that's" + }, + { + "id": 4658, + "start": 1542.66, + "end": 1543.16, + "text": "not..." + }, + { + "id": 4659, + "start": 1545.28, + "end": 1545.6, + "text": "Okay," + }, + { + "id": 4660, + "start": 1545.6, + "end": 1546.1, + "text": "so" + }, + { + "id": 4661, + "start": 1546.42, + "end": 1546.58, + "text": "I" + }, + { + "id": 4662, + "start": 1546.58, + "end": 1547.08, + "text": "understand." + }, + { + "id": 4663, + "start": 1547.46, + "end": 1547.68, + "text": "So" + }, + { + "id": 4664, + "start": 1547.68, + "end": 1548.18, + "text": "AliceInput7" + }, + { + "id": 4665, + "start": 1548.54, + "end": 1548.82, + "text": "is" + }, + { + "id": 4666, + "start": 1548.82, + "end": 1549.32, + "text": "created," + }, + { + "id": 4667, + "start": 1549.7, + "end": 1549.82, + "text": "so" + }, + { + "id": 4668, + "start": 1549.82, + "end": 1549.94, + "text": "it's" + }, + { + "id": 4669, + "start": 1549.94, + "end": 1550.44, + "text": "revealing" + }, + { + "id": 4670, + "start": 1550.66, + "end": 1550.8, + "text": "that" + }, + { + "id": 4671, + "start": 1550.8, + "end": 1551.02, + "text": "part" + }, + { + "id": 4672, + "start": 1551.02, + "end": 1551.18, + "text": "of" + }, + { + "id": 4673, + "start": 1551.18, + "end": 1551.38, + "text": "the" + }, + { + "id": 4674, + "start": 1551.38, + "end": 1551.88, + "text": "tree," + }, + { + "id": 4675, + "start": 1551.96, + "end": 1552.16, + "text": "which" + }, + { + "id": 4676, + "start": 1552.16, + "end": 1552.36, + "text": "is" + }, + { + "id": 4677, + "start": 1552.36, + "end": 1552.68, + "text": "what" + }, + { + "id": 4678, + "start": 1552.68, + "end": 1553.04, + "text": "Alice" + }, + { + "id": 4679, + "start": 1553.04, + "end": 1553.32, + "text": "input" + }, + { + "id": 4680, + "start": 1553.32, + "end": 1553.68, + "text": "3" + }, + { + "id": 4681, + "start": 1553.68, + "end": 1553.9, + "text": "in" + }, + { + "id": 4682, + "start": 1553.9, + "end": 1554.28, + "text": "quotes" + }, + { + "id": 4683, + "start": 1554.28, + "end": 1554.78, + "text": "means" + }, + { + "id": 4684, + "start": 1555.08, + "end": 1555.58, + "text": "Yeah," + }, + { + "id": 4685, + "start": 1555.6, + "end": 1555.76, + "text": "it's" + }, + { + "id": 4686, + "start": 1555.76, + "end": 1556.04, + "text": "a" + }, + { + "id": 4687, + "start": 1556.04, + "end": 1556.26, + "text": "it's" + }, + { + "id": 4688, + "start": 1556.26, + "end": 1556.38, + "text": "it's" + }, + { + "id": 4689, + "start": 1556.38, + "end": 1556.66, + "text": "got" + }, + { + "id": 4690, + "start": 1556.66, + "end": 1556.84, + "text": "the" + }, + { + "id": 4691, + "start": 1556.84, + "end": 1557.18, + "text": "hash" + }, + { + "id": 4692, + "start": 1557.18, + "end": 1557.44, + "text": "of" + }, + { + "id": 4693, + "start": 1557.44, + "end": 1557.8, + "text": "Alice" + }, + { + "id": 4694, + "start": 1557.8, + "end": 1558.08, + "text": "input" + }, + { + "id": 4695, + "start": 1558.08, + "end": 1558.32, + "text": "3" + }, + { + "id": 4696, + "start": 1558.32, + "end": 1558.48, + "text": "in" + }, + { + "id": 4697, + "start": 1558.48, + "end": 1558.98, + "text": "it." + }, + { + "id": 4698, + "start": 1559.18, + "end": 1559.34, + "text": "Got" + }, + { + "id": 4699, + "start": 1559.34, + "end": 1559.7, + "text": "it" + }, + { + "id": 4700, + "start": 1559.7, + "end": 1559.92, + "text": "Yeah," + }, + { + "id": 4701, + "start": 1559.92, + "end": 1560.04, + "text": "I" + }, + { + "id": 4702, + "start": 1560.04, + "end": 1560.05, + "text": "should" + }, + { + "id": 4703, + "start": 1560.05, + "end": 1560.06, + "text": "make" + }, + { + "id": 4704, + "start": 1560.06, + "end": 1560.52, + "text": "I" + }, + { + "id": 4705, + "start": 1560.52, + "end": 1560.66, + "text": "should" + }, + { + "id": 4706, + "start": 1560.66, + "end": 1560.8, + "text": "have" + }, + { + "id": 4707, + "start": 1560.8, + "end": 1561.0, + "text": "made" + }, + { + "id": 4708, + "start": 1561.0, + "end": 1561.22, + "text": "a" + }, + { + "id": 4709, + "start": 1561.22, + "end": 1561.44, + "text": "little" + }, + { + "id": 4710, + "start": 1561.44, + "end": 1561.78, + "text": "tree" + }, + { + "id": 4711, + "start": 1561.78, + "end": 1561.92, + "text": "where" + }, + { + "id": 4712, + "start": 1561.92, + "end": 1562.12, + "text": "it's" + }, + { + "id": 4713, + "start": 1562.12, + "end": 1562.44, + "text": "like," + }, + { + "id": 4714, + "start": 1562.44, + "end": 1562.68, + "text": "here's" + }, + { + "id": 4715, + "start": 1562.68, + "end": 1562.8, + "text": "your" + }, + { + "id": 4716, + "start": 1562.8, + "end": 1563.08, + "text": "regular" + }, + { + "id": 4717, + "start": 1563.08, + "end": 1563.58, + "text": "pubkey," + }, + { + "id": 4718, + "start": 1563.66, + "end": 1563.8, + "text": "and" + }, + { + "id": 4719, + "start": 1563.8, + "end": 1563.9, + "text": "then" + }, + { + "id": 4720, + "start": 1563.9, + "end": 1564.12, + "text": "down" + }, + { + "id": 4721, + "start": 1564.12, + "end": 1564.3, + "text": "here" + }, + { + "id": 4722, + "start": 1564.3, + "end": 1564.44, + "text": "you" + }, + { + "id": 4723, + "start": 1564.44, + "end": 1564.64, + "text": "put" + }, + { + "id": 4724, + "start": 1564.64, + "end": 1564.84, + "text": "your" + }, + { + "id": 4725, + "start": 1564.84, + "end": 1565.34, + "text": "opciv" + }, + { + "id": 4726, + "start": 1566.18, + "end": 1566.68, + "text": "clauses." + }, + { + "id": 4727, + "start": 1569.0, + "end": 1569.5, + "text": "Yeah," + }, + { + "id": 4728, + "start": 1569.6, + "end": 1569.96, + "text": "thanks" + }, + { + "id": 4729, + "start": 1569.96, + "end": 1570.16, + "text": "for" + }, + { + "id": 4730, + "start": 1570.16, + "end": 1570.56, + "text": "this" + }, + { + "id": 4731, + "start": 1570.56, + "end": 1570.86, + "text": "great" + }, + { + "id": 4732, + "start": 1570.86, + "end": 1571.14, + "text": "nerd" + }, + { + "id": 4733, + "start": 1571.14, + "end": 1571.64, + "text": "snipe." + }, + { + "id": 4734, + "start": 1573.14, + "end": 1573.38, + "text": "And" + }, + { + "id": 4735, + "start": 1573.38, + "end": 1573.66, + "text": "one" + }, + { + "id": 4736, + "start": 1573.66, + "end": 1574.02, + "text": "thing" + }, + { + "id": 4737, + "start": 1574.02, + "end": 1574.14, + "text": "I" + }, + { + "id": 4738, + "start": 1574.14, + "end": 1574.6, + "text": "was" + }, + { + "id": 4739, + "start": 1574.6, + "end": 1575.02, + "text": "thinking" + }, + { + "id": 4740, + "start": 1575.02, + "end": 1575.28, + "text": "about" + }, + { + "id": 4741, + "start": 1575.28, + "end": 1575.78, + "text": "while" + }, + { + "id": 4742, + "start": 1575.9, + "end": 1576.06, + "text": "you" + }, + { + "id": 4743, + "start": 1576.06, + "end": 1576.26, + "text": "were" + }, + { + "id": 4744, + "start": 1576.26, + "end": 1576.52, + "text": "still" + }, + { + "id": 4745, + "start": 1576.52, + "end": 1577.02, + "text": "talking," + }, + { + "id": 4746, + "start": 1577.86, + "end": 1578.06, + "text": "for" + }, + { + "id": 4747, + "start": 1578.06, + "end": 1578.22, + "text": "the" + }, + { + "id": 4748, + "start": 1578.22, + "end": 1578.56, + "text": "really," + }, + { + "id": 4749, + "start": 1578.56, + "end": 1578.86, + "text": "really" + }, + { + "id": 4750, + "start": 1578.86, + "end": 1579.26, + "text": "large" + }, + { + "id": 4751, + "start": 1579.26, + "end": 1579.76, + "text": "wallets," + }, + { + "id": 4752, + "start": 1580.32, + "end": 1580.5, + "text": "do" + }, + { + "id": 4753, + "start": 1580.5, + "end": 1580.72, + "text": "we" + }, + { + "id": 4754, + "start": 1580.72, + "end": 1581.16, + "text": "run" + }, + { + "id": 4755, + "start": 1581.16, + "end": 1581.66, + "text": "into" + }, + { + "id": 4756, + "start": 1582.08, + "end": 1582.58, + "text": "maximum" + }, + { + "id": 4757, + "start": 1582.6, + "end": 1583.08, + "text": "depth" + }, + { + "id": 4758, + "start": 1583.08, + "end": 1583.58, + "text": "limits" + }, + { + "id": 4759, + "start": 1583.8, + "end": 1584.3, + "text": "of" + }, + { + "id": 4760, + "start": 1584.34, + "end": 1584.6, + "text": "tap" + }, + { + "id": 4761, + "start": 1584.6, + "end": 1585.1, + "text": "trees" + }, + { + "id": 4762, + "start": 1585.24, + "end": 1585.52, + "text": "and" + }, + { + "id": 4763, + "start": 1585.52, + "end": 1586.02, + "text": "also" + }, + { + "id": 4764, + "start": 1586.24, + "end": 1586.52, + "text": "for" + }, + { + "id": 4765, + "start": 1586.52, + "end": 1586.8, + "text": "maybe" + }, + { + "id": 4766, + "start": 1586.8, + "end": 1586.98, + "text": "for" + }, + { + "id": 4767, + "start": 1586.98, + "end": 1587.48, + "text": "efficiency" + }, + { + "id": 4768, + "start": 1587.48, + "end": 1587.86, + "text": "reasons" + }, + { + "id": 4769, + "start": 1587.86, + "end": 1588.04, + "text": "we" + }, + { + "id": 4770, + "start": 1588.04, + "end": 1588.28, + "text": "want" + }, + { + "id": 4771, + "start": 1588.28, + "end": 1588.46, + "text": "to" + }, + { + "id": 4772, + "start": 1588.46, + "end": 1588.94, + "text": "limit" + }, + { + "id": 4773, + "start": 1588.94, + "end": 1589.16, + "text": "the" + }, + { + "id": 4774, + "start": 1589.16, + "end": 1589.54, + "text": "number" + }, + { + "id": 4775, + "start": 1589.54, + "end": 1590.04, + "text": "of" + }, + { + "id": 4776, + "start": 1590.18, + "end": 1590.68, + "text": "UTXOs" + }, + { + "id": 4777, + "start": 1590.8, + "end": 1590.98, + "text": "we" + }, + { + "id": 4778, + "start": 1590.98, + "end": 1591.36, + "text": "commit" + }, + { + "id": 4779, + "start": 1591.36, + "end": 1591.86, + "text": "to" + }, + { + "id": 4780, + "start": 1592.08, + "end": 1592.22, + "text": "and" + }, + { + "id": 4781, + "start": 1592.22, + "end": 1592.44, + "text": "then" + }, + { + "id": 4782, + "start": 1592.44, + "end": 1592.58, + "text": "it" + }, + { + "id": 4783, + "start": 1592.58, + "end": 1592.9, + "text": "becomes" + }, + { + "id": 4784, + "start": 1592.9, + "end": 1593.08, + "text": "a" + }, + { + "id": 4785, + "start": 1593.08, + "end": 1593.26, + "text": "very" + }, + { + "id": 4786, + "start": 1593.26, + "end": 1593.48, + "text": "very" + }, + { + "id": 4787, + "start": 1593.48, + "end": 1593.98, + "text": "interesting" + }, + { + "id": 4788, + "start": 1594.04, + "end": 1594.54, + "text": "problem" + }, + { + "id": 4789, + "start": 1595.14, + "end": 1595.32, + "text": "in" + }, + { + "id": 4790, + "start": 1595.32, + "end": 1595.66, + "text": "which" + }, + { + "id": 4791, + "start": 1595.66, + "end": 1596.1, + "text": "order" + }, + { + "id": 4792, + "start": 1596.1, + "end": 1596.3, + "text": "you" + }, + { + "id": 4793, + "start": 1596.3, + "end": 1596.54, + "text": "have" + }, + { + "id": 4794, + "start": 1596.54, + "end": 1596.66, + "text": "to" + }, + { + "id": 4795, + "start": 1596.66, + "end": 1596.94, + "text": "spend" + }, + { + "id": 4796, + "start": 1596.94, + "end": 1597.12, + "text": "your" + }, + { + "id": 4797, + "start": 1597.12, + "end": 1597.62, + "text": "UTXOs" + }, + { + "id": 4798, + "start": 1597.8, + "end": 1598.24, + "text": "otherwise" + }, + { + "id": 4799, + "start": 1598.24, + "end": 1598.4, + "text": "you" + }, + { + "id": 4800, + "start": 1598.4, + "end": 1598.64, + "text": "make" + }, + { + "id": 4801, + "start": 1598.64, + "end": 1598.86, + "text": "some" + }, + { + "id": 4802, + "start": 1598.86, + "end": 1599.0, + "text": "of" + }, + { + "id": 4803, + "start": 1599.0, + "end": 1599.24, + "text": "them" + }, + { + "id": 4804, + "start": 1599.24, + "end": 1599.74, + "text": "unspendable." + }, + { + "id": 4805, + "start": 1600.84, + "end": 1600.92, + "text": "So" + }, + { + "id": 4806, + "start": 1600.92, + "end": 1601.42, + "text": "you" + }, + { + "id": 4807, + "start": 1601.92, + "end": 1602.18, + "text": "would" + }, + { + "id": 4808, + "start": 1602.18, + "end": 1602.56, + "text": "never" + }, + { + "id": 4809, + "start": 1602.56, + "end": 1602.8, + "text": "make" + }, + { + "id": 4810, + "start": 1602.8, + "end": 1603.14, + "text": "it" + }, + { + "id": 4811, + "start": 1603.14, + "end": 1603.3201, + "text": "unspendable?" + }, + { + "id": 4812, + "start": 1603.3201, + "end": 1603.5, + "text": "So" + }, + { + "id": 4813, + "start": 1603.5, + "end": 1603.78, + "text": "like" + }, + { + "id": 4814, + "start": 1603.78, + "end": 1604.28, + "text": "yes," + }, + { + "id": 4815, + "start": 1604.6, + "end": 1604.82, + "text": "that's" + }, + { + "id": 4816, + "start": 1604.82, + "end": 1605.02, + "text": "why" + }, + { + "id": 4817, + "start": 1605.02, + "end": 1605.04, + "text": "I" + }, + { + "id": 4818, + "start": 1605.04, + "end": 1605.24, + "text": "sort" + }, + { + "id": 4819, + "start": 1605.24, + "end": 1605.38, + "text": "of" + }, + { + "id": 4820, + "start": 1605.38, + "end": 1605.54, + "text": "put" + }, + { + "id": 4821, + "start": 1605.54, + "end": 1605.74, + "text": "this" + }, + { + "id": 4822, + "start": 1605.74, + "end": 1606.1, + "text": "asterisk," + }, + { + "id": 4823, + "start": 1606.1, + "end": 1606.24, + "text": "where" + }, + { + "id": 4824, + "start": 1606.24, + "end": 1606.4, + "text": "it's" + }, + { + "id": 4825, + "start": 1606.4, + "end": 1606.54, + "text": "like" + }, + { + "id": 4826, + "start": 1606.54, + "end": 1606.7, + "text": "oh" + }, + { + "id": 4827, + "start": 1606.7, + "end": 1606.88, + "text": "man," + }, + { + "id": 4828, + "start": 1606.88, + "end": 1607.06, + "text": "that" + }, + { + "id": 4829, + "start": 1607.06, + "end": 1607.28, + "text": "seems" + }, + { + "id": 4830, + "start": 1607.28, + "end": 1607.46, + "text": "kind" + }, + { + "id": 4831, + "start": 1607.46, + "end": 1607.8, + "text": "of..." + }, + { + "id": 4832, + "start": 1607.8, + "end": 1607.96, + "text": "What" + }, + { + "id": 4833, + "start": 1607.96, + "end": 1608.12, + "text": "is" + }, + { + "id": 4834, + "start": 1608.12, + "end": 1608.28, + "text": "the" + }, + { + "id": 4835, + "start": 1608.28, + "end": 1608.68, + "text": "optimal" + }, + { + "id": 4836, + "start": 1608.68, + "end": 1608.84, + "text": "way" + }, + { + "id": 4837, + "start": 1608.84, + "end": 1609.0, + "text": "to" + }, + { + "id": 4838, + "start": 1609.0, + "end": 1609.12, + "text": "do" + }, + { + "id": 4839, + "start": 1609.12, + "end": 1609.28, + "text": "this?" + }, + { + "id": 4840, + "start": 1609.28, + "end": 1609.44, + "text": "I" + }, + { + "id": 4841, + "start": 1609.44, + "end": 1609.64, + "text": "don't" + }, + { + "id": 4842, + "start": 1609.64, + "end": 1609.84, + "text": "know." + }, + { + "id": 4843, + "start": 1609.84, + "end": 1610.08, + "text": "They're" + }, + { + "id": 4844, + "start": 1610.08, + "end": 1610.5, + "text": "like," + }, + { + "id": 4845, + "start": 1610.5, + "end": 1610.74, + "text": "but" + }, + { + "id": 4846, + "start": 1610.74, + "end": 1611.1, + "text": "you" + }, + { + "id": 4847, + "start": 1611.1, + "end": 1611.26, + "text": "you" + }, + { + "id": 4848, + "start": 1611.26, + "end": 1611.42, + "text": "do" + }, + { + "id": 4849, + "start": 1611.42, + "end": 1611.6, + "text": "want" + }, + { + "id": 4850, + "start": 1611.6, + "end": 1611.78, + "text": "to" + }, + { + "id": 4851, + "start": 1611.78, + "end": 1611.9, + "text": "I" + }, + { + "id": 4852, + "start": 1611.9, + "end": 1612.16, + "text": "think" + }, + { + "id": 4853, + "start": 1612.16, + "end": 1612.4, + "text": "like" + }, + { + "id": 4854, + "start": 1612.4, + "end": 1612.8, + "text": "yeah" + }, + { + "id": 4855, + "start": 1612.8, + "end": 1613.14, + "text": "restrict" + }, + { + "id": 4856, + "start": 1613.14, + "end": 1613.3, + "text": "it" + }, + { + "id": 4857, + "start": 1613.3, + "end": 1613.42, + "text": "to" + }, + { + "id": 4858, + "start": 1613.42, + "end": 1613.56, + "text": "like" + }, + { + "id": 4859, + "start": 1613.56, + "end": 1613.86, + "text": "pointing" + }, + { + "id": 4860, + "start": 1613.86, + "end": 1614.0, + "text": "to" + }, + { + "id": 4861, + "start": 1614.0, + "end": 1614.16, + "text": "ten" + }, + { + "id": 4862, + "start": 1614.16, + "end": 1614.34, + "text": "because" + }, + { + "id": 4863, + "start": 1614.34, + "end": 1614.48, + "text": "you" + }, + { + "id": 4864, + "start": 1614.48, + "end": 1614.66, + "text": "don't" + }, + { + "id": 4865, + "start": 1614.66, + "end": 1614.84, + "text": "need" + }, + { + "id": 4866, + "start": 1614.84, + "end": 1614.96, + "text": "to" + }, + { + "id": 4867, + "start": 1614.96, + "end": 1615.24, + "text": "point" + }, + { + "id": 4868, + "start": 1615.24, + "end": 1615.36, + "text": "to" + }, + { + "id": 4869, + "start": 1615.36, + "end": 1615.52, + "text": "that" + }, + { + "id": 4870, + "start": 1615.52, + "end": 1615.68, + "text": "many." + }, + { + "id": 4871, + "start": 1615.68, + "end": 1615.84, + "text": "You" + }, + { + "id": 4872, + "start": 1615.84, + "end": 1616.04, + "text": "only" + }, + { + "id": 4873, + "start": 1616.04, + "end": 1616.24, + "text": "need" + }, + { + "id": 4874, + "start": 1616.24, + "end": 1616.34, + "text": "to" + }, + { + "id": 4875, + "start": 1616.34, + "end": 1616.84, + "text": "reveal" + }, + { + "id": 4876, + "start": 1616.84, + "end": 1617.34, + "text": "one." + }, + { + "id": 4877, + "start": 1617.66, + "end": 1617.98, + "text": "So" + }, + { + "id": 4878, + "start": 1617.98, + "end": 1618.14, + "text": "you" + }, + { + "id": 4879, + "start": 1618.14, + "end": 1618.26, + "text": "you" + }, + { + "id": 4880, + "start": 1618.26, + "end": 1618.44, + "text": "don't" + }, + { + "id": 4881, + "start": 1618.44, + "end": 1618.68, + "text": "need" + }, + { + "id": 4882, + "start": 1618.68, + "end": 1618.82, + "text": "to" + }, + { + "id": 4883, + "start": 1618.82, + "end": 1618.98, + "text": "like" + }, + { + "id": 4884, + "start": 1618.98, + "end": 1619.44, + "text": "commit" + }, + { + "id": 4885, + "start": 1619.44, + "end": 1619.7, + "text": "to" + }, + { + "id": 4886, + "start": 1619.7, + "end": 1620.2, + "text": "hundreds" + }, + { + "id": 4887, + "start": 1620.44, + "end": 1620.94, + "text": "because" + }, + { + "id": 4888, + "start": 1621.62, + "end": 1621.78, + "text": "you" + }, + { + "id": 4889, + "start": 1621.78, + "end": 1621.94, + "text": "know," + }, + { + "id": 4890, + "start": 1621.94, + "end": 1622.14, + "text": "you" + }, + { + "id": 4891, + "start": 1622.14, + "end": 1622.48, + "text": "just" + }, + { + "id": 4892, + "start": 1622.48, + "end": 1622.6, + "text": "as" + }, + { + "id": 4893, + "start": 1622.6, + "end": 1622.8, + "text": "long" + }, + { + "id": 4894, + "start": 1622.8, + "end": 1622.98, + "text": "as" + }, + { + "id": 4895, + "start": 1622.98, + "end": 1623.48, + "text": "you're," + }, + { + "id": 4896, + "start": 1623.48, + "end": 1623.68, + "text": "it" + }, + { + "id": 4897, + "start": 1623.68, + "end": 1623.9, + "text": "does" + }, + { + "id": 4898, + "start": 1623.9, + "end": 1624.4, + "text": "complicate" + }, + { + "id": 4899, + "start": 1624.44, + "end": 1624.94, + "text": "also" + }, + { + "id": 4900, + "start": 1625.32, + "end": 1625.82, + "text": "transaction" + }, + { + "id": 4901, + "start": 1626.0, + "end": 1626.5, + "text": "construction" + }, + { + "id": 4902, + "start": 1626.5, + "end": 1626.66, + "text": "where" + }, + { + "id": 4903, + "start": 1626.66, + "end": 1626.88, + "text": "you're" + }, + { + "id": 4904, + "start": 1626.88, + "end": 1627.04, + "text": "like" + }, + { + "id": 4905, + "start": 1627.04, + "end": 1627.2, + "text": "oh" + }, + { + "id": 4906, + "start": 1627.2, + "end": 1627.36, + "text": "I" + }, + { + "id": 4907, + "start": 1627.36, + "end": 1627.54, + "text": "want" + }, + { + "id": 4908, + "start": 1627.54, + "end": 1627.68, + "text": "to" + }, + { + "id": 4909, + "start": 1627.68, + "end": 1628.18, + "text": "minimize" + }, + { + "id": 4910, + "start": 1628.56, + "end": 1628.8, + "text": "my" + }, + { + "id": 4911, + "start": 1628.8, + "end": 1629.02, + "text": "my" + }, + { + "id": 4912, + "start": 1629.02, + "end": 1629.52, + "text": "transaction" + }, + { + "id": 4913, + "start": 1629.6, + "end": 1629.8, + "text": "size" + }, + { + "id": 4914, + "start": 1629.8, + "end": 1629.92, + "text": "to" + }, + { + "id": 4915, + "start": 1629.92, + "end": 1630.28, + "text": "minimize" + }, + { + "id": 4916, + "start": 1630.28, + "end": 1630.76, + "text": "fees" + }, + { + "id": 4917, + "start": 1630.76, + "end": 1630.92, + "text": "and" + }, + { + "id": 4918, + "start": 1630.92, + "end": 1631.42, + "text": "like" + }, + { + "id": 4919, + "start": 1631.64, + "end": 1631.98, + "text": "now" + }, + { + "id": 4920, + "start": 1631.98, + "end": 1632.18, + "text": "what" + }, + { + "id": 4921, + "start": 1632.18, + "end": 1632.36, + "text": "you" + }, + { + "id": 4922, + "start": 1632.36, + "end": 1632.54, + "text": "do" + }, + { + "id": 4923, + "start": 1632.54, + "end": 1632.84, + "text": "it's" + }, + { + "id": 4924, + "start": 1632.84, + "end": 1633.34, + "text": "already" + }, + { + "id": 4925, + "start": 1633.62, + "end": 1633.94, + "text": "hard" + }, + { + "id": 4926, + "start": 1633.94, + "end": 1634.1, + "text": "right" + }, + { + "id": 4927, + "start": 1634.1, + "end": 1634.34, + "text": "it's" + }, + { + "id": 4928, + "start": 1634.34, + "end": 1634.44, + "text": "a" + }, + { + "id": 4929, + "start": 1634.44, + "end": 1634.76, + "text": "subset" + }, + { + "id": 4930, + "start": 1634.76, + "end": 1635.04, + "text": "sum" + }, + { + "id": 4931, + "start": 1635.04, + "end": 1635.24, + "text": "problem" + }, + { + "id": 4932, + "start": 1635.24, + "end": 1635.32, + "text": "so" + }, + { + "id": 4933, + "start": 1635.32, + "end": 1635.52, + "text": "it's" + }, + { + "id": 4934, + "start": 1635.52, + "end": 1635.72, + "text": "already" + }, + { + "id": 4935, + "start": 1635.72, + "end": 1635.88, + "text": "like" + }, + { + "id": 4936, + "start": 1635.88, + "end": 1636.0, + "text": "oh" + }, + { + "id": 4937, + "start": 1636.0, + "end": 1636.08, + "text": "I" + }, + { + "id": 4938, + "start": 1636.08, + "end": 1636.28, + "text": "need" + }, + { + "id": 4939, + "start": 1636.28, + "end": 1636.36, + "text": "to" + }, + { + "id": 4940, + "start": 1636.36, + "end": 1636.56, + "text": "pick" + }, + { + "id": 4941, + "start": 1636.56, + "end": 1636.68, + "text": "all" + }, + { + "id": 4942, + "start": 1636.68, + "end": 1636.8, + "text": "these" + }, + { + "id": 4943, + "start": 1636.8, + "end": 1637.04, + "text": "things" + }, + { + "id": 4944, + "start": 1637.04, + "end": 1637.16, + "text": "to" + }, + { + "id": 4945, + "start": 1637.16, + "end": 1637.24, + "text": "get" + }, + { + "id": 4946, + "start": 1637.24, + "end": 1637.36, + "text": "to" + }, + { + "id": 4947, + "start": 1637.36, + "end": 1637.56, + "text": "the" + }, + { + "id": 4948, + "start": 1637.56, + "end": 1637.72, + "text": "right" + }, + { + "id": 4949, + "start": 1637.72, + "end": 1638.0, + "text": "amount" + }, + { + "id": 4950, + "start": 1638.0, + "end": 1638.16, + "text": "but" + }, + { + "id": 4951, + "start": 1638.16, + "end": 1638.34, + "text": "now" + }, + { + "id": 4952, + "start": 1638.34, + "end": 1638.48, + "text": "you" + }, + { + "id": 4953, + "start": 1638.48, + "end": 1638.68, + "text": "add" + }, + { + "id": 4954, + "start": 1638.68, + "end": 1638.84, + "text": "this" + }, + { + "id": 4955, + "start": 1638.84, + "end": 1639.12, + "text": "constraint" + }, + { + "id": 4956, + "start": 1639.12, + "end": 1639.24, + "text": "of" + }, + { + "id": 4957, + "start": 1639.24, + "end": 1639.4, + "text": "like" + }, + { + "id": 4958, + "start": 1639.4, + "end": 1639.54, + "text": "some" + }, + { + "id": 4959, + "start": 1639.54, + "end": 1639.74, + "text": "of" + }, + { + "id": 4960, + "start": 1639.74, + "end": 1639.84, + "text": "them" + }, + { + "id": 4961, + "start": 1639.84, + "end": 1640.02, + "text": "point" + }, + { + "id": 4962, + "start": 1640.02, + "end": 1640.24, + "text": "to" + }, + { + "id": 4963, + "start": 1640.24, + "end": 1640.4, + "text": "others" + }, + { + "id": 4964, + "start": 1640.4, + "end": 1640.58, + "text": "and" + }, + { + "id": 4965, + "start": 1640.58, + "end": 1640.66, + "text": "so" + }, + { + "id": 4966, + "start": 1640.66, + "end": 1640.76, + "text": "they" + }, + { + "id": 4967, + "start": 1640.76, + "end": 1640.92, + "text": "get" + }, + { + "id": 4968, + "start": 1640.92, + "end": 1641.1, + "text": "free" + }, + { + "id": 4969, + "start": 1641.1, + "end": 1641.48, + "text": "signatures" + }, + { + "id": 4970, + "start": 1641.48, + "end": 1641.64, + "text": "and" + }, + { + "id": 4971, + "start": 1641.64, + "end": 1641.82, + "text": "some" + }, + { + "id": 4972, + "start": 1641.82, + "end": 1641.88, + "text": "of" + }, + { + "id": 4973, + "start": 1641.88, + "end": 1642.04, + "text": "them" + }, + { + "id": 4974, + "start": 1642.04, + "end": 1642.44, + "text": "don't" + }, + { + "id": 4975, + "start": 1642.44, + "end": 1642.58, + "text": "so" + }, + { + "id": 4976, + "start": 1642.58, + "end": 1642.76, + "text": "yeah" + }, + { + "id": 4977, + "start": 1642.76, + "end": 1642.96, + "text": "it's" + }, + { + "id": 4978, + "start": 1642.96, + "end": 1643.16, + "text": "kind" + }, + { + "id": 4979, + "start": 1643.16, + "end": 1643.3, + "text": "of" + }, + { + "id": 4980, + "start": 1643.3, + "end": 1643.42, + "text": "a" + }, + { + "id": 4981, + "start": 1643.42, + "end": 1643.92, + "text": "mess" + }, + { + "id": 4982, + "start": 1643.94, + "end": 1644.4, + "text": "but" + }, + { + "id": 4983, + "start": 1644.4, + "end": 1644.56, + "text": "but" + }, + { + "id": 4984, + "start": 1644.56, + "end": 1644.72, + "text": "I" + }, + { + "id": 4985, + "start": 1644.72, + "end": 1645.22, + "text": "think" + }, + { + "id": 4986, + "start": 1645.6, + "end": 1645.8, + "text": "I" + }, + { + "id": 4987, + "start": 1645.8, + "end": 1646.3, + "text": "would" + }, + { + "id": 4988, + "start": 1646.32, + "end": 1646.82, + "text": "not" + }, + { + "id": 4989, + "start": 1646.82, + "end": 1647.04, + "text": "you" + }, + { + "id": 4990, + "start": 1647.04, + "end": 1647.54, + "text": "could" + }, + { + "id": 4991, + "start": 1647.92, + "end": 1648.18, + "text": "but" + }, + { + "id": 4992, + "start": 1648.18, + "end": 1648.32, + "text": "I" + }, + { + "id": 4993, + "start": 1648.32, + "end": 1648.58, + "text": "would" + }, + { + "id": 4994, + "start": 1648.58, + "end": 1648.94, + "text": "not" + }, + { + "id": 4995, + "start": 1648.94, + "end": 1649.38, + "text": "encourage" + }, + { + "id": 4996, + "start": 1649.38, + "end": 1649.68, + "text": "anyone" + }, + { + "id": 4997, + "start": 1649.68, + "end": 1649.82, + "text": "to" + }, + { + "id": 4998, + "start": 1649.82, + "end": 1650.02, + "text": "say" + }, + { + "id": 4999, + "start": 1650.02, + "end": 1650.18, + "text": "I'm" + }, + { + "id": 5000, + "start": 1650.18, + "end": 1650.52, + "text": "gonna" + }, + { + "id": 5001, + "start": 1650.52, + "end": 1650.92, + "text": "only" + }, + { + "id": 5002, + "start": 1650.92, + "end": 1651.18, + "text": "put" + }, + { + "id": 5003, + "start": 1651.18, + "end": 1651.34, + "text": "off" + }, + { + "id": 5004, + "start": 1651.34, + "end": 1651.84, + "text": "CTV" + }, + { + "id": 5005, + "start": 1651.84, + "end": 1652.1, + "text": "spent" + }, + { + "id": 5006, + "start": 1652.1, + "end": 1652.28, + "text": "as" + }, + { + "id": 5007, + "start": 1652.28, + "end": 1652.7, + "text": "CIV" + }, + { + "id": 5008, + "start": 1652.7, + "end": 1653.2, + "text": "spends" + }, + { + "id": 5009, + "start": 1653.24, + "end": 1653.52, + "text": "I'm" + }, + { + "id": 5010, + "start": 1653.52, + "end": 1653.96, + "text": "gonna" + }, + { + "id": 5011, + "start": 1653.96, + "end": 1654.08, + "text": "you" + }, + { + "id": 5012, + "start": 1654.08, + "end": 1654.36, + "text": "know" + }, + { + "id": 5013, + "start": 1654.36, + "end": 1654.62, + "text": "always" + }, + { + "id": 5014, + "start": 1654.62, + "end": 1654.82, + "text": "have" + }, + { + "id": 5015, + "start": 1654.82, + "end": 1654.98, + "text": "my" + }, + { + "id": 5016, + "start": 1654.98, + "end": 1655.2, + "text": "like" + }, + { + "id": 5017, + "start": 1655.2, + "end": 1655.7, + "text": "main" + }, + { + "id": 5018, + "start": 1655.8, + "end": 1656.2, + "text": "signing" + }, + { + "id": 5019, + "start": 1656.2, + "end": 1656.42, + "text": "pub" + }, + { + "id": 5020, + "start": 1656.42, + "end": 1656.6, + "text": "key" + }, + { + "id": 5021, + "start": 1656.6, + "end": 1656.72, + "text": "at" + }, + { + "id": 5022, + "start": 1656.72, + "end": 1656.86, + "text": "the" + }, + { + "id": 5023, + "start": 1656.86, + "end": 1657.12, + "text": "top" + }, + { + "id": 5024, + "start": 1657.12, + "end": 1657.54, + "text": "and" + }, + { + "id": 5025, + "start": 1657.54, + "end": 1657.68, + "text": "then" + }, + { + "id": 5026, + "start": 1657.68, + "end": 1657.92, + "text": "these" + }, + { + "id": 5027, + "start": 1657.92, + "end": 1658.24, + "text": "are" + }, + { + "id": 5028, + "start": 1658.24, + "end": 1658.74, + "text": "options." + }, + { + "id": 5029, + "start": 1658.9, + "end": 1659.28, + "text": "So" + }, + { + "id": 5030, + "start": 1659.28, + "end": 1659.44, + "text": "I" + }, + { + "id": 5031, + "start": 1659.44, + "end": 1659.72, + "text": "never" + }, + { + "id": 5032, + "start": 1659.72, + "end": 1660.08, + "text": "get" + }, + { + "id": 5033, + "start": 1660.08, + "end": 1660.44, + "text": "stuck" + }, + { + "id": 5034, + "start": 1660.44, + "end": 1660.68, + "text": "where" + }, + { + "id": 5035, + "start": 1660.68, + "end": 1661.14, + "text": "like," + }, + { + "id": 5036, + "start": 1661.14, + "end": 1661.32, + "text": "oh" + }, + { + "id": 5037, + "start": 1661.32, + "end": 1661.52, + "text": "shoot," + }, + { + "id": 5038, + "start": 1661.52, + "end": 1661.68, + "text": "I" + }, + { + "id": 5039, + "start": 1661.68, + "end": 1661.94, + "text": "spent" + }, + { + "id": 5040, + "start": 1661.94, + "end": 1662.1, + "text": "all" + }, + { + "id": 5041, + "start": 1662.1, + "end": 1662.18, + "text": "these" + }, + { + "id": 5042, + "start": 1662.18, + "end": 1662.44, + "text": "other" + }, + { + "id": 5043, + "start": 1662.44, + "end": 1662.84, + "text": "inputs," + }, + { + "id": 5044, + "start": 1662.84, + "end": 1663.04, + "text": "I" + }, + { + "id": 5045, + "start": 1663.04, + "end": 1663.32, + "text": "can't" + }, + { + "id": 5046, + "start": 1663.32, + "end": 1663.52, + "text": "spend" + }, + { + "id": 5047, + "start": 1663.52, + "end": 1663.68, + "text": "this" + }, + { + "id": 5048, + "start": 1663.68, + "end": 1663.86, + "text": "one" + }, + { + "id": 5049, + "start": 1663.86, + "end": 1664.06, + "text": "because" + }, + { + "id": 5050, + "start": 1664.06, + "end": 1664.24, + "text": "the" + }, + { + "id": 5051, + "start": 1664.24, + "end": 1664.44, + "text": "only" + }, + { + "id": 5052, + "start": 1664.44, + "end": 1664.64, + "text": "way" + }, + { + "id": 5053, + "start": 1664.64, + "end": 1664.68, + "text": "I" + }, + { + "id": 5054, + "start": 1664.68, + "end": 1664.92, + "text": "spend" + }, + { + "id": 5055, + "start": 1664.92, + "end": 1665.1, + "text": "this" + }, + { + "id": 5056, + "start": 1665.1, + "end": 1665.28, + "text": "one" + }, + { + "id": 5057, + "start": 1665.28, + "end": 1665.62, + "text": "is" + }, + { + "id": 5058, + "start": 1665.62, + "end": 1666.1, + "text": "alongside" + }, + { + "id": 5059, + "start": 1666.1, + "end": 1666.3, + "text": "these" + }, + { + "id": 5060, + "start": 1666.3, + "end": 1666.8, + "text": "others." + }, + { + "id": 5061, + "start": 1667.52, + "end": 1667.68, + "text": "So" + }, + { + "id": 5062, + "start": 1667.68, + "end": 1667.86, + "text": "I" + }, + { + "id": 5063, + "start": 1667.86, + "end": 1668.06, + "text": "mean," + }, + { + "id": 5064, + "start": 1668.06, + "end": 1668.24, + "text": "you" + }, + { + "id": 5065, + "start": 1668.24, + "end": 1668.56, + "text": "could," + }, + { + "id": 5066, + "start": 1668.56, + "end": 1669.06, + "text": "but" + }, + { + "id": 5067, + "start": 1669.08, + "end": 1669.58, + "text": "don't." + }, + { + "id": 5068, + "start": 1670.54, + "end": 1670.76, + "text": "But" + }, + { + "id": 5069, + "start": 1670.76, + "end": 1671.26, + "text": "yeah," + }, + { + "id": 5070, + "start": 1671.5, + "end": 1671.74, + "text": "but" + }, + { + "id": 5071, + "start": 1671.74, + "end": 1672.06, + "text": "the" + }, + { + "id": 5072, + "start": 1672.06, + "end": 1672.5, + "text": "wallet" + }, + { + "id": 5073, + "start": 1672.5, + "end": 1672.88, + "text": "design" + }, + { + "id": 5074, + "start": 1672.88, + "end": 1673.02, + "text": "and" + }, + { + "id": 5075, + "start": 1673.02, + "end": 1673.5, + "text": "transaction" + }, + { + "id": 5076, + "start": 1673.5, + "end": 1673.8, + "text": "design," + }, + { + "id": 5077, + "start": 1673.8, + "end": 1674.14, + "text": "that's" + }, + { + "id": 5078, + "start": 1674.14, + "end": 1674.64, + "text": "the" + }, + { + "id": 5079, + "start": 1674.8, + "end": 1675.08, + "text": "complex" + }, + { + "id": 5080, + "start": 1675.08, + "end": 1675.52, + "text": "part." + }, + { + "id": 5081, + "start": 1675.52, + "end": 1675.76, + "text": "It's" + }, + { + "id": 5082, + "start": 1675.76, + "end": 1676.12, + "text": "not," + }, + { + "id": 5083, + "start": 1676.12, + "end": 1676.2, + "text": "I" + }, + { + "id": 5084, + "start": 1676.2, + "end": 1676.4, + "text": "don't" + }, + { + "id": 5085, + "start": 1676.4, + "end": 1676.6, + "text": "worry" + }, + { + "id": 5086, + "start": 1676.6, + "end": 1676.82, + "text": "too" + }, + { + "id": 5087, + "start": 1676.82, + "end": 1676.98, + "text": "much" + }, + { + "id": 5088, + "start": 1676.98, + "end": 1677.16, + "text": "because" + }, + { + "id": 5089, + "start": 1677.16, + "end": 1677.36, + "text": "it's" + }, + { + "id": 5090, + "start": 1677.36, + "end": 1677.8, + "text": "like" + }, + { + "id": 5091, + "start": 1677.8, + "end": 1678.02, + "text": "it's" + }, + { + "id": 5092, + "start": 1678.02, + "end": 1678.38, + "text": "complex" + }, + { + "id": 5093, + "start": 1678.38, + "end": 1678.58, + "text": "to" + }, + { + "id": 5094, + "start": 1678.58, + "end": 1679.06, + "text": "optimize" + }, + { + "id": 5095, + "start": 1679.06, + "end": 1679.34, + "text": "right?" + }, + { + "id": 5096, + "start": 1679.34, + "end": 1679.5, + "text": "If" + }, + { + "id": 5097, + "start": 1679.5, + "end": 1679.64, + "text": "you" + }, + { + "id": 5098, + "start": 1679.64, + "end": 1679.8, + "text": "do" + }, + { + "id": 5099, + "start": 1679.8, + "end": 1679.96, + "text": "it" + }, + { + "id": 5100, + "start": 1679.96, + "end": 1680.1, + "text": "in" + }, + { + "id": 5101, + "start": 1680.1, + "end": 1680.24, + "text": "like" + }, + { + "id": 5102, + "start": 1680.24, + "end": 1680.4, + "text": "a" + }, + { + "id": 5103, + "start": 1680.4, + "end": 1680.66, + "text": "pretty" + }, + { + "id": 5104, + "start": 1680.66, + "end": 1680.78, + "text": "you" + }, + { + "id": 5105, + "start": 1680.78, + "end": 1681.02, + "text": "know" + }, + { + "id": 5106, + "start": 1681.02, + "end": 1681.1, + "text": "oh" + }, + { + "id": 5107, + "start": 1681.1, + "end": 1681.3, + "text": "we'll" + }, + { + "id": 5108, + "start": 1681.3, + "end": 1681.42, + "text": "just" + }, + { + "id": 5109, + "start": 1681.42, + "end": 1681.62, + "text": "brute" + }, + { + "id": 5110, + "start": 1681.62, + "end": 1681.92, + "text": "force" + }, + { + "id": 5111, + "start": 1681.92, + "end": 1682.12, + "text": "we'll" + }, + { + "id": 5112, + "start": 1682.12, + "end": 1682.24, + "text": "just" + }, + { + "id": 5113, + "start": 1682.24, + "end": 1682.4, + "text": "do" + }, + { + "id": 5114, + "start": 1682.4, + "end": 1682.52, + "text": "it" + }, + { + "id": 5115, + "start": 1682.52, + "end": 1682.64, + "text": "like" + }, + { + "id": 5116, + "start": 1682.64, + "end": 1682.8, + "text": "the" + }, + { + "id": 5117, + "start": 1682.8, + "end": 1683.04, + "text": "simple" + }, + { + "id": 5118, + "start": 1683.04, + "end": 1683.54, + "text": "way." + }, + { + "id": 5119, + "start": 1683.76, + "end": 1684.16, + "text": "It'll" + }, + { + "id": 5120, + "start": 1684.16, + "end": 1684.44, + "text": "work," + }, + { + "id": 5121, + "start": 1684.44, + "end": 1684.6, + "text": "and" + }, + { + "id": 5122, + "start": 1684.6, + "end": 1684.86, + "text": "worst" + }, + { + "id": 5123, + "start": 1684.86, + "end": 1685.36, + "text": "case," + }, + { + "id": 5124, + "start": 1685.6, + "end": 1686.1, + "text": "you" + }, + { + "id": 5125, + "start": 1686.14, + "end": 1686.36, + "text": "don't" + }, + { + "id": 5126, + "start": 1686.36, + "end": 1686.66, + "text": "get" + }, + { + "id": 5127, + "start": 1686.66, + "end": 1686.82, + "text": "the" + }, + { + "id": 5128, + "start": 1686.82, + "end": 1687.08, + "text": "space" + }, + { + "id": 5129, + "start": 1687.08, + "end": 1687.44, + "text": "savings" + }, + { + "id": 5130, + "start": 1687.44, + "end": 1687.68, + "text": "you" + }, + { + "id": 5131, + "start": 1687.68, + "end": 1687.96, + "text": "could" + }, + { + "id": 5132, + "start": 1687.96, + "end": 1688.16, + "text": "with" + }, + { + "id": 5133, + "start": 1688.16, + "end": 1688.3, + "text": "the" + }, + { + "id": 5134, + "start": 1688.3, + "end": 1688.56, + "text": "optimal" + }, + { + "id": 5135, + "start": 1688.56, + "end": 1689.06, + "text": "way." + }, + { + "id": 5136, + "start": 1689.24, + "end": 1689.44, + "text": "But" + }, + { + "id": 5137, + "start": 1689.44, + "end": 1689.68, + "text": "yeah," + }, + { + "id": 5138, + "start": 1689.68, + "end": 1689.84, + "text": "it" + }, + { + "id": 5139, + "start": 1689.84, + "end": 1689.96, + "text": "is" + }, + { + "id": 5140, + "start": 1689.96, + "end": 1690.2, + "text": "like," + }, + { + "id": 5141, + "start": 1690.2, + "end": 1690.68, + "text": "how" + }, + { + "id": 5142, + "start": 1690.68, + "end": 1690.9, + "text": "should" + }, + { + "id": 5143, + "start": 1690.9, + "end": 1691.1, + "text": "you" + }, + { + "id": 5144, + "start": 1691.1, + "end": 1691.26, + "text": "do" + }, + { + "id": 5145, + "start": 1691.26, + "end": 1691.4, + "text": "this?" + }, + { + "id": 5146, + "start": 1691.4, + "end": 1691.52, + "text": "And" + }, + { + "id": 5147, + "start": 1691.52, + "end": 1691.68, + "text": "that" + }, + { + "id": 5148, + "start": 1691.68, + "end": 1691.84, + "text": "would" + }, + { + "id": 5149, + "start": 1691.84, + "end": 1691.96, + "text": "be" + }, + { + "id": 5150, + "start": 1691.96, + "end": 1692.08, + "text": "a" + }, + { + "id": 5151, + "start": 1692.08, + "end": 1692.26, + "text": "fun" + }, + { + "id": 5152, + "start": 1692.26, + "end": 1692.44, + "text": "thing" + }, + { + "id": 5153, + "start": 1692.44, + "end": 1692.56, + "text": "to" + }, + { + "id": 5154, + "start": 1692.56, + "end": 1693.06, + "text": "work." + }, + { + "id": 5155, + "start": 1693.66, + "end": 1694.06, + "text": "Cool." + }, + { + "id": 5156, + "start": 1694.06, + "end": 1694.3, + "text": "Any" + }, + { + "id": 5157, + "start": 1694.3, + "end": 1694.8, + "text": "other?" + }, + { + "id": 5158, + "start": 1695.98, + "end": 1696.36, + "text": "Good." + }, + { + "id": 5159, + "start": 1696.36, + "end": 1696.74, + "text": "Well," + }, + { + "id": 5160, + "start": 1696.74, + "end": 1697.14, + "text": "next" + }, + { + "id": 5161, + "start": 1697.14, + "end": 1697.64, + "text": "is" + }, + { + "id": 5162, + "start": 1698.06, + "end": 1698.56, + "text": "Floresta" + }, + { + "id": 5163, + "start": 1698.56, + "end": 1698.8, + "text": "stuff," + }, + { + "id": 5164, + "start": 1698.8, + "end": 1699.3, + "text": "right?" + }, + { + "id": 5165, + "start": 1699.36, + "end": 1699.38, + "text": "Cool." + }, + { + "id": 5166, + "start": 1699.38, + "end": 1699.4, + "text": "Thanks," + }, + { + "id": 5167, + "start": 1699.4, + "end": 1699.42, + "text": "everyone." + }, + { + "id": 5168, + "start": 1699.42, + "end": 1699.44, + "text": "Good," + }, + { + "id": 5169, + "start": 1699.44, + "end": 1699.46, + "text": "well" + }, + { + "id": 5170, + "start": 1699.46, + "end": 1699.48, + "text": "next" + }, + { + "id": 5171, + "start": 1699.48, + "end": 1699.5, + "text": "is" + }, + { + "id": 5172, + "start": 1699.5, + "end": 1699.52, + "text": "a" + }, + { + "id": 5173, + "start": 1699.52, + "end": 1699.54, + "text": "little" + }, + { + "id": 5174, + "start": 1699.54, + "end": 1699.56, + "text": "rest" + }, + { + "id": 5175, + "start": 1699.56, + "end": 1699.58, + "text": "of" + }, + { + "id": 5176, + "start": 1699.58, + "end": 1699.6, + "text": "stuff," + }, + { + "id": 5177, + "start": 1699.6, + "end": 1699.62, + "text": "right?" + }, + { + "id": 5178, + "start": 1699.62, + "end": 1699.64, + "text": "Cool," + }, + { + "id": 5179, + "start": 1699.64, + "end": 1699.9, + "text": "thanks" + }, + { + "id": 5180, + "start": 1699.9, + "end": 1700.4, + "text": "everyone." + } + ], + "paragraphs": [ + { + "id": 0, + "start": 0.06, + "end": 1344.04, + "speaker": "Speaker 0", + "chapter": null + }, + { + "id": 1, + "start": 1345.14, + "end": 1345.64, + "speaker": "Speaker 1", + "chapter": null + }, + { + "id": 2, + "start": 1353.06, + "end": 1380.84, + "speaker": "Speaker 2", + "chapter": null + }, + { + "id": 3, + "start": 1380.9, + "end": 1388.2, + "speaker": "Speaker 0", + "chapter": null + }, + { + "id": 4, + "start": 1389.4, + "end": 1391.78, + "speaker": "Speaker 2", + "chapter": null + }, + { + "id": 5, + "start": 1392.84, + "end": 1403.16, + "speaker": "Speaker 0", + "chapter": null + }, + { + "id": 6, + "start": 1403.16, + "end": 1426.46, + "speaker": "Speaker 2", + "chapter": null + }, + { + "id": 7, + "start": 1426.46, + "end": 1446.7, + "speaker": "Speaker 0", + "chapter": null + }, + { + "id": 8, + "start": 1450.76, + "end": 1462.26, + "speaker": "Speaker 1", + "chapter": null + }, + { + "id": 9, + "start": 1463.68, + "end": 1475.14, + "speaker": "Speaker 0", + "chapter": null + }, + { + "id": 10, + "start": 1475.74, + "end": 1498.0, + "speaker": "Speaker 1", + "chapter": null + }, + { + "id": 11, + "start": 1498.66, + "end": 1537.86, + "speaker": "Speaker 0", + "chapter": null + }, + { + "id": 12, + "start": 1538.1, + "end": 1558.98, + "speaker": "Speaker 1", + "chapter": null + }, + { + "id": 13, + "start": 1559.18, + "end": 1566.68, + "speaker": "Speaker 0", + "chapter": null + }, + { + "id": 14, + "start": 1569.0, + "end": 1599.74, + "speaker": "Speaker 4", + "chapter": null + }, + { + "id": 15, + "start": 1600.84, + "end": 1699.3, + "speaker": "Speaker 0", + "chapter": null + }, + { + "id": 16, + "start": 1699.36, + "end": 1699.62, + "speaker": "Speaker 3", + "chapter": null + }, + { + "id": 17, + "start": 1699.62, + "end": 1700.4, + "speaker": "Speaker 0", + "chapter": null + } + ] +} \ No newline at end of file diff --git a/tabconf/2025/post-quantum-cisa-signature-aggregation-for-bitcoin-s-future/metadata_2026-03-19T144245Z.json b/tabconf/2025/post-quantum-cisa-signature-aggregation-for-bitcoin-s-future/metadata_2026-03-19T144245Z.json new file mode 100644 index 0000000..1e41098 --- /dev/null +++ b/tabconf/2025/post-quantum-cisa-signature-aggregation-for-bitcoin-s-future/metadata_2026-03-19T144245Z.json @@ -0,0 +1,35 @@ +{ + "title": "Post Quantum CISA: Signature Aggregation for Bitcoin\u2019s Future", + "speakers": null, + "tags": null, + "type": "video", + "loc": "tabconf/2025", + "source_file": "https://www.youtube.com/watch?v=cqjo3rmd6hY", + "media": "https://www.youtube.com/watch?v=cqjo3rmd6hY", + "categories": null, + "chapters": [], + "description": "\ud83d\udccc Learn more about this talk on GitHub: \u2b50\ufe0f\ud83d\udc19\nhttps://github.com/TABConf/7.tabconf.com/issues/106\n\n\ud83e\uddec\ud83d\udfe0 Cross Input Signature Aggregation (CISA) has been on the Bitcoin wishlist for years\nBut with small elliptic curve signatures, the savings usually weren\u2019t worth a soft fork \ud83e\udd37\u200d\u2642\ufe0f\n\n\u269b\ufe0f\ud83d\udd10 Post quantum signatures change the math\nThey\u2019re bigger, so the efficiency gains from aggregation start to matter a lot more \ud83d\udce6\ud83d\udca5\n\n\ud83e\udde0\u2699\ufe0f This talk explores a new variant of CISA that works with any signature scheme\nIncluding post quantum\nHelping reduce the impact of larger signatures without increasing block size \ud83e\uddf1\u2705\n\n\ud83d\udcc9\ud83d\udccf It\u2019s a space saving idea that could make post quantum signatures more practical and efficient for Bitcoin\u2019s future \ud83d\ude80\n\n\u26a1\ufe0f\ud83d\udee0\ufe0f\u26a1\ufe0f\ud83d\udee0\ufe0f\u26a1\ufe0f\ud83d\udee0\ufe0f\u26a1\ufe0f\ud83d\udee0\ufe0f\u26a1\ufe0f\ud83d\udee0\ufe0f\u26a1\ufe0f\ud83d\udee0\ufe0f\u26a1\ufe0f\ud83d\udee0\ufe0f\u26a1\ufe0f\ud83d\udee0\ufe0f\u26a1\ufe0f\ud83d\udee0\ufe0f\u26a1\ufe0f\ud83d\udee0\ufe0f\u26a1\ufe0f\ud83d\udee0\ufe0f\u26a1\ufe0f\ud83d\udee0\ufe0f\u26a1\ufe0f\ud83d\udee0\ufe0f\u26a1\ufe0f\ud83d\udee0\ufe0f\n\n\ud83d\udfe0 TABConf is a technical Bitcoin conference built for builders. We bring protocol + application devs together to collaborate, debate, and push Bitcoin forward. \ud83e\udde0\ud83d\udd27\n\n\ud83c\udfa5 On this channel you\u2019ll find:\n\ud83d\udde3\ufe0f Full talks \u2022 \ud83e\uddd1\u200d\ud83c\udfeb workshops \u2022 \ud83e\udde9 panels\n\ud83d\udee0\ufe0f Builder Days sessions \u2022 \ud83d\udd0d deep dives on:\n\ud83e\uddf1 Bitcoin Core \u2022 \u26a1\ufe0f Lightning \u2022 \ud83d\udd75\ufe0f privacy \u2022 \ud83d\udd10 security \u2022 \ud83e\uddf0 the tooling teams ship with\n\n\ud83c\udf9f\ufe0f TABConf 8 tickets are on sale now!\n\ud83d\uddd3\ufe0f Oct 12\u201315, 2026 \u2022 \ud83d\udccd Atlanta, GA\n\ud83c\udfdb\ufe0f Georgia Tech Exhibition Hall\n\n\ud83c\udfab TABConf 8 Tickets\n\ud83d\udfe0 Pay with Bitcoin: https://checkout.opennode.com/p/7d51f71f-f3e6-4159-bbfa-3a231d14e5b8\n\n\ud83d\udcb3 Pay with Stripe: https://buy.stripe.com/00w4gzapSf0o4ubg2mdQQ0b\n\n\ud83c\udf10 TABConf Website\nhttps://tabconf.com\n\n\ud83d\udd17 All links hub\nhttps://linktr.ee/tabconf\n\n\ud83e\udec2 TABConf Community\n\ud83d\udcac Discord: https://discord.gg/TRaX8M7amU\n\n\ud83d\udc26 Follow us on X\nhttps://x.com/tabconf\n\n\ud83c\udfa7 Subscribe to the TABConf Podcast\n\ud83c\udf4e Apple Podcasts: https://podcasts.apple.com/us/podcast/tabconf-sessions/id1867836916\n\n\ud83d\udfe2 Spotify: https://open.spotify.com/show/11Ram7ccTjBeiwhYoDVtF4?si=ec8bab9fdc2945cd\n\n\u26f2\ufe0f Fountain: https://fountain.fm/show/fqYiANm1II8INYOodXaj\n\n\u2b50\ufe0f Star us on GitHub\n\ud83d\udc19 https://github.com/TABConf", + "date": "2025-10-30", + "youtube": { + "description": "\ud83d\udccc Learn more about this talk on GitHub: \u2b50\ufe0f\ud83d\udc19\nhttps://github.com/TABConf/7.tabconf.com/issues/106\n\n\ud83e\uddec\ud83d\udfe0 Cross Input Signature Aggregation (CISA) has been on the Bitcoin wishlist for years\nBut with small elliptic curve signatures, the savings usually weren\u2019t worth a soft fork \ud83e\udd37\u200d\u2642\ufe0f\n\n\u269b\ufe0f\ud83d\udd10 Post quantum signatures change the math\nThey\u2019re bigger, so the efficiency gains from aggregation start to matter a lot more \ud83d\udce6\ud83d\udca5\n\n\ud83e\udde0\u2699\ufe0f This talk explores a new variant of CISA that works with any signature scheme\nIncluding post quantum\nHelping reduce the impact of larger signatures without increasing block size \ud83e\uddf1\u2705\n\n\ud83d\udcc9\ud83d\udccf It\u2019s a space saving idea that could make post quantum signatures more practical and efficient for Bitcoin\u2019s future \ud83d\ude80\n\n\u26a1\ufe0f\ud83d\udee0\ufe0f\u26a1\ufe0f\ud83d\udee0\ufe0f\u26a1\ufe0f\ud83d\udee0\ufe0f\u26a1\ufe0f\ud83d\udee0\ufe0f\u26a1\ufe0f\ud83d\udee0\ufe0f\u26a1\ufe0f\ud83d\udee0\ufe0f\u26a1\ufe0f\ud83d\udee0\ufe0f\u26a1\ufe0f\ud83d\udee0\ufe0f\u26a1\ufe0f\ud83d\udee0\ufe0f\u26a1\ufe0f\ud83d\udee0\ufe0f\u26a1\ufe0f\ud83d\udee0\ufe0f\u26a1\ufe0f\ud83d\udee0\ufe0f\u26a1\ufe0f\ud83d\udee0\ufe0f\u26a1\ufe0f\ud83d\udee0\ufe0f\n\n\ud83d\udfe0 TABConf is a technical Bitcoin conference built for builders. We bring protocol + application devs together to collaborate, debate, and push Bitcoin forward. \ud83e\udde0\ud83d\udd27\n\n\ud83c\udfa5 On this channel you\u2019ll find:\n\ud83d\udde3\ufe0f Full talks \u2022 \ud83e\uddd1\u200d\ud83c\udfeb workshops \u2022 \ud83e\udde9 panels\n\ud83d\udee0\ufe0f Builder Days sessions \u2022 \ud83d\udd0d deep dives on:\n\ud83e\uddf1 Bitcoin Core \u2022 \u26a1\ufe0f Lightning \u2022 \ud83d\udd75\ufe0f privacy \u2022 \ud83d\udd10 security \u2022 \ud83e\uddf0 the tooling teams ship with\n\n\ud83c\udf9f\ufe0f TABConf 8 tickets are on sale now!\n\ud83d\uddd3\ufe0f Oct 12\u201315, 2026 \u2022 \ud83d\udccd Atlanta, GA\n\ud83c\udfdb\ufe0f Georgia Tech Exhibition Hall\n\n\ud83c\udfab TABConf 8 Tickets\n\ud83d\udfe0 Pay with Bitcoin: https://checkout.opennode.com/p/7d51f71f-f3e6-4159-bbfa-3a231d14e5b8\n\n\ud83d\udcb3 Pay with Stripe: https://buy.stripe.com/00w4gzapSf0o4ubg2mdQQ0b\n\n\ud83c\udf10 TABConf Website\nhttps://tabconf.com\n\n\ud83d\udd17 All links hub\nhttps://linktr.ee/tabconf\n\n\ud83e\udec2 TABConf Community\n\ud83d\udcac Discord: https://discord.gg/TRaX8M7amU\n\n\ud83d\udc26 Follow us on X\nhttps://x.com/tabconf\n\n\ud83c\udfa7 Subscribe to the TABConf Podcast\n\ud83c\udf4e Apple Podcasts: https://podcasts.apple.com/us/podcast/tabconf-sessions/id1867836916\n\n\ud83d\udfe2 Spotify: https://open.spotify.com/show/11Ram7ccTjBeiwhYoDVtF4?si=ec8bab9fdc2945cd\n\n\u26f2\ufe0f Fountain: https://fountain.fm/show/fqYiANm1II8INYOodXaj\n\n\u2b50\ufe0f Star us on GitHub\n\ud83d\udc19 https://github.com/TABConf", + "tags": [ + "tabconf", + "bitcoin", + "2025", + "tabconf 7", + "technology", + "conference", + "atlanta", + "cryptography", + "postquantum", + "blockchain", + "bitcoindev", + "BIP360", + "merkletree" + ], + "categories": [ + "Science & Technology" + ] + }, + "deepgram_output": "deepgram_2026-03-19T144436Z.json" +} \ No newline at end of file