diff --git a/bitcoin-explained/aaron-and-sjors-discuss-what-s-new-in-bitcoin-core-v30/deepgram_2026-04-18T015502Z.json b/bitcoin-explained/aaron-and-sjors-discuss-what-s-new-in-bitcoin-core-v30/deepgram_2026-04-18T015502Z.json new file mode 100644 index 0000000..d4eea76 --- /dev/null +++ b/bitcoin-explained/aaron-and-sjors-discuss-what-s-new-in-bitcoin-core-v30/deepgram_2026-04-18T015502Z.json @@ -0,0 +1,74932 @@ +{ + "metadata": { + "transaction_key": "deprecated", + "request_id": "019d9e4b-ec5b-73e1-8a4a-9dd9afa36e53", + "sha256": "672d68001b6a788bc56ce7e601fad6f191a4521121d832075fdf5ff5a964cfbd", + "created": "2026-04-18T01:54:35.532Z", + "duration": 3041.88, + "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": "Intro Music Hello, how are you? It's been a while. It's been a few days. Yeah, we haven't made an episode because we always committed to only making episodes live in person. There were some exceptions, but I think neither of us really liked that, so we kind of made it a rule. But I haven't been in the Netherlands for a while now, never mind in Utrecht, so we couldn't do it. We decided to pick up where we left anyways. Yeah, especially because this is a topic that really nobody talks about, and I think we should. Yeah, there's apparently a very obscure new software release called Bitcoin Core 30, and we thought maybe it's time that someone brings it under the attention of the people out there. On that point, I do want to start with that a little bit because I think this has been the most... Do we want to thank our sponsor? Yes, thank you, CoinKite. Thanks for being our sponsor. Thanks for making the brilliant cold cart and all the other magical devices you put out there. What's the, Serge help remind me, what's the little USB thing he called? I think it was the coin, the cold power. No! Oh you mean the open dime? The open dime? The legend. Yes, legendary legendary coin kite. Thanks for sponsoring us. Oh my god. I think the OpenDime still doesn't support Taproot. Because I opened a pull request once to make it use Taproot and they closed it because it wasn't cockroach enough. Anywho. Anyways. Let's talk about this obscure piece of software. Oh yeah, so I wanted to ask you, we're mostly going to be making a drama-free episode here. We're going to discuss what's actually new in Bitcoin Core 30. Like I said, it does seem like this has been probably the most controversial Bitcoin Core release ever. Like the social media community has been sort of ablaze over all of this. I don't think I've seen it this bad since the block size wars, and in some ways even worse than the block size wars. And I'm just sort of wondering, you as a Bitcoin Core developer, I know you're not on Twitter, you're not on X, like how much are you seeing of this or how much does it affect you and maybe others? Do you have a, can you give some sort of estimation of that? Yeah, I guess compared to the block size wars, because the community was smaller too, this is probably actually smaller in relative terms. Right, but it's just more money to be made and more attention to be had on social media. Probably, maybe social media is just worse than it was 10 years ago. Yeah. Yeah, like I said, I try to just ignore things as much as possible, other than like the actual facts. Because just arguing with people on Twitter or even Nostra is just a huge energy drain. We did record a whole episode on probably the most controversial part of it. That's our previous episode, the return of the Aperture. So people can listen to that. And I don't think anything has changed, although... I think we'll address a couple of very minor things here in the release notes. Yeah, but that's a good non-spoiler warning, maybe. We're not going to spend half an hour discussing this change because we made a whole episode about it. Anyone who wants to know how Shor's thinks about that, or me, can go to the previous episodes. Previous episodes, that's where we really discussed the up return limit change. I would say if you look at, say, the GitHub repo, and 99% of the work of Bitcoin Core is completely unrelated to these controversial changes. And that work just continues as before. It's interesting how, you know, there's like 350 open pull requests on the GitHub repo, and they're almost all like silos. So one pull request can be super crowded and noisy and the other one is completely deserted and nobody's even looking at it. I think I've made the analogy before that the Bitcoin Core project sometimes feels like you have a very large Brutalist office building and everybody has a little cubicle. And if you're in that cubicle, your pull request is like a cubicle. You might be in multiple cubicles, I guess. But if nobody comes by, then nobody can hear you. Yeah. Okay, well, regardless, let's actually kick off with that specific topic just to get it out of the way. So the up-return policy limit has been lifted basically entirely, right? Again, I think We've said enough about that. Anyone who wants to know the details about that can go to the previous episode. However, there is also another related change that's close to it, but that we did not discuss in the previous episode, which is, I think there's also a policy rule, is that it's now also possible, besides bigger upreturns, to include multiple upreturns in one transaction, right? We did not cover that last time. I'm not sure if we did, but we can just repeat it. So you can either make one operator and that is the maximum size of a transaction or less, or you can make multiple ones, which can ultimately add up to the same size. Yeah, that's important to note. I would say that's mostly a simplification. Well, it's important to note because in this entire shitstorm, it has been brought up as well as another supposedly bad thing that Bitcore developers have done. But as you point out, even if there are multiple upreturns in a transaction, the total size of these upreturns are still bound to whatever the limit is. And this limit, even in BAKERCORE, is still configurable, right? Yeah, so we kind of went back and forth on that. The initial idea was to completely drop it because it's essentially a placebo, but There was a lot of drama. So eventually, I think now the default has been changed. There's no limit. But if you do set a limit, the only difference between now and before is that the limit applies to the total for a transaction. So let's say you set the limit to 83 bytes. That was, I think, the previous default. Then somebody could make, I guess, 20 upper churns of 2 bytes each, if they somehow wanted to. Now that'd be pretty expensive for them, because every output has an overhead. Yeah, I'm pointing it out because there was a point of critique, as I mentioned, that okay, you can change the default setting now, you can change it back to where it was. But the critique was, but now you can still include multiple operators in a transaction. However, The point is that if you do change it back to, let's say, 83 bytes, then if you then put multiple upreturns in a transaction, then their combined size can still only be 83 bytes. So, even if you do change the defaults, for whatever reason you may think you want to do that, then that is still the actual limit for upreturns. You can split it up into two different upreturns, but it's still 83 bytes in that case, right? Yeah, okay. So then why you said the change was made, and I'm talking again specifically about the fact that you can include multiple opportunes, that was made as a simplification? That's how you're\u2014 Yeah, I mean, it depends on how you look at it, I guess, but The idea was there can only be one, so that restriction is dropped. Now it doesn't matter how many outputs are opportunes. So the rules are simplified, whether that actually is simply in the code, that's debatable. Now you have to check the total against multiple outputs. As long as the option is there at all, there's some complexity. As soon as you remove the option, it becomes simpler because you're just not counting it at all. But now, it has to count. Look at the first output, look at the second output, look at the third output, and then complain when something goes over it. And because we're talking about a policy rule, just to repeat this point, it does not apply to the consensus rules. If your node receives a block with a transaction in it that has bigger up-returns than whatever setting you're switching it to, then you'll still accept that. Yeah, in fact, a block could contain a 4 megabyte operator in a single transaction, which would not be even possible with the new Bitcoin Core over the mempool. So each transaction is limited to 100 kilobytes in general. Yeah, so what is technically new in this specific instance is that there can now be multiple OP returns in a transaction on whatever size you want to put that setting. And then if it's within that size, you will accept it in your mempool and relay it to other nodes, correct? Yes. And so just a little bit more background on why, you know, such a... I mean, first of all, if the setting was entirely removed, which was the initial idea, it's actually a simplification. But because the setting is still there, we still need to look at the total, so you could argue it's not really a simplification, but it is in the long run. But another reason to do this is because if somebody has a need to have multiple upper turns, and I don't know if anybody does at the moment, but if they do, and we still have this limit of one opportune transaction per turn, one opportune output per transaction, then there is another incentive for people to go outside the mempool and use accelerators, which creates the centralization pressure that we tried to solve in the first place. Yeah. And on that point, what I also find interesting to sort of highlight here is that your reasoning, so you said, we don't know if there's a use case for it. Maybe there is, maybe there isn't. That in itself has drawn a lot of ire. There seem to be a lot of people that feel that unless you can prove that there is a use case for it, you shouldn't make any changes. While you, and I agree with you, see it more as, well, if there's no harm, if there's no harm, then what's the problem? If there's no harm and you simplify the code, then that seems like an improvement. Yeah, though I guess in this case, where the confusion comes from is, or potentially comes from, is that initially the idea was to drop the setting entirely. And because we haven't dropped it entirely now, the simplicity argument isn't as strong. But yeah, The problem with these alternative use cases is if you wait until they're actually fully deployed and they go around the mempool because they're already deployed, now you lift the limit and, well, they're already going around the mempool, so why would they change anything? So you might be too late if you keep chasing these things and Bitcoin Core only releases once every six months. And we'll have another topic on the list where something similar happens where it was a response to actual behavior. So we were a little bit late this time, I guess. Yeah, so if you're being reactive on these things, you're actually too late. And if there's no harm in doing it, then it's better to just do it now in case someone might need it. Especially because the total amount doesn't change, right? Like you said, you can spread it over multiple outputs. Yeah, okay. Let's move on from that point. Anyone who was listening specifically to hear more about the Operator in Drama can now switch off because we're going to talk about other interesting notable improvements in Bitcoin Core 30. Right, Or was there anything else you wanted to say about this? Yes, but I was just changing the sequence of items on our to-do list. All right, let's talk about the minimum relay fee then. Because that's sort of in the same area of changes, and then we'll move on to completely different changes. Okay, It was very important to adjust that in the Google Doc that no one else will see besides you and me. Good thing that you did that. Exactly. Okay. So yeah, so this is another policy change, which, okay, so that's the minimum fee that is included in a transaction, can now be lower before Bitcoin Core nodes will accept it in the mempool and relay it to other nodes, right? Yeah, so it used to be 1 Satoshi per Vbyte, now it's 0.1 Satoshi per Vbyte. And this is a case of people start doing things and Bitcoin Core has to follow, otherwise everybody will go around the mempool. So what started happening is because the fee market is such an amazing success. Yeah, people wanted to pay less fees. And well, like I said, I'm not on social media myself at the moment. But my understanding is that there was sort of a Twitter movement for people to individually configure their relay fee to go lower by a factor of 10. Yeah, and that was... Some of us followed that example. And so that was... Sure, that was always possible with Bitcoin Core. Any individual user could already lower the main relay fee? Yes, it's a matter of changing a setting. Now, keep in mind, everything is possible with Bacon Core if you recompile it yourself, but in this case, it's just a matter of changing a setting. So you can already lower it to 1, 000th of a Satoshi per feedbyte. Not lower because the amounts internally are processed at that resolution. So you'd have to do some more changes if you want to go even lower than that. But I guess, Yeah, people settled on about 10x lower. And some miners followed, and that means these things get mined. But that means if you don't change your default setting, now you're kind of surprised about what gets into blocks. And that surprise hurts compact block relay, among other things. So we talked about compact block relay in our previous episode, but generally the idea is that if you're sending a block to the next person down the line, to one of your peers, if you know what's in their mempool, you really only need to send the header of the block and a summary of the transactions, like a list of the transaction IDs, rather than the full block with all its contents. But if you don't know what's in somebody else's mempool because they changed some setting, now you have to send the whole block over. And so this delays propagation network wide. Yeah, it's better for the health of the network if blocks find their way across the entire network as fast as possible. And that requires that mempools closely reflect the actual blocks that are being mined. So if for whatever reason the blocks start to look different, in this case because very low fee transactions start to make their way to miners, then it's actually better for the health of the network that everyone adapts the same behavior. So in this case, and also very relevant to the upper turn issue, but in this case as well, Bitcoin Core has decided to allow lower fee transactions in the mempool and relate it to other nodes in order to better reflect the mempool with blocks that are being found. Good summary? Yes, and so this has been a general theme now over a few different topics. We've seen with RBF, full RBF, the changes. We've seen it with Operaturn. Now we're seeing it with the fee rate. And the response has been slightly different in different cases. So in the case of full RBF, you had somebody basically promoting that concept, releasing an alternative client, and then BitConcord did not follow until at some point, you know, all the miners, or at least a large chunk of the miners were doing this and compact block relay was broken. And so then Bitcoin Core said, okay, let's turn RBF on. So arguably that was too late. Because we already had broken compact block relay and the longer you let that sort of centralization risk exist, maybe at some point the damage is irreversible. Probably not in this case. Okay, so then we had the OpryChurn stuff where Bitcoin Core developers saw that a use case was imminent and tried to preempt it. That caused an enormous amount of drama. And now it's kind of in between, like this spontaneous change in policy by users and beacon core follows it just a month or two later. Yeah, I do think it's... I don't think there's really consensus on how to best deal with this. Like these three options, you can either be too early or too late or right on time. And at some point there might be a deviation from in policy that is simply not acceptable, as in it would just be unsafe, cause a DOS problem. And at that point, there's nothing BitConcord can do other than propose a consensus change or just accept that nodes are slow or vulnerable or something bad like that. So it's not a healthy development, I think, but people do what they do, right? It's an open source, open system. Yeah, and I think that's an important point to emphasize here because this says a lot about how the Bitcoin Core project sort of operates. It's that you guys, you are one of the Bitcoin Core developers, you don't see yourselves as authorities that decide how other people can or even should use the network. It's not in your control how people, what kind of transactions people send or what kind of transactions miners mine. Bitcoin Core can only, you know, adjust to that. So And then, like you said, there are a couple of ways to do that, which is either sort of, you know, do it in advance when you see it coming, or only do it when it's kind of too late. And that's sort of the difficult aspects here to balance. Or worse, like you can't do it at all, because there might be some trade-off that's really unacceptable. Yeah. So this is a good example of that as well. Users were already starting to relay very low fee transactions. Miners were already starting to mine that. So then BitHook Core in this release said, okay, we're going to lower the fee minimum in order to better... And this change, I don't think this change is particularly bad because, you know, the last time this limit was lowered, I think it was 10 sets per fee byte in the past, or maybe five, and the price has gone up 10, 000x. So if you look at this, you're gonna have to look at it as a DOS, like a denial of service protection. If the minimum fee relay is too low, then somebody can just cheaply cause you to use a lot of bandwidth, everyone to use a lot of bandwidth, right? And so I think the initial calculation years ago was done on like, okay, if somebody spins up a bunch of Amazon nodes and just starts flooding us with random data, you know, How much does it cost them versus how much does it cost the ecosystem? How much cost does the attacker have and how much resources of the community are they wasting if you add up everybody's node costs? And so I think we're still quite on the safe side of that equation. It's really expensive for the attacker. They need to spend quite a lot of SATs to cause people to use bandwidth. Yeah, okay. One last note on this point, because I noticed that in the GUI, that change... Yeah, so in the user interface, that change does not apply. Like the minimum fee if you want to send a transaction is still the same as it ever was, right? Technically, it's the wallet that's unaffected. So the wallet can be used from the command line. You'd be surprised some people use it from the command line and they like it. But yeah, as far as I know, the wallet still has one set per view byte as a minimum. I think you can manually set it lower but my guess is the wallet will follow in the next in a later release. You kind of want to make sure that the network actually relays your transaction because let's say we change the wallet now to use this 0.1 set per fee byte and you start your GUI and you have maybe five peers and none of them you know have this custom setting because you know a lot of people do but not everybody does so you might not be connected to anyone he does. So you sent your 0.1 sats per fee by transaction and it just gets rejected by your peers. And they don't tell you it's rejected. So you just, you send it, you close your wallet, you go to sleep and the next morning you're like, why isn't this confirmed yet? It's because it never went anywhere because you only had your note open for five minutes and none of your peers accepted your transaction. So you kind of want to be a bit conservative when it comes to the wallet. But I think you can just do it manually if you want to. Right. So in that sense, BitHooker actually also adjusts to the situation on the network. It will only be implemented in the wallet once there's a good enough likelihood that it will actually make its way through the network. Yeah, and of course there's also a bottleneck of just that very small number of people that work on the wallet in general in Bitcoin Core. I don't think we've adjusted the new RBF, I don't think we've adjusted to the new RBF reality yet, for example. And there's some... How so? You can use RBF for Bitcoin Core, right? Yeah, well, Bitcoin Core wallet has been setting the RBF flag for wallet transactions for many years. We don't have to anymore because it's gone. But there's also no harm in doing it, I guess. No, and well, there's actually harm in turning it off. Maybe privacy. Yeah, you can see who upgraded if we change this. And maybe something similar applies to fee rates. If we suddenly drop it, then you can see who's upgraded. So I'm not sure what the right path is there. Right. Okay, let's move on to the next point. Cool. Actually, I think this is also, there's another policy issue. There's a new policy rule, just correct me if I'm saying anything wrong, but there's a new policy rule that restricts the number of signature operations, SIGOPs, per transaction or no, per output, right? Yeah, so we did a whole episode, 93, about the great consensus cleanup restoration software proposal, which deals with time warp attacks, and one of the attacks that soft fork proposed soft fork is trying to deal with is Preventing somebody from making a transaction that takes like an hour and a half on a Raspberry Pi to Sorry to create a block that takes an hour and a half on a Raspberry Pi to validate. And maybe several minutes on a modern computer. Because if a malicious miner produces such a block, they can stall their competition and maybe get a headstart out of that. But in the way that was fixed involves that particular rule. So this is 2, 500 CCOPS limit per, I think it's per transaction. Okay, but just explain what it is. It means basically, if I understand correctly, you can make a transaction or an output with what... So you're not sure which of the two it is? It's either a transaction or an output? I think it's per transaction, but what you're counting is you're counting SIG ups in the inputs and in the outputs. Okay, so that can be a maximum of 2, 500 signatures basically in a transaction then, right? That's what it means. Yeah, signature operations is slightly different. So for example, a legacy multisig, or bare multisig as we called it, I think it counts as 20 or something like that. I'm a little fuzzy on the details here, but basically it's a limit in the number of signature operations. No sane transaction would actually go over those limits. Because it's thousands. Yeah, exactly. You'd need a very insane kind of multi-sig. So the only people who would be making such a transaction are people trying to DOS a network or people doing experiments. I think there were some historical examples of these actually violating them. Okay, so right now if you make a transaction with 3000 SIGOPs, well, it can still be mined in a block. It is still consensus valid, correct? Yeah, and that doesn't change, right? This is a policy change. So the only thing that changes is you can't relay it anymore. Right. So if someone sends a transaction like that to you and you're running Bitcoin Core 30, then you're going to not include that in your mempool and not relay it to other nodes. But if it's in a block, again, then that's still fine. Yeah, and this change is there to protect future miners. It's not really there to protect the network because I don't think they're that terrible. But a future miner, when and if, or if and when this becomes a soft fork, then it is consensus. And we don't want a miner to accidentally mine this thing. And so that's one of the reasons, that's one of the goals of policy rules is to prevent accidentally mining something. Because the miner does it as a standard transaction, they'll never see it, they'll never mine it. Right, so it's kind of in anticipation of hopefully, potentially a future soft fork to already sort of, you know, push network behavior kind of in that direction so that when the soft fork happens, then it's a relatively small change that can't really cause too much problems, essentially, right? Yeah, exactly. You want soft forks to be as safe as possible for users, but also for miners. Yeah, And I think also, so that ties in with, I guess, another point. We do apparently keep getting back a little bit to the Operatron issue. As a general sort of direction, I think the goal of the Bitcoin Core project is to essentially, you know, as much as possible, just get rid of policy rules and make what nodes accept and relay as close as possible to the actual consensus rules. Is that correct? There is a philosophy that says that policy and consensus should converge. Yeah, exactly. I don't know if that's realistic, but one of the reasons is that one of the goals of, one of the use cases for policy is upgrades, upgrade hooks. Upgrade hooks means that, say, SegWit version 2, or 3, or 4, currently is not standard, so it will not be relayed, but it is consensus valid. It's just that if you mine it, it has no meaning. So that's a case where we don't want them to be the same because you would simply never be able to upgrade. Sure, yeah. So I get the philosophy of like you don't want to have these pedantic limits as some people would call them, like the opportune size or RBF things. But it's not, I don't think it's true that consensus and policy cannot be identical because you would never be able to upgrade Bitcoin anymore. Yeah, you still gotta leave the room for upgrade. Or you'd make it, depending on how, you could also say well you'd make it completely unsafe. So you could also say, well, let's just allow SegWit version 3 relay and not worry about it. But then people can shoot themselves in the foot and give away their money. Because you would get a BC1F address, which might be some future SegWit version, I don't know what the letter F maps to, and you would just send to it and that money would just disappear and it wouldn't even go to anyone. Okay, what's, just to give our listeners a sort of rough idea because so now the limit is 2500. Like you mentioned, that is probably far beyond anything that anyone would ever use for any real reason, essentially. What kind of impact does this actually have on a note? Let's say this limit is touched. There is a transaction that actually has 2500 SIGOPs. Are we talking about a transaction that's going to stall your note with like a second or not even that? Or what sort of ballpark do you think about? I haven't looked at the exact numbers, but my guess is it's negligible. Like this is very safe for individual transactions. And one of the reasons is that the policy... There's another policy limit which limits transactions to 100, 000 kilobytes. So my guess would be that the combination of these high numbers of seagulls and a very large transaction are what really is more dangerous. You got to keep in mind that we have this quadratic phenomena in Bitcoin, so quadratic hashing that's what solves the segwit, but legacy transactions still... If you simplify it, If two transactions of one kilobyte have like one bad each, right, it adds up to two bad. But if you make it a two kilobyte transaction, it might be four bad. It's bad times bad. Yes, So if it's one big transaction, it's much worse than several small transactions, quadratically. And so, that's probably why an individual transaction violating this policy limit is not going to be a problem, but a minor could include a bigger one. Right. But in any case, to summarize this, a transaction that has 2, 500 sig ops is both very implausible to be used for any real reason, while at the same time also still well within safety limits. So that's why, at least as a ballpark, that number was picked. Well, yeah, and in general, the idea of this consensus cleanup thing is to mitigate the worst-case scenario without confiscating any legitimate use case or getting anywhere near legitimate use cases. So there is a trade-off. You might not be able to solve, there might still be blocks that are slow to validate, but not as slow. You can't have a perfect solution, because then you're going to start risking that you confiscate somebody's very obscure, but still potentially real setup. Yeah. Okay, Let's move to the next point. An other improvement is one parent, one child orphanage, or there's something improved in that sense. Can you remind me what it is? Yeah, we have covered this in previous episodes, But a quick recap is that one parent, one child transactions packages are useful for especially tools like Lightning. So in the Lightning network, when two people have a channel, they need to agree on a force close transaction or a penalty transaction. Basically the transaction that you can unilaterally close the channel with so if you and I have a channel and one of us is offline we both have a transaction to close the transaction without talking to the other side But we have to decide how much fees go into that transaction. And we don't know how much fees the future is going to hold. So that's always been a bit of a complexity in Lightning. And the general solution to that is anchors, where you allow yourself to add a transaction later, a child transaction later. And there are different mechanisms to do that. And a lot of them separate from pinning attacks, where you would add a transaction, but somebody else would add another one and you wouldn't be able to bump it and it would never get confirmed and you'd be too late and people cry. People came up with the concept of ephemeral dust, which is not the Finnish metal band, which basically lets you make a transaction with a zero fee, zero amount output. And then the child spends that zero fee, zero transaction output and pays whatever fee is necessary and can decide that at the last moment. Yeah, and to do that, you of course have to add some of your own coins then. And basically what you're doing is you spend that zero amount output to yourself in combination with some real money bitcoin sats that you're sending to yourself and you include a fee in that new transaction and if that you know now because this is a new transaction you basically know exactly how much fees you're supposed to include for it to confirm within a reasonable time. Yes, and you can replace it if fees go up immediately. So, that's a nice solution. Normally, you're not allowed to relay a transaction that has a zero fees, zero that has no fees in general, of course, that's not going to relay. Having an output with a zero amount is also not going to relay because we have a dust limit there. The idea is that you can relate them as a package, a one-child, one-parent transaction. So it's ephemeral dust because the dust exists, but it's immediately spent, and it always goes as a pair in the same block. So the block never creates any dust, only the transaction does. Yeah, the zero set transaction is immediately, or output is immediately spent in the same block. It's just, it's immediately gone, right? That's the point. Yeah. So what's the improvement in Bitcoin Core 30? The improvement is that this mechanism under the hood relied on something called the orphanage. And the orphanage is a way for Bitcoin Core to see, hey, I just got a new transaction, but I don't know what the parent is, so I'm just going to keep it for a little bit and then ask the peer for the parent. And so the orphanage is specifically for transactions that do make it to you over the peer-to-peer network, but you don't see basically where it's coming from on the blockchain. Yeah, it's not spending anything you know. So you're like, tell me what the parent is and the peer sends it to you. Right. That mechanism has been around now for I think since version 29. The problem with that mechanism is that it's very easy to attack. So you can flood the orphanage basically with infinite child transactions. That can just be complete garbage transactions because the node has no way to know that a child is a real transaction. So it's essentially free to, if you know what peer you want to influence, you just flood them with orphans basically. And it's a first in first out system, so once 100 orphans are there, you just replace all 100 of them, and there's no orphans anymore. And so this relay mechanism doesn't work. So I guess in the lightning scenario, if you are trying to attack your counterparty and you roughly know what peers they're connected to, maybe you can blast their orphanages out and then your peer will not be able to get their penalty transaction out. Something like that, that would be the risk. Yes, I would feel. So version 30 makes the orphanage a lot stronger. It basically, well, I don't understand the full mechanism, but it boils down to, If one of your, let's say you have 10 peers, and one of your peers starts misbehaving by sending you tons and tons of orphans, you're not just going to flush them all. You're only, if another peer also sent you that orphan, you're gonna hold onto it. So there's just a better accounting system that makes it more difficult to attack the orphanage. Bitcoin Core is protecting the kids. Exactly, yeah, yeah. Protect the children. Okay, so the orphanage is more robust now. Next point. Yes, there's a Bitcoin command, but I think that was a bit too nerdy. I don't know if you cared about it. Oh yeah no no go for it though yeah. There's one command to rule them all so there used to be Bitcoin D, Bitcoin QT, Bitcoin well Bitcoin D and Bitcoin QT basically and then there's some other changes coming up that would add Bitcoin Node and Bitcoin GUI and you know other developers like okay this is becoming a confused mess somebody downloads Bitcoin and they see like 15 commands that start with Bitcoin. What to do now? And so the solution is to add another command which is just called Bitcoin And you call that command and you tell it what else to call. So it has a documentation, you call Bitcoin space node, it starts BitcoinD. There are 15 standards. That's too many standards. We need a standard to rule them all. Now there are 16 standards. Yeah, exactly. So this is for nerds that use the command line, which as you said, command line doesn't exist for me. If it's not in the GUI, sure, so I'm not aware of its existence. I don't care about it, but this is for those people like yourself that for some reason prefer to use that, right? Yes. Okay. Well, one such user might be a miner. Sure, I mean, I'm sure there's a lot of people that use it. That was a bridge to the next topic. Oh, so you're Clever. IPC mining interface. Yeah, I don't remember what this was. Tell me. Tell me more. We talked about Stratum V2 a couple of episodes ago. We had, Yeah, well, we did, I think in multiple episodes. There has been the idea of decentralizing mining, Stratum V2 is one way to do that. It adds encryption for one thing, and it also adds the ability for individual miners to create their own block templates. To kind of separate, you know. And that is mostly... I mean, it's basically a way to decentralize mining pools, right? Miners on a pool can for themselves decide what they put in blocks. Yeah, And this mostly exists outside of Bitcoin Core. There's a project called the Stratum Reference Implementation, SRI. They make all sorts of software tools, like to run your own pool, to convert between Stratum V1 and Stratum V2, to make your own block templates, etc. But they do need Bitcoin Core for one thing, which is to make the block templates. And also to send the solution if you find a block. And this part is called the template provider. And so the original idea was for, when the spec was written, was for Bitcoin Core to be the template provider. Just to be very clear about this, templates basically just means everything that goes into a block. Except the solution for it. Yeah, except the nods. Except the hash, yeah, sure. And the payout stuff. Yeah, so Bitcoin Core is good at making templates, but the problem was that in order for Bitcoin Core to do this, it would have to speak the StatMp2 protocol. So it would have to support the same encryption standards and new messages. And so this was implemented by me and a few others, and there was some resistance to adding, basically to adding all this extra complexity, adding these extra cryptographic methods and listening to ports and processing messages, etc. So then a compromise was reached, which is that, well, we'll have Bitcoin Core listen on a protocol we call IPC, Inter-Process Communication, and it's not directly supporting Stratum V2, but it does support the messages that Stratum V2 needs, or it can give the information Stratum V2 needs. So it can give a block template, it can push a block template, etc. And So that's what's in version 30 of Bitcoin Core. And then you can use a separate application to connect to Bitcoin Core and actually, basically translate this to the actual Stratum V2 language. Right, so let me repeat this back to you and see if I get it. So Stratum V2 is basically a different project. It's a mining specific project. It's like I said, a way for mining pools to decentralize part of their operations. Namely, individual hashers, you know, users of the pool, miners, they can decide what goes into a block, which transactions go into a block. But for that, they would actually use Bitcoin Core to hear what transactions are on the network, etc. And use this to construct essentially the block. And then now there's kind of a bridge, a way to connect with the Stratum V2 protocol in order to make it all work. Is that a good enough summary? Yeah, exactly. So there's a bridge between Bitcoin Core and the rest of the Stratum V2 ecosystem, and it uses this new IPC system. Right. Which initially was intended for something completely different, namely the separation of processes. So it was designed to split the node from the wallet and from the GUI so that if one of them crashes, the other doesn't crash. And we might still do that, but for now we basically repurposed this tool. Right. So right now, the only mining pool that I'm aware of that uses Stratum V2 is Demand Pool, but they're kind of still in startup phase, I think. And Brains as well. Do they use it? Yes, but I don't think they do their own, I don't think they offer custom templates. They just support the new technology. But that's already an improvement because if you run your ASIC farm and you connect to any Stratum V1 pool now, your router or your internet provider or anyone can just steal your hash rate. Yeah, yeah, yeah. That's no good, Sjoerd. But, yeah, okay. But Brains does not, or at least not yet, allow individual miners to construct their blocks. I don't believe so. And Demandpool does plan to do that, but I don't think they've actually launched this yet. So there was a bit of a chicken egg. I happen to know that they're getting close to sort of launching for real, basically. Oh, that's good news. It has been a bit of a chicken egg problem on the Bitcoin Core side because shipping this new, even this new IPC interface was also controversial partially because nobody was using it yet and so there's some people that say well we should first thoroughly test it with the pools and etc. To make sure it's right and then ship it. Whereas the counter argument to that is, well, the pools are not going to test it if it's not already shipped in Bitcoin Core, because it's too much of a pain for them to compile some custom experimental version, and especially if they're not sure that it's actually going to be deployed, right? They need to have at least some confidence. Yeah. There was that chicken egg, but now it's in the release. But it's not completely final yet, so it might still make a few breaking changes in the next release. Okay, I was just gonna, so I was gonna ask, oh, is this completely good to go now, or is there still work to be done on the Bitcoin Core side? No, there's still, I mean, it should, it's usable, but I think it can be improved. Right, sure. Okay, any last thoughts on this topic before we move to the last one on our list? No, let's move. Okay, last one on our list is... You explain this to me. NATs BMP Import Control Protocol, PCP. We have covered this in earlier episodes. It's a lonely world out there, especially if you run your node from a residential place. Typically, your router will block any connections to you. So your node can reach the outside world, but the outside world cannot reach you. And there's various methods that's often used. Don't call us, we'll call you kind of a... Yes, and now in the world of gaming and torrents, etc. There have already been methods developed to change that, so that you can actually listen to people connecting to you. Because there's some performance reasons that you want to do that. And other reasons why you want to do that. And Bitcoin Core was using that from very early on, like 2012 or even earlier. But the method it was using back then was unsafe, it was called UPnP, and so it was kind of turned off by default. It's there, it's always been there, but it was off because there were too many vulnerabilities in the software. And as of recently, we have a brand new method. By brand new, I mean it's a 10-year-old standard probably, called PCP, Port Control Protocol. It's been implemented from scratch in Bitcoin Core itself. And as of version 30, it's on by default. So that means if you install your node freshly, and if your router supports this protocol, which it may or may not, I think a lot of modern routers will support it, Your node is listening, which means you can have a bit more connections and the network is going to be more robust. Yeah, so basically, normally if you start up a node, then you can connect to other nodes, but other nodes cannot connect to you. Which means there is essentially a subsection or a sub-community, whatever you want to call it, of Bitcoin Core nodes that are providing more services or more connection to the rest of the network than others. Yeah, they're going to be better connected and also there's a demand on those nodes because there's only a limited number of them and everybody wants to connect to them. Yeah, so it's a slightly centralizing factor actually that everyone sort of initially... I wouldn't say centralizing because there's plenty of them, but they could get overloaded. If the ratio becomes too asymmetrical, then the few notes that are listening will get completely overwhelmed. I didn't say centralized, but I would say that is a sort of centralizing aspect, right? It's better if all nodes are sort of equal in that sense and everyone helps each other rather than everyone relying on some subset. It's better, but I don't think there was a risk of centralization here. But I do think there's just a risk of overloading these resources. And part of the problem is because we want to move away from... So, Bitcoin nodes want to connect to a diverse set of peers. And not in the woke sense of the word, but in the as many places in the world like different countries, different networks, so that it's harder to trick you for one network operator to trick you. There's a new project we talked about years ago in a podcast called ASMAP, where we try to map the internet and then try to connect it really to different countries etc. And one of the side effects of that project is that we might start connecting to very obscure places and a lot of nodes would start connecting to those very obscure places because they're trying to diversify a bit too much. And then those, like you run in some random place in South America, you have an internet provider that with just one Bitcoin node in it, and then like thousands of nodes try to connect to you because you are very unique and special. And so if more nodes are listening, then hopefully on that obscure internet provider, there's also going to be more nodes listening. So not all the traffic just goes to that one listening node. Yeah, okay. So, and this is... Sorry, what exactly is new in BitMarkore? Like, this is now just a thing, or? So this feature has been in there since the last version, but it's now on by default. So if you upgrade and you didn't manually turn it on or manually turn it off, it will be on. If you turn it off, it's not going to be turned on. Then it can be called by the outside world. If your router supports it, yes. Okay. Do routers generally support this, or what's the if there? I'm not sure. Like, we'll find out. Like, it should be pretty clear in the stats that the number of listening notes would go up dramatically. Because at the moment, most of the listening notes are on tour, because the way people set up their tour notes usually is such that they're also listening. So that's why some people are saying, oh, the majority of Bitcoin notes is on tour. Well, that's not true. The majority of listening Bitcoin notes is on tour. But that might no longer be true eventually. Right, right. PCP is also a type of drugs. That's not my expertise, but you tell me. Coincidence? I think every three letter acronym probably is. Okay, I think we made it through the list, Shorts. We did. Well, in that case, unless you have anything to add? No. Where can people find this? Where can people find BitcoinCore30? BitcoinCore.org. Okay. Thanks, Shorts. Thank Thanks for listening to Bitcoin Explained.", + "confidence": 0.8150729, + "words": [ + { + "word": "intro", + "start": 0.06, + "end": 0.56, + "confidence": 0.061849795, + "speaker": 0, + "speaker_confidence": 0.083984375, + "punctuated_word": "Intro" + }, + { + "word": "music", + "start": 0.85999995, + "end": 1.3599999, + "confidence": 0.49145207, + "speaker": 0, + "speaker_confidence": 0.083984375, + "punctuated_word": "Music" + }, + { + "word": "hello", + "start": 21.5, + "end": 22.0, + "confidence": 0.88752675, + "speaker": 1, + "speaker_confidence": 0.19921875, + "punctuated_word": "Hello," + }, + { + "word": "how", + "start": 22.2, + "end": 22.36, + "confidence": 0.8968227, + "speaker": 1, + "speaker_confidence": 0.31835938, + "punctuated_word": "how" + }, + { + "word": "are", + "start": 22.36, + "end": 22.54, + "confidence": 0.99303, + "speaker": 1, + "speaker_confidence": 0.31835938, + "punctuated_word": "are" + }, + { + "word": "you", + "start": 22.54, + "end": 23.04, + "confidence": 0.3387367, + "speaker": 1, + "speaker_confidence": 0.31835938, + "punctuated_word": "you?" + }, + { + "word": "it's", + "start": 23.26, + "end": 23.599998, + "confidence": 0.7485654, + "speaker": 0, + "speaker_confidence": 0.24560547, + "punctuated_word": "It's" + }, + { + "word": "been", + "start": 23.599998, + "end": 23.86, + "confidence": 0.89788604, + "speaker": 0, + "speaker_confidence": 0.24560547, + "punctuated_word": "been" + }, + { + "word": "a", + "start": 23.86, + "end": 24.0, + "confidence": 0.9488047, + "speaker": 0, + "speaker_confidence": 0.24560547, + "punctuated_word": "a" + }, + { + "word": "while", + "start": 24.0, + "end": 24.5, + "confidence": 0.31704032, + "speaker": 0, + "speaker_confidence": 0.24560547, + "punctuated_word": "while." + }, + { + "word": "it's", + "start": 24.72, + "end": 24.9, + "confidence": 0.8153177, + "speaker": 1, + "speaker_confidence": 0.47216797, + "punctuated_word": "It's" + }, + { + "word": "been", + "start": 24.9, + "end": 25.08, + "confidence": 0.8128973, + "speaker": 1, + "speaker_confidence": 0.47216797, + "punctuated_word": "been" + }, + { + "word": "a", + "start": 25.08, + "end": 25.119999, + "confidence": 0.798769, + "speaker": 1, + "speaker_confidence": 0.47216797, + "punctuated_word": "a" + }, + { + "word": "few", + "start": 25.119999, + "end": 25.36, + "confidence": 0.98923093, + "speaker": 1, + "speaker_confidence": 0.47216797, + "punctuated_word": "few" + }, + { + "word": "days", + "start": 25.36, + "end": 25.86, + "confidence": 0.4812263, + "speaker": 1, + "speaker_confidence": 0.47216797, + "punctuated_word": "days." + }, + { + "word": "yeah", + "start": 26.099998, + "end": 26.4, + "confidence": 0.8974953, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "Yeah," + }, + { + "word": "we", + "start": 26.4, + "end": 26.64, + "confidence": 0.99994147, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "we" + }, + { + "word": "haven't", + "start": 26.64, + "end": 26.98, + "confidence": 0.809766, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "haven't" + }, + { + "word": "made", + "start": 26.98, + "end": 27.18, + "confidence": 0.7712248, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "made" + }, + { + "word": "an", + "start": 27.18, + "end": 27.34, + "confidence": 0.36675394, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "an" + }, + { + "word": "episode", + "start": 27.34, + "end": 27.72, + "confidence": 0.99919933, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "episode" + }, + { + "word": "because", + "start": 27.72, + "end": 28.22, + "confidence": 0.77837104, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "because" + }, + { + "word": "we", + "start": 28.48, + "end": 28.7, + "confidence": 0.8796939, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "we" + }, + { + "word": "always", + "start": 28.7, + "end": 29.14, + "confidence": 0.4496262, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "always" + }, + { + "word": "committed", + "start": 29.14, + "end": 29.64, + "confidence": 0.9995493, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "committed" + }, + { + "word": "to", + "start": 29.8, + "end": 30.06, + "confidence": 0.6787061, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "to" + }, + { + "word": "only", + "start": 30.06, + "end": 30.48, + "confidence": 0.84434336, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "only" + }, + { + "word": "making", + "start": 30.48, + "end": 30.98, + "confidence": 0.89224184, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "making" + }, + { + "word": "episodes", + "start": 31.08, + "end": 31.58, + "confidence": 0.8788923, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "episodes" + }, + { + "word": "live", + "start": 31.88, + "end": 32.16, + "confidence": 0.7238359, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "live" + }, + { + "word": "in", + "start": 32.16, + "end": 32.32, + "confidence": 0.8570285, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "in" + }, + { + "word": "person", + "start": 32.32, + "end": 32.82, + "confidence": 0.12087164, + "speaker": 0, + "speaker_confidence": 0.7919922, + "punctuated_word": "person." + }, + { + "word": "there", + "start": 32.9, + "end": 33.06, + "confidence": 0.8116496, + "speaker": 0, + "speaker_confidence": 0.5810547, + "punctuated_word": "There" + }, + { + "word": "were", + "start": 33.06, + "end": 33.34, + "confidence": 0.69850975, + "speaker": 0, + "speaker_confidence": 0.5810547, + "punctuated_word": "were" + }, + { + "word": "some", + "start": 33.34, + "end": 33.54, + "confidence": 0.8117093, + "speaker": 0, + "speaker_confidence": 0.5810547, + "punctuated_word": "some" + }, + { + "word": "exceptions", + "start": 33.54, + "end": 34.04, + "confidence": 0.499942, + "speaker": 0, + "speaker_confidence": 0.5810547, + "punctuated_word": "exceptions," + }, + { + "word": "but", + "start": 34.14, + "end": 34.34, + "confidence": 0.80269927, + "speaker": 0, + "speaker_confidence": 0.5810547, + "punctuated_word": "but" + }, + { + "word": "i", + "start": 34.34, + "end": 34.46, + "confidence": 0.7791473, + "speaker": 0, + "speaker_confidence": 0.6230469, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 34.46, + "end": 34.739998, + "confidence": 0.86456686, + "speaker": 0, + "speaker_confidence": 0.6230469, + "punctuated_word": "think" + }, + { + "word": "neither", + "start": 34.739998, + "end": 34.96, + "confidence": 0.8929888, + "speaker": 0, + "speaker_confidence": 0.6230469, + "punctuated_word": "neither" + }, + { + "word": "of", + "start": 34.96, + "end": 35.08, + "confidence": 0.6723388, + "speaker": 0, + "speaker_confidence": 0.6230469, + "punctuated_word": "of" + }, + { + "word": "us", + "start": 35.08, + "end": 35.32, + "confidence": 0.6629226, + "speaker": 0, + "speaker_confidence": 0.6230469, + "punctuated_word": "us" + }, + { + "word": "really", + "start": 35.32, + "end": 35.64, + "confidence": 0.8507865, + "speaker": 0, + "speaker_confidence": 0.6230469, + "punctuated_word": "really" + }, + { + "word": "liked", + "start": 35.64, + "end": 35.88, + "confidence": 0.42514706, + "speaker": 0, + "speaker_confidence": 0.6230469, + "punctuated_word": "liked" + }, + { + "word": "that", + "start": 35.88, + "end": 36.1, + "confidence": 0.22656173, + "speaker": 0, + "speaker_confidence": 0.6230469, + "punctuated_word": "that," + }, + { + "word": "so", + "start": 36.1, + "end": 36.6, + "confidence": 0.68415314, + "speaker": 0, + "speaker_confidence": 0.6230469, + "punctuated_word": "so" + }, + { + "word": "we", + "start": 36.82, + "end": 37.04, + "confidence": 0.9030033, + "speaker": 0, + "speaker_confidence": 0.6230469, + "punctuated_word": "we" + }, + { + "word": "kind", + "start": 37.04, + "end": 37.16, + "confidence": 0.8290992, + "speaker": 0, + "speaker_confidence": 0.6230469, + "punctuated_word": "kind" + }, + { + "word": "of", + "start": 37.16, + "end": 37.34, + "confidence": 0.9018893, + "speaker": 0, + "speaker_confidence": 0.6230469, + "punctuated_word": "of" + }, + { + "word": "made", + "start": 37.34, + "end": 37.54, + "confidence": 0.92750067, + "speaker": 0, + "speaker_confidence": 0.6230469, + "punctuated_word": "made" + }, + { + "word": "it", + "start": 37.54, + "end": 37.64, + "confidence": 0.8633264, + "speaker": 0, + "speaker_confidence": 0.6230469, + "punctuated_word": "it" + }, + { + "word": "a", + "start": 37.64, + "end": 37.739998, + "confidence": 0.96679705, + "speaker": 0, + "speaker_confidence": 0.2446289, + "punctuated_word": "a" + }, + { + "word": "rule", + "start": 37.739998, + "end": 38.239998, + "confidence": 0.13521218, + "speaker": 0, + "speaker_confidence": 0.2446289, + "punctuated_word": "rule." + }, + { + "word": "but", + "start": 38.68, + "end": 38.86, + "confidence": 0.8610467, + "speaker": 0, + "speaker_confidence": 0.2446289, + "punctuated_word": "But" + }, + { + "word": "i", + "start": 38.86, + "end": 38.98, + "confidence": 0.99976283, + "speaker": 0, + "speaker_confidence": 0.2446289, + "punctuated_word": "I" + }, + { + "word": "haven't", + "start": 38.98, + "end": 39.22, + "confidence": 0.81281394, + "speaker": 0, + "speaker_confidence": 0.2446289, + "punctuated_word": "haven't" + }, + { + "word": "been", + "start": 39.22, + "end": 39.4, + "confidence": 0.77423245, + "speaker": 0, + "speaker_confidence": 0.2446289, + "punctuated_word": "been" + }, + { + "word": "in", + "start": 39.4, + "end": 39.52, + "confidence": 0.70222723, + "speaker": 0, + "speaker_confidence": 0.2446289, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 39.52, + "end": 39.62, + "confidence": 0.89080924, + "speaker": 0, + "speaker_confidence": 0.58447266, + "punctuated_word": "the" + }, + { + "word": "netherlands", + "start": 39.62, + "end": 39.96, + "confidence": 0.98685384, + "speaker": 0, + "speaker_confidence": 0.58447266, + "punctuated_word": "Netherlands" + }, + { + "word": "for", + "start": 39.96, + "end": 40.14, + "confidence": 0.91782826, + "speaker": 0, + "speaker_confidence": 0.58447266, + "punctuated_word": "for" + }, + { + "word": "a", + "start": 40.14, + "end": 40.260002, + "confidence": 0.88851166, + "speaker": 0, + "speaker_confidence": 0.58447266, + "punctuated_word": "a" + }, + { + "word": "while", + "start": 40.260002, + "end": 40.6, + "confidence": 0.7600551, + "speaker": 0, + "speaker_confidence": 0.58447266, + "punctuated_word": "while" + }, + { + "word": "now", + "start": 40.6, + "end": 41.1, + "confidence": 0.10789638, + "speaker": 0, + "speaker_confidence": 0.58447266, + "punctuated_word": "now," + }, + { + "word": "never", + "start": 41.58, + "end": 41.78, + "confidence": 0.89443636, + "speaker": 0, + "speaker_confidence": 0.58447266, + "punctuated_word": "never" + }, + { + "word": "mind", + "start": 41.78, + "end": 42.04, + "confidence": 0.9727985, + "speaker": 0, + "speaker_confidence": 0.58447266, + "punctuated_word": "mind" + }, + { + "word": "in", + "start": 42.04, + "end": 42.18, + "confidence": 0.99963975, + "speaker": 0, + "speaker_confidence": 0.58447266, + "punctuated_word": "in" + }, + { + "word": "utrecht", + "start": 42.18, + "end": 42.68, + "confidence": 0.8527972, + "speaker": 0, + "speaker_confidence": 0.58447266, + "punctuated_word": "Utrecht," + }, + { + "word": "so", + "start": 42.68, + "end": 43.08, + "confidence": 0.777411, + "speaker": 0, + "speaker_confidence": 0.58447266, + "punctuated_word": "so" + }, + { + "word": "we", + "start": 43.08, + "end": 43.2, + "confidence": 0.99990845, + "speaker": 0, + "speaker_confidence": 0.6772461, + "punctuated_word": "we" + }, + { + "word": "couldn't", + "start": 43.2, + "end": 43.54, + "confidence": 0.9039638, + "speaker": 0, + "speaker_confidence": 0.6772461, + "punctuated_word": "couldn't" + }, + { + "word": "do", + "start": 43.54, + "end": 43.739998, + "confidence": 0.956236, + "speaker": 0, + "speaker_confidence": 0.6772461, + "punctuated_word": "do" + }, + { + "word": "it", + "start": 43.739998, + "end": 44.239998, + "confidence": 0.18699883, + "speaker": 0, + "speaker_confidence": 0.6772461, + "punctuated_word": "it." + }, + { + "word": "we", + "start": 44.34, + "end": 44.58, + "confidence": 0.9042493, + "speaker": 0, + "speaker_confidence": 0.6772461, + "punctuated_word": "We" + }, + { + "word": "decided", + "start": 44.58, + "end": 45.04, + "confidence": 0.82027435, + "speaker": 0, + "speaker_confidence": 0.6772461, + "punctuated_word": "decided" + }, + { + "word": "to", + "start": 45.04, + "end": 45.2, + "confidence": 0.91071516, + "speaker": 0, + "speaker_confidence": 0.6772461, + "punctuated_word": "to" + }, + { + "word": "pick", + "start": 45.2, + "end": 45.36, + "confidence": 0.8916063, + "speaker": 0, + "speaker_confidence": 0.6772461, + "punctuated_word": "pick" + }, + { + "word": "up", + "start": 45.36, + "end": 45.72, + "confidence": 0.897795, + "speaker": 0, + "speaker_confidence": 0.6772461, + "punctuated_word": "up" + }, + { + "word": "where", + "start": 45.72, + "end": 45.92, + "confidence": 0.86100984, + "speaker": 0, + "speaker_confidence": 0.6772461, + "punctuated_word": "where" + }, + { + "word": "we", + "start": 45.92, + "end": 46.08, + "confidence": 0.624151, + "speaker": 0, + "speaker_confidence": 0.6772461, + "punctuated_word": "we" + }, + { + "word": "left", + "start": 46.08, + "end": 46.36, + "confidence": 0.8406283, + "speaker": 0, + "speaker_confidence": 0.6772461, + "punctuated_word": "left" + }, + { + "word": "anyways", + "start": 46.36, + "end": 46.86, + "confidence": 0.098576516, + "speaker": 0, + "speaker_confidence": 0.6772461, + "punctuated_word": "anyways." + }, + { + "word": "yeah", + "start": 47.96, + "end": 48.42, + "confidence": 0.6300021, + "speaker": 1, + "speaker_confidence": 0.6977539, + "punctuated_word": "Yeah," + }, + { + "word": "especially", + "start": 48.42, + "end": 48.9, + "confidence": 0.866023, + "speaker": 1, + "speaker_confidence": 0.6977539, + "punctuated_word": "especially" + }, + { + "word": "because", + "start": 48.9, + "end": 49.16, + "confidence": 0.8938375, + "speaker": 1, + "speaker_confidence": 0.6977539, + "punctuated_word": "because" + }, + { + "word": "this", + "start": 49.16, + "end": 49.3, + "confidence": 0.98339427, + "speaker": 1, + "speaker_confidence": 0.6977539, + "punctuated_word": "this" + }, + { + "word": "is", + "start": 49.3, + "end": 49.44, + "confidence": 0.8531669, + "speaker": 1, + "speaker_confidence": 0.6977539, + "punctuated_word": "is" + }, + { + "word": "a", + "start": 49.44, + "end": 49.54, + "confidence": 0.20770276, + "speaker": 1, + "speaker_confidence": 0.6977539, + "punctuated_word": "a" + }, + { + "word": "topic", + "start": 49.54, + "end": 49.92, + "confidence": 0.99128634, + "speaker": 1, + "speaker_confidence": 0.6977539, + "punctuated_word": "topic" + }, + { + "word": "that", + "start": 49.92, + "end": 50.16, + "confidence": 0.8369878, + "speaker": 1, + "speaker_confidence": 0.6977539, + "punctuated_word": "that" + }, + { + "word": "really", + "start": 50.16, + "end": 50.38, + "confidence": 0.76915234, + "speaker": 1, + "speaker_confidence": 0.6977539, + "punctuated_word": "really" + }, + { + "word": "nobody", + "start": 50.38, + "end": 50.72, + "confidence": 0.8101958, + "speaker": 1, + "speaker_confidence": 0.6977539, + "punctuated_word": "nobody" + }, + { + "word": "talks", + "start": 50.72, + "end": 51.04, + "confidence": 0.37317994, + "speaker": 1, + "speaker_confidence": 0.6977539, + "punctuated_word": "talks" + }, + { + "word": "about", + "start": 51.04, + "end": 51.34, + "confidence": 0.55711865, + "speaker": 1, + "speaker_confidence": 0.6977539, + "punctuated_word": "about," + }, + { + "word": "and", + "start": 51.34, + "end": 51.5, + "confidence": 0.8090307, + "speaker": 1, + "speaker_confidence": 0.6977539, + "punctuated_word": "and" + }, + { + "word": "i", + "start": 51.5, + "end": 51.6, + "confidence": 0.8964799, + "speaker": 1, + "speaker_confidence": 0.6977539, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 51.6, + "end": 51.9, + "confidence": 0.92620313, + "speaker": 1, + "speaker_confidence": 0.6977539, + "punctuated_word": "think" + }, + { + "word": "we", + "start": 51.9, + "end": 52.04, + "confidence": 0.9073503, + "speaker": 1, + "speaker_confidence": 0.6977539, + "punctuated_word": "we" + }, + { + "word": "should", + "start": 52.04, + "end": 52.54, + "confidence": 0.4300902, + "speaker": 1, + "speaker_confidence": 0.6977539, + "punctuated_word": "should." + }, + { + "word": "yeah", + "start": 53.36, + "end": 53.559998, + "confidence": 0.85227036, + "speaker": 0, + "speaker_confidence": 0.8276367, + "punctuated_word": "Yeah," + }, + { + "word": "there's", + "start": 53.559998, + "end": 53.9, + "confidence": 0.7773442, + "speaker": 0, + "speaker_confidence": 0.8276367, + "punctuated_word": "there's" + }, + { + "word": "apparently", + "start": 53.9, + "end": 54.34, + "confidence": 0.73620576, + "speaker": 0, + "speaker_confidence": 0.8276367, + "punctuated_word": "apparently" + }, + { + "word": "a", + "start": 54.34, + "end": 54.48, + "confidence": 0.7140137, + "speaker": 0, + "speaker_confidence": 0.8276367, + "punctuated_word": "a" + }, + { + "word": "very", + "start": 54.48, + "end": 54.8, + "confidence": 0.67105114, + "speaker": 0, + "speaker_confidence": 0.8276367, + "punctuated_word": "very" + }, + { + "word": "obscure", + "start": 54.8, + "end": 55.3, + "confidence": 0.99986386, + "speaker": 0, + "speaker_confidence": 0.8276367, + "punctuated_word": "obscure" + }, + { + "word": "new", + "start": 55.52, + "end": 55.760002, + "confidence": 0.80950224, + "speaker": 0, + "speaker_confidence": 0.8276367, + "punctuated_word": "new" + }, + { + "word": "software", + "start": 55.760002, + "end": 56.1, + "confidence": 0.7523614, + "speaker": 0, + "speaker_confidence": 0.8276367, + "punctuated_word": "software" + }, + { + "word": "release", + "start": 56.1, + "end": 56.6, + "confidence": 0.802784, + "speaker": 0, + "speaker_confidence": 0.8276367, + "punctuated_word": "release" + }, + { + "word": "called", + "start": 56.84, + "end": 57.34, + "confidence": 0.7094578, + "speaker": 0, + "speaker_confidence": 0.8276367, + "punctuated_word": "called" + }, + { + "word": "bitcoin", + "start": 57.34, + "end": 57.78, + "confidence": 0.7908435, + "speaker": 0, + "speaker_confidence": 0.8276367, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 57.78, + "end": 58.16, + "confidence": 0.47769558, + "speaker": 0, + "speaker_confidence": 0.8276367, + "punctuated_word": "Core" + }, + { + "word": "30", + "start": 58.16, + "end": 58.66, + "confidence": 0.32725242, + "speaker": 0, + "speaker_confidence": 0.8276367, + "punctuated_word": "30," + }, + { + "word": "and", + "start": 59.16, + "end": 59.34, + "confidence": 0.82110125, + "speaker": 0, + "speaker_confidence": 0.8276367, + "punctuated_word": "and" + }, + { + "word": "we", + "start": 59.34, + "end": 59.48, + "confidence": 0.5982838, + "speaker": 0, + "speaker_confidence": 0.8276367, + "punctuated_word": "we" + }, + { + "word": "thought", + "start": 59.48, + "end": 59.78, + "confidence": 0.90457344, + "speaker": 0, + "speaker_confidence": 0.8276367, + "punctuated_word": "thought" + }, + { + "word": "maybe", + "start": 59.78, + "end": 60.04, + "confidence": 0.99947935, + "speaker": 0, + "speaker_confidence": 0.8276367, + "punctuated_word": "maybe" + }, + { + "word": "it's", + "start": 60.04, + "end": 60.24, + "confidence": 0.82571477, + "speaker": 0, + "speaker_confidence": 0.8276367, + "punctuated_word": "it's" + }, + { + "word": "time", + "start": 60.24, + "end": 60.52, + "confidence": 0.8528563, + "speaker": 0, + "speaker_confidence": 0.8276367, + "punctuated_word": "time" + }, + { + "word": "that", + "start": 60.52, + "end": 60.72, + "confidence": 0.88405156, + "speaker": 0, + "speaker_confidence": 0.8276367, + "punctuated_word": "that" + }, + { + "word": "someone", + "start": 60.72, + "end": 61.08, + "confidence": 0.9043551, + "speaker": 0, + "speaker_confidence": 0.8276367, + "punctuated_word": "someone" + }, + { + "word": "brings", + "start": 61.08, + "end": 61.28, + "confidence": 0.7876588, + "speaker": 0, + "speaker_confidence": 0.8276367, + "punctuated_word": "brings" + }, + { + "word": "it", + "start": 61.28, + "end": 61.44, + "confidence": 0.7983997, + "speaker": 0, + "speaker_confidence": 0.8276367, + "punctuated_word": "it" + }, + { + "word": "under", + "start": 61.44, + "end": 61.72, + "confidence": 0.8140666, + "speaker": 0, + "speaker_confidence": 0.8276367, + "punctuated_word": "under" + }, + { + "word": "the", + "start": 61.72, + "end": 61.88, + "confidence": 0.5926823, + "speaker": 0, + "speaker_confidence": 0.8276367, + "punctuated_word": "the" + }, + { + "word": "attention", + "start": 61.88, + "end": 62.38, + "confidence": 0.6234881, + "speaker": 0, + "speaker_confidence": 0.8276367, + "punctuated_word": "attention" + }, + { + "word": "of", + "start": 62.68, + "end": 63.18, + "confidence": 0.88971823, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 63.48, + "end": 63.68, + "confidence": 0.779394, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "the" + }, + { + "word": "people", + "start": 63.68, + "end": 64.04, + "confidence": 0.81081855, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "people" + }, + { + "word": "out", + "start": 64.04, + "end": 64.28, + "confidence": 0.9499988, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "out" + }, + { + "word": "there", + "start": 64.28, + "end": 64.78, + "confidence": 0.12989458, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "there." + }, + { + "word": "on", + "start": 65.82, + "end": 66.0, + "confidence": 0.8678581, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "On" + }, + { + "word": "that", + "start": 66.0, + "end": 66.16, + "confidence": 0.8636058, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "that" + }, + { + "word": "point", + "start": 66.16, + "end": 66.44, + "confidence": 0.95965385, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "point," + }, + { + "word": "i", + "start": 66.44, + "end": 66.58, + "confidence": 0.7990775, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "I" + }, + { + "word": "do", + "start": 66.58, + "end": 66.74, + "confidence": 0.90812385, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "do" + }, + { + "word": "want", + "start": 66.74, + "end": 66.9, + "confidence": 0.865588, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "want" + }, + { + "word": "to", + "start": 66.9, + "end": 67.04, + "confidence": 0.8169602, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "to" + }, + { + "word": "start", + "start": 67.04, + "end": 67.38, + "confidence": 0.87158364, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "start" + }, + { + "word": "with", + "start": 67.38, + "end": 67.54, + "confidence": 0.96181357, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "with" + }, + { + "word": "that", + "start": 67.54, + "end": 67.74, + "confidence": 0.79675925, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "that" + }, + { + "word": "a", + "start": 67.74, + "end": 67.88, + "confidence": 0.8890048, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "a" + }, + { + "word": "little", + "start": 67.88, + "end": 68.08, + "confidence": 0.39864606, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "little" + }, + { + "word": "bit", + "start": 68.08, + "end": 68.3, + "confidence": 0.55550987, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "bit" + }, + { + "word": "because", + "start": 68.3, + "end": 68.8, + "confidence": 0.4533154, + "speaker": 0, + "speaker_confidence": 0.71875, + "punctuated_word": "because" + }, + { + "word": "i", + "start": 70.28, + "end": 70.44, + "confidence": 0.64277685, + "speaker": 0, + "speaker_confidence": 0.41601562, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 70.44, + "end": 70.8, + "confidence": 0.62625366, + "speaker": 0, + "speaker_confidence": 0.41601562, + "punctuated_word": "think" + }, + { + "word": "this", + "start": 70.8, + "end": 71.2, + "confidence": 0.748573, + "speaker": 0, + "speaker_confidence": 0.41601562, + "punctuated_word": "this" + }, + { + "word": "has", + "start": 71.2, + "end": 71.479996, + "confidence": 0.46310535, + "speaker": 0, + "speaker_confidence": 0.41601562, + "punctuated_word": "has" + }, + { + "word": "been", + "start": 71.479996, + "end": 71.82, + "confidence": 0.7405026, + "speaker": 0, + "speaker_confidence": 0.41601562, + "punctuated_word": "been" + }, + { + "word": "the", + "start": 71.82, + "end": 72.04, + "confidence": 0.31387663, + "speaker": 1, + "speaker_confidence": 0.099609375, + "punctuated_word": "the" + }, + { + "word": "most", + "start": 72.04, + "end": 72.26, + "confidence": 0.03431588, + "speaker": 1, + "speaker_confidence": 0.099609375, + "punctuated_word": "most..." + }, + { + "word": "do", + "start": 72.26, + "end": 72.34, + "confidence": 0.7793585, + "speaker": 1, + "speaker_confidence": 0.099609375, + "punctuated_word": "Do" + }, + { + "word": "we", + "start": 72.34, + "end": 72.52, + "confidence": 0.90579945, + "speaker": 1, + "speaker_confidence": 0.099609375, + "punctuated_word": "we" + }, + { + "word": "want", + "start": 72.52, + "end": 72.72, + "confidence": 0.7786192, + "speaker": 1, + "speaker_confidence": 0.41015625, + "punctuated_word": "want" + }, + { + "word": "to", + "start": 72.72, + "end": 73.02, + "confidence": 0.8290568, + "speaker": 1, + "speaker_confidence": 0.41015625, + "punctuated_word": "to" + }, + { + "word": "thank", + "start": 73.02, + "end": 73.32, + "confidence": 0.7725737, + "speaker": 1, + "speaker_confidence": 0.41015625, + "punctuated_word": "thank" + }, + { + "word": "our", + "start": 73.32, + "end": 73.58, + "confidence": 0.98693943, + "speaker": 1, + "speaker_confidence": 0.41015625, + "punctuated_word": "our" + }, + { + "word": "sponsor", + "start": 73.58, + "end": 74.08, + "confidence": 0.20090728, + "speaker": 1, + "speaker_confidence": 0.41015625, + "punctuated_word": "sponsor?" + }, + { + "word": "yes", + "start": 75.72, + "end": 76.22, + "confidence": 0.8195374, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "Yes," + }, + { + "word": "thank", + "start": 76.24, + "end": 76.42, + "confidence": 0.47264066, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "thank" + }, + { + "word": "you", + "start": 76.42, + "end": 76.64, + "confidence": 0.50826335, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "you," + }, + { + "word": "coinkite", + "start": 76.64, + "end": 77.14, + "confidence": 0.92598516, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "CoinKite." + }, + { + "word": "thanks", + "start": 78.48, + "end": 78.7, + "confidence": 0.8965493, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "Thanks" + }, + { + "word": "for", + "start": 78.7, + "end": 78.9, + "confidence": 0.8297725, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "for" + }, + { + "word": "being", + "start": 78.9, + "end": 79.14, + "confidence": 0.7629596, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "being" + }, + { + "word": "our", + "start": 79.14, + "end": 79.34, + "confidence": 0.56237966, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "our" + }, + { + "word": "sponsor", + "start": 79.34, + "end": 79.8, + "confidence": 0.55000377, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "sponsor." + }, + { + "word": "thanks", + "start": 79.8, + "end": 80.02, + "confidence": 0.7538252, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "Thanks" + }, + { + "word": "for", + "start": 80.02, + "end": 80.28, + "confidence": 0.28513712, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "for" + }, + { + "word": "making", + "start": 80.28, + "end": 80.78, + "confidence": 0.7144615, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "making" + }, + { + "word": "the", + "start": 81.76, + "end": 81.96, + "confidence": 0.16990821, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "the" + }, + { + "word": "brilliant", + "start": 81.96, + "end": 82.46, + "confidence": 0.99240327, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "brilliant" + }, + { + "word": "cold", + "start": 82.5, + "end": 82.88, + "confidence": 0.7863267, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "cold" + }, + { + "word": "cart", + "start": 82.88, + "end": 83.36, + "confidence": 0.87979823, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "cart" + }, + { + "word": "and", + "start": 83.36, + "end": 83.86, + "confidence": 0.8051975, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "and" + }, + { + "word": "all", + "start": 83.86, + "end": 84.02, + "confidence": 0.76668304, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "all" + }, + { + "word": "the", + "start": 84.02, + "end": 84.2, + "confidence": 0.8690313, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "the" + }, + { + "word": "other", + "start": 84.2, + "end": 84.479996, + "confidence": 0.9072634, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "other" + }, + { + "word": "magical", + "start": 84.479996, + "end": 84.94, + "confidence": 0.83298045, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "magical" + }, + { + "word": "devices", + "start": 84.94, + "end": 85.44, + "confidence": 0.8748588, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "devices" + }, + { + "word": "you", + "start": 86.4, + "end": 86.58, + "confidence": 0.8220209, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "you" + }, + { + "word": "put", + "start": 86.58, + "end": 86.8, + "confidence": 0.84210163, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "put" + }, + { + "word": "out", + "start": 86.8, + "end": 86.94, + "confidence": 0.94963247, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "out" + }, + { + "word": "there", + "start": 86.94, + "end": 87.34, + "confidence": 0.36114857, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "there." + }, + { + "word": "what's", + "start": 87.34, + "end": 87.56, + "confidence": 0.5588939, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "What's" + }, + { + "word": "the", + "start": 87.56, + "end": 87.94, + "confidence": 0.15204285, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "the," + }, + { + "word": "serge", + "start": 87.94, + "end": 88.26, + "confidence": 0.3777749, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "Serge" + }, + { + "word": "help", + "start": 88.26, + "end": 88.58, + "confidence": 0.999278, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "help" + }, + { + "word": "remind", + "start": 88.58, + "end": 88.84, + "confidence": 0.72443247, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "remind" + }, + { + "word": "me", + "start": 88.84, + "end": 88.979996, + "confidence": 0.8681806, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "me," + }, + { + "word": "what's", + "start": 88.979996, + "end": 89.3, + "confidence": 0.7655206, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "what's" + }, + { + "word": "the", + "start": 89.3, + "end": 89.479996, + "confidence": 0.82259595, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "the" + }, + { + "word": "little", + "start": 89.479996, + "end": 89.72, + "confidence": 0.84738445, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "little" + }, + { + "word": "usb", + "start": 89.72, + "end": 90.06, + "confidence": 0.44285715, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "USB" + }, + { + "word": "thing", + "start": 90.06, + "end": 90.26, + "confidence": 0.81736004, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "thing" + }, + { + "word": "he", + "start": 90.26, + "end": 90.42, + "confidence": 0.58120733, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "he" + }, + { + "word": "called", + "start": 90.42, + "end": 90.92, + "confidence": 0.8428125, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "called?" + }, + { + "word": "i", + "start": 91.72, + "end": 91.8, + "confidence": 0.8972596, + "speaker": 1, + "speaker_confidence": 0.50683594, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 91.8, + "end": 92.0, + "confidence": 0.8950131, + "speaker": 1, + "speaker_confidence": 0.50683594, + "punctuated_word": "think" + }, + { + "word": "it", + "start": 92.0, + "end": 92.12, + "confidence": 0.809791, + "speaker": 1, + "speaker_confidence": 0.50683594, + "punctuated_word": "it" + }, + { + "word": "was", + "start": 92.12, + "end": 92.32, + "confidence": 0.840501, + "speaker": 1, + "speaker_confidence": 0.50683594, + "punctuated_word": "was" + }, + { + "word": "the", + "start": 92.32, + "end": 92.48, + "confidence": 0.36152896, + "speaker": 1, + "speaker_confidence": 0.50683594, + "punctuated_word": "the" + }, + { + "word": "coin", + "start": 92.48, + "end": 92.98, + "confidence": 0.6688894, + "speaker": 1, + "speaker_confidence": 0.50683594, + "punctuated_word": "coin," + }, + { + "word": "the", + "start": 93.24, + "end": 93.44, + "confidence": 0.76199234, + "speaker": 1, + "speaker_confidence": 0.50683594, + "punctuated_word": "the" + }, + { + "word": "cold", + "start": 93.44, + "end": 93.76, + "confidence": 0.557955, + "speaker": 1, + "speaker_confidence": 0.50683594, + "punctuated_word": "cold" + }, + { + "word": "power", + "start": 93.76, + "end": 94.26, + "confidence": 0.4131189, + "speaker": 1, + "speaker_confidence": 0.50683594, + "punctuated_word": "power." + }, + { + "word": "no", + "start": 94.6, + "end": 95.1, + "confidence": 0.39194548, + "speaker": 1, + "speaker_confidence": 0.57128906, + "punctuated_word": "No!" + }, + { + "word": "oh", + "start": 96.46, + "end": 96.82, + "confidence": 0.9040552, + "speaker": 1, + "speaker_confidence": 0.57128906, + "punctuated_word": "Oh" + }, + { + "word": "you", + "start": 96.82, + "end": 96.96, + "confidence": 0.74455124, + "speaker": 1, + "speaker_confidence": 0.57128906, + "punctuated_word": "you" + }, + { + "word": "mean", + "start": 96.96, + "end": 97.16, + "confidence": 0.22252044, + "speaker": 1, + "speaker_confidence": 0.57128906, + "punctuated_word": "mean" + }, + { + "word": "the", + "start": 97.16, + "end": 97.28, + "confidence": 0.42018634, + "speaker": 1, + "speaker_confidence": 0.57128906, + "punctuated_word": "the" + }, + { + "word": "open", + "start": 97.28, + "end": 97.54, + "confidence": 0.40319324, + "speaker": 1, + "speaker_confidence": 0.57128906, + "punctuated_word": "open" + }, + { + "word": "dime", + "start": 97.54, + "end": 98.04, + "confidence": 0.24813198, + "speaker": 1, + "speaker_confidence": 0.57128906, + "punctuated_word": "dime?" + }, + { + "word": "the", + "start": 98.04, + "end": 98.2, + "confidence": 0.6835609, + "speaker": 0, + "speaker_confidence": 0.31347656, + "punctuated_word": "The" + }, + { + "word": "open", + "start": 98.2, + "end": 98.56, + "confidence": 0.44014636, + "speaker": 0, + "speaker_confidence": 0.31347656, + "punctuated_word": "open" + }, + { + "word": "dime", + "start": 98.56, + "end": 99.06, + "confidence": 0.39063418, + "speaker": 0, + "speaker_confidence": 0.31347656, + "punctuated_word": "dime?" + }, + { + "word": "the", + "start": 99.14, + "end": 99.34, + "confidence": 0.62054956, + "speaker": 1, + "speaker_confidence": 0.49267578, + "punctuated_word": "The" + }, + { + "word": "legend", + "start": 99.34, + "end": 99.84, + "confidence": 0.36552826, + "speaker": 1, + "speaker_confidence": 0.49267578, + "punctuated_word": "legend." + }, + { + "word": "yes", + "start": 100.76, + "end": 101.26, + "confidence": 0.7449874, + "speaker": 0, + "speaker_confidence": 0.6899414, + "punctuated_word": "Yes," + }, + { + "word": "legendary", + "start": 101.28, + "end": 101.78, + "confidence": 0.7553089, + "speaker": 0, + "speaker_confidence": 0.6899414, + "punctuated_word": "legendary" + }, + { + "word": "legendary", + "start": 102.04, + "end": 102.54, + "confidence": 0.74731505, + "speaker": 0, + "speaker_confidence": 0.6899414, + "punctuated_word": "legendary" + }, + { + "word": "coin", + "start": 102.66, + "end": 102.94, + "confidence": 0.37578416, + "speaker": 0, + "speaker_confidence": 0.6899414, + "punctuated_word": "coin" + }, + { + "word": "kite", + "start": 102.94, + "end": 103.44, + "confidence": 0.7687484, + "speaker": 0, + "speaker_confidence": 0.6899414, + "punctuated_word": "kite." + }, + { + "word": "thanks", + "start": 103.44, + "end": 103.78, + "confidence": 0.6738594, + "speaker": 0, + "speaker_confidence": 0.6899414, + "punctuated_word": "Thanks" + }, + { + "word": "for", + "start": 103.78, + "end": 104.28, + "confidence": 0.5970617, + "speaker": 0, + "speaker_confidence": 0.6899414, + "punctuated_word": "for" + }, + { + "word": "sponsoring", + "start": 105.42, + "end": 105.82, + "confidence": 0.62564266, + "speaker": 0, + "speaker_confidence": 0.6899414, + "punctuated_word": "sponsoring" + }, + { + "word": "us", + "start": 105.82, + "end": 106.32, + "confidence": 0.31032586, + "speaker": 0, + "speaker_confidence": 0.6899414, + "punctuated_word": "us." + }, + { + "word": "oh", + "start": 106.4, + "end": 106.64, + "confidence": 0.58943415, + "speaker": 0, + "speaker_confidence": 0.6899414, + "punctuated_word": "Oh" + }, + { + "word": "my", + "start": 106.64, + "end": 106.92, + "confidence": 0.57662535, + "speaker": 0, + "speaker_confidence": 0.6899414, + "punctuated_word": "my" + }, + { + "word": "god", + "start": 106.92, + "end": 107.38, + "confidence": 0.06821869, + "speaker": 0, + "speaker_confidence": 0.6899414, + "punctuated_word": "god." + }, + { + "word": "i", + "start": 107.38, + "end": 107.54, + "confidence": 0.76336104, + "speaker": 1, + "speaker_confidence": 0.5205078, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 107.54, + "end": 107.78, + "confidence": 0.47949174, + "speaker": 1, + "speaker_confidence": 0.5205078, + "punctuated_word": "think" + }, + { + "word": "the", + "start": 107.78, + "end": 107.9, + "confidence": 0.4020406, + "speaker": 1, + "speaker_confidence": 0.5205078, + "punctuated_word": "the" + }, + { + "word": "opendime", + "start": 107.9, + "end": 108.4, + "confidence": 0.5412155, + "speaker": 1, + "speaker_confidence": 0.5205078, + "punctuated_word": "OpenDime" + }, + { + "word": "still", + "start": 108.48, + "end": 108.66, + "confidence": 0.99891293, + "speaker": 1, + "speaker_confidence": 0.5205078, + "punctuated_word": "still" + }, + { + "word": "doesn't", + "start": 108.66, + "end": 108.96, + "confidence": 0.9200091, + "speaker": 1, + "speaker_confidence": 0.5205078, + "punctuated_word": "doesn't" + }, + { + "word": "support", + "start": 108.96, + "end": 109.34, + "confidence": 0.9036142, + "speaker": 1, + "speaker_confidence": 0.5205078, + "punctuated_word": "support" + }, + { + "word": "taproot", + "start": 109.34, + "end": 109.84, + "confidence": 0.55795944, + "speaker": 1, + "speaker_confidence": 0.5205078, + "punctuated_word": "Taproot." + }, + { + "word": "because", + "start": 110.22, + "end": 110.38, + "confidence": 0.7634768, + "speaker": 1, + "speaker_confidence": 0.7919922, + "punctuated_word": "Because" + }, + { + "word": "i", + "start": 110.38, + "end": 110.58, + "confidence": 0.70978034, + "speaker": 1, + "speaker_confidence": 0.7919922, + "punctuated_word": "I" + }, + { + "word": "opened", + "start": 110.58, + "end": 110.86, + "confidence": 0.6606679, + "speaker": 1, + "speaker_confidence": 0.7919922, + "punctuated_word": "opened" + }, + { + "word": "a", + "start": 110.86, + "end": 110.98, + "confidence": 0.9266927, + "speaker": 1, + "speaker_confidence": 0.7919922, + "punctuated_word": "a" + }, + { + "word": "pull", + "start": 110.98, + "end": 111.18, + "confidence": 0.772879, + "speaker": 1, + "speaker_confidence": 0.7919922, + "punctuated_word": "pull" + }, + { + "word": "request", + "start": 111.18, + "end": 111.5, + "confidence": 0.8088271, + "speaker": 1, + "speaker_confidence": 0.7919922, + "punctuated_word": "request" + }, + { + "word": "once", + "start": 111.5, + "end": 111.82, + "confidence": 0.7448523, + "speaker": 1, + "speaker_confidence": 0.7919922, + "punctuated_word": "once" + }, + { + "word": "to", + "start": 111.82, + "end": 111.98, + "confidence": 0.85672915, + "speaker": 1, + "speaker_confidence": 0.7919922, + "punctuated_word": "to" + }, + { + "word": "make", + "start": 111.98, + "end": 112.2, + "confidence": 0.4604735, + "speaker": 1, + "speaker_confidence": 0.7919922, + "punctuated_word": "make" + }, + { + "word": "it", + "start": 112.2, + "end": 112.54, + "confidence": 0.89321035, + "speaker": 1, + "speaker_confidence": 0.7919922, + "punctuated_word": "it" + }, + { + "word": "use", + "start": 112.54, + "end": 112.8, + "confidence": 0.95926267, + "speaker": 1, + "speaker_confidence": 0.7919922, + "punctuated_word": "use" + }, + { + "word": "taproot", + "start": 112.8, + "end": 113.16, + "confidence": 0.4498059, + "speaker": 1, + "speaker_confidence": 0.7919922, + "punctuated_word": "Taproot" + }, + { + "word": "and", + "start": 113.16, + "end": 113.32, + "confidence": 0.85005915, + "speaker": 1, + "speaker_confidence": 0.7919922, + "punctuated_word": "and" + }, + { + "word": "they", + "start": 113.32, + "end": 113.46, + "confidence": 0.8990102, + "speaker": 1, + "speaker_confidence": 0.7919922, + "punctuated_word": "they" + }, + { + "word": "closed", + "start": 113.46, + "end": 113.76, + "confidence": 0.48288396, + "speaker": 1, + "speaker_confidence": 0.7919922, + "punctuated_word": "closed" + }, + { + "word": "it", + "start": 113.76, + "end": 113.96, + "confidence": 0.07196505, + "speaker": 1, + "speaker_confidence": 0.7919922, + "punctuated_word": "it" + }, + { + "word": "because", + "start": 113.96, + "end": 114.46, + "confidence": 0.8682268, + "speaker": 1, + "speaker_confidence": 0.7919922, + "punctuated_word": "because" + }, + { + "word": "it", + "start": 114.88, + "end": 114.96, + "confidence": 0.99977034, + "speaker": 1, + "speaker_confidence": 0.5361328, + "punctuated_word": "it" + }, + { + "word": "wasn't", + "start": 114.96, + "end": 115.4, + "confidence": 0.7746426, + "speaker": 1, + "speaker_confidence": 0.5361328, + "punctuated_word": "wasn't" + }, + { + "word": "cockroach", + "start": 115.4, + "end": 115.9, + "confidence": 0.66146374, + "speaker": 1, + "speaker_confidence": 0.5361328, + "punctuated_word": "cockroach" + }, + { + "word": "enough", + "start": 116.58, + "end": 117.08, + "confidence": 0.0763019, + "speaker": 1, + "speaker_confidence": 0.5361328, + "punctuated_word": "enough." + }, + { + "word": "anywho", + "start": 118.38, + "end": 118.88, + "confidence": 0.6439543, + "speaker": 1, + "speaker_confidence": 0.5361328, + "punctuated_word": "Anywho." + }, + { + "word": "anyways", + "start": 119.44, + "end": 119.94, + "confidence": 0.20494676, + "speaker": 0, + "speaker_confidence": 0.22851562, + "punctuated_word": "Anyways." + }, + { + "word": "let's", + "start": 120.06, + "end": 120.38, + "confidence": 0.81682634, + "speaker": 1, + "speaker_confidence": 0.5395508, + "punctuated_word": "Let's" + }, + { + "word": "talk", + "start": 120.38, + "end": 120.6, + "confidence": 0.7673729, + "speaker": 1, + "speaker_confidence": 0.5395508, + "punctuated_word": "talk" + }, + { + "word": "about", + "start": 120.6, + "end": 120.86, + "confidence": 0.85225457, + "speaker": 1, + "speaker_confidence": 0.5395508, + "punctuated_word": "about" + }, + { + "word": "this", + "start": 120.86, + "end": 121.0, + "confidence": 0.8288679, + "speaker": 1, + "speaker_confidence": 0.5395508, + "punctuated_word": "this" + }, + { + "word": "obscure", + "start": 121.0, + "end": 121.36, + "confidence": 0.88737595, + "speaker": 1, + "speaker_confidence": 0.5395508, + "punctuated_word": "obscure" + }, + { + "word": "piece", + "start": 121.36, + "end": 121.56, + "confidence": 0.7618038, + "speaker": 1, + "speaker_confidence": 0.5395508, + "punctuated_word": "piece" + }, + { + "word": "of", + "start": 121.56, + "end": 121.68, + "confidence": 0.41511828, + "speaker": 1, + "speaker_confidence": 0.5395508, + "punctuated_word": "of" + }, + { + "word": "software", + "start": 121.68, + "end": 122.16, + "confidence": 0.19030637, + "speaker": 1, + "speaker_confidence": 0.5395508, + "punctuated_word": "software." + }, + { + "word": "oh", + "start": 122.16, + "end": 122.28, + "confidence": 0.6794995, + "speaker": 0, + "speaker_confidence": 0.39648438, + "punctuated_word": "Oh" + }, + { + "word": "yeah", + "start": 122.28, + "end": 122.5, + "confidence": 0.72638535, + "speaker": 0, + "speaker_confidence": 0.39648438, + "punctuated_word": "yeah," + }, + { + "word": "so", + "start": 122.5, + "end": 122.78, + "confidence": 0.64053947, + "speaker": 0, + "speaker_confidence": 0.39648438, + "punctuated_word": "so" + }, + { + "word": "i", + "start": 122.78, + "end": 122.98, + "confidence": 0.9050435, + "speaker": 0, + "speaker_confidence": 0.39648438, + "punctuated_word": "I" + }, + { + "word": "wanted", + "start": 122.98, + "end": 123.24, + "confidence": 0.8151345, + "speaker": 0, + "speaker_confidence": 0.39648438, + "punctuated_word": "wanted" + }, + { + "word": "to", + "start": 123.24, + "end": 123.44, + "confidence": 0.8822058, + "speaker": 0, + "speaker_confidence": 0.39648438, + "punctuated_word": "to" + }, + { + "word": "ask", + "start": 123.44, + "end": 123.76, + "confidence": 0.3325811, + "speaker": 0, + "speaker_confidence": 0.24511719, + "punctuated_word": "ask" + }, + { + "word": "you", + "start": 123.76, + "end": 124.26, + "confidence": 0.37214267, + "speaker": 0, + "speaker_confidence": 0.24511719, + "punctuated_word": "you," + }, + { + "word": "we're", + "start": 126.04, + "end": 126.54, + "confidence": 0.82151484, + "speaker": 0, + "speaker_confidence": 0.5776367, + "punctuated_word": "we're" + }, + { + "word": "mostly", + "start": 126.54, + "end": 127.02, + "confidence": 0.9025539, + "speaker": 0, + "speaker_confidence": 0.5776367, + "punctuated_word": "mostly" + }, + { + "word": "going", + "start": 127.02, + "end": 127.16, + "confidence": 0.86690646, + "speaker": 0, + "speaker_confidence": 0.5776367, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 127.16, + "end": 127.3, + "confidence": 0.6818783, + "speaker": 0, + "speaker_confidence": 0.5776367, + "punctuated_word": "to" + }, + { + "word": "be", + "start": 127.3, + "end": 127.8, + "confidence": 0.94851756, + "speaker": 0, + "speaker_confidence": 0.5776367, + "punctuated_word": "be" + }, + { + "word": "making", + "start": 128.14, + "end": 128.48, + "confidence": 0.7656366, + "speaker": 0, + "speaker_confidence": 0.5776367, + "punctuated_word": "making" + }, + { + "word": "a", + "start": 128.48, + "end": 128.6, + "confidence": 0.5556798, + "speaker": 0, + "speaker_confidence": 0.5776367, + "punctuated_word": "a" + }, + { + "word": "drama-free", + "start": 128.6, + "end": 129.1, + "confidence": 0.8280817, + "speaker": 0, + "speaker_confidence": 0.48632812, + "punctuated_word": "drama-free" + }, + { + "word": "episode", + "start": 129.4, + "end": 129.8, + "confidence": 0.65306765, + "speaker": 0, + "speaker_confidence": 0.48632812, + "punctuated_word": "episode" + }, + { + "word": "here", + "start": 129.8, + "end": 130.3, + "confidence": 0.8688547, + "speaker": 0, + "speaker_confidence": 0.48632812, + "punctuated_word": "here." + }, + { + "word": "we're", + "start": 130.58, + "end": 130.84, + "confidence": 0.7798026, + "speaker": 0, + "speaker_confidence": 0.48632812, + "punctuated_word": "We're" + }, + { + "word": "going", + "start": 130.84, + "end": 130.96, + "confidence": 0.79231685, + "speaker": 0, + "speaker_confidence": 0.48632812, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 130.96, + "end": 131.06, + "confidence": 0.85195524, + "speaker": 0, + "speaker_confidence": 0.6220703, + "punctuated_word": "to" + }, + { + "word": "discuss", + "start": 131.06, + "end": 131.46, + "confidence": 0.95374155, + "speaker": 0, + "speaker_confidence": 0.6220703, + "punctuated_word": "discuss" + }, + { + "word": "what's", + "start": 131.46, + "end": 131.72, + "confidence": 0.6902318, + "speaker": 0, + "speaker_confidence": 0.6220703, + "punctuated_word": "what's" + }, + { + "word": "actually", + "start": 131.72, + "end": 131.98, + "confidence": 0.8240047, + "speaker": 0, + "speaker_confidence": 0.6220703, + "punctuated_word": "actually" + }, + { + "word": "new", + "start": 131.98, + "end": 132.26, + "confidence": 0.6835065, + "speaker": 0, + "speaker_confidence": 0.6220703, + "punctuated_word": "new" + }, + { + "word": "in", + "start": 132.26, + "end": 132.38, + "confidence": 0.78739715, + "speaker": 0, + "speaker_confidence": 0.6220703, + "punctuated_word": "in" + }, + { + "word": "bitcoin", + "start": 132.38, + "end": 132.72, + "confidence": 0.7579941, + "speaker": 0, + "speaker_confidence": 0.6220703, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 132.72, + "end": 132.98, + "confidence": 0.9240636, + "speaker": 0, + "speaker_confidence": 0.6220703, + "punctuated_word": "Core" + }, + { + "word": "30", + "start": 132.98, + "end": 133.48, + "confidence": 0.56602025, + "speaker": 0, + "speaker_confidence": 0.6220703, + "punctuated_word": "30." + }, + { + "word": "like", + "start": 135.04, + "end": 135.16, + "confidence": 0.8760414, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "Like" + }, + { + "word": "i", + "start": 135.16, + "end": 135.2, + "confidence": 0.795279, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "I" + }, + { + "word": "said", + "start": 135.2, + "end": 135.56, + "confidence": 0.878473, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "said," + }, + { + "word": "it", + "start": 135.56, + "end": 135.72, + "confidence": 0.84702134, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "it" + }, + { + "word": "does", + "start": 135.72, + "end": 135.96, + "confidence": 0.85175294, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "does" + }, + { + "word": "seem", + "start": 135.96, + "end": 136.2, + "confidence": 0.8593258, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "seem" + }, + { + "word": "like", + "start": 136.2, + "end": 136.4, + "confidence": 0.89794755, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "like" + }, + { + "word": "this", + "start": 136.4, + "end": 136.6, + "confidence": 0.8011244, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "this" + }, + { + "word": "has", + "start": 136.6, + "end": 136.8, + "confidence": 0.8519057, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "has" + }, + { + "word": "been", + "start": 136.8, + "end": 137.3, + "confidence": 0.8142912, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "been" + }, + { + "word": "probably", + "start": 137.56, + "end": 137.92, + "confidence": 0.8464634, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "probably" + }, + { + "word": "the", + "start": 137.92, + "end": 138.16, + "confidence": 0.86723375, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "the" + }, + { + "word": "most", + "start": 138.16, + "end": 138.66, + "confidence": 0.6138343, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "most" + }, + { + "word": "controversial", + "start": 139.6, + "end": 140.1, + "confidence": 0.7231389, + "speaker": 0, + "speaker_confidence": 0.6699219, + "punctuated_word": "controversial" + }, + { + "word": "bitcoin", + "start": 141.24, + "end": 141.5, + "confidence": 0.13732743, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 141.5, + "end": 141.82, + "confidence": 0.999428, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "Core" + }, + { + "word": "release", + "start": 141.82, + "end": 142.32, + "confidence": 0.716067, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "release" + }, + { + "word": "ever", + "start": 142.72, + "end": 143.22, + "confidence": 0.08260802, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "ever." + }, + { + "word": "like", + "start": 143.76, + "end": 144.26, + "confidence": 0.7586114, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "Like" + }, + { + "word": "the", + "start": 144.52, + "end": 145.02, + "confidence": 0.8322933, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "the" + }, + { + "word": "social", + "start": 146.44, + "end": 146.82, + "confidence": 0.7972361, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "social" + }, + { + "word": "media", + "start": 146.82, + "end": 147.32, + "confidence": 0.8887013, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "media" + }, + { + "word": "community", + "start": 147.44, + "end": 147.94, + "confidence": 0.81520605, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "community" + }, + { + "word": "has", + "start": 148.04, + "end": 148.26, + "confidence": 0.6466991, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "has" + }, + { + "word": "been", + "start": 148.26, + "end": 148.76, + "confidence": 0.90720236, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "been" + }, + { + "word": "sort", + "start": 150.02, + "end": 150.24, + "confidence": 0.55557734, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "sort" + }, + { + "word": "of", + "start": 150.24, + "end": 150.4, + "confidence": 0.99802494, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "of" + }, + { + "word": "ablaze", + "start": 150.4, + "end": 150.9, + "confidence": 0.81832725, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "ablaze" + }, + { + "word": "over", + "start": 150.92, + "end": 151.12, + "confidence": 0.8981731, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "over" + }, + { + "word": "all", + "start": 151.12, + "end": 151.32, + "confidence": 0.8751314, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "all" + }, + { + "word": "of", + "start": 151.32, + "end": 151.48, + "confidence": 0.5716189, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "of" + }, + { + "word": "this", + "start": 151.48, + "end": 151.96, + "confidence": 0.13307805, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "this." + }, + { + "word": "i", + "start": 151.96, + "end": 152.12, + "confidence": 0.9998373, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 152.12, + "end": 152.44, + "confidence": 0.79808384, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "don't" + }, + { + "word": "think", + "start": 152.44, + "end": 152.68, + "confidence": 0.9483574, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "think" + }, + { + "word": "i've", + "start": 152.68, + "end": 152.88, + "confidence": 0.8918001, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "I've" + }, + { + "word": "seen", + "start": 152.88, + "end": 153.08, + "confidence": 0.82711434, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "seen" + }, + { + "word": "it", + "start": 153.08, + "end": 153.26, + "confidence": 0.8959059, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "it" + }, + { + "word": "this", + "start": 153.26, + "end": 153.48, + "confidence": 0.6131027, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "this" + }, + { + "word": "bad", + "start": 153.48, + "end": 153.9, + "confidence": 0.7675639, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "bad" + }, + { + "word": "since", + "start": 153.9, + "end": 154.28, + "confidence": 0.35230353, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "since" + }, + { + "word": "the", + "start": 154.28, + "end": 154.44, + "confidence": 0.6113836, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "the" + }, + { + "word": "block", + "start": 154.44, + "end": 154.64, + "confidence": 0.87806004, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "block" + }, + { + "word": "size", + "start": 154.64, + "end": 154.96, + "confidence": 0.48190254, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "size" + }, + { + "word": "wars", + "start": 154.96, + "end": 155.46, + "confidence": 0.15639554, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "wars," + }, + { + "word": "and", + "start": 155.9, + "end": 156.1, + "confidence": 0.81125855, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "and" + }, + { + "word": "in", + "start": 156.1, + "end": 156.24, + "confidence": 0.79327166, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "in" + }, + { + "word": "some", + "start": 156.24, + "end": 156.42, + "confidence": 0.4616227, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "some" + }, + { + "word": "ways", + "start": 156.42, + "end": 156.82, + "confidence": 0.8850575, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "ways" + }, + { + "word": "even", + "start": 156.82, + "end": 157.28, + "confidence": 0.8831309, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "even" + }, + { + "word": "worse", + "start": 157.28, + "end": 157.64, + "confidence": 0.80782676, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "worse" + }, + { + "word": "than", + "start": 157.64, + "end": 157.8, + "confidence": 0.83732724, + "speaker": 0, + "speaker_confidence": 0.83984375, + "punctuated_word": "than" + }, + { + "word": "the", + "start": 157.8, + "end": 157.88, + "confidence": 0.8044481, + "speaker": 0, + "speaker_confidence": 0.6850586, + "punctuated_word": "the" + }, + { + "word": "block", + "start": 157.88, + "end": 158.1, + "confidence": 0.80638003, + "speaker": 0, + "speaker_confidence": 0.6850586, + "punctuated_word": "block" + }, + { + "word": "size", + "start": 158.1, + "end": 158.4, + "confidence": 0.8613324, + "speaker": 0, + "speaker_confidence": 0.6850586, + "punctuated_word": "size" + }, + { + "word": "wars", + "start": 158.4, + "end": 158.9, + "confidence": 0.105735384, + "speaker": 0, + "speaker_confidence": 0.6850586, + "punctuated_word": "wars." + }, + { + "word": "and", + "start": 159.48, + "end": 159.72, + "confidence": 0.994601, + "speaker": 0, + "speaker_confidence": 0.6850586, + "punctuated_word": "And" + }, + { + "word": "i'm", + "start": 159.72, + "end": 159.92, + "confidence": 0.8967057, + "speaker": 0, + "speaker_confidence": 0.6850586, + "punctuated_word": "I'm" + }, + { + "word": "just", + "start": 159.92, + "end": 160.38, + "confidence": 0.90410626, + "speaker": 0, + "speaker_confidence": 0.6850586, + "punctuated_word": "just" + }, + { + "word": "sort", + "start": 160.38, + "end": 160.58, + "confidence": 0.74914074, + "speaker": 0, + "speaker_confidence": 0.6850586, + "punctuated_word": "sort" + }, + { + "word": "of", + "start": 160.58, + "end": 160.76, + "confidence": 0.7237898, + "speaker": 0, + "speaker_confidence": 0.6850586, + "punctuated_word": "of" + }, + { + "word": "wondering", + "start": 160.76, + "end": 161.26, + "confidence": 0.66077673, + "speaker": 0, + "speaker_confidence": 0.6850586, + "punctuated_word": "wondering," + }, + { + "word": "you", + "start": 161.54, + "end": 161.94, + "confidence": 0.991475, + "speaker": 0, + "speaker_confidence": 0.6850586, + "punctuated_word": "you" + }, + { + "word": "as", + "start": 161.94, + "end": 162.16, + "confidence": 0.53091437, + "speaker": 0, + "speaker_confidence": 0.6850586, + "punctuated_word": "as" + }, + { + "word": "a", + "start": 162.16, + "end": 162.28, + "confidence": 0.8031657, + "speaker": 0, + "speaker_confidence": 0.6850586, + "punctuated_word": "a" + }, + { + "word": "bitcoin", + "start": 162.28, + "end": 162.56, + "confidence": 0.5634389, + "speaker": 0, + "speaker_confidence": 0.6850586, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 162.56, + "end": 162.8, + "confidence": 0.8905211, + "speaker": 0, + "speaker_confidence": 0.6850586, + "punctuated_word": "Core" + }, + { + "word": "developer", + "start": 162.8, + "end": 163.3, + "confidence": 0.2108638, + "speaker": 0, + "speaker_confidence": 0.6850586, + "punctuated_word": "developer," + }, + { + "word": "i", + "start": 163.38, + "end": 163.52, + "confidence": 0.8980519, + "speaker": 0, + "speaker_confidence": 0.7890625, + "punctuated_word": "I" + }, + { + "word": "know", + "start": 163.52, + "end": 163.7, + "confidence": 0.94852006, + "speaker": 0, + "speaker_confidence": 0.7890625, + "punctuated_word": "know" + }, + { + "word": "you're", + "start": 163.7, + "end": 163.94, + "confidence": 0.8906838, + "speaker": 0, + "speaker_confidence": 0.7890625, + "punctuated_word": "you're" + }, + { + "word": "not", + "start": 163.94, + "end": 164.3, + "confidence": 0.8778066, + "speaker": 0, + "speaker_confidence": 0.7890625, + "punctuated_word": "not" + }, + { + "word": "on", + "start": 164.3, + "end": 164.76, + "confidence": 0.920135, + "speaker": 0, + "speaker_confidence": 0.7890625, + "punctuated_word": "on" + }, + { + "word": "twitter", + "start": 164.76, + "end": 165.16, + "confidence": 0.87066966, + "speaker": 0, + "speaker_confidence": 0.7890625, + "punctuated_word": "Twitter," + }, + { + "word": "you're", + "start": 165.16, + "end": 165.36, + "confidence": 0.8566257, + "speaker": 0, + "speaker_confidence": 0.7890625, + "punctuated_word": "you're" + }, + { + "word": "not", + "start": 165.36, + "end": 165.6, + "confidence": 0.642317, + "speaker": 0, + "speaker_confidence": 0.7890625, + "punctuated_word": "not" + }, + { + "word": "on", + "start": 165.6, + "end": 165.8, + "confidence": 0.58430374, + "speaker": 0, + "speaker_confidence": 0.7890625, + "punctuated_word": "on" + }, + { + "word": "x", + "start": 165.8, + "end": 166.12, + "confidence": 0.4102963, + "speaker": 0, + "speaker_confidence": 0.7890625, + "punctuated_word": "X," + }, + { + "word": "like", + "start": 166.12, + "end": 166.36, + "confidence": 0.80481195, + "speaker": 0, + "speaker_confidence": 0.7890625, + "punctuated_word": "like" + }, + { + "word": "how", + "start": 166.36, + "end": 166.64, + "confidence": 0.8102098, + "speaker": 0, + "speaker_confidence": 0.7890625, + "punctuated_word": "how" + }, + { + "word": "much", + "start": 166.64, + "end": 167.14, + "confidence": 0.8963068, + "speaker": 0, + "speaker_confidence": 0.7890625, + "punctuated_word": "much" + }, + { + "word": "are", + "start": 167.52, + "end": 167.72, + "confidence": 0.78749186, + "speaker": 0, + "speaker_confidence": 0.7890625, + "punctuated_word": "are" + }, + { + "word": "you", + "start": 167.72, + "end": 167.92, + "confidence": 0.82509506, + "speaker": 0, + "speaker_confidence": 0.7890625, + "punctuated_word": "you" + }, + { + "word": "seeing", + "start": 167.92, + "end": 168.28, + "confidence": 0.8807403, + "speaker": 0, + "speaker_confidence": 0.7890625, + "punctuated_word": "seeing" + }, + { + "word": "of", + "start": 168.28, + "end": 168.44, + "confidence": 0.13446906, + "speaker": 0, + "speaker_confidence": 0.7890625, + "punctuated_word": "of" + }, + { + "word": "this", + "start": 168.44, + "end": 168.8, + "confidence": 0.88726485, + "speaker": 0, + "speaker_confidence": 0.7890625, + "punctuated_word": "this" + }, + { + "word": "or", + "start": 168.8, + "end": 169.04, + "confidence": 0.8124583, + "speaker": 0, + "speaker_confidence": 0.7890625, + "punctuated_word": "or" + }, + { + "word": "how", + "start": 169.04, + "end": 169.24, + "confidence": 0.9172877, + "speaker": 0, + "speaker_confidence": 0.7890625, + "punctuated_word": "how" + }, + { + "word": "much", + "start": 169.24, + "end": 169.44, + "confidence": 0.9027583, + "speaker": 0, + "speaker_confidence": 0.7890625, + "punctuated_word": "much" + }, + { + "word": "does", + "start": 169.44, + "end": 169.64, + "confidence": 0.8249504, + "speaker": 0, + "speaker_confidence": 0.7890625, + "punctuated_word": "does" + }, + { + "word": "it", + "start": 169.64, + "end": 169.78, + "confidence": 0.89585245, + "speaker": 0, + "speaker_confidence": 0.7890625, + "punctuated_word": "it" + }, + { + "word": "affect", + "start": 169.78, + "end": 170.28, + "confidence": 0.84757906, + "speaker": 0, + "speaker_confidence": 0.7890625, + "punctuated_word": "affect" + }, + { + "word": "you", + "start": 170.32, + "end": 170.6, + "confidence": 0.86506605, + "speaker": 0, + "speaker_confidence": 0.7890625, + "punctuated_word": "you" + }, + { + "word": "and", + "start": 170.6, + "end": 170.76, + "confidence": 0.7443501, + "speaker": 0, + "speaker_confidence": 0.7890625, + "punctuated_word": "and" + }, + { + "word": "maybe", + "start": 170.76, + "end": 171.02, + "confidence": 0.75717545, + "speaker": 0, + "speaker_confidence": 0.7890625, + "punctuated_word": "maybe" + }, + { + "word": "others", + "start": 171.02, + "end": 171.38, + "confidence": 0.14927793, + "speaker": 0, + "speaker_confidence": 0.7890625, + "punctuated_word": "others?" + }, + { + "word": "do", + "start": 171.38, + "end": 171.5, + "confidence": 0.8323078, + "speaker": 0, + "speaker_confidence": 0.5605469, + "punctuated_word": "Do" + }, + { + "word": "you", + "start": 171.5, + "end": 171.6, + "confidence": 0.5018227, + "speaker": 0, + "speaker_confidence": 0.5605469, + "punctuated_word": "you" + }, + { + "word": "have", + "start": 171.6, + "end": 171.88, + "confidence": 0.3802876, + "speaker": 0, + "speaker_confidence": 0.5605469, + "punctuated_word": "have" + }, + { + "word": "a", + "start": 171.88, + "end": 172.2, + "confidence": 0.8304901, + "speaker": 0, + "speaker_confidence": 0.5605469, + "punctuated_word": "a," + }, + { + "word": "can", + "start": 172.2, + "end": 172.36, + "confidence": 0.7468544, + "speaker": 0, + "speaker_confidence": 0.5605469, + "punctuated_word": "can" + }, + { + "word": "you", + "start": 172.36, + "end": 172.54, + "confidence": 0.80470973, + "speaker": 0, + "speaker_confidence": 0.5605469, + "punctuated_word": "you" + }, + { + "word": "give", + "start": 172.54, + "end": 172.76, + "confidence": 0.80586684, + "speaker": 0, + "speaker_confidence": 0.5605469, + "punctuated_word": "give" + }, + { + "word": "some", + "start": 172.76, + "end": 173.0, + "confidence": 0.89047545, + "speaker": 0, + "speaker_confidence": 0.5605469, + "punctuated_word": "some" + }, + { + "word": "sort", + "start": 173.0, + "end": 173.2, + "confidence": 0.8317849, + "speaker": 0, + "speaker_confidence": 0.5605469, + "punctuated_word": "sort" + }, + { + "word": "of", + "start": 173.2, + "end": 173.64, + "confidence": 0.894869, + "speaker": 0, + "speaker_confidence": 0.5605469, + "punctuated_word": "of" + }, + { + "word": "estimation", + "start": 173.64, + "end": 174.14, + "confidence": 0.883862, + "speaker": 0, + "speaker_confidence": 0.5605469, + "punctuated_word": "estimation" + }, + { + "word": "of", + "start": 174.28, + "end": 174.4, + "confidence": 0.9933664, + "speaker": 0, + "speaker_confidence": 0.5605469, + "punctuated_word": "of" + }, + { + "word": "that", + "start": 174.4, + "end": 174.9, + "confidence": 0.23690586, + "speaker": 0, + "speaker_confidence": 0.5605469, + "punctuated_word": "that?" + }, + { + "word": "yeah", + "start": 175.4, + "end": 175.64, + "confidence": 0.99830246, + "speaker": 1, + "speaker_confidence": 0.52685547, + "punctuated_word": "Yeah," + }, + { + "word": "i", + "start": 175.64, + "end": 175.76, + "confidence": 0.76107115, + "speaker": 1, + "speaker_confidence": 0.52685547, + "punctuated_word": "I" + }, + { + "word": "guess", + "start": 175.76, + "end": 176.04, + "confidence": 0.90153635, + "speaker": 1, + "speaker_confidence": 0.52685547, + "punctuated_word": "guess" + }, + { + "word": "compared", + "start": 176.04, + "end": 176.52, + "confidence": 0.79794264, + "speaker": 1, + "speaker_confidence": 0.52685547, + "punctuated_word": "compared" + }, + { + "word": "to", + "start": 176.52, + "end": 176.68, + "confidence": 0.5355153, + "speaker": 1, + "speaker_confidence": 0.52685547, + "punctuated_word": "to" + }, + { + "word": "the", + "start": 176.68, + "end": 176.76, + "confidence": 0.76570135, + "speaker": 1, + "speaker_confidence": 0.84521484, + "punctuated_word": "the" + }, + { + "word": "block", + "start": 176.76, + "end": 177.04, + "confidence": 0.68386257, + "speaker": 1, + "speaker_confidence": 0.84521484, + "punctuated_word": "block" + }, + { + "word": "size", + "start": 177.04, + "end": 177.32, + "confidence": 0.57986546, + "speaker": 1, + "speaker_confidence": 0.84521484, + "punctuated_word": "size" + }, + { + "word": "wars", + "start": 177.32, + "end": 177.82, + "confidence": 0.19189715, + "speaker": 1, + "speaker_confidence": 0.84521484, + "punctuated_word": "wars," + }, + { + "word": "because", + "start": 177.94, + "end": 178.26, + "confidence": 0.8239549, + "speaker": 1, + "speaker_confidence": 0.84521484, + "punctuated_word": "because" + }, + { + "word": "the", + "start": 178.26, + "end": 178.44, + "confidence": 0.89517635, + "speaker": 1, + "speaker_confidence": 0.84521484, + "punctuated_word": "the" + }, + { + "word": "community", + "start": 178.44, + "end": 178.94, + "confidence": 0.7437597, + "speaker": 1, + "speaker_confidence": 0.84521484, + "punctuated_word": "community" + }, + { + "word": "was", + "start": 178.94, + "end": 179.12, + "confidence": 0.7548044, + "speaker": 1, + "speaker_confidence": 0.84521484, + "punctuated_word": "was" + }, + { + "word": "smaller", + "start": 179.12, + "end": 179.54, + "confidence": 0.8331598, + "speaker": 1, + "speaker_confidence": 0.84521484, + "punctuated_word": "smaller" + }, + { + "word": "too", + "start": 179.54, + "end": 180.04, + "confidence": 0.80568933, + "speaker": 1, + "speaker_confidence": 0.84521484, + "punctuated_word": "too," + }, + { + "word": "this", + "start": 180.04, + "end": 180.2, + "confidence": 0.89689577, + "speaker": 1, + "speaker_confidence": 0.84521484, + "punctuated_word": "this" + }, + { + "word": "is", + "start": 180.2, + "end": 180.32, + "confidence": 0.7602348, + "speaker": 1, + "speaker_confidence": 0.84521484, + "punctuated_word": "is" + }, + { + "word": "probably", + "start": 180.32, + "end": 180.68, + "confidence": 0.72520405, + "speaker": 1, + "speaker_confidence": 0.84521484, + "punctuated_word": "probably" + }, + { + "word": "actually", + "start": 180.68, + "end": 181.04, + "confidence": 0.78059536, + "speaker": 1, + "speaker_confidence": 0.84521484, + "punctuated_word": "actually" + }, + { + "word": "smaller", + "start": 181.04, + "end": 181.54, + "confidence": 0.8656866, + "speaker": 1, + "speaker_confidence": 0.84521484, + "punctuated_word": "smaller" + }, + { + "word": "in", + "start": 181.72, + "end": 181.88, + "confidence": 0.766607, + "speaker": 1, + "speaker_confidence": 0.84521484, + "punctuated_word": "in" + }, + { + "word": "relative", + "start": 181.88, + "end": 182.28, + "confidence": 0.61048824, + "speaker": 1, + "speaker_confidence": 0.84521484, + "punctuated_word": "relative" + }, + { + "word": "terms", + "start": 182.28, + "end": 182.78, + "confidence": 0.04130799, + "speaker": 1, + "speaker_confidence": 0.84521484, + "punctuated_word": "terms." + }, + { + "word": "right", + "start": 184.2, + "end": 184.46, + "confidence": 0.8721312, + "speaker": 1, + "speaker_confidence": 0.7734375, + "punctuated_word": "Right," + }, + { + "word": "but", + "start": 184.46, + "end": 184.96, + "confidence": 0.9934388, + "speaker": 1, + "speaker_confidence": 0.7734375, + "punctuated_word": "but" + }, + { + "word": "it's", + "start": 185.16, + "end": 185.38, + "confidence": 0.87661374, + "speaker": 1, + "speaker_confidence": 0.7734375, + "punctuated_word": "it's" + }, + { + "word": "just", + "start": 185.38, + "end": 185.6, + "confidence": 0.806356, + "speaker": 1, + "speaker_confidence": 0.7734375, + "punctuated_word": "just" + }, + { + "word": "more", + "start": 185.6, + "end": 186.1, + "confidence": 0.860809, + "speaker": 1, + "speaker_confidence": 0.7734375, + "punctuated_word": "more" + }, + { + "word": "money", + "start": 186.2, + "end": 186.54, + "confidence": 0.8912089, + "speaker": 1, + "speaker_confidence": 0.7734375, + "punctuated_word": "money" + }, + { + "word": "to", + "start": 186.54, + "end": 186.68, + "confidence": 0.7945308, + "speaker": 1, + "speaker_confidence": 0.7734375, + "punctuated_word": "to" + }, + { + "word": "be", + "start": 186.68, + "end": 186.82, + "confidence": 0.46490353, + "speaker": 1, + "speaker_confidence": 0.7734375, + "punctuated_word": "be" + }, + { + "word": "made", + "start": 186.82, + "end": 187.12, + "confidence": 0.9973706, + "speaker": 1, + "speaker_confidence": 0.7734375, + "punctuated_word": "made" + }, + { + "word": "and", + "start": 187.12, + "end": 187.28, + "confidence": 0.85379755, + "speaker": 1, + "speaker_confidence": 0.7734375, + "punctuated_word": "and" + }, + { + "word": "more", + "start": 187.28, + "end": 187.54, + "confidence": 0.89988524, + "speaker": 1, + "speaker_confidence": 0.7734375, + "punctuated_word": "more" + }, + { + "word": "attention", + "start": 187.54, + "end": 188.0, + "confidence": 0.88839185, + "speaker": 1, + "speaker_confidence": 0.7734375, + "punctuated_word": "attention" + }, + { + "word": "to", + "start": 188.0, + "end": 188.1, + "confidence": 0.8082774, + "speaker": 1, + "speaker_confidence": 0.7734375, + "punctuated_word": "to" + }, + { + "word": "be", + "start": 188.1, + "end": 188.32, + "confidence": 0.90780425, + "speaker": 1, + "speaker_confidence": 0.7734375, + "punctuated_word": "be" + }, + { + "word": "had", + "start": 188.32, + "end": 188.56, + "confidence": 0.8221971, + "speaker": 1, + "speaker_confidence": 0.7734375, + "punctuated_word": "had" + }, + { + "word": "on", + "start": 188.56, + "end": 188.86, + "confidence": 0.82033557, + "speaker": 1, + "speaker_confidence": 0.7734375, + "punctuated_word": "on" + }, + { + "word": "social", + "start": 188.86, + "end": 189.14, + "confidence": 0.878888, + "speaker": 1, + "speaker_confidence": 0.7734375, + "punctuated_word": "social" + }, + { + "word": "media", + "start": 189.14, + "end": 189.64, + "confidence": 0.25540036, + "speaker": 1, + "speaker_confidence": 0.7734375, + "punctuated_word": "media." + }, + { + "word": "probably", + "start": 189.88, + "end": 190.38, + "confidence": 0.8569127, + "speaker": 1, + "speaker_confidence": 0.7734375, + "punctuated_word": "Probably," + }, + { + "word": "maybe", + "start": 190.38, + "end": 190.6, + "confidence": 0.82865715, + "speaker": 1, + "speaker_confidence": 0.7734375, + "punctuated_word": "maybe" + }, + { + "word": "social", + "start": 190.6, + "end": 190.86, + "confidence": 0.74343586, + "speaker": 1, + "speaker_confidence": 0.7734375, + "punctuated_word": "social" + }, + { + "word": "media", + "start": 190.86, + "end": 191.2, + "confidence": 0.8617225, + "speaker": 1, + "speaker_confidence": 0.7734375, + "punctuated_word": "media" + }, + { + "word": "is", + "start": 191.2, + "end": 191.42, + "confidence": 0.87585694, + "speaker": 1, + "speaker_confidence": 0.7734375, + "punctuated_word": "is" + }, + { + "word": "just", + "start": 191.42, + "end": 191.68, + "confidence": 0.6429522, + "speaker": 1, + "speaker_confidence": 0.7734375, + "punctuated_word": "just" + }, + { + "word": "worse", + "start": 191.68, + "end": 191.98, + "confidence": 0.9995771, + "speaker": 1, + "speaker_confidence": 0.7734375, + "punctuated_word": "worse" + }, + { + "word": "than", + "start": 191.98, + "end": 192.12, + "confidence": 0.9004135, + "speaker": 1, + "speaker_confidence": 0.7734375, + "punctuated_word": "than" + }, + { + "word": "it", + "start": 192.12, + "end": 192.28, + "confidence": 0.81082255, + "speaker": 1, + "speaker_confidence": 0.7734375, + "punctuated_word": "it" + }, + { + "word": "was", + "start": 192.28, + "end": 192.52, + "confidence": 0.8772374, + "speaker": 1, + "speaker_confidence": 0.7734375, + "punctuated_word": "was" + }, + { + "word": "10", + "start": 192.52, + "end": 192.72, + "confidence": 0.8063954, + "speaker": 1, + "speaker_confidence": 0.7734375, + "punctuated_word": "10" + }, + { + "word": "years", + "start": 192.72, + "end": 192.96, + "confidence": 0.9948773, + "speaker": 1, + "speaker_confidence": 0.7734375, + "punctuated_word": "years" + }, + { + "word": "ago", + "start": 192.96, + "end": 193.46, + "confidence": 0.34343997, + "speaker": 1, + "speaker_confidence": 0.7734375, + "punctuated_word": "ago." + }, + { + "word": "yeah", + "start": 193.7, + "end": 194.2, + "confidence": 0.52774704, + "speaker": 1, + "speaker_confidence": 0.8535156, + "punctuated_word": "Yeah." + }, + { + "word": "yeah", + "start": 195.06, + "end": 195.36, + "confidence": 0.6178196, + "speaker": 1, + "speaker_confidence": 0.8535156, + "punctuated_word": "Yeah," + }, + { + "word": "like", + "start": 195.36, + "end": 195.56, + "confidence": 0.7933938, + "speaker": 1, + "speaker_confidence": 0.8535156, + "punctuated_word": "like" + }, + { + "word": "i", + "start": 195.56, + "end": 195.66, + "confidence": 0.69295204, + "speaker": 1, + "speaker_confidence": 0.8535156, + "punctuated_word": "I" + }, + { + "word": "said", + "start": 195.66, + "end": 196.16, + "confidence": 0.9837397, + "speaker": 1, + "speaker_confidence": 0.8535156, + "punctuated_word": "said," + }, + { + "word": "i", + "start": 196.5, + "end": 196.72, + "confidence": 0.9044454, + "speaker": 1, + "speaker_confidence": 0.8535156, + "punctuated_word": "I" + }, + { + "word": "try", + "start": 196.72, + "end": 196.98, + "confidence": 0.83615535, + "speaker": 1, + "speaker_confidence": 0.8535156, + "punctuated_word": "try" + }, + { + "word": "to", + "start": 196.98, + "end": 197.48, + "confidence": 0.745622, + "speaker": 1, + "speaker_confidence": 0.8535156, + "punctuated_word": "to" + }, + { + "word": "just", + "start": 197.62, + "end": 197.86, + "confidence": 0.73306626, + "speaker": 1, + "speaker_confidence": 0.8535156, + "punctuated_word": "just" + }, + { + "word": "ignore", + "start": 197.86, + "end": 198.34, + "confidence": 0.8793319, + "speaker": 1, + "speaker_confidence": 0.8535156, + "punctuated_word": "ignore" + }, + { + "word": "things", + "start": 198.34, + "end": 198.68, + "confidence": 0.8151129, + "speaker": 1, + "speaker_confidence": 0.8535156, + "punctuated_word": "things" + }, + { + "word": "as", + "start": 198.68, + "end": 198.8, + "confidence": 0.8990415, + "speaker": 1, + "speaker_confidence": 0.8535156, + "punctuated_word": "as" + }, + { + "word": "much", + "start": 198.8, + "end": 199.0, + "confidence": 0.82485247, + "speaker": 1, + "speaker_confidence": 0.8535156, + "punctuated_word": "much" + }, + { + "word": "as", + "start": 199.0, + "end": 199.14, + "confidence": 0.37492415, + "speaker": 1, + "speaker_confidence": 0.8535156, + "punctuated_word": "as" + }, + { + "word": "possible", + "start": 199.14, + "end": 199.64, + "confidence": 0.65284526, + "speaker": 1, + "speaker_confidence": 0.8535156, + "punctuated_word": "possible," + }, + { + "word": "other", + "start": 199.64, + "end": 199.92, + "confidence": 0.4781447, + "speaker": 1, + "speaker_confidence": 0.8535156, + "punctuated_word": "other" + }, + { + "word": "than", + "start": 199.92, + "end": 200.2, + "confidence": 0.7119372, + "speaker": 1, + "speaker_confidence": 0.8535156, + "punctuated_word": "than" + }, + { + "word": "like", + "start": 200.2, + "end": 200.38, + "confidence": 0.8201754, + "speaker": 1, + "speaker_confidence": 0.8535156, + "punctuated_word": "like" + }, + { + "word": "the", + "start": 200.38, + "end": 200.6, + "confidence": 0.62368727, + "speaker": 1, + "speaker_confidence": 0.8535156, + "punctuated_word": "the" + }, + { + "word": "actual", + "start": 200.6, + "end": 201.1, + "confidence": 0.45965356, + "speaker": 1, + "speaker_confidence": 0.8535156, + "punctuated_word": "actual" + }, + { + "word": "facts", + "start": 201.3, + "end": 201.8, + "confidence": 0.1349027, + "speaker": 1, + "speaker_confidence": 0.8535156, + "punctuated_word": "facts." + }, + { + "word": "because", + "start": 202.84, + "end": 203.2, + "confidence": 0.82031626, + "speaker": 1, + "speaker_confidence": 0.8535156, + "punctuated_word": "Because" + }, + { + "word": "just", + "start": 203.2, + "end": 203.44, + "confidence": 0.8208601, + "speaker": 1, + "speaker_confidence": 0.8535156, + "punctuated_word": "just" + }, + { + "word": "arguing", + "start": 203.44, + "end": 203.82, + "confidence": 0.91963977, + "speaker": 1, + "speaker_confidence": 0.8535156, + "punctuated_word": "arguing" + }, + { + "word": "with", + "start": 203.82, + "end": 204.06, + "confidence": 0.9005713, + "speaker": 1, + "speaker_confidence": 0.8535156, + "punctuated_word": "with" + }, + { + "word": "people", + "start": 204.06, + "end": 204.48, + "confidence": 0.7437354, + "speaker": 1, + "speaker_confidence": 0.8535156, + "punctuated_word": "people" + }, + { + "word": "on", + "start": 204.48, + "end": 204.66, + "confidence": 0.6529586, + "speaker": 1, + "speaker_confidence": 0.8535156, + "punctuated_word": "on" + }, + { + "word": "twitter", + "start": 204.66, + "end": 204.96, + "confidence": 0.80045396, + "speaker": 1, + "speaker_confidence": 0.8535156, + "punctuated_word": "Twitter" + }, + { + "word": "or", + "start": 204.96, + "end": 205.2, + "confidence": 0.37310752, + "speaker": 1, + "speaker_confidence": 0.8535156, + "punctuated_word": "or" + }, + { + "word": "even", + "start": 205.2, + "end": 205.4, + "confidence": 0.6096886, + "speaker": 1, + "speaker_confidence": 0.8535156, + "punctuated_word": "even" + }, + { + "word": "nostra", + "start": 205.4, + "end": 205.84, + "confidence": 0.711045, + "speaker": 1, + "speaker_confidence": 0.8535156, + "punctuated_word": "Nostra" + }, + { + "word": "is", + "start": 205.84, + "end": 206.02, + "confidence": 0.99615175, + "speaker": 1, + "speaker_confidence": 0.52246094, + "punctuated_word": "is" + }, + { + "word": "just", + "start": 206.02, + "end": 206.2, + "confidence": 0.8048259, + "speaker": 1, + "speaker_confidence": 0.52246094, + "punctuated_word": "just" + }, + { + "word": "a", + "start": 206.2, + "end": 206.48, + "confidence": 0.68406385, + "speaker": 1, + "speaker_confidence": 0.52246094, + "punctuated_word": "a" + }, + { + "word": "huge", + "start": 206.48, + "end": 206.98, + "confidence": 0.79409474, + "speaker": 1, + "speaker_confidence": 0.52246094, + "punctuated_word": "huge" + }, + { + "word": "energy", + "start": 207.16, + "end": 207.54, + "confidence": 0.98001295, + "speaker": 1, + "speaker_confidence": 0.52246094, + "punctuated_word": "energy" + }, + { + "word": "drain", + "start": 207.54, + "end": 208.04, + "confidence": 0.3833694, + "speaker": 1, + "speaker_confidence": 0.52246094, + "punctuated_word": "drain." + }, + { + "word": "we", + "start": 208.5, + "end": 208.74, + "confidence": 0.9071625, + "speaker": 1, + "speaker_confidence": 0.75927734, + "punctuated_word": "We" + }, + { + "word": "did", + "start": 208.74, + "end": 208.94, + "confidence": 0.9978021, + "speaker": 1, + "speaker_confidence": 0.75927734, + "punctuated_word": "did" + }, + { + "word": "record", + "start": 208.94, + "end": 209.22, + "confidence": 0.7879309, + "speaker": 1, + "speaker_confidence": 0.75927734, + "punctuated_word": "record" + }, + { + "word": "a", + "start": 209.22, + "end": 209.34, + "confidence": 0.7415205, + "speaker": 1, + "speaker_confidence": 0.75927734, + "punctuated_word": "a" + }, + { + "word": "whole", + "start": 209.34, + "end": 209.54, + "confidence": 0.90773374, + "speaker": 1, + "speaker_confidence": 0.75927734, + "punctuated_word": "whole" + }, + { + "word": "episode", + "start": 209.54, + "end": 210.04, + "confidence": 0.87758523, + "speaker": 1, + "speaker_confidence": 0.75927734, + "punctuated_word": "episode" + }, + { + "word": "on", + "start": 210.06, + "end": 210.26, + "confidence": 0.8122859, + "speaker": 1, + "speaker_confidence": 0.75927734, + "punctuated_word": "on" + }, + { + "word": "probably", + "start": 210.26, + "end": 210.58, + "confidence": 0.8239252, + "speaker": 1, + "speaker_confidence": 0.75927734, + "punctuated_word": "probably" + }, + { + "word": "the", + "start": 210.58, + "end": 210.72, + "confidence": 0.88511133, + "speaker": 1, + "speaker_confidence": 0.75927734, + "punctuated_word": "the" + }, + { + "word": "most", + "start": 210.72, + "end": 210.92, + "confidence": 0.82573354, + "speaker": 1, + "speaker_confidence": 0.75927734, + "punctuated_word": "most" + }, + { + "word": "controversial", + "start": 210.92, + "end": 211.36, + "confidence": 0.9012048, + "speaker": 1, + "speaker_confidence": 0.75927734, + "punctuated_word": "controversial" + }, + { + "word": "part", + "start": 211.36, + "end": 211.56, + "confidence": 0.90291977, + "speaker": 1, + "speaker_confidence": 0.75927734, + "punctuated_word": "part" + }, + { + "word": "of", + "start": 211.56, + "end": 211.72, + "confidence": 0.50906545, + "speaker": 1, + "speaker_confidence": 0.75927734, + "punctuated_word": "of" + }, + { + "word": "it", + "start": 211.72, + "end": 212.22, + "confidence": 0.06282672, + "speaker": 1, + "speaker_confidence": 0.75927734, + "punctuated_word": "it." + }, + { + "word": "that's", + "start": 212.42, + "end": 212.68, + "confidence": 0.80272746, + "speaker": 1, + "speaker_confidence": 0.75927734, + "punctuated_word": "That's" + }, + { + "word": "our", + "start": 212.68, + "end": 212.9, + "confidence": 0.73460776, + "speaker": 1, + "speaker_confidence": 0.75927734, + "punctuated_word": "our" + }, + { + "word": "previous", + "start": 212.9, + "end": 213.22, + "confidence": 0.90505654, + "speaker": 1, + "speaker_confidence": 0.75927734, + "punctuated_word": "previous" + }, + { + "word": "episode", + "start": 213.22, + "end": 213.64, + "confidence": 0.4691399, + "speaker": 1, + "speaker_confidence": 0.75927734, + "punctuated_word": "episode," + }, + { + "word": "the", + "start": 213.64, + "end": 213.8, + "confidence": 0.9016593, + "speaker": 1, + "speaker_confidence": 0.75927734, + "punctuated_word": "the" + }, + { + "word": "return", + "start": 213.8, + "end": 214.04, + "confidence": 0.77873135, + "speaker": 1, + "speaker_confidence": 0.75927734, + "punctuated_word": "return" + }, + { + "word": "of", + "start": 214.04, + "end": 214.2, + "confidence": 0.108140476, + "speaker": 1, + "speaker_confidence": 0.75927734, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 214.2, + "end": 214.28, + "confidence": 0.6959103, + "speaker": 1, + "speaker_confidence": 0.61328125, + "punctuated_word": "the" + }, + { + "word": "aperture", + "start": 214.28, + "end": 214.78, + "confidence": 0.86674184, + "speaker": 1, + "speaker_confidence": 0.61328125, + "punctuated_word": "Aperture." + }, + { + "word": "so", + "start": 215.46, + "end": 215.66, + "confidence": 0.89050406, + "speaker": 1, + "speaker_confidence": 0.61328125, + "punctuated_word": "So" + }, + { + "word": "people", + "start": 215.66, + "end": 215.9, + "confidence": 0.7873915, + "speaker": 1, + "speaker_confidence": 0.61328125, + "punctuated_word": "people" + }, + { + "word": "can", + "start": 215.9, + "end": 216.06, + "confidence": 0.90343434, + "speaker": 1, + "speaker_confidence": 0.61328125, + "punctuated_word": "can" + }, + { + "word": "listen", + "start": 216.06, + "end": 216.36, + "confidence": 0.8794316, + "speaker": 1, + "speaker_confidence": 0.61328125, + "punctuated_word": "listen" + }, + { + "word": "to", + "start": 216.36, + "end": 216.48, + "confidence": 0.6299004, + "speaker": 1, + "speaker_confidence": 0.6152344, + "punctuated_word": "to" + }, + { + "word": "that", + "start": 216.48, + "end": 216.98, + "confidence": 0.75827056, + "speaker": 1, + "speaker_confidence": 0.6152344, + "punctuated_word": "that." + }, + { + "word": "and", + "start": 217.04, + "end": 217.2, + "confidence": 0.89169735, + "speaker": 1, + "speaker_confidence": 0.6152344, + "punctuated_word": "And" + }, + { + "word": "i", + "start": 217.2, + "end": 217.3, + "confidence": 0.99967444, + "speaker": 1, + "speaker_confidence": 0.6152344, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 217.3, + "end": 217.6, + "confidence": 0.79801995, + "speaker": 1, + "speaker_confidence": 0.6152344, + "punctuated_word": "don't" + }, + { + "word": "think", + "start": 217.6, + "end": 217.8, + "confidence": 0.8699308, + "speaker": 1, + "speaker_confidence": 0.6152344, + "punctuated_word": "think" + }, + { + "word": "anything", + "start": 217.8, + "end": 218.16, + "confidence": 0.79153264, + "speaker": 1, + "speaker_confidence": 0.6152344, + "punctuated_word": "anything" + }, + { + "word": "has", + "start": 218.16, + "end": 218.36, + "confidence": 0.69652855, + "speaker": 1, + "speaker_confidence": 0.6152344, + "punctuated_word": "has" + }, + { + "word": "changed", + "start": 218.36, + "end": 218.72, + "confidence": 0.6894776, + "speaker": 1, + "speaker_confidence": 0.6152344, + "punctuated_word": "changed," + }, + { + "word": "although", + "start": 218.72, + "end": 219.22, + "confidence": 0.695959, + "speaker": 1, + "speaker_confidence": 0.6152344, + "punctuated_word": "although..." + }, + { + "word": "i", + "start": 219.62, + "end": 219.72, + "confidence": 0.59127724, + "speaker": 1, + "speaker_confidence": 0.6430664, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 219.72, + "end": 219.86, + "confidence": 0.9010819, + "speaker": 1, + "speaker_confidence": 0.6430664, + "punctuated_word": "think" + }, + { + "word": "we'll", + "start": 219.86, + "end": 220.08, + "confidence": 0.80677766, + "speaker": 1, + "speaker_confidence": 0.6430664, + "punctuated_word": "we'll" + }, + { + "word": "address", + "start": 220.08, + "end": 220.38, + "confidence": 0.7941572, + "speaker": 1, + "speaker_confidence": 0.6430664, + "punctuated_word": "address" + }, + { + "word": "a", + "start": 220.38, + "end": 220.48, + "confidence": 0.88991165, + "speaker": 1, + "speaker_confidence": 0.6430664, + "punctuated_word": "a" + }, + { + "word": "couple", + "start": 220.48, + "end": 220.68, + "confidence": 0.7002306, + "speaker": 1, + "speaker_confidence": 0.6430664, + "punctuated_word": "couple" + }, + { + "word": "of", + "start": 220.68, + "end": 220.84, + "confidence": 0.89985293, + "speaker": 1, + "speaker_confidence": 0.6430664, + "punctuated_word": "of" + }, + { + "word": "very", + "start": 220.84, + "end": 221.18, + "confidence": 0.3940765, + "speaker": 1, + "speaker_confidence": 0.6430664, + "punctuated_word": "very" + }, + { + "word": "minor", + "start": 221.18, + "end": 221.68, + "confidence": 0.7916218, + "speaker": 1, + "speaker_confidence": 0.6430664, + "punctuated_word": "minor" + }, + { + "word": "things", + "start": 223.12, + "end": 223.5, + "confidence": 0.8213166, + "speaker": 1, + "speaker_confidence": 0.6430664, + "punctuated_word": "things" + }, + { + "word": "here", + "start": 223.5, + "end": 224.0, + "confidence": 0.75621736, + "speaker": 1, + "speaker_confidence": 0.6430664, + "punctuated_word": "here" + }, + { + "word": "in", + "start": 225.06, + "end": 225.22, + "confidence": 0.7672005, + "speaker": 1, + "speaker_confidence": 0.40478516, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 225.22, + "end": 225.3, + "confidence": 0.6783123, + "speaker": 1, + "speaker_confidence": 0.40478516, + "punctuated_word": "the" + }, + { + "word": "release", + "start": 225.3, + "end": 225.6, + "confidence": 0.95791626, + "speaker": 1, + "speaker_confidence": 0.40478516, + "punctuated_word": "release" + }, + { + "word": "notes", + "start": 225.6, + "end": 226.1, + "confidence": 0.07930799, + "speaker": 1, + "speaker_confidence": 0.40478516, + "punctuated_word": "notes." + }, + { + "word": "yeah", + "start": 226.32, + "end": 226.82, + "confidence": 0.52594393, + "speaker": 0, + "speaker_confidence": 0.45751953, + "punctuated_word": "Yeah," + }, + { + "word": "but", + "start": 227.32, + "end": 227.48, + "confidence": 0.9977203, + "speaker": 0, + "speaker_confidence": 0.45751953, + "punctuated_word": "but" + }, + { + "word": "that's", + "start": 227.48, + "end": 227.76, + "confidence": 0.994319, + "speaker": 0, + "speaker_confidence": 0.45751953, + "punctuated_word": "that's" + }, + { + "word": "a", + "start": 227.76, + "end": 227.88, + "confidence": 0.45716205, + "speaker": 0, + "speaker_confidence": 0.45751953, + "punctuated_word": "a" + }, + { + "word": "good", + "start": 227.88, + "end": 228.38, + "confidence": 0.9860562, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "good" + }, + { + "word": "non-spoiler", + "start": 229.08, + "end": 229.58, + "confidence": 0.96140194, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "non-spoiler" + }, + { + "word": "warning", + "start": 229.74, + "end": 230.08, + "confidence": 0.8516593, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "warning," + }, + { + "word": "maybe", + "start": 230.08, + "end": 230.58, + "confidence": 0.13822068, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "maybe." + }, + { + "word": "we're", + "start": 230.58, + "end": 230.74, + "confidence": 0.89603424, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "We're" + }, + { + "word": "not", + "start": 230.74, + "end": 230.98, + "confidence": 0.9079202, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "not" + }, + { + "word": "going", + "start": 230.98, + "end": 231.26, + "confidence": 0.81125486, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 231.26, + "end": 231.58, + "confidence": 0.79533905, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "to" + }, + { + "word": "spend", + "start": 231.58, + "end": 232.0, + "confidence": 0.88852435, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "spend" + }, + { + "word": "half", + "start": 232.0, + "end": 232.2, + "confidence": 0.88715905, + "speaker": 0, + "speaker_confidence": 0.68652344, + "punctuated_word": "half" + }, + { + "word": "an", + "start": 232.2, + "end": 232.3, + "confidence": 0.7570637, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "an" + }, + { + "word": "hour", + "start": 232.3, + "end": 232.66, + "confidence": 0.88124645, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "hour" + }, + { + "word": "discussing", + "start": 232.66, + "end": 233.12, + "confidence": 0.8406572, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "discussing" + }, + { + "word": "this", + "start": 233.12, + "end": 233.3, + "confidence": 0.15434985, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "this" + }, + { + "word": "change", + "start": 233.3, + "end": 233.66, + "confidence": 0.9756859, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "change" + }, + { + "word": "because", + "start": 233.66, + "end": 234.0, + "confidence": 0.7742874, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "because" + }, + { + "word": "we", + "start": 234.0, + "end": 234.2, + "confidence": 0.98338205, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "we" + }, + { + "word": "made", + "start": 234.2, + "end": 234.4, + "confidence": 0.7927169, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "made" + }, + { + "word": "a", + "start": 234.4, + "end": 234.52, + "confidence": 0.74818116, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "a" + }, + { + "word": "whole", + "start": 234.52, + "end": 234.72, + "confidence": 0.8196353, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "whole" + }, + { + "word": "episode", + "start": 234.72, + "end": 235.12, + "confidence": 0.9016228, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "episode" + }, + { + "word": "about", + "start": 235.12, + "end": 235.32, + "confidence": 0.8949019, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "about" + }, + { + "word": "it", + "start": 235.32, + "end": 235.64, + "confidence": 0.50702566, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "it." + }, + { + "word": "anyone", + "start": 235.64, + "end": 235.92, + "confidence": 0.7145521, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "Anyone" + }, + { + "word": "who", + "start": 235.92, + "end": 236.1, + "confidence": 0.9053267, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "who" + }, + { + "word": "wants", + "start": 236.1, + "end": 236.32, + "confidence": 0.8294707, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "wants" + }, + { + "word": "to", + "start": 236.32, + "end": 236.82, + "confidence": 0.7667695, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "to" + }, + { + "word": "know", + "start": 237.18, + "end": 237.68, + "confidence": 0.53535163, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "know" + }, + { + "word": "how", + "start": 237.98, + "end": 238.48, + "confidence": 0.8145636, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "how" + }, + { + "word": "shor's", + "start": 238.48, + "end": 238.98, + "confidence": 0.44910765, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "Shor's" + }, + { + "word": "thinks", + "start": 239.96, + "end": 240.34, + "confidence": 0.8707593, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "thinks" + }, + { + "word": "about", + "start": 240.34, + "end": 240.54, + "confidence": 0.60004616, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "about" + }, + { + "word": "that", + "start": 240.54, + "end": 240.86, + "confidence": 0.48680285, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "that," + }, + { + "word": "or", + "start": 240.86, + "end": 241.1, + "confidence": 0.95195097, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "or" + }, + { + "word": "me", + "start": 241.1, + "end": 241.6, + "confidence": 0.28738305, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "me," + }, + { + "word": "can", + "start": 241.72, + "end": 241.88, + "confidence": 0.8855128, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "can" + }, + { + "word": "go", + "start": 241.88, + "end": 242.2, + "confidence": 0.78162795, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "go" + }, + { + "word": "to", + "start": 242.2, + "end": 242.36, + "confidence": 0.8054593, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "to" + }, + { + "word": "the", + "start": 242.36, + "end": 242.5, + "confidence": 0.7149173, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "the" + }, + { + "word": "previous", + "start": 242.5, + "end": 242.84, + "confidence": 0.54644114, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "previous" + }, + { + "word": "episodes", + "start": 242.84, + "end": 243.34, + "confidence": 0.04805834, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "episodes." + }, + { + "word": "previous", + "start": 244.12, + "end": 244.5, + "confidence": 0.75169986, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "Previous" + }, + { + "word": "episodes", + "start": 244.5, + "end": 244.9, + "confidence": 0.41128102, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "episodes," + }, + { + "word": "that's", + "start": 244.9, + "end": 245.2, + "confidence": 0.79440606, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "that's" + }, + { + "word": "where", + "start": 245.2, + "end": 245.38, + "confidence": 0.7784714, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "where" + }, + { + "word": "we", + "start": 245.38, + "end": 245.58, + "confidence": 0.6976532, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "we" + }, + { + "word": "really", + "start": 245.58, + "end": 245.86, + "confidence": 0.44883832, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "really" + }, + { + "word": "discussed", + "start": 245.86, + "end": 246.36, + "confidence": 0.53437924, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "discussed" + }, + { + "word": "the", + "start": 246.5, + "end": 246.68, + "confidence": 0.38570702, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "the" + }, + { + "word": "up", + "start": 246.68, + "end": 246.82, + "confidence": 0.6445439, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "up" + }, + { + "word": "return", + "start": 246.82, + "end": 247.28, + "confidence": 0.79773563, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "return" + }, + { + "word": "limit", + "start": 247.28, + "end": 247.66, + "confidence": 0.9397296, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "limit" + }, + { + "word": "change", + "start": 247.66, + "end": 248.16, + "confidence": 0.11450905, + "speaker": 0, + "speaker_confidence": 0.8378906, + "punctuated_word": "change." + }, + { + "word": "i", + "start": 249.0, + "end": 249.14, + "confidence": 0.8829594, + "speaker": 1, + "speaker_confidence": 0.5957031, + "punctuated_word": "I" + }, + { + "word": "would", + "start": 249.14, + "end": 249.4, + "confidence": 0.45289123, + "speaker": 1, + "speaker_confidence": 0.5957031, + "punctuated_word": "would" + }, + { + "word": "say", + "start": 249.4, + "end": 249.9, + "confidence": 0.8898017, + "speaker": 1, + "speaker_confidence": 0.5957031, + "punctuated_word": "say" + }, + { + "word": "if", + "start": 249.96, + "end": 250.16, + "confidence": 0.91468537, + "speaker": 1, + "speaker_confidence": 0.5957031, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 250.16, + "end": 250.32, + "confidence": 0.90931517, + "speaker": 1, + "speaker_confidence": 0.5957031, + "punctuated_word": "you" + }, + { + "word": "look", + "start": 250.32, + "end": 250.56, + "confidence": 0.3425675, + "speaker": 1, + "speaker_confidence": 0.5957031, + "punctuated_word": "look" + }, + { + "word": "at", + "start": 250.56, + "end": 251.06, + "confidence": 0.85079914, + "speaker": 1, + "speaker_confidence": 0.5957031, + "punctuated_word": "at," + }, + { + "word": "say", + "start": 251.12, + "end": 251.32, + "confidence": 0.7889745, + "speaker": 1, + "speaker_confidence": 0.5957031, + "punctuated_word": "say," + }, + { + "word": "the", + "start": 251.32, + "end": 251.42, + "confidence": 0.65102196, + "speaker": 1, + "speaker_confidence": 0.85546875, + "punctuated_word": "the" + }, + { + "word": "github", + "start": 251.42, + "end": 251.82, + "confidence": 0.37117764, + "speaker": 1, + "speaker_confidence": 0.85546875, + "punctuated_word": "GitHub" + }, + { + "word": "repo", + "start": 251.82, + "end": 252.32, + "confidence": 0.12573826, + "speaker": 1, + "speaker_confidence": 0.85546875, + "punctuated_word": "repo," + }, + { + "word": "and", + "start": 252.74, + "end": 253.06, + "confidence": 0.87539744, + "speaker": 1, + "speaker_confidence": 0.85546875, + "punctuated_word": "and" + }, + { + "word": "99%", + "start": 253.06, + "end": 253.56, + "confidence": 0.9001216, + "speaker": 1, + "speaker_confidence": 0.85546875, + "punctuated_word": "99%" + }, + { + "word": "of", + "start": 254.44, + "end": 254.6, + "confidence": 0.803898, + "speaker": 1, + "speaker_confidence": 0.85546875, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 254.6, + "end": 254.72, + "confidence": 0.6784103, + "speaker": 1, + "speaker_confidence": 0.85546875, + "punctuated_word": "the" + }, + { + "word": "work", + "start": 254.72, + "end": 255.04, + "confidence": 0.81085545, + "speaker": 1, + "speaker_confidence": 0.85546875, + "punctuated_word": "work" + }, + { + "word": "of", + "start": 255.04, + "end": 255.22, + "confidence": 0.8365538, + "speaker": 1, + "speaker_confidence": 0.85546875, + "punctuated_word": "of" + }, + { + "word": "bitcoin", + "start": 255.22, + "end": 255.48, + "confidence": 0.8910911, + "speaker": 1, + "speaker_confidence": 0.85546875, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 255.48, + "end": 255.68, + "confidence": 0.6903777, + "speaker": 1, + "speaker_confidence": 0.85546875, + "punctuated_word": "Core" + }, + { + "word": "is", + "start": 255.68, + "end": 255.86, + "confidence": 0.7778575, + "speaker": 1, + "speaker_confidence": 0.85546875, + "punctuated_word": "is" + }, + { + "word": "completely", + "start": 255.86, + "end": 256.28, + "confidence": 0.84679383, + "speaker": 1, + "speaker_confidence": 0.85546875, + "punctuated_word": "completely" + }, + { + "word": "unrelated", + "start": 256.28, + "end": 256.76, + "confidence": 0.65901273, + "speaker": 1, + "speaker_confidence": 0.85546875, + "punctuated_word": "unrelated" + }, + { + "word": "to", + "start": 256.76, + "end": 256.96, + "confidence": 0.8510338, + "speaker": 1, + "speaker_confidence": 0.85546875, + "punctuated_word": "to" + }, + { + "word": "these", + "start": 256.96, + "end": 257.46, + "confidence": 0.77056396, + "speaker": 1, + "speaker_confidence": 0.85546875, + "punctuated_word": "these" + }, + { + "word": "controversial", + "start": 257.84, + "end": 258.34, + "confidence": 0.41351512, + "speaker": 1, + "speaker_confidence": 0.85546875, + "punctuated_word": "controversial" + }, + { + "word": "changes", + "start": 258.4, + "end": 258.9, + "confidence": 0.04718922, + "speaker": 1, + "speaker_confidence": 0.85546875, + "punctuated_word": "changes." + }, + { + "word": "and", + "start": 259.54, + "end": 259.76, + "confidence": 0.73975825, + "speaker": 1, + "speaker_confidence": 0.85546875, + "punctuated_word": "And" + }, + { + "word": "that", + "start": 259.76, + "end": 259.96, + "confidence": 0.83551466, + "speaker": 1, + "speaker_confidence": 0.85546875, + "punctuated_word": "that" + }, + { + "word": "work", + "start": 259.96, + "end": 260.24, + "confidence": 0.82611066, + "speaker": 1, + "speaker_confidence": 0.85546875, + "punctuated_word": "work" + }, + { + "word": "just", + "start": 260.24, + "end": 260.54, + "confidence": 0.87290287, + "speaker": 1, + "speaker_confidence": 0.85546875, + "punctuated_word": "just" + }, + { + "word": "continues", + "start": 260.54, + "end": 261.04, + "confidence": 0.8091629, + "speaker": 1, + "speaker_confidence": 0.85546875, + "punctuated_word": "continues" + }, + { + "word": "as", + "start": 261.08, + "end": 261.3, + "confidence": 0.9781085, + "speaker": 1, + "speaker_confidence": 0.85546875, + "punctuated_word": "as" + }, + { + "word": "before", + "start": 261.3, + "end": 261.8, + "confidence": 0.1485472, + "speaker": 1, + "speaker_confidence": 0.85546875, + "punctuated_word": "before." + }, + { + "word": "it's", + "start": 262.54, + "end": 262.8, + "confidence": 0.65039253, + "speaker": 1, + "speaker_confidence": 0.85546875, + "punctuated_word": "It's" + }, + { + "word": "interesting", + "start": 262.8, + "end": 263.26, + "confidence": 0.6273115, + "speaker": 1, + "speaker_confidence": 0.85546875, + "punctuated_word": "interesting" + }, + { + "word": "how", + "start": 263.26, + "end": 263.76, + "confidence": 0.7206941, + "speaker": 1, + "speaker_confidence": 0.85546875, + "punctuated_word": "how," + }, + { + "word": "you", + "start": 264.34, + "end": 264.56, + "confidence": 0.9409376, + "speaker": 1, + "speaker_confidence": 0.85546875, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 264.56, + "end": 265.06, + "confidence": 0.56654495, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "know," + }, + { + "word": "there's", + "start": 265.24, + "end": 265.52, + "confidence": 0.82236934, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "there's" + }, + { + "word": "like", + "start": 265.52, + "end": 265.74, + "confidence": 0.6271125, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "like" + }, + { + "word": "350", + "start": 265.74, + "end": 266.24, + "confidence": 0.68665063, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "350" + }, + { + "word": "open", + "start": 266.64, + "end": 266.88, + "confidence": 0.7632139, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "open" + }, + { + "word": "pull", + "start": 266.88, + "end": 267.08, + "confidence": 0.61781555, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "pull" + }, + { + "word": "requests", + "start": 267.08, + "end": 267.58, + "confidence": 0.53520304, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "requests" + }, + { + "word": "on", + "start": 267.72, + "end": 267.92, + "confidence": 0.91152185, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "on" + }, + { + "word": "the", + "start": 267.92, + "end": 268.14, + "confidence": 0.6005405, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "the" + }, + { + "word": "github", + "start": 268.14, + "end": 268.48, + "confidence": 0.39404225, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "GitHub" + }, + { + "word": "repo", + "start": 268.48, + "end": 268.9, + "confidence": 0.7923625, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "repo," + }, + { + "word": "and", + "start": 268.9, + "end": 269.32, + "confidence": 0.9408268, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "and" + }, + { + "word": "they're", + "start": 269.32, + "end": 269.54, + "confidence": 0.65995467, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "they're" + }, + { + "word": "almost", + "start": 269.54, + "end": 270.04, + "confidence": 0.7146285, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "almost" + }, + { + "word": "all", + "start": 270.04, + "end": 270.22, + "confidence": 0.83633757, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "all" + }, + { + "word": "like", + "start": 270.22, + "end": 270.52, + "confidence": 0.47090465, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "like" + }, + { + "word": "silos", + "start": 270.52, + "end": 271.02, + "confidence": 0.47434863, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "silos." + }, + { + "word": "so", + "start": 271.08, + "end": 271.56, + "confidence": 0.6088025, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "So" + }, + { + "word": "one", + "start": 271.56, + "end": 272.0, + "confidence": 0.8399236, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "one" + }, + { + "word": "pull", + "start": 272.0, + "end": 272.2, + "confidence": 0.84018123, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "pull" + }, + { + "word": "request", + "start": 272.2, + "end": 272.56, + "confidence": 0.89267945, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "request" + }, + { + "word": "can", + "start": 272.56, + "end": 272.72, + "confidence": 0.877343, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "can" + }, + { + "word": "be", + "start": 272.72, + "end": 272.9, + "confidence": 0.46461242, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "be" + }, + { + "word": "super", + "start": 272.9, + "end": 273.16, + "confidence": 0.7843026, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "super" + }, + { + "word": "crowded", + "start": 273.16, + "end": 273.52, + "confidence": 0.6252401, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "crowded" + }, + { + "word": "and", + "start": 273.52, + "end": 273.68, + "confidence": 0.47359827, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "and" + }, + { + "word": "noisy", + "start": 273.68, + "end": 274.04, + "confidence": 0.7723351, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "noisy" + }, + { + "word": "and", + "start": 274.04, + "end": 274.2, + "confidence": 0.74099666, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "and" + }, + { + "word": "the", + "start": 274.2, + "end": 274.28, + "confidence": 0.6799316, + "speaker": 1, + "speaker_confidence": 0.68603516, + "punctuated_word": "the" + }, + { + "word": "other", + "start": 274.28, + "end": 274.48, + "confidence": 0.2532102, + "speaker": 1, + "speaker_confidence": 0.68603516, + "punctuated_word": "other" + }, + { + "word": "one", + "start": 274.48, + "end": 274.74, + "confidence": 0.9961132, + "speaker": 1, + "speaker_confidence": 0.68603516, + "punctuated_word": "one" + }, + { + "word": "is", + "start": 274.74, + "end": 274.9, + "confidence": 0.89608765, + "speaker": 1, + "speaker_confidence": 0.68603516, + "punctuated_word": "is" + }, + { + "word": "completely", + "start": 274.9, + "end": 275.22, + "confidence": 0.84423816, + "speaker": 1, + "speaker_confidence": 0.68603516, + "punctuated_word": "completely" + }, + { + "word": "deserted", + "start": 275.22, + "end": 275.72, + "confidence": 0.8299946, + "speaker": 1, + "speaker_confidence": 0.68603516, + "punctuated_word": "deserted" + }, + { + "word": "and", + "start": 275.74, + "end": 275.9, + "confidence": 0.7156149, + "speaker": 1, + "speaker_confidence": 0.68603516, + "punctuated_word": "and" + }, + { + "word": "nobody's", + "start": 275.9, + "end": 276.36, + "confidence": 0.8080425, + "speaker": 1, + "speaker_confidence": 0.68603516, + "punctuated_word": "nobody's" + }, + { + "word": "even", + "start": 276.36, + "end": 276.5, + "confidence": 0.9079209, + "speaker": 1, + "speaker_confidence": 0.68603516, + "punctuated_word": "even" + }, + { + "word": "looking", + "start": 276.5, + "end": 276.78, + "confidence": 0.90286905, + "speaker": 1, + "speaker_confidence": 0.68603516, + "punctuated_word": "looking" + }, + { + "word": "at", + "start": 276.78, + "end": 276.98, + "confidence": 0.9860595, + "speaker": 1, + "speaker_confidence": 0.68603516, + "punctuated_word": "at" + }, + { + "word": "it", + "start": 276.98, + "end": 277.48, + "confidence": 0.552541, + "speaker": 1, + "speaker_confidence": 0.68603516, + "punctuated_word": "it." + }, + { + "word": "i", + "start": 279.06, + "end": 279.16, + "confidence": 0.9884842, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 279.16, + "end": 279.44, + "confidence": 0.73454124, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "think" + }, + { + "word": "i've", + "start": 279.44, + "end": 279.62, + "confidence": 0.8140702, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "I've" + }, + { + "word": "made", + "start": 279.62, + "end": 279.8, + "confidence": 0.80194116, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "made" + }, + { + "word": "the", + "start": 279.8, + "end": 279.96, + "confidence": 0.61336845, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "the" + }, + { + "word": "analogy", + "start": 279.96, + "end": 280.44, + "confidence": 0.17084338, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "analogy" + }, + { + "word": "before", + "start": 280.44, + "end": 280.94, + "confidence": 0.9989262, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "before" + }, + { + "word": "that", + "start": 281.04, + "end": 281.2, + "confidence": 0.48737705, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "that" + }, + { + "word": "the", + "start": 281.2, + "end": 281.4, + "confidence": 0.75967354, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "the" + }, + { + "word": "bitcoin", + "start": 281.4, + "end": 281.9, + "confidence": 0.6451643, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 281.98, + "end": 282.26, + "confidence": 0.8487607, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "Core" + }, + { + "word": "project", + "start": 282.26, + "end": 282.66, + "confidence": 0.77194524, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "project" + }, + { + "word": "sometimes", + "start": 282.66, + "end": 283.08, + "confidence": 0.8677396, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "sometimes" + }, + { + "word": "feels", + "start": 283.08, + "end": 283.28, + "confidence": 0.88936234, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "feels" + }, + { + "word": "like", + "start": 283.28, + "end": 283.48, + "confidence": 0.88200736, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "like" + }, + { + "word": "you", + "start": 283.48, + "end": 283.64, + "confidence": 0.9961553, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "you" + }, + { + "word": "have", + "start": 283.64, + "end": 283.82, + "confidence": 0.70595765, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "have" + }, + { + "word": "a", + "start": 283.82, + "end": 284.02, + "confidence": 0.9068937, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "a" + }, + { + "word": "very", + "start": 284.02, + "end": 284.34, + "confidence": 0.45037898, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "very" + }, + { + "word": "large", + "start": 284.34, + "end": 284.84, + "confidence": 0.9861013, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "large" + }, + { + "word": "brutalist", + "start": 285.04, + "end": 285.52, + "confidence": 0.96418333, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "Brutalist" + }, + { + "word": "office", + "start": 285.52, + "end": 285.92, + "confidence": 0.41263098, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "office" + }, + { + "word": "building", + "start": 285.92, + "end": 286.42, + "confidence": 0.7556448, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "building" + }, + { + "word": "and", + "start": 287.04, + "end": 287.36, + "confidence": 0.86319095, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "and" + }, + { + "word": "everybody", + "start": 287.36, + "end": 287.8, + "confidence": 0.9370039, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "everybody" + }, + { + "word": "has", + "start": 287.8, + "end": 288.08, + "confidence": 0.79086214, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "has" + }, + { + "word": "a", + "start": 288.08, + "end": 288.2, + "confidence": 0.84409666, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "a" + }, + { + "word": "little", + "start": 288.2, + "end": 288.4, + "confidence": 0.9808233, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "little" + }, + { + "word": "cubicle", + "start": 288.4, + "end": 288.9, + "confidence": 0.41115198, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "cubicle." + }, + { + "word": "and", + "start": 289.54, + "end": 289.74, + "confidence": 0.8924521, + "speaker": 1, + "speaker_confidence": 0.73339844, + "punctuated_word": "And" + }, + { + "word": "if", + "start": 289.74, + "end": 289.84, + "confidence": 0.88230115, + "speaker": 1, + "speaker_confidence": 0.73339844, + "punctuated_word": "if" + }, + { + "word": "you're", + "start": 289.84, + "end": 290.02, + "confidence": 0.90607077, + "speaker": 1, + "speaker_confidence": 0.73339844, + "punctuated_word": "you're" + }, + { + "word": "in", + "start": 290.02, + "end": 290.22, + "confidence": 0.89461577, + "speaker": 1, + "speaker_confidence": 0.73339844, + "punctuated_word": "in" + }, + { + "word": "that", + "start": 290.22, + "end": 290.42, + "confidence": 0.9934366, + "speaker": 1, + "speaker_confidence": 0.73339844, + "punctuated_word": "that" + }, + { + "word": "cubicle", + "start": 290.42, + "end": 290.92, + "confidence": 0.7593943, + "speaker": 1, + "speaker_confidence": 0.73339844, + "punctuated_word": "cubicle," + }, + { + "word": "your", + "start": 291.26, + "end": 291.54, + "confidence": 0.85135037, + "speaker": 1, + "speaker_confidence": 0.73339844, + "punctuated_word": "your" + }, + { + "word": "pull", + "start": 291.54, + "end": 291.76, + "confidence": 0.8429155, + "speaker": 1, + "speaker_confidence": 0.73339844, + "punctuated_word": "pull" + }, + { + "word": "request", + "start": 291.76, + "end": 292.12, + "confidence": 0.8408589, + "speaker": 1, + "speaker_confidence": 0.73339844, + "punctuated_word": "request" + }, + { + "word": "is", + "start": 292.12, + "end": 292.28, + "confidence": 0.9793075, + "speaker": 1, + "speaker_confidence": 0.73339844, + "punctuated_word": "is" + }, + { + "word": "like", + "start": 292.28, + "end": 292.44, + "confidence": 0.8880861, + "speaker": 1, + "speaker_confidence": 0.73339844, + "punctuated_word": "like" + }, + { + "word": "a", + "start": 292.44, + "end": 292.56, + "confidence": 0.9947726, + "speaker": 1, + "speaker_confidence": 0.5332031, + "punctuated_word": "a" + }, + { + "word": "cubicle", + "start": 292.56, + "end": 293.0, + "confidence": 0.5631816, + "speaker": 1, + "speaker_confidence": 0.5332031, + "punctuated_word": "cubicle." + }, + { + "word": "you", + "start": 293.0, + "end": 293.2, + "confidence": 0.9076641, + "speaker": 1, + "speaker_confidence": 0.5332031, + "punctuated_word": "You" + }, + { + "word": "might", + "start": 293.2, + "end": 293.44, + "confidence": 0.8371706, + "speaker": 1, + "speaker_confidence": 0.5332031, + "punctuated_word": "might" + }, + { + "word": "be", + "start": 293.44, + "end": 293.56, + "confidence": 0.7529912, + "speaker": 1, + "speaker_confidence": 0.5332031, + "punctuated_word": "be" + }, + { + "word": "in", + "start": 293.56, + "end": 293.68, + "confidence": 0.8883445, + "speaker": 1, + "speaker_confidence": 0.5332031, + "punctuated_word": "in" + }, + { + "word": "multiple", + "start": 293.68, + "end": 294.06, + "confidence": 0.9687663, + "speaker": 1, + "speaker_confidence": 0.5332031, + "punctuated_word": "multiple" + }, + { + "word": "cubicles", + "start": 294.06, + "end": 294.52, + "confidence": 0.7283521, + "speaker": 1, + "speaker_confidence": 0.5332031, + "punctuated_word": "cubicles," + }, + { + "word": "i", + "start": 294.52, + "end": 294.62, + "confidence": 0.53690195, + "speaker": 1, + "speaker_confidence": 0.5332031, + "punctuated_word": "I" + }, + { + "word": "guess", + "start": 294.62, + "end": 295.12, + "confidence": 0.25650728, + "speaker": 1, + "speaker_confidence": 0.5332031, + "punctuated_word": "guess." + }, + { + "word": "but", + "start": 295.52, + "end": 295.58, + "confidence": 0.8346844, + "speaker": 1, + "speaker_confidence": 0.7553711, + "punctuated_word": "But" + }, + { + "word": "if", + "start": 295.58, + "end": 295.76, + "confidence": 0.8200784, + "speaker": 1, + "speaker_confidence": 0.7553711, + "punctuated_word": "if" + }, + { + "word": "nobody", + "start": 295.76, + "end": 296.1, + "confidence": 0.9079611, + "speaker": 1, + "speaker_confidence": 0.7553711, + "punctuated_word": "nobody" + }, + { + "word": "comes", + "start": 296.1, + "end": 296.32, + "confidence": 0.77417296, + "speaker": 1, + "speaker_confidence": 0.7553711, + "punctuated_word": "comes" + }, + { + "word": "by", + "start": 296.32, + "end": 296.68, + "confidence": 0.6462018, + "speaker": 1, + "speaker_confidence": 0.7553711, + "punctuated_word": "by," + }, + { + "word": "then", + "start": 296.68, + "end": 297.18, + "confidence": 0.9004292, + "speaker": 1, + "speaker_confidence": 0.7553711, + "punctuated_word": "then" + }, + { + "word": "nobody", + "start": 297.26, + "end": 297.6, + "confidence": 0.874377, + "speaker": 1, + "speaker_confidence": 0.7553711, + "punctuated_word": "nobody" + }, + { + "word": "can", + "start": 297.6, + "end": 297.8, + "confidence": 0.8986511, + "speaker": 1, + "speaker_confidence": 0.7553711, + "punctuated_word": "can" + }, + { + "word": "hear", + "start": 297.8, + "end": 297.98, + "confidence": 0.98911285, + "speaker": 1, + "speaker_confidence": 0.7553711, + "punctuated_word": "hear" + }, + { + "word": "you", + "start": 297.98, + "end": 298.48, + "confidence": 0.25152943, + "speaker": 1, + "speaker_confidence": 0.7553711, + "punctuated_word": "you." + }, + { + "word": "yeah", + "start": 298.7, + "end": 299.2, + "confidence": 0.33296058, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "Yeah." + }, + { + "word": "okay", + "start": 300.04, + "end": 300.26, + "confidence": 0.825787, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "Okay," + }, + { + "word": "well", + "start": 300.26, + "end": 300.76, + "confidence": 0.89819616, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "well," + }, + { + "word": "regardless", + "start": 300.8, + "end": 301.3, + "confidence": 0.7191665, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "regardless," + }, + { + "word": "let's", + "start": 301.4, + "end": 301.68, + "confidence": 0.784208, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "let's" + }, + { + "word": "actually", + "start": 301.68, + "end": 302.08, + "confidence": 0.7728283, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "actually" + }, + { + "word": "kick", + "start": 302.08, + "end": 302.32, + "confidence": 0.34343848, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "kick" + }, + { + "word": "off", + "start": 302.32, + "end": 302.6, + "confidence": 0.9895642, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "off" + }, + { + "word": "with", + "start": 302.6, + "end": 302.8, + "confidence": 0.80673474, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "with" + }, + { + "word": "that", + "start": 302.8, + "end": 303.0, + "confidence": 0.8689316, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "that" + }, + { + "word": "specific", + "start": 303.0, + "end": 303.4, + "confidence": 0.5080645, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "specific" + }, + { + "word": "topic", + "start": 303.4, + "end": 303.76, + "confidence": 0.9029435, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "topic" + }, + { + "word": "just", + "start": 303.76, + "end": 303.96, + "confidence": 0.9006776, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "just" + }, + { + "word": "to", + "start": 303.96, + "end": 304.08, + "confidence": 0.90192723, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "to" + }, + { + "word": "get", + "start": 304.08, + "end": 304.28, + "confidence": 0.8127048, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "get" + }, + { + "word": "it", + "start": 304.28, + "end": 304.4, + "confidence": 0.902345, + "speaker": 0, + "speaker_confidence": 0.6665039, + "punctuated_word": "it" + }, + { + "word": "out", + "start": 304.4, + "end": 304.54, + "confidence": 0.8156991, + "speaker": 0, + "speaker_confidence": 0.75390625, + "punctuated_word": "out" + }, + { + "word": "of", + "start": 304.54, + "end": 304.68, + "confidence": 0.90144825, + "speaker": 0, + "speaker_confidence": 0.75390625, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 304.68, + "end": 304.84, + "confidence": 0.991437, + "speaker": 0, + "speaker_confidence": 0.75390625, + "punctuated_word": "the" + }, + { + "word": "way", + "start": 304.84, + "end": 305.34, + "confidence": 0.64092124, + "speaker": 0, + "speaker_confidence": 0.75390625, + "punctuated_word": "way." + }, + { + "word": "so", + "start": 305.54, + "end": 306.04, + "confidence": 0.29214355, + "speaker": 0, + "speaker_confidence": 0.75390625, + "punctuated_word": "So" + }, + { + "word": "the", + "start": 306.36, + "end": 306.54, + "confidence": 0.3535036, + "speaker": 0, + "speaker_confidence": 0.75390625, + "punctuated_word": "the" + }, + { + "word": "up-return", + "start": 306.54, + "end": 307.04, + "confidence": 0.77267694, + "speaker": 0, + "speaker_confidence": 0.75390625, + "punctuated_word": "up-return" + }, + { + "word": "policy", + "start": 307.16, + "end": 307.66, + "confidence": 0.74774724, + "speaker": 0, + "speaker_confidence": 0.75390625, + "punctuated_word": "policy" + }, + { + "word": "limit", + "start": 307.94, + "end": 308.44, + "confidence": 0.8264272, + "speaker": 0, + "speaker_confidence": 0.75390625, + "punctuated_word": "limit" + }, + { + "word": "has", + "start": 308.6, + "end": 308.94, + "confidence": 0.7785398, + "speaker": 0, + "speaker_confidence": 0.75390625, + "punctuated_word": "has" + }, + { + "word": "been", + "start": 308.94, + "end": 309.44, + "confidence": 0.6850688, + "speaker": 0, + "speaker_confidence": 0.75390625, + "punctuated_word": "been" + }, + { + "word": "lifted", + "start": 309.48, + "end": 309.98, + "confidence": 0.83603525, + "speaker": 0, + "speaker_confidence": 0.75390625, + "punctuated_word": "lifted" + }, + { + "word": "basically", + "start": 310.44, + "end": 310.84, + "confidence": 0.86854166, + "speaker": 0, + "speaker_confidence": 0.75390625, + "punctuated_word": "basically" + }, + { + "word": "entirely", + "start": 310.84, + "end": 311.34, + "confidence": 0.8874788, + "speaker": 0, + "speaker_confidence": 0.75390625, + "punctuated_word": "entirely," + }, + { + "word": "right", + "start": 311.42, + "end": 311.92, + "confidence": 0.26619595, + "speaker": 0, + "speaker_confidence": 0.75390625, + "punctuated_word": "right?" + }, + { + "word": "again", + "start": 314.24, + "end": 314.54, + "confidence": 0.9994343, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "Again," + }, + { + "word": "i", + "start": 314.54, + "end": 314.7, + "confidence": 0.8978328, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 314.7, + "end": 315.04, + "confidence": 0.9524379, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "think" + }, + { + "word": "we've", + "start": 315.04, + "end": 315.2, + "confidence": 0.8812789, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "We've" + }, + { + "word": "said", + "start": 315.2, + "end": 315.36, + "confidence": 0.8127441, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "said" + }, + { + "word": "enough", + "start": 315.36, + "end": 315.72, + "confidence": 0.8766482, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "enough" + }, + { + "word": "about", + "start": 315.72, + "end": 315.92, + "confidence": 0.73388654, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "about" + }, + { + "word": "that", + "start": 315.92, + "end": 316.28, + "confidence": 0.15659322, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "that." + }, + { + "word": "anyone", + "start": 316.28, + "end": 316.64, + "confidence": 0.7228255, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "Anyone" + }, + { + "word": "who", + "start": 316.64, + "end": 316.8, + "confidence": 0.9009133, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "who" + }, + { + "word": "wants", + "start": 316.8, + "end": 317.08, + "confidence": 0.82969195, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "wants" + }, + { + "word": "to", + "start": 317.08, + "end": 317.24, + "confidence": 0.50218695, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "to" + }, + { + "word": "know", + "start": 317.24, + "end": 317.74, + "confidence": 0.73901385, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "know" + }, + { + "word": "the", + "start": 318.48, + "end": 318.9, + "confidence": 0.7399416, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "the" + }, + { + "word": "details", + "start": 318.9, + "end": 319.34, + "confidence": 0.8722909, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "details" + }, + { + "word": "about", + "start": 319.34, + "end": 319.54, + "confidence": 0.2812881, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "about" + }, + { + "word": "that", + "start": 319.54, + "end": 319.76, + "confidence": 0.97901, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "that" + }, + { + "word": "can", + "start": 319.76, + "end": 319.92, + "confidence": 0.8997641, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "can" + }, + { + "word": "go", + "start": 319.92, + "end": 320.28, + "confidence": 0.8178705, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "go" + }, + { + "word": "to", + "start": 320.28, + "end": 320.4, + "confidence": 0.78682446, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "to" + }, + { + "word": "the", + "start": 320.4, + "end": 320.56, + "confidence": 0.75139624, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "the" + }, + { + "word": "previous", + "start": 320.56, + "end": 320.8, + "confidence": 0.9836126, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "previous" + }, + { + "word": "episode", + "start": 320.8, + "end": 321.3, + "confidence": 0.22928838, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "episode." + }, + { + "word": "however", + "start": 321.6, + "end": 322.1, + "confidence": 0.84801906, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "However," + }, + { + "word": "there", + "start": 322.12, + "end": 322.28, + "confidence": 0.81563735, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "there" + }, + { + "word": "is", + "start": 322.28, + "end": 322.54, + "confidence": 0.82812506, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "is" + }, + { + "word": "also", + "start": 322.54, + "end": 322.96, + "confidence": 0.90129554, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "also" + }, + { + "word": "another", + "start": 322.96, + "end": 323.46, + "confidence": 0.8239553, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "another" + }, + { + "word": "related", + "start": 323.52, + "end": 324.02, + "confidence": 0.2643446, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "related" + }, + { + "word": "change", + "start": 324.48, + "end": 324.98, + "confidence": 0.99939764, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "change" + }, + { + "word": "that's", + "start": 325.52, + "end": 325.92, + "confidence": 0.83285415, + "speaker": 0, + "speaker_confidence": 0.7792969, + "punctuated_word": "that's" + }, + { + "word": "close", + "start": 325.92, + "end": 326.26, + "confidence": 0.9065393, + "speaker": 0, + "speaker_confidence": 0.7792969, + "punctuated_word": "close" + }, + { + "word": "to", + "start": 326.26, + "end": 326.38, + "confidence": 0.67488223, + "speaker": 0, + "speaker_confidence": 0.7792969, + "punctuated_word": "to" + }, + { + "word": "it", + "start": 326.38, + "end": 326.66, + "confidence": 0.3432169, + "speaker": 0, + "speaker_confidence": 0.7792969, + "punctuated_word": "it," + }, + { + "word": "but", + "start": 326.66, + "end": 326.84, + "confidence": 0.9011046, + "speaker": 0, + "speaker_confidence": 0.7792969, + "punctuated_word": "but" + }, + { + "word": "that", + "start": 326.84, + "end": 327.04, + "confidence": 0.9019521, + "speaker": 0, + "speaker_confidence": 0.7792969, + "punctuated_word": "that" + }, + { + "word": "we", + "start": 327.04, + "end": 327.24, + "confidence": 0.89372504, + "speaker": 0, + "speaker_confidence": 0.7792969, + "punctuated_word": "we" + }, + { + "word": "did", + "start": 327.24, + "end": 327.44, + "confidence": 0.61694825, + "speaker": 0, + "speaker_confidence": 0.7792969, + "punctuated_word": "did" + }, + { + "word": "not", + "start": 327.44, + "end": 327.94, + "confidence": 0.8564926, + "speaker": 0, + "speaker_confidence": 0.7792969, + "punctuated_word": "not" + }, + { + "word": "discuss", + "start": 328.32, + "end": 328.66, + "confidence": 0.8216664, + "speaker": 0, + "speaker_confidence": 0.7792969, + "punctuated_word": "discuss" + }, + { + "word": "in", + "start": 328.66, + "end": 328.78, + "confidence": 0.7839278, + "speaker": 0, + "speaker_confidence": 0.7792969, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 328.78, + "end": 328.94, + "confidence": 0.75046444, + "speaker": 0, + "speaker_confidence": 0.7792969, + "punctuated_word": "the" + }, + { + "word": "previous", + "start": 328.94, + "end": 329.22, + "confidence": 0.64251727, + "speaker": 0, + "speaker_confidence": 0.7792969, + "punctuated_word": "previous" + }, + { + "word": "episode", + "start": 329.22, + "end": 329.72, + "confidence": 0.47541288, + "speaker": 0, + "speaker_confidence": 0.7792969, + "punctuated_word": "episode," + }, + { + "word": "which", + "start": 330.58, + "end": 330.86, + "confidence": 0.4736214, + "speaker": 0, + "speaker_confidence": 0.7792969, + "punctuated_word": "which" + }, + { + "word": "is", + "start": 330.86, + "end": 331.36, + "confidence": 0.63637954, + "speaker": 0, + "speaker_confidence": 0.7792969, + "punctuated_word": "is," + }, + { + "word": "i", + "start": 332.22, + "end": 332.3, + "confidence": 0.5830904, + "speaker": 0, + "speaker_confidence": 0.7792969, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 332.3, + "end": 332.62, + "confidence": 0.85039455, + "speaker": 0, + "speaker_confidence": 0.7792969, + "punctuated_word": "think" + }, + { + "word": "there's", + "start": 332.62, + "end": 332.9, + "confidence": 0.8074442, + "speaker": 0, + "speaker_confidence": 0.7792969, + "punctuated_word": "there's" + }, + { + "word": "also", + "start": 332.9, + "end": 333.28, + "confidence": 0.8226761, + "speaker": 0, + "speaker_confidence": 0.7792969, + "punctuated_word": "also" + }, + { + "word": "a", + "start": 333.28, + "end": 333.4, + "confidence": 0.562725, + "speaker": 0, + "speaker_confidence": 0.7792969, + "punctuated_word": "a" + }, + { + "word": "policy", + "start": 333.4, + "end": 333.9, + "confidence": 0.47520217, + "speaker": 0, + "speaker_confidence": 0.7792969, + "punctuated_word": "policy" + }, + { + "word": "rule", + "start": 336.0, + "end": 336.36, + "confidence": 0.07635852, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "rule," + }, + { + "word": "is", + "start": 336.36, + "end": 336.54, + "confidence": 0.8902782, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "is" + }, + { + "word": "that", + "start": 336.54, + "end": 336.68, + "confidence": 0.98317796, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "that" + }, + { + "word": "it's", + "start": 336.68, + "end": 336.96, + "confidence": 0.87773275, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "it's" + }, + { + "word": "now", + "start": 336.96, + "end": 337.26, + "confidence": 0.83454895, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "now" + }, + { + "word": "also", + "start": 337.26, + "end": 337.66, + "confidence": 0.5051741, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "also" + }, + { + "word": "possible", + "start": 337.66, + "end": 338.16, + "confidence": 0.7012926, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "possible," + }, + { + "word": "besides", + "start": 338.42, + "end": 338.92, + "confidence": 0.3470239, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "besides" + }, + { + "word": "bigger", + "start": 339.1, + "end": 339.52, + "confidence": 0.4038648, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "bigger" + }, + { + "word": "upreturns", + "start": 339.52, + "end": 340.02, + "confidence": 0.90503407, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "upreturns," + }, + { + "word": "to", + "start": 340.24, + "end": 340.4, + "confidence": 0.7946408, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "to" + }, + { + "word": "include", + "start": 340.4, + "end": 340.9, + "confidence": 0.9035387, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "include" + }, + { + "word": "multiple", + "start": 341.2, + "end": 341.7, + "confidence": 0.88081247, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "multiple" + }, + { + "word": "upreturns", + "start": 341.76, + "end": 342.26, + "confidence": 0.91125727, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "upreturns" + }, + { + "word": "in", + "start": 342.54, + "end": 342.98, + "confidence": 0.78835493, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "in" + }, + { + "word": "one", + "start": 342.98, + "end": 343.2, + "confidence": 0.70406985, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "one" + }, + { + "word": "transaction", + "start": 343.2, + "end": 343.7, + "confidence": 0.86435735, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "transaction," + }, + { + "word": "right", + "start": 343.78, + "end": 344.06, + "confidence": 0.1549001, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "right?" + }, + { + "word": "we", + "start": 344.06, + "end": 344.2, + "confidence": 0.9018266, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "We" + }, + { + "word": "did", + "start": 344.2, + "end": 344.38, + "confidence": 0.8572917, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "did" + }, + { + "word": "not", + "start": 344.38, + "end": 344.54, + "confidence": 0.73705286, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "not" + }, + { + "word": "cover", + "start": 344.54, + "end": 344.8, + "confidence": 0.7932142, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "cover" + }, + { + "word": "that", + "start": 344.8, + "end": 344.98, + "confidence": 0.80249715, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "that" + }, + { + "word": "last", + "start": 344.98, + "end": 345.24, + "confidence": 0.96490496, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "last" + }, + { + "word": "time", + "start": 345.24, + "end": 345.74, + "confidence": 0.05995181, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "time." + }, + { + "word": "i'm", + "start": 345.78, + "end": 346.06, + "confidence": 0.8951358, + "speaker": 1, + "speaker_confidence": 0.6352539, + "punctuated_word": "I'm" + }, + { + "word": "not", + "start": 346.06, + "end": 346.22, + "confidence": 0.8888545, + "speaker": 1, + "speaker_confidence": 0.6352539, + "punctuated_word": "not" + }, + { + "word": "sure", + "start": 346.22, + "end": 346.4, + "confidence": 0.63140935, + "speaker": 1, + "speaker_confidence": 0.6352539, + "punctuated_word": "sure" + }, + { + "word": "if", + "start": 346.4, + "end": 346.56, + "confidence": 0.89678353, + "speaker": 1, + "speaker_confidence": 0.6352539, + "punctuated_word": "if" + }, + { + "word": "we", + "start": 346.56, + "end": 346.68, + "confidence": 0.65618175, + "speaker": 1, + "speaker_confidence": 0.6352539, + "punctuated_word": "we" + }, + { + "word": "did", + "start": 346.68, + "end": 346.88, + "confidence": 0.87991685, + "speaker": 1, + "speaker_confidence": 0.6352539, + "punctuated_word": "did," + }, + { + "word": "but", + "start": 346.88, + "end": 347.38, + "confidence": 0.87805516, + "speaker": 1, + "speaker_confidence": 0.6352539, + "punctuated_word": "but" + }, + { + "word": "we", + "start": 347.62, + "end": 347.72, + "confidence": 0.863613, + "speaker": 1, + "speaker_confidence": 0.6352539, + "punctuated_word": "we" + }, + { + "word": "can", + "start": 347.72, + "end": 347.9, + "confidence": 0.8110428, + "speaker": 1, + "speaker_confidence": 0.6352539, + "punctuated_word": "can" + }, + { + "word": "just", + "start": 347.9, + "end": 348.04, + "confidence": 0.8970456, + "speaker": 1, + "speaker_confidence": 0.7988281, + "punctuated_word": "just" + }, + { + "word": "repeat", + "start": 348.04, + "end": 348.4, + "confidence": 0.6106389, + "speaker": 1, + "speaker_confidence": 0.7988281, + "punctuated_word": "repeat" + }, + { + "word": "it", + "start": 348.4, + "end": 348.9, + "confidence": 0.08606966, + "speaker": 1, + "speaker_confidence": 0.7988281, + "punctuated_word": "it." + }, + { + "word": "so", + "start": 349.2, + "end": 349.7, + "confidence": 0.89845043, + "speaker": 1, + "speaker_confidence": 0.7988281, + "punctuated_word": "So" + }, + { + "word": "you", + "start": 349.92, + "end": 350.08, + "confidence": 0.8350902, + "speaker": 1, + "speaker_confidence": 0.7988281, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 350.08, + "end": 350.34, + "confidence": 0.8625958, + "speaker": 1, + "speaker_confidence": 0.7988281, + "punctuated_word": "can" + }, + { + "word": "either", + "start": 350.34, + "end": 350.6, + "confidence": 0.799448, + "speaker": 1, + "speaker_confidence": 0.7988281, + "punctuated_word": "either" + }, + { + "word": "make", + "start": 350.6, + "end": 350.82, + "confidence": 0.3417768, + "speaker": 1, + "speaker_confidence": 0.7988281, + "punctuated_word": "make" + }, + { + "word": "one", + "start": 350.82, + "end": 351.06, + "confidence": 0.48200408, + "speaker": 1, + "speaker_confidence": 0.7988281, + "punctuated_word": "one" + }, + { + "word": "operator", + "start": 351.06, + "end": 351.42, + "confidence": 0.8490645, + "speaker": 1, + "speaker_confidence": 0.7988281, + "punctuated_word": "operator" + }, + { + "word": "and", + "start": 351.42, + "end": 351.58, + "confidence": 0.88290596, + "speaker": 1, + "speaker_confidence": 0.7988281, + "punctuated_word": "and" + }, + { + "word": "that", + "start": 351.58, + "end": 351.74, + "confidence": 0.79537153, + "speaker": 1, + "speaker_confidence": 0.7988281, + "punctuated_word": "that" + }, + { + "word": "is", + "start": 351.74, + "end": 351.9, + "confidence": 0.82379353, + "speaker": 1, + "speaker_confidence": 0.7988281, + "punctuated_word": "is" + }, + { + "word": "the", + "start": 351.9, + "end": 352.0, + "confidence": 0.7720876, + "speaker": 1, + "speaker_confidence": 0.75, + "punctuated_word": "the" + }, + { + "word": "maximum", + "start": 352.0, + "end": 352.42, + "confidence": 0.875224, + "speaker": 1, + "speaker_confidence": 0.75, + "punctuated_word": "maximum" + }, + { + "word": "size", + "start": 352.42, + "end": 352.64, + "confidence": 0.95492584, + "speaker": 1, + "speaker_confidence": 0.75, + "punctuated_word": "size" + }, + { + "word": "of", + "start": 352.64, + "end": 352.76, + "confidence": 0.77985704, + "speaker": 1, + "speaker_confidence": 0.75, + "punctuated_word": "of" + }, + { + "word": "a", + "start": 352.76, + "end": 352.92, + "confidence": 0.5345234, + "speaker": 1, + "speaker_confidence": 0.75, + "punctuated_word": "a" + }, + { + "word": "transaction", + "start": 352.92, + "end": 353.42, + "confidence": 0.88125056, + "speaker": 1, + "speaker_confidence": 0.75, + "punctuated_word": "transaction" + }, + { + "word": "or", + "start": 353.52, + "end": 353.76, + "confidence": 0.45471698, + "speaker": 1, + "speaker_confidence": 0.75, + "punctuated_word": "or" + }, + { + "word": "less", + "start": 353.76, + "end": 354.26, + "confidence": 0.40351087, + "speaker": 1, + "speaker_confidence": 0.75, + "punctuated_word": "less," + }, + { + "word": "or", + "start": 354.52, + "end": 354.72, + "confidence": 0.8777465, + "speaker": 1, + "speaker_confidence": 0.75, + "punctuated_word": "or" + }, + { + "word": "you", + "start": 354.72, + "end": 354.86, + "confidence": 0.8555467, + "speaker": 1, + "speaker_confidence": 0.75, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 354.86, + "end": 355.12, + "confidence": 0.76794696, + "speaker": 1, + "speaker_confidence": 0.75, + "punctuated_word": "can" + }, + { + "word": "make", + "start": 355.12, + "end": 355.32, + "confidence": 0.8457825, + "speaker": 1, + "speaker_confidence": 0.75, + "punctuated_word": "make" + }, + { + "word": "multiple", + "start": 355.32, + "end": 355.74, + "confidence": 0.60191077, + "speaker": 1, + "speaker_confidence": 0.75, + "punctuated_word": "multiple" + }, + { + "word": "ones", + "start": 355.74, + "end": 356.24, + "confidence": 0.773317, + "speaker": 1, + "speaker_confidence": 0.75, + "punctuated_word": "ones," + }, + { + "word": "which", + "start": 357.62, + "end": 358.12, + "confidence": 0.83724266, + "speaker": 1, + "speaker_confidence": 0.62158203, + "punctuated_word": "which" + }, + { + "word": "can", + "start": 358.52, + "end": 358.74, + "confidence": 0.82179105, + "speaker": 1, + "speaker_confidence": 0.62158203, + "punctuated_word": "can" + }, + { + "word": "ultimately", + "start": 358.74, + "end": 359.22, + "confidence": 0.9089102, + "speaker": 1, + "speaker_confidence": 0.62158203, + "punctuated_word": "ultimately" + }, + { + "word": "add", + "start": 359.22, + "end": 359.38, + "confidence": 0.9073201, + "speaker": 1, + "speaker_confidence": 0.62158203, + "punctuated_word": "add" + }, + { + "word": "up", + "start": 359.38, + "end": 359.54, + "confidence": 0.8076949, + "speaker": 1, + "speaker_confidence": 0.62158203, + "punctuated_word": "up" + }, + { + "word": "to", + "start": 359.54, + "end": 359.68, + "confidence": 0.8182641, + "speaker": 1, + "speaker_confidence": 0.62158203, + "punctuated_word": "to" + }, + { + "word": "the", + "start": 359.68, + "end": 359.8, + "confidence": 0.82794297, + "speaker": 1, + "speaker_confidence": 0.62158203, + "punctuated_word": "the" + }, + { + "word": "same", + "start": 359.8, + "end": 360.06, + "confidence": 0.97953826, + "speaker": 1, + "speaker_confidence": 0.62158203, + "punctuated_word": "same" + }, + { + "word": "size", + "start": 360.06, + "end": 360.56, + "confidence": 0.51973283, + "speaker": 1, + "speaker_confidence": 0.62158203, + "punctuated_word": "size." + }, + { + "word": "yeah", + "start": 361.1, + "end": 361.26, + "confidence": 0.8658939, + "speaker": 0, + "speaker_confidence": 0.5205078, + "punctuated_word": "Yeah," + }, + { + "word": "that's", + "start": 361.26, + "end": 361.56, + "confidence": 0.7737762, + "speaker": 0, + "speaker_confidence": 0.5205078, + "punctuated_word": "that's" + }, + { + "word": "important", + "start": 361.56, + "end": 361.96, + "confidence": 0.7683781, + "speaker": 0, + "speaker_confidence": 0.5205078, + "punctuated_word": "important" + }, + { + "word": "to", + "start": 361.96, + "end": 362.16, + "confidence": 0.43611348, + "speaker": 0, + "speaker_confidence": 0.5205078, + "punctuated_word": "to" + }, + { + "word": "note", + "start": 362.16, + "end": 362.66, + "confidence": 0.511797, + "speaker": 0, + "speaker_confidence": 0.5205078, + "punctuated_word": "note." + }, + { + "word": "i", + "start": 363.26, + "end": 363.42, + "confidence": 0.8634553, + "speaker": 1, + "speaker_confidence": 0.63720703, + "punctuated_word": "I" + }, + { + "word": "would", + "start": 363.42, + "end": 363.62, + "confidence": 0.80681485, + "speaker": 1, + "speaker_confidence": 0.63720703, + "punctuated_word": "would" + }, + { + "word": "say", + "start": 363.62, + "end": 363.78, + "confidence": 0.9729566, + "speaker": 1, + "speaker_confidence": 0.63720703, + "punctuated_word": "say" + }, + { + "word": "that's", + "start": 363.78, + "end": 364.04, + "confidence": 0.831149, + "speaker": 1, + "speaker_confidence": 0.63720703, + "punctuated_word": "that's" + }, + { + "word": "mostly", + "start": 364.04, + "end": 364.34, + "confidence": 0.8600756, + "speaker": 1, + "speaker_confidence": 0.63720703, + "punctuated_word": "mostly" + }, + { + "word": "a", + "start": 364.34, + "end": 364.44, + "confidence": 0.9475575, + "speaker": 1, + "speaker_confidence": 0.63720703, + "punctuated_word": "a" + }, + { + "word": "simplification", + "start": 364.44, + "end": 364.94, + "confidence": 0.882592, + "speaker": 1, + "speaker_confidence": 0.63720703, + "punctuated_word": "simplification." + }, + { + "word": "well", + "start": 367.12, + "end": 367.42, + "confidence": 0.89599156, + "speaker": 0, + "speaker_confidence": 0.7607422, + "punctuated_word": "Well," + }, + { + "word": "it's", + "start": 367.42, + "end": 367.72, + "confidence": 0.784577, + "speaker": 0, + "speaker_confidence": 0.7607422, + "punctuated_word": "it's" + }, + { + "word": "important", + "start": 367.72, + "end": 368.08, + "confidence": 0.7969201, + "speaker": 0, + "speaker_confidence": 0.7607422, + "punctuated_word": "important" + }, + { + "word": "to", + "start": 368.08, + "end": 368.22, + "confidence": 0.55949634, + "speaker": 0, + "speaker_confidence": 0.7607422, + "punctuated_word": "to" + }, + { + "word": "note", + "start": 368.22, + "end": 368.72, + "confidence": 0.5227367, + "speaker": 0, + "speaker_confidence": 0.7607422, + "punctuated_word": "note" + }, + { + "word": "because", + "start": 368.94, + "end": 369.44, + "confidence": 0.87365764, + "speaker": 0, + "speaker_confidence": 0.7607422, + "punctuated_word": "because" + }, + { + "word": "in", + "start": 369.86, + "end": 370.08, + "confidence": 0.7909621, + "speaker": 0, + "speaker_confidence": 0.7607422, + "punctuated_word": "in" + }, + { + "word": "this", + "start": 370.08, + "end": 370.44, + "confidence": 0.8759812, + "speaker": 0, + "speaker_confidence": 0.7607422, + "punctuated_word": "this" + }, + { + "word": "entire", + "start": 370.44, + "end": 370.9, + "confidence": 0.8155594, + "speaker": 0, + "speaker_confidence": 0.7607422, + "punctuated_word": "entire" + }, + { + "word": "shitstorm", + "start": 370.9, + "end": 371.4, + "confidence": 0.46760723, + "speaker": 0, + "speaker_confidence": 0.7607422, + "punctuated_word": "shitstorm," + }, + { + "word": "it", + "start": 371.6, + "end": 371.82, + "confidence": 0.8121707, + "speaker": 0, + "speaker_confidence": 0.7607422, + "punctuated_word": "it" + }, + { + "word": "has", + "start": 371.82, + "end": 372.04, + "confidence": 0.9011408, + "speaker": 0, + "speaker_confidence": 0.7607422, + "punctuated_word": "has" + }, + { + "word": "been", + "start": 372.04, + "end": 372.18, + "confidence": 0.88910306, + "speaker": 0, + "speaker_confidence": 0.7607422, + "punctuated_word": "been" + }, + { + "word": "brought", + "start": 372.18, + "end": 372.48, + "confidence": 0.8219166, + "speaker": 0, + "speaker_confidence": 0.7607422, + "punctuated_word": "brought" + }, + { + "word": "up", + "start": 372.48, + "end": 372.7, + "confidence": 0.7820159, + "speaker": 0, + "speaker_confidence": 0.7607422, + "punctuated_word": "up" + }, + { + "word": "as", + "start": 372.7, + "end": 372.86, + "confidence": 0.62159956, + "speaker": 0, + "speaker_confidence": 0.7607422, + "punctuated_word": "as" + }, + { + "word": "well", + "start": 372.86, + "end": 373.36, + "confidence": 0.26648644, + "speaker": 0, + "speaker_confidence": 0.7607422, + "punctuated_word": "well" + }, + { + "word": "as", + "start": 375.66, + "end": 376.0, + "confidence": 0.8689602, + "speaker": 0, + "speaker_confidence": 0.7949219, + "punctuated_word": "as" + }, + { + "word": "another", + "start": 376.0, + "end": 376.5, + "confidence": 0.8967456, + "speaker": 0, + "speaker_confidence": 0.7949219, + "punctuated_word": "another" + }, + { + "word": "supposedly", + "start": 376.64, + "end": 377.14, + "confidence": 0.8122008, + "speaker": 0, + "speaker_confidence": 0.7949219, + "punctuated_word": "supposedly" + }, + { + "word": "bad", + "start": 377.3, + "end": 377.54, + "confidence": 0.7828132, + "speaker": 0, + "speaker_confidence": 0.7949219, + "punctuated_word": "bad" + }, + { + "word": "thing", + "start": 377.54, + "end": 377.86, + "confidence": 0.43093956, + "speaker": 0, + "speaker_confidence": 0.7949219, + "punctuated_word": "thing" + }, + { + "word": "that", + "start": 377.86, + "end": 377.98, + "confidence": 0.4434355, + "speaker": 0, + "speaker_confidence": 0.7949219, + "punctuated_word": "that" + }, + { + "word": "bitcore", + "start": 377.98, + "end": 378.48, + "confidence": 0.38526025, + "speaker": 0, + "speaker_confidence": 0.7949219, + "punctuated_word": "Bitcore" + }, + { + "word": "developers", + "start": 378.52, + "end": 379.02, + "confidence": 0.79408, + "speaker": 0, + "speaker_confidence": 0.7949219, + "punctuated_word": "developers" + }, + { + "word": "have", + "start": 379.12, + "end": 379.34, + "confidence": 0.8690437, + "speaker": 0, + "speaker_confidence": 0.7949219, + "punctuated_word": "have" + }, + { + "word": "done", + "start": 379.34, + "end": 379.84, + "confidence": 0.07010686, + "speaker": 0, + "speaker_confidence": 0.7949219, + "punctuated_word": "done." + }, + { + "word": "but", + "start": 380.18, + "end": 380.34, + "confidence": 0.883516, + "speaker": 0, + "speaker_confidence": 0.7949219, + "punctuated_word": "But" + }, + { + "word": "as", + "start": 380.34, + "end": 380.5, + "confidence": 0.7321641, + "speaker": 0, + "speaker_confidence": 0.7949219, + "punctuated_word": "as" + }, + { + "word": "you", + "start": 380.5, + "end": 380.68, + "confidence": 0.81539685, + "speaker": 0, + "speaker_confidence": 0.7949219, + "punctuated_word": "you" + }, + { + "word": "point", + "start": 380.68, + "end": 381.08, + "confidence": 0.98360056, + "speaker": 0, + "speaker_confidence": 0.7949219, + "punctuated_word": "point" + }, + { + "word": "out", + "start": 381.08, + "end": 381.58, + "confidence": 0.49018794, + "speaker": 0, + "speaker_confidence": 0.7949219, + "punctuated_word": "out," + }, + { + "word": "even", + "start": 381.82, + "end": 382.32, + "confidence": 0.8529353, + "speaker": 0, + "speaker_confidence": 0.7949219, + "punctuated_word": "even" + }, + { + "word": "if", + "start": 382.44, + "end": 382.74, + "confidence": 0.9019998, + "speaker": 0, + "speaker_confidence": 0.7949219, + "punctuated_word": "if" + }, + { + "word": "there", + "start": 382.74, + "end": 383.0, + "confidence": 0.74804145, + "speaker": 0, + "speaker_confidence": 0.7949219, + "punctuated_word": "there" + }, + { + "word": "are", + "start": 383.0, + "end": 383.36, + "confidence": 0.0485943, + "speaker": 0, + "speaker_confidence": 0.7949219, + "punctuated_word": "are" + }, + { + "word": "multiple", + "start": 383.36, + "end": 383.86, + "confidence": 0.9679652, + "speaker": 0, + "speaker_confidence": 0.7949219, + "punctuated_word": "multiple" + }, + { + "word": "upreturns", + "start": 385.62, + "end": 386.12, + "confidence": 0.9362788, + "speaker": 0, + "speaker_confidence": 0.8251953, + "punctuated_word": "upreturns" + }, + { + "word": "in", + "start": 386.32, + "end": 386.52, + "confidence": 0.7721925, + "speaker": 0, + "speaker_confidence": 0.8251953, + "punctuated_word": "in" + }, + { + "word": "a", + "start": 386.52, + "end": 386.72, + "confidence": 0.97312635, + "speaker": 0, + "speaker_confidence": 0.8251953, + "punctuated_word": "a" + }, + { + "word": "transaction", + "start": 386.72, + "end": 387.22, + "confidence": 0.6253916, + "speaker": 0, + "speaker_confidence": 0.8251953, + "punctuated_word": "transaction," + }, + { + "word": "the", + "start": 387.84, + "end": 388.34, + "confidence": 0.8190567, + "speaker": 0, + "speaker_confidence": 0.8251953, + "punctuated_word": "the" + }, + { + "word": "total", + "start": 388.94, + "end": 389.44, + "confidence": 0.898641, + "speaker": 0, + "speaker_confidence": 0.8251953, + "punctuated_word": "total" + }, + { + "word": "size", + "start": 389.44, + "end": 389.72, + "confidence": 0.54420793, + "speaker": 0, + "speaker_confidence": 0.8251953, + "punctuated_word": "size" + }, + { + "word": "of", + "start": 389.72, + "end": 389.9, + "confidence": 0.8402313, + "speaker": 0, + "speaker_confidence": 0.8251953, + "punctuated_word": "of" + }, + { + "word": "these", + "start": 389.9, + "end": 390.14, + "confidence": 0.8958101, + "speaker": 0, + "speaker_confidence": 0.8251953, + "punctuated_word": "these" + }, + { + "word": "upreturns", + "start": 390.14, + "end": 390.64, + "confidence": 0.93839085, + "speaker": 0, + "speaker_confidence": 0.8251953, + "punctuated_word": "upreturns" + }, + { + "word": "are", + "start": 391.32, + "end": 391.64, + "confidence": 0.6378465, + "speaker": 0, + "speaker_confidence": 0.8251953, + "punctuated_word": "are" + }, + { + "word": "still", + "start": 391.64, + "end": 392.08, + "confidence": 0.8582439, + "speaker": 0, + "speaker_confidence": 0.8251953, + "punctuated_word": "still" + }, + { + "word": "bound", + "start": 392.08, + "end": 392.56, + "confidence": 0.8041468, + "speaker": 0, + "speaker_confidence": 0.8251953, + "punctuated_word": "bound" + }, + { + "word": "to", + "start": 392.56, + "end": 392.9, + "confidence": 0.80005836, + "speaker": 0, + "speaker_confidence": 0.8251953, + "punctuated_word": "to" + }, + { + "word": "whatever", + "start": 392.9, + "end": 393.34, + "confidence": 0.8703439, + "speaker": 0, + "speaker_confidence": 0.8251953, + "punctuated_word": "whatever" + }, + { + "word": "the", + "start": 393.34, + "end": 393.48, + "confidence": 0.8941428, + "speaker": 0, + "speaker_confidence": 0.8251953, + "punctuated_word": "the" + }, + { + "word": "limit", + "start": 393.48, + "end": 393.72, + "confidence": 0.55455214, + "speaker": 0, + "speaker_confidence": 0.8251953, + "punctuated_word": "limit" + }, + { + "word": "is", + "start": 393.72, + "end": 393.96, + "confidence": 0.15491717, + "speaker": 0, + "speaker_confidence": 0.8251953, + "punctuated_word": "is." + }, + { + "word": "and", + "start": 393.96, + "end": 394.12, + "confidence": 0.8551823, + "speaker": 0, + "speaker_confidence": 0.8251953, + "punctuated_word": "And" + }, + { + "word": "this", + "start": 394.12, + "end": 394.28, + "confidence": 0.5949442, + "speaker": 0, + "speaker_confidence": 0.8251953, + "punctuated_word": "this" + }, + { + "word": "limit", + "start": 394.28, + "end": 394.78, + "confidence": 0.8084356, + "speaker": 0, + "speaker_confidence": 0.8251953, + "punctuated_word": "limit," + }, + { + "word": "even", + "start": 394.78, + "end": 394.96, + "confidence": 0.37487748, + "speaker": 0, + "speaker_confidence": 0.8251953, + "punctuated_word": "even" + }, + { + "word": "in", + "start": 394.96, + "end": 395.14, + "confidence": 0.06322663, + "speaker": 0, + "speaker_confidence": 0.8251953, + "punctuated_word": "in" + }, + { + "word": "bakercore", + "start": 395.14, + "end": 395.64, + "confidence": 0.87151533, + "speaker": 0, + "speaker_confidence": 0.8251953, + "punctuated_word": "BAKERCORE," + }, + { + "word": "is", + "start": 395.74, + "end": 395.9, + "confidence": 0.67290163, + "speaker": 0, + "speaker_confidence": 0.8251953, + "punctuated_word": "is" + }, + { + "word": "still", + "start": 395.9, + "end": 396.1, + "confidence": 0.9972191, + "speaker": 0, + "speaker_confidence": 0.8251953, + "punctuated_word": "still" + }, + { + "word": "configurable", + "start": 396.1, + "end": 396.6, + "confidence": 0.88008535, + "speaker": 0, + "speaker_confidence": 0.8251953, + "punctuated_word": "configurable," + }, + { + "word": "right", + "start": 396.78, + "end": 397.28, + "confidence": 0.07657837, + "speaker": 0, + "speaker_confidence": 0.8251953, + "punctuated_word": "right?" + }, + { + "word": "yeah", + "start": 398.8, + "end": 399.06, + "confidence": 0.8212802, + "speaker": 1, + "speaker_confidence": 0.6621094, + "punctuated_word": "Yeah," + }, + { + "word": "so", + "start": 399.06, + "end": 399.22, + "confidence": 0.634517, + "speaker": 1, + "speaker_confidence": 0.6621094, + "punctuated_word": "so" + }, + { + "word": "we", + "start": 399.22, + "end": 399.4, + "confidence": 0.90724796, + "speaker": 1, + "speaker_confidence": 0.6621094, + "punctuated_word": "we" + }, + { + "word": "kind", + "start": 399.4, + "end": 399.52, + "confidence": 0.8086204, + "speaker": 1, + "speaker_confidence": 0.6621094, + "punctuated_word": "kind" + }, + { + "word": "of", + "start": 399.52, + "end": 399.68, + "confidence": 0.8139356, + "speaker": 1, + "speaker_confidence": 0.6621094, + "punctuated_word": "of" + }, + { + "word": "went", + "start": 399.68, + "end": 399.9, + "confidence": 0.89011693, + "speaker": 1, + "speaker_confidence": 0.6621094, + "punctuated_word": "went" + }, + { + "word": "back", + "start": 399.9, + "end": 400.08, + "confidence": 0.89966106, + "speaker": 1, + "speaker_confidence": 0.6621094, + "punctuated_word": "back" + }, + { + "word": "and", + "start": 400.08, + "end": 400.24, + "confidence": 0.8576425, + "speaker": 1, + "speaker_confidence": 0.6621094, + "punctuated_word": "and" + }, + { + "word": "forth", + "start": 400.24, + "end": 400.44, + "confidence": 0.8773183, + "speaker": 1, + "speaker_confidence": 0.6621094, + "punctuated_word": "forth" + }, + { + "word": "on", + "start": 400.44, + "end": 400.58, + "confidence": 0.9201069, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "on" + }, + { + "word": "that", + "start": 400.58, + "end": 400.84, + "confidence": 0.76494366, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "that." + }, + { + "word": "the", + "start": 400.84, + "end": 401.0, + "confidence": 0.80681944, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "The" + }, + { + "word": "initial", + "start": 401.0, + "end": 401.32, + "confidence": 0.8902355, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "initial" + }, + { + "word": "idea", + "start": 401.32, + "end": 401.52, + "confidence": 0.8994884, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "idea" + }, + { + "word": "was", + "start": 401.52, + "end": 401.76, + "confidence": 0.6548296, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "was" + }, + { + "word": "to", + "start": 401.76, + "end": 401.88, + "confidence": 0.79817784, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "to" + }, + { + "word": "completely", + "start": 401.88, + "end": 402.32, + "confidence": 0.9033957, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "completely" + }, + { + "word": "drop", + "start": 402.32, + "end": 402.62, + "confidence": 0.9451858, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "drop" + }, + { + "word": "it", + "start": 402.62, + "end": 402.94, + "confidence": 0.99688965, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "it" + }, + { + "word": "because", + "start": 402.94, + "end": 403.14, + "confidence": 0.9631696, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "because" + }, + { + "word": "it's", + "start": 403.14, + "end": 403.38, + "confidence": 0.6490264, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "it's" + }, + { + "word": "essentially", + "start": 403.38, + "end": 403.84, + "confidence": 0.8391467, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "essentially" + }, + { + "word": "a", + "start": 403.84, + "end": 403.94, + "confidence": 0.65460366, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "a" + }, + { + "word": "placebo", + "start": 403.94, + "end": 404.38, + "confidence": 0.77411157, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "placebo," + }, + { + "word": "but", + "start": 404.38, + "end": 404.88, + "confidence": 0.83849645, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "but" + }, + { + "word": "there", + "start": 405.04, + "end": 405.1, + "confidence": 0.9956611, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "There" + }, + { + "word": "was", + "start": 405.1, + "end": 405.16, + "confidence": 0.88210696, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "was" + }, + { + "word": "a", + "start": 405.16, + "end": 405.24, + "confidence": 0.89974976, + "speaker": 1, + "speaker_confidence": 0.64404297, + "punctuated_word": "a" + }, + { + "word": "lot", + "start": 405.24, + "end": 405.36, + "confidence": 0.7070456, + "speaker": 1, + "speaker_confidence": 0.64404297, + "punctuated_word": "lot" + }, + { + "word": "of", + "start": 405.36, + "end": 405.48, + "confidence": 0.77967614, + "speaker": 1, + "speaker_confidence": 0.64404297, + "punctuated_word": "of" + }, + { + "word": "drama", + "start": 405.48, + "end": 405.98, + "confidence": 0.14919142, + "speaker": 1, + "speaker_confidence": 0.64404297, + "punctuated_word": "drama." + }, + { + "word": "so", + "start": 406.28, + "end": 406.44, + "confidence": 0.72126275, + "speaker": 1, + "speaker_confidence": 0.64404297, + "punctuated_word": "So" + }, + { + "word": "eventually", + "start": 406.44, + "end": 406.94, + "confidence": 0.862549, + "speaker": 1, + "speaker_confidence": 0.64404297, + "punctuated_word": "eventually," + }, + { + "word": "i", + "start": 407.08, + "end": 407.12, + "confidence": 0.7923309, + "speaker": 1, + "speaker_confidence": 0.64404297, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 407.12, + "end": 407.36, + "confidence": 0.5993173, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "think" + }, + { + "word": "now", + "start": 407.36, + "end": 407.68, + "confidence": 0.8814853, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "now" + }, + { + "word": "the", + "start": 407.68, + "end": 407.9, + "confidence": 0.73479, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "the" + }, + { + "word": "default", + "start": 407.9, + "end": 408.36, + "confidence": 0.803138, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "default" + }, + { + "word": "has", + "start": 408.36, + "end": 408.52, + "confidence": 0.80465114, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "has" + }, + { + "word": "been", + "start": 408.52, + "end": 408.72, + "confidence": 0.6199641, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "been" + }, + { + "word": "changed", + "start": 408.72, + "end": 409.2, + "confidence": 0.19409332, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "changed." + }, + { + "word": "there's", + "start": 409.2, + "end": 409.48, + "confidence": 0.9075903, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "There's" + }, + { + "word": "no", + "start": 409.48, + "end": 409.68, + "confidence": 0.5371948, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "no" + }, + { + "word": "limit", + "start": 409.68, + "end": 409.92, + "confidence": 0.25165197, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "limit." + }, + { + "word": "but", + "start": 409.92, + "end": 410.14, + "confidence": 0.89631534, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "But" + }, + { + "word": "if", + "start": 410.14, + "end": 410.32, + "confidence": 0.90463686, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 410.32, + "end": 410.44, + "confidence": 0.883246, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "you" + }, + { + "word": "do", + "start": 410.44, + "end": 410.66, + "confidence": 0.956032, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "do" + }, + { + "word": "set", + "start": 410.66, + "end": 410.8, + "confidence": 0.8819927, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "set" + }, + { + "word": "a", + "start": 410.8, + "end": 411.02, + "confidence": 0.98660904, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "a" + }, + { + "word": "limit", + "start": 411.02, + "end": 411.52, + "confidence": 0.7784406, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "limit," + }, + { + "word": "the", + "start": 411.72, + "end": 411.88, + "confidence": 0.6849788, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "the" + }, + { + "word": "only", + "start": 411.88, + "end": 412.2, + "confidence": 0.40812808, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "only" + }, + { + "word": "difference", + "start": 412.2, + "end": 412.66, + "confidence": 0.99994373, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "difference" + }, + { + "word": "between", + "start": 412.66, + "end": 413.04, + "confidence": 0.8957337, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "between" + }, + { + "word": "now", + "start": 413.04, + "end": 413.3, + "confidence": 0.8012812, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "now" + }, + { + "word": "and", + "start": 413.3, + "end": 413.52, + "confidence": 0.88868546, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "and" + }, + { + "word": "before", + "start": 413.52, + "end": 413.88, + "confidence": 0.8771991, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "before" + }, + { + "word": "is", + "start": 413.88, + "end": 414.08, + "confidence": 0.81607, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "is" + }, + { + "word": "that", + "start": 414.08, + "end": 414.28, + "confidence": 0.87509215, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "that" + }, + { + "word": "the", + "start": 414.28, + "end": 414.4, + "confidence": 0.48718143, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "the" + }, + { + "word": "limit", + "start": 414.4, + "end": 414.72, + "confidence": 0.4713818, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "limit" + }, + { + "word": "applies", + "start": 414.72, + "end": 415.12, + "confidence": 0.9999447, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "applies" + }, + { + "word": "to", + "start": 415.12, + "end": 415.24, + "confidence": 0.81577456, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "to" + }, + { + "word": "the", + "start": 415.24, + "end": 415.44, + "confidence": 0.88519126, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "the" + }, + { + "word": "total", + "start": 415.44, + "end": 415.92, + "confidence": 0.59953326, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "total" + }, + { + "word": "for", + "start": 415.92, + "end": 416.1, + "confidence": 0.7828392, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "for" + }, + { + "word": "a", + "start": 416.1, + "end": 416.2, + "confidence": 0.99081624, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "a" + }, + { + "word": "transaction", + "start": 416.2, + "end": 416.7, + "confidence": 0.39196587, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "transaction." + }, + { + "word": "so", + "start": 417.7, + "end": 417.84, + "confidence": 0.9999304, + "speaker": 1, + "speaker_confidence": 0.6821289, + "punctuated_word": "So" + }, + { + "word": "let's", + "start": 417.84, + "end": 418.1, + "confidence": 0.8926721, + "speaker": 1, + "speaker_confidence": 0.6821289, + "punctuated_word": "let's" + }, + { + "word": "say", + "start": 418.1, + "end": 418.32, + "confidence": 0.8929999, + "speaker": 1, + "speaker_confidence": 0.6821289, + "punctuated_word": "say" + }, + { + "word": "you", + "start": 418.32, + "end": 418.52, + "confidence": 0.81270623, + "speaker": 1, + "speaker_confidence": 0.6821289, + "punctuated_word": "you" + }, + { + "word": "set", + "start": 418.52, + "end": 418.78, + "confidence": 0.8865972, + "speaker": 1, + "speaker_confidence": 0.6821289, + "punctuated_word": "set" + }, + { + "word": "the", + "start": 418.78, + "end": 418.9, + "confidence": 0.90837896, + "speaker": 1, + "speaker_confidence": 0.6821289, + "punctuated_word": "the" + }, + { + "word": "limit", + "start": 418.9, + "end": 419.22, + "confidence": 0.89366287, + "speaker": 1, + "speaker_confidence": 0.6821289, + "punctuated_word": "limit" + }, + { + "word": "to", + "start": 419.22, + "end": 419.44, + "confidence": 0.76599866, + "speaker": 1, + "speaker_confidence": 0.6821289, + "punctuated_word": "to" + }, + { + "word": "83", + "start": 419.44, + "end": 419.9, + "confidence": 0.9689883, + "speaker": 1, + "speaker_confidence": 0.6821289, + "punctuated_word": "83" + }, + { + "word": "bytes", + "start": 419.9, + "end": 420.4, + "confidence": 0.37131605, + "speaker": 1, + "speaker_confidence": 0.6821289, + "punctuated_word": "bytes." + }, + { + "word": "that", + "start": 420.92, + "end": 421.1, + "confidence": 0.8967755, + "speaker": 1, + "speaker_confidence": 0.5888672, + "punctuated_word": "That" + }, + { + "word": "was", + "start": 421.1, + "end": 421.4, + "confidence": 0.9998617, + "speaker": 1, + "speaker_confidence": 0.5888672, + "punctuated_word": "was," + }, + { + "word": "i", + "start": 421.4, + "end": 421.5, + "confidence": 0.9880155, + "speaker": 1, + "speaker_confidence": 0.5888672, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 421.5, + "end": 421.74, + "confidence": 0.81851274, + "speaker": 1, + "speaker_confidence": 0.5888672, + "punctuated_word": "think," + }, + { + "word": "the", + "start": 421.74, + "end": 421.88, + "confidence": 0.89528394, + "speaker": 1, + "speaker_confidence": 0.5888672, + "punctuated_word": "the" + }, + { + "word": "previous", + "start": 421.88, + "end": 422.22, + "confidence": 0.9798177, + "speaker": 1, + "speaker_confidence": 0.5888672, + "punctuated_word": "previous" + }, + { + "word": "default", + "start": 422.22, + "end": 422.72, + "confidence": 0.5851847, + "speaker": 1, + "speaker_confidence": 0.5888672, + "punctuated_word": "default." + }, + { + "word": "then", + "start": 423.26, + "end": 423.48, + "confidence": 0.8052075, + "speaker": 1, + "speaker_confidence": 0.91503906, + "punctuated_word": "Then" + }, + { + "word": "somebody", + "start": 423.48, + "end": 423.96, + "confidence": 0.8664262, + "speaker": 1, + "speaker_confidence": 0.91503906, + "punctuated_word": "somebody" + }, + { + "word": "could", + "start": 423.96, + "end": 424.28, + "confidence": 0.48724875, + "speaker": 1, + "speaker_confidence": 0.91503906, + "punctuated_word": "could" + }, + { + "word": "make", + "start": 424.28, + "end": 424.78, + "confidence": 0.8377274, + "speaker": 1, + "speaker_confidence": 0.91503906, + "punctuated_word": "make," + }, + { + "word": "i", + "start": 425.14, + "end": 425.34, + "confidence": 0.84472513, + "speaker": 1, + "speaker_confidence": 0.91503906, + "punctuated_word": "I" + }, + { + "word": "guess", + "start": 425.34, + "end": 425.84, + "confidence": 0.6006198, + "speaker": 1, + "speaker_confidence": 0.91503906, + "punctuated_word": "guess," + }, + { + "word": "20", + "start": 426.18, + "end": 426.68, + "confidence": 0.31522882, + "speaker": 1, + "speaker_confidence": 0.91503906, + "punctuated_word": "20" + }, + { + "word": "upper", + "start": 426.7, + "end": 426.96, + "confidence": 0.8674741, + "speaker": 1, + "speaker_confidence": 0.91503906, + "punctuated_word": "upper" + }, + { + "word": "churns", + "start": 426.96, + "end": 427.46, + "confidence": 0.99138945, + "speaker": 1, + "speaker_confidence": 0.91503906, + "punctuated_word": "churns" + }, + { + "word": "of", + "start": 427.46, + "end": 427.7, + "confidence": 0.71305376, + "speaker": 1, + "speaker_confidence": 0.91503906, + "punctuated_word": "of" + }, + { + "word": "2", + "start": 427.7, + "end": 427.9, + "confidence": 0.8428351, + "speaker": 1, + "speaker_confidence": 0.91503906, + "punctuated_word": "2" + }, + { + "word": "bytes", + "start": 427.9, + "end": 428.16, + "confidence": 0.42416388, + "speaker": 1, + "speaker_confidence": 0.91503906, + "punctuated_word": "bytes" + }, + { + "word": "each", + "start": 428.16, + "end": 428.66, + "confidence": 0.9175635, + "speaker": 1, + "speaker_confidence": 0.91503906, + "punctuated_word": "each," + }, + { + "word": "if", + "start": 429.1, + "end": 429.24, + "confidence": 0.8357238, + "speaker": 1, + "speaker_confidence": 0.91503906, + "punctuated_word": "if" + }, + { + "word": "they", + "start": 429.24, + "end": 429.52, + "confidence": 0.80112946, + "speaker": 1, + "speaker_confidence": 0.91503906, + "punctuated_word": "they" + }, + { + "word": "somehow", + "start": 429.52, + "end": 429.82, + "confidence": 0.8992327, + "speaker": 1, + "speaker_confidence": 0.91503906, + "punctuated_word": "somehow" + }, + { + "word": "wanted", + "start": 429.82, + "end": 430.04, + "confidence": 0.9451825, + "speaker": 1, + "speaker_confidence": 0.91503906, + "punctuated_word": "wanted" + }, + { + "word": "to", + "start": 430.04, + "end": 430.32, + "confidence": 0.49251822, + "speaker": 1, + "speaker_confidence": 0.91503906, + "punctuated_word": "to." + }, + { + "word": "now", + "start": 430.32, + "end": 430.46, + "confidence": 0.45016468, + "speaker": 1, + "speaker_confidence": 0.91503906, + "punctuated_word": "Now" + }, + { + "word": "that'd", + "start": 430.46, + "end": 430.76, + "confidence": 0.90840745, + "speaker": 1, + "speaker_confidence": 0.91503906, + "punctuated_word": "that'd" + }, + { + "word": "be", + "start": 430.76, + "end": 430.92, + "confidence": 0.9047851, + "speaker": 1, + "speaker_confidence": 0.91503906, + "punctuated_word": "be" + }, + { + "word": "pretty", + "start": 430.92, + "end": 431.12, + "confidence": 0.8497803, + "speaker": 1, + "speaker_confidence": 0.91503906, + "punctuated_word": "pretty" + }, + { + "word": "expensive", + "start": 431.12, + "end": 431.52, + "confidence": 0.7302058, + "speaker": 1, + "speaker_confidence": 0.91503906, + "punctuated_word": "expensive" + }, + { + "word": "for", + "start": 431.52, + "end": 431.72, + "confidence": 0.5862405, + "speaker": 1, + "speaker_confidence": 0.91503906, + "punctuated_word": "for" + }, + { + "word": "them", + "start": 431.72, + "end": 432.22, + "confidence": 0.9476877, + "speaker": 1, + "speaker_confidence": 0.91503906, + "punctuated_word": "them," + }, + { + "word": "because", + "start": 432.66, + "end": 433.04, + "confidence": 0.74600285, + "speaker": 1, + "speaker_confidence": 0.91503906, + "punctuated_word": "because" + }, + { + "word": "every", + "start": 433.04, + "end": 433.44, + "confidence": 0.88102496, + "speaker": 1, + "speaker_confidence": 0.91503906, + "punctuated_word": "every" + }, + { + "word": "output", + "start": 433.44, + "end": 433.78, + "confidence": 0.7534211, + "speaker": 1, + "speaker_confidence": 0.91503906, + "punctuated_word": "output" + }, + { + "word": "has", + "start": 433.78, + "end": 433.94, + "confidence": 0.8559256, + "speaker": 1, + "speaker_confidence": 0.91503906, + "punctuated_word": "has" + }, + { + "word": "an", + "start": 433.94, + "end": 434.06, + "confidence": 0.958687, + "speaker": 1, + "speaker_confidence": 0.91503906, + "punctuated_word": "an" + }, + { + "word": "overhead", + "start": 434.06, + "end": 434.56, + "confidence": 0.964904, + "speaker": 1, + "speaker_confidence": 0.91503906, + "punctuated_word": "overhead." + }, + { + "word": "yeah", + "start": 435.4, + "end": 435.66, + "confidence": 0.9929274, + "speaker": 0, + "speaker_confidence": 0.38134766, + "punctuated_word": "Yeah," + }, + { + "word": "i'm", + "start": 435.66, + "end": 435.92, + "confidence": 0.80883676, + "speaker": 0, + "speaker_confidence": 0.38134766, + "punctuated_word": "I'm" + }, + { + "word": "pointing", + "start": 435.92, + "end": 436.26, + "confidence": 0.81953603, + "speaker": 0, + "speaker_confidence": 0.38134766, + "punctuated_word": "pointing" + }, + { + "word": "it", + "start": 436.26, + "end": 436.4, + "confidence": 0.75633794, + "speaker": 0, + "speaker_confidence": 0.38134766, + "punctuated_word": "it" + }, + { + "word": "out", + "start": 436.4, + "end": 436.64, + "confidence": 0.58708185, + "speaker": 0, + "speaker_confidence": 0.38134766, + "punctuated_word": "out" + }, + { + "word": "because", + "start": 436.64, + "end": 436.92, + "confidence": 0.88943815, + "speaker": 0, + "speaker_confidence": 0.38134766, + "punctuated_word": "because" + }, + { + "word": "there", + "start": 436.92, + "end": 437.08, + "confidence": 0.99276215, + "speaker": 0, + "speaker_confidence": 0.38134766, + "punctuated_word": "there" + }, + { + "word": "was", + "start": 437.08, + "end": 437.22, + "confidence": 0.8637848, + "speaker": 0, + "speaker_confidence": 0.75927734, + "punctuated_word": "was" + }, + { + "word": "a", + "start": 437.22, + "end": 437.36, + "confidence": 0.8943777, + "speaker": 0, + "speaker_confidence": 0.75927734, + "punctuated_word": "a" + }, + { + "word": "point", + "start": 437.36, + "end": 437.6, + "confidence": 0.7626998, + "speaker": 0, + "speaker_confidence": 0.75927734, + "punctuated_word": "point" + }, + { + "word": "of", + "start": 437.6, + "end": 437.8, + "confidence": 0.51600564, + "speaker": 0, + "speaker_confidence": 0.75927734, + "punctuated_word": "of" + }, + { + "word": "critique", + "start": 437.8, + "end": 438.3, + "confidence": 0.7347979, + "speaker": 0, + "speaker_confidence": 0.75927734, + "punctuated_word": "critique," + }, + { + "word": "as", + "start": 438.38, + "end": 438.54, + "confidence": 0.7487386, + "speaker": 0, + "speaker_confidence": 0.75927734, + "punctuated_word": "as" + }, + { + "word": "i", + "start": 438.54, + "end": 438.7, + "confidence": 0.6920996, + "speaker": 0, + "speaker_confidence": 0.75927734, + "punctuated_word": "I" + }, + { + "word": "mentioned", + "start": 438.7, + "end": 439.2, + "confidence": 0.5653737, + "speaker": 0, + "speaker_confidence": 0.75927734, + "punctuated_word": "mentioned," + }, + { + "word": "that", + "start": 439.2, + "end": 439.44, + "confidence": 0.9955383, + "speaker": 0, + "speaker_confidence": 0.75927734, + "punctuated_word": "that" + }, + { + "word": "okay", + "start": 439.44, + "end": 439.64, + "confidence": 0.8905663, + "speaker": 0, + "speaker_confidence": 0.75927734, + "punctuated_word": "okay," + }, + { + "word": "you", + "start": 439.64, + "end": 439.84, + "confidence": 0.8330728, + "speaker": 0, + "speaker_confidence": 0.75927734, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 439.84, + "end": 440.08, + "confidence": 0.80660295, + "speaker": 0, + "speaker_confidence": 0.75927734, + "punctuated_word": "can" + }, + { + "word": "change", + "start": 440.08, + "end": 440.58, + "confidence": 0.9107826, + "speaker": 0, + "speaker_confidence": 0.75927734, + "punctuated_word": "change" + }, + { + "word": "the", + "start": 440.6, + "end": 440.74, + "confidence": 0.795486, + "speaker": 0, + "speaker_confidence": 0.75927734, + "punctuated_word": "the" + }, + { + "word": "default", + "start": 440.74, + "end": 441.14, + "confidence": 0.73945814, + "speaker": 0, + "speaker_confidence": 0.75927734, + "punctuated_word": "default" + }, + { + "word": "setting", + "start": 441.14, + "end": 441.44, + "confidence": 0.71679085, + "speaker": 0, + "speaker_confidence": 0.75927734, + "punctuated_word": "setting" + }, + { + "word": "now", + "start": 441.44, + "end": 441.68, + "confidence": 0.8839617, + "speaker": 0, + "speaker_confidence": 0.75927734, + "punctuated_word": "now," + }, + { + "word": "you", + "start": 441.68, + "end": 441.82, + "confidence": 0.8319067, + "speaker": 0, + "speaker_confidence": 0.75927734, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 441.82, + "end": 442.04, + "confidence": 0.9028926, + "speaker": 0, + "speaker_confidence": 0.75927734, + "punctuated_word": "can" + }, + { + "word": "change", + "start": 442.04, + "end": 442.32, + "confidence": 0.815553, + "speaker": 0, + "speaker_confidence": 0.75927734, + "punctuated_word": "change" + }, + { + "word": "it", + "start": 442.32, + "end": 442.48, + "confidence": 0.90353864, + "speaker": 0, + "speaker_confidence": 0.75927734, + "punctuated_word": "it" + }, + { + "word": "back", + "start": 442.48, + "end": 442.72, + "confidence": 0.9042818, + "speaker": 0, + "speaker_confidence": 0.75927734, + "punctuated_word": "back" + }, + { + "word": "to", + "start": 442.72, + "end": 442.88, + "confidence": 0.9007043, + "speaker": 0, + "speaker_confidence": 0.75927734, + "punctuated_word": "to" + }, + { + "word": "where", + "start": 442.88, + "end": 443.08, + "confidence": 0.89757186, + "speaker": 0, + "speaker_confidence": 0.75927734, + "punctuated_word": "where" + }, + { + "word": "it", + "start": 443.08, + "end": 443.32, + "confidence": 0.5177172, + "speaker": 0, + "speaker_confidence": 0.75927734, + "punctuated_word": "it" + }, + { + "word": "was", + "start": 443.32, + "end": 443.82, + "confidence": 0.058098324, + "speaker": 0, + "speaker_confidence": 0.75927734, + "punctuated_word": "was." + }, + { + "word": "but", + "start": 444.24, + "end": 444.74, + "confidence": 0.78001976, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "But" + }, + { + "word": "the", + "start": 444.88, + "end": 445.04, + "confidence": 0.8952035, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "the" + }, + { + "word": "critique", + "start": 445.04, + "end": 445.44, + "confidence": 0.7418141, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "critique" + }, + { + "word": "was", + "start": 445.44, + "end": 445.68, + "confidence": 0.8214477, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "was," + }, + { + "word": "but", + "start": 445.68, + "end": 445.9, + "confidence": 0.87788445, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "but" + }, + { + "word": "now", + "start": 445.9, + "end": 446.12, + "confidence": 0.9023467, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "now" + }, + { + "word": "you", + "start": 446.12, + "end": 446.28, + "confidence": 0.89131856, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 446.28, + "end": 446.48, + "confidence": 0.7301752, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "can" + }, + { + "word": "still", + "start": 446.48, + "end": 446.88, + "confidence": 0.8090825, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "still" + }, + { + "word": "include", + "start": 446.88, + "end": 447.32, + "confidence": 0.18699923, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "include" + }, + { + "word": "multiple", + "start": 447.32, + "end": 447.82, + "confidence": 0.7937909, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "multiple" + }, + { + "word": "operators", + "start": 447.84, + "end": 448.26, + "confidence": 0.8021265, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "operators" + }, + { + "word": "in", + "start": 448.26, + "end": 448.44, + "confidence": 0.7635255, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "in" + }, + { + "word": "a", + "start": 448.44, + "end": 448.58, + "confidence": 0.9893686, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "a" + }, + { + "word": "transaction", + "start": 448.58, + "end": 449.08, + "confidence": 0.06898947, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "transaction." + }, + { + "word": "however", + "start": 449.54, + "end": 450.04, + "confidence": 0.8091153, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "However," + }, + { + "word": "the", + "start": 450.04, + "end": 450.16, + "confidence": 0.90583575, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "The" + }, + { + "word": "point", + "start": 450.16, + "end": 450.4, + "confidence": 0.7003823, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "point" + }, + { + "word": "is", + "start": 450.4, + "end": 450.72, + "confidence": 0.85720164, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "is" + }, + { + "word": "that", + "start": 450.72, + "end": 451.0, + "confidence": 0.8967353, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "that" + }, + { + "word": "if", + "start": 451.0, + "end": 451.24, + "confidence": 0.8573924, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 451.24, + "end": 451.74, + "confidence": 0.8429637, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "you" + }, + { + "word": "do", + "start": 451.88, + "end": 452.12, + "confidence": 0.9032067, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "do" + }, + { + "word": "change", + "start": 452.12, + "end": 452.44, + "confidence": 0.81576884, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "change" + }, + { + "word": "it", + "start": 452.44, + "end": 452.6, + "confidence": 0.85729533, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "it" + }, + { + "word": "back", + "start": 452.6, + "end": 452.88, + "confidence": 0.6136764, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "back" + }, + { + "word": "to", + "start": 452.88, + "end": 453.16, + "confidence": 0.7369431, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "to," + }, + { + "word": "let's", + "start": 453.16, + "end": 453.4, + "confidence": 0.87822884, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "let's" + }, + { + "word": "say", + "start": 453.4, + "end": 453.56, + "confidence": 0.78560895, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "say," + }, + { + "word": "83", + "start": 453.56, + "end": 454.0, + "confidence": 0.9219687, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "83" + }, + { + "word": "bytes", + "start": 454.0, + "end": 454.5, + "confidence": 0.035409875, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "bytes," + }, + { + "word": "then", + "start": 455.02, + "end": 455.2, + "confidence": 0.8929159, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "then" + }, + { + "word": "if", + "start": 455.2, + "end": 455.38, + "confidence": 0.6848106, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 455.38, + "end": 455.74, + "confidence": 0.8994216, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "you" + }, + { + "word": "then", + "start": 455.74, + "end": 456.1, + "confidence": 0.7777112, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "then" + }, + { + "word": "put", + "start": 456.1, + "end": 456.38, + "confidence": 0.39869082, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "put" + }, + { + "word": "multiple", + "start": 456.38, + "end": 456.6, + "confidence": 0.4145835, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "multiple" + }, + { + "word": "upreturns", + "start": 456.6, + "end": 457.1, + "confidence": 0.9597, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "upreturns" + }, + { + "word": "in", + "start": 457.2, + "end": 457.36, + "confidence": 0.63850063, + "speaker": 0, + "speaker_confidence": 0.9111328, + "punctuated_word": "in" + }, + { + "word": "a", + "start": 457.36, + "end": 457.44, + "confidence": 0.9635129, + "speaker": 0, + "speaker_confidence": 0.8300781, + "punctuated_word": "a" + }, + { + "word": "transaction", + "start": 457.44, + "end": 457.94, + "confidence": 0.30068797, + "speaker": 0, + "speaker_confidence": 0.8300781, + "punctuated_word": "transaction," + }, + { + "word": "then", + "start": 458.04, + "end": 458.26, + "confidence": 0.8656824, + "speaker": 0, + "speaker_confidence": 0.8300781, + "punctuated_word": "then" + }, + { + "word": "their", + "start": 458.26, + "end": 458.46, + "confidence": 0.8069449, + "speaker": 0, + "speaker_confidence": 0.8300781, + "punctuated_word": "their" + }, + { + "word": "combined", + "start": 458.46, + "end": 458.96, + "confidence": 0.8756313, + "speaker": 0, + "speaker_confidence": 0.8300781, + "punctuated_word": "combined" + }, + { + "word": "size", + "start": 459.06, + "end": 459.38, + "confidence": 0.9107438, + "speaker": 0, + "speaker_confidence": 0.8300781, + "punctuated_word": "size" + }, + { + "word": "can", + "start": 459.38, + "end": 459.6, + "confidence": 0.8478553, + "speaker": 0, + "speaker_confidence": 0.8300781, + "punctuated_word": "can" + }, + { + "word": "still", + "start": 459.6, + "end": 459.92, + "confidence": 0.9092792, + "speaker": 0, + "speaker_confidence": 0.8300781, + "punctuated_word": "still" + }, + { + "word": "only", + "start": 459.92, + "end": 460.24, + "confidence": 0.91156334, + "speaker": 0, + "speaker_confidence": 0.8300781, + "punctuated_word": "only" + }, + { + "word": "be", + "start": 460.24, + "end": 460.44, + "confidence": 0.8182888, + "speaker": 0, + "speaker_confidence": 0.8300781, + "punctuated_word": "be" + }, + { + "word": "83", + "start": 460.44, + "end": 460.92, + "confidence": 0.96156967, + "speaker": 0, + "speaker_confidence": 0.8300781, + "punctuated_word": "83" + }, + { + "word": "bytes", + "start": 460.92, + "end": 461.42, + "confidence": 0.14780451, + "speaker": 0, + "speaker_confidence": 0.8300781, + "punctuated_word": "bytes." + }, + { + "word": "so", + "start": 462.38, + "end": 462.66, + "confidence": 0.6675613, + "speaker": 0, + "speaker_confidence": 0.8300781, + "punctuated_word": "So," + }, + { + "word": "even", + "start": 462.66, + "end": 462.94, + "confidence": 0.895005, + "speaker": 0, + "speaker_confidence": 0.8300781, + "punctuated_word": "even" + }, + { + "word": "if", + "start": 462.94, + "end": 463.44, + "confidence": 0.68257713, + "speaker": 0, + "speaker_confidence": 0.8300781, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 464.02, + "end": 464.12, + "confidence": 0.8396231, + "speaker": 0, + "speaker_confidence": 0.8105469, + "punctuated_word": "you" + }, + { + "word": "do", + "start": 464.12, + "end": 464.44, + "confidence": 0.80280477, + "speaker": 0, + "speaker_confidence": 0.8105469, + "punctuated_word": "do" + }, + { + "word": "change", + "start": 464.44, + "end": 464.72, + "confidence": 0.8615636, + "speaker": 0, + "speaker_confidence": 0.8105469, + "punctuated_word": "change" + }, + { + "word": "the", + "start": 464.72, + "end": 465.04, + "confidence": 0.552151, + "speaker": 0, + "speaker_confidence": 0.8105469, + "punctuated_word": "the" + }, + { + "word": "defaults", + "start": 465.04, + "end": 465.36, + "confidence": 0.45910123, + "speaker": 0, + "speaker_confidence": 0.8105469, + "punctuated_word": "defaults," + }, + { + "word": "for", + "start": 465.36, + "end": 465.6, + "confidence": 0.90872276, + "speaker": 0, + "speaker_confidence": 0.8105469, + "punctuated_word": "for" + }, + { + "word": "whatever", + "start": 465.6, + "end": 465.92, + "confidence": 0.74259865, + "speaker": 0, + "speaker_confidence": 0.8105469, + "punctuated_word": "whatever" + }, + { + "word": "reason", + "start": 465.92, + "end": 466.28, + "confidence": 0.7080735, + "speaker": 0, + "speaker_confidence": 0.8105469, + "punctuated_word": "reason" + }, + { + "word": "you", + "start": 466.28, + "end": 466.48, + "confidence": 0.75125015, + "speaker": 0, + "speaker_confidence": 0.8105469, + "punctuated_word": "you" + }, + { + "word": "may", + "start": 466.48, + "end": 466.98, + "confidence": 0.8744627, + "speaker": 0, + "speaker_confidence": 0.8105469, + "punctuated_word": "may" + }, + { + "word": "think", + "start": 467.08, + "end": 467.36, + "confidence": 0.75036544, + "speaker": 0, + "speaker_confidence": 0.8105469, + "punctuated_word": "think" + }, + { + "word": "you", + "start": 467.36, + "end": 467.48, + "confidence": 0.8986815, + "speaker": 0, + "speaker_confidence": 0.8105469, + "punctuated_word": "you" + }, + { + "word": "want", + "start": 467.48, + "end": 467.64, + "confidence": 0.8966602, + "speaker": 0, + "speaker_confidence": 0.8105469, + "punctuated_word": "want" + }, + { + "word": "to", + "start": 467.64, + "end": 467.8, + "confidence": 0.8609902, + "speaker": 0, + "speaker_confidence": 0.8105469, + "punctuated_word": "to" + }, + { + "word": "do", + "start": 467.8, + "end": 467.96, + "confidence": 0.8154662, + "speaker": 0, + "speaker_confidence": 0.8105469, + "punctuated_word": "do" + }, + { + "word": "that", + "start": 467.96, + "end": 468.46, + "confidence": 0.5091062, + "speaker": 0, + "speaker_confidence": 0.8105469, + "punctuated_word": "that," + }, + { + "word": "then", + "start": 468.68, + "end": 469.08, + "confidence": 0.8908607, + "speaker": 0, + "speaker_confidence": 0.8105469, + "punctuated_word": "then" + }, + { + "word": "that", + "start": 469.08, + "end": 469.28, + "confidence": 0.8949877, + "speaker": 0, + "speaker_confidence": 0.8105469, + "punctuated_word": "that" + }, + { + "word": "is", + "start": 469.28, + "end": 469.48, + "confidence": 0.8029376, + "speaker": 0, + "speaker_confidence": 0.8105469, + "punctuated_word": "is" + }, + { + "word": "still", + "start": 469.48, + "end": 469.7, + "confidence": 0.29150707, + "speaker": 0, + "speaker_confidence": 0.8105469, + "punctuated_word": "still" + }, + { + "word": "the", + "start": 469.7, + "end": 469.92, + "confidence": 0.99802846, + "speaker": 0, + "speaker_confidence": 0.8105469, + "punctuated_word": "the" + }, + { + "word": "actual", + "start": 469.92, + "end": 470.42, + "confidence": 0.9002329, + "speaker": 0, + "speaker_confidence": 0.8105469, + "punctuated_word": "actual" + }, + { + "word": "limit", + "start": 470.74, + "end": 471.24, + "confidence": 0.26898035, + "speaker": 0, + "speaker_confidence": 0.8105469, + "punctuated_word": "limit" + }, + { + "word": "for", + "start": 471.62, + "end": 472.12, + "confidence": 0.4900899, + "speaker": 0, + "speaker_confidence": 0.8105469, + "punctuated_word": "for" + }, + { + "word": "upreturns", + "start": 472.26, + "end": 472.76, + "confidence": 0.958951, + "speaker": 0, + "speaker_confidence": 0.8105469, + "punctuated_word": "upreturns." + }, + { + "word": "you", + "start": 473.5, + "end": 473.68, + "confidence": 0.8547882, + "speaker": 0, + "speaker_confidence": 0.8105469, + "punctuated_word": "You" + }, + { + "word": "can", + "start": 473.68, + "end": 473.86, + "confidence": 0.89288497, + "speaker": 0, + "speaker_confidence": 0.8105469, + "punctuated_word": "can" + }, + { + "word": "split", + "start": 473.86, + "end": 474.12, + "confidence": 0.9024591, + "speaker": 0, + "speaker_confidence": 0.8105469, + "punctuated_word": "split" + }, + { + "word": "it", + "start": 474.12, + "end": 474.24, + "confidence": 0.45521116, + "speaker": 0, + "speaker_confidence": 0.8105469, + "punctuated_word": "it" + }, + { + "word": "up", + "start": 474.24, + "end": 474.38, + "confidence": 0.379935, + "speaker": 0, + "speaker_confidence": 0.70458984, + "punctuated_word": "up" + }, + { + "word": "into", + "start": 474.38, + "end": 474.52, + "confidence": 0.68421185, + "speaker": 0, + "speaker_confidence": 0.70458984, + "punctuated_word": "into" + }, + { + "word": "two", + "start": 474.52, + "end": 474.72, + "confidence": 0.88375336, + "speaker": 0, + "speaker_confidence": 0.70458984, + "punctuated_word": "two" + }, + { + "word": "different", + "start": 474.72, + "end": 474.9, + "confidence": 0.8720537, + "speaker": 0, + "speaker_confidence": 0.70458984, + "punctuated_word": "different" + }, + { + "word": "upreturns", + "start": 474.9, + "end": 475.38, + "confidence": 0.9058237, + "speaker": 0, + "speaker_confidence": 0.70458984, + "punctuated_word": "upreturns," + }, + { + "word": "but", + "start": 475.38, + "end": 475.56, + "confidence": 0.9563314, + "speaker": 0, + "speaker_confidence": 0.70458984, + "punctuated_word": "but" + }, + { + "word": "it's", + "start": 475.56, + "end": 475.76, + "confidence": 0.91287833, + "speaker": 0, + "speaker_confidence": 0.70458984, + "punctuated_word": "it's" + }, + { + "word": "still", + "start": 475.76, + "end": 476.26, + "confidence": 0.77925664, + "speaker": 0, + "speaker_confidence": 0.70458984, + "punctuated_word": "still" + }, + { + "word": "83", + "start": 476.32, + "end": 476.82, + "confidence": 0.87125856, + "speaker": 0, + "speaker_confidence": 0.70458984, + "punctuated_word": "83" + }, + { + "word": "bytes", + "start": 476.82, + "end": 477.32, + "confidence": 0.8867801, + "speaker": 0, + "speaker_confidence": 0.70458984, + "punctuated_word": "bytes" + }, + { + "word": "in", + "start": 477.44, + "end": 477.66, + "confidence": 0.804423, + "speaker": 0, + "speaker_confidence": 0.70458984, + "punctuated_word": "in" + }, + { + "word": "that", + "start": 477.66, + "end": 477.88, + "confidence": 0.70132685, + "speaker": 0, + "speaker_confidence": 0.70458984, + "punctuated_word": "that" + }, + { + "word": "case", + "start": 477.88, + "end": 478.22, + "confidence": 0.87061816, + "speaker": 0, + "speaker_confidence": 0.70458984, + "punctuated_word": "case," + }, + { + "word": "right", + "start": 478.22, + "end": 478.72, + "confidence": 0.017245311, + "speaker": 0, + "speaker_confidence": 0.70458984, + "punctuated_word": "right?" + }, + { + "word": "yeah", + "start": 479.88, + "end": 480.04, + "confidence": 0.6454292, + "speaker": 0, + "speaker_confidence": 0.9658203, + "punctuated_word": "Yeah," + }, + { + "word": "okay", + "start": 480.04, + "end": 480.42, + "confidence": 0.32198158, + "speaker": 0, + "speaker_confidence": 0.9658203, + "punctuated_word": "okay." + }, + { + "word": "so", + "start": 480.42, + "end": 480.64, + "confidence": 0.5228131, + "speaker": 0, + "speaker_confidence": 0.9658203, + "punctuated_word": "So" + }, + { + "word": "then", + "start": 480.64, + "end": 481.14, + "confidence": 0.53553694, + "speaker": 0, + "speaker_confidence": 0.9658203, + "punctuated_word": "then" + }, + { + "word": "why", + "start": 481.32, + "end": 481.82, + "confidence": 0.8657483, + "speaker": 0, + "speaker_confidence": 0.9658203, + "punctuated_word": "why" + }, + { + "word": "you", + "start": 482.08, + "end": 482.28, + "confidence": 0.7580106, + "speaker": 0, + "speaker_confidence": 0.9658203, + "punctuated_word": "you" + }, + { + "word": "said", + "start": 482.28, + "end": 482.68, + "confidence": 0.83782625, + "speaker": 0, + "speaker_confidence": 0.9658203, + "punctuated_word": "said" + }, + { + "word": "the", + "start": 482.68, + "end": 482.86, + "confidence": 0.8782086, + "speaker": 0, + "speaker_confidence": 0.9658203, + "punctuated_word": "the" + }, + { + "word": "change", + "start": 482.86, + "end": 483.16, + "confidence": 0.803065, + "speaker": 0, + "speaker_confidence": 0.9658203, + "punctuated_word": "change" + }, + { + "word": "was", + "start": 483.16, + "end": 483.4, + "confidence": 0.5705889, + "speaker": 0, + "speaker_confidence": 0.9658203, + "punctuated_word": "was" + }, + { + "word": "made", + "start": 483.4, + "end": 483.82, + "confidence": 0.12955286, + "speaker": 0, + "speaker_confidence": 0.9658203, + "punctuated_word": "made," + }, + { + "word": "and", + "start": 483.82, + "end": 483.94, + "confidence": 0.99132276, + "speaker": 0, + "speaker_confidence": 0.9658203, + "punctuated_word": "and" + }, + { + "word": "i'm", + "start": 483.94, + "end": 484.22, + "confidence": 0.7911243, + "speaker": 0, + "speaker_confidence": 0.9658203, + "punctuated_word": "I'm" + }, + { + "word": "talking", + "start": 484.22, + "end": 484.6, + "confidence": 0.6408461, + "speaker": 0, + "speaker_confidence": 0.9658203, + "punctuated_word": "talking" + }, + { + "word": "again", + "start": 484.6, + "end": 484.86, + "confidence": 0.7584456, + "speaker": 0, + "speaker_confidence": 0.9658203, + "punctuated_word": "again" + }, + { + "word": "specifically", + "start": 484.86, + "end": 485.36, + "confidence": 0.5406005, + "speaker": 0, + "speaker_confidence": 0.9658203, + "punctuated_word": "specifically" + }, + { + "word": "about", + "start": 485.6, + "end": 486.1, + "confidence": 0.80728483, + "speaker": 0, + "speaker_confidence": 0.9658203, + "punctuated_word": "about" + }, + { + "word": "the", + "start": 486.54, + "end": 486.68, + "confidence": 0.5200504, + "speaker": 0, + "speaker_confidence": 0.9658203, + "punctuated_word": "the" + }, + { + "word": "fact", + "start": 486.68, + "end": 486.94, + "confidence": 0.8323165, + "speaker": 0, + "speaker_confidence": 0.9658203, + "punctuated_word": "fact" + }, + { + "word": "that", + "start": 486.94, + "end": 487.08, + "confidence": 0.89586556, + "speaker": 0, + "speaker_confidence": 0.9658203, + "punctuated_word": "that" + }, + { + "word": "you", + "start": 487.08, + "end": 487.24, + "confidence": 0.73687464, + "speaker": 0, + "speaker_confidence": 0.9658203, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 487.24, + "end": 487.4, + "confidence": 0.67858356, + "speaker": 0, + "speaker_confidence": 0.9658203, + "punctuated_word": "can" + }, + { + "word": "include", + "start": 487.4, + "end": 487.76, + "confidence": 0.31364, + "speaker": 0, + "speaker_confidence": 0.9658203, + "punctuated_word": "include" + }, + { + "word": "multiple", + "start": 487.76, + "end": 488.1, + "confidence": 0.71308875, + "speaker": 0, + "speaker_confidence": 0.9658203, + "punctuated_word": "multiple" + }, + { + "word": "opportunes", + "start": 488.1, + "end": 488.6, + "confidence": 0.40997943, + "speaker": 0, + "speaker_confidence": 0.9658203, + "punctuated_word": "opportunes," + }, + { + "word": "that", + "start": 489.16, + "end": 489.36, + "confidence": 0.82255536, + "speaker": 0, + "speaker_confidence": 0.9658203, + "punctuated_word": "that" + }, + { + "word": "was", + "start": 489.36, + "end": 489.62, + "confidence": 0.91346455, + "speaker": 0, + "speaker_confidence": 0.9658203, + "punctuated_word": "was" + }, + { + "word": "made", + "start": 489.62, + "end": 489.9, + "confidence": 0.99579865, + "speaker": 0, + "speaker_confidence": 0.9658203, + "punctuated_word": "made" + }, + { + "word": "as", + "start": 489.9, + "end": 490.04, + "confidence": 0.9568022, + "speaker": 0, + "speaker_confidence": 0.9658203, + "punctuated_word": "as" + }, + { + "word": "a", + "start": 490.04, + "end": 490.2, + "confidence": 0.95183784, + "speaker": 0, + "speaker_confidence": 0.5288086, + "punctuated_word": "a" + }, + { + "word": "simplification", + "start": 490.2, + "end": 490.7, + "confidence": 0.7237445, + "speaker": 0, + "speaker_confidence": 0.5288086, + "punctuated_word": "simplification?" + }, + { + "word": "that's", + "start": 491.04, + "end": 491.54, + "confidence": 0.8305629, + "speaker": 0, + "speaker_confidence": 0.5288086, + "punctuated_word": "That's" + }, + { + "word": "how", + "start": 491.98, + "end": 492.1, + "confidence": 0.58692825, + "speaker": 0, + "speaker_confidence": 0.5288086, + "punctuated_word": "how" + }, + { + "word": "you're\u2014", + "start": 492.1, + "end": 492.44, + "confidence": 0.20739622, + "speaker": 0, + "speaker_confidence": 0.5288086, + "punctuated_word": "you're\u2014" + }, + { + "word": "yeah", + "start": 492.44, + "end": 492.62, + "confidence": 0.9159584, + "speaker": 1, + "speaker_confidence": 0.53125, + "punctuated_word": "Yeah," + }, + { + "word": "i", + "start": 492.62, + "end": 492.74, + "confidence": 0.8611498, + "speaker": 1, + "speaker_confidence": 0.53125, + "punctuated_word": "I" + }, + { + "word": "mean", + "start": 492.74, + "end": 493.08, + "confidence": 0.58843297, + "speaker": 1, + "speaker_confidence": 0.53125, + "punctuated_word": "mean," + }, + { + "word": "it", + "start": 493.08, + "end": 493.18, + "confidence": 0.8899731, + "speaker": 1, + "speaker_confidence": 0.53125, + "punctuated_word": "it" + }, + { + "word": "depends", + "start": 493.18, + "end": 493.46, + "confidence": 0.8993181, + "speaker": 1, + "speaker_confidence": 0.53125, + "punctuated_word": "depends" + }, + { + "word": "on", + "start": 493.46, + "end": 493.58, + "confidence": 0.8956127, + "speaker": 1, + "speaker_confidence": 0.53125, + "punctuated_word": "on" + }, + { + "word": "how", + "start": 493.58, + "end": 493.74, + "confidence": 0.91193855, + "speaker": 1, + "speaker_confidence": 0.53125, + "punctuated_word": "how" + }, + { + "word": "you", + "start": 493.74, + "end": 493.84, + "confidence": 0.90923476, + "speaker": 1, + "speaker_confidence": 0.53125, + "punctuated_word": "you" + }, + { + "word": "look", + "start": 493.84, + "end": 494.02, + "confidence": 0.90348303, + "speaker": 1, + "speaker_confidence": 0.53125, + "punctuated_word": "look" + }, + { + "word": "at", + "start": 494.02, + "end": 494.16, + "confidence": 0.9002181, + "speaker": 1, + "speaker_confidence": 0.54052734, + "punctuated_word": "at" + }, + { + "word": "it", + "start": 494.16, + "end": 494.44, + "confidence": 0.94307417, + "speaker": 1, + "speaker_confidence": 0.54052734, + "punctuated_word": "it," + }, + { + "word": "i", + "start": 494.44, + "end": 494.54, + "confidence": 0.57750875, + "speaker": 1, + "speaker_confidence": 0.54052734, + "punctuated_word": "I" + }, + { + "word": "guess", + "start": 494.54, + "end": 494.76, + "confidence": 0.3241699, + "speaker": 1, + "speaker_confidence": 0.54052734, + "punctuated_word": "guess," + }, + { + "word": "but", + "start": 494.76, + "end": 495.26, + "confidence": 0.6912164, + "speaker": 1, + "speaker_confidence": 0.54052734, + "punctuated_word": "but" + }, + { + "word": "the", + "start": 495.76, + "end": 495.88, + "confidence": 0.8781665, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "The" + }, + { + "word": "idea", + "start": 495.88, + "end": 496.12, + "confidence": 0.6241845, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "idea" + }, + { + "word": "was", + "start": 496.12, + "end": 496.38, + "confidence": 0.8700449, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "was" + }, + { + "word": "there", + "start": 496.38, + "end": 496.56, + "confidence": 0.8350275, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "there" + }, + { + "word": "can", + "start": 496.56, + "end": 496.72, + "confidence": 0.8936149, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "can" + }, + { + "word": "only", + "start": 496.72, + "end": 496.92, + "confidence": 0.8045192, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "only" + }, + { + "word": "be", + "start": 496.92, + "end": 497.08, + "confidence": 0.6401418, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "be" + }, + { + "word": "one", + "start": 497.08, + "end": 497.36, + "confidence": 0.5514584, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "one," + }, + { + "word": "so", + "start": 497.36, + "end": 497.54, + "confidence": 0.6192431, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "so" + }, + { + "word": "that", + "start": 497.54, + "end": 497.72, + "confidence": 0.8735286, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "that" + }, + { + "word": "restriction", + "start": 497.72, + "end": 498.16, + "confidence": 0.7759713, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "restriction" + }, + { + "word": "is", + "start": 498.16, + "end": 498.34, + "confidence": 0.8845918, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "is" + }, + { + "word": "dropped", + "start": 498.34, + "end": 498.74, + "confidence": 0.10260268, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "dropped." + }, + { + "word": "now", + "start": 498.74, + "end": 498.94, + "confidence": 0.85650104, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "Now" + }, + { + "word": "it", + "start": 498.94, + "end": 499.04, + "confidence": 0.99976975, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "it" + }, + { + "word": "doesn't", + "start": 499.04, + "end": 499.3, + "confidence": 0.80965453, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "doesn't" + }, + { + "word": "matter", + "start": 499.3, + "end": 499.6, + "confidence": 0.8085382, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "matter" + }, + { + "word": "how", + "start": 499.6, + "end": 499.78, + "confidence": 0.73182285, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "how" + }, + { + "word": "many", + "start": 499.78, + "end": 499.96, + "confidence": 0.8210788, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "many" + }, + { + "word": "outputs", + "start": 499.96, + "end": 500.34, + "confidence": 0.2954929, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "outputs" + }, + { + "word": "are", + "start": 500.34, + "end": 500.52, + "confidence": 0.65611273, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "are" + }, + { + "word": "opportunes", + "start": 500.52, + "end": 501.02, + "confidence": 0.45788595, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "opportunes." + }, + { + "word": "so", + "start": 501.88, + "end": 502.04, + "confidence": 0.7269862, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "So" + }, + { + "word": "the", + "start": 502.04, + "end": 502.2, + "confidence": 0.8549393, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "the" + }, + { + "word": "rules", + "start": 502.2, + "end": 502.54, + "confidence": 0.8956673, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "rules" + }, + { + "word": "are", + "start": 502.54, + "end": 502.66, + "confidence": 0.47202212, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "are" + }, + { + "word": "simplified", + "start": 502.66, + "end": 503.16, + "confidence": 0.56582695, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "simplified," + }, + { + "word": "whether", + "start": 503.16, + "end": 503.4, + "confidence": 0.718573, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "whether" + }, + { + "word": "that", + "start": 503.4, + "end": 503.68, + "confidence": 0.868741, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "that" + }, + { + "word": "actually", + "start": 503.68, + "end": 504.14, + "confidence": 0.6485855, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "actually" + }, + { + "word": "is", + "start": 504.14, + "end": 504.28, + "confidence": 0.8694393, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "is" + }, + { + "word": "simply", + "start": 504.28, + "end": 504.52, + "confidence": 0.8153202, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "simply" + }, + { + "word": "in", + "start": 504.52, + "end": 504.72, + "confidence": 0.82747865, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 504.72, + "end": 504.84, + "confidence": 0.7357044, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "the" + }, + { + "word": "code", + "start": 504.84, + "end": 505.24, + "confidence": 0.17942226, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "code," + }, + { + "word": "that's", + "start": 505.24, + "end": 505.52, + "confidence": 0.88358516, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "that's" + }, + { + "word": "debatable", + "start": 505.52, + "end": 506.02, + "confidence": 0.5498183, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "debatable." + }, + { + "word": "now", + "start": 506.68, + "end": 506.84, + "confidence": 0.8818987, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "Now" + }, + { + "word": "you", + "start": 506.84, + "end": 507.04, + "confidence": 0.9091087, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "you" + }, + { + "word": "have", + "start": 507.04, + "end": 507.24, + "confidence": 0.81207454, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "have" + }, + { + "word": "to", + "start": 507.24, + "end": 507.34, + "confidence": 0.815607, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "to" + }, + { + "word": "check", + "start": 507.34, + "end": 507.6, + "confidence": 0.79679555, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "check" + }, + { + "word": "the", + "start": 507.6, + "end": 507.72, + "confidence": 0.878788, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "the" + }, + { + "word": "total", + "start": 507.72, + "end": 508.04, + "confidence": 0.75865984, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "total" + }, + { + "word": "against", + "start": 508.04, + "end": 508.34, + "confidence": 0.77809775, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "against" + }, + { + "word": "multiple", + "start": 508.34, + "end": 508.74, + "confidence": 0.8480944, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "multiple" + }, + { + "word": "outputs", + "start": 508.74, + "end": 509.24, + "confidence": 0.18144722, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "outputs." + }, + { + "word": "as", + "start": 509.24, + "end": 509.38, + "confidence": 0.9008408, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "As" + }, + { + "word": "long", + "start": 509.38, + "end": 509.54, + "confidence": 0.81370944, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "long" + }, + { + "word": "as", + "start": 509.54, + "end": 509.7, + "confidence": 0.78646487, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "as" + }, + { + "word": "the", + "start": 509.7, + "end": 509.84, + "confidence": 0.9005147, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "the" + }, + { + "word": "option", + "start": 509.84, + "end": 510.06, + "confidence": 0.8559149, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "option" + }, + { + "word": "is", + "start": 510.06, + "end": 510.26, + "confidence": 0.91082996, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "is" + }, + { + "word": "there", + "start": 510.26, + "end": 510.48, + "confidence": 0.90003645, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "there" + }, + { + "word": "at", + "start": 510.48, + "end": 510.66, + "confidence": 0.8019941, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "at" + }, + { + "word": "all", + "start": 510.66, + "end": 511.16, + "confidence": 0.82655156, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "all," + }, + { + "word": "there's", + "start": 511.32, + "end": 511.56, + "confidence": 0.79295176, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "there's" + }, + { + "word": "some", + "start": 511.56, + "end": 511.78, + "confidence": 0.83105874, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "some" + }, + { + "word": "complexity", + "start": 511.78, + "end": 512.28, + "confidence": 0.079143316, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "complexity." + }, + { + "word": "as", + "start": 512.32, + "end": 512.36, + "confidence": 0.90774417, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "As" + }, + { + "word": "soon", + "start": 512.36, + "end": 512.54, + "confidence": 0.8919399, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "soon" + }, + { + "word": "as", + "start": 512.54, + "end": 512.66, + "confidence": 0.8589269, + "speaker": 1, + "speaker_confidence": 0.9926758, + "punctuated_word": "as" + }, + { + "word": "you", + "start": 512.66, + "end": 512.78, + "confidence": 0.8152587, + "speaker": 1, + "speaker_confidence": 0.7236328, + "punctuated_word": "you" + }, + { + "word": "remove", + "start": 512.78, + "end": 513.08, + "confidence": 0.81263727, + "speaker": 1, + "speaker_confidence": 0.7236328, + "punctuated_word": "remove" + }, + { + "word": "the", + "start": 513.08, + "end": 513.24, + "confidence": 0.8744969, + "speaker": 1, + "speaker_confidence": 0.7236328, + "punctuated_word": "the" + }, + { + "word": "option", + "start": 513.24, + "end": 513.58, + "confidence": 0.8281943, + "speaker": 1, + "speaker_confidence": 0.7236328, + "punctuated_word": "option," + }, + { + "word": "it", + "start": 513.58, + "end": 513.8, + "confidence": 0.8286024, + "speaker": 1, + "speaker_confidence": 0.7236328, + "punctuated_word": "it" + }, + { + "word": "becomes", + "start": 513.8, + "end": 514.12, + "confidence": 0.13510378, + "speaker": 1, + "speaker_confidence": 0.7236328, + "punctuated_word": "becomes" + }, + { + "word": "simpler", + "start": 514.12, + "end": 514.44, + "confidence": 0.98816514, + "speaker": 1, + "speaker_confidence": 0.7236328, + "punctuated_word": "simpler" + }, + { + "word": "because", + "start": 514.44, + "end": 514.64, + "confidence": 0.93784994, + "speaker": 1, + "speaker_confidence": 0.7236328, + "punctuated_word": "because" + }, + { + "word": "you're", + "start": 514.64, + "end": 514.84, + "confidence": 0.85474676, + "speaker": 1, + "speaker_confidence": 0.7236328, + "punctuated_word": "you're" + }, + { + "word": "just", + "start": 514.84, + "end": 515.0, + "confidence": 0.76697004, + "speaker": 1, + "speaker_confidence": 0.5673828, + "punctuated_word": "just" + }, + { + "word": "not", + "start": 515.0, + "end": 515.2, + "confidence": 0.9023555, + "speaker": 1, + "speaker_confidence": 0.5673828, + "punctuated_word": "not" + }, + { + "word": "counting", + "start": 515.2, + "end": 515.6, + "confidence": 0.8965112, + "speaker": 1, + "speaker_confidence": 0.5673828, + "punctuated_word": "counting" + }, + { + "word": "it", + "start": 515.6, + "end": 516.08, + "confidence": 0.8996704, + "speaker": 1, + "speaker_confidence": 0.5673828, + "punctuated_word": "it" + }, + { + "word": "at", + "start": 516.08, + "end": 516.24, + "confidence": 0.9251157, + "speaker": 1, + "speaker_confidence": 0.5673828, + "punctuated_word": "at" + }, + { + "word": "all", + "start": 516.24, + "end": 516.74, + "confidence": 0.0772636, + "speaker": 1, + "speaker_confidence": 0.5673828, + "punctuated_word": "all." + }, + { + "word": "but", + "start": 517.08, + "end": 517.28, + "confidence": 0.47694066, + "speaker": 1, + "speaker_confidence": 0.76464844, + "punctuated_word": "But" + }, + { + "word": "now", + "start": 517.28, + "end": 517.66, + "confidence": 0.49560374, + "speaker": 1, + "speaker_confidence": 0.76464844, + "punctuated_word": "now," + }, + { + "word": "it", + "start": 517.66, + "end": 517.92, + "confidence": 0.88027805, + "speaker": 1, + "speaker_confidence": 0.76464844, + "punctuated_word": "it" + }, + { + "word": "has", + "start": 517.92, + "end": 518.1, + "confidence": 0.83555317, + "speaker": 1, + "speaker_confidence": 0.76464844, + "punctuated_word": "has" + }, + { + "word": "to", + "start": 518.1, + "end": 518.24, + "confidence": 0.5012525, + "speaker": 1, + "speaker_confidence": 0.76464844, + "punctuated_word": "to" + }, + { + "word": "count", + "start": 518.24, + "end": 518.68, + "confidence": 0.45393324, + "speaker": 1, + "speaker_confidence": 0.76464844, + "punctuated_word": "count." + }, + { + "word": "look", + "start": 518.68, + "end": 518.94, + "confidence": 0.81554365, + "speaker": 1, + "speaker_confidence": 0.76464844, + "punctuated_word": "Look" + }, + { + "word": "at", + "start": 518.94, + "end": 519.08, + "confidence": 0.7960333, + "speaker": 1, + "speaker_confidence": 0.76464844, + "punctuated_word": "at" + }, + { + "word": "the", + "start": 519.08, + "end": 519.14, + "confidence": 0.81257206, + "speaker": 1, + "speaker_confidence": 0.76464844, + "punctuated_word": "the" + }, + { + "word": "first", + "start": 519.14, + "end": 519.38, + "confidence": 0.8948357, + "speaker": 1, + "speaker_confidence": 0.76464844, + "punctuated_word": "first" + }, + { + "word": "output", + "start": 519.38, + "end": 519.72, + "confidence": 0.89218795, + "speaker": 1, + "speaker_confidence": 0.76464844, + "punctuated_word": "output," + }, + { + "word": "look", + "start": 519.72, + "end": 519.88, + "confidence": 0.80939376, + "speaker": 1, + "speaker_confidence": 0.76464844, + "punctuated_word": "look" + }, + { + "word": "at", + "start": 519.88, + "end": 519.96, + "confidence": 0.81505555, + "speaker": 1, + "speaker_confidence": 0.7524414, + "punctuated_word": "at" + }, + { + "word": "the", + "start": 519.96, + "end": 520.12, + "confidence": 0.8300044, + "speaker": 1, + "speaker_confidence": 0.7524414, + "punctuated_word": "the" + }, + { + "word": "second", + "start": 520.12, + "end": 520.38, + "confidence": 0.9486299, + "speaker": 1, + "speaker_confidence": 0.7524414, + "punctuated_word": "second" + }, + { + "word": "output", + "start": 520.38, + "end": 520.76, + "confidence": 0.14385574, + "speaker": 1, + "speaker_confidence": 0.7524414, + "punctuated_word": "output," + }, + { + "word": "look", + "start": 520.76, + "end": 520.92, + "confidence": 0.80681163, + "speaker": 1, + "speaker_confidence": 0.7524414, + "punctuated_word": "look" + }, + { + "word": "at", + "start": 520.92, + "end": 521.04, + "confidence": 0.85776687, + "speaker": 1, + "speaker_confidence": 0.7524414, + "punctuated_word": "at" + }, + { + "word": "the", + "start": 521.04, + "end": 521.18, + "confidence": 0.82960963, + "speaker": 1, + "speaker_confidence": 0.7524414, + "punctuated_word": "the" + }, + { + "word": "third", + "start": 521.18, + "end": 521.42, + "confidence": 0.6243502, + "speaker": 1, + "speaker_confidence": 0.7524414, + "punctuated_word": "third" + }, + { + "word": "output", + "start": 521.42, + "end": 521.82, + "confidence": 0.7064042, + "speaker": 1, + "speaker_confidence": 0.7524414, + "punctuated_word": "output," + }, + { + "word": "and", + "start": 521.82, + "end": 521.94, + "confidence": 0.7993859, + "speaker": 1, + "speaker_confidence": 0.7524414, + "punctuated_word": "and" + }, + { + "word": "then", + "start": 521.94, + "end": 522.1, + "confidence": 0.367186, + "speaker": 1, + "speaker_confidence": 0.7524414, + "punctuated_word": "then" + }, + { + "word": "complain", + "start": 522.1, + "end": 522.6, + "confidence": 0.99660647, + "speaker": 1, + "speaker_confidence": 0.7524414, + "punctuated_word": "complain" + }, + { + "word": "when", + "start": 522.72, + "end": 522.94, + "confidence": 0.85958356, + "speaker": 1, + "speaker_confidence": 0.7524414, + "punctuated_word": "when" + }, + { + "word": "something", + "start": 522.94, + "end": 523.26, + "confidence": 0.87956715, + "speaker": 1, + "speaker_confidence": 0.7524414, + "punctuated_word": "something" + }, + { + "word": "goes", + "start": 523.26, + "end": 523.44, + "confidence": 0.90330356, + "speaker": 1, + "speaker_confidence": 0.7524414, + "punctuated_word": "goes" + }, + { + "word": "over", + "start": 523.44, + "end": 523.62, + "confidence": 0.99827087, + "speaker": 1, + "speaker_confidence": 0.7524414, + "punctuated_word": "over" + }, + { + "word": "it", + "start": 523.62, + "end": 524.12, + "confidence": 0.5251699, + "speaker": 1, + "speaker_confidence": 0.7524414, + "punctuated_word": "it." + }, + { + "word": "and", + "start": 525.6, + "end": 526.1, + "confidence": 0.743846, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "And" + }, + { + "word": "because", + "start": 526.86, + "end": 527.08, + "confidence": 0.9198602, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "because" + }, + { + "word": "we're", + "start": 527.08, + "end": 527.26, + "confidence": 0.77153426, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "we're" + }, + { + "word": "talking", + "start": 527.26, + "end": 527.58, + "confidence": 0.9721183, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "talking" + }, + { + "word": "about", + "start": 527.58, + "end": 527.78, + "confidence": 0.82277995, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "about" + }, + { + "word": "a", + "start": 527.78, + "end": 527.9, + "confidence": 0.7866709, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "a" + }, + { + "word": "policy", + "start": 527.9, + "end": 528.32, + "confidence": 0.8757345, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "policy" + }, + { + "word": "rule", + "start": 528.32, + "end": 528.82, + "confidence": 0.08723143, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "rule," + }, + { + "word": "just", + "start": 529.4, + "end": 529.64, + "confidence": 0.8370244, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "just" + }, + { + "word": "to", + "start": 529.64, + "end": 529.82, + "confidence": 0.8734907, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "to" + }, + { + "word": "repeat", + "start": 529.82, + "end": 530.22, + "confidence": 0.8535138, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "repeat" + }, + { + "word": "this", + "start": 530.22, + "end": 530.44, + "confidence": 0.9114046, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "this" + }, + { + "word": "point", + "start": 530.44, + "end": 530.94, + "confidence": 0.3998035, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "point," + }, + { + "word": "it", + "start": 531.02, + "end": 531.22, + "confidence": 0.8977327, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "it" + }, + { + "word": "does", + "start": 531.22, + "end": 531.44, + "confidence": 0.86147237, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "does" + }, + { + "word": "not", + "start": 531.44, + "end": 531.74, + "confidence": 0.90265864, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "not" + }, + { + "word": "apply", + "start": 531.74, + "end": 532.12, + "confidence": 0.80826277, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "apply" + }, + { + "word": "to", + "start": 532.12, + "end": 532.24, + "confidence": 0.85428023, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "to" + }, + { + "word": "the", + "start": 532.24, + "end": 532.38, + "confidence": 0.73718846, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "the" + }, + { + "word": "consensus", + "start": 532.38, + "end": 532.88, + "confidence": 0.704257, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "consensus" + }, + { + "word": "rules", + "start": 532.88, + "end": 533.32, + "confidence": 0.57244873, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "rules." + }, + { + "word": "if", + "start": 533.32, + "end": 533.5, + "confidence": 0.7865963, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "If" + }, + { + "word": "your", + "start": 533.5, + "end": 533.68, + "confidence": 0.7057895, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "your" + }, + { + "word": "node", + "start": 533.68, + "end": 534.18, + "confidence": 0.99470454, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "node" + }, + { + "word": "receives", + "start": 534.32, + "end": 534.78, + "confidence": 0.80035317, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "receives" + }, + { + "word": "a", + "start": 534.78, + "end": 534.84, + "confidence": 0.66158205, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "a" + }, + { + "word": "block", + "start": 534.84, + "end": 535.2, + "confidence": 0.95330054, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "block" + }, + { + "word": "with", + "start": 535.2, + "end": 535.52, + "confidence": 0.69205076, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "with" + }, + { + "word": "a", + "start": 535.52, + "end": 535.76, + "confidence": 0.82250744, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "a" + }, + { + "word": "transaction", + "start": 535.76, + "end": 536.26, + "confidence": 0.90365785, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "transaction" + }, + { + "word": "in", + "start": 536.32, + "end": 536.48, + "confidence": 0.49423227, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "in" + }, + { + "word": "it", + "start": 536.48, + "end": 536.98, + "confidence": 0.91352344, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "it" + }, + { + "word": "that", + "start": 538.01, + "end": 538.51, + "confidence": 0.8192193, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "that" + }, + { + "word": "has", + "start": 539.54, + "end": 539.7, + "confidence": 0.3623833, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "has" + }, + { + "word": "bigger", + "start": 539.7, + "end": 540.02, + "confidence": 0.28980708, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "bigger" + }, + { + "word": "up-returns", + "start": 540.02, + "end": 540.52, + "confidence": 0.86334616, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "up-returns" + }, + { + "word": "than", + "start": 540.62, + "end": 540.76, + "confidence": 0.7051852, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "than" + }, + { + "word": "whatever", + "start": 540.76, + "end": 541.26, + "confidence": 0.87811583, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "whatever" + }, + { + "word": "setting", + "start": 541.26, + "end": 541.76, + "confidence": 0.9361435, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "setting" + }, + { + "word": "you're", + "start": 542.02, + "end": 542.32, + "confidence": 0.7264133, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "you're" + }, + { + "word": "switching", + "start": 542.32, + "end": 542.78, + "confidence": 0.89613503, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "switching" + }, + { + "word": "it", + "start": 542.78, + "end": 542.9, + "confidence": 0.7838365, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "it" + }, + { + "word": "to", + "start": 542.9, + "end": 543.12, + "confidence": 0.40635002, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "to," + }, + { + "word": "then", + "start": 543.12, + "end": 543.32, + "confidence": 0.9457582, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "then" + }, + { + "word": "you'll", + "start": 543.32, + "end": 543.52, + "confidence": 0.91298604, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "you'll" + }, + { + "word": "still", + "start": 543.52, + "end": 543.74, + "confidence": 0.8770232, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "still" + }, + { + "word": "accept", + "start": 543.74, + "end": 544.08, + "confidence": 0.6908525, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "accept" + }, + { + "word": "that", + "start": 544.08, + "end": 544.58, + "confidence": 0.077084586, + "speaker": 0, + "speaker_confidence": 0.8964844, + "punctuated_word": "that." + }, + { + "word": "yeah", + "start": 545.2, + "end": 545.42, + "confidence": 0.8759504, + "speaker": 1, + "speaker_confidence": 0.7675781, + "punctuated_word": "Yeah," + }, + { + "word": "in", + "start": 545.42, + "end": 545.54, + "confidence": 0.8047416, + "speaker": 1, + "speaker_confidence": 0.7675781, + "punctuated_word": "in" + }, + { + "word": "fact", + "start": 545.54, + "end": 545.94, + "confidence": 0.8136724, + "speaker": 1, + "speaker_confidence": 0.7675781, + "punctuated_word": "fact," + }, + { + "word": "a", + "start": 545.94, + "end": 546.1, + "confidence": 0.7441796, + "speaker": 1, + "speaker_confidence": 0.7675781, + "punctuated_word": "a" + }, + { + "word": "block", + "start": 546.1, + "end": 546.44, + "confidence": 0.8708856, + "speaker": 1, + "speaker_confidence": 0.7675781, + "punctuated_word": "block" + }, + { + "word": "could", + "start": 546.44, + "end": 546.66, + "confidence": 0.9465843, + "speaker": 1, + "speaker_confidence": 0.7675781, + "punctuated_word": "could" + }, + { + "word": "contain", + "start": 546.66, + "end": 547.12, + "confidence": 0.59634066, + "speaker": 1, + "speaker_confidence": 0.7675781, + "punctuated_word": "contain" + }, + { + "word": "a", + "start": 547.12, + "end": 547.3, + "confidence": 0.3336245, + "speaker": 1, + "speaker_confidence": 0.7675781, + "punctuated_word": "a" + }, + { + "word": "4", + "start": 547.3, + "end": 547.54, + "confidence": 0.90678674, + "speaker": 1, + "speaker_confidence": 0.7675781, + "punctuated_word": "4" + }, + { + "word": "megabyte", + "start": 547.54, + "end": 548.0, + "confidence": 0.19106568, + "speaker": 1, + "speaker_confidence": 0.7675781, + "punctuated_word": "megabyte" + }, + { + "word": "operator", + "start": 548.0, + "end": 548.5, + "confidence": 0.84682184, + "speaker": 1, + "speaker_confidence": 0.7675781, + "punctuated_word": "operator" + }, + { + "word": "in", + "start": 548.6, + "end": 548.72, + "confidence": 0.87852854, + "speaker": 1, + "speaker_confidence": 0.7548828, + "punctuated_word": "in" + }, + { + "word": "a", + "start": 548.72, + "end": 548.9, + "confidence": 0.7785416, + "speaker": 1, + "speaker_confidence": 0.7548828, + "punctuated_word": "a" + }, + { + "word": "single", + "start": 548.9, + "end": 549.14, + "confidence": 0.6257993, + "speaker": 1, + "speaker_confidence": 0.7548828, + "punctuated_word": "single" + }, + { + "word": "transaction", + "start": 549.14, + "end": 549.64, + "confidence": 0.3391463, + "speaker": 1, + "speaker_confidence": 0.7548828, + "punctuated_word": "transaction," + }, + { + "word": "which", + "start": 549.92, + "end": 550.12, + "confidence": 0.8878683, + "speaker": 1, + "speaker_confidence": 0.7548828, + "punctuated_word": "which" + }, + { + "word": "would", + "start": 550.12, + "end": 550.32, + "confidence": 0.8418945, + "speaker": 1, + "speaker_confidence": 0.7548828, + "punctuated_word": "would" + }, + { + "word": "not", + "start": 550.32, + "end": 550.52, + "confidence": 0.7702618, + "speaker": 1, + "speaker_confidence": 0.7548828, + "punctuated_word": "not" + }, + { + "word": "be", + "start": 550.52, + "end": 551.02, + "confidence": 0.84408545, + "speaker": 1, + "speaker_confidence": 0.7548828, + "punctuated_word": "be" + }, + { + "word": "even", + "start": 551.2, + "end": 551.48, + "confidence": 0.7999755, + "speaker": 1, + "speaker_confidence": 0.7548828, + "punctuated_word": "even" + }, + { + "word": "possible", + "start": 551.48, + "end": 551.98, + "confidence": 0.74566513, + "speaker": 1, + "speaker_confidence": 0.7548828, + "punctuated_word": "possible" + }, + { + "word": "with", + "start": 552.04, + "end": 552.26, + "confidence": 0.809765, + "speaker": 1, + "speaker_confidence": 0.7548828, + "punctuated_word": "with" + }, + { + "word": "the", + "start": 552.26, + "end": 552.38, + "confidence": 0.74882394, + "speaker": 1, + "speaker_confidence": 0.5395508, + "punctuated_word": "the" + }, + { + "word": "new", + "start": 552.38, + "end": 552.56, + "confidence": 0.60648954, + "speaker": 1, + "speaker_confidence": 0.5395508, + "punctuated_word": "new" + }, + { + "word": "bitcoin", + "start": 552.56, + "end": 552.9, + "confidence": 0.85167253, + "speaker": 1, + "speaker_confidence": 0.5395508, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 552.9, + "end": 553.24, + "confidence": 0.7696538, + "speaker": 1, + "speaker_confidence": 0.5395508, + "punctuated_word": "Core" + }, + { + "word": "over", + "start": 553.24, + "end": 553.44, + "confidence": 0.83230996, + "speaker": 1, + "speaker_confidence": 0.5395508, + "punctuated_word": "over" + }, + { + "word": "the", + "start": 553.44, + "end": 553.58, + "confidence": 0.8419775, + "speaker": 1, + "speaker_confidence": 0.5395508, + "punctuated_word": "the" + }, + { + "word": "mempool", + "start": 553.58, + "end": 554.08, + "confidence": 0.8355763, + "speaker": 1, + "speaker_confidence": 0.5395508, + "punctuated_word": "mempool." + }, + { + "word": "so", + "start": 555.48, + "end": 555.66, + "confidence": 0.868984, + "speaker": 1, + "speaker_confidence": 0.5395508, + "punctuated_word": "So" + }, + { + "word": "each", + "start": 555.66, + "end": 555.86, + "confidence": 0.8977, + "speaker": 1, + "speaker_confidence": 0.5395508, + "punctuated_word": "each" + }, + { + "word": "transaction", + "start": 555.86, + "end": 556.32, + "confidence": 0.8397457, + "speaker": 1, + "speaker_confidence": 0.5395508, + "punctuated_word": "transaction" + }, + { + "word": "is", + "start": 556.32, + "end": 556.46, + "confidence": 0.89556605, + "speaker": 1, + "speaker_confidence": 0.5395508, + "punctuated_word": "is" + }, + { + "word": "limited", + "start": 556.46, + "end": 556.82, + "confidence": 0.8304091, + "speaker": 1, + "speaker_confidence": 0.5395508, + "punctuated_word": "limited" + }, + { + "word": "to", + "start": 556.82, + "end": 556.96, + "confidence": 0.78136253, + "speaker": 1, + "speaker_confidence": 0.6645508, + "punctuated_word": "to" + }, + { + "word": "100", + "start": 556.96, + "end": 557.28, + "confidence": 0.5689212, + "speaker": 1, + "speaker_confidence": 0.6645508, + "punctuated_word": "100" + }, + { + "word": "kilobytes", + "start": 557.28, + "end": 557.78, + "confidence": 0.88607496, + "speaker": 1, + "speaker_confidence": 0.6645508, + "punctuated_word": "kilobytes" + }, + { + "word": "in", + "start": 557.98, + "end": 558.16, + "confidence": 0.98155135, + "speaker": 1, + "speaker_confidence": 0.6645508, + "punctuated_word": "in" + }, + { + "word": "general", + "start": 558.16, + "end": 558.66, + "confidence": 0.05252137, + "speaker": 1, + "speaker_confidence": 0.6645508, + "punctuated_word": "general." + }, + { + "word": "yeah", + "start": 558.94, + "end": 559.2, + "confidence": 0.8771007, + "speaker": 0, + "speaker_confidence": 0.8017578, + "punctuated_word": "Yeah," + }, + { + "word": "so", + "start": 559.2, + "end": 559.4, + "confidence": 0.9091241, + "speaker": 0, + "speaker_confidence": 0.8017578, + "punctuated_word": "so" + }, + { + "word": "what", + "start": 559.4, + "end": 559.54, + "confidence": 0.81726545, + "speaker": 0, + "speaker_confidence": 0.8017578, + "punctuated_word": "what" + }, + { + "word": "is", + "start": 559.54, + "end": 559.74, + "confidence": 0.81506646, + "speaker": 0, + "speaker_confidence": 0.8017578, + "punctuated_word": "is" + }, + { + "word": "technically", + "start": 559.74, + "end": 560.24, + "confidence": 0.89756685, + "speaker": 0, + "speaker_confidence": 0.8017578, + "punctuated_word": "technically" + }, + { + "word": "new", + "start": 560.28, + "end": 560.58, + "confidence": 0.87651676, + "speaker": 0, + "speaker_confidence": 0.8017578, + "punctuated_word": "new" + }, + { + "word": "in", + "start": 560.58, + "end": 560.74, + "confidence": 0.8411918, + "speaker": 0, + "speaker_confidence": 0.8017578, + "punctuated_word": "in" + }, + { + "word": "this", + "start": 560.74, + "end": 560.94, + "confidence": 0.9268763, + "speaker": 0, + "speaker_confidence": 0.8017578, + "punctuated_word": "this" + }, + { + "word": "specific", + "start": 560.94, + "end": 561.44, + "confidence": 0.14322431, + "speaker": 0, + "speaker_confidence": 0.8017578, + "punctuated_word": "specific" + }, + { + "word": "instance", + "start": 561.96, + "end": 562.46, + "confidence": 0.9957891, + "speaker": 0, + "speaker_confidence": 0.8017578, + "punctuated_word": "instance" + }, + { + "word": "is", + "start": 562.54, + "end": 562.7, + "confidence": 0.7681865, + "speaker": 0, + "speaker_confidence": 0.8017578, + "punctuated_word": "is" + }, + { + "word": "that", + "start": 562.7, + "end": 562.9, + "confidence": 0.90217817, + "speaker": 0, + "speaker_confidence": 0.8017578, + "punctuated_word": "that" + }, + { + "word": "there", + "start": 562.9, + "end": 563.04, + "confidence": 0.8730822, + "speaker": 0, + "speaker_confidence": 0.8017578, + "punctuated_word": "there" + }, + { + "word": "can", + "start": 563.04, + "end": 563.54, + "confidence": 0.9039235, + "speaker": 0, + "speaker_confidence": 0.8017578, + "punctuated_word": "can" + }, + { + "word": "now", + "start": 563.64, + "end": 563.9, + "confidence": 0.7680303, + "speaker": 0, + "speaker_confidence": 0.8017578, + "punctuated_word": "now" + }, + { + "word": "be", + "start": 563.9, + "end": 564.24, + "confidence": 0.13113669, + "speaker": 0, + "speaker_confidence": 0.8017578, + "punctuated_word": "be" + }, + { + "word": "multiple", + "start": 564.24, + "end": 564.74, + "confidence": 0.4645656, + "speaker": 0, + "speaker_confidence": 0.8017578, + "punctuated_word": "multiple" + }, + { + "word": "op", + "start": 564.78, + "end": 564.86, + "confidence": 0.8513273, + "speaker": 0, + "speaker_confidence": 0.8540039, + "punctuated_word": "OP" + }, + { + "word": "returns", + "start": 564.86, + "end": 565.36, + "confidence": 0.98522377, + "speaker": 0, + "speaker_confidence": 0.8540039, + "punctuated_word": "returns" + }, + { + "word": "in", + "start": 565.36, + "end": 565.52, + "confidence": 0.7590236, + "speaker": 0, + "speaker_confidence": 0.8540039, + "punctuated_word": "in" + }, + { + "word": "a", + "start": 565.52, + "end": 565.64, + "confidence": 0.10306542, + "speaker": 0, + "speaker_confidence": 0.8540039, + "punctuated_word": "a" + }, + { + "word": "transaction", + "start": 565.64, + "end": 566.14, + "confidence": 0.99701226, + "speaker": 0, + "speaker_confidence": 0.8540039, + "punctuated_word": "transaction" + }, + { + "word": "on", + "start": 566.82, + "end": 566.96, + "confidence": 0.8129573, + "speaker": 0, + "speaker_confidence": 0.8540039, + "punctuated_word": "on" + }, + { + "word": "whatever", + "start": 566.96, + "end": 567.46, + "confidence": 0.8962841, + "speaker": 0, + "speaker_confidence": 0.8540039, + "punctuated_word": "whatever" + }, + { + "word": "size", + "start": 567.92, + "end": 568.26, + "confidence": 0.8125075, + "speaker": 0, + "speaker_confidence": 0.8540039, + "punctuated_word": "size" + }, + { + "word": "you", + "start": 568.26, + "end": 568.38, + "confidence": 0.9033245, + "speaker": 0, + "speaker_confidence": 0.8540039, + "punctuated_word": "you" + }, + { + "word": "want", + "start": 568.38, + "end": 568.64, + "confidence": 0.89155185, + "speaker": 0, + "speaker_confidence": 0.8540039, + "punctuated_word": "want" + }, + { + "word": "to", + "start": 568.64, + "end": 568.78, + "confidence": 0.88333553, + "speaker": 0, + "speaker_confidence": 0.8540039, + "punctuated_word": "to" + }, + { + "word": "put", + "start": 568.78, + "end": 569.02, + "confidence": 0.8237459, + "speaker": 0, + "speaker_confidence": 0.8540039, + "punctuated_word": "put" + }, + { + "word": "that", + "start": 569.02, + "end": 569.22, + "confidence": 0.6128746, + "speaker": 0, + "speaker_confidence": 0.8540039, + "punctuated_word": "that" + }, + { + "word": "setting", + "start": 569.22, + "end": 569.72, + "confidence": 0.11196932, + "speaker": 0, + "speaker_confidence": 0.8540039, + "punctuated_word": "setting." + }, + { + "word": "and", + "start": 570.3, + "end": 570.52, + "confidence": 0.62924993, + "speaker": 0, + "speaker_confidence": 0.8540039, + "punctuated_word": "And" + }, + { + "word": "then", + "start": 570.52, + "end": 570.94, + "confidence": 0.906225, + "speaker": 0, + "speaker_confidence": 0.8540039, + "punctuated_word": "then" + }, + { + "word": "if", + "start": 570.94, + "end": 571.16, + "confidence": 0.99731296, + "speaker": 0, + "speaker_confidence": 0.8540039, + "punctuated_word": "if" + }, + { + "word": "it's", + "start": 571.16, + "end": 571.4, + "confidence": 0.7561152, + "speaker": 0, + "speaker_confidence": 0.8540039, + "punctuated_word": "it's" + }, + { + "word": "within", + "start": 571.4, + "end": 571.78, + "confidence": 0.82501006, + "speaker": 0, + "speaker_confidence": 0.8540039, + "punctuated_word": "within" + }, + { + "word": "that", + "start": 571.78, + "end": 571.96, + "confidence": 0.9123783, + "speaker": 0, + "speaker_confidence": 0.8540039, + "punctuated_word": "that" + }, + { + "word": "size", + "start": 571.96, + "end": 572.22, + "confidence": 0.57903844, + "speaker": 0, + "speaker_confidence": 0.8540039, + "punctuated_word": "size," + }, + { + "word": "you", + "start": 572.22, + "end": 572.42, + "confidence": 0.7597943, + "speaker": 0, + "speaker_confidence": 0.8540039, + "punctuated_word": "you" + }, + { + "word": "will", + "start": 572.42, + "end": 572.64, + "confidence": 0.8983012, + "speaker": 0, + "speaker_confidence": 0.8540039, + "punctuated_word": "will" + }, + { + "word": "accept", + "start": 572.64, + "end": 572.92, + "confidence": 0.7981908, + "speaker": 0, + "speaker_confidence": 0.8540039, + "punctuated_word": "accept" + }, + { + "word": "it", + "start": 572.92, + "end": 573.06, + "confidence": 0.7908304, + "speaker": 0, + "speaker_confidence": 0.8540039, + "punctuated_word": "it" + }, + { + "word": "in", + "start": 573.06, + "end": 573.24, + "confidence": 0.6249397, + "speaker": 0, + "speaker_confidence": 0.5576172, + "punctuated_word": "in" + }, + { + "word": "your", + "start": 573.24, + "end": 573.38, + "confidence": 0.7867264, + "speaker": 0, + "speaker_confidence": 0.5576172, + "punctuated_word": "your" + }, + { + "word": "mempool", + "start": 573.38, + "end": 573.82, + "confidence": 0.07173357, + "speaker": 0, + "speaker_confidence": 0.5576172, + "punctuated_word": "mempool" + }, + { + "word": "and", + "start": 573.82, + "end": 573.94, + "confidence": 0.89203435, + "speaker": 0, + "speaker_confidence": 0.5576172, + "punctuated_word": "and" + }, + { + "word": "relay", + "start": 573.94, + "end": 574.28, + "confidence": 0.90004563, + "speaker": 0, + "speaker_confidence": 0.5576172, + "punctuated_word": "relay" + }, + { + "word": "it", + "start": 574.28, + "end": 574.4, + "confidence": 0.7788664, + "speaker": 0, + "speaker_confidence": 0.5576172, + "punctuated_word": "it" + }, + { + "word": "to", + "start": 574.4, + "end": 574.54, + "confidence": 0.83639497, + "speaker": 0, + "speaker_confidence": 0.5576172, + "punctuated_word": "to" + }, + { + "word": "other", + "start": 574.54, + "end": 574.76, + "confidence": 0.83987546, + "speaker": 0, + "speaker_confidence": 0.5576172, + "punctuated_word": "other" + }, + { + "word": "nodes", + "start": 574.76, + "end": 575.2, + "confidence": 0.88692373, + "speaker": 0, + "speaker_confidence": 0.5576172, + "punctuated_word": "nodes," + }, + { + "word": "correct", + "start": 575.2, + "end": 575.7, + "confidence": 0.09046623, + "speaker": 0, + "speaker_confidence": 0.5576172, + "punctuated_word": "correct?" + }, + { + "word": "yes", + "start": 576.04, + "end": 576.5, + "confidence": 0.63210785, + "speaker": 1, + "speaker_confidence": 0.8564453, + "punctuated_word": "Yes." + }, + { + "word": "and", + "start": 576.5, + "end": 576.68, + "confidence": 0.5297542, + "speaker": 1, + "speaker_confidence": 0.8564453, + "punctuated_word": "And" + }, + { + "word": "so", + "start": 576.68, + "end": 577.18, + "confidence": 0.99609935, + "speaker": 1, + "speaker_confidence": 0.8564453, + "punctuated_word": "so" + }, + { + "word": "just", + "start": 577.2, + "end": 577.36, + "confidence": 0.8150052, + "speaker": 1, + "speaker_confidence": 0.8564453, + "punctuated_word": "just" + }, + { + "word": "a", + "start": 577.36, + "end": 577.5, + "confidence": 0.85833013, + "speaker": 1, + "speaker_confidence": 0.8564453, + "punctuated_word": "a" + }, + { + "word": "little", + "start": 577.5, + "end": 577.68, + "confidence": 0.87471074, + "speaker": 1, + "speaker_confidence": 0.8564453, + "punctuated_word": "little" + }, + { + "word": "bit", + "start": 577.68, + "end": 577.84, + "confidence": 0.7787995, + "speaker": 1, + "speaker_confidence": 0.8564453, + "punctuated_word": "bit" + }, + { + "word": "more", + "start": 577.84, + "end": 578.04, + "confidence": 0.8467121, + "speaker": 1, + "speaker_confidence": 0.8564453, + "punctuated_word": "more" + }, + { + "word": "background", + "start": 578.04, + "end": 578.4, + "confidence": 0.82403356, + "speaker": 1, + "speaker_confidence": 0.8564453, + "punctuated_word": "background" + }, + { + "word": "on", + "start": 578.4, + "end": 578.6, + "confidence": 0.31168193, + "speaker": 1, + "speaker_confidence": 0.8564453, + "punctuated_word": "on" + }, + { + "word": "why", + "start": 578.6, + "end": 579.1, + "confidence": 0.49733743, + "speaker": 1, + "speaker_confidence": 0.8564453, + "punctuated_word": "why," + }, + { + "word": "you", + "start": 579.14, + "end": 579.28, + "confidence": 0.7463046, + "speaker": 1, + "speaker_confidence": 0.8564453, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 579.28, + "end": 579.52, + "confidence": 0.77552354, + "speaker": 1, + "speaker_confidence": 0.8564453, + "punctuated_word": "know," + }, + { + "word": "such", + "start": 579.52, + "end": 579.72, + "confidence": 0.45097256, + "speaker": 1, + "speaker_confidence": 0.8564453, + "punctuated_word": "such" + }, + { + "word": "a", + "start": 579.72, + "end": 580.22, + "confidence": 0.0858658, + "speaker": 1, + "speaker_confidence": 0.8564453, + "punctuated_word": "a..." + }, + { + "word": "i", + "start": 580.26, + "end": 580.32, + "confidence": 0.94273007, + "speaker": 1, + "speaker_confidence": 0.8564453, + "punctuated_word": "I" + }, + { + "word": "mean", + "start": 580.32, + "end": 580.6, + "confidence": 0.8025801, + "speaker": 1, + "speaker_confidence": 0.8564453, + "punctuated_word": "mean," + }, + { + "word": "first", + "start": 580.6, + "end": 580.76, + "confidence": 0.9032805, + "speaker": 1, + "speaker_confidence": 0.6982422, + "punctuated_word": "first" + }, + { + "word": "of", + "start": 580.76, + "end": 580.96, + "confidence": 0.9756817, + "speaker": 1, + "speaker_confidence": 0.6982422, + "punctuated_word": "of" + }, + { + "word": "all", + "start": 580.96, + "end": 581.46, + "confidence": 0.896921, + "speaker": 1, + "speaker_confidence": 0.6982422, + "punctuated_word": "all," + }, + { + "word": "if", + "start": 581.84, + "end": 581.96, + "confidence": 0.7387059, + "speaker": 1, + "speaker_confidence": 0.6982422, + "punctuated_word": "if" + }, + { + "word": "the", + "start": 581.96, + "end": 582.1, + "confidence": 0.8914073, + "speaker": 1, + "speaker_confidence": 0.6982422, + "punctuated_word": "the" + }, + { + "word": "setting", + "start": 582.1, + "end": 582.38, + "confidence": 0.8037637, + "speaker": 1, + "speaker_confidence": 0.6982422, + "punctuated_word": "setting" + }, + { + "word": "was", + "start": 582.38, + "end": 582.54, + "confidence": 0.78884107, + "speaker": 1, + "speaker_confidence": 0.6982422, + "punctuated_word": "was" + }, + { + "word": "entirely", + "start": 582.54, + "end": 582.98, + "confidence": 0.9203918, + "speaker": 1, + "speaker_confidence": 0.6982422, + "punctuated_word": "entirely" + }, + { + "word": "removed", + "start": 582.98, + "end": 583.44, + "confidence": 0.19653723, + "speaker": 1, + "speaker_confidence": 0.6982422, + "punctuated_word": "removed," + }, + { + "word": "which", + "start": 583.44, + "end": 583.52, + "confidence": 0.8106599, + "speaker": 1, + "speaker_confidence": 0.90478516, + "punctuated_word": "which" + }, + { + "word": "was", + "start": 583.52, + "end": 583.78, + "confidence": 0.8586445, + "speaker": 1, + "speaker_confidence": 0.90478516, + "punctuated_word": "was" + }, + { + "word": "the", + "start": 583.78, + "end": 584.02, + "confidence": 0.7954345, + "speaker": 1, + "speaker_confidence": 0.90478516, + "punctuated_word": "the" + }, + { + "word": "initial", + "start": 584.02, + "end": 584.34, + "confidence": 0.9884715, + "speaker": 1, + "speaker_confidence": 0.90478516, + "punctuated_word": "initial" + }, + { + "word": "idea", + "start": 584.34, + "end": 584.76, + "confidence": 0.8862505, + "speaker": 1, + "speaker_confidence": 0.90478516, + "punctuated_word": "idea," + }, + { + "word": "it's", + "start": 584.76, + "end": 585.14, + "confidence": 0.7835375, + "speaker": 1, + "speaker_confidence": 0.90478516, + "punctuated_word": "it's" + }, + { + "word": "actually", + "start": 585.14, + "end": 585.38, + "confidence": 0.96706533, + "speaker": 1, + "speaker_confidence": 0.90478516, + "punctuated_word": "actually" + }, + { + "word": "a", + "start": 585.38, + "end": 585.6, + "confidence": 0.9572821, + "speaker": 1, + "speaker_confidence": 0.90478516, + "punctuated_word": "a" + }, + { + "word": "simplification", + "start": 585.6, + "end": 586.1, + "confidence": 0.49961603, + "speaker": 1, + "speaker_confidence": 0.90478516, + "punctuated_word": "simplification." + }, + { + "word": "but", + "start": 587.54, + "end": 587.78, + "confidence": 0.8131515, + "speaker": 1, + "speaker_confidence": 0.90478516, + "punctuated_word": "But" + }, + { + "word": "because", + "start": 587.78, + "end": 588.12, + "confidence": 0.80381656, + "speaker": 1, + "speaker_confidence": 0.90478516, + "punctuated_word": "because" + }, + { + "word": "the", + "start": 588.12, + "end": 588.28, + "confidence": 0.8884301, + "speaker": 1, + "speaker_confidence": 0.90478516, + "punctuated_word": "the" + }, + { + "word": "setting", + "start": 588.28, + "end": 588.58, + "confidence": 0.8904928, + "speaker": 1, + "speaker_confidence": 0.90478516, + "punctuated_word": "setting" + }, + { + "word": "is", + "start": 588.58, + "end": 588.74, + "confidence": 0.8353142, + "speaker": 1, + "speaker_confidence": 0.90478516, + "punctuated_word": "is" + }, + { + "word": "still", + "start": 588.74, + "end": 588.94, + "confidence": 0.73984915, + "speaker": 1, + "speaker_confidence": 0.90478516, + "punctuated_word": "still" + }, + { + "word": "there", + "start": 588.94, + "end": 589.2, + "confidence": 0.39788827, + "speaker": 1, + "speaker_confidence": 0.90478516, + "punctuated_word": "there," + }, + { + "word": "we", + "start": 589.2, + "end": 589.34, + "confidence": 0.8157585, + "speaker": 1, + "speaker_confidence": 0.90478516, + "punctuated_word": "we" + }, + { + "word": "still", + "start": 589.34, + "end": 589.54, + "confidence": 0.8971012, + "speaker": 1, + "speaker_confidence": 0.90478516, + "punctuated_word": "still" + }, + { + "word": "need", + "start": 589.54, + "end": 589.64, + "confidence": 0.9230395, + "speaker": 1, + "speaker_confidence": 0.90478516, + "punctuated_word": "need" + }, + { + "word": "to", + "start": 589.64, + "end": 589.76, + "confidence": 0.9052604, + "speaker": 1, + "speaker_confidence": 0.90478516, + "punctuated_word": "to" + }, + { + "word": "look", + "start": 589.76, + "end": 589.9, + "confidence": 0.81363976, + "speaker": 1, + "speaker_confidence": 0.90478516, + "punctuated_word": "look" + }, + { + "word": "at", + "start": 589.9, + "end": 590.02, + "confidence": 0.7687703, + "speaker": 1, + "speaker_confidence": 0.90478516, + "punctuated_word": "at" + }, + { + "word": "the", + "start": 590.02, + "end": 590.14, + "confidence": 0.5991214, + "speaker": 1, + "speaker_confidence": 0.90478516, + "punctuated_word": "the" + }, + { + "word": "total", + "start": 590.14, + "end": 590.38, + "confidence": 0.5914295, + "speaker": 1, + "speaker_confidence": 0.90478516, + "punctuated_word": "total," + }, + { + "word": "so", + "start": 590.38, + "end": 590.54, + "confidence": 0.68931276, + "speaker": 1, + "speaker_confidence": 0.90478516, + "punctuated_word": "so" + }, + { + "word": "you", + "start": 590.54, + "end": 590.64, + "confidence": 0.5620432, + "speaker": 1, + "speaker_confidence": 0.5341797, + "punctuated_word": "you" + }, + { + "word": "could", + "start": 590.64, + "end": 590.8, + "confidence": 0.9397885, + "speaker": 1, + "speaker_confidence": 0.5341797, + "punctuated_word": "could" + }, + { + "word": "argue", + "start": 590.8, + "end": 591.04, + "confidence": 0.9969854, + "speaker": 1, + "speaker_confidence": 0.5341797, + "punctuated_word": "argue" + }, + { + "word": "it's", + "start": 591.04, + "end": 591.26, + "confidence": 0.8868383, + "speaker": 1, + "speaker_confidence": 0.5341797, + "punctuated_word": "it's" + }, + { + "word": "not", + "start": 591.26, + "end": 591.42, + "confidence": 0.8155627, + "speaker": 1, + "speaker_confidence": 0.5341797, + "punctuated_word": "not" + }, + { + "word": "really", + "start": 591.42, + "end": 591.6, + "confidence": 0.9773767, + "speaker": 1, + "speaker_confidence": 0.5341797, + "punctuated_word": "really" + }, + { + "word": "a", + "start": 591.6, + "end": 591.72, + "confidence": 0.9537049, + "speaker": 1, + "speaker_confidence": 0.73535156, + "punctuated_word": "a" + }, + { + "word": "simplification", + "start": 591.72, + "end": 592.22, + "confidence": 0.77064145, + "speaker": 1, + "speaker_confidence": 0.73535156, + "punctuated_word": "simplification," + }, + { + "word": "but", + "start": 592.36, + "end": 592.6, + "confidence": 0.86942077, + "speaker": 1, + "speaker_confidence": 0.73535156, + "punctuated_word": "but" + }, + { + "word": "it", + "start": 592.6, + "end": 592.8, + "confidence": 0.7109233, + "speaker": 1, + "speaker_confidence": 0.73535156, + "punctuated_word": "it" + }, + { + "word": "is", + "start": 592.8, + "end": 592.94, + "confidence": 0.7132683, + "speaker": 1, + "speaker_confidence": 0.73535156, + "punctuated_word": "is" + }, + { + "word": "in", + "start": 592.94, + "end": 593.08, + "confidence": 0.79269606, + "speaker": 1, + "speaker_confidence": 0.73535156, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 593.08, + "end": 593.16, + "confidence": 0.9063149, + "speaker": 1, + "speaker_confidence": 0.73535156, + "punctuated_word": "the" + }, + { + "word": "long", + "start": 593.16, + "end": 593.36, + "confidence": 0.9961132, + "speaker": 1, + "speaker_confidence": 0.73535156, + "punctuated_word": "long" + }, + { + "word": "run", + "start": 593.36, + "end": 593.76, + "confidence": 0.21388686, + "speaker": 1, + "speaker_confidence": 0.73535156, + "punctuated_word": "run." + }, + { + "word": "but", + "start": 593.76, + "end": 593.94, + "confidence": 0.90931696, + "speaker": 1, + "speaker_confidence": 0.93847656, + "punctuated_word": "But" + }, + { + "word": "another", + "start": 593.94, + "end": 594.24, + "confidence": 0.90544116, + "speaker": 1, + "speaker_confidence": 0.93847656, + "punctuated_word": "another" + }, + { + "word": "reason", + "start": 594.24, + "end": 594.56, + "confidence": 0.9083465, + "speaker": 1, + "speaker_confidence": 0.93847656, + "punctuated_word": "reason" + }, + { + "word": "to", + "start": 594.56, + "end": 594.72, + "confidence": 0.84616226, + "speaker": 1, + "speaker_confidence": 0.93847656, + "punctuated_word": "to" + }, + { + "word": "do", + "start": 594.72, + "end": 594.92, + "confidence": 0.98886955, + "speaker": 1, + "speaker_confidence": 0.93847656, + "punctuated_word": "do" + }, + { + "word": "this", + "start": 594.92, + "end": 595.2, + "confidence": 0.99864465, + "speaker": 1, + "speaker_confidence": 0.93847656, + "punctuated_word": "this" + }, + { + "word": "is", + "start": 595.2, + "end": 595.32, + "confidence": 0.8746141, + "speaker": 1, + "speaker_confidence": 0.93847656, + "punctuated_word": "is" + }, + { + "word": "because", + "start": 595.32, + "end": 595.64, + "confidence": 0.7816584, + "speaker": 1, + "speaker_confidence": 0.93847656, + "punctuated_word": "because" + }, + { + "word": "if", + "start": 595.64, + "end": 595.8, + "confidence": 0.9069549, + "speaker": 1, + "speaker_confidence": 0.93847656, + "punctuated_word": "if" + }, + { + "word": "somebody", + "start": 595.8, + "end": 596.2, + "confidence": 0.9633075, + "speaker": 1, + "speaker_confidence": 0.93847656, + "punctuated_word": "somebody" + }, + { + "word": "has", + "start": 596.2, + "end": 596.4, + "confidence": 0.82818705, + "speaker": 1, + "speaker_confidence": 0.93847656, + "punctuated_word": "has" + }, + { + "word": "a", + "start": 596.4, + "end": 596.58, + "confidence": 0.98853976, + "speaker": 1, + "speaker_confidence": 0.93847656, + "punctuated_word": "a" + }, + { + "word": "need", + "start": 596.58, + "end": 596.98, + "confidence": 0.9991654, + "speaker": 1, + "speaker_confidence": 0.93847656, + "punctuated_word": "need" + }, + { + "word": "to", + "start": 596.98, + "end": 597.44, + "confidence": 0.7712885, + "speaker": 1, + "speaker_confidence": 0.93847656, + "punctuated_word": "to" + }, + { + "word": "have", + "start": 597.44, + "end": 597.56, + "confidence": 0.22466701, + "speaker": 1, + "speaker_confidence": 0.93847656, + "punctuated_word": "have" + }, + { + "word": "multiple", + "start": 597.56, + "end": 597.98, + "confidence": 0.6905998, + "speaker": 1, + "speaker_confidence": 0.93847656, + "punctuated_word": "multiple" + }, + { + "word": "upper", + "start": 597.98, + "end": 598.18, + "confidence": 0.64982605, + "speaker": 1, + "speaker_confidence": 0.93847656, + "punctuated_word": "upper" + }, + { + "word": "turns", + "start": 598.18, + "end": 598.68, + "confidence": 0.9899014, + "speaker": 1, + "speaker_confidence": 0.93847656, + "punctuated_word": "turns," + }, + { + "word": "and", + "start": 598.94, + "end": 599.28, + "confidence": 0.89489776, + "speaker": 1, + "speaker_confidence": 0.93847656, + "punctuated_word": "and" + }, + { + "word": "i", + "start": 599.28, + "end": 599.38, + "confidence": 0.9997589, + "speaker": 1, + "speaker_confidence": 0.93847656, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 599.38, + "end": 599.6, + "confidence": 0.8226326, + "speaker": 1, + "speaker_confidence": 0.93847656, + "punctuated_word": "don't" + }, + { + "word": "know", + "start": 599.6, + "end": 599.76, + "confidence": 0.7554597, + "speaker": 1, + "speaker_confidence": 0.93847656, + "punctuated_word": "know" + }, + { + "word": "if", + "start": 599.76, + "end": 600.06, + "confidence": 0.9321385, + "speaker": 1, + "speaker_confidence": 0.93847656, + "punctuated_word": "if" + }, + { + "word": "anybody", + "start": 600.06, + "end": 600.36, + "confidence": 0.8963073, + "speaker": 1, + "speaker_confidence": 0.93847656, + "punctuated_word": "anybody" + }, + { + "word": "does", + "start": 600.36, + "end": 600.6, + "confidence": 0.8198447, + "speaker": 1, + "speaker_confidence": 0.93847656, + "punctuated_word": "does" + }, + { + "word": "at", + "start": 600.6, + "end": 600.72, + "confidence": 0.9158072, + "speaker": 1, + "speaker_confidence": 0.93847656, + "punctuated_word": "at" + }, + { + "word": "the", + "start": 600.72, + "end": 600.88, + "confidence": 0.43859372, + "speaker": 1, + "speaker_confidence": 0.93847656, + "punctuated_word": "the" + }, + { + "word": "moment", + "start": 600.88, + "end": 601.36, + "confidence": 0.8396893, + "speaker": 1, + "speaker_confidence": 0.93847656, + "punctuated_word": "moment," + }, + { + "word": "but", + "start": 601.36, + "end": 601.56, + "confidence": 0.7335227, + "speaker": 1, + "speaker_confidence": 0.93847656, + "punctuated_word": "but" + }, + { + "word": "if", + "start": 601.56, + "end": 601.68, + "confidence": 0.8930719, + "speaker": 1, + "speaker_confidence": 0.93847656, + "punctuated_word": "if" + }, + { + "word": "they", + "start": 601.68, + "end": 601.84, + "confidence": 0.5307311, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "they" + }, + { + "word": "do", + "start": 601.84, + "end": 602.34, + "confidence": 0.6066933, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "do," + }, + { + "word": "and", + "start": 602.54, + "end": 602.84, + "confidence": 0.88836014, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "and" + }, + { + "word": "we", + "start": 602.84, + "end": 603.16, + "confidence": 0.8275142, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "we" + }, + { + "word": "still", + "start": 603.16, + "end": 603.56, + "confidence": 0.70129526, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "still" + }, + { + "word": "have", + "start": 603.56, + "end": 603.76, + "confidence": 0.73357034, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "have" + }, + { + "word": "this", + "start": 603.76, + "end": 603.9, + "confidence": 0.7987544, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "this" + }, + { + "word": "limit", + "start": 603.9, + "end": 604.2, + "confidence": 0.7126819, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "limit" + }, + { + "word": "of", + "start": 604.2, + "end": 604.34, + "confidence": 0.2019945, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "of" + }, + { + "word": "one", + "start": 604.34, + "end": 604.74, + "confidence": 0.98038876, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "one" + }, + { + "word": "opportune", + "start": 604.74, + "end": 605.14, + "confidence": 0.45101497, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "opportune" + }, + { + "word": "transaction", + "start": 605.14, + "end": 605.64, + "confidence": 0.2548535, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "transaction" + }, + { + "word": "per", + "start": 605.9, + "end": 606.3, + "confidence": 0.6275877, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "per" + }, + { + "word": "turn", + "start": 606.3, + "end": 606.8, + "confidence": 0.8026822, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "turn," + }, + { + "word": "one", + "start": 606.9, + "end": 607.12, + "confidence": 0.9965953, + "speaker": 1, + "speaker_confidence": 0.75927734, + "punctuated_word": "one" + }, + { + "word": "opportune", + "start": 607.12, + "end": 607.62, + "confidence": 0.8304236, + "speaker": 1, + "speaker_confidence": 0.75927734, + "punctuated_word": "opportune" + }, + { + "word": "output", + "start": 607.66, + "end": 608.16, + "confidence": 0.7792216, + "speaker": 1, + "speaker_confidence": 0.75927734, + "punctuated_word": "output" + }, + { + "word": "per", + "start": 608.16, + "end": 608.4, + "confidence": 0.8830972, + "speaker": 1, + "speaker_confidence": 0.75927734, + "punctuated_word": "per" + }, + { + "word": "transaction", + "start": 608.4, + "end": 608.9, + "confidence": 0.6782094, + "speaker": 1, + "speaker_confidence": 0.75927734, + "punctuated_word": "transaction," + }, + { + "word": "then", + "start": 609.64, + "end": 609.96, + "confidence": 0.9983183, + "speaker": 1, + "speaker_confidence": 0.75927734, + "punctuated_word": "then" + }, + { + "word": "there", + "start": 609.96, + "end": 610.2, + "confidence": 0.8243936, + "speaker": 1, + "speaker_confidence": 0.75927734, + "punctuated_word": "there" + }, + { + "word": "is", + "start": 610.2, + "end": 610.36, + "confidence": 0.86636907, + "speaker": 1, + "speaker_confidence": 0.75927734, + "punctuated_word": "is" + }, + { + "word": "another", + "start": 610.36, + "end": 610.64, + "confidence": 0.8954835, + "speaker": 1, + "speaker_confidence": 0.75927734, + "punctuated_word": "another" + }, + { + "word": "incentive", + "start": 610.64, + "end": 611.1, + "confidence": 0.92556834, + "speaker": 1, + "speaker_confidence": 0.75927734, + "punctuated_word": "incentive" + }, + { + "word": "for", + "start": 611.1, + "end": 611.24, + "confidence": 0.8996082, + "speaker": 1, + "speaker_confidence": 0.75927734, + "punctuated_word": "for" + }, + { + "word": "people", + "start": 611.24, + "end": 611.5, + "confidence": 0.9093546, + "speaker": 1, + "speaker_confidence": 0.74316406, + "punctuated_word": "people" + }, + { + "word": "to", + "start": 611.5, + "end": 611.66, + "confidence": 0.7614492, + "speaker": 1, + "speaker_confidence": 0.74316406, + "punctuated_word": "to" + }, + { + "word": "go", + "start": 611.66, + "end": 611.82, + "confidence": 0.8164022, + "speaker": 1, + "speaker_confidence": 0.74316406, + "punctuated_word": "go" + }, + { + "word": "outside", + "start": 611.82, + "end": 612.18, + "confidence": 0.6410145, + "speaker": 1, + "speaker_confidence": 0.74316406, + "punctuated_word": "outside" + }, + { + "word": "the", + "start": 612.18, + "end": 612.34, + "confidence": 0.79941374, + "speaker": 1, + "speaker_confidence": 0.74316406, + "punctuated_word": "the" + }, + { + "word": "mempool", + "start": 612.34, + "end": 612.84, + "confidence": 0.5761527, + "speaker": 1, + "speaker_confidence": 0.74316406, + "punctuated_word": "mempool" + }, + { + "word": "and", + "start": 613.82, + "end": 614.06, + "confidence": 0.46281576, + "speaker": 1, + "speaker_confidence": 0.74316406, + "punctuated_word": "and" + }, + { + "word": "use", + "start": 614.06, + "end": 614.38, + "confidence": 0.9987739, + "speaker": 1, + "speaker_confidence": 0.74316406, + "punctuated_word": "use" + }, + { + "word": "accelerators", + "start": 614.38, + "end": 614.88, + "confidence": 0.48774686, + "speaker": 1, + "speaker_confidence": 0.74316406, + "punctuated_word": "accelerators," + }, + { + "word": "which", + "start": 614.96, + "end": 615.2, + "confidence": 0.6703905, + "speaker": 1, + "speaker_confidence": 0.74316406, + "punctuated_word": "which" + }, + { + "word": "creates", + "start": 615.2, + "end": 615.54, + "confidence": 0.92108756, + "speaker": 1, + "speaker_confidence": 0.74316406, + "punctuated_word": "creates" + }, + { + "word": "the", + "start": 615.54, + "end": 615.7, + "confidence": 0.96226174, + "speaker": 1, + "speaker_confidence": 0.74316406, + "punctuated_word": "the" + }, + { + "word": "centralization", + "start": 615.7, + "end": 616.2, + "confidence": 0.75580084, + "speaker": 1, + "speaker_confidence": 0.74316406, + "punctuated_word": "centralization" + }, + { + "word": "pressure", + "start": 616.28, + "end": 616.56, + "confidence": 0.9971814, + "speaker": 1, + "speaker_confidence": 0.74316406, + "punctuated_word": "pressure" + }, + { + "word": "that", + "start": 616.56, + "end": 616.92, + "confidence": 0.68335044, + "speaker": 1, + "speaker_confidence": 0.74316406, + "punctuated_word": "that" + }, + { + "word": "we", + "start": 616.92, + "end": 617.08, + "confidence": 0.9067442, + "speaker": 1, + "speaker_confidence": 0.74316406, + "punctuated_word": "we" + }, + { + "word": "tried", + "start": 617.08, + "end": 617.32, + "confidence": 0.85459083, + "speaker": 1, + "speaker_confidence": 0.74316406, + "punctuated_word": "tried" + }, + { + "word": "to", + "start": 617.32, + "end": 617.44, + "confidence": 0.9026088, + "speaker": 1, + "speaker_confidence": 0.74316406, + "punctuated_word": "to" + }, + { + "word": "solve", + "start": 617.44, + "end": 617.68, + "confidence": 0.81388307, + "speaker": 1, + "speaker_confidence": 0.74316406, + "punctuated_word": "solve" + }, + { + "word": "in", + "start": 617.68, + "end": 617.8, + "confidence": 0.80791146, + "speaker": 1, + "speaker_confidence": 0.74316406, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 617.8, + "end": 617.88, + "confidence": 0.81892574, + "speaker": 1, + "speaker_confidence": 0.74316406, + "punctuated_word": "the" + }, + { + "word": "first", + "start": 617.88, + "end": 618.04, + "confidence": 0.99139214, + "speaker": 1, + "speaker_confidence": 0.74316406, + "punctuated_word": "first" + }, + { + "word": "place", + "start": 618.04, + "end": 618.54, + "confidence": 0.41134524, + "speaker": 1, + "speaker_confidence": 0.74316406, + "punctuated_word": "place." + }, + { + "word": "yeah", + "start": 618.68, + "end": 619.18, + "confidence": 0.35254097, + "speaker": 0, + "speaker_confidence": 0.85791016, + "punctuated_word": "Yeah." + }, + { + "word": "and", + "start": 619.64, + "end": 620.14, + "confidence": 0.8593391, + "speaker": 0, + "speaker_confidence": 0.85791016, + "punctuated_word": "And" + }, + { + "word": "on", + "start": 620.9, + "end": 621.06, + "confidence": 0.8653376, + "speaker": 0, + "speaker_confidence": 0.85791016, + "punctuated_word": "on" + }, + { + "word": "that", + "start": 621.06, + "end": 621.38, + "confidence": 0.94216895, + "speaker": 0, + "speaker_confidence": 0.85791016, + "punctuated_word": "that" + }, + { + "word": "point", + "start": 621.38, + "end": 621.88, + "confidence": 0.21245967, + "speaker": 0, + "speaker_confidence": 0.85791016, + "punctuated_word": "point," + }, + { + "word": "what", + "start": 622.58, + "end": 622.8, + "confidence": 0.81947714, + "speaker": 0, + "speaker_confidence": 0.85791016, + "punctuated_word": "what" + }, + { + "word": "i", + "start": 622.8, + "end": 623.0, + "confidence": 0.81634206, + "speaker": 0, + "speaker_confidence": 0.85791016, + "punctuated_word": "I" + }, + { + "word": "also", + "start": 623.0, + "end": 623.24, + "confidence": 0.6430615, + "speaker": 0, + "speaker_confidence": 0.85791016, + "punctuated_word": "also" + }, + { + "word": "find", + "start": 623.24, + "end": 623.74, + "confidence": 0.77473855, + "speaker": 0, + "speaker_confidence": 0.85791016, + "punctuated_word": "find" + }, + { + "word": "interesting", + "start": 623.86, + "end": 624.36, + "confidence": 0.7367487, + "speaker": 0, + "speaker_confidence": 0.85791016, + "punctuated_word": "interesting" + }, + { + "word": "to", + "start": 624.72, + "end": 624.92, + "confidence": 0.90761817, + "speaker": 0, + "speaker_confidence": 0.85791016, + "punctuated_word": "to" + }, + { + "word": "sort", + "start": 624.92, + "end": 625.12, + "confidence": 0.82042074, + "speaker": 0, + "speaker_confidence": 0.85791016, + "punctuated_word": "sort" + }, + { + "word": "of", + "start": 625.12, + "end": 625.26, + "confidence": 0.8061447, + "speaker": 0, + "speaker_confidence": 0.85791016, + "punctuated_word": "of" + }, + { + "word": "highlight", + "start": 625.26, + "end": 625.74, + "confidence": 0.5380786, + "speaker": 0, + "speaker_confidence": 0.85791016, + "punctuated_word": "highlight" + }, + { + "word": "here", + "start": 625.74, + "end": 626.12, + "confidence": 0.99964166, + "speaker": 0, + "speaker_confidence": 0.85791016, + "punctuated_word": "here" + }, + { + "word": "is", + "start": 626.12, + "end": 626.32, + "confidence": 0.71979636, + "speaker": 0, + "speaker_confidence": 0.85791016, + "punctuated_word": "is" + }, + { + "word": "that", + "start": 626.32, + "end": 626.82, + "confidence": 0.83437335, + "speaker": 0, + "speaker_confidence": 0.85791016, + "punctuated_word": "that" + }, + { + "word": "your", + "start": 627.98, + "end": 628.22, + "confidence": 0.52746654, + "speaker": 0, + "speaker_confidence": 0.85791016, + "punctuated_word": "your" + }, + { + "word": "reasoning", + "start": 628.22, + "end": 628.72, + "confidence": 0.46865878, + "speaker": 0, + "speaker_confidence": 0.85791016, + "punctuated_word": "reasoning," + }, + { + "word": "so", + "start": 629.34, + "end": 629.54, + "confidence": 0.8646741, + "speaker": 0, + "speaker_confidence": 0.85791016, + "punctuated_word": "so" + }, + { + "word": "you", + "start": 629.54, + "end": 629.76, + "confidence": 0.63375026, + "speaker": 0, + "speaker_confidence": 0.85791016, + "punctuated_word": "you" + }, + { + "word": "said", + "start": 629.76, + "end": 630.26, + "confidence": 0.6671538, + "speaker": 0, + "speaker_confidence": 0.85791016, + "punctuated_word": "said," + }, + { + "word": "we", + "start": 630.52, + "end": 630.72, + "confidence": 0.99970347, + "speaker": 0, + "speaker_confidence": 0.85791016, + "punctuated_word": "we" + }, + { + "word": "don't", + "start": 630.72, + "end": 630.94, + "confidence": 0.81982607, + "speaker": 0, + "speaker_confidence": 0.85791016, + "punctuated_word": "don't" + }, + { + "word": "know", + "start": 630.94, + "end": 631.12, + "confidence": 0.8537313, + "speaker": 0, + "speaker_confidence": 0.85791016, + "punctuated_word": "know" + }, + { + "word": "if", + "start": 631.12, + "end": 631.28, + "confidence": 0.9200472, + "speaker": 0, + "speaker_confidence": 0.85791016, + "punctuated_word": "if" + }, + { + "word": "there's", + "start": 631.28, + "end": 631.5, + "confidence": 0.9926157, + "speaker": 0, + "speaker_confidence": 0.85791016, + "punctuated_word": "there's" + }, + { + "word": "a", + "start": 631.5, + "end": 631.64, + "confidence": 0.76635027, + "speaker": 0, + "speaker_confidence": 0.85791016, + "punctuated_word": "a" + }, + { + "word": "use", + "start": 631.64, + "end": 631.84, + "confidence": 0.8919596, + "speaker": 0, + "speaker_confidence": 0.85791016, + "punctuated_word": "use" + }, + { + "word": "case", + "start": 631.84, + "end": 632.08, + "confidence": 0.9044212, + "speaker": 0, + "speaker_confidence": 0.85791016, + "punctuated_word": "case" + }, + { + "word": "for", + "start": 632.08, + "end": 632.24, + "confidence": 0.4833681, + "speaker": 0, + "speaker_confidence": 0.85791016, + "punctuated_word": "for" + }, + { + "word": "it", + "start": 632.24, + "end": 632.44, + "confidence": 0.5474279, + "speaker": 0, + "speaker_confidence": 0.85791016, + "punctuated_word": "it." + }, + { + "word": "maybe", + "start": 632.44, + "end": 632.64, + "confidence": 0.788711, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "Maybe" + }, + { + "word": "there", + "start": 632.64, + "end": 632.72, + "confidence": 0.7625266, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "there" + }, + { + "word": "is", + "start": 632.72, + "end": 633.0, + "confidence": 0.88914967, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "is," + }, + { + "word": "maybe", + "start": 633.0, + "end": 633.26, + "confidence": 0.83037174, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "maybe" + }, + { + "word": "there", + "start": 633.26, + "end": 633.48, + "confidence": 0.9998615, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "there" + }, + { + "word": "isn't", + "start": 633.48, + "end": 633.98, + "confidence": 0.9339945, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "isn't." + }, + { + "word": "that", + "start": 634.86, + "end": 635.14, + "confidence": 0.79353565, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "That" + }, + { + "word": "in", + "start": 635.14, + "end": 635.34, + "confidence": 0.89603, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "in" + }, + { + "word": "itself", + "start": 635.34, + "end": 635.82, + "confidence": 0.8615743, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "itself" + }, + { + "word": "has", + "start": 635.82, + "end": 636.02, + "confidence": 0.99491286, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "has" + }, + { + "word": "drawn", + "start": 636.02, + "end": 636.26, + "confidence": 0.894179, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "drawn" + }, + { + "word": "a", + "start": 636.26, + "end": 636.36, + "confidence": 0.9098489, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "a" + }, + { + "word": "lot", + "start": 636.36, + "end": 636.56, + "confidence": 0.69352084, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "lot" + }, + { + "word": "of", + "start": 636.56, + "end": 636.76, + "confidence": 0.97932786, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "of" + }, + { + "word": "ire", + "start": 636.76, + "end": 637.24, + "confidence": 0.9153559, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "ire." + }, + { + "word": "there", + "start": 637.24, + "end": 637.44, + "confidence": 0.90600425, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "There" + }, + { + "word": "seem", + "start": 637.44, + "end": 637.66, + "confidence": 0.9030844, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "seem" + }, + { + "word": "to", + "start": 637.66, + "end": 637.76, + "confidence": 0.9943427, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "to" + }, + { + "word": "be", + "start": 637.76, + "end": 637.9, + "confidence": 0.8963892, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "be" + }, + { + "word": "a", + "start": 637.9, + "end": 638.0, + "confidence": 0.90512276, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "a" + }, + { + "word": "lot", + "start": 638.0, + "end": 638.16, + "confidence": 0.91847944, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "lot" + }, + { + "word": "of", + "start": 638.16, + "end": 638.32, + "confidence": 0.83440065, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "of" + }, + { + "word": "people", + "start": 638.32, + "end": 638.68, + "confidence": 0.8209733, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "people" + }, + { + "word": "that", + "start": 638.68, + "end": 639.16, + "confidence": 0.82977015, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "that" + }, + { + "word": "feel", + "start": 639.16, + "end": 639.48, + "confidence": 0.6102647, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "feel" + }, + { + "word": "that", + "start": 639.48, + "end": 639.68, + "confidence": 0.7580566, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "that" + }, + { + "word": "unless", + "start": 639.68, + "end": 640.12, + "confidence": 0.85608315, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "unless" + }, + { + "word": "you", + "start": 640.12, + "end": 640.28, + "confidence": 0.72151816, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 640.28, + "end": 640.46, + "confidence": 0.64001215, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "can" + }, + { + "word": "prove", + "start": 640.46, + "end": 640.74, + "confidence": 0.7559193, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "prove" + }, + { + "word": "that", + "start": 640.74, + "end": 640.88, + "confidence": 0.777498, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "that" + }, + { + "word": "there", + "start": 640.88, + "end": 641.04, + "confidence": 0.8596824, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "there" + }, + { + "word": "is", + "start": 641.04, + "end": 641.2, + "confidence": 0.7665665, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "is" + }, + { + "word": "a", + "start": 641.2, + "end": 641.32, + "confidence": 0.7727507, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "a" + }, + { + "word": "use", + "start": 641.32, + "end": 641.58, + "confidence": 0.7945798, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "use" + }, + { + "word": "case", + "start": 641.58, + "end": 641.88, + "confidence": 0.89349097, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "case" + }, + { + "word": "for", + "start": 641.88, + "end": 642.18, + "confidence": 0.76973647, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "for" + }, + { + "word": "it", + "start": 642.18, + "end": 642.54, + "confidence": 0.65913534, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "it," + }, + { + "word": "you", + "start": 642.54, + "end": 642.72, + "confidence": 0.99991596, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "you" + }, + { + "word": "shouldn't", + "start": 642.72, + "end": 643.18, + "confidence": 0.8781408, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "shouldn't" + }, + { + "word": "make", + "start": 643.18, + "end": 643.38, + "confidence": 0.7912733, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "make" + }, + { + "word": "any", + "start": 643.38, + "end": 643.66, + "confidence": 0.8020866, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "any" + }, + { + "word": "changes", + "start": 643.66, + "end": 644.16, + "confidence": 0.496503, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "changes." + }, + { + "word": "while", + "start": 645.06, + "end": 645.22, + "confidence": 0.757828, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "While" + }, + { + "word": "you", + "start": 645.22, + "end": 645.64, + "confidence": 0.8806175, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "you," + }, + { + "word": "and", + "start": 645.64, + "end": 645.8, + "confidence": 0.85971534, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "and" + }, + { + "word": "i", + "start": 645.8, + "end": 645.96, + "confidence": 0.81289744, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "I" + }, + { + "word": "agree", + "start": 645.96, + "end": 646.28, + "confidence": 0.89478904, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "agree" + }, + { + "word": "with", + "start": 646.28, + "end": 646.48, + "confidence": 0.94276416, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "with" + }, + { + "word": "you", + "start": 646.48, + "end": 646.98, + "confidence": 0.50247407, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "you," + }, + { + "word": "see", + "start": 647.88, + "end": 648.08, + "confidence": 0.8681007, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "see" + }, + { + "word": "it", + "start": 648.08, + "end": 648.24, + "confidence": 0.8905361, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "it" + }, + { + "word": "more", + "start": 648.24, + "end": 648.6, + "confidence": 0.57228893, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "more" + }, + { + "word": "as", + "start": 648.6, + "end": 649.1, + "confidence": 0.06402635, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "as," + }, + { + "word": "well", + "start": 649.4, + "end": 649.9, + "confidence": 0.8223387, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "well," + }, + { + "word": "if", + "start": 650.2, + "end": 650.38, + "confidence": 0.9874956, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "if" + }, + { + "word": "there's", + "start": 650.38, + "end": 650.64, + "confidence": 0.9071485, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "there's" + }, + { + "word": "no", + "start": 650.64, + "end": 650.74, + "confidence": 0.911522, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "no" + }, + { + "word": "harm", + "start": 650.74, + "end": 651.14, + "confidence": 0.19309774, + "speaker": 0, + "speaker_confidence": 0.88427734, + "punctuated_word": "harm," + }, + { + "word": "if", + "start": 651.14, + "end": 651.26, + "confidence": 0.99620855, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "if" + }, + { + "word": "there's", + "start": 651.26, + "end": 651.5, + "confidence": 0.90629876, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "there's" + }, + { + "word": "no", + "start": 651.5, + "end": 651.66, + "confidence": 0.89222455, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "no" + }, + { + "word": "harm", + "start": 651.66, + "end": 651.98, + "confidence": 0.71247953, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "harm," + }, + { + "word": "then", + "start": 651.98, + "end": 652.12, + "confidence": 0.9989556, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "then" + }, + { + "word": "what's", + "start": 652.12, + "end": 652.44, + "confidence": 0.82299227, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "what's" + }, + { + "word": "the", + "start": 652.44, + "end": 652.56, + "confidence": 0.9356635, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "the" + }, + { + "word": "problem", + "start": 652.56, + "end": 653.06, + "confidence": 0.06516871, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "problem?" + }, + { + "word": "if", + "start": 653.16, + "end": 653.32, + "confidence": 0.9861314, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "If" + }, + { + "word": "there's", + "start": 653.32, + "end": 653.56, + "confidence": 0.90891695, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "there's" + }, + { + "word": "no", + "start": 653.56, + "end": 653.76, + "confidence": 0.75927824, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "no" + }, + { + "word": "harm", + "start": 653.76, + "end": 654.06, + "confidence": 0.8949564, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "harm" + }, + { + "word": "and", + "start": 654.06, + "end": 654.24, + "confidence": 0.92639554, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "and" + }, + { + "word": "you", + "start": 654.24, + "end": 654.38, + "confidence": 0.8082294, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "you" + }, + { + "word": "simplify", + "start": 654.38, + "end": 654.86, + "confidence": 0.80106264, + "speaker": 0, + "speaker_confidence": 0.55322266, + "punctuated_word": "simplify" + }, + { + "word": "the", + "start": 654.86, + "end": 654.96, + "confidence": 0.8261293, + "speaker": 0, + "speaker_confidence": 0.5029297, + "punctuated_word": "the" + }, + { + "word": "code", + "start": 654.96, + "end": 655.44, + "confidence": 0.31384063, + "speaker": 0, + "speaker_confidence": 0.5029297, + "punctuated_word": "code," + }, + { + "word": "then", + "start": 655.44, + "end": 655.68, + "confidence": 0.7303076, + "speaker": 0, + "speaker_confidence": 0.5029297, + "punctuated_word": "then" + }, + { + "word": "that", + "start": 655.68, + "end": 655.86, + "confidence": 0.8830821, + "speaker": 0, + "speaker_confidence": 0.5029297, + "punctuated_word": "that" + }, + { + "word": "seems", + "start": 655.86, + "end": 656.18, + "confidence": 0.906218, + "speaker": 0, + "speaker_confidence": 0.5029297, + "punctuated_word": "seems" + }, + { + "word": "like", + "start": 656.18, + "end": 656.32, + "confidence": 0.68290675, + "speaker": 0, + "speaker_confidence": 0.5029297, + "punctuated_word": "like" + }, + { + "word": "an", + "start": 656.32, + "end": 656.42, + "confidence": 0.9743895, + "speaker": 0, + "speaker_confidence": 0.5029297, + "punctuated_word": "an" + }, + { + "word": "improvement", + "start": 656.42, + "end": 656.92, + "confidence": 0.36638248, + "speaker": 0, + "speaker_confidence": 0.5029297, + "punctuated_word": "improvement." + }, + { + "word": "yeah", + "start": 658.26, + "end": 658.52, + "confidence": 0.42275897, + "speaker": 1, + "speaker_confidence": 0.4248047, + "punctuated_word": "Yeah," + }, + { + "word": "though", + "start": 658.52, + "end": 658.84, + "confidence": 0.9016115, + "speaker": 1, + "speaker_confidence": 0.4248047, + "punctuated_word": "though" + }, + { + "word": "i", + "start": 658.84, + "end": 659.02, + "confidence": 0.8647417, + "speaker": 1, + "speaker_confidence": 0.4248047, + "punctuated_word": "I" + }, + { + "word": "guess", + "start": 659.02, + "end": 659.32, + "confidence": 0.878073, + "speaker": 1, + "speaker_confidence": 0.4248047, + "punctuated_word": "guess" + }, + { + "word": "in", + "start": 659.32, + "end": 659.44, + "confidence": 0.7977444, + "speaker": 1, + "speaker_confidence": 0.4248047, + "punctuated_word": "in" + }, + { + "word": "this", + "start": 659.44, + "end": 659.64, + "confidence": 0.65073615, + "speaker": 1, + "speaker_confidence": 0.63427734, + "punctuated_word": "this" + }, + { + "word": "case", + "start": 659.64, + "end": 660.14, + "confidence": 0.17771411, + "speaker": 1, + "speaker_confidence": 0.63427734, + "punctuated_word": "case," + }, + { + "word": "where", + "start": 660.3, + "end": 660.48, + "confidence": 0.95756507, + "speaker": 1, + "speaker_confidence": 0.63427734, + "punctuated_word": "where" + }, + { + "word": "the", + "start": 660.48, + "end": 660.6, + "confidence": 0.62966, + "speaker": 1, + "speaker_confidence": 0.63427734, + "punctuated_word": "the" + }, + { + "word": "confusion", + "start": 660.6, + "end": 660.94, + "confidence": 0.8157404, + "speaker": 1, + "speaker_confidence": 0.63427734, + "punctuated_word": "confusion" + }, + { + "word": "comes", + "start": 660.94, + "end": 661.22, + "confidence": 0.63006604, + "speaker": 1, + "speaker_confidence": 0.63427734, + "punctuated_word": "comes" + }, + { + "word": "from", + "start": 661.22, + "end": 661.46, + "confidence": 0.62467504, + "speaker": 1, + "speaker_confidence": 0.63427734, + "punctuated_word": "from" + }, + { + "word": "is", + "start": 661.46, + "end": 661.92, + "confidence": 0.5608916, + "speaker": 1, + "speaker_confidence": 0.63427734, + "punctuated_word": "is," + }, + { + "word": "or", + "start": 661.92, + "end": 662.08, + "confidence": 0.7353066, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "or" + }, + { + "word": "potentially", + "start": 662.08, + "end": 662.58, + "confidence": 0.79261214, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "potentially" + }, + { + "word": "comes", + "start": 662.66, + "end": 662.9, + "confidence": 0.61808527, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "comes" + }, + { + "word": "from", + "start": 662.9, + "end": 663.16, + "confidence": 0.10039273, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "from," + }, + { + "word": "is", + "start": 663.16, + "end": 663.4, + "confidence": 0.74079025, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "is" + }, + { + "word": "that", + "start": 663.4, + "end": 663.9, + "confidence": 0.70888937, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "that" + }, + { + "word": "initially", + "start": 663.9, + "end": 664.28, + "confidence": 0.8045275, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "initially" + }, + { + "word": "the", + "start": 664.28, + "end": 664.44, + "confidence": 0.88983744, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "the" + }, + { + "word": "idea", + "start": 664.44, + "end": 664.64, + "confidence": 0.89792293, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "idea" + }, + { + "word": "was", + "start": 664.64, + "end": 664.82, + "confidence": 0.8056753, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "was" + }, + { + "word": "to", + "start": 664.82, + "end": 664.92, + "confidence": 0.80500835, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "to" + }, + { + "word": "drop", + "start": 664.92, + "end": 665.16, + "confidence": 0.7863009, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "drop" + }, + { + "word": "the", + "start": 665.16, + "end": 665.28, + "confidence": 0.7312234, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "the" + }, + { + "word": "setting", + "start": 665.28, + "end": 665.64, + "confidence": 0.3957652, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "setting" + }, + { + "word": "entirely", + "start": 665.64, + "end": 666.14, + "confidence": 0.1695597, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "entirely." + }, + { + "word": "and", + "start": 667.06, + "end": 667.2, + "confidence": 0.9063996, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "And" + }, + { + "word": "because", + "start": 667.2, + "end": 667.48, + "confidence": 0.8708541, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "because" + }, + { + "word": "we", + "start": 667.48, + "end": 667.68, + "confidence": 0.9991603, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "we" + }, + { + "word": "haven't", + "start": 667.68, + "end": 668.0, + "confidence": 0.7583165, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "haven't" + }, + { + "word": "dropped", + "start": 668.0, + "end": 668.24, + "confidence": 0.7557697, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "dropped" + }, + { + "word": "it", + "start": 668.24, + "end": 668.4, + "confidence": 0.5366575, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "it" + }, + { + "word": "entirely", + "start": 668.4, + "end": 668.86, + "confidence": 0.8786189, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "entirely" + }, + { + "word": "now", + "start": 668.86, + "end": 669.36, + "confidence": 0.86652935, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "now," + }, + { + "word": "the", + "start": 670.42, + "end": 670.6, + "confidence": 0.85546696, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "the" + }, + { + "word": "simplicity", + "start": 670.6, + "end": 671.04, + "confidence": 0.8454325, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "simplicity" + }, + { + "word": "argument", + "start": 671.04, + "end": 671.38, + "confidence": 0.99980706, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "argument" + }, + { + "word": "isn't", + "start": 671.38, + "end": 671.88, + "confidence": 0.8834192, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "isn't" + }, + { + "word": "as", + "start": 672.18, + "end": 672.38, + "confidence": 0.9601887, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "as" + }, + { + "word": "strong", + "start": 672.38, + "end": 672.88, + "confidence": 0.59266055, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "strong." + }, + { + "word": "but", + "start": 674.38, + "end": 674.6, + "confidence": 0.95171994, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "But" + }, + { + "word": "yeah", + "start": 674.6, + "end": 675.04, + "confidence": 0.8006413, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "yeah," + }, + { + "word": "the", + "start": 675.04, + "end": 675.16, + "confidence": 0.8038582, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "The" + }, + { + "word": "problem", + "start": 675.16, + "end": 675.32, + "confidence": 0.6851567, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "problem" + }, + { + "word": "with", + "start": 675.32, + "end": 675.48, + "confidence": 0.8188167, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "with" + }, + { + "word": "these", + "start": 675.48, + "end": 675.6, + "confidence": 0.7644911, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "these" + }, + { + "word": "alternative", + "start": 675.6, + "end": 676.04, + "confidence": 0.8013131, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "alternative" + }, + { + "word": "use", + "start": 676.04, + "end": 676.28, + "confidence": 0.7957696, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "use" + }, + { + "word": "cases", + "start": 676.28, + "end": 676.56, + "confidence": 0.44859767, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "cases" + }, + { + "word": "is", + "start": 676.56, + "end": 676.88, + "confidence": 0.89315915, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "is" + }, + { + "word": "if", + "start": 676.88, + "end": 677.08, + "confidence": 0.82226473, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 677.08, + "end": 677.24, + "confidence": 0.7712627, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "you" + }, + { + "word": "wait", + "start": 677.24, + "end": 677.56, + "confidence": 0.7128491, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "wait" + }, + { + "word": "until", + "start": 677.56, + "end": 677.8, + "confidence": 0.8369011, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "until" + }, + { + "word": "they're", + "start": 677.8, + "end": 678.0, + "confidence": 0.52440846, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "they're" + }, + { + "word": "actually", + "start": 678.0, + "end": 678.32, + "confidence": 0.45913938, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "actually" + }, + { + "word": "fully", + "start": 678.32, + "end": 678.64, + "confidence": 0.03746656, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "fully" + }, + { + "word": "deployed", + "start": 678.64, + "end": 679.14, + "confidence": 0.32785758, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "deployed" + }, + { + "word": "and", + "start": 680.22, + "end": 680.42, + "confidence": 0.9046853, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "and" + }, + { + "word": "they", + "start": 680.42, + "end": 680.6, + "confidence": 0.86941844, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "they" + }, + { + "word": "go", + "start": 680.6, + "end": 680.8, + "confidence": 0.81659234, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "go" + }, + { + "word": "around", + "start": 680.8, + "end": 681.1, + "confidence": 0.8054818, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "around" + }, + { + "word": "the", + "start": 681.1, + "end": 681.22, + "confidence": 0.81486255, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "the" + }, + { + "word": "mempool", + "start": 681.22, + "end": 681.72, + "confidence": 0.5072805, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "mempool" + }, + { + "word": "because", + "start": 681.78, + "end": 682.28, + "confidence": 0.6751767, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "because" + }, + { + "word": "they're", + "start": 682.5, + "end": 682.8, + "confidence": 0.81884277, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "they're" + }, + { + "word": "already", + "start": 682.8, + "end": 683.16, + "confidence": 0.5940473, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "already" + }, + { + "word": "deployed", + "start": 683.16, + "end": 683.66, + "confidence": 0.27481446, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "deployed," + }, + { + "word": "now", + "start": 684.22, + "end": 684.44, + "confidence": 0.7902987, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "now" + }, + { + "word": "you", + "start": 684.44, + "end": 684.66, + "confidence": 0.7696681, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "you" + }, + { + "word": "lift", + "start": 684.66, + "end": 685.04, + "confidence": 0.86777985, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "lift" + }, + { + "word": "the", + "start": 685.04, + "end": 685.26, + "confidence": 0.4938993, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "the" + }, + { + "word": "limit", + "start": 685.26, + "end": 685.76, + "confidence": 0.35555825, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "limit" + }, + { + "word": "and", + "start": 685.84, + "end": 686.26, + "confidence": 0.8407543, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "and," + }, + { + "word": "well", + "start": 686.26, + "end": 686.42, + "confidence": 0.7305495, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "well," + }, + { + "word": "they're", + "start": 686.42, + "end": 686.66, + "confidence": 0.8380146, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "they're" + }, + { + "word": "already", + "start": 686.66, + "end": 687.08, + "confidence": 0.867099, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "already" + }, + { + "word": "going", + "start": 687.08, + "end": 687.34, + "confidence": 0.8144945, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "going" + }, + { + "word": "around", + "start": 687.34, + "end": 687.54, + "confidence": 0.95334876, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "around" + }, + { + "word": "the", + "start": 687.54, + "end": 687.7, + "confidence": 0.8654395, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "the" + }, + { + "word": "mempool", + "start": 687.7, + "end": 688.14, + "confidence": 0.5893528, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "mempool," + }, + { + "word": "so", + "start": 688.14, + "end": 688.38, + "confidence": 0.8551952, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "so" + }, + { + "word": "why", + "start": 688.38, + "end": 688.58, + "confidence": 0.7401108, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "why" + }, + { + "word": "would", + "start": 688.58, + "end": 688.78, + "confidence": 0.83005255, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "would" + }, + { + "word": "they", + "start": 688.78, + "end": 689.06, + "confidence": 0.8540319, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "they" + }, + { + "word": "change", + "start": 689.06, + "end": 689.34, + "confidence": 0.9224974, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "change" + }, + { + "word": "anything", + "start": 689.34, + "end": 689.84, + "confidence": 0.84849226, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "anything?" + }, + { + "word": "so", + "start": 690.18, + "end": 690.48, + "confidence": 0.81655735, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "So" + }, + { + "word": "you", + "start": 690.48, + "end": 690.66, + "confidence": 0.9012505, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "you" + }, + { + "word": "might", + "start": 690.66, + "end": 690.86, + "confidence": 0.80360764, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "might" + }, + { + "word": "be", + "start": 690.86, + "end": 691.02, + "confidence": 0.8554214, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "be" + }, + { + "word": "too", + "start": 691.02, + "end": 691.16, + "confidence": 0.85860723, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "too" + }, + { + "word": "late", + "start": 691.16, + "end": 691.4, + "confidence": 0.90019387, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "late" + }, + { + "word": "if", + "start": 691.4, + "end": 691.56, + "confidence": 0.81304663, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 691.56, + "end": 691.78, + "confidence": 0.95048594, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "you" + }, + { + "word": "keep", + "start": 691.78, + "end": 691.98, + "confidence": 0.69914114, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "keep" + }, + { + "word": "chasing", + "start": 691.98, + "end": 692.3, + "confidence": 0.72576404, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "chasing" + }, + { + "word": "these", + "start": 692.3, + "end": 692.44, + "confidence": 0.07716342, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "these" + }, + { + "word": "things", + "start": 692.44, + "end": 692.72, + "confidence": 0.87397987, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "things" + }, + { + "word": "and", + "start": 692.72, + "end": 692.9, + "confidence": 0.81885755, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "and" + }, + { + "word": "bitcoin", + "start": 692.9, + "end": 693.24, + "confidence": 0.8169234, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 693.24, + "end": 693.42, + "confidence": 0.9326737, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "Core" + }, + { + "word": "only", + "start": 693.42, + "end": 693.62, + "confidence": 0.6018724, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "only" + }, + { + "word": "releases", + "start": 693.62, + "end": 694.04, + "confidence": 0.76201135, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "releases" + }, + { + "word": "once", + "start": 694.04, + "end": 694.28, + "confidence": 0.82038194, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "once" + }, + { + "word": "every", + "start": 694.28, + "end": 694.48, + "confidence": 0.7467224, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "every" + }, + { + "word": "six", + "start": 694.48, + "end": 694.72, + "confidence": 0.933291, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "six" + }, + { + "word": "months", + "start": 694.72, + "end": 695.22, + "confidence": 0.044435233, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "months." + }, + { + "word": "and", + "start": 695.66, + "end": 695.82, + "confidence": 0.93202686, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "And" + }, + { + "word": "we'll", + "start": 695.82, + "end": 696.0, + "confidence": 0.8778631, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "we'll" + }, + { + "word": "have", + "start": 696.0, + "end": 696.2, + "confidence": 0.85663635, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "have" + }, + { + "word": "another", + "start": 696.2, + "end": 696.44, + "confidence": 0.8932185, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "another" + }, + { + "word": "topic", + "start": 696.44, + "end": 696.76, + "confidence": 0.8068234, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "topic" + }, + { + "word": "on", + "start": 696.76, + "end": 696.9, + "confidence": 0.89450675, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "on" + }, + { + "word": "the", + "start": 696.9, + "end": 697.04, + "confidence": 0.58312535, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "the" + }, + { + "word": "list", + "start": 697.04, + "end": 697.28, + "confidence": 0.5715606, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "list" + }, + { + "word": "where", + "start": 697.28, + "end": 697.58, + "confidence": 0.8949198, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "where" + }, + { + "word": "something", + "start": 697.58, + "end": 697.9, + "confidence": 0.91065025, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "something" + }, + { + "word": "similar", + "start": 697.9, + "end": 698.24, + "confidence": 0.12540267, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "similar" + }, + { + "word": "happens", + "start": 698.24, + "end": 698.66, + "confidence": 0.99041146, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "happens" + }, + { + "word": "where", + "start": 698.66, + "end": 699.16, + "confidence": 0.88336664, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "where" + }, + { + "word": "it", + "start": 699.16, + "end": 699.36, + "confidence": 0.98213124, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "it" + }, + { + "word": "was", + "start": 699.36, + "end": 699.58, + "confidence": 0.89177793, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "was" + }, + { + "word": "a", + "start": 699.58, + "end": 699.72, + "confidence": 0.9039672, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "a" + }, + { + "word": "response", + "start": 699.72, + "end": 700.12, + "confidence": 0.8033657, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "response" + }, + { + "word": "to", + "start": 700.12, + "end": 700.32, + "confidence": 0.830414, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "to" + }, + { + "word": "actual", + "start": 700.32, + "end": 700.6, + "confidence": 0.81260395, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "actual" + }, + { + "word": "behavior", + "start": 700.6, + "end": 701.1, + "confidence": 0.08428177, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "behavior." + }, + { + "word": "so", + "start": 701.64, + "end": 701.98, + "confidence": 0.82180226, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "So" + }, + { + "word": "we", + "start": 701.98, + "end": 702.18, + "confidence": 0.8085098, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "we" + }, + { + "word": "were", + "start": 702.18, + "end": 702.34, + "confidence": 0.7795676, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "were" + }, + { + "word": "a", + "start": 702.34, + "end": 702.44, + "confidence": 0.87771386, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "a" + }, + { + "word": "little", + "start": 702.44, + "end": 702.66, + "confidence": 0.32672733, + "speaker": 0, + "speaker_confidence": 0.25878906, + "punctuated_word": "little" + }, + { + "word": "bit", + "start": 702.66, + "end": 703.16, + "confidence": 0.4324026, + "speaker": 0, + "speaker_confidence": 0.25878906, + "punctuated_word": "bit" + }, + { + "word": "late", + "start": 703.52, + "end": 703.82, + "confidence": 0.80873585, + "speaker": 1, + "speaker_confidence": 0.4321289, + "punctuated_word": "late" + }, + { + "word": "this", + "start": 703.82, + "end": 704.12, + "confidence": 0.76588905, + "speaker": 1, + "speaker_confidence": 0.4321289, + "punctuated_word": "this" + }, + { + "word": "time", + "start": 704.12, + "end": 704.34, + "confidence": 0.9965395, + "speaker": 1, + "speaker_confidence": 0.4321289, + "punctuated_word": "time," + }, + { + "word": "i", + "start": 704.34, + "end": 704.48, + "confidence": 0.9900483, + "speaker": 1, + "speaker_confidence": 0.4321289, + "punctuated_word": "I" + }, + { + "word": "guess", + "start": 704.48, + "end": 704.98, + "confidence": 0.13172114, + "speaker": 1, + "speaker_confidence": 0.4321289, + "punctuated_word": "guess." + }, + { + "word": "yeah", + "start": 705.06, + "end": 705.32, + "confidence": 0.5776036, + "speaker": 0, + "speaker_confidence": 0.7236328, + "punctuated_word": "Yeah," + }, + { + "word": "so", + "start": 705.32, + "end": 705.82, + "confidence": 0.8910582, + "speaker": 0, + "speaker_confidence": 0.7236328, + "punctuated_word": "so" + }, + { + "word": "if", + "start": 706.12, + "end": 706.28, + "confidence": 0.87262994, + "speaker": 0, + "speaker_confidence": 0.7236328, + "punctuated_word": "if" + }, + { + "word": "you're", + "start": 706.28, + "end": 706.56, + "confidence": 0.8907747, + "speaker": 0, + "speaker_confidence": 0.7236328, + "punctuated_word": "you're" + }, + { + "word": "being", + "start": 706.56, + "end": 706.78, + "confidence": 0.8974211, + "speaker": 0, + "speaker_confidence": 0.7236328, + "punctuated_word": "being" + }, + { + "word": "reactive", + "start": 706.78, + "end": 707.28, + "confidence": 0.70381236, + "speaker": 0, + "speaker_confidence": 0.7236328, + "punctuated_word": "reactive" + }, + { + "word": "on", + "start": 707.42, + "end": 707.6, + "confidence": 0.72558206, + "speaker": 0, + "speaker_confidence": 0.7236328, + "punctuated_word": "on" + }, + { + "word": "these", + "start": 707.6, + "end": 707.8, + "confidence": 0.9209082, + "speaker": 0, + "speaker_confidence": 0.7236328, + "punctuated_word": "these" + }, + { + "word": "things", + "start": 707.8, + "end": 708.16, + "confidence": 0.4826525, + "speaker": 0, + "speaker_confidence": 0.7236328, + "punctuated_word": "things," + }, + { + "word": "you're", + "start": 708.16, + "end": 708.46, + "confidence": 0.7496765, + "speaker": 0, + "speaker_confidence": 0.7236328, + "punctuated_word": "you're" + }, + { + "word": "actually", + "start": 708.46, + "end": 708.74, + "confidence": 0.87352407, + "speaker": 0, + "speaker_confidence": 0.7236328, + "punctuated_word": "actually" + }, + { + "word": "too", + "start": 708.74, + "end": 708.94, + "confidence": 0.7926864, + "speaker": 0, + "speaker_confidence": 0.7236328, + "punctuated_word": "too" + }, + { + "word": "late", + "start": 708.94, + "end": 709.4, + "confidence": 0.14952023, + "speaker": 0, + "speaker_confidence": 0.7236328, + "punctuated_word": "late." + }, + { + "word": "and", + "start": 709.4, + "end": 709.82, + "confidence": 0.8535384, + "speaker": 0, + "speaker_confidence": 0.7236328, + "punctuated_word": "And" + }, + { + "word": "if", + "start": 709.82, + "end": 710.06, + "confidence": 0.9857167, + "speaker": 0, + "speaker_confidence": 0.7236328, + "punctuated_word": "if" + }, + { + "word": "there's", + "start": 710.06, + "end": 710.36, + "confidence": 0.9057561, + "speaker": 0, + "speaker_confidence": 0.7236328, + "punctuated_word": "there's" + }, + { + "word": "no", + "start": 710.36, + "end": 710.58, + "confidence": 0.9044663, + "speaker": 0, + "speaker_confidence": 0.7236328, + "punctuated_word": "no" + }, + { + "word": "harm", + "start": 710.58, + "end": 711.06, + "confidence": 0.9080268, + "speaker": 0, + "speaker_confidence": 0.7236328, + "punctuated_word": "harm" + }, + { + "word": "in", + "start": 711.06, + "end": 711.22, + "confidence": 0.9017325, + "speaker": 0, + "speaker_confidence": 0.7236328, + "punctuated_word": "in" + }, + { + "word": "doing", + "start": 711.22, + "end": 711.44, + "confidence": 0.95216566, + "speaker": 0, + "speaker_confidence": 0.7236328, + "punctuated_word": "doing" + }, + { + "word": "it", + "start": 711.44, + "end": 711.66, + "confidence": 0.5030877, + "speaker": 0, + "speaker_confidence": 0.7236328, + "punctuated_word": "it," + }, + { + "word": "then", + "start": 711.66, + "end": 711.96, + "confidence": 0.9989831, + "speaker": 0, + "speaker_confidence": 0.7236328, + "punctuated_word": "then" + }, + { + "word": "it's", + "start": 711.96, + "end": 712.2, + "confidence": 0.8293516, + "speaker": 0, + "speaker_confidence": 0.7236328, + "punctuated_word": "it's" + }, + { + "word": "better", + "start": 712.2, + "end": 712.54, + "confidence": 0.84095216, + "speaker": 0, + "speaker_confidence": 0.7236328, + "punctuated_word": "better" + }, + { + "word": "to", + "start": 712.54, + "end": 712.7, + "confidence": 0.9038054, + "speaker": 0, + "speaker_confidence": 0.7236328, + "punctuated_word": "to" + }, + { + "word": "just", + "start": 712.7, + "end": 712.9, + "confidence": 0.90216666, + "speaker": 0, + "speaker_confidence": 0.7236328, + "punctuated_word": "just" + }, + { + "word": "do", + "start": 712.9, + "end": 713.04, + "confidence": 0.8911697, + "speaker": 0, + "speaker_confidence": 0.50097656, + "punctuated_word": "do" + }, + { + "word": "it", + "start": 713.04, + "end": 713.2, + "confidence": 0.20379415, + "speaker": 0, + "speaker_confidence": 0.50097656, + "punctuated_word": "it" + }, + { + "word": "now", + "start": 713.2, + "end": 713.56, + "confidence": 0.99152714, + "speaker": 0, + "speaker_confidence": 0.50097656, + "punctuated_word": "now" + }, + { + "word": "in", + "start": 713.56, + "end": 713.72, + "confidence": 0.79955816, + "speaker": 0, + "speaker_confidence": 0.50097656, + "punctuated_word": "in" + }, + { + "word": "case", + "start": 713.72, + "end": 714.0, + "confidence": 0.81003875, + "speaker": 0, + "speaker_confidence": 0.50097656, + "punctuated_word": "case" + }, + { + "word": "someone", + "start": 714.0, + "end": 714.24, + "confidence": 0.81188744, + "speaker": 0, + "speaker_confidence": 0.50097656, + "punctuated_word": "someone" + }, + { + "word": "might", + "start": 714.24, + "end": 714.68, + "confidence": 0.9029864, + "speaker": 0, + "speaker_confidence": 0.50097656, + "punctuated_word": "might" + }, + { + "word": "need", + "start": 714.68, + "end": 714.96, + "confidence": 0.92403066, + "speaker": 0, + "speaker_confidence": 0.50097656, + "punctuated_word": "need" + }, + { + "word": "it", + "start": 714.96, + "end": 715.46, + "confidence": 0.09760547, + "speaker": 0, + "speaker_confidence": 0.50097656, + "punctuated_word": "it." + }, + { + "word": "especially", + "start": 715.64, + "end": 716.14, + "confidence": 0.69551706, + "speaker": 1, + "speaker_confidence": 0.75878906, + "punctuated_word": "Especially" + }, + { + "word": "because", + "start": 716.18, + "end": 716.68, + "confidence": 0.8160982, + "speaker": 1, + "speaker_confidence": 0.75878906, + "punctuated_word": "because" + }, + { + "word": "the", + "start": 716.74, + "end": 716.98, + "confidence": 0.82343435, + "speaker": 1, + "speaker_confidence": 0.75878906, + "punctuated_word": "the" + }, + { + "word": "total", + "start": 716.98, + "end": 717.38, + "confidence": 0.86726797, + "speaker": 1, + "speaker_confidence": 0.75878906, + "punctuated_word": "total" + }, + { + "word": "amount", + "start": 717.38, + "end": 717.88, + "confidence": 0.9999572, + "speaker": 1, + "speaker_confidence": 0.75878906, + "punctuated_word": "amount" + }, + { + "word": "doesn't", + "start": 717.92, + "end": 718.24, + "confidence": 0.83058816, + "speaker": 1, + "speaker_confidence": 0.75878906, + "punctuated_word": "doesn't" + }, + { + "word": "change", + "start": 718.24, + "end": 718.52, + "confidence": 0.8478635, + "speaker": 1, + "speaker_confidence": 0.75878906, + "punctuated_word": "change," + }, + { + "word": "right", + "start": 718.52, + "end": 718.86, + "confidence": 0.4572168, + "speaker": 1, + "speaker_confidence": 0.75878906, + "punctuated_word": "right?" + }, + { + "word": "like", + "start": 718.86, + "end": 719.04, + "confidence": 0.87766135, + "speaker": 1, + "speaker_confidence": 0.63134766, + "punctuated_word": "Like" + }, + { + "word": "you", + "start": 719.04, + "end": 719.1, + "confidence": 0.95604736, + "speaker": 1, + "speaker_confidence": 0.63134766, + "punctuated_word": "you" + }, + { + "word": "said", + "start": 719.1, + "end": 719.34, + "confidence": 0.8966896, + "speaker": 1, + "speaker_confidence": 0.63134766, + "punctuated_word": "said," + }, + { + "word": "you", + "start": 719.34, + "end": 719.44, + "confidence": 0.56753945, + "speaker": 1, + "speaker_confidence": 0.63134766, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 719.44, + "end": 719.6, + "confidence": 0.88930297, + "speaker": 1, + "speaker_confidence": 0.63134766, + "punctuated_word": "can" + }, + { + "word": "spread", + "start": 719.6, + "end": 719.8, + "confidence": 0.8855839, + "speaker": 1, + "speaker_confidence": 0.63134766, + "punctuated_word": "spread" + }, + { + "word": "it", + "start": 719.8, + "end": 719.92, + "confidence": 0.76795864, + "speaker": 1, + "speaker_confidence": 0.63134766, + "punctuated_word": "it" + }, + { + "word": "over", + "start": 719.92, + "end": 720.08, + "confidence": 0.8077562, + "speaker": 1, + "speaker_confidence": 0.63134766, + "punctuated_word": "over" + }, + { + "word": "multiple", + "start": 720.08, + "end": 720.4, + "confidence": 0.9915195, + "speaker": 1, + "speaker_confidence": 0.63134766, + "punctuated_word": "multiple" + }, + { + "word": "outputs", + "start": 720.4, + "end": 720.9, + "confidence": 0.35505214, + "speaker": 1, + "speaker_confidence": 0.63134766, + "punctuated_word": "outputs." + }, + { + "word": "yeah", + "start": 723.14, + "end": 723.56, + "confidence": 0.70461214, + "speaker": 0, + "speaker_confidence": 0.24658203, + "punctuated_word": "Yeah," + }, + { + "word": "okay", + "start": 723.56, + "end": 724.06, + "confidence": 0.6377084, + "speaker": 0, + "speaker_confidence": 0.24658203, + "punctuated_word": "okay." + }, + { + "word": "let's", + "start": 725.22, + "end": 725.46, + "confidence": 0.74067545, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "Let's" + }, + { + "word": "move", + "start": 725.46, + "end": 725.74, + "confidence": 0.77959543, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "move" + }, + { + "word": "on", + "start": 725.74, + "end": 725.94, + "confidence": 0.8585289, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "on" + }, + { + "word": "from", + "start": 725.94, + "end": 726.16, + "confidence": 0.8064164, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "from" + }, + { + "word": "that", + "start": 726.16, + "end": 726.38, + "confidence": 0.9041288, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "that" + }, + { + "word": "point", + "start": 726.38, + "end": 726.6, + "confidence": 0.5274743, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "point." + }, + { + "word": "anyone", + "start": 726.6, + "end": 726.98, + "confidence": 0.586561, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "Anyone" + }, + { + "word": "who", + "start": 726.98, + "end": 727.12, + "confidence": 0.63291013, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "who" + }, + { + "word": "was", + "start": 727.12, + "end": 727.28, + "confidence": 0.41285893, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "was" + }, + { + "word": "listening", + "start": 727.28, + "end": 727.72, + "confidence": 0.9970702, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "listening" + }, + { + "word": "specifically", + "start": 727.72, + "end": 728.22, + "confidence": 0.8948366, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "specifically" + }, + { + "word": "to", + "start": 728.36, + "end": 728.56, + "confidence": 0.87590426, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "to" + }, + { + "word": "hear", + "start": 728.56, + "end": 728.8, + "confidence": 0.82582116, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "hear" + }, + { + "word": "more", + "start": 728.8, + "end": 729.14, + "confidence": 0.6073416, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "more" + }, + { + "word": "about", + "start": 729.14, + "end": 729.28, + "confidence": 0.26840812, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "about" + }, + { + "word": "the", + "start": 729.28, + "end": 729.44, + "confidence": 0.72118735, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "the" + }, + { + "word": "operator", + "start": 729.44, + "end": 729.8, + "confidence": 0.41230917, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "Operator" + }, + { + "word": "in", + "start": 729.8, + "end": 729.96, + "confidence": 0.7637082, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "in" + }, + { + "word": "drama", + "start": 729.96, + "end": 730.46, + "confidence": 0.8758549, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "Drama" + }, + { + "word": "can", + "start": 730.52, + "end": 730.76, + "confidence": 0.93884736, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "can" + }, + { + "word": "now", + "start": 730.76, + "end": 730.94, + "confidence": 0.8306222, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "now" + }, + { + "word": "switch", + "start": 730.94, + "end": 731.26, + "confidence": 0.5059565, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "switch" + }, + { + "word": "off", + "start": 731.26, + "end": 731.52, + "confidence": 0.89773595, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "off" + }, + { + "word": "because", + "start": 731.52, + "end": 731.76, + "confidence": 0.90898037, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "because" + }, + { + "word": "we're", + "start": 731.76, + "end": 731.96, + "confidence": 0.21382573, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "we're" + }, + { + "word": "going", + "start": 731.96, + "end": 732.12, + "confidence": 0.80315983, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 732.12, + "end": 732.28, + "confidence": 0.8250488, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "to" + }, + { + "word": "talk", + "start": 732.28, + "end": 732.56, + "confidence": 0.77414584, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "talk" + }, + { + "word": "about", + "start": 732.56, + "end": 732.8, + "confidence": 0.6261918, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "about" + }, + { + "word": "other", + "start": 732.8, + "end": 733.3, + "confidence": 0.47114852, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "other" + }, + { + "word": "interesting", + "start": 734.44, + "end": 734.94, + "confidence": 0.8181211, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "interesting" + }, + { + "word": "notable", + "start": 735.02, + "end": 735.52, + "confidence": 0.88610864, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "notable" + }, + { + "word": "improvements", + "start": 735.62, + "end": 736.1, + "confidence": 0.4308338, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "improvements" + }, + { + "word": "in", + "start": 736.1, + "end": 736.22, + "confidence": 0.17848751, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "in" + }, + { + "word": "bitcoin", + "start": 736.22, + "end": 736.56, + "confidence": 0.38219848, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 736.56, + "end": 736.78, + "confidence": 0.5170042, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "Core" + }, + { + "word": "30", + "start": 736.78, + "end": 737.28, + "confidence": 0.3963369, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "30." + }, + { + "word": "right", + "start": 737.38, + "end": 737.58, + "confidence": 0.72546536, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "Right," + }, + { + "word": "or", + "start": 737.58, + "end": 737.78, + "confidence": 0.8576871, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "Or" + }, + { + "word": "was", + "start": 737.78, + "end": 737.98, + "confidence": 0.85145015, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "was" + }, + { + "word": "there", + "start": 737.98, + "end": 738.16, + "confidence": 0.84490293, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "there" + }, + { + "word": "anything", + "start": 738.16, + "end": 738.48, + "confidence": 0.88321173, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "anything" + }, + { + "word": "else", + "start": 738.48, + "end": 738.62, + "confidence": 0.77034, + "speaker": 0, + "speaker_confidence": 0.84277344, + "punctuated_word": "else" + }, + { + "word": "you", + "start": 738.62, + "end": 738.76, + "confidence": 0.89928675, + "speaker": 0, + "speaker_confidence": 0.51953125, + "punctuated_word": "you" + }, + { + "word": "wanted", + "start": 738.76, + "end": 738.96, + "confidence": 0.89016736, + "speaker": 0, + "speaker_confidence": 0.51953125, + "punctuated_word": "wanted" + }, + { + "word": "to", + "start": 738.96, + "end": 739.08, + "confidence": 0.80935025, + "speaker": 0, + "speaker_confidence": 0.51953125, + "punctuated_word": "to" + }, + { + "word": "say", + "start": 739.08, + "end": 739.28, + "confidence": 0.87423563, + "speaker": 0, + "speaker_confidence": 0.51953125, + "punctuated_word": "say" + }, + { + "word": "about", + "start": 739.28, + "end": 739.44, + "confidence": 0.99277496, + "speaker": 0, + "speaker_confidence": 0.51953125, + "punctuated_word": "about" + }, + { + "word": "this", + "start": 739.44, + "end": 739.94, + "confidence": 0.06549374, + "speaker": 0, + "speaker_confidence": 0.51953125, + "punctuated_word": "this?" + }, + { + "word": "yes", + "start": 740.44, + "end": 740.94, + "confidence": 0.76629245, + "speaker": 1, + "speaker_confidence": 0.7338867, + "punctuated_word": "Yes," + }, + { + "word": "but", + "start": 741.76, + "end": 742.02, + "confidence": 0.90140015, + "speaker": 1, + "speaker_confidence": 0.7338867, + "punctuated_word": "but" + }, + { + "word": "i", + "start": 742.02, + "end": 742.16, + "confidence": 0.886595, + "speaker": 1, + "speaker_confidence": 0.7338867, + "punctuated_word": "I" + }, + { + "word": "was", + "start": 742.16, + "end": 742.4, + "confidence": 0.7725619, + "speaker": 1, + "speaker_confidence": 0.7338867, + "punctuated_word": "was" + }, + { + "word": "just", + "start": 742.4, + "end": 742.66, + "confidence": 0.77967036, + "speaker": 1, + "speaker_confidence": 0.7338867, + "punctuated_word": "just" + }, + { + "word": "changing", + "start": 742.66, + "end": 743.08, + "confidence": 0.86420614, + "speaker": 1, + "speaker_confidence": 0.7338867, + "punctuated_word": "changing" + }, + { + "word": "the", + "start": 743.08, + "end": 743.24, + "confidence": 0.77470833, + "speaker": 1, + "speaker_confidence": 0.7338867, + "punctuated_word": "the" + }, + { + "word": "sequence", + "start": 743.24, + "end": 743.74, + "confidence": 0.49646044, + "speaker": 1, + "speaker_confidence": 0.7338867, + "punctuated_word": "sequence" + }, + { + "word": "of", + "start": 743.76, + "end": 744.26, + "confidence": 0.8512172, + "speaker": 1, + "speaker_confidence": 0.7338867, + "punctuated_word": "of" + }, + { + "word": "items", + "start": 746.46, + "end": 746.88, + "confidence": 0.8175972, + "speaker": 1, + "speaker_confidence": 0.60595703, + "punctuated_word": "items" + }, + { + "word": "on", + "start": 746.88, + "end": 747.04, + "confidence": 0.7731565, + "speaker": 1, + "speaker_confidence": 0.60595703, + "punctuated_word": "on" + }, + { + "word": "our", + "start": 747.04, + "end": 747.26, + "confidence": 0.89400214, + "speaker": 1, + "speaker_confidence": 0.60595703, + "punctuated_word": "our" + }, + { + "word": "to-do", + "start": 747.26, + "end": 747.62, + "confidence": 0.9996451, + "speaker": 1, + "speaker_confidence": 0.60595703, + "punctuated_word": "to-do" + }, + { + "word": "list", + "start": 747.62, + "end": 748.12, + "confidence": 0.062144164, + "speaker": 1, + "speaker_confidence": 0.60595703, + "punctuated_word": "list." + }, + { + "word": "all", + "start": 753.1, + "end": 753.22, + "confidence": 0.691856, + "speaker": 1, + "speaker_confidence": 0.70458984, + "punctuated_word": "All" + }, + { + "word": "right", + "start": 753.22, + "end": 753.48, + "confidence": 0.8819191, + "speaker": 1, + "speaker_confidence": 0.70458984, + "punctuated_word": "right," + }, + { + "word": "let's", + "start": 753.48, + "end": 753.7, + "confidence": 0.79668105, + "speaker": 1, + "speaker_confidence": 0.70458984, + "punctuated_word": "let's" + }, + { + "word": "talk", + "start": 753.7, + "end": 753.9, + "confidence": 0.8093611, + "speaker": 1, + "speaker_confidence": 0.70458984, + "punctuated_word": "talk" + }, + { + "word": "about", + "start": 753.9, + "end": 754.08, + "confidence": 0.859956, + "speaker": 1, + "speaker_confidence": 0.70458984, + "punctuated_word": "about" + }, + { + "word": "the", + "start": 754.08, + "end": 754.24, + "confidence": 0.7986048, + "speaker": 1, + "speaker_confidence": 0.70458984, + "punctuated_word": "the" + }, + { + "word": "minimum", + "start": 754.24, + "end": 754.6, + "confidence": 0.7328063, + "speaker": 1, + "speaker_confidence": 0.70458984, + "punctuated_word": "minimum" + }, + { + "word": "relay", + "start": 754.6, + "end": 755.0, + "confidence": 0.6117639, + "speaker": 1, + "speaker_confidence": 0.70458984, + "punctuated_word": "relay" + }, + { + "word": "fee", + "start": 755.0, + "end": 755.22, + "confidence": 0.6880952, + "speaker": 1, + "speaker_confidence": 0.70458984, + "punctuated_word": "fee" + }, + { + "word": "then", + "start": 755.22, + "end": 755.72, + "confidence": 0.0231488, + "speaker": 1, + "speaker_confidence": 0.70458984, + "punctuated_word": "then." + }, + { + "word": "because", + "start": 758.04, + "end": 758.24, + "confidence": 0.9397079, + "speaker": 1, + "speaker_confidence": 0.8359375, + "punctuated_word": "Because" + }, + { + "word": "that's", + "start": 758.24, + "end": 758.5, + "confidence": 0.75861853, + "speaker": 1, + "speaker_confidence": 0.8359375, + "punctuated_word": "that's" + }, + { + "word": "sort", + "start": 758.5, + "end": 758.68, + "confidence": 0.85356855, + "speaker": 1, + "speaker_confidence": 0.8359375, + "punctuated_word": "sort" + }, + { + "word": "of", + "start": 758.68, + "end": 758.84, + "confidence": 0.80621785, + "speaker": 1, + "speaker_confidence": 0.8359375, + "punctuated_word": "of" + }, + { + "word": "in", + "start": 758.84, + "end": 759.34, + "confidence": 0.8041116, + "speaker": 1, + "speaker_confidence": 0.8359375, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 759.52, + "end": 759.72, + "confidence": 0.6564808, + "speaker": 1, + "speaker_confidence": 0.8359375, + "punctuated_word": "the" + }, + { + "word": "same", + "start": 759.72, + "end": 759.92, + "confidence": 0.89671403, + "speaker": 1, + "speaker_confidence": 0.8359375, + "punctuated_word": "same" + }, + { + "word": "area", + "start": 759.92, + "end": 760.28, + "confidence": 0.78936124, + "speaker": 1, + "speaker_confidence": 0.8359375, + "punctuated_word": "area" + }, + { + "word": "of", + "start": 760.28, + "end": 760.44, + "confidence": 0.34970656, + "speaker": 1, + "speaker_confidence": 0.8359375, + "punctuated_word": "of" + }, + { + "word": "changes", + "start": 760.44, + "end": 760.92, + "confidence": 0.6998106, + "speaker": 1, + "speaker_confidence": 0.8359375, + "punctuated_word": "changes," + }, + { + "word": "and", + "start": 760.92, + "end": 761.12, + "confidence": 0.8876374, + "speaker": 1, + "speaker_confidence": 0.8359375, + "punctuated_word": "and" + }, + { + "word": "then", + "start": 761.12, + "end": 761.32, + "confidence": 0.91993374, + "speaker": 1, + "speaker_confidence": 0.8359375, + "punctuated_word": "then" + }, + { + "word": "we'll", + "start": 761.32, + "end": 761.72, + "confidence": 0.87769395, + "speaker": 1, + "speaker_confidence": 0.8359375, + "punctuated_word": "we'll" + }, + { + "word": "move", + "start": 761.72, + "end": 761.94, + "confidence": 0.88598436, + "speaker": 1, + "speaker_confidence": 0.8359375, + "punctuated_word": "move" + }, + { + "word": "on", + "start": 761.94, + "end": 762.1, + "confidence": 0.6614339, + "speaker": 1, + "speaker_confidence": 0.8359375, + "punctuated_word": "on" + }, + { + "word": "to", + "start": 762.1, + "end": 762.24, + "confidence": 0.44777843, + "speaker": 1, + "speaker_confidence": 0.8359375, + "punctuated_word": "to" + }, + { + "word": "completely", + "start": 762.24, + "end": 762.72, + "confidence": 0.76858205, + "speaker": 1, + "speaker_confidence": 0.8359375, + "punctuated_word": "completely" + }, + { + "word": "different", + "start": 762.72, + "end": 763.1, + "confidence": 0.9835028, + "speaker": 1, + "speaker_confidence": 0.8359375, + "punctuated_word": "different" + }, + { + "word": "changes", + "start": 763.1, + "end": 763.6, + "confidence": 0.43367714, + "speaker": 1, + "speaker_confidence": 0.8359375, + "punctuated_word": "changes." + }, + { + "word": "okay", + "start": 764.54, + "end": 765.04, + "confidence": 0.8917002, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "Okay," + }, + { + "word": "it", + "start": 765.24, + "end": 765.36, + "confidence": 0.7365217, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "It" + }, + { + "word": "was", + "start": 765.36, + "end": 765.58, + "confidence": 0.7783912, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "was" + }, + { + "word": "very", + "start": 765.58, + "end": 765.86, + "confidence": 0.89339685, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "very" + }, + { + "word": "important", + "start": 765.86, + "end": 766.36, + "confidence": 0.78763264, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "important" + }, + { + "word": "to", + "start": 766.38, + "end": 766.56, + "confidence": 0.8786653, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "to" + }, + { + "word": "adjust", + "start": 766.56, + "end": 766.92, + "confidence": 0.72157514, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "adjust" + }, + { + "word": "that", + "start": 766.92, + "end": 767.18, + "confidence": 0.79600924, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "that" + }, + { + "word": "in", + "start": 767.18, + "end": 767.32, + "confidence": 0.8614087, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 767.32, + "end": 767.48, + "confidence": 0.5161133, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "the" + }, + { + "word": "google", + "start": 767.48, + "end": 767.78, + "confidence": 0.2203779, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "Google" + }, + { + "word": "doc", + "start": 767.78, + "end": 768.04, + "confidence": 0.93487126, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "Doc" + }, + { + "word": "that", + "start": 768.04, + "end": 768.22, + "confidence": 0.8135032, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "that" + }, + { + "word": "no", + "start": 768.22, + "end": 768.34, + "confidence": 0.8617456, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "no" + }, + { + "word": "one", + "start": 768.34, + "end": 768.52, + "confidence": 0.8036496, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "one" + }, + { + "word": "else", + "start": 768.52, + "end": 768.8, + "confidence": 0.80810887, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "else" + }, + { + "word": "will", + "start": 768.8, + "end": 769.0, + "confidence": 0.7355906, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "will" + }, + { + "word": "see", + "start": 769.0, + "end": 769.28, + "confidence": 0.8909644, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "see" + }, + { + "word": "besides", + "start": 769.28, + "end": 769.78, + "confidence": 0.88464445, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "besides" + }, + { + "word": "you", + "start": 769.92, + "end": 770.12, + "confidence": 0.90412986, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "you" + }, + { + "word": "and", + "start": 770.12, + "end": 770.32, + "confidence": 0.8694781, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "and" + }, + { + "word": "me", + "start": 770.32, + "end": 770.64, + "confidence": 0.2160338, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "me." + }, + { + "word": "good", + "start": 770.64, + "end": 771.14, + "confidence": 0.85962784, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "Good" + }, + { + "word": "thing", + "start": 771.38, + "end": 771.68, + "confidence": 0.89564466, + "speaker": 0, + "speaker_confidence": 0.72509766, + "punctuated_word": "thing" + }, + { + "word": "that", + "start": 771.68, + "end": 771.84, + "confidence": 0.8960022, + "speaker": 0, + "speaker_confidence": 0.19433594, + "punctuated_word": "that" + }, + { + "word": "you", + "start": 771.84, + "end": 772.0, + "confidence": 0.87744933, + "speaker": 0, + "speaker_confidence": 0.19433594, + "punctuated_word": "you" + }, + { + "word": "did", + "start": 772.0, + "end": 772.2, + "confidence": 0.9845567, + "speaker": 0, + "speaker_confidence": 0.19433594, + "punctuated_word": "did" + }, + { + "word": "that", + "start": 772.2, + "end": 772.7, + "confidence": 0.21336241, + "speaker": 0, + "speaker_confidence": 0.19433594, + "punctuated_word": "that." + }, + { + "word": "exactly", + "start": 772.82, + "end": 773.32, + "confidence": 0.63012475, + "speaker": 1, + "speaker_confidence": 0.26953125, + "punctuated_word": "Exactly." + }, + { + "word": "okay", + "start": 774.56, + "end": 775.06, + "confidence": 0.35471112, + "speaker": 0, + "speaker_confidence": 0.65722656, + "punctuated_word": "Okay." + }, + { + "word": "so", + "start": 776.14, + "end": 776.28, + "confidence": 0.65293, + "speaker": 0, + "speaker_confidence": 0.65722656, + "punctuated_word": "So" + }, + { + "word": "yeah", + "start": 776.28, + "end": 776.78, + "confidence": 0.7965597, + "speaker": 0, + "speaker_confidence": 0.65722656, + "punctuated_word": "yeah," + }, + { + "word": "so", + "start": 776.82, + "end": 777.04, + "confidence": 0.90304404, + "speaker": 0, + "speaker_confidence": 0.65722656, + "punctuated_word": "so" + }, + { + "word": "this", + "start": 777.04, + "end": 777.26, + "confidence": 0.77921677, + "speaker": 0, + "speaker_confidence": 0.65722656, + "punctuated_word": "this" + }, + { + "word": "is", + "start": 777.26, + "end": 777.44, + "confidence": 0.7930042, + "speaker": 0, + "speaker_confidence": 0.65722656, + "punctuated_word": "is" + }, + { + "word": "another", + "start": 777.44, + "end": 777.8, + "confidence": 0.76170695, + "speaker": 0, + "speaker_confidence": 0.65722656, + "punctuated_word": "another" + }, + { + "word": "policy", + "start": 777.8, + "end": 778.3, + "confidence": 0.5726484, + "speaker": 0, + "speaker_confidence": 0.65722656, + "punctuated_word": "policy" + }, + { + "word": "change", + "start": 779.84, + "end": 780.34, + "confidence": 0.38047355, + "speaker": 0, + "speaker_confidence": 0.65722656, + "punctuated_word": "change," + }, + { + "word": "which", + "start": 780.72, + "end": 781.22, + "confidence": 0.5450477, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "which," + }, + { + "word": "okay", + "start": 781.4, + "end": 781.9, + "confidence": 0.80008173, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "okay," + }, + { + "word": "so", + "start": 781.92, + "end": 782.12, + "confidence": 0.98727757, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "so" + }, + { + "word": "that's", + "start": 782.12, + "end": 782.62, + "confidence": 0.8048521, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "that's" + }, + { + "word": "the", + "start": 782.9, + "end": 783.08, + "confidence": 0.86650497, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "the" + }, + { + "word": "minimum", + "start": 783.08, + "end": 783.58, + "confidence": 0.66739047, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "minimum" + }, + { + "word": "fee", + "start": 784.12, + "end": 784.54, + "confidence": 0.8511647, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "fee" + }, + { + "word": "that", + "start": 784.54, + "end": 784.96, + "confidence": 0.79052955, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "that" + }, + { + "word": "is", + "start": 784.96, + "end": 785.28, + "confidence": 0.80450433, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "is" + }, + { + "word": "included", + "start": 785.28, + "end": 785.64, + "confidence": 0.49017477, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "included" + }, + { + "word": "in", + "start": 785.64, + "end": 785.8, + "confidence": 0.7889761, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "in" + }, + { + "word": "a", + "start": 785.8, + "end": 785.94, + "confidence": 0.5302876, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "a" + }, + { + "word": "transaction", + "start": 785.94, + "end": 786.44, + "confidence": 0.0776925, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "transaction," + }, + { + "word": "can", + "start": 788.0, + "end": 788.22, + "confidence": 0.90754765, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "can" + }, + { + "word": "now", + "start": 788.22, + "end": 788.6, + "confidence": 0.7629687, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "now" + }, + { + "word": "be", + "start": 788.6, + "end": 788.84, + "confidence": 0.7491049, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "be" + }, + { + "word": "lower", + "start": 788.84, + "end": 789.34, + "confidence": 0.42529547, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "lower" + }, + { + "word": "before", + "start": 789.52, + "end": 789.96, + "confidence": 0.8704233, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "before" + }, + { + "word": "bitcoin", + "start": 789.96, + "end": 790.2, + "confidence": 0.38770187, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 790.2, + "end": 790.52, + "confidence": 0.7357333, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "Core" + }, + { + "word": "nodes", + "start": 790.52, + "end": 790.86, + "confidence": 0.77362025, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "nodes" + }, + { + "word": "will", + "start": 790.86, + "end": 791.12, + "confidence": 0.85998964, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "will" + }, + { + "word": "accept", + "start": 791.12, + "end": 791.38, + "confidence": 0.8003298, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "accept" + }, + { + "word": "it", + "start": 791.38, + "end": 791.52, + "confidence": 0.8111522, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "it" + }, + { + "word": "in", + "start": 791.52, + "end": 791.66, + "confidence": 0.81465155, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 791.66, + "end": 791.76, + "confidence": 0.76957417, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "the" + }, + { + "word": "mempool", + "start": 791.76, + "end": 792.24, + "confidence": 0.76216054, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "mempool" + }, + { + "word": "and", + "start": 792.24, + "end": 792.38, + "confidence": 0.88361305, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "and" + }, + { + "word": "relay", + "start": 792.38, + "end": 792.66, + "confidence": 0.8977984, + "speaker": 0, + "speaker_confidence": 0.84033203, + "punctuated_word": "relay" + }, + { + "word": "it", + "start": 792.66, + "end": 792.74, + "confidence": 0.7760094, + "speaker": 0, + "speaker_confidence": 0.35888672, + "punctuated_word": "it" + }, + { + "word": "to", + "start": 792.74, + "end": 792.88, + "confidence": 0.84507185, + "speaker": 0, + "speaker_confidence": 0.35888672, + "punctuated_word": "to" + }, + { + "word": "other", + "start": 792.88, + "end": 793.08, + "confidence": 0.9014986, + "speaker": 0, + "speaker_confidence": 0.35888672, + "punctuated_word": "other" + }, + { + "word": "nodes", + "start": 793.08, + "end": 793.44, + "confidence": 0.872875, + "speaker": 0, + "speaker_confidence": 0.35888672, + "punctuated_word": "nodes," + }, + { + "word": "right", + "start": 793.44, + "end": 793.86, + "confidence": 0.8253704, + "speaker": 0, + "speaker_confidence": 0.35888672, + "punctuated_word": "right?" + }, + { + "word": "yeah", + "start": 793.86, + "end": 794.14, + "confidence": 0.8687284, + "speaker": 1, + "speaker_confidence": 0.6176758, + "punctuated_word": "Yeah," + }, + { + "word": "so", + "start": 794.14, + "end": 794.28, + "confidence": 0.794686, + "speaker": 1, + "speaker_confidence": 0.6176758, + "punctuated_word": "so" + }, + { + "word": "it", + "start": 794.28, + "end": 794.38, + "confidence": 0.90256757, + "speaker": 1, + "speaker_confidence": 0.6176758, + "punctuated_word": "it" + }, + { + "word": "used", + "start": 794.38, + "end": 794.64, + "confidence": 0.8984091, + "speaker": 1, + "speaker_confidence": 0.6176758, + "punctuated_word": "used" + }, + { + "word": "to", + "start": 794.64, + "end": 794.76, + "confidence": 0.6400335, + "speaker": 1, + "speaker_confidence": 0.6176758, + "punctuated_word": "to" + }, + { + "word": "be", + "start": 794.76, + "end": 794.86, + "confidence": 0.538, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "be" + }, + { + "word": "1", + "start": 794.86, + "end": 795.1, + "confidence": 0.85628754, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "1" + }, + { + "word": "satoshi", + "start": 795.1, + "end": 795.44, + "confidence": 0.8873511, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "Satoshi" + }, + { + "word": "per", + "start": 795.44, + "end": 795.62, + "confidence": 0.28257626, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "per" + }, + { + "word": "vbyte", + "start": 795.62, + "end": 796.12, + "confidence": 0.98673695, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "Vbyte," + }, + { + "word": "now", + "start": 796.16, + "end": 796.36, + "confidence": 0.974293, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "now" + }, + { + "word": "it's", + "start": 796.36, + "end": 796.64, + "confidence": 0.8332132, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "it's" + }, + { + "word": "0.1", + "start": 796.64, + "end": 797.14, + "confidence": 0.9683732, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "0.1" + }, + { + "word": "satoshi", + "start": 797.24, + "end": 797.64, + "confidence": 0.9321333, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "Satoshi" + }, + { + "word": "per", + "start": 797.64, + "end": 797.8, + "confidence": 0.91190714, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "per" + }, + { + "word": "vbyte", + "start": 797.8, + "end": 798.3, + "confidence": 0.98687243, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "Vbyte." + }, + { + "word": "and", + "start": 798.82, + "end": 799.32, + "confidence": 0.8739521, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "And" + }, + { + "word": "this", + "start": 799.34, + "end": 799.54, + "confidence": 0.9538068, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "this" + }, + { + "word": "is", + "start": 799.54, + "end": 799.72, + "confidence": 0.7606637, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "is" + }, + { + "word": "a", + "start": 799.72, + "end": 799.9, + "confidence": 0.81808865, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "a" + }, + { + "word": "case", + "start": 799.9, + "end": 800.28, + "confidence": 0.5939656, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "case" + }, + { + "word": "of", + "start": 800.28, + "end": 800.78, + "confidence": 0.75346804, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "of" + }, + { + "word": "people", + "start": 800.86, + "end": 801.2, + "confidence": 0.26507753, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "people" + }, + { + "word": "start", + "start": 801.2, + "end": 801.5, + "confidence": 0.9976041, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "start" + }, + { + "word": "doing", + "start": 801.5, + "end": 801.82, + "confidence": 0.77306587, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "doing" + }, + { + "word": "things", + "start": 801.82, + "end": 802.32, + "confidence": 0.8627149, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "things" + }, + { + "word": "and", + "start": 802.54, + "end": 802.96, + "confidence": 0.6335091, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "and" + }, + { + "word": "bitcoin", + "start": 802.96, + "end": 803.24, + "confidence": 0.9010547, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 803.24, + "end": 803.52, + "confidence": 0.9063588, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "Core" + }, + { + "word": "has", + "start": 803.52, + "end": 803.7, + "confidence": 0.86923885, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "has" + }, + { + "word": "to", + "start": 803.7, + "end": 803.9, + "confidence": 0.59787786, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "to" + }, + { + "word": "follow", + "start": 803.9, + "end": 804.4, + "confidence": 0.7280824, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "follow," + }, + { + "word": "otherwise", + "start": 804.4, + "end": 804.9, + "confidence": 0.7889379, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "otherwise" + }, + { + "word": "everybody", + "start": 805.04, + "end": 805.48, + "confidence": 0.90751415, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "everybody" + }, + { + "word": "will", + "start": 805.48, + "end": 805.64, + "confidence": 0.8333495, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "will" + }, + { + "word": "go", + "start": 805.64, + "end": 805.8, + "confidence": 0.7987768, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "go" + }, + { + "word": "around", + "start": 805.8, + "end": 806.04, + "confidence": 0.30886674, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "around" + }, + { + "word": "the", + "start": 806.04, + "end": 806.18, + "confidence": 0.83218247, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "the" + }, + { + "word": "mempool", + "start": 806.18, + "end": 806.68, + "confidence": 0.9528964, + "speaker": 1, + "speaker_confidence": 0.9423828, + "punctuated_word": "mempool." + }, + { + "word": "so", + "start": 808.58, + "end": 808.78, + "confidence": 0.78322554, + "speaker": 1, + "speaker_confidence": 0.8613281, + "punctuated_word": "So" + }, + { + "word": "what", + "start": 808.78, + "end": 808.94, + "confidence": 0.73240066, + "speaker": 1, + "speaker_confidence": 0.8613281, + "punctuated_word": "what" + }, + { + "word": "started", + "start": 808.94, + "end": 809.22, + "confidence": 0.8681912, + "speaker": 1, + "speaker_confidence": 0.8613281, + "punctuated_word": "started" + }, + { + "word": "happening", + "start": 809.22, + "end": 809.58, + "confidence": 0.71221375, + "speaker": 1, + "speaker_confidence": 0.8613281, + "punctuated_word": "happening" + }, + { + "word": "is", + "start": 809.58, + "end": 810.06, + "confidence": 0.80921113, + "speaker": 1, + "speaker_confidence": 0.8613281, + "punctuated_word": "is" + }, + { + "word": "because", + "start": 810.06, + "end": 810.3, + "confidence": 0.65174454, + "speaker": 1, + "speaker_confidence": 0.8613281, + "punctuated_word": "because" + }, + { + "word": "the", + "start": 810.3, + "end": 810.46, + "confidence": 0.7476487, + "speaker": 1, + "speaker_confidence": 0.8613281, + "punctuated_word": "the" + }, + { + "word": "fee", + "start": 810.46, + "end": 810.72, + "confidence": 0.9024233, + "speaker": 1, + "speaker_confidence": 0.8613281, + "punctuated_word": "fee" + }, + { + "word": "market", + "start": 810.72, + "end": 811.02, + "confidence": 0.876276, + "speaker": 1, + "speaker_confidence": 0.8613281, + "punctuated_word": "market" + }, + { + "word": "is", + "start": 811.02, + "end": 811.36, + "confidence": 0.91457677, + "speaker": 1, + "speaker_confidence": 0.8613281, + "punctuated_word": "is" + }, + { + "word": "such", + "start": 811.36, + "end": 811.62, + "confidence": 0.8404948, + "speaker": 1, + "speaker_confidence": 0.8613281, + "punctuated_word": "such" + }, + { + "word": "an", + "start": 811.62, + "end": 811.76, + "confidence": 0.7650611, + "speaker": 1, + "speaker_confidence": 0.8613281, + "punctuated_word": "an" + }, + { + "word": "amazing", + "start": 811.76, + "end": 812.16, + "confidence": 0.6909262, + "speaker": 1, + "speaker_confidence": 0.8613281, + "punctuated_word": "amazing" + }, + { + "word": "success", + "start": 812.16, + "end": 812.66, + "confidence": 0.03861122, + "speaker": 1, + "speaker_confidence": 0.8613281, + "punctuated_word": "success." + }, + { + "word": "yeah", + "start": 814.54, + "end": 814.84, + "confidence": 0.92767966, + "speaker": 1, + "speaker_confidence": 0.7729492, + "punctuated_word": "Yeah," + }, + { + "word": "people", + "start": 814.84, + "end": 815.14, + "confidence": 0.8997345, + "speaker": 1, + "speaker_confidence": 0.7729492, + "punctuated_word": "people" + }, + { + "word": "wanted", + "start": 815.14, + "end": 815.44, + "confidence": 0.9035008, + "speaker": 1, + "speaker_confidence": 0.7729492, + "punctuated_word": "wanted" + }, + { + "word": "to", + "start": 815.44, + "end": 815.92, + "confidence": 0.8643821, + "speaker": 1, + "speaker_confidence": 0.7729492, + "punctuated_word": "to" + }, + { + "word": "pay", + "start": 815.92, + "end": 816.22, + "confidence": 0.798675, + "speaker": 1, + "speaker_confidence": 0.7729492, + "punctuated_word": "pay" + }, + { + "word": "less", + "start": 816.22, + "end": 816.42, + "confidence": 0.6057368, + "speaker": 1, + "speaker_confidence": 0.7729492, + "punctuated_word": "less" + }, + { + "word": "fees", + "start": 816.42, + "end": 816.92, + "confidence": 0.19057845, + "speaker": 1, + "speaker_confidence": 0.7729492, + "punctuated_word": "fees." + }, + { + "word": "and", + "start": 818.48, + "end": 818.68, + "confidence": 0.95273125, + "speaker": 1, + "speaker_confidence": 0.7729492, + "punctuated_word": "And" + }, + { + "word": "well", + "start": 818.68, + "end": 818.92, + "confidence": 0.8596418, + "speaker": 1, + "speaker_confidence": 0.7729492, + "punctuated_word": "well," + }, + { + "word": "like", + "start": 818.92, + "end": 819.02, + "confidence": 0.8839231, + "speaker": 1, + "speaker_confidence": 0.7729492, + "punctuated_word": "like" + }, + { + "word": "i", + "start": 819.02, + "end": 819.14, + "confidence": 0.92585003, + "speaker": 1, + "speaker_confidence": 0.63720703, + "punctuated_word": "I" + }, + { + "word": "said", + "start": 819.14, + "end": 819.34, + "confidence": 0.4368814, + "speaker": 1, + "speaker_confidence": 0.63720703, + "punctuated_word": "said," + }, + { + "word": "i'm", + "start": 819.34, + "end": 819.52, + "confidence": 0.8932786, + "speaker": 1, + "speaker_confidence": 0.63720703, + "punctuated_word": "I'm" + }, + { + "word": "not", + "start": 819.52, + "end": 819.78, + "confidence": 0.821005, + "speaker": 1, + "speaker_confidence": 0.63720703, + "punctuated_word": "not" + }, + { + "word": "on", + "start": 819.78, + "end": 819.96, + "confidence": 0.81711906, + "speaker": 1, + "speaker_confidence": 0.63720703, + "punctuated_word": "on" + }, + { + "word": "social", + "start": 819.96, + "end": 820.2, + "confidence": 0.71696347, + "speaker": 1, + "speaker_confidence": 0.63720703, + "punctuated_word": "social" + }, + { + "word": "media", + "start": 820.2, + "end": 820.52, + "confidence": 0.90922135, + "speaker": 1, + "speaker_confidence": 0.63720703, + "punctuated_word": "media" + }, + { + "word": "myself", + "start": 820.52, + "end": 820.84, + "confidence": 0.8211616, + "speaker": 1, + "speaker_confidence": 0.63720703, + "punctuated_word": "myself" + }, + { + "word": "at", + "start": 820.84, + "end": 820.92, + "confidence": 0.9325579, + "speaker": 1, + "speaker_confidence": 0.9433594, + "punctuated_word": "at" + }, + { + "word": "the", + "start": 820.92, + "end": 821.0, + "confidence": 0.5920223, + "speaker": 1, + "speaker_confidence": 0.9433594, + "punctuated_word": "the" + }, + { + "word": "moment", + "start": 821.0, + "end": 821.5, + "confidence": 0.17052343, + "speaker": 1, + "speaker_confidence": 0.9433594, + "punctuated_word": "moment." + }, + { + "word": "but", + "start": 821.98, + "end": 822.18, + "confidence": 0.68168694, + "speaker": 1, + "speaker_confidence": 0.9433594, + "punctuated_word": "But" + }, + { + "word": "my", + "start": 822.18, + "end": 822.38, + "confidence": 0.8939487, + "speaker": 1, + "speaker_confidence": 0.9433594, + "punctuated_word": "my" + }, + { + "word": "understanding", + "start": 822.38, + "end": 822.86, + "confidence": 0.82504547, + "speaker": 1, + "speaker_confidence": 0.9433594, + "punctuated_word": "understanding" + }, + { + "word": "is", + "start": 822.86, + "end": 823.04, + "confidence": 0.6929043, + "speaker": 1, + "speaker_confidence": 0.9433594, + "punctuated_word": "is" + }, + { + "word": "that", + "start": 823.04, + "end": 823.18, + "confidence": 0.87938416, + "speaker": 1, + "speaker_confidence": 0.9433594, + "punctuated_word": "that" + }, + { + "word": "there", + "start": 823.18, + "end": 823.36, + "confidence": 0.25796494, + "speaker": 1, + "speaker_confidence": 0.9433594, + "punctuated_word": "there" + }, + { + "word": "was", + "start": 823.36, + "end": 823.74, + "confidence": 0.9997974, + "speaker": 1, + "speaker_confidence": 0.9433594, + "punctuated_word": "was" + }, + { + "word": "sort", + "start": 823.74, + "end": 823.86, + "confidence": 0.9923665, + "speaker": 1, + "speaker_confidence": 0.9433594, + "punctuated_word": "sort" + }, + { + "word": "of", + "start": 823.86, + "end": 823.98, + "confidence": 0.91187984, + "speaker": 1, + "speaker_confidence": 0.9433594, + "punctuated_word": "of" + }, + { + "word": "a", + "start": 823.98, + "end": 824.34, + "confidence": 0.8271787, + "speaker": 1, + "speaker_confidence": 0.9433594, + "punctuated_word": "a" + }, + { + "word": "twitter", + "start": 824.34, + "end": 824.68, + "confidence": 0.21812066, + "speaker": 1, + "speaker_confidence": 0.9433594, + "punctuated_word": "Twitter" + }, + { + "word": "movement", + "start": 824.68, + "end": 825.18, + "confidence": 0.2994028, + "speaker": 1, + "speaker_confidence": 0.9433594, + "punctuated_word": "movement" + }, + { + "word": "for", + "start": 826.36, + "end": 826.62, + "confidence": 0.90820205, + "speaker": 1, + "speaker_confidence": 0.9433594, + "punctuated_word": "for" + }, + { + "word": "people", + "start": 826.62, + "end": 826.96, + "confidence": 0.81905043, + "speaker": 1, + "speaker_confidence": 0.9433594, + "punctuated_word": "people" + }, + { + "word": "to", + "start": 826.96, + "end": 827.14, + "confidence": 0.8154422, + "speaker": 1, + "speaker_confidence": 0.9433594, + "punctuated_word": "to" + }, + { + "word": "individually", + "start": 827.14, + "end": 827.64, + "confidence": 0.7489913, + "speaker": 1, + "speaker_confidence": 0.9433594, + "punctuated_word": "individually" + }, + { + "word": "configure", + "start": 827.78, + "end": 828.26, + "confidence": 0.69039845, + "speaker": 1, + "speaker_confidence": 0.9433594, + "punctuated_word": "configure" + }, + { + "word": "their", + "start": 828.26, + "end": 828.48, + "confidence": 0.7236962, + "speaker": 1, + "speaker_confidence": 0.9433594, + "punctuated_word": "their" + }, + { + "word": "relay", + "start": 828.48, + "end": 828.84, + "confidence": 0.61678576, + "speaker": 1, + "speaker_confidence": 0.9433594, + "punctuated_word": "relay" + }, + { + "word": "fee", + "start": 828.84, + "end": 829.0, + "confidence": 0.89576966, + "speaker": 1, + "speaker_confidence": 0.9433594, + "punctuated_word": "fee" + }, + { + "word": "to", + "start": 829.0, + "end": 829.12, + "confidence": 0.7944688, + "speaker": 1, + "speaker_confidence": 0.9433594, + "punctuated_word": "to" + }, + { + "word": "go", + "start": 829.12, + "end": 829.32, + "confidence": 0.62489206, + "speaker": 1, + "speaker_confidence": 0.9433594, + "punctuated_word": "go" + }, + { + "word": "lower", + "start": 829.32, + "end": 829.82, + "confidence": 0.46972656, + "speaker": 1, + "speaker_confidence": 0.9433594, + "punctuated_word": "lower" + }, + { + "word": "by", + "start": 830.22, + "end": 830.34, + "confidence": 0.7492769, + "speaker": 1, + "speaker_confidence": 0.5708008, + "punctuated_word": "by" + }, + { + "word": "a", + "start": 830.34, + "end": 830.46, + "confidence": 0.6379105, + "speaker": 1, + "speaker_confidence": 0.5708008, + "punctuated_word": "a" + }, + { + "word": "factor", + "start": 830.46, + "end": 830.68, + "confidence": 0.7390698, + "speaker": 1, + "speaker_confidence": 0.5708008, + "punctuated_word": "factor" + }, + { + "word": "of", + "start": 830.68, + "end": 830.76, + "confidence": 0.7171055, + "speaker": 1, + "speaker_confidence": 0.5708008, + "punctuated_word": "of" + }, + { + "word": "10", + "start": 830.76, + "end": 831.26, + "confidence": 0.05297106, + "speaker": 1, + "speaker_confidence": 0.5708008, + "punctuated_word": "10." + }, + { + "word": "yeah", + "start": 831.34, + "end": 831.58, + "confidence": 0.46419, + "speaker": 0, + "speaker_confidence": 0.25683594, + "punctuated_word": "Yeah," + }, + { + "word": "and", + "start": 831.58, + "end": 831.76, + "confidence": 0.84909904, + "speaker": 0, + "speaker_confidence": 0.25683594, + "punctuated_word": "and" + }, + { + "word": "that", + "start": 831.76, + "end": 831.88, + "confidence": 0.27685502, + "speaker": 0, + "speaker_confidence": 0.25683594, + "punctuated_word": "that" + }, + { + "word": "was", + "start": 831.88, + "end": 832.38, + "confidence": 0.04127232, + "speaker": 0, + "speaker_confidence": 0.25683594, + "punctuated_word": "was..." + }, + { + "word": "some", + "start": 832.44, + "end": 832.58, + "confidence": 0.22580303, + "speaker": 0, + "speaker_confidence": 0.25683594, + "punctuated_word": "Some" + }, + { + "word": "of", + "start": 832.58, + "end": 832.66, + "confidence": 0.5211462, + "speaker": 0, + "speaker_confidence": 0.25683594, + "punctuated_word": "of" + }, + { + "word": "us", + "start": 832.66, + "end": 833.16, + "confidence": 0.8725446, + "speaker": 0, + "speaker_confidence": 0.25683594, + "punctuated_word": "us" + }, + { + "word": "followed", + "start": 833.16, + "end": 833.48, + "confidence": 0.92002, + "speaker": 1, + "speaker_confidence": 0.38476562, + "punctuated_word": "followed" + }, + { + "word": "that", + "start": 833.48, + "end": 833.72, + "confidence": 0.857492, + "speaker": 1, + "speaker_confidence": 0.38476562, + "punctuated_word": "that" + }, + { + "word": "example", + "start": 833.72, + "end": 834.22, + "confidence": 0.07174297, + "speaker": 1, + "speaker_confidence": 0.38476562, + "punctuated_word": "example." + }, + { + "word": "and", + "start": 834.96, + "end": 835.24, + "confidence": 0.7274122, + "speaker": 0, + "speaker_confidence": 0.34472656, + "punctuated_word": "And" + }, + { + "word": "so", + "start": 835.24, + "end": 835.44, + "confidence": 0.8837582, + "speaker": 0, + "speaker_confidence": 0.34472656, + "punctuated_word": "so" + }, + { + "word": "that", + "start": 835.44, + "end": 835.6, + "confidence": 0.34342995, + "speaker": 0, + "speaker_confidence": 0.34472656, + "punctuated_word": "that" + }, + { + "word": "was", + "start": 835.6, + "end": 836.1, + "confidence": 0.32927224, + "speaker": 0, + "speaker_confidence": 0.34472656, + "punctuated_word": "was..." + }, + { + "word": "sure", + "start": 836.18, + "end": 836.46, + "confidence": 0.87014675, + "speaker": 0, + "speaker_confidence": 0.75341797, + "punctuated_word": "Sure," + }, + { + "word": "that", + "start": 836.46, + "end": 836.6, + "confidence": 0.782935, + "speaker": 0, + "speaker_confidence": 0.75341797, + "punctuated_word": "that" + }, + { + "word": "was", + "start": 836.6, + "end": 836.82, + "confidence": 0.85885775, + "speaker": 0, + "speaker_confidence": 0.75341797, + "punctuated_word": "was" + }, + { + "word": "always", + "start": 836.82, + "end": 837.18, + "confidence": 0.6326075, + "speaker": 0, + "speaker_confidence": 0.75341797, + "punctuated_word": "always" + }, + { + "word": "possible", + "start": 837.18, + "end": 837.68, + "confidence": 0.42847505, + "speaker": 0, + "speaker_confidence": 0.75341797, + "punctuated_word": "possible" + }, + { + "word": "with", + "start": 838.28, + "end": 838.48, + "confidence": 0.9035583, + "speaker": 0, + "speaker_confidence": 0.75341797, + "punctuated_word": "with" + }, + { + "word": "bitcoin", + "start": 838.48, + "end": 838.86, + "confidence": 0.933691, + "speaker": 0, + "speaker_confidence": 0.75341797, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 838.86, + "end": 839.36, + "confidence": 0.39463368, + "speaker": 0, + "speaker_confidence": 0.75341797, + "punctuated_word": "Core." + }, + { + "word": "any", + "start": 839.76, + "end": 840.16, + "confidence": 0.78945386, + "speaker": 0, + "speaker_confidence": 0.75341797, + "punctuated_word": "Any" + }, + { + "word": "individual", + "start": 840.16, + "end": 840.64, + "confidence": 0.81140924, + "speaker": 0, + "speaker_confidence": 0.75341797, + "punctuated_word": "individual" + }, + { + "word": "user", + "start": 840.64, + "end": 840.96, + "confidence": 0.784199, + "speaker": 0, + "speaker_confidence": 0.75341797, + "punctuated_word": "user" + }, + { + "word": "could", + "start": 840.96, + "end": 841.28, + "confidence": 0.7623941, + "speaker": 0, + "speaker_confidence": 0.75341797, + "punctuated_word": "could" + }, + { + "word": "already", + "start": 841.28, + "end": 841.78, + "confidence": 0.74628323, + "speaker": 0, + "speaker_confidence": 0.75341797, + "punctuated_word": "already" + }, + { + "word": "lower", + "start": 842.48, + "end": 842.98, + "confidence": 0.35429856, + "speaker": 0, + "speaker_confidence": 0.75341797, + "punctuated_word": "lower" + }, + { + "word": "the", + "start": 843.08, + "end": 843.4, + "confidence": 0.68612176, + "speaker": 0, + "speaker_confidence": 0.75341797, + "punctuated_word": "the" + }, + { + "word": "main", + "start": 843.4, + "end": 843.9, + "confidence": 0.79599, + "speaker": 0, + "speaker_confidence": 0.75341797, + "punctuated_word": "main" + }, + { + "word": "relay", + "start": 844.82, + "end": 845.32, + "confidence": 0.48696968, + "speaker": 0, + "speaker_confidence": 0.75341797, + "punctuated_word": "relay" + }, + { + "word": "fee", + "start": 845.38, + "end": 845.88, + "confidence": 0.07011176, + "speaker": 0, + "speaker_confidence": 0.75341797, + "punctuated_word": "fee?" + }, + { + "word": "yes", + "start": 846.14, + "end": 846.38, + "confidence": 0.8957617, + "speaker": 1, + "speaker_confidence": 0.54296875, + "punctuated_word": "Yes," + }, + { + "word": "it's", + "start": 846.38, + "end": 846.56, + "confidence": 0.8711774, + "speaker": 1, + "speaker_confidence": 0.54296875, + "punctuated_word": "it's" + }, + { + "word": "a", + "start": 846.56, + "end": 846.66, + "confidence": 0.9052327, + "speaker": 1, + "speaker_confidence": 0.54296875, + "punctuated_word": "a" + }, + { + "word": "matter", + "start": 846.66, + "end": 846.88, + "confidence": 0.80892724, + "speaker": 1, + "speaker_confidence": 0.54296875, + "punctuated_word": "matter" + }, + { + "word": "of", + "start": 846.88, + "end": 847.02, + "confidence": 0.78241825, + "speaker": 1, + "speaker_confidence": 0.54296875, + "punctuated_word": "of" + }, + { + "word": "changing", + "start": 847.02, + "end": 847.32, + "confidence": 0.83309066, + "speaker": 1, + "speaker_confidence": 0.54296875, + "punctuated_word": "changing" + }, + { + "word": "a", + "start": 847.32, + "end": 847.5, + "confidence": 0.99582976, + "speaker": 1, + "speaker_confidence": 0.54296875, + "punctuated_word": "a" + }, + { + "word": "setting", + "start": 847.5, + "end": 848.0, + "confidence": 0.08449349, + "speaker": 1, + "speaker_confidence": 0.54296875, + "punctuated_word": "setting." + }, + { + "word": "now", + "start": 848.56, + "end": 848.76, + "confidence": 0.7953536, + "speaker": 1, + "speaker_confidence": 0.54296875, + "punctuated_word": "Now," + }, + { + "word": "keep", + "start": 848.76, + "end": 848.86, + "confidence": 0.8092485, + "speaker": 1, + "speaker_confidence": 0.54296875, + "punctuated_word": "keep" + }, + { + "word": "in", + "start": 848.86, + "end": 849.0, + "confidence": 0.7132212, + "speaker": 1, + "speaker_confidence": 0.4946289, + "punctuated_word": "in" + }, + { + "word": "mind", + "start": 849.0, + "end": 849.32, + "confidence": 0.8838471, + "speaker": 1, + "speaker_confidence": 0.4946289, + "punctuated_word": "mind," + }, + { + "word": "everything", + "start": 849.32, + "end": 849.62, + "confidence": 0.8665144, + "speaker": 1, + "speaker_confidence": 0.4946289, + "punctuated_word": "everything" + }, + { + "word": "is", + "start": 849.62, + "end": 849.76, + "confidence": 0.6965674, + "speaker": 1, + "speaker_confidence": 0.4946289, + "punctuated_word": "is" + }, + { + "word": "possible", + "start": 849.76, + "end": 850.12, + "confidence": 0.19715208, + "speaker": 1, + "speaker_confidence": 0.4946289, + "punctuated_word": "possible" + }, + { + "word": "with", + "start": 850.12, + "end": 850.24, + "confidence": 0.2743961, + "speaker": 1, + "speaker_confidence": 0.70947266, + "punctuated_word": "with" + }, + { + "word": "bacon", + "start": 850.24, + "end": 850.56, + "confidence": 0.43603128, + "speaker": 1, + "speaker_confidence": 0.70947266, + "punctuated_word": "Bacon" + }, + { + "word": "core", + "start": 850.56, + "end": 850.76, + "confidence": 0.9831199, + "speaker": 1, + "speaker_confidence": 0.70947266, + "punctuated_word": "Core" + }, + { + "word": "if", + "start": 850.76, + "end": 850.94, + "confidence": 0.7709848, + "speaker": 1, + "speaker_confidence": 0.70947266, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 850.94, + "end": 851.12, + "confidence": 0.96677876, + "speaker": 1, + "speaker_confidence": 0.70947266, + "punctuated_word": "you" + }, + { + "word": "recompile", + "start": 851.12, + "end": 851.6, + "confidence": 0.90537286, + "speaker": 1, + "speaker_confidence": 0.70947266, + "punctuated_word": "recompile" + }, + { + "word": "it", + "start": 851.6, + "end": 851.78, + "confidence": 0.52102333, + "speaker": 1, + "speaker_confidence": 0.70947266, + "punctuated_word": "it" + }, + { + "word": "yourself", + "start": 851.78, + "end": 852.18, + "confidence": 0.5606968, + "speaker": 1, + "speaker_confidence": 0.70947266, + "punctuated_word": "yourself," + }, + { + "word": "but", + "start": 852.18, + "end": 852.36, + "confidence": 0.87692595, + "speaker": 1, + "speaker_confidence": 0.70947266, + "punctuated_word": "but" + }, + { + "word": "in", + "start": 852.36, + "end": 852.52, + "confidence": 0.796939, + "speaker": 1, + "speaker_confidence": 0.70947266, + "punctuated_word": "in" + }, + { + "word": "this", + "start": 852.52, + "end": 852.68, + "confidence": 0.8088062, + "speaker": 1, + "speaker_confidence": 0.49365234, + "punctuated_word": "this" + }, + { + "word": "case", + "start": 852.68, + "end": 853.04, + "confidence": 0.34667736, + "speaker": 1, + "speaker_confidence": 0.49365234, + "punctuated_word": "case," + }, + { + "word": "it's", + "start": 853.04, + "end": 853.26, + "confidence": 0.8722654, + "speaker": 1, + "speaker_confidence": 0.49365234, + "punctuated_word": "it's" + }, + { + "word": "just", + "start": 853.26, + "end": 853.44, + "confidence": 0.8169883, + "speaker": 1, + "speaker_confidence": 0.49365234, + "punctuated_word": "just" + }, + { + "word": "a", + "start": 853.44, + "end": 853.52, + "confidence": 0.90958947, + "speaker": 1, + "speaker_confidence": 0.49365234, + "punctuated_word": "a" + }, + { + "word": "matter", + "start": 853.52, + "end": 853.84, + "confidence": 0.79951674, + "speaker": 1, + "speaker_confidence": 0.66796875, + "punctuated_word": "matter" + }, + { + "word": "of", + "start": 853.84, + "end": 854.02, + "confidence": 0.9565058, + "speaker": 1, + "speaker_confidence": 0.66796875, + "punctuated_word": "of" + }, + { + "word": "changing", + "start": 854.02, + "end": 854.34, + "confidence": 0.8217332, + "speaker": 1, + "speaker_confidence": 0.66796875, + "punctuated_word": "changing" + }, + { + "word": "a", + "start": 854.34, + "end": 854.5, + "confidence": 0.9959305, + "speaker": 1, + "speaker_confidence": 0.66796875, + "punctuated_word": "a" + }, + { + "word": "setting", + "start": 854.5, + "end": 855.0, + "confidence": 0.16704349, + "speaker": 1, + "speaker_confidence": 0.66796875, + "punctuated_word": "setting." + }, + { + "word": "so", + "start": 855.78, + "end": 856.0, + "confidence": 0.7651969, + "speaker": 1, + "speaker_confidence": 0.58496094, + "punctuated_word": "So" + }, + { + "word": "you", + "start": 856.0, + "end": 856.12, + "confidence": 0.7931141, + "speaker": 1, + "speaker_confidence": 0.58496094, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 856.12, + "end": 856.26, + "confidence": 0.7866395, + "speaker": 1, + "speaker_confidence": 0.58496094, + "punctuated_word": "can" + }, + { + "word": "already", + "start": 856.26, + "end": 856.64, + "confidence": 0.9024903, + "speaker": 1, + "speaker_confidence": 0.58496094, + "punctuated_word": "already" + }, + { + "word": "lower", + "start": 856.64, + "end": 856.96, + "confidence": 0.87039953, + "speaker": 1, + "speaker_confidence": 0.58496094, + "punctuated_word": "lower" + }, + { + "word": "it", + "start": 856.96, + "end": 857.08, + "confidence": 0.43031478, + "speaker": 1, + "speaker_confidence": 0.6796875, + "punctuated_word": "it" + }, + { + "word": "to", + "start": 857.08, + "end": 857.58, + "confidence": 0.8997929, + "speaker": 1, + "speaker_confidence": 0.6796875, + "punctuated_word": "to" + }, + { + "word": "1", + "start": 857.68, + "end": 857.93, + "confidence": 0.99660647, + "speaker": 1, + "speaker_confidence": 0.6796875, + "punctuated_word": "1," + }, + { + "word": "000th", + "start": 857.93, + "end": 858.18, + "confidence": 0.99660647, + "speaker": 1, + "speaker_confidence": 0.6796875, + "punctuated_word": "000th" + }, + { + "word": "of", + "start": 858.42, + "end": 858.54, + "confidence": 0.5690704, + "speaker": 1, + "speaker_confidence": 0.6796875, + "punctuated_word": "of" + }, + { + "word": "a", + "start": 858.54, + "end": 858.68, + "confidence": 0.83084375, + "speaker": 1, + "speaker_confidence": 0.6796875, + "punctuated_word": "a" + }, + { + "word": "satoshi", + "start": 858.68, + "end": 859.16, + "confidence": 0.774509, + "speaker": 1, + "speaker_confidence": 0.6796875, + "punctuated_word": "Satoshi" + }, + { + "word": "per", + "start": 859.16, + "end": 859.36, + "confidence": 0.37656257, + "speaker": 1, + "speaker_confidence": 0.6796875, + "punctuated_word": "per" + }, + { + "word": "feedbyte", + "start": 859.36, + "end": 859.86, + "confidence": 0.4763499, + "speaker": 1, + "speaker_confidence": 0.6796875, + "punctuated_word": "feedbyte." + }, + { + "word": "not", + "start": 860.54, + "end": 860.74, + "confidence": 0.5826921, + "speaker": 1, + "speaker_confidence": 0.81640625, + "punctuated_word": "Not" + }, + { + "word": "lower", + "start": 860.74, + "end": 861.14, + "confidence": 0.80762345, + "speaker": 1, + "speaker_confidence": 0.81640625, + "punctuated_word": "lower" + }, + { + "word": "because", + "start": 861.14, + "end": 861.44, + "confidence": 0.7408672, + "speaker": 1, + "speaker_confidence": 0.81640625, + "punctuated_word": "because" + }, + { + "word": "the", + "start": 861.44, + "end": 861.62, + "confidence": 0.6803541, + "speaker": 1, + "speaker_confidence": 0.81640625, + "punctuated_word": "the" + }, + { + "word": "amounts", + "start": 861.62, + "end": 862.12, + "confidence": 0.77859104, + "speaker": 1, + "speaker_confidence": 0.81640625, + "punctuated_word": "amounts" + }, + { + "word": "internally", + "start": 862.12, + "end": 862.62, + "confidence": 0.6576039, + "speaker": 1, + "speaker_confidence": 0.81640625, + "punctuated_word": "internally" + }, + { + "word": "are", + "start": 862.68, + "end": 862.96, + "confidence": 0.7381395, + "speaker": 1, + "speaker_confidence": 0.81640625, + "punctuated_word": "are" + }, + { + "word": "processed", + "start": 862.96, + "end": 863.46, + "confidence": 0.873258, + "speaker": 1, + "speaker_confidence": 0.81640625, + "punctuated_word": "processed" + }, + { + "word": "at", + "start": 863.68, + "end": 863.86, + "confidence": 0.7324666, + "speaker": 1, + "speaker_confidence": 0.81640625, + "punctuated_word": "at" + }, + { + "word": "that", + "start": 863.86, + "end": 864.02, + "confidence": 0.8007931, + "speaker": 1, + "speaker_confidence": 0.81640625, + "punctuated_word": "that" + }, + { + "word": "resolution", + "start": 864.02, + "end": 864.52, + "confidence": 0.085605815, + "speaker": 1, + "speaker_confidence": 0.81640625, + "punctuated_word": "resolution." + }, + { + "word": "so", + "start": 864.92, + "end": 865.08, + "confidence": 0.87805325, + "speaker": 1, + "speaker_confidence": 0.09277344, + "punctuated_word": "So" + }, + { + "word": "you'd", + "start": 865.08, + "end": 865.32, + "confidence": 0.87622255, + "speaker": 1, + "speaker_confidence": 0.4663086, + "punctuated_word": "you'd" + }, + { + "word": "have", + "start": 865.32, + "end": 865.46, + "confidence": 0.8929171, + "speaker": 1, + "speaker_confidence": 0.4663086, + "punctuated_word": "have" + }, + { + "word": "to", + "start": 865.46, + "end": 865.56, + "confidence": 0.7825861, + "speaker": 1, + "speaker_confidence": 0.4663086, + "punctuated_word": "to" + }, + { + "word": "do", + "start": 865.56, + "end": 865.76, + "confidence": 0.8771688, + "speaker": 1, + "speaker_confidence": 0.4663086, + "punctuated_word": "do" + }, + { + "word": "some", + "start": 865.76, + "end": 865.9, + "confidence": 0.79133266, + "speaker": 1, + "speaker_confidence": 0.4663086, + "punctuated_word": "some" + }, + { + "word": "more", + "start": 865.9, + "end": 866.04, + "confidence": 0.87121034, + "speaker": 1, + "speaker_confidence": 0.49609375, + "punctuated_word": "more" + }, + { + "word": "changes", + "start": 866.04, + "end": 866.32, + "confidence": 0.897652, + "speaker": 1, + "speaker_confidence": 0.49609375, + "punctuated_word": "changes" + }, + { + "word": "if", + "start": 866.32, + "end": 866.52, + "confidence": 0.72205, + "speaker": 1, + "speaker_confidence": 0.49609375, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 866.52, + "end": 866.58, + "confidence": 0.89294326, + "speaker": 1, + "speaker_confidence": 0.49609375, + "punctuated_word": "you" + }, + { + "word": "want", + "start": 866.58, + "end": 866.72, + "confidence": 0.8969993, + "speaker": 1, + "speaker_confidence": 0.49609375, + "punctuated_word": "want" + }, + { + "word": "to", + "start": 866.72, + "end": 866.82, + "confidence": 0.7559635, + "speaker": 1, + "speaker_confidence": 0.40722656, + "punctuated_word": "to" + }, + { + "word": "go", + "start": 866.82, + "end": 866.98, + "confidence": 0.8121076, + "speaker": 1, + "speaker_confidence": 0.40722656, + "punctuated_word": "go" + }, + { + "word": "even", + "start": 866.98, + "end": 867.24, + "confidence": 0.88108593, + "speaker": 1, + "speaker_confidence": 0.40722656, + "punctuated_word": "even" + }, + { + "word": "lower", + "start": 867.24, + "end": 867.44, + "confidence": 0.8758457, + "speaker": 1, + "speaker_confidence": 0.40722656, + "punctuated_word": "lower" + }, + { + "word": "than", + "start": 867.44, + "end": 867.62, + "confidence": 0.99197024, + "speaker": 1, + "speaker_confidence": 0.40722656, + "punctuated_word": "than" + }, + { + "word": "that", + "start": 867.62, + "end": 868.12, + "confidence": 0.33351454, + "speaker": 1, + "speaker_confidence": 0.40722656, + "punctuated_word": "that." + }, + { + "word": "but", + "start": 869.32, + "end": 869.54, + "confidence": 0.894698, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "But" + }, + { + "word": "i", + "start": 869.54, + "end": 869.62, + "confidence": 0.4273165, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "I" + }, + { + "word": "guess", + "start": 869.62, + "end": 870.12, + "confidence": 0.67950016, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "guess," + }, + { + "word": "yeah", + "start": 870.24, + "end": 870.6, + "confidence": 0.8962148, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "Yeah," + }, + { + "word": "people", + "start": 870.6, + "end": 871.1, + "confidence": 0.8985547, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "people" + }, + { + "word": "settled", + "start": 871.16, + "end": 871.56, + "confidence": 0.8101202, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "settled" + }, + { + "word": "on", + "start": 871.56, + "end": 871.78, + "confidence": 0.8910471, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "on" + }, + { + "word": "about", + "start": 871.78, + "end": 872.04, + "confidence": 0.882894, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "about" + }, + { + "word": "10x", + "start": 872.04, + "end": 872.44, + "confidence": 0.83162385, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "10x" + }, + { + "word": "lower", + "start": 872.44, + "end": 872.94, + "confidence": 0.055957902, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "lower." + }, + { + "word": "and", + "start": 873.54, + "end": 873.7, + "confidence": 0.9012868, + "speaker": 1, + "speaker_confidence": 0.61865234, + "punctuated_word": "And" + }, + { + "word": "some", + "start": 873.7, + "end": 873.9, + "confidence": 0.8361293, + "speaker": 1, + "speaker_confidence": 0.61865234, + "punctuated_word": "some" + }, + { + "word": "miners", + "start": 873.9, + "end": 874.28, + "confidence": 0.5898108, + "speaker": 1, + "speaker_confidence": 0.61865234, + "punctuated_word": "miners" + }, + { + "word": "followed", + "start": 874.28, + "end": 874.64, + "confidence": 0.7090111, + "speaker": 1, + "speaker_confidence": 0.61865234, + "punctuated_word": "followed," + }, + { + "word": "and", + "start": 874.64, + "end": 874.78, + "confidence": 0.5701647, + "speaker": 1, + "speaker_confidence": 0.61865234, + "punctuated_word": "and" + }, + { + "word": "that", + "start": 874.78, + "end": 874.94, + "confidence": 0.573229, + "speaker": 1, + "speaker_confidence": 0.5859375, + "punctuated_word": "that" + }, + { + "word": "means", + "start": 874.94, + "end": 875.22, + "confidence": 0.6998277, + "speaker": 1, + "speaker_confidence": 0.5859375, + "punctuated_word": "means" + }, + { + "word": "these", + "start": 875.22, + "end": 875.44, + "confidence": 0.63089174, + "speaker": 1, + "speaker_confidence": 0.5859375, + "punctuated_word": "these" + }, + { + "word": "things", + "start": 875.44, + "end": 875.72, + "confidence": 0.78555363, + "speaker": 1, + "speaker_confidence": 0.5859375, + "punctuated_word": "things" + }, + { + "word": "get", + "start": 875.72, + "end": 875.86, + "confidence": 0.9988574, + "speaker": 1, + "speaker_confidence": 0.5859375, + "punctuated_word": "get" + }, + { + "word": "mined", + "start": 875.86, + "end": 876.36, + "confidence": 0.9085745, + "speaker": 1, + "speaker_confidence": 0.5859375, + "punctuated_word": "mined." + }, + { + "word": "but", + "start": 876.46, + "end": 876.6, + "confidence": 0.8828088, + "speaker": 1, + "speaker_confidence": 0.80371094, + "punctuated_word": "But" + }, + { + "word": "that", + "start": 876.6, + "end": 876.78, + "confidence": 0.8323108, + "speaker": 1, + "speaker_confidence": 0.80371094, + "punctuated_word": "that" + }, + { + "word": "means", + "start": 876.78, + "end": 877.02, + "confidence": 0.8965329, + "speaker": 1, + "speaker_confidence": 0.80371094, + "punctuated_word": "means" + }, + { + "word": "if", + "start": 877.02, + "end": 877.2, + "confidence": 0.89249575, + "speaker": 1, + "speaker_confidence": 0.80371094, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 877.2, + "end": 877.36, + "confidence": 0.9999424, + "speaker": 1, + "speaker_confidence": 0.80371094, + "punctuated_word": "you" + }, + { + "word": "don't", + "start": 877.36, + "end": 877.64, + "confidence": 0.84538686, + "speaker": 1, + "speaker_confidence": 0.80371094, + "punctuated_word": "don't" + }, + { + "word": "change", + "start": 877.64, + "end": 877.9, + "confidence": 0.8934779, + "speaker": 1, + "speaker_confidence": 0.80371094, + "punctuated_word": "change" + }, + { + "word": "your", + "start": 877.9, + "end": 878.04, + "confidence": 0.8062713, + "speaker": 1, + "speaker_confidence": 0.80371094, + "punctuated_word": "your" + }, + { + "word": "default", + "start": 878.04, + "end": 878.44, + "confidence": 0.93451804, + "speaker": 1, + "speaker_confidence": 0.80371094, + "punctuated_word": "default" + }, + { + "word": "setting", + "start": 878.44, + "end": 878.86, + "confidence": 0.146851, + "speaker": 1, + "speaker_confidence": 0.80371094, + "punctuated_word": "setting," + }, + { + "word": "now", + "start": 878.86, + "end": 879.1, + "confidence": 0.94381005, + "speaker": 1, + "speaker_confidence": 0.80371094, + "punctuated_word": "now" + }, + { + "word": "you're", + "start": 879.1, + "end": 879.32, + "confidence": 0.43978998, + "speaker": 1, + "speaker_confidence": 0.80371094, + "punctuated_word": "you're" + }, + { + "word": "kind", + "start": 879.32, + "end": 879.48, + "confidence": 0.7979013, + "speaker": 1, + "speaker_confidence": 0.80371094, + "punctuated_word": "kind" + }, + { + "word": "of", + "start": 879.48, + "end": 879.6, + "confidence": 0.8088629, + "speaker": 1, + "speaker_confidence": 0.8496094, + "punctuated_word": "of" + }, + { + "word": "surprised", + "start": 879.6, + "end": 880.1, + "confidence": 0.8837824, + "speaker": 1, + "speaker_confidence": 0.8496094, + "punctuated_word": "surprised" + }, + { + "word": "about", + "start": 880.16, + "end": 880.36, + "confidence": 0.7976569, + "speaker": 1, + "speaker_confidence": 0.8496094, + "punctuated_word": "about" + }, + { + "word": "what", + "start": 880.36, + "end": 880.64, + "confidence": 0.74445784, + "speaker": 1, + "speaker_confidence": 0.8496094, + "punctuated_word": "what" + }, + { + "word": "gets", + "start": 880.64, + "end": 880.92, + "confidence": 0.6802489, + "speaker": 1, + "speaker_confidence": 0.8496094, + "punctuated_word": "gets" + }, + { + "word": "into", + "start": 880.92, + "end": 881.12, + "confidence": 0.96554035, + "speaker": 1, + "speaker_confidence": 0.8496094, + "punctuated_word": "into" + }, + { + "word": "blocks", + "start": 881.12, + "end": 881.62, + "confidence": 0.09986083, + "speaker": 1, + "speaker_confidence": 0.8496094, + "punctuated_word": "blocks." + }, + { + "word": "and", + "start": 883.08, + "end": 883.48, + "confidence": 0.74481493, + "speaker": 1, + "speaker_confidence": 0.8496094, + "punctuated_word": "And" + }, + { + "word": "that", + "start": 883.48, + "end": 883.68, + "confidence": 0.85316426, + "speaker": 1, + "speaker_confidence": 0.8496094, + "punctuated_word": "that" + }, + { + "word": "surprise", + "start": 883.68, + "end": 884.18, + "confidence": 0.48964313, + "speaker": 1, + "speaker_confidence": 0.8496094, + "punctuated_word": "surprise" + }, + { + "word": "hurts", + "start": 885.06, + "end": 885.48, + "confidence": 0.8193163, + "speaker": 1, + "speaker_confidence": 0.8496094, + "punctuated_word": "hurts" + }, + { + "word": "compact", + "start": 885.48, + "end": 885.78, + "confidence": 0.8002149, + "speaker": 1, + "speaker_confidence": 0.8496094, + "punctuated_word": "compact" + }, + { + "word": "block", + "start": 885.78, + "end": 886.12, + "confidence": 0.55821663, + "speaker": 1, + "speaker_confidence": 0.8496094, + "punctuated_word": "block" + }, + { + "word": "relay", + "start": 886.12, + "end": 886.62, + "confidence": 0.9146053, + "speaker": 1, + "speaker_confidence": 0.8496094, + "punctuated_word": "relay," + }, + { + "word": "among", + "start": 886.64, + "end": 886.92, + "confidence": 0.7189106, + "speaker": 1, + "speaker_confidence": 0.8496094, + "punctuated_word": "among" + }, + { + "word": "other", + "start": 886.92, + "end": 887.12, + "confidence": 0.912186, + "speaker": 1, + "speaker_confidence": 0.8496094, + "punctuated_word": "other" + }, + { + "word": "things", + "start": 887.12, + "end": 887.26, + "confidence": 0.059736863, + "speaker": 1, + "speaker_confidence": 0.8496094, + "punctuated_word": "things." + }, + { + "word": "so", + "start": 887.26, + "end": 887.76, + "confidence": 0.759466, + "speaker": 1, + "speaker_confidence": 0.8496094, + "punctuated_word": "So" + }, + { + "word": "we", + "start": 888.82, + "end": 889.02, + "confidence": 0.816902, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "we" + }, + { + "word": "talked", + "start": 889.02, + "end": 889.28, + "confidence": 0.83686495, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "talked" + }, + { + "word": "about", + "start": 889.28, + "end": 889.46, + "confidence": 0.85386467, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "about" + }, + { + "word": "compact", + "start": 889.46, + "end": 889.96, + "confidence": 0.8897873, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "compact" + }, + { + "word": "block", + "start": 889.96, + "end": 890.28, + "confidence": 0.23166823, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "block" + }, + { + "word": "relay", + "start": 890.28, + "end": 890.6, + "confidence": 0.996157, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "relay" + }, + { + "word": "in", + "start": 890.6, + "end": 890.74, + "confidence": 0.782511, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "in" + }, + { + "word": "our", + "start": 890.74, + "end": 890.86, + "confidence": 0.7488905, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "our" + }, + { + "word": "previous", + "start": 890.86, + "end": 891.22, + "confidence": 0.5163283, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "previous" + }, + { + "word": "episode", + "start": 891.22, + "end": 891.72, + "confidence": 0.53074247, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "episode," + }, + { + "word": "but", + "start": 891.98, + "end": 892.2, + "confidence": 0.508211, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "but" + }, + { + "word": "generally", + "start": 892.2, + "end": 892.54, + "confidence": 0.77461857, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "generally" + }, + { + "word": "the", + "start": 892.54, + "end": 892.66, + "confidence": 0.6149669, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "the" + }, + { + "word": "idea", + "start": 892.66, + "end": 892.94, + "confidence": 0.57685775, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "idea" + }, + { + "word": "is", + "start": 892.94, + "end": 893.16, + "confidence": 0.14726472, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "is" + }, + { + "word": "that", + "start": 893.16, + "end": 893.66, + "confidence": 0.8874306, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "that" + }, + { + "word": "if", + "start": 894.48, + "end": 894.62, + "confidence": 0.89823264, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "if" + }, + { + "word": "you're", + "start": 894.62, + "end": 894.84, + "confidence": 0.67183775, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "you're" + }, + { + "word": "sending", + "start": 894.84, + "end": 895.12, + "confidence": 0.8112812, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "sending" + }, + { + "word": "a", + "start": 895.12, + "end": 895.26, + "confidence": 0.82571304, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "a" + }, + { + "word": "block", + "start": 895.26, + "end": 895.52, + "confidence": 0.808456, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "block" + }, + { + "word": "to", + "start": 895.52, + "end": 895.68, + "confidence": 0.85241187, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "to" + }, + { + "word": "the", + "start": 895.68, + "end": 895.84, + "confidence": 0.8321248, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "the" + }, + { + "word": "next", + "start": 895.84, + "end": 896.1, + "confidence": 0.4709949, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "next" + }, + { + "word": "person", + "start": 896.1, + "end": 896.48, + "confidence": 0.7805391, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "person" + }, + { + "word": "down", + "start": 896.48, + "end": 896.68, + "confidence": 0.8698462, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "down" + }, + { + "word": "the", + "start": 896.68, + "end": 896.82, + "confidence": 0.698575, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "the" + }, + { + "word": "line", + "start": 896.82, + "end": 897.04, + "confidence": 0.36221287, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "line," + }, + { + "word": "to", + "start": 897.04, + "end": 897.18, + "confidence": 0.9042249, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "to" + }, + { + "word": "one", + "start": 897.18, + "end": 897.4, + "confidence": 0.80433965, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "one" + }, + { + "word": "of", + "start": 897.4, + "end": 897.52, + "confidence": 0.9239194, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "of" + }, + { + "word": "your", + "start": 897.52, + "end": 897.72, + "confidence": 0.98407656, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "your" + }, + { + "word": "peers", + "start": 897.72, + "end": 898.22, + "confidence": 0.70012903, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "peers," + }, + { + "word": "if", + "start": 898.48, + "end": 898.74, + "confidence": 0.8185297, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 898.74, + "end": 898.86, + "confidence": 0.8661805, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 898.86, + "end": 899.16, + "confidence": 0.99967754, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "know" + }, + { + "word": "what's", + "start": 899.16, + "end": 899.44, + "confidence": 0.8999396, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "what's" + }, + { + "word": "in", + "start": 899.44, + "end": 899.6, + "confidence": 0.76139885, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "in" + }, + { + "word": "their", + "start": 899.6, + "end": 899.76, + "confidence": 0.8306106, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "their" + }, + { + "word": "mempool", + "start": 899.76, + "end": 900.14, + "confidence": 0.89462423, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "mempool," + }, + { + "word": "you", + "start": 900.14, + "end": 900.36, + "confidence": 0.85311764, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "you" + }, + { + "word": "really", + "start": 900.36, + "end": 900.66, + "confidence": 0.80363506, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "really" + }, + { + "word": "only", + "start": 900.66, + "end": 900.86, + "confidence": 0.9009742, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "only" + }, + { + "word": "need", + "start": 900.86, + "end": 901.08, + "confidence": 0.795248, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "need" + }, + { + "word": "to", + "start": 901.08, + "end": 901.22, + "confidence": 0.79361993, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "to" + }, + { + "word": "send", + "start": 901.22, + "end": 901.56, + "confidence": 0.837711, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "send" + }, + { + "word": "the", + "start": 901.56, + "end": 901.78, + "confidence": 0.8984454, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "the" + }, + { + "word": "header", + "start": 901.78, + "end": 902.08, + "confidence": 0.8084346, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "header" + }, + { + "word": "of", + "start": 902.08, + "end": 902.22, + "confidence": 0.7408252, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 902.22, + "end": 902.3, + "confidence": 0.11092662, + "speaker": 1, + "speaker_confidence": 0.7373047, + "punctuated_word": "the" + }, + { + "word": "block", + "start": 902.3, + "end": 902.66, + "confidence": 0.9213581, + "speaker": 1, + "speaker_confidence": 0.7373047, + "punctuated_word": "block" + }, + { + "word": "and", + "start": 902.66, + "end": 902.84, + "confidence": 0.7770314, + "speaker": 1, + "speaker_confidence": 0.7373047, + "punctuated_word": "and" + }, + { + "word": "a", + "start": 902.84, + "end": 903.06, + "confidence": 0.9069166, + "speaker": 1, + "speaker_confidence": 0.7373047, + "punctuated_word": "a" + }, + { + "word": "summary", + "start": 903.06, + "end": 903.48, + "confidence": 0.8175877, + "speaker": 1, + "speaker_confidence": 0.7373047, + "punctuated_word": "summary" + }, + { + "word": "of", + "start": 903.48, + "end": 903.66, + "confidence": 0.7766788, + "speaker": 1, + "speaker_confidence": 0.7373047, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 903.66, + "end": 903.8, + "confidence": 0.758881, + "speaker": 1, + "speaker_confidence": 0.7373047, + "punctuated_word": "the" + }, + { + "word": "transactions", + "start": 903.8, + "end": 904.28, + "confidence": 0.53547037, + "speaker": 1, + "speaker_confidence": 0.7373047, + "punctuated_word": "transactions," + }, + { + "word": "like", + "start": 904.28, + "end": 904.46, + "confidence": 0.89551187, + "speaker": 1, + "speaker_confidence": 0.7373047, + "punctuated_word": "like" + }, + { + "word": "a", + "start": 904.46, + "end": 904.6, + "confidence": 0.8874612, + "speaker": 1, + "speaker_confidence": 0.7373047, + "punctuated_word": "a" + }, + { + "word": "list", + "start": 904.6, + "end": 904.86, + "confidence": 0.7843526, + "speaker": 1, + "speaker_confidence": 0.72998047, + "punctuated_word": "list" + }, + { + "word": "of", + "start": 904.86, + "end": 905.08, + "confidence": 0.7968913, + "speaker": 1, + "speaker_confidence": 0.72998047, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 905.08, + "end": 905.4, + "confidence": 0.85184556, + "speaker": 1, + "speaker_confidence": 0.72998047, + "punctuated_word": "the" + }, + { + "word": "transaction", + "start": 905.4, + "end": 905.9, + "confidence": 0.67843086, + "speaker": 1, + "speaker_confidence": 0.72998047, + "punctuated_word": "transaction" + }, + { + "word": "ids", + "start": 905.92, + "end": 906.42, + "confidence": 0.06592047, + "speaker": 1, + "speaker_confidence": 0.72998047, + "punctuated_word": "IDs," + }, + { + "word": "rather", + "start": 906.82, + "end": 907.12, + "confidence": 0.81011266, + "speaker": 1, + "speaker_confidence": 0.72998047, + "punctuated_word": "rather" + }, + { + "word": "than", + "start": 907.12, + "end": 907.28, + "confidence": 0.8188189, + "speaker": 1, + "speaker_confidence": 0.72998047, + "punctuated_word": "than" + }, + { + "word": "the", + "start": 907.28, + "end": 907.44, + "confidence": 0.8193634, + "speaker": 1, + "speaker_confidence": 0.72998047, + "punctuated_word": "the" + }, + { + "word": "full", + "start": 907.44, + "end": 907.64, + "confidence": 0.80858743, + "speaker": 1, + "speaker_confidence": 0.72998047, + "punctuated_word": "full" + }, + { + "word": "block", + "start": 907.64, + "end": 907.84, + "confidence": 0.89882714, + "speaker": 1, + "speaker_confidence": 0.72998047, + "punctuated_word": "block" + }, + { + "word": "with", + "start": 907.84, + "end": 908.0, + "confidence": 0.7852513, + "speaker": 1, + "speaker_confidence": 0.72998047, + "punctuated_word": "with" + }, + { + "word": "all", + "start": 908.0, + "end": 908.2, + "confidence": 0.89017874, + "speaker": 1, + "speaker_confidence": 0.72998047, + "punctuated_word": "all" + }, + { + "word": "its", + "start": 908.2, + "end": 908.36, + "confidence": 0.99284196, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "its" + }, + { + "word": "contents", + "start": 908.36, + "end": 908.86, + "confidence": 0.1074713, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "contents." + }, + { + "word": "but", + "start": 909.62, + "end": 910.12, + "confidence": 0.89829487, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "But" + }, + { + "word": "if", + "start": 910.44, + "end": 910.52, + "confidence": 0.85904014, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 910.52, + "end": 910.64, + "confidence": 0.9999187, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "you" + }, + { + "word": "don't", + "start": 910.64, + "end": 910.92, + "confidence": 0.8097071, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "don't" + }, + { + "word": "know", + "start": 910.92, + "end": 911.08, + "confidence": 0.9932547, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "know" + }, + { + "word": "what's", + "start": 911.08, + "end": 911.28, + "confidence": 0.89838964, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "what's" + }, + { + "word": "in", + "start": 911.28, + "end": 911.42, + "confidence": 0.8487167, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "in" + }, + { + "word": "somebody", + "start": 911.42, + "end": 911.72, + "confidence": 0.9977314, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "somebody" + }, + { + "word": "else's", + "start": 911.72, + "end": 911.96, + "confidence": 0.82857805, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "else's" + }, + { + "word": "mempool", + "start": 911.96, + "end": 912.28, + "confidence": 0.13087073, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "mempool" + }, + { + "word": "because", + "start": 912.28, + "end": 912.5, + "confidence": 0.709709, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "because" + }, + { + "word": "they", + "start": 912.5, + "end": 912.72, + "confidence": 0.81242067, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "they" + }, + { + "word": "changed", + "start": 912.72, + "end": 912.96, + "confidence": 0.80888313, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "changed" + }, + { + "word": "some", + "start": 912.96, + "end": 913.14, + "confidence": 0.96899647, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "some" + }, + { + "word": "setting", + "start": 913.14, + "end": 913.64, + "confidence": 0.15863474, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "setting," + }, + { + "word": "now", + "start": 913.98, + "end": 914.34, + "confidence": 0.882226, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "now" + }, + { + "word": "you", + "start": 914.34, + "end": 914.44, + "confidence": 0.9067445, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "you" + }, + { + "word": "have", + "start": 914.44, + "end": 914.64, + "confidence": 0.8188199, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "have" + }, + { + "word": "to", + "start": 914.64, + "end": 914.76, + "confidence": 0.8110193, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "to" + }, + { + "word": "send", + "start": 914.76, + "end": 914.9, + "confidence": 0.7787975, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "send" + }, + { + "word": "the", + "start": 914.9, + "end": 915.04, + "confidence": 0.8131615, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "the" + }, + { + "word": "whole", + "start": 915.04, + "end": 915.2, + "confidence": 0.8807638, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "whole" + }, + { + "word": "block", + "start": 915.2, + "end": 915.4, + "confidence": 0.34801224, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "block" + }, + { + "word": "over", + "start": 915.4, + "end": 915.76, + "confidence": 0.3360335, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "over." + }, + { + "word": "and", + "start": 915.76, + "end": 915.88, + "confidence": 0.7993034, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "And" + }, + { + "word": "so", + "start": 915.88, + "end": 916.04, + "confidence": 0.88670194, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "so" + }, + { + "word": "this", + "start": 916.04, + "end": 916.24, + "confidence": 0.8800652, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "this" + }, + { + "word": "delays", + "start": 916.24, + "end": 916.68, + "confidence": 0.83163446, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "delays" + }, + { + "word": "propagation", + "start": 916.68, + "end": 917.18, + "confidence": 0.4442912, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "propagation" + }, + { + "word": "network", + "start": 917.32, + "end": 917.72, + "confidence": 0.98978007, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "network" + }, + { + "word": "wide", + "start": 917.72, + "end": 918.22, + "confidence": 0.2661045, + "speaker": 1, + "speaker_confidence": 0.9638672, + "punctuated_word": "wide." + }, + { + "word": "yeah", + "start": 918.76, + "end": 919.06, + "confidence": 0.8945284, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "Yeah," + }, + { + "word": "it's", + "start": 919.06, + "end": 919.34, + "confidence": 0.79623604, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "it's" + }, + { + "word": "better", + "start": 919.34, + "end": 919.76, + "confidence": 0.81542134, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "better" + }, + { + "word": "for", + "start": 919.76, + "end": 919.92, + "confidence": 0.9031667, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "for" + }, + { + "word": "the", + "start": 919.92, + "end": 920.06, + "confidence": 0.8750056, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "the" + }, + { + "word": "health", + "start": 920.06, + "end": 920.28, + "confidence": 0.8140706, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "health" + }, + { + "word": "of", + "start": 920.28, + "end": 920.44, + "confidence": 0.84362406, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 920.44, + "end": 920.6, + "confidence": 0.57195395, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "the" + }, + { + "word": "network", + "start": 920.6, + "end": 921.1, + "confidence": 0.99986994, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "network" + }, + { + "word": "if", + "start": 921.1, + "end": 921.26, + "confidence": 0.5415977, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "if" + }, + { + "word": "blocks", + "start": 921.26, + "end": 921.76, + "confidence": 0.9026462, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "blocks" + }, + { + "word": "find", + "start": 922.2, + "end": 922.4, + "confidence": 0.90110594, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "find" + }, + { + "word": "their", + "start": 922.4, + "end": 922.6, + "confidence": 0.6562397, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "their" + }, + { + "word": "way", + "start": 922.6, + "end": 922.88, + "confidence": 0.7556075, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "way" + }, + { + "word": "across", + "start": 922.88, + "end": 923.24, + "confidence": 0.7732529, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "across" + }, + { + "word": "the", + "start": 923.24, + "end": 923.4, + "confidence": 0.8411604, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "the" + }, + { + "word": "entire", + "start": 923.4, + "end": 923.8, + "confidence": 0.73762393, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "entire" + }, + { + "word": "network", + "start": 923.8, + "end": 924.28, + "confidence": 0.99987185, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "network" + }, + { + "word": "as", + "start": 924.28, + "end": 924.52, + "confidence": 0.90931076, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "as" + }, + { + "word": "fast", + "start": 924.52, + "end": 924.8, + "confidence": 0.8427575, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "fast" + }, + { + "word": "as", + "start": 924.8, + "end": 924.96, + "confidence": 0.6265938, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "as" + }, + { + "word": "possible", + "start": 924.96, + "end": 925.46, + "confidence": 0.71257704, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "possible." + }, + { + "word": "and", + "start": 925.92, + "end": 926.1, + "confidence": 0.7717833, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "And" + }, + { + "word": "that", + "start": 926.1, + "end": 926.32, + "confidence": 0.7993371, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "that" + }, + { + "word": "requires", + "start": 926.32, + "end": 926.82, + "confidence": 0.9043587, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "requires" + }, + { + "word": "that", + "start": 927.84, + "end": 928.32, + "confidence": 0.8117195, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "that" + }, + { + "word": "mempools", + "start": 928.32, + "end": 928.82, + "confidence": 0.98785806, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "mempools" + }, + { + "word": "closely", + "start": 929.44, + "end": 929.94, + "confidence": 0.9501625, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "closely" + }, + { + "word": "reflect", + "start": 930.16, + "end": 930.66, + "confidence": 0.8147683, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "reflect" + }, + { + "word": "the", + "start": 931.16, + "end": 931.38, + "confidence": 0.80343, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "the" + }, + { + "word": "actual", + "start": 931.38, + "end": 931.68, + "confidence": 0.8293347, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "actual" + }, + { + "word": "blocks", + "start": 931.68, + "end": 931.98, + "confidence": 0.8860026, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "blocks" + }, + { + "word": "that", + "start": 931.98, + "end": 932.16, + "confidence": 0.87125176, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "that" + }, + { + "word": "are", + "start": 932.16, + "end": 932.36, + "confidence": 0.7097643, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "are" + }, + { + "word": "being", + "start": 932.36, + "end": 932.56, + "confidence": 0.9985049, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "being" + }, + { + "word": "mined", + "start": 932.56, + "end": 933.06, + "confidence": 0.85449666, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "mined." + }, + { + "word": "so", + "start": 933.46, + "end": 933.96, + "confidence": 0.7316095, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "So" + }, + { + "word": "if", + "start": 934.86, + "end": 935.08, + "confidence": 0.820608, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "if" + }, + { + "word": "for", + "start": 935.08, + "end": 935.28, + "confidence": 0.5856032, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "for" + }, + { + "word": "whatever", + "start": 935.28, + "end": 935.74, + "confidence": 0.628271, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "whatever" + }, + { + "word": "reason", + "start": 935.74, + "end": 936.24, + "confidence": 0.7994529, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "reason" + }, + { + "word": "the", + "start": 936.42, + "end": 936.56, + "confidence": 0.84767884, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "the" + }, + { + "word": "blocks", + "start": 936.56, + "end": 937.06, + "confidence": 0.8973427, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "blocks" + }, + { + "word": "start", + "start": 937.08, + "end": 937.36, + "confidence": 0.9164136, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "start" + }, + { + "word": "to", + "start": 937.36, + "end": 937.54, + "confidence": 0.6925097, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "to" + }, + { + "word": "look", + "start": 937.54, + "end": 937.8, + "confidence": 0.62104523, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "look" + }, + { + "word": "different", + "start": 937.8, + "end": 938.3, + "confidence": 0.89244914, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "different," + }, + { + "word": "in", + "start": 938.76, + "end": 938.96, + "confidence": 0.81211805, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "in" + }, + { + "word": "this", + "start": 938.96, + "end": 939.22, + "confidence": 0.70370317, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "this" + }, + { + "word": "case", + "start": 939.22, + "end": 939.64, + "confidence": 0.6798055, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "case" + }, + { + "word": "because", + "start": 939.64, + "end": 940.12, + "confidence": 0.35169256, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "because" + }, + { + "word": "very", + "start": 940.12, + "end": 940.44, + "confidence": 0.99995327, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "very" + }, + { + "word": "low", + "start": 940.44, + "end": 940.76, + "confidence": 0.79533756, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "low" + }, + { + "word": "fee", + "start": 940.76, + "end": 941.02, + "confidence": 0.7147755, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "fee" + }, + { + "word": "transactions", + "start": 941.02, + "end": 941.52, + "confidence": 0.89831513, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "transactions" + }, + { + "word": "start", + "start": 941.92, + "end": 942.24, + "confidence": 0.87744254, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "start" + }, + { + "word": "to", + "start": 942.24, + "end": 942.38, + "confidence": 0.8494407, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "to" + }, + { + "word": "make", + "start": 942.38, + "end": 942.54, + "confidence": 0.8960222, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "make" + }, + { + "word": "their", + "start": 942.54, + "end": 942.72, + "confidence": 0.7454675, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "their" + }, + { + "word": "way", + "start": 942.72, + "end": 943.08, + "confidence": 0.81137323, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "way" + }, + { + "word": "to", + "start": 943.08, + "end": 943.32, + "confidence": 0.7542438, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "to" + }, + { + "word": "miners", + "start": 943.32, + "end": 943.82, + "confidence": 0.72201234, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "miners," + }, + { + "word": "then", + "start": 944.48, + "end": 944.7, + "confidence": 0.9686243, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "then" + }, + { + "word": "it's", + "start": 944.7, + "end": 945.06, + "confidence": 0.77794105, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "it's" + }, + { + "word": "actually", + "start": 945.06, + "end": 945.56, + "confidence": 0.8903953, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "actually" + }, + { + "word": "better", + "start": 945.66, + "end": 946.08, + "confidence": 0.7944298, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "better" + }, + { + "word": "for", + "start": 946.08, + "end": 946.24, + "confidence": 0.90259165, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "for" + }, + { + "word": "the", + "start": 946.24, + "end": 946.36, + "confidence": 0.8933102, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "the" + }, + { + "word": "health", + "start": 946.36, + "end": 946.72, + "confidence": 0.81663376, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "health" + }, + { + "word": "of", + "start": 946.72, + "end": 946.88, + "confidence": 0.8458318, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 946.88, + "end": 947.04, + "confidence": 0.41256616, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "the" + }, + { + "word": "network", + "start": 947.04, + "end": 947.54, + "confidence": 0.86482066, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "network" + }, + { + "word": "that", + "start": 947.6, + "end": 947.92, + "confidence": 0.36725006, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "that" + }, + { + "word": "everyone", + "start": 947.92, + "end": 948.42, + "confidence": 0.989687, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "everyone" + }, + { + "word": "adapts", + "start": 949.16, + "end": 949.66, + "confidence": 0.73417914, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "adapts" + }, + { + "word": "the", + "start": 950.08, + "end": 950.28, + "confidence": 0.70573634, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "the" + }, + { + "word": "same", + "start": 950.28, + "end": 950.56, + "confidence": 0.91440314, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "same" + }, + { + "word": "behavior", + "start": 950.56, + "end": 951.06, + "confidence": 0.19972926, + "speaker": 0, + "speaker_confidence": 0.96972656, + "punctuated_word": "behavior." + }, + { + "word": "so", + "start": 953.48, + "end": 953.64, + "confidence": 0.87633497, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "So" + }, + { + "word": "in", + "start": 953.64, + "end": 953.8, + "confidence": 0.8001812, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "in" + }, + { + "word": "this", + "start": 953.8, + "end": 953.87, + "confidence": 0.54656947, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "this" + }, + { + "word": "case", + "start": 953.87, + "end": 953.94, + "confidence": 0.21096894, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "case," + }, + { + "word": "and", + "start": 953.94, + "end": 954.44, + "confidence": 0.7117515, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "and" + }, + { + "word": "also", + "start": 954.64, + "end": 954.92, + "confidence": 0.89165306, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "also" + }, + { + "word": "very", + "start": 954.92, + "end": 955.12, + "confidence": 0.84546745, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "very" + }, + { + "word": "relevant", + "start": 955.12, + "end": 955.62, + "confidence": 0.662231, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "relevant" + }, + { + "word": "to", + "start": 955.64, + "end": 955.84, + "confidence": 0.43043867, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "to" + }, + { + "word": "the", + "start": 955.84, + "end": 955.94, + "confidence": 0.7145333, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "the" + }, + { + "word": "upper", + "start": 955.94, + "end": 956.18, + "confidence": 0.88767964, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "upper" + }, + { + "word": "turn", + "start": 956.18, + "end": 956.68, + "confidence": 0.81821066, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "turn" + }, + { + "word": "issue", + "start": 956.68, + "end": 957.04, + "confidence": 0.8045005, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "issue," + }, + { + "word": "but", + "start": 957.04, + "end": 957.54, + "confidence": 0.8801545, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "but" + }, + { + "word": "in", + "start": 957.64, + "end": 957.8, + "confidence": 0.78158796, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "in" + }, + { + "word": "this", + "start": 957.8, + "end": 958.02, + "confidence": 0.85815257, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "this" + }, + { + "word": "case", + "start": 958.02, + "end": 958.26, + "confidence": 0.15057234, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "case" + }, + { + "word": "as", + "start": 958.26, + "end": 958.5, + "confidence": 0.9998202, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "as" + }, + { + "word": "well", + "start": 958.5, + "end": 959.0, + "confidence": 0.43488428, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "well," + }, + { + "word": "bitcoin", + "start": 960.06, + "end": 960.3, + "confidence": 0.8941236, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 960.3, + "end": 960.66, + "confidence": 0.87418056, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "Core" + }, + { + "word": "has", + "start": 960.66, + "end": 960.82, + "confidence": 0.8973029, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "has" + }, + { + "word": "decided", + "start": 960.82, + "end": 961.32, + "confidence": 0.85282016, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "decided" + }, + { + "word": "to", + "start": 961.56, + "end": 962.06, + "confidence": 0.7246853, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "to" + }, + { + "word": "allow", + "start": 962.42, + "end": 962.92, + "confidence": 0.5446571, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "allow" + }, + { + "word": "lower", + "start": 963.42, + "end": 963.92, + "confidence": 0.78303343, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "lower" + }, + { + "word": "fee", + "start": 963.94, + "end": 964.16, + "confidence": 0.6453383, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "fee" + }, + { + "word": "transactions", + "start": 964.16, + "end": 964.66, + "confidence": 0.7758159, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "transactions" + }, + { + "word": "in", + "start": 964.92, + "end": 965.42, + "confidence": 0.8591624, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 965.66, + "end": 965.86, + "confidence": 0.830063, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "the" + }, + { + "word": "mempool", + "start": 965.86, + "end": 966.3, + "confidence": 0.43793806, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "mempool" + }, + { + "word": "and", + "start": 966.3, + "end": 966.8, + "confidence": 0.84173846, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "and" + }, + { + "word": "relate", + "start": 966.88, + "end": 967.12, + "confidence": 0.80373776, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "relate" + }, + { + "word": "it", + "start": 967.12, + "end": 967.28, + "confidence": 0.7407732, + "speaker": 0, + "speaker_confidence": 0.8588867, + "punctuated_word": "it" + }, + { + "word": "to", + "start": 967.28, + "end": 967.4, + "confidence": 0.87618494, + "speaker": 0, + "speaker_confidence": 0.42822266, + "punctuated_word": "to" + }, + { + "word": "other", + "start": 967.4, + "end": 967.64, + "confidence": 0.115119845, + "speaker": 0, + "speaker_confidence": 0.42822266, + "punctuated_word": "other" + }, + { + "word": "nodes", + "start": 967.64, + "end": 968.14, + "confidence": 0.88504064, + "speaker": 0, + "speaker_confidence": 0.42822266, + "punctuated_word": "nodes" + }, + { + "word": "in", + "start": 968.3, + "end": 968.44, + "confidence": 0.90317255, + "speaker": 0, + "speaker_confidence": 0.42822266, + "punctuated_word": "in" + }, + { + "word": "order", + "start": 968.44, + "end": 968.8, + "confidence": 0.835261, + "speaker": 0, + "speaker_confidence": 0.42822266, + "punctuated_word": "order" + }, + { + "word": "to", + "start": 968.8, + "end": 969.0, + "confidence": 0.900328, + "speaker": 0, + "speaker_confidence": 0.42822266, + "punctuated_word": "to" + }, + { + "word": "better", + "start": 969.0, + "end": 969.24, + "confidence": 0.75838554, + "speaker": 0, + "speaker_confidence": 0.6464844, + "punctuated_word": "better" + }, + { + "word": "reflect", + "start": 969.24, + "end": 969.62, + "confidence": 0.9547001, + "speaker": 0, + "speaker_confidence": 0.6464844, + "punctuated_word": "reflect" + }, + { + "word": "the", + "start": 969.62, + "end": 969.76, + "confidence": 0.9180788, + "speaker": 0, + "speaker_confidence": 0.6464844, + "punctuated_word": "the" + }, + { + "word": "mempool", + "start": 969.76, + "end": 970.16, + "confidence": 0.8183439, + "speaker": 0, + "speaker_confidence": 0.6464844, + "punctuated_word": "mempool" + }, + { + "word": "with", + "start": 970.16, + "end": 970.44, + "confidence": 0.86743504, + "speaker": 0, + "speaker_confidence": 0.6464844, + "punctuated_word": "with" + }, + { + "word": "blocks", + "start": 970.44, + "end": 970.84, + "confidence": 0.89663476, + "speaker": 0, + "speaker_confidence": 0.6464844, + "punctuated_word": "blocks" + }, + { + "word": "that", + "start": 970.84, + "end": 970.96, + "confidence": 0.88065964, + "speaker": 0, + "speaker_confidence": 0.6464844, + "punctuated_word": "that" + }, + { + "word": "are", + "start": 970.96, + "end": 971.2, + "confidence": 0.80551815, + "speaker": 0, + "speaker_confidence": 0.6464844, + "punctuated_word": "are" + }, + { + "word": "being", + "start": 971.2, + "end": 971.48, + "confidence": 0.9451996, + "speaker": 0, + "speaker_confidence": 0.6464844, + "punctuated_word": "being" + }, + { + "word": "found", + "start": 971.48, + "end": 971.98, + "confidence": 0.1495913, + "speaker": 0, + "speaker_confidence": 0.6464844, + "punctuated_word": "found." + }, + { + "word": "good", + "start": 972.04, + "end": 972.28, + "confidence": 0.6482305, + "speaker": 0, + "speaker_confidence": 0.6464844, + "punctuated_word": "Good" + }, + { + "word": "summary", + "start": 972.28, + "end": 972.78, + "confidence": 0.12981176, + "speaker": 0, + "speaker_confidence": 0.6464844, + "punctuated_word": "summary?" + }, + { + "word": "yes", + "start": 973.26, + "end": 973.76, + "confidence": 0.737422, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "Yes," + }, + { + "word": "and", + "start": 973.82, + "end": 974.1, + "confidence": 0.84802926, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "and" + }, + { + "word": "so", + "start": 974.1, + "end": 974.32, + "confidence": 0.8870434, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "so" + }, + { + "word": "this", + "start": 974.32, + "end": 974.54, + "confidence": 0.8078793, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "this" + }, + { + "word": "has", + "start": 974.54, + "end": 974.72, + "confidence": 0.9951367, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "has" + }, + { + "word": "been", + "start": 974.72, + "end": 975.22, + "confidence": 0.7858903, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "been" + }, + { + "word": "a", + "start": 975.24, + "end": 975.42, + "confidence": 0.6717858, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "a" + }, + { + "word": "general", + "start": 975.42, + "end": 975.78, + "confidence": 0.87783676, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "general" + }, + { + "word": "theme", + "start": 975.78, + "end": 976.12, + "confidence": 0.7455677, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "theme" + }, + { + "word": "now", + "start": 976.12, + "end": 976.56, + "confidence": 0.9926466, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "now" + }, + { + "word": "over", + "start": 976.56, + "end": 976.92, + "confidence": 0.79881084, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "over" + }, + { + "word": "a", + "start": 976.92, + "end": 977.02, + "confidence": 0.66600865, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "a" + }, + { + "word": "few", + "start": 977.02, + "end": 977.24, + "confidence": 0.86355704, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "few" + }, + { + "word": "different", + "start": 977.24, + "end": 977.58, + "confidence": 0.8124802, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "different" + }, + { + "word": "topics", + "start": 977.58, + "end": 978.04, + "confidence": 0.23110415, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "topics." + }, + { + "word": "we've", + "start": 978.04, + "end": 978.34, + "confidence": 0.88413495, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "We've" + }, + { + "word": "seen", + "start": 978.34, + "end": 978.74, + "confidence": 0.6321894, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "seen" + }, + { + "word": "with", + "start": 978.74, + "end": 978.94, + "confidence": 0.99955684, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "with" + }, + { + "word": "rbf", + "start": 978.94, + "end": 979.44, + "confidence": 0.9259275, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "RBF," + }, + { + "word": "full", + "start": 979.46, + "end": 979.7, + "confidence": 0.99991536, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "full" + }, + { + "word": "rbf", + "start": 979.7, + "end": 980.2, + "confidence": 0.6586351, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "RBF," + }, + { + "word": "the", + "start": 980.2, + "end": 980.38, + "confidence": 0.59298116, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "the" + }, + { + "word": "changes", + "start": 980.38, + "end": 980.82, + "confidence": 0.58046424, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "changes." + }, + { + "word": "we've", + "start": 980.82, + "end": 981.06, + "confidence": 0.88109714, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "We've" + }, + { + "word": "seen", + "start": 981.06, + "end": 981.26, + "confidence": 0.824701, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "seen" + }, + { + "word": "it", + "start": 981.26, + "end": 981.4, + "confidence": 0.2201703, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "it" + }, + { + "word": "with", + "start": 981.4, + "end": 981.6, + "confidence": 0.35259938, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "with" + }, + { + "word": "operaturn", + "start": 981.6, + "end": 982.1, + "confidence": 0.6031977, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "Operaturn." + }, + { + "word": "now", + "start": 982.12, + "end": 982.28, + "confidence": 0.9564678, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "Now" + }, + { + "word": "we're", + "start": 982.28, + "end": 982.58, + "confidence": 0.8025542, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "we're" + }, + { + "word": "seeing", + "start": 982.58, + "end": 982.84, + "confidence": 0.8165616, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "seeing" + }, + { + "word": "it", + "start": 982.84, + "end": 983.0, + "confidence": 0.81058115, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "it" + }, + { + "word": "with", + "start": 983.0, + "end": 983.5, + "confidence": 0.69591033, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "with" + }, + { + "word": "the", + "start": 983.8, + "end": 984.0, + "confidence": 0.86766046, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "the" + }, + { + "word": "fee", + "start": 984.0, + "end": 984.24, + "confidence": 0.8313632, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "fee" + }, + { + "word": "rate", + "start": 984.24, + "end": 984.74, + "confidence": 0.6070832, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "rate." + }, + { + "word": "and", + "start": 985.16, + "end": 985.66, + "confidence": 0.87867504, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "And" + }, + { + "word": "the", + "start": 985.68, + "end": 985.84, + "confidence": 0.90374976, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "the" + }, + { + "word": "response", + "start": 985.84, + "end": 986.16, + "confidence": 0.81409925, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "response" + }, + { + "word": "has", + "start": 986.16, + "end": 986.32, + "confidence": 0.779743, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "has" + }, + { + "word": "been", + "start": 986.32, + "end": 986.46, + "confidence": 0.6078091, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "been" + }, + { + "word": "slightly", + "start": 986.46, + "end": 986.82, + "confidence": 0.67787725, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "slightly" + }, + { + "word": "different", + "start": 986.82, + "end": 987.14, + "confidence": 0.9999418, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "different" + }, + { + "word": "in", + "start": 987.14, + "end": 987.26, + "confidence": 0.8057883, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "in" + }, + { + "word": "different", + "start": 987.26, + "end": 987.54, + "confidence": 0.86967856, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "different" + }, + { + "word": "cases", + "start": 987.54, + "end": 987.9, + "confidence": 0.72764343, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "cases." + }, + { + "word": "so", + "start": 987.9, + "end": 988.4, + "confidence": 0.8222273, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "So" + }, + { + "word": "in", + "start": 988.68, + "end": 988.86, + "confidence": 0.8085507, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 988.86, + "end": 989.02, + "confidence": 0.9078697, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "the" + }, + { + "word": "case", + "start": 989.02, + "end": 989.44, + "confidence": 0.8277099, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "case" + }, + { + "word": "of", + "start": 989.44, + "end": 989.94, + "confidence": 0.9246013, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "of" + }, + { + "word": "full", + "start": 990.06, + "end": 990.16, + "confidence": 0.99961096, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "full" + }, + { + "word": "rbf", + "start": 990.16, + "end": 990.66, + "confidence": 0.6725496, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "RBF," + }, + { + "word": "you", + "start": 991.16, + "end": 991.32, + "confidence": 0.7555861, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "you" + }, + { + "word": "had", + "start": 991.32, + "end": 991.56, + "confidence": 0.8604004, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "had" + }, + { + "word": "somebody", + "start": 991.56, + "end": 992.04, + "confidence": 0.69464105, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "somebody" + }, + { + "word": "basically", + "start": 992.04, + "end": 992.54, + "confidence": 0.85009503, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "basically" + }, + { + "word": "promoting", + "start": 993.08, + "end": 993.56, + "confidence": 0.8096136, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "promoting" + }, + { + "word": "that", + "start": 993.56, + "end": 993.76, + "confidence": 0.92740244, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "that" + }, + { + "word": "concept", + "start": 993.76, + "end": 994.26, + "confidence": 0.83828306, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "concept," + }, + { + "word": "releasing", + "start": 994.28, + "end": 994.64, + "confidence": 0.8221533, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "releasing" + }, + { + "word": "an", + "start": 994.64, + "end": 994.8, + "confidence": 0.8976526, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "an" + }, + { + "word": "alternative", + "start": 994.8, + "end": 995.3, + "confidence": 0.5823968, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "alternative" + }, + { + "word": "client", + "start": 995.32, + "end": 995.82, + "confidence": 0.22860286, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "client," + }, + { + "word": "and", + "start": 996.66, + "end": 996.9, + "confidence": 0.49012816, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "and" + }, + { + "word": "then", + "start": 996.9, + "end": 996.98, + "confidence": 0.55998045, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "then" + }, + { + "word": "bitconcord", + "start": 996.98, + "end": 997.48, + "confidence": 0.8946596, + "speaker": 1, + "speaker_confidence": 0.7675781, + "punctuated_word": "BitConcord" + }, + { + "word": "did", + "start": 997.54, + "end": 997.72, + "confidence": 0.8717489, + "speaker": 1, + "speaker_confidence": 0.7675781, + "punctuated_word": "did" + }, + { + "word": "not", + "start": 997.72, + "end": 998.0, + "confidence": 0.7340691, + "speaker": 1, + "speaker_confidence": 0.7675781, + "punctuated_word": "not" + }, + { + "word": "follow", + "start": 998.0, + "end": 998.5, + "confidence": 0.7925776, + "speaker": 1, + "speaker_confidence": 0.7675781, + "punctuated_word": "follow" + }, + { + "word": "until", + "start": 999.02, + "end": 999.52, + "confidence": 0.8196568, + "speaker": 1, + "speaker_confidence": 0.7675781, + "punctuated_word": "until" + }, + { + "word": "at", + "start": 999.52, + "end": 999.72, + "confidence": 0.85129577, + "speaker": 1, + "speaker_confidence": 0.7675781, + "punctuated_word": "at" + }, + { + "word": "some", + "start": 999.72, + "end": 999.94, + "confidence": 0.48455402, + "speaker": 1, + "speaker_confidence": 0.7675781, + "punctuated_word": "some" + }, + { + "word": "point", + "start": 999.94, + "end": 1000.44, + "confidence": 0.4617638, + "speaker": 1, + "speaker_confidence": 0.7675781, + "punctuated_word": "point," + }, + { + "word": "you", + "start": 1001.54, + "end": 1001.66, + "confidence": 0.93229246, + "speaker": 1, + "speaker_confidence": 0.6616211, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 1001.66, + "end": 1002.04, + "confidence": 0.89437747, + "speaker": 1, + "speaker_confidence": 0.6616211, + "punctuated_word": "know," + }, + { + "word": "all", + "start": 1002.04, + "end": 1002.18, + "confidence": 0.97158784, + "speaker": 1, + "speaker_confidence": 0.6616211, + "punctuated_word": "all" + }, + { + "word": "the", + "start": 1002.18, + "end": 1002.34, + "confidence": 0.68826115, + "speaker": 1, + "speaker_confidence": 0.6616211, + "punctuated_word": "the" + }, + { + "word": "miners", + "start": 1002.34, + "end": 1002.66, + "confidence": 0.8593568, + "speaker": 1, + "speaker_confidence": 0.6616211, + "punctuated_word": "miners," + }, + { + "word": "or", + "start": 1002.66, + "end": 1002.8, + "confidence": 0.1522856, + "speaker": 1, + "speaker_confidence": 0.6616211, + "punctuated_word": "or" + }, + { + "word": "at", + "start": 1002.8, + "end": 1002.88, + "confidence": 0.9993641, + "speaker": 1, + "speaker_confidence": 0.6616211, + "punctuated_word": "at" + }, + { + "word": "least", + "start": 1002.88, + "end": 1003.14, + "confidence": 0.8927465, + "speaker": 1, + "speaker_confidence": 0.6616211, + "punctuated_word": "least" + }, + { + "word": "a", + "start": 1003.14, + "end": 1003.26, + "confidence": 0.83961713, + "speaker": 1, + "speaker_confidence": 0.6616211, + "punctuated_word": "a" + }, + { + "word": "large", + "start": 1003.26, + "end": 1003.38, + "confidence": 0.9050577, + "speaker": 1, + "speaker_confidence": 0.6616211, + "punctuated_word": "large" + }, + { + "word": "chunk", + "start": 1003.38, + "end": 1003.66, + "confidence": 0.80317295, + "speaker": 1, + "speaker_confidence": 0.6616211, + "punctuated_word": "chunk" + }, + { + "word": "of", + "start": 1003.66, + "end": 1003.74, + "confidence": 0.9087595, + "speaker": 1, + "speaker_confidence": 0.80810547, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 1003.74, + "end": 1003.84, + "confidence": 0.6096488, + "speaker": 1, + "speaker_confidence": 0.80810547, + "punctuated_word": "the" + }, + { + "word": "miners", + "start": 1003.84, + "end": 1004.16, + "confidence": 0.916351, + "speaker": 1, + "speaker_confidence": 0.80810547, + "punctuated_word": "miners" + }, + { + "word": "were", + "start": 1004.16, + "end": 1004.48, + "confidence": 0.8753186, + "speaker": 1, + "speaker_confidence": 0.80810547, + "punctuated_word": "were" + }, + { + "word": "doing", + "start": 1004.48, + "end": 1004.78, + "confidence": 0.54822415, + "speaker": 1, + "speaker_confidence": 0.80810547, + "punctuated_word": "doing" + }, + { + "word": "this", + "start": 1004.78, + "end": 1005.06, + "confidence": 0.34285593, + "speaker": 1, + "speaker_confidence": 0.80810547, + "punctuated_word": "this" + }, + { + "word": "and", + "start": 1005.06, + "end": 1005.48, + "confidence": 0.8166057, + "speaker": 1, + "speaker_confidence": 0.80810547, + "punctuated_word": "and" + }, + { + "word": "compact", + "start": 1005.48, + "end": 1005.86, + "confidence": 0.67793256, + "speaker": 1, + "speaker_confidence": 0.80810547, + "punctuated_word": "compact" + }, + { + "word": "block", + "start": 1005.86, + "end": 1006.06, + "confidence": 0.89289564, + "speaker": 1, + "speaker_confidence": 0.80810547, + "punctuated_word": "block" + }, + { + "word": "relay", + "start": 1006.06, + "end": 1006.36, + "confidence": 0.8494821, + "speaker": 1, + "speaker_confidence": 0.80810547, + "punctuated_word": "relay" + }, + { + "word": "was", + "start": 1006.36, + "end": 1006.56, + "confidence": 0.8534062, + "speaker": 1, + "speaker_confidence": 0.80810547, + "punctuated_word": "was" + }, + { + "word": "broken", + "start": 1006.56, + "end": 1007.06, + "confidence": 0.06586167, + "speaker": 1, + "speaker_confidence": 0.80810547, + "punctuated_word": "broken." + }, + { + "word": "and", + "start": 1007.38, + "end": 1007.5, + "confidence": 0.67904836, + "speaker": 0, + "speaker_confidence": 0.022460938, + "punctuated_word": "And" + }, + { + "word": "so", + "start": 1007.5, + "end": 1007.66, + "confidence": 0.26792616, + "speaker": 1, + "speaker_confidence": 0.8300781, + "punctuated_word": "so" + }, + { + "word": "then", + "start": 1007.66, + "end": 1007.86, + "confidence": 0.80721873, + "speaker": 1, + "speaker_confidence": 0.8300781, + "punctuated_word": "then" + }, + { + "word": "bitcoin", + "start": 1007.86, + "end": 1008.06, + "confidence": 0.90199846, + "speaker": 1, + "speaker_confidence": 0.8300781, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 1008.06, + "end": 1008.26, + "confidence": 0.9428398, + "speaker": 1, + "speaker_confidence": 0.8300781, + "punctuated_word": "Core" + }, + { + "word": "said", + "start": 1008.26, + "end": 1008.48, + "confidence": 0.5100048, + "speaker": 1, + "speaker_confidence": 0.8300781, + "punctuated_word": "said," + }, + { + "word": "okay", + "start": 1008.48, + "end": 1008.7, + "confidence": 0.83170116, + "speaker": 1, + "speaker_confidence": 0.8300781, + "punctuated_word": "okay," + }, + { + "word": "let's", + "start": 1008.7, + "end": 1008.9, + "confidence": 0.7727657, + "speaker": 1, + "speaker_confidence": 0.8300781, + "punctuated_word": "let's" + }, + { + "word": "turn", + "start": 1008.9, + "end": 1009.12, + "confidence": 0.9978788, + "speaker": 1, + "speaker_confidence": 0.8300781, + "punctuated_word": "turn" + }, + { + "word": "rbf", + "start": 1009.12, + "end": 1009.54, + "confidence": 0.9082799, + "speaker": 1, + "speaker_confidence": 0.8300781, + "punctuated_word": "RBF" + }, + { + "word": "on", + "start": 1009.54, + "end": 1009.78, + "confidence": 0.17324656, + "speaker": 1, + "speaker_confidence": 0.8300781, + "punctuated_word": "on." + }, + { + "word": "so", + "start": 1009.78, + "end": 1009.92, + "confidence": 0.7233498, + "speaker": 1, + "speaker_confidence": 0.8300781, + "punctuated_word": "So" + }, + { + "word": "arguably", + "start": 1009.92, + "end": 1010.32, + "confidence": 0.8947314, + "speaker": 1, + "speaker_confidence": 0.8300781, + "punctuated_word": "arguably" + }, + { + "word": "that", + "start": 1010.32, + "end": 1010.5, + "confidence": 0.801096, + "speaker": 1, + "speaker_confidence": 0.8300781, + "punctuated_word": "that" + }, + { + "word": "was", + "start": 1010.5, + "end": 1010.72, + "confidence": 0.87233543, + "speaker": 1, + "speaker_confidence": 0.8300781, + "punctuated_word": "was" + }, + { + "word": "too", + "start": 1010.72, + "end": 1010.92, + "confidence": 0.4536143, + "speaker": 1, + "speaker_confidence": 0.8300781, + "punctuated_word": "too" + }, + { + "word": "late", + "start": 1010.92, + "end": 1011.42, + "confidence": 0.22597891, + "speaker": 1, + "speaker_confidence": 0.8300781, + "punctuated_word": "late." + }, + { + "word": "because", + "start": 1013.1, + "end": 1013.4, + "confidence": 0.8210523, + "speaker": 1, + "speaker_confidence": 0.7895508, + "punctuated_word": "Because" + }, + { + "word": "we", + "start": 1013.4, + "end": 1013.56, + "confidence": 0.82382566, + "speaker": 1, + "speaker_confidence": 0.7895508, + "punctuated_word": "we" + }, + { + "word": "already", + "start": 1013.56, + "end": 1013.94, + "confidence": 0.84798115, + "speaker": 1, + "speaker_confidence": 0.7895508, + "punctuated_word": "already" + }, + { + "word": "had", + "start": 1013.94, + "end": 1014.14, + "confidence": 0.75176823, + "speaker": 1, + "speaker_confidence": 0.7895508, + "punctuated_word": "had" + }, + { + "word": "broken", + "start": 1014.14, + "end": 1014.52, + "confidence": 0.81836605, + "speaker": 1, + "speaker_confidence": 0.7895508, + "punctuated_word": "broken" + }, + { + "word": "compact", + "start": 1014.52, + "end": 1014.88, + "confidence": 0.7697938, + "speaker": 1, + "speaker_confidence": 0.7895508, + "punctuated_word": "compact" + }, + { + "word": "block", + "start": 1014.88, + "end": 1015.16, + "confidence": 0.379642, + "speaker": 1, + "speaker_confidence": 0.7895508, + "punctuated_word": "block" + }, + { + "word": "relay", + "start": 1015.16, + "end": 1015.58, + "confidence": 0.99504745, + "speaker": 1, + "speaker_confidence": 0.7895508, + "punctuated_word": "relay" + }, + { + "word": "and", + "start": 1015.58, + "end": 1016.08, + "confidence": 0.82796395, + "speaker": 1, + "speaker_confidence": 0.7895508, + "punctuated_word": "and" + }, + { + "word": "the", + "start": 1016.88, + "end": 1017.04, + "confidence": 0.8901903, + "speaker": 1, + "speaker_confidence": 0.9370117, + "punctuated_word": "the" + }, + { + "word": "longer", + "start": 1017.04, + "end": 1017.44, + "confidence": 0.90002215, + "speaker": 1, + "speaker_confidence": 0.9370117, + "punctuated_word": "longer" + }, + { + "word": "you", + "start": 1017.44, + "end": 1017.66, + "confidence": 0.814, + "speaker": 1, + "speaker_confidence": 0.9370117, + "punctuated_word": "you" + }, + { + "word": "let", + "start": 1017.66, + "end": 1017.88, + "confidence": 0.7203147, + "speaker": 1, + "speaker_confidence": 0.9370117, + "punctuated_word": "let" + }, + { + "word": "that", + "start": 1017.88, + "end": 1018.14, + "confidence": 0.8362893, + "speaker": 1, + "speaker_confidence": 0.9370117, + "punctuated_word": "that" + }, + { + "word": "sort", + "start": 1018.14, + "end": 1018.32, + "confidence": 0.8336333, + "speaker": 1, + "speaker_confidence": 0.9370117, + "punctuated_word": "sort" + }, + { + "word": "of", + "start": 1018.32, + "end": 1018.44, + "confidence": 0.99538165, + "speaker": 1, + "speaker_confidence": 0.9370117, + "punctuated_word": "of" + }, + { + "word": "centralization", + "start": 1018.44, + "end": 1018.94, + "confidence": 0.69314444, + "speaker": 1, + "speaker_confidence": 0.9370117, + "punctuated_word": "centralization" + }, + { + "word": "risk", + "start": 1019.82, + "end": 1020.32, + "confidence": 0.7013026, + "speaker": 1, + "speaker_confidence": 0.9370117, + "punctuated_word": "risk" + }, + { + "word": "exist", + "start": 1020.46, + "end": 1020.96, + "confidence": 0.23400624, + "speaker": 1, + "speaker_confidence": 0.9370117, + "punctuated_word": "exist," + }, + { + "word": "maybe", + "start": 1021.22, + "end": 1021.72, + "confidence": 0.8215923, + "speaker": 1, + "speaker_confidence": 0.9370117, + "punctuated_word": "maybe" + }, + { + "word": "at", + "start": 1021.86, + "end": 1022.02, + "confidence": 0.8439439, + "speaker": 1, + "speaker_confidence": 0.9370117, + "punctuated_word": "at" + }, + { + "word": "some", + "start": 1022.02, + "end": 1022.22, + "confidence": 0.7115049, + "speaker": 1, + "speaker_confidence": 0.9370117, + "punctuated_word": "some" + }, + { + "word": "point", + "start": 1022.22, + "end": 1022.48, + "confidence": 0.6698927, + "speaker": 1, + "speaker_confidence": 0.9370117, + "punctuated_word": "point" + }, + { + "word": "the", + "start": 1022.48, + "end": 1022.62, + "confidence": 0.8866605, + "speaker": 1, + "speaker_confidence": 0.9370117, + "punctuated_word": "the" + }, + { + "word": "damage", + "start": 1022.62, + "end": 1022.9, + "confidence": 0.8366199, + "speaker": 1, + "speaker_confidence": 0.9370117, + "punctuated_word": "damage" + }, + { + "word": "is", + "start": 1022.9, + "end": 1023.04, + "confidence": 0.9738884, + "speaker": 1, + "speaker_confidence": 0.9370117, + "punctuated_word": "is" + }, + { + "word": "irreversible", + "start": 1023.04, + "end": 1023.54, + "confidence": 0.9783905, + "speaker": 1, + "speaker_confidence": 0.9370117, + "punctuated_word": "irreversible." + }, + { + "word": "probably", + "start": 1023.96, + "end": 1024.3, + "confidence": 0.852416, + "speaker": 1, + "speaker_confidence": 0.9370117, + "punctuated_word": "Probably" + }, + { + "word": "not", + "start": 1024.3, + "end": 1024.5, + "confidence": 0.29730564, + "speaker": 1, + "speaker_confidence": 0.9370117, + "punctuated_word": "not" + }, + { + "word": "in", + "start": 1024.5, + "end": 1024.76, + "confidence": 0.9973551, + "speaker": 1, + "speaker_confidence": 0.9370117, + "punctuated_word": "in" + }, + { + "word": "this", + "start": 1024.76, + "end": 1024.92, + "confidence": 0.9671678, + "speaker": 1, + "speaker_confidence": 0.9370117, + "punctuated_word": "this" + }, + { + "word": "case", + "start": 1024.92, + "end": 1025.42, + "confidence": 0.70771766, + "speaker": 1, + "speaker_confidence": 0.9370117, + "punctuated_word": "case." + }, + { + "word": "okay", + "start": 1025.86, + "end": 1026.1, + "confidence": 0.90715337, + "speaker": 1, + "speaker_confidence": 0.69189453, + "punctuated_word": "Okay," + }, + { + "word": "so", + "start": 1026.1, + "end": 1026.3, + "confidence": 0.89215386, + "speaker": 1, + "speaker_confidence": 0.69189453, + "punctuated_word": "so" + }, + { + "word": "then", + "start": 1026.3, + "end": 1026.58, + "confidence": 0.7260054, + "speaker": 1, + "speaker_confidence": 0.69189453, + "punctuated_word": "then" + }, + { + "word": "we", + "start": 1026.58, + "end": 1026.86, + "confidence": 0.8232449, + "speaker": 1, + "speaker_confidence": 0.69189453, + "punctuated_word": "we" + }, + { + "word": "had", + "start": 1026.86, + "end": 1027.12, + "confidence": 0.09879411, + "speaker": 1, + "speaker_confidence": 0.69189453, + "punctuated_word": "had" + }, + { + "word": "the", + "start": 1027.12, + "end": 1027.62, + "confidence": 0.17411616, + "speaker": 1, + "speaker_confidence": 0.69189453, + "punctuated_word": "the" + }, + { + "word": "oprychurn", + "start": 1028.24, + "end": 1028.74, + "confidence": 0.19323105, + "speaker": 1, + "speaker_confidence": 0.36132812, + "punctuated_word": "OpryChurn" + }, + { + "word": "stuff", + "start": 1029.02, + "end": 1029.52, + "confidence": 0.62552595, + "speaker": 1, + "speaker_confidence": 0.36132812, + "punctuated_word": "stuff" + }, + { + "word": "where", + "start": 1029.8, + "end": 1030.3, + "confidence": 0.7902154, + "speaker": 1, + "speaker_confidence": 0.7871094, + "punctuated_word": "where" + }, + { + "word": "bitcoin", + "start": 1030.36, + "end": 1030.64, + "confidence": 0.326298, + "speaker": 1, + "speaker_confidence": 0.7871094, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 1030.64, + "end": 1031.14, + "confidence": 0.9976084, + "speaker": 1, + "speaker_confidence": 0.7871094, + "punctuated_word": "Core" + }, + { + "word": "developers", + "start": 1031.26, + "end": 1031.76, + "confidence": 0.87908465, + "speaker": 1, + "speaker_confidence": 0.7871094, + "punctuated_word": "developers" + }, + { + "word": "saw", + "start": 1031.84, + "end": 1032.12, + "confidence": 0.9942585, + "speaker": 1, + "speaker_confidence": 0.7871094, + "punctuated_word": "saw" + }, + { + "word": "that", + "start": 1032.12, + "end": 1032.38, + "confidence": 0.7827035, + "speaker": 1, + "speaker_confidence": 0.7871094, + "punctuated_word": "that" + }, + { + "word": "a", + "start": 1032.38, + "end": 1032.54, + "confidence": 0.7751482, + "speaker": 1, + "speaker_confidence": 0.7871094, + "punctuated_word": "a" + }, + { + "word": "use", + "start": 1032.54, + "end": 1032.8, + "confidence": 0.90030277, + "speaker": 1, + "speaker_confidence": 0.7871094, + "punctuated_word": "use" + }, + { + "word": "case", + "start": 1032.8, + "end": 1033.14, + "confidence": 0.7629128, + "speaker": 1, + "speaker_confidence": 0.7871094, + "punctuated_word": "case" + }, + { + "word": "was", + "start": 1033.14, + "end": 1033.52, + "confidence": 0.8388905, + "speaker": 1, + "speaker_confidence": 0.7871094, + "punctuated_word": "was" + }, + { + "word": "imminent", + "start": 1033.52, + "end": 1034.02, + "confidence": 0.48421162, + "speaker": 1, + "speaker_confidence": 0.7871094, + "punctuated_word": "imminent" + }, + { + "word": "and", + "start": 1034.22, + "end": 1034.7, + "confidence": 0.9077254, + "speaker": 1, + "speaker_confidence": 0.7871094, + "punctuated_word": "and" + }, + { + "word": "tried", + "start": 1034.7, + "end": 1035.06, + "confidence": 0.9600197, + "speaker": 1, + "speaker_confidence": 0.7871094, + "punctuated_word": "tried" + }, + { + "word": "to", + "start": 1035.06, + "end": 1035.22, + "confidence": 0.83573854, + "speaker": 1, + "speaker_confidence": 0.7871094, + "punctuated_word": "to" + }, + { + "word": "preempt", + "start": 1035.22, + "end": 1035.6, + "confidence": 0.8561987, + "speaker": 1, + "speaker_confidence": 0.7871094, + "punctuated_word": "preempt" + }, + { + "word": "it", + "start": 1035.6, + "end": 1036.1, + "confidence": 0.7252021, + "speaker": 1, + "speaker_confidence": 0.7871094, + "punctuated_word": "it." + }, + { + "word": "that", + "start": 1036.98, + "end": 1037.26, + "confidence": 0.9012535, + "speaker": 1, + "speaker_confidence": 0.7553711, + "punctuated_word": "That" + }, + { + "word": "caused", + "start": 1037.26, + "end": 1037.76, + "confidence": 0.84410846, + "speaker": 1, + "speaker_confidence": 0.7553711, + "punctuated_word": "caused" + }, + { + "word": "an", + "start": 1037.8, + "end": 1037.98, + "confidence": 0.84223384, + "speaker": 1, + "speaker_confidence": 0.7553711, + "punctuated_word": "an" + }, + { + "word": "enormous", + "start": 1037.98, + "end": 1038.48, + "confidence": 0.90486705, + "speaker": 1, + "speaker_confidence": 0.7553711, + "punctuated_word": "enormous" + }, + { + "word": "amount", + "start": 1038.64, + "end": 1039.0, + "confidence": 0.7307455, + "speaker": 1, + "speaker_confidence": 0.7553711, + "punctuated_word": "amount" + }, + { + "word": "of", + "start": 1039.0, + "end": 1039.14, + "confidence": 0.36867407, + "speaker": 1, + "speaker_confidence": 0.7553711, + "punctuated_word": "of" + }, + { + "word": "drama", + "start": 1039.14, + "end": 1039.64, + "confidence": 0.66096294, + "speaker": 1, + "speaker_confidence": 0.7553711, + "punctuated_word": "drama." + }, + { + "word": "and", + "start": 1040.46, + "end": 1040.74, + "confidence": 0.77143204, + "speaker": 1, + "speaker_confidence": 0.7553711, + "punctuated_word": "And" + }, + { + "word": "now", + "start": 1040.74, + "end": 1041.04, + "confidence": 0.98821265, + "speaker": 1, + "speaker_confidence": 0.7553711, + "punctuated_word": "now" + }, + { + "word": "it's", + "start": 1041.04, + "end": 1041.28, + "confidence": 0.73225385, + "speaker": 1, + "speaker_confidence": 0.7553711, + "punctuated_word": "it's" + }, + { + "word": "kind", + "start": 1041.28, + "end": 1041.48, + "confidence": 0.50192153, + "speaker": 1, + "speaker_confidence": 0.7553711, + "punctuated_word": "kind" + }, + { + "word": "of", + "start": 1041.48, + "end": 1041.98, + "confidence": 0.60080343, + "speaker": 1, + "speaker_confidence": 0.7553711, + "punctuated_word": "of" + }, + { + "word": "in", + "start": 1042.96, + "end": 1043.1, + "confidence": 0.4432217, + "speaker": 1, + "speaker_confidence": 0.81933594, + "punctuated_word": "in" + }, + { + "word": "between", + "start": 1043.1, + "end": 1043.6, + "confidence": 0.38052207, + "speaker": 1, + "speaker_confidence": 0.81933594, + "punctuated_word": "between," + }, + { + "word": "like", + "start": 1043.6, + "end": 1043.86, + "confidence": 0.8999009, + "speaker": 1, + "speaker_confidence": 0.81933594, + "punctuated_word": "like" + }, + { + "word": "this", + "start": 1043.86, + "end": 1044.06, + "confidence": 0.8360945, + "speaker": 1, + "speaker_confidence": 0.81933594, + "punctuated_word": "this" + }, + { + "word": "spontaneous", + "start": 1044.06, + "end": 1044.56, + "confidence": 0.89502895, + "speaker": 1, + "speaker_confidence": 0.81933594, + "punctuated_word": "spontaneous" + }, + { + "word": "change", + "start": 1044.76, + "end": 1045.02, + "confidence": 0.81505007, + "speaker": 1, + "speaker_confidence": 0.81933594, + "punctuated_word": "change" + }, + { + "word": "in", + "start": 1045.02, + "end": 1045.2, + "confidence": 0.8961573, + "speaker": 1, + "speaker_confidence": 0.81933594, + "punctuated_word": "in" + }, + { + "word": "policy", + "start": 1045.2, + "end": 1045.7, + "confidence": 0.8519527, + "speaker": 1, + "speaker_confidence": 0.81933594, + "punctuated_word": "policy" + }, + { + "word": "by", + "start": 1045.9, + "end": 1046.12, + "confidence": 0.61655134, + "speaker": 1, + "speaker_confidence": 0.81933594, + "punctuated_word": "by" + }, + { + "word": "users", + "start": 1046.12, + "end": 1046.58, + "confidence": 0.09248292, + "speaker": 1, + "speaker_confidence": 0.81933594, + "punctuated_word": "users" + }, + { + "word": "and", + "start": 1046.58, + "end": 1046.76, + "confidence": 0.69927573, + "speaker": 1, + "speaker_confidence": 0.81933594, + "punctuated_word": "and" + }, + { + "word": "beacon", + "start": 1046.76, + "end": 1047.04, + "confidence": 0.7813447, + "speaker": 1, + "speaker_confidence": 0.81933594, + "punctuated_word": "beacon" + }, + { + "word": "core", + "start": 1047.04, + "end": 1047.38, + "confidence": 0.90334404, + "speaker": 1, + "speaker_confidence": 0.81933594, + "punctuated_word": "core" + }, + { + "word": "follows", + "start": 1047.38, + "end": 1047.78, + "confidence": 0.847073, + "speaker": 1, + "speaker_confidence": 0.81933594, + "punctuated_word": "follows" + }, + { + "word": "it", + "start": 1047.78, + "end": 1048.08, + "confidence": 0.9882957, + "speaker": 1, + "speaker_confidence": 0.81933594, + "punctuated_word": "it" + }, + { + "word": "just", + "start": 1048.08, + "end": 1048.44, + "confidence": 0.8328084, + "speaker": 1, + "speaker_confidence": 0.81933594, + "punctuated_word": "just" + }, + { + "word": "a", + "start": 1048.44, + "end": 1048.62, + "confidence": 0.8816031, + "speaker": 1, + "speaker_confidence": 0.81933594, + "punctuated_word": "a" + }, + { + "word": "month", + "start": 1048.62, + "end": 1048.86, + "confidence": 0.8235764, + "speaker": 1, + "speaker_confidence": 0.81933594, + "punctuated_word": "month" + }, + { + "word": "or", + "start": 1048.86, + "end": 1049.02, + "confidence": 0.6871465, + "speaker": 1, + "speaker_confidence": 0.81933594, + "punctuated_word": "or" + }, + { + "word": "two", + "start": 1049.02, + "end": 1049.26, + "confidence": 0.9357987, + "speaker": 1, + "speaker_confidence": 0.81933594, + "punctuated_word": "two" + }, + { + "word": "later", + "start": 1049.26, + "end": 1049.76, + "confidence": 0.7362341, + "speaker": 1, + "speaker_confidence": 0.81933594, + "punctuated_word": "later." + }, + { + "word": "yeah", + "start": 1050.9, + "end": 1051.3, + "confidence": 0.97999346, + "speaker": 0, + "speaker_confidence": 0.24121094, + "punctuated_word": "Yeah," + }, + { + "word": "i", + "start": 1051.3, + "end": 1051.46, + "confidence": 0.74199086, + "speaker": 0, + "speaker_confidence": 0.24121094, + "punctuated_word": "I" + }, + { + "word": "do", + "start": 1051.46, + "end": 1051.62, + "confidence": 0.24400285, + "speaker": 0, + "speaker_confidence": 0.24121094, + "punctuated_word": "do" + }, + { + "word": "think", + "start": 1051.62, + "end": 1051.84, + "confidence": 0.96757275, + "speaker": 0, + "speaker_confidence": 0.24121094, + "punctuated_word": "think" + }, + { + "word": "it's", + "start": 1051.84, + "end": 1052.34, + "confidence": 0.4173353, + "speaker": 0, + "speaker_confidence": 0.24121094, + "punctuated_word": "it's..." + }, + { + "word": "i", + "start": 1052.38, + "end": 1052.54, + "confidence": 0.9978459, + "speaker": 1, + "speaker_confidence": 0.5571289, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 1052.54, + "end": 1052.78, + "confidence": 0.77273375, + "speaker": 1, + "speaker_confidence": 0.5571289, + "punctuated_word": "don't" + }, + { + "word": "think", + "start": 1052.78, + "end": 1052.96, + "confidence": 0.802148, + "speaker": 1, + "speaker_confidence": 0.5571289, + "punctuated_word": "think" + }, + { + "word": "there's", + "start": 1052.96, + "end": 1053.16, + "confidence": 0.71876246, + "speaker": 1, + "speaker_confidence": 0.5571289, + "punctuated_word": "there's" + }, + { + "word": "really", + "start": 1053.16, + "end": 1053.42, + "confidence": 0.80110514, + "speaker": 1, + "speaker_confidence": 0.5571289, + "punctuated_word": "really" + }, + { + "word": "consensus", + "start": 1053.42, + "end": 1053.84, + "confidence": 0.8764463, + "speaker": 1, + "speaker_confidence": 0.5571289, + "punctuated_word": "consensus" + }, + { + "word": "on", + "start": 1053.84, + "end": 1054.0, + "confidence": 0.8682953, + "speaker": 1, + "speaker_confidence": 0.5571289, + "punctuated_word": "on" + }, + { + "word": "how", + "start": 1054.0, + "end": 1054.16, + "confidence": 0.7435282, + "speaker": 1, + "speaker_confidence": 0.5571289, + "punctuated_word": "how" + }, + { + "word": "to", + "start": 1054.16, + "end": 1054.3, + "confidence": 0.91860247, + "speaker": 1, + "speaker_confidence": 0.5283203, + "punctuated_word": "to" + }, + { + "word": "best", + "start": 1054.3, + "end": 1054.54, + "confidence": 0.8027082, + "speaker": 1, + "speaker_confidence": 0.5283203, + "punctuated_word": "best" + }, + { + "word": "deal", + "start": 1054.54, + "end": 1054.74, + "confidence": 0.7543134, + "speaker": 1, + "speaker_confidence": 0.5283203, + "punctuated_word": "deal" + }, + { + "word": "with", + "start": 1054.74, + "end": 1054.92, + "confidence": 0.4710193, + "speaker": 1, + "speaker_confidence": 0.5283203, + "punctuated_word": "with" + }, + { + "word": "this", + "start": 1054.92, + "end": 1055.28, + "confidence": 0.06322274, + "speaker": 1, + "speaker_confidence": 0.5283203, + "punctuated_word": "this." + }, + { + "word": "like", + "start": 1055.28, + "end": 1055.38, + "confidence": 0.64557815, + "speaker": 1, + "speaker_confidence": 0.7988281, + "punctuated_word": "Like" + }, + { + "word": "these", + "start": 1055.38, + "end": 1055.64, + "confidence": 0.7740036, + "speaker": 1, + "speaker_confidence": 0.7988281, + "punctuated_word": "these" + }, + { + "word": "three", + "start": 1055.64, + "end": 1055.86, + "confidence": 0.5548678, + "speaker": 1, + "speaker_confidence": 0.7988281, + "punctuated_word": "three" + }, + { + "word": "options", + "start": 1055.86, + "end": 1056.28, + "confidence": 0.85841465, + "speaker": 1, + "speaker_confidence": 0.7988281, + "punctuated_word": "options," + }, + { + "word": "you", + "start": 1056.28, + "end": 1056.38, + "confidence": 0.83270156, + "speaker": 1, + "speaker_confidence": 0.7988281, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 1056.38, + "end": 1056.56, + "confidence": 0.9005125, + "speaker": 1, + "speaker_confidence": 0.7988281, + "punctuated_word": "can" + }, + { + "word": "either", + "start": 1056.56, + "end": 1056.76, + "confidence": 0.76645213, + "speaker": 1, + "speaker_confidence": 0.7988281, + "punctuated_word": "either" + }, + { + "word": "be", + "start": 1056.76, + "end": 1056.9, + "confidence": 0.91971225, + "speaker": 1, + "speaker_confidence": 0.7988281, + "punctuated_word": "be" + }, + { + "word": "too", + "start": 1056.9, + "end": 1057.12, + "confidence": 0.7745689, + "speaker": 1, + "speaker_confidence": 0.7988281, + "punctuated_word": "too" + }, + { + "word": "early", + "start": 1057.12, + "end": 1057.4, + "confidence": 0.79147685, + "speaker": 1, + "speaker_confidence": 0.7988281, + "punctuated_word": "early" + }, + { + "word": "or", + "start": 1057.4, + "end": 1057.58, + "confidence": 0.87814635, + "speaker": 1, + "speaker_confidence": 0.7988281, + "punctuated_word": "or" + }, + { + "word": "too", + "start": 1057.58, + "end": 1057.76, + "confidence": 0.5000828, + "speaker": 1, + "speaker_confidence": 0.7988281, + "punctuated_word": "too" + }, + { + "word": "late", + "start": 1057.76, + "end": 1058.1, + "confidence": 0.80101, + "speaker": 1, + "speaker_confidence": 0.7988281, + "punctuated_word": "late" + }, + { + "word": "or", + "start": 1058.1, + "end": 1058.6, + "confidence": 0.89778244, + "speaker": 1, + "speaker_confidence": 0.7988281, + "punctuated_word": "or" + }, + { + "word": "right", + "start": 1058.76, + "end": 1059.02, + "confidence": 0.79929507, + "speaker": 1, + "speaker_confidence": 0.7988281, + "punctuated_word": "right" + }, + { + "word": "on", + "start": 1059.02, + "end": 1059.22, + "confidence": 0.6620289, + "speaker": 1, + "speaker_confidence": 0.7988281, + "punctuated_word": "on" + }, + { + "word": "time", + "start": 1059.22, + "end": 1059.72, + "confidence": 0.47864643, + "speaker": 1, + "speaker_confidence": 0.7988281, + "punctuated_word": "time." + }, + { + "word": "and", + "start": 1061.78, + "end": 1061.98, + "confidence": 0.81562644, + "speaker": 1, + "speaker_confidence": 0.55615234, + "punctuated_word": "And" + }, + { + "word": "at", + "start": 1061.98, + "end": 1062.16, + "confidence": 0.8518339, + "speaker": 1, + "speaker_confidence": 0.55615234, + "punctuated_word": "at" + }, + { + "word": "some", + "start": 1062.16, + "end": 1062.28, + "confidence": 0.572061, + "speaker": 1, + "speaker_confidence": 0.55615234, + "punctuated_word": "some" + }, + { + "word": "point", + "start": 1062.28, + "end": 1062.58, + "confidence": 0.8061753, + "speaker": 1, + "speaker_confidence": 0.55615234, + "punctuated_word": "point" + }, + { + "word": "there", + "start": 1062.58, + "end": 1062.72, + "confidence": 0.8946087, + "speaker": 1, + "speaker_confidence": 0.55615234, + "punctuated_word": "there" + }, + { + "word": "might", + "start": 1062.72, + "end": 1062.98, + "confidence": 0.97856325, + "speaker": 1, + "speaker_confidence": 0.55615234, + "punctuated_word": "might" + }, + { + "word": "be", + "start": 1062.98, + "end": 1063.14, + "confidence": 0.7736926, + "speaker": 1, + "speaker_confidence": 0.55615234, + "punctuated_word": "be" + }, + { + "word": "a", + "start": 1063.14, + "end": 1063.22, + "confidence": 0.5109763, + "speaker": 1, + "speaker_confidence": 0.3803711, + "punctuated_word": "a" + }, + { + "word": "deviation", + "start": 1063.22, + "end": 1063.72, + "confidence": 0.23044623, + "speaker": 1, + "speaker_confidence": 0.3803711, + "punctuated_word": "deviation" + }, + { + "word": "from", + "start": 1065.36, + "end": 1065.66, + "confidence": 0.78929543, + "speaker": 1, + "speaker_confidence": 0.76660156, + "punctuated_word": "from" + }, + { + "word": "in", + "start": 1065.66, + "end": 1065.86, + "confidence": 0.8070204, + "speaker": 1, + "speaker_confidence": 0.76660156, + "punctuated_word": "in" + }, + { + "word": "policy", + "start": 1065.86, + "end": 1066.36, + "confidence": 0.89677715, + "speaker": 1, + "speaker_confidence": 0.76660156, + "punctuated_word": "policy" + }, + { + "word": "that", + "start": 1066.38, + "end": 1066.62, + "confidence": 0.8551084, + "speaker": 1, + "speaker_confidence": 0.76660156, + "punctuated_word": "that" + }, + { + "word": "is", + "start": 1066.62, + "end": 1066.82, + "confidence": 0.8793928, + "speaker": 1, + "speaker_confidence": 0.76660156, + "punctuated_word": "is" + }, + { + "word": "simply", + "start": 1066.82, + "end": 1067.26, + "confidence": 0.79732966, + "speaker": 1, + "speaker_confidence": 0.76660156, + "punctuated_word": "simply" + }, + { + "word": "not", + "start": 1067.26, + "end": 1067.54, + "confidence": 0.46319956, + "speaker": 1, + "speaker_confidence": 0.76660156, + "punctuated_word": "not" + }, + { + "word": "acceptable", + "start": 1067.54, + "end": 1068.04, + "confidence": 0.14100115, + "speaker": 1, + "speaker_confidence": 0.76660156, + "punctuated_word": "acceptable," + }, + { + "word": "as", + "start": 1068.26, + "end": 1068.42, + "confidence": 0.6926031, + "speaker": 1, + "speaker_confidence": 0.76660156, + "punctuated_word": "as" + }, + { + "word": "in", + "start": 1068.42, + "end": 1068.74, + "confidence": 0.8262004, + "speaker": 1, + "speaker_confidence": 0.76660156, + "punctuated_word": "in" + }, + { + "word": "it", + "start": 1068.74, + "end": 1068.84, + "confidence": 0.8618243, + "speaker": 1, + "speaker_confidence": 0.67285156, + "punctuated_word": "it" + }, + { + "word": "would", + "start": 1068.84, + "end": 1069.04, + "confidence": 0.9159813, + "speaker": 1, + "speaker_confidence": 0.67285156, + "punctuated_word": "would" + }, + { + "word": "just", + "start": 1069.04, + "end": 1069.28, + "confidence": 0.79532194, + "speaker": 1, + "speaker_confidence": 0.67285156, + "punctuated_word": "just" + }, + { + "word": "be", + "start": 1069.28, + "end": 1069.78, + "confidence": 0.7998022, + "speaker": 1, + "speaker_confidence": 0.67285156, + "punctuated_word": "be" + }, + { + "word": "unsafe", + "start": 1069.82, + "end": 1070.32, + "confidence": 0.616889, + "speaker": 1, + "speaker_confidence": 0.67285156, + "punctuated_word": "unsafe," + }, + { + "word": "cause", + "start": 1070.94, + "end": 1071.18, + "confidence": 0.59065604, + "speaker": 1, + "speaker_confidence": 0.67285156, + "punctuated_word": "cause" + }, + { + "word": "a", + "start": 1071.18, + "end": 1071.28, + "confidence": 0.9356605, + "speaker": 1, + "speaker_confidence": 0.67285156, + "punctuated_word": "a" + }, + { + "word": "dos", + "start": 1071.28, + "end": 1071.62, + "confidence": 0.76021755, + "speaker": 1, + "speaker_confidence": 0.67285156, + "punctuated_word": "DOS" + }, + { + "word": "problem", + "start": 1071.62, + "end": 1072.12, + "confidence": 0.08305314, + "speaker": 1, + "speaker_confidence": 0.67285156, + "punctuated_word": "problem." + }, + { + "word": "and", + "start": 1072.9, + "end": 1073.08, + "confidence": 0.8511945, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "And" + }, + { + "word": "at", + "start": 1073.08, + "end": 1073.24, + "confidence": 0.86171687, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "at" + }, + { + "word": "that", + "start": 1073.24, + "end": 1073.4, + "confidence": 0.43068033, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "that" + }, + { + "word": "point", + "start": 1073.4, + "end": 1073.72, + "confidence": 0.707787, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "point," + }, + { + "word": "there's", + "start": 1073.72, + "end": 1073.9, + "confidence": 0.8606327, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "there's" + }, + { + "word": "nothing", + "start": 1073.9, + "end": 1074.28, + "confidence": 0.5000533, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "nothing" + }, + { + "word": "bitconcord", + "start": 1074.28, + "end": 1074.72, + "confidence": 0.8681343, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "BitConcord" + }, + { + "word": "can", + "start": 1074.72, + "end": 1074.88, + "confidence": 0.42211187, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "can" + }, + { + "word": "do", + "start": 1074.88, + "end": 1075.24, + "confidence": 0.9996661, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "do" + }, + { + "word": "other", + "start": 1075.24, + "end": 1075.52, + "confidence": 0.75481915, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "other" + }, + { + "word": "than", + "start": 1075.52, + "end": 1076.0, + "confidence": 0.9949679, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "than" + }, + { + "word": "propose", + "start": 1076.0, + "end": 1076.42, + "confidence": 0.9091416, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "propose" + }, + { + "word": "a", + "start": 1076.42, + "end": 1076.58, + "confidence": 0.83467585, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "a" + }, + { + "word": "consensus", + "start": 1076.58, + "end": 1076.98, + "confidence": 0.7154713, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "consensus" + }, + { + "word": "change", + "start": 1076.98, + "end": 1077.38, + "confidence": 0.99993217, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "change" + }, + { + "word": "or", + "start": 1077.38, + "end": 1077.62, + "confidence": 0.7701625, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "or" + }, + { + "word": "just", + "start": 1077.62, + "end": 1077.8, + "confidence": 0.88078326, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "just" + }, + { + "word": "accept", + "start": 1077.8, + "end": 1078.18, + "confidence": 0.7166236, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "accept" + }, + { + "word": "that", + "start": 1078.18, + "end": 1078.32, + "confidence": 0.89258516, + "speaker": 1, + "speaker_confidence": 0.5942383, + "punctuated_word": "that" + }, + { + "word": "nodes", + "start": 1078.32, + "end": 1078.82, + "confidence": 0.4695308, + "speaker": 1, + "speaker_confidence": 0.5942383, + "punctuated_word": "nodes" + }, + { + "word": "are", + "start": 1078.82, + "end": 1079.14, + "confidence": 0.727886, + "speaker": 1, + "speaker_confidence": 0.5942383, + "punctuated_word": "are" + }, + { + "word": "slow", + "start": 1079.14, + "end": 1079.44, + "confidence": 0.76764446, + "speaker": 1, + "speaker_confidence": 0.5942383, + "punctuated_word": "slow" + }, + { + "word": "or", + "start": 1079.44, + "end": 1079.7, + "confidence": 0.5101052, + "speaker": 1, + "speaker_confidence": 0.5942383, + "punctuated_word": "or" + }, + { + "word": "vulnerable", + "start": 1079.7, + "end": 1080.14, + "confidence": 0.9998049, + "speaker": 1, + "speaker_confidence": 0.5942383, + "punctuated_word": "vulnerable" + }, + { + "word": "or", + "start": 1080.14, + "end": 1080.48, + "confidence": 0.88877445, + "speaker": 1, + "speaker_confidence": 0.5942383, + "punctuated_word": "or" + }, + { + "word": "something", + "start": 1080.48, + "end": 1080.76, + "confidence": 0.8744395, + "speaker": 1, + "speaker_confidence": 0.5942383, + "punctuated_word": "something" + }, + { + "word": "bad", + "start": 1080.76, + "end": 1081.02, + "confidence": 0.8803316, + "speaker": 1, + "speaker_confidence": 0.5942383, + "punctuated_word": "bad" + }, + { + "word": "like", + "start": 1081.02, + "end": 1081.2, + "confidence": 0.9319259, + "speaker": 1, + "speaker_confidence": 0.5942383, + "punctuated_word": "like" + }, + { + "word": "that", + "start": 1081.2, + "end": 1081.7, + "confidence": 0.06504571, + "speaker": 1, + "speaker_confidence": 0.5942383, + "punctuated_word": "that." + }, + { + "word": "so", + "start": 1081.72, + "end": 1081.82, + "confidence": 0.9566573, + "speaker": 1, + "speaker_confidence": 0.64941406, + "punctuated_word": "So" + }, + { + "word": "it's", + "start": 1081.82, + "end": 1082.02, + "confidence": 0.89188886, + "speaker": 1, + "speaker_confidence": 0.64941406, + "punctuated_word": "it's" + }, + { + "word": "not", + "start": 1082.02, + "end": 1082.22, + "confidence": 0.828503, + "speaker": 1, + "speaker_confidence": 0.64941406, + "punctuated_word": "not" + }, + { + "word": "a", + "start": 1082.22, + "end": 1082.32, + "confidence": 0.78771085, + "speaker": 1, + "speaker_confidence": 0.64941406, + "punctuated_word": "a" + }, + { + "word": "healthy", + "start": 1082.32, + "end": 1082.64, + "confidence": 0.83326226, + "speaker": 1, + "speaker_confidence": 0.64941406, + "punctuated_word": "healthy" + }, + { + "word": "development", + "start": 1082.64, + "end": 1083.04, + "confidence": 0.87290996, + "speaker": 1, + "speaker_confidence": 0.64941406, + "punctuated_word": "development," + }, + { + "word": "i", + "start": 1083.04, + "end": 1083.16, + "confidence": 0.8054049, + "speaker": 1, + "speaker_confidence": 0.64941406, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 1083.16, + "end": 1083.48, + "confidence": 0.10780741, + "speaker": 1, + "speaker_confidence": 0.64941406, + "punctuated_word": "think," + }, + { + "word": "but", + "start": 1083.48, + "end": 1083.98, + "confidence": 0.89218986, + "speaker": 1, + "speaker_confidence": 0.64941406, + "punctuated_word": "but" + }, + { + "word": "people", + "start": 1084.02, + "end": 1084.28, + "confidence": 0.8821915, + "speaker": 1, + "speaker_confidence": 0.64941406, + "punctuated_word": "people" + }, + { + "word": "do", + "start": 1084.28, + "end": 1084.44, + "confidence": 0.7357801, + "speaker": 1, + "speaker_confidence": 0.64941406, + "punctuated_word": "do" + }, + { + "word": "what", + "start": 1084.44, + "end": 1084.6, + "confidence": 0.90400213, + "speaker": 1, + "speaker_confidence": 0.64941406, + "punctuated_word": "what" + }, + { + "word": "they", + "start": 1084.6, + "end": 1084.76, + "confidence": 0.8465223, + "speaker": 1, + "speaker_confidence": 0.68652344, + "punctuated_word": "they" + }, + { + "word": "do", + "start": 1084.76, + "end": 1084.96, + "confidence": 0.85063916, + "speaker": 1, + "speaker_confidence": 0.68652344, + "punctuated_word": "do," + }, + { + "word": "right", + "start": 1084.96, + "end": 1085.46, + "confidence": 0.1727303, + "speaker": 1, + "speaker_confidence": 0.68652344, + "punctuated_word": "right?" + }, + { + "word": "it's", + "start": 1085.58, + "end": 1085.76, + "confidence": 0.89501286, + "speaker": 1, + "speaker_confidence": 0.68652344, + "punctuated_word": "It's" + }, + { + "word": "an", + "start": 1085.76, + "end": 1085.92, + "confidence": 0.5117269, + "speaker": 1, + "speaker_confidence": 0.68652344, + "punctuated_word": "an" + }, + { + "word": "open", + "start": 1085.92, + "end": 1086.1, + "confidence": 0.87080055, + "speaker": 1, + "speaker_confidence": 0.68652344, + "punctuated_word": "open" + }, + { + "word": "source", + "start": 1086.1, + "end": 1086.5, + "confidence": 0.7997897, + "speaker": 1, + "speaker_confidence": 0.68652344, + "punctuated_word": "source," + }, + { + "word": "open", + "start": 1086.5, + "end": 1086.82, + "confidence": 0.99605286, + "speaker": 1, + "speaker_confidence": 0.68652344, + "punctuated_word": "open" + }, + { + "word": "system", + "start": 1086.82, + "end": 1087.32, + "confidence": 0.072951674, + "speaker": 1, + "speaker_confidence": 0.68652344, + "punctuated_word": "system." + }, + { + "word": "yeah", + "start": 1088.2, + "end": 1088.44, + "confidence": 0.8876523, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "Yeah," + }, + { + "word": "and", + "start": 1088.44, + "end": 1088.62, + "confidence": 0.80868787, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "and" + }, + { + "word": "i", + "start": 1088.62, + "end": 1088.76, + "confidence": 0.8712781, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 1088.76, + "end": 1089.02, + "confidence": 0.99683005, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "think" + }, + { + "word": "that's", + "start": 1089.02, + "end": 1089.28, + "confidence": 0.90274507, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "that's" + }, + { + "word": "an", + "start": 1089.28, + "end": 1089.44, + "confidence": 0.84720814, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "an" + }, + { + "word": "important", + "start": 1089.44, + "end": 1089.94, + "confidence": 0.6993068, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "important" + }, + { + "word": "point", + "start": 1089.96, + "end": 1090.38, + "confidence": 0.82045144, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "point" + }, + { + "word": "to", + "start": 1090.38, + "end": 1090.64, + "confidence": 0.81370646, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "to" + }, + { + "word": "emphasize", + "start": 1090.64, + "end": 1091.14, + "confidence": 0.32141945, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "emphasize" + }, + { + "word": "here", + "start": 1091.28, + "end": 1091.66, + "confidence": 0.99662507, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "here" + }, + { + "word": "because", + "start": 1091.66, + "end": 1092.16, + "confidence": 0.8039664, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "because" + }, + { + "word": "this", + "start": 1092.26, + "end": 1092.58, + "confidence": 0.9990037, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "this" + }, + { + "word": "says", + "start": 1092.58, + "end": 1092.86, + "confidence": 0.89470965, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "says" + }, + { + "word": "a", + "start": 1092.86, + "end": 1093.0, + "confidence": 0.7223596, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "a" + }, + { + "word": "lot", + "start": 1093.0, + "end": 1093.28, + "confidence": 0.54402226, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "lot" + }, + { + "word": "about", + "start": 1093.28, + "end": 1093.78, + "confidence": 0.6756184, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "about" + }, + { + "word": "how", + "start": 1094.22, + "end": 1094.72, + "confidence": 0.51434183, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "how" + }, + { + "word": "the", + "start": 1094.84, + "end": 1095.14, + "confidence": 0.9356344, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "the" + }, + { + "word": "bitcoin", + "start": 1095.14, + "end": 1095.58, + "confidence": 0.3905147, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 1095.58, + "end": 1095.86, + "confidence": 0.35138935, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "Core" + }, + { + "word": "project", + "start": 1095.86, + "end": 1096.36, + "confidence": 0.9105767, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "project" + }, + { + "word": "sort", + "start": 1096.54, + "end": 1096.7, + "confidence": 0.7049917, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "sort" + }, + { + "word": "of", + "start": 1096.7, + "end": 1096.9, + "confidence": 0.51212406, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "of" + }, + { + "word": "operates", + "start": 1096.9, + "end": 1097.4, + "confidence": 0.39699325, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "operates." + }, + { + "word": "it's", + "start": 1098.28, + "end": 1098.78, + "confidence": 0.870358, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "It's" + }, + { + "word": "that", + "start": 1098.82, + "end": 1099.32, + "confidence": 0.7631862, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "that" + }, + { + "word": "you", + "start": 1100.74, + "end": 1100.9, + "confidence": 0.91323555, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "you" + }, + { + "word": "guys", + "start": 1100.9, + "end": 1101.4, + "confidence": 0.85752344, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "guys," + }, + { + "word": "you", + "start": 1101.82, + "end": 1102.02, + "confidence": 0.80434304, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "you" + }, + { + "word": "are", + "start": 1102.02, + "end": 1102.24, + "confidence": 0.9074245, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "are" + }, + { + "word": "one", + "start": 1102.24, + "end": 1102.44, + "confidence": 0.8249586, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "one" + }, + { + "word": "of", + "start": 1102.44, + "end": 1102.58, + "confidence": 0.6591405, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 1102.58, + "end": 1102.7, + "confidence": 0.6979393, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "the" + }, + { + "word": "bitcoin", + "start": 1102.7, + "end": 1103.0, + "confidence": 0.6827321, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 1103.0, + "end": 1103.2, + "confidence": 0.61494523, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "Core" + }, + { + "word": "developers", + "start": 1103.2, + "end": 1103.7, + "confidence": 0.2694962, + "speaker": 0, + "speaker_confidence": 0.8149414, + "punctuated_word": "developers," + }, + { + "word": "you", + "start": 1103.8, + "end": 1104.02, + "confidence": 0.99996126, + "speaker": 0, + "speaker_confidence": 0.78027344, + "punctuated_word": "you" + }, + { + "word": "don't", + "start": 1104.02, + "end": 1104.36, + "confidence": 0.8208753, + "speaker": 0, + "speaker_confidence": 0.78027344, + "punctuated_word": "don't" + }, + { + "word": "see", + "start": 1104.36, + "end": 1104.56, + "confidence": 0.88973296, + "speaker": 0, + "speaker_confidence": 0.78027344, + "punctuated_word": "see" + }, + { + "word": "yourselves", + "start": 1104.56, + "end": 1105.06, + "confidence": 0.76162684, + "speaker": 0, + "speaker_confidence": 0.78027344, + "punctuated_word": "yourselves" + }, + { + "word": "as", + "start": 1105.2, + "end": 1105.44, + "confidence": 0.324947, + "speaker": 0, + "speaker_confidence": 0.78027344, + "punctuated_word": "as" + }, + { + "word": "authorities", + "start": 1105.44, + "end": 1105.94, + "confidence": 0.999803, + "speaker": 0, + "speaker_confidence": 0.78027344, + "punctuated_word": "authorities" + }, + { + "word": "that", + "start": 1106.18, + "end": 1106.36, + "confidence": 0.88121027, + "speaker": 0, + "speaker_confidence": 0.78027344, + "punctuated_word": "that" + }, + { + "word": "decide", + "start": 1106.36, + "end": 1106.86, + "confidence": 0.76566875, + "speaker": 0, + "speaker_confidence": 0.78027344, + "punctuated_word": "decide" + }, + { + "word": "how", + "start": 1106.92, + "end": 1107.18, + "confidence": 0.9266695, + "speaker": 0, + "speaker_confidence": 0.78027344, + "punctuated_word": "how" + }, + { + "word": "other", + "start": 1107.18, + "end": 1107.44, + "confidence": 0.7465906, + "speaker": 0, + "speaker_confidence": 0.78027344, + "punctuated_word": "other" + }, + { + "word": "people", + "start": 1107.44, + "end": 1107.94, + "confidence": 0.8049797, + "speaker": 0, + "speaker_confidence": 0.78027344, + "punctuated_word": "people" + }, + { + "word": "can", + "start": 1108.54, + "end": 1108.9, + "confidence": 0.9999789, + "speaker": 0, + "speaker_confidence": 0.78027344, + "punctuated_word": "can" + }, + { + "word": "or", + "start": 1108.9, + "end": 1109.12, + "confidence": 0.74022067, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "or" + }, + { + "word": "even", + "start": 1109.12, + "end": 1109.38, + "confidence": 0.7723832, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "even" + }, + { + "word": "should", + "start": 1109.38, + "end": 1109.7, + "confidence": 0.7917656, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "should" + }, + { + "word": "use", + "start": 1109.7, + "end": 1109.96, + "confidence": 0.8325222, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "use" + }, + { + "word": "the", + "start": 1109.96, + "end": 1110.06, + "confidence": 0.85850924, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "the" + }, + { + "word": "network", + "start": 1110.06, + "end": 1110.56, + "confidence": 0.8596925, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "network." + }, + { + "word": "it's", + "start": 1110.56, + "end": 1110.8, + "confidence": 0.89823747, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "It's" + }, + { + "word": "not", + "start": 1110.8, + "end": 1111.22, + "confidence": 0.8141916, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "not" + }, + { + "word": "in", + "start": 1111.22, + "end": 1111.4, + "confidence": 0.6572508, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "in" + }, + { + "word": "your", + "start": 1111.4, + "end": 1111.64, + "confidence": 0.5304548, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "your" + }, + { + "word": "control", + "start": 1111.64, + "end": 1112.14, + "confidence": 0.8922741, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "control" + }, + { + "word": "how", + "start": 1112.22, + "end": 1112.5, + "confidence": 0.4337865, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "how" + }, + { + "word": "people", + "start": 1112.5, + "end": 1112.9, + "confidence": 0.86803466, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "people," + }, + { + "word": "what", + "start": 1112.9, + "end": 1113.08, + "confidence": 0.9035654, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "what" + }, + { + "word": "kind", + "start": 1113.08, + "end": 1113.26, + "confidence": 0.7646438, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "kind" + }, + { + "word": "of", + "start": 1113.26, + "end": 1113.42, + "confidence": 0.898387, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "of" + }, + { + "word": "transactions", + "start": 1113.42, + "end": 1113.92, + "confidence": 0.6371623, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "transactions" + }, + { + "word": "people", + "start": 1114.0, + "end": 1114.5, + "confidence": 0.6006034, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "people" + }, + { + "word": "send", + "start": 1114.64, + "end": 1115.14, + "confidence": 0.8321649, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "send" + }, + { + "word": "or", + "start": 1115.4, + "end": 1115.8, + "confidence": 0.7189308, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "or" + }, + { + "word": "what", + "start": 1115.8, + "end": 1116.3, + "confidence": 0.999421, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "what" + }, + { + "word": "kind", + "start": 1116.34, + "end": 1116.5, + "confidence": 0.7823453, + "speaker": 0, + "speaker_confidence": 0.8095703, + "punctuated_word": "kind" + }, + { + "word": "of", + "start": 1116.5, + "end": 1116.62, + "confidence": 0.899334, + "speaker": 0, + "speaker_confidence": 0.80615234, + "punctuated_word": "of" + }, + { + "word": "transactions", + "start": 1116.62, + "end": 1117.12, + "confidence": 0.8087452, + "speaker": 0, + "speaker_confidence": 0.80615234, + "punctuated_word": "transactions" + }, + { + "word": "miners", + "start": 1117.2, + "end": 1117.66, + "confidence": 0.84063613, + "speaker": 0, + "speaker_confidence": 0.80615234, + "punctuated_word": "miners" + }, + { + "word": "mine", + "start": 1117.66, + "end": 1118.16, + "confidence": 0.43269634, + "speaker": 0, + "speaker_confidence": 0.80615234, + "punctuated_word": "mine." + }, + { + "word": "bitcoin", + "start": 1118.5, + "end": 1118.94, + "confidence": 0.61304307, + "speaker": 0, + "speaker_confidence": 0.80615234, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 1118.94, + "end": 1119.34, + "confidence": 0.8534234, + "speaker": 0, + "speaker_confidence": 0.80615234, + "punctuated_word": "Core" + }, + { + "word": "can", + "start": 1119.34, + "end": 1119.68, + "confidence": 0.446345, + "speaker": 0, + "speaker_confidence": 0.80615234, + "punctuated_word": "can" + }, + { + "word": "only", + "start": 1119.68, + "end": 1120.18, + "confidence": 0.7777504, + "speaker": 0, + "speaker_confidence": 0.80615234, + "punctuated_word": "only," + }, + { + "word": "you", + "start": 1121.6, + "end": 1121.76, + "confidence": 0.97031087, + "speaker": 0, + "speaker_confidence": 0.80615234, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 1121.76, + "end": 1122.26, + "confidence": 0.730126, + "speaker": 0, + "speaker_confidence": 0.80615234, + "punctuated_word": "know," + }, + { + "word": "adjust", + "start": 1122.48, + "end": 1122.98, + "confidence": 0.86145407, + "speaker": 0, + "speaker_confidence": 0.80615234, + "punctuated_word": "adjust" + }, + { + "word": "to", + "start": 1123.26, + "end": 1123.76, + "confidence": 0.78166926, + "speaker": 0, + "speaker_confidence": 0.80615234, + "punctuated_word": "to" + }, + { + "word": "that", + "start": 1123.78, + "end": 1124.28, + "confidence": 0.42818958, + "speaker": 0, + "speaker_confidence": 0.80615234, + "punctuated_word": "that." + }, + { + "word": "so", + "start": 1124.54, + "end": 1125.04, + "confidence": 0.7013917, + "speaker": 0, + "speaker_confidence": 0.80615234, + "punctuated_word": "So" + }, + { + "word": "and", + "start": 1125.04, + "end": 1125.16, + "confidence": 0.5059417, + "speaker": 0, + "speaker_confidence": 0.80615234, + "punctuated_word": "And" + }, + { + "word": "then", + "start": 1125.16, + "end": 1125.3, + "confidence": 0.86697495, + "speaker": 0, + "speaker_confidence": 0.7714844, + "punctuated_word": "then," + }, + { + "word": "like", + "start": 1125.3, + "end": 1125.44, + "confidence": 0.8845324, + "speaker": 0, + "speaker_confidence": 0.7714844, + "punctuated_word": "like" + }, + { + "word": "you", + "start": 1125.44, + "end": 1125.6, + "confidence": 0.9715308, + "speaker": 0, + "speaker_confidence": 0.7714844, + "punctuated_word": "you" + }, + { + "word": "said", + "start": 1125.6, + "end": 1125.8, + "confidence": 0.7943662, + "speaker": 0, + "speaker_confidence": 0.7714844, + "punctuated_word": "said," + }, + { + "word": "there", + "start": 1125.8, + "end": 1125.92, + "confidence": 0.65286916, + "speaker": 0, + "speaker_confidence": 0.7714844, + "punctuated_word": "there" + }, + { + "word": "are", + "start": 1125.92, + "end": 1126.16, + "confidence": 0.7882752, + "speaker": 0, + "speaker_confidence": 0.7714844, + "punctuated_word": "are" + }, + { + "word": "a", + "start": 1126.16, + "end": 1126.36, + "confidence": 0.88086706, + "speaker": 0, + "speaker_confidence": 0.7714844, + "punctuated_word": "a" + }, + { + "word": "couple", + "start": 1126.36, + "end": 1126.64, + "confidence": 0.808881, + "speaker": 0, + "speaker_confidence": 0.7714844, + "punctuated_word": "couple" + }, + { + "word": "of", + "start": 1126.64, + "end": 1126.72, + "confidence": 0.82446855, + "speaker": 0, + "speaker_confidence": 0.7714844, + "punctuated_word": "of" + }, + { + "word": "ways", + "start": 1126.72, + "end": 1127.2, + "confidence": 0.90292543, + "speaker": 0, + "speaker_confidence": 0.7714844, + "punctuated_word": "ways" + }, + { + "word": "to", + "start": 1127.2, + "end": 1127.4, + "confidence": 0.87520695, + "speaker": 0, + "speaker_confidence": 0.7714844, + "punctuated_word": "to" + }, + { + "word": "do", + "start": 1127.4, + "end": 1127.56, + "confidence": 0.777027, + "speaker": 0, + "speaker_confidence": 0.7714844, + "punctuated_word": "do" + }, + { + "word": "that", + "start": 1127.56, + "end": 1127.9, + "confidence": 0.110173546, + "speaker": 0, + "speaker_confidence": 0.7714844, + "punctuated_word": "that," + }, + { + "word": "which", + "start": 1127.9, + "end": 1128.12, + "confidence": 0.8290345, + "speaker": 0, + "speaker_confidence": 0.7714844, + "punctuated_word": "which" + }, + { + "word": "is", + "start": 1128.12, + "end": 1128.4, + "confidence": 0.38839802, + "speaker": 0, + "speaker_confidence": 0.7714844, + "punctuated_word": "is" + }, + { + "word": "either", + "start": 1128.4, + "end": 1128.9, + "confidence": 0.90836823, + "speaker": 0, + "speaker_confidence": 0.7714844, + "punctuated_word": "either" + }, + { + "word": "sort", + "start": 1128.9, + "end": 1129.12, + "confidence": 0.43970627, + "speaker": 0, + "speaker_confidence": 0.7714844, + "punctuated_word": "sort" + }, + { + "word": "of", + "start": 1129.12, + "end": 1129.54, + "confidence": 0.7299483, + "speaker": 0, + "speaker_confidence": 0.5029297, + "punctuated_word": "of," + }, + { + "word": "you", + "start": 1129.54, + "end": 1129.64, + "confidence": 0.9850958, + "speaker": 0, + "speaker_confidence": 0.5029297, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 1129.64, + "end": 1129.94, + "confidence": 0.6826523, + "speaker": 0, + "speaker_confidence": 0.5029297, + "punctuated_word": "know," + }, + { + "word": "do", + "start": 1129.94, + "end": 1130.14, + "confidence": 0.90384215, + "speaker": 0, + "speaker_confidence": 0.5029297, + "punctuated_word": "do" + }, + { + "word": "it", + "start": 1130.14, + "end": 1130.28, + "confidence": 0.8968786, + "speaker": 0, + "speaker_confidence": 0.5029297, + "punctuated_word": "it" + }, + { + "word": "in", + "start": 1130.28, + "end": 1130.44, + "confidence": 0.7034926, + "speaker": 0, + "speaker_confidence": 0.5029297, + "punctuated_word": "in" + }, + { + "word": "advance", + "start": 1130.44, + "end": 1130.94, + "confidence": 0.9002967, + "speaker": 0, + "speaker_confidence": 0.5029297, + "punctuated_word": "advance" + }, + { + "word": "when", + "start": 1130.94, + "end": 1131.14, + "confidence": 0.8245252, + "speaker": 0, + "speaker_confidence": 0.5029297, + "punctuated_word": "when" + }, + { + "word": "you", + "start": 1131.14, + "end": 1131.24, + "confidence": 0.9100439, + "speaker": 0, + "speaker_confidence": 0.5029297, + "punctuated_word": "you" + }, + { + "word": "see", + "start": 1131.24, + "end": 1131.4, + "confidence": 0.78125805, + "speaker": 0, + "speaker_confidence": 0.5317383, + "punctuated_word": "see" + }, + { + "word": "it", + "start": 1131.4, + "end": 1131.56, + "confidence": 0.5555747, + "speaker": 0, + "speaker_confidence": 0.5317383, + "punctuated_word": "it" + }, + { + "word": "coming", + "start": 1131.56, + "end": 1132.06, + "confidence": 0.074202165, + "speaker": 0, + "speaker_confidence": 0.5317383, + "punctuated_word": "coming," + }, + { + "word": "or", + "start": 1132.2, + "end": 1132.38, + "confidence": 0.909169, + "speaker": 0, + "speaker_confidence": 0.5317383, + "punctuated_word": "or" + }, + { + "word": "only", + "start": 1132.38, + "end": 1132.68, + "confidence": 0.9039647, + "speaker": 0, + "speaker_confidence": 0.5317383, + "punctuated_word": "only" + }, + { + "word": "do", + "start": 1132.68, + "end": 1132.8, + "confidence": 0.86550456, + "speaker": 0, + "speaker_confidence": 0.5317383, + "punctuated_word": "do" + }, + { + "word": "it", + "start": 1132.8, + "end": 1133.0, + "confidence": 0.9061529, + "speaker": 0, + "speaker_confidence": 0.5317383, + "punctuated_word": "it" + }, + { + "word": "when", + "start": 1133.0, + "end": 1133.14, + "confidence": 0.9961766, + "speaker": 0, + "speaker_confidence": 0.5317383, + "punctuated_word": "when" + }, + { + "word": "it's", + "start": 1133.14, + "end": 1133.32, + "confidence": 0.7627645, + "speaker": 0, + "speaker_confidence": 0.5317383, + "punctuated_word": "it's" + }, + { + "word": "kind", + "start": 1133.32, + "end": 1133.44, + "confidence": 0.77966464, + "speaker": 0, + "speaker_confidence": 0.5317383, + "punctuated_word": "kind" + }, + { + "word": "of", + "start": 1133.44, + "end": 1133.56, + "confidence": 0.8629124, + "speaker": 0, + "speaker_confidence": 0.52685547, + "punctuated_word": "of" + }, + { + "word": "too", + "start": 1133.56, + "end": 1133.76, + "confidence": 0.619201, + "speaker": 0, + "speaker_confidence": 0.52685547, + "punctuated_word": "too" + }, + { + "word": "late", + "start": 1133.76, + "end": 1133.96, + "confidence": 0.1380317, + "speaker": 0, + "speaker_confidence": 0.52685547, + "punctuated_word": "late." + }, + { + "word": "and", + "start": 1133.96, + "end": 1134.14, + "confidence": 0.99681705, + "speaker": 0, + "speaker_confidence": 0.52685547, + "punctuated_word": "And" + }, + { + "word": "that's", + "start": 1134.14, + "end": 1134.52, + "confidence": 0.7907839, + "speaker": 0, + "speaker_confidence": 0.52685547, + "punctuated_word": "that's" + }, + { + "word": "sort", + "start": 1134.52, + "end": 1134.72, + "confidence": 0.6976931, + "speaker": 0, + "speaker_confidence": 0.52685547, + "punctuated_word": "sort" + }, + { + "word": "of", + "start": 1134.72, + "end": 1134.84, + "confidence": 0.852315, + "speaker": 0, + "speaker_confidence": 0.52685547, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 1134.84, + "end": 1134.96, + "confidence": 0.45647132, + "speaker": 0, + "speaker_confidence": 0.6328125, + "punctuated_word": "the" + }, + { + "word": "difficult", + "start": 1134.96, + "end": 1135.44, + "confidence": 0.8125058, + "speaker": 0, + "speaker_confidence": 0.6328125, + "punctuated_word": "difficult" + }, + { + "word": "aspects", + "start": 1135.44, + "end": 1135.94, + "confidence": 0.8937838, + "speaker": 0, + "speaker_confidence": 0.6328125, + "punctuated_word": "aspects" + }, + { + "word": "here", + "start": 1135.96, + "end": 1136.2, + "confidence": 0.9092465, + "speaker": 0, + "speaker_confidence": 0.6328125, + "punctuated_word": "here" + }, + { + "word": "to", + "start": 1136.2, + "end": 1136.38, + "confidence": 0.89035684, + "speaker": 0, + "speaker_confidence": 0.6328125, + "punctuated_word": "to" + }, + { + "word": "balance", + "start": 1136.38, + "end": 1136.88, + "confidence": 0.06176602, + "speaker": 0, + "speaker_confidence": 0.6328125, + "punctuated_word": "balance." + }, + { + "word": "or", + "start": 1137.18, + "end": 1137.5, + "confidence": 0.8080382, + "speaker": 1, + "speaker_confidence": 0.67089844, + "punctuated_word": "Or" + }, + { + "word": "worse", + "start": 1137.5, + "end": 1137.88, + "confidence": 0.8434958, + "speaker": 1, + "speaker_confidence": 0.67089844, + "punctuated_word": "worse," + }, + { + "word": "like", + "start": 1137.88, + "end": 1138.04, + "confidence": 0.8965368, + "speaker": 1, + "speaker_confidence": 0.67089844, + "punctuated_word": "like" + }, + { + "word": "you", + "start": 1138.04, + "end": 1138.2, + "confidence": 0.98561954, + "speaker": 1, + "speaker_confidence": 0.67089844, + "punctuated_word": "you" + }, + { + "word": "can't", + "start": 1138.2, + "end": 1138.48, + "confidence": 0.9094234, + "speaker": 1, + "speaker_confidence": 0.67089844, + "punctuated_word": "can't" + }, + { + "word": "do", + "start": 1138.48, + "end": 1138.64, + "confidence": 0.8949902, + "speaker": 1, + "speaker_confidence": 0.67089844, + "punctuated_word": "do" + }, + { + "word": "it", + "start": 1138.64, + "end": 1138.78, + "confidence": 0.8944221, + "speaker": 1, + "speaker_confidence": 0.67089844, + "punctuated_word": "it" + }, + { + "word": "at", + "start": 1138.78, + "end": 1138.94, + "confidence": 0.46524307, + "speaker": 1, + "speaker_confidence": 0.67089844, + "punctuated_word": "at" + }, + { + "word": "all", + "start": 1138.94, + "end": 1139.44, + "confidence": 0.2737509, + "speaker": 1, + "speaker_confidence": 0.67089844, + "punctuated_word": "all," + }, + { + "word": "because", + "start": 1139.62, + "end": 1140.04, + "confidence": 0.82155365, + "speaker": 1, + "speaker_confidence": 0.67089844, + "punctuated_word": "because" + }, + { + "word": "there", + "start": 1140.04, + "end": 1140.16, + "confidence": 0.9057283, + "speaker": 1, + "speaker_confidence": 0.7631836, + "punctuated_word": "there" + }, + { + "word": "might", + "start": 1140.16, + "end": 1140.36, + "confidence": 0.82377034, + "speaker": 1, + "speaker_confidence": 0.7631836, + "punctuated_word": "might" + }, + { + "word": "be", + "start": 1140.36, + "end": 1140.6, + "confidence": 0.8344679, + "speaker": 1, + "speaker_confidence": 0.7631836, + "punctuated_word": "be" + }, + { + "word": "some", + "start": 1140.6, + "end": 1140.8, + "confidence": 0.7275758, + "speaker": 1, + "speaker_confidence": 0.7631836, + "punctuated_word": "some" + }, + { + "word": "trade-off", + "start": 1140.8, + "end": 1141.28, + "confidence": 0.86183155, + "speaker": 1, + "speaker_confidence": 0.7631836, + "punctuated_word": "trade-off" + }, + { + "word": "that's", + "start": 1141.28, + "end": 1141.78, + "confidence": 0.766138, + "speaker": 1, + "speaker_confidence": 0.7631836, + "punctuated_word": "that's" + }, + { + "word": "really", + "start": 1141.92, + "end": 1142.32, + "confidence": 0.99094397, + "speaker": 1, + "speaker_confidence": 0.7631836, + "punctuated_word": "really" + }, + { + "word": "unacceptable", + "start": 1142.32, + "end": 1142.82, + "confidence": 0.06276562, + "speaker": 1, + "speaker_confidence": 0.7631836, + "punctuated_word": "unacceptable." + }, + { + "word": "yeah", + "start": 1143.34, + "end": 1143.84, + "confidence": 0.52958065, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "Yeah." + }, + { + "word": "so", + "start": 1144.46, + "end": 1144.64, + "confidence": 0.8900516, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "So" + }, + { + "word": "this", + "start": 1144.64, + "end": 1144.82, + "confidence": 0.9926593, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "this" + }, + { + "word": "is", + "start": 1144.82, + "end": 1144.92, + "confidence": 0.87481654, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "is" + }, + { + "word": "a", + "start": 1144.92, + "end": 1145.02, + "confidence": 0.92592305, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "a" + }, + { + "word": "good", + "start": 1145.02, + "end": 1145.42, + "confidence": 0.84441423, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "good" + }, + { + "word": "example", + "start": 1145.42, + "end": 1145.8, + "confidence": 0.8732279, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "example" + }, + { + "word": "of", + "start": 1145.8, + "end": 1145.92, + "confidence": 0.8419625, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "of" + }, + { + "word": "that", + "start": 1145.92, + "end": 1146.14, + "confidence": 0.87961686, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "that" + }, + { + "word": "as", + "start": 1146.14, + "end": 1146.26, + "confidence": 0.931311, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "as" + }, + { + "word": "well", + "start": 1146.26, + "end": 1146.66, + "confidence": 0.22431098, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "well." + }, + { + "word": "users", + "start": 1146.66, + "end": 1147.12, + "confidence": 0.8337131, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "Users" + }, + { + "word": "were", + "start": 1147.12, + "end": 1147.42, + "confidence": 0.85275406, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "were" + }, + { + "word": "already", + "start": 1147.42, + "end": 1147.92, + "confidence": 0.9058954, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "already" + }, + { + "word": "starting", + "start": 1147.92, + "end": 1148.22, + "confidence": 0.74786925, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "starting" + }, + { + "word": "to", + "start": 1148.22, + "end": 1148.4, + "confidence": 0.6325253, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "to" + }, + { + "word": "relay", + "start": 1148.4, + "end": 1148.9, + "confidence": 0.9051715, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "relay" + }, + { + "word": "very", + "start": 1149.06, + "end": 1149.36, + "confidence": 0.6117347, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "very" + }, + { + "word": "low", + "start": 1149.36, + "end": 1149.72, + "confidence": 0.7968023, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "low" + }, + { + "word": "fee", + "start": 1149.72, + "end": 1150.04, + "confidence": 0.7626093, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "fee" + }, + { + "word": "transactions", + "start": 1150.04, + "end": 1150.54, + "confidence": 0.2224895, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "transactions." + }, + { + "word": "miners", + "start": 1151.04, + "end": 1151.46, + "confidence": 0.81486535, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "Miners" + }, + { + "word": "were", + "start": 1151.46, + "end": 1151.74, + "confidence": 0.82698244, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "were" + }, + { + "word": "already", + "start": 1151.74, + "end": 1152.18, + "confidence": 0.90926844, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "already" + }, + { + "word": "starting", + "start": 1152.18, + "end": 1152.5, + "confidence": 0.5074143, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "starting" + }, + { + "word": "to", + "start": 1152.5, + "end": 1152.66, + "confidence": 0.8764346, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "to" + }, + { + "word": "mine", + "start": 1152.66, + "end": 1152.9, + "confidence": 0.83973056, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "mine" + }, + { + "word": "that", + "start": 1152.9, + "end": 1153.4, + "confidence": 0.27397057, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "that." + }, + { + "word": "so", + "start": 1153.44, + "end": 1153.62, + "confidence": 0.58697736, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "So" + }, + { + "word": "then", + "start": 1153.62, + "end": 1153.82, + "confidence": 0.20680867, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "then" + }, + { + "word": "bithook", + "start": 1153.82, + "end": 1154.32, + "confidence": 0.9012316, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "BitHook" + }, + { + "word": "core", + "start": 1154.34, + "end": 1154.76, + "confidence": 0.8813272, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "Core" + }, + { + "word": "in", + "start": 1154.76, + "end": 1154.92, + "confidence": 0.84212935, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "in" + }, + { + "word": "this", + "start": 1154.92, + "end": 1155.08, + "confidence": 0.8672195, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "this" + }, + { + "word": "release", + "start": 1155.08, + "end": 1155.42, + "confidence": 0.9030697, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "release" + }, + { + "word": "said", + "start": 1155.42, + "end": 1155.72, + "confidence": 0.5247403, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "said," + }, + { + "word": "okay", + "start": 1155.72, + "end": 1156.06, + "confidence": 0.87621945, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "okay," + }, + { + "word": "we're", + "start": 1156.06, + "end": 1156.28, + "confidence": 0.47350943, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "we're" + }, + { + "word": "going", + "start": 1156.28, + "end": 1156.48, + "confidence": 0.7778126, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 1156.48, + "end": 1156.98, + "confidence": 0.7657974, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "to" + }, + { + "word": "lower", + "start": 1157.04, + "end": 1157.54, + "confidence": 0.8907013, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "lower" + }, + { + "word": "the", + "start": 1157.86, + "end": 1158.04, + "confidence": 0.8432742, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "the" + }, + { + "word": "fee", + "start": 1158.04, + "end": 1158.54, + "confidence": 0.5625619, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "fee" + }, + { + "word": "minimum", + "start": 1159.14, + "end": 1159.64, + "confidence": 0.8356264, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "minimum" + }, + { + "word": "in", + "start": 1159.7, + "end": 1159.84, + "confidence": 0.8496351, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "in" + }, + { + "word": "order", + "start": 1159.84, + "end": 1160.14, + "confidence": 0.7491471, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "order" + }, + { + "word": "to", + "start": 1160.14, + "end": 1160.28, + "confidence": 0.1628323, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "to" + }, + { + "word": "better", + "start": 1160.28, + "end": 1160.78, + "confidence": 0.054816592, + "speaker": 0, + "speaker_confidence": 0.89746094, + "punctuated_word": "better..." + }, + { + "word": "and", + "start": 1161.22, + "end": 1161.42, + "confidence": 0.5902655, + "speaker": 1, + "speaker_confidence": 0.2626953, + "punctuated_word": "And" + }, + { + "word": "this", + "start": 1161.42, + "end": 1161.6, + "confidence": 0.711369, + "speaker": 1, + "speaker_confidence": 0.2626953, + "punctuated_word": "this" + }, + { + "word": "change", + "start": 1161.6, + "end": 1161.98, + "confidence": 0.9767129, + "speaker": 1, + "speaker_confidence": 0.2626953, + "punctuated_word": "change," + }, + { + "word": "i", + "start": 1161.98, + "end": 1162.12, + "confidence": 0.9997334, + "speaker": 1, + "speaker_confidence": 0.6982422, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 1162.12, + "end": 1162.38, + "confidence": 0.791522, + "speaker": 1, + "speaker_confidence": 0.6982422, + "punctuated_word": "don't" + }, + { + "word": "think", + "start": 1162.38, + "end": 1162.62, + "confidence": 0.8144619, + "speaker": 1, + "speaker_confidence": 0.6982422, + "punctuated_word": "think" + }, + { + "word": "this", + "start": 1162.62, + "end": 1162.78, + "confidence": 0.8992911, + "speaker": 1, + "speaker_confidence": 0.6982422, + "punctuated_word": "this" + }, + { + "word": "change", + "start": 1162.78, + "end": 1163.0, + "confidence": 0.785176, + "speaker": 1, + "speaker_confidence": 0.6982422, + "punctuated_word": "change" + }, + { + "word": "is", + "start": 1163.0, + "end": 1163.1, + "confidence": 0.88508534, + "speaker": 1, + "speaker_confidence": 0.6982422, + "punctuated_word": "is" + }, + { + "word": "particularly", + "start": 1163.1, + "end": 1163.6, + "confidence": 0.42879725, + "speaker": 1, + "speaker_confidence": 0.6982422, + "punctuated_word": "particularly" + }, + { + "word": "bad", + "start": 1163.68, + "end": 1164.02, + "confidence": 0.41106203, + "speaker": 1, + "speaker_confidence": 0.6982422, + "punctuated_word": "bad" + }, + { + "word": "because", + "start": 1164.02, + "end": 1164.52, + "confidence": 0.6974325, + "speaker": 1, + "speaker_confidence": 0.6982422, + "punctuated_word": "because," + }, + { + "word": "you", + "start": 1164.52, + "end": 1164.62, + "confidence": 0.9464877, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 1164.62, + "end": 1164.92, + "confidence": 0.47840896, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "know," + }, + { + "word": "the", + "start": 1164.92, + "end": 1165.08, + "confidence": 0.7535682, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "the" + }, + { + "word": "last", + "start": 1165.08, + "end": 1165.34, + "confidence": 0.6948482, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "last" + }, + { + "word": "time", + "start": 1165.34, + "end": 1165.64, + "confidence": 0.85821956, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "time" + }, + { + "word": "this", + "start": 1165.64, + "end": 1165.86, + "confidence": 0.8449755, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "this" + }, + { + "word": "limit", + "start": 1165.86, + "end": 1166.18, + "confidence": 0.59588474, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "limit" + }, + { + "word": "was", + "start": 1166.18, + "end": 1166.4, + "confidence": 0.6183167, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "was" + }, + { + "word": "lowered", + "start": 1166.4, + "end": 1166.9, + "confidence": 0.4722375, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "lowered," + }, + { + "word": "i", + "start": 1167.7, + "end": 1167.708, + "confidence": 0.8954124, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 1167.708, + "end": 1167.716, + "confidence": 0.8940566, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "think" + }, + { + "word": "it", + "start": 1167.716, + "end": 1167.724, + "confidence": 0.74586964, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "it" + }, + { + "word": "was", + "start": 1167.724, + "end": 1167.7319, + "confidence": 0.5532594, + "speaker": 1, + "speaker_confidence": 0.6166992, + "punctuated_word": "was" + }, + { + "word": "10", + "start": 1167.7319, + "end": 1167.74, + "confidence": 0.9021778, + "speaker": 1, + "speaker_confidence": 0.6166992, + "punctuated_word": "10" + }, + { + "word": "sets", + "start": 1167.74, + "end": 1167.98, + "confidence": 0.37006307, + "speaker": 1, + "speaker_confidence": 0.6166992, + "punctuated_word": "sets" + }, + { + "word": "per", + "start": 1167.98, + "end": 1168.14, + "confidence": 0.75892943, + "speaker": 1, + "speaker_confidence": 0.6166992, + "punctuated_word": "per" + }, + { + "word": "fee", + "start": 1168.14, + "end": 1168.38, + "confidence": 0.8788879, + "speaker": 1, + "speaker_confidence": 0.6166992, + "punctuated_word": "fee" + }, + { + "word": "byte", + "start": 1168.38, + "end": 1168.62, + "confidence": 0.813997, + "speaker": 1, + "speaker_confidence": 0.6166992, + "punctuated_word": "byte" + }, + { + "word": "in", + "start": 1168.62, + "end": 1168.78, + "confidence": 0.8091738, + "speaker": 1, + "speaker_confidence": 0.6166992, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 1168.78, + "end": 1168.86, + "confidence": 0.5250872, + "speaker": 1, + "speaker_confidence": 0.9301758, + "punctuated_word": "the" + }, + { + "word": "past", + "start": 1168.86, + "end": 1169.14, + "confidence": 0.88523555, + "speaker": 1, + "speaker_confidence": 0.9301758, + "punctuated_word": "past," + }, + { + "word": "or", + "start": 1169.14, + "end": 1169.24, + "confidence": 0.46245897, + "speaker": 1, + "speaker_confidence": 0.9301758, + "punctuated_word": "or" + }, + { + "word": "maybe", + "start": 1169.24, + "end": 1169.54, + "confidence": 0.6166817, + "speaker": 1, + "speaker_confidence": 0.9301758, + "punctuated_word": "maybe" + }, + { + "word": "five", + "start": 1169.54, + "end": 1170.04, + "confidence": 0.8200268, + "speaker": 1, + "speaker_confidence": 0.9301758, + "punctuated_word": "five," + }, + { + "word": "and", + "start": 1170.3, + "end": 1170.48, + "confidence": 0.7980766, + "speaker": 1, + "speaker_confidence": 0.9301758, + "punctuated_word": "and" + }, + { + "word": "the", + "start": 1170.48, + "end": 1170.6, + "confidence": 0.485621, + "speaker": 1, + "speaker_confidence": 0.9301758, + "punctuated_word": "the" + }, + { + "word": "price", + "start": 1170.6, + "end": 1170.86, + "confidence": 0.8545803, + "speaker": 1, + "speaker_confidence": 0.9301758, + "punctuated_word": "price" + }, + { + "word": "has", + "start": 1170.86, + "end": 1171.02, + "confidence": 0.9075891, + "speaker": 1, + "speaker_confidence": 0.9301758, + "punctuated_word": "has" + }, + { + "word": "gone", + "start": 1171.02, + "end": 1171.22, + "confidence": 0.7066292, + "speaker": 1, + "speaker_confidence": 0.9301758, + "punctuated_word": "gone" + }, + { + "word": "up", + "start": 1171.22, + "end": 1171.72, + "confidence": 0.8538918, + "speaker": 1, + "speaker_confidence": 0.9301758, + "punctuated_word": "up" + }, + { + "word": "10", + "start": 1171.92, + "end": 1172.17, + "confidence": 0.99466693, + "speaker": 1, + "speaker_confidence": 0.9301758, + "punctuated_word": "10," + }, + { + "word": "000x", + "start": 1172.17, + "end": 1172.42, + "confidence": 0.99466693, + "speaker": 1, + "speaker_confidence": 0.9301758, + "punctuated_word": "000x." + }, + { + "word": "so", + "start": 1173.34, + "end": 1173.84, + "confidence": 0.89294857, + "speaker": 1, + "speaker_confidence": 0.9301758, + "punctuated_word": "So" + }, + { + "word": "if", + "start": 1173.84, + "end": 1174.08, + "confidence": 0.9062119, + "speaker": 1, + "speaker_confidence": 0.9301758, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 1174.08, + "end": 1174.28, + "confidence": 0.9040424, + "speaker": 1, + "speaker_confidence": 0.9301758, + "punctuated_word": "you" + }, + { + "word": "look", + "start": 1174.28, + "end": 1174.54, + "confidence": 0.876986, + "speaker": 1, + "speaker_confidence": 0.9301758, + "punctuated_word": "look" + }, + { + "word": "at", + "start": 1174.54, + "end": 1174.68, + "confidence": 0.79787415, + "speaker": 1, + "speaker_confidence": 0.9301758, + "punctuated_word": "at" + }, + { + "word": "this", + "start": 1174.68, + "end": 1175.18, + "confidence": 0.07685384, + "speaker": 1, + "speaker_confidence": 0.9301758, + "punctuated_word": "this," + }, + { + "word": "you're", + "start": 1175.66, + "end": 1175.94, + "confidence": 0.6197455, + "speaker": 1, + "speaker_confidence": 0.9301758, + "punctuated_word": "you're" + }, + { + "word": "gonna", + "start": 1175.94, + "end": 1176.14, + "confidence": 0.90274364, + "speaker": 1, + "speaker_confidence": 0.9301758, + "punctuated_word": "gonna" + }, + { + "word": "have", + "start": 1176.14, + "end": 1176.3, + "confidence": 0.9143717, + "speaker": 1, + "speaker_confidence": 0.9301758, + "punctuated_word": "have" + }, + { + "word": "to", + "start": 1176.3, + "end": 1176.42, + "confidence": 0.9001154, + "speaker": 1, + "speaker_confidence": 0.9301758, + "punctuated_word": "to" + }, + { + "word": "look", + "start": 1176.42, + "end": 1176.6, + "confidence": 0.9006227, + "speaker": 1, + "speaker_confidence": 0.9301758, + "punctuated_word": "look" + }, + { + "word": "at", + "start": 1176.6, + "end": 1176.76, + "confidence": 0.72742265, + "speaker": 1, + "speaker_confidence": 0.9301758, + "punctuated_word": "at" + }, + { + "word": "it", + "start": 1176.76, + "end": 1176.9, + "confidence": 0.92235386, + "speaker": 1, + "speaker_confidence": 0.9301758, + "punctuated_word": "it" + }, + { + "word": "as", + "start": 1176.9, + "end": 1177.4, + "confidence": 0.8298708, + "speaker": 1, + "speaker_confidence": 0.9301758, + "punctuated_word": "as" + }, + { + "word": "a", + "start": 1177.7, + "end": 1178.0, + "confidence": 0.9793205, + "speaker": 1, + "speaker_confidence": 0.9301758, + "punctuated_word": "a" + }, + { + "word": "dos", + "start": 1178.0, + "end": 1178.48, + "confidence": 0.8713648, + "speaker": 1, + "speaker_confidence": 0.9301758, + "punctuated_word": "DOS," + }, + { + "word": "like", + "start": 1178.48, + "end": 1178.56, + "confidence": 0.57074696, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "like" + }, + { + "word": "a", + "start": 1178.56, + "end": 1178.68, + "confidence": 0.74838835, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "a" + }, + { + "word": "denial", + "start": 1178.68, + "end": 1179.02, + "confidence": 0.7450885, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "denial" + }, + { + "word": "of", + "start": 1179.02, + "end": 1179.14, + "confidence": 0.7068663, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "of" + }, + { + "word": "service", + "start": 1179.14, + "end": 1179.44, + "confidence": 0.8808966, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "service" + }, + { + "word": "protection", + "start": 1179.44, + "end": 1179.94, + "confidence": 0.42303383, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "protection." + }, + { + "word": "if", + "start": 1180.64, + "end": 1180.92, + "confidence": 0.8941766, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "If" + }, + { + "word": "the", + "start": 1180.92, + "end": 1181.4, + "confidence": 0.35822964, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "the" + }, + { + "word": "minimum", + "start": 1181.4, + "end": 1181.9, + "confidence": 0.69655764, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "minimum" + }, + { + "word": "fee", + "start": 1181.92, + "end": 1182.42, + "confidence": 0.9010769, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "fee" + }, + { + "word": "relay", + "start": 1182.62, + "end": 1183.12, + "confidence": 0.8175555, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "relay" + }, + { + "word": "is", + "start": 1183.26, + "end": 1183.48, + "confidence": 0.89447135, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "is" + }, + { + "word": "too", + "start": 1183.48, + "end": 1183.82, + "confidence": 0.81362754, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "too" + }, + { + "word": "low", + "start": 1183.82, + "end": 1184.2, + "confidence": 0.43489724, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "low," + }, + { + "word": "then", + "start": 1184.2, + "end": 1184.38, + "confidence": 0.89100194, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "then" + }, + { + "word": "somebody", + "start": 1184.38, + "end": 1184.76, + "confidence": 0.881601, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "somebody" + }, + { + "word": "can", + "start": 1184.76, + "end": 1184.96, + "confidence": 0.8142649, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "can" + }, + { + "word": "just", + "start": 1184.96, + "end": 1185.38, + "confidence": 0.9998592, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "just" + }, + { + "word": "cheaply", + "start": 1185.38, + "end": 1185.88, + "confidence": 0.57782453, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "cheaply" + }, + { + "word": "cause", + "start": 1186.56, + "end": 1186.92, + "confidence": 0.8897585, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "cause" + }, + { + "word": "you", + "start": 1186.92, + "end": 1187.08, + "confidence": 0.8158073, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "you" + }, + { + "word": "to", + "start": 1187.08, + "end": 1187.2, + "confidence": 0.9833414, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "to" + }, + { + "word": "use", + "start": 1187.2, + "end": 1187.44, + "confidence": 0.89949524, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "use" + }, + { + "word": "a", + "start": 1187.44, + "end": 1187.52, + "confidence": 0.8928943, + "speaker": 1, + "speaker_confidence": 0.57714844, + "punctuated_word": "a" + }, + { + "word": "lot", + "start": 1187.52, + "end": 1187.68, + "confidence": 0.73920006, + "speaker": 1, + "speaker_confidence": 0.57714844, + "punctuated_word": "lot" + }, + { + "word": "of", + "start": 1187.68, + "end": 1187.8, + "confidence": 0.52183336, + "speaker": 1, + "speaker_confidence": 0.57714844, + "punctuated_word": "of" + }, + { + "word": "bandwidth", + "start": 1187.8, + "end": 1188.3, + "confidence": 0.053838585, + "speaker": 1, + "speaker_confidence": 0.57714844, + "punctuated_word": "bandwidth," + }, + { + "word": "everyone", + "start": 1188.76, + "end": 1189.12, + "confidence": 0.8131836, + "speaker": 1, + "speaker_confidence": 0.57714844, + "punctuated_word": "everyone" + }, + { + "word": "to", + "start": 1189.12, + "end": 1189.3, + "confidence": 0.9990038, + "speaker": 1, + "speaker_confidence": 0.57714844, + "punctuated_word": "to" + }, + { + "word": "use", + "start": 1189.3, + "end": 1189.54, + "confidence": 0.8980817, + "speaker": 1, + "speaker_confidence": 0.57714844, + "punctuated_word": "use" + }, + { + "word": "a", + "start": 1189.54, + "end": 1189.6, + "confidence": 0.9000154, + "speaker": 1, + "speaker_confidence": 0.64453125, + "punctuated_word": "a" + }, + { + "word": "lot", + "start": 1189.6, + "end": 1189.76, + "confidence": 0.73244756, + "speaker": 1, + "speaker_confidence": 0.64453125, + "punctuated_word": "lot" + }, + { + "word": "of", + "start": 1189.76, + "end": 1189.9, + "confidence": 0.48197737, + "speaker": 1, + "speaker_confidence": 0.64453125, + "punctuated_word": "of" + }, + { + "word": "bandwidth", + "start": 1189.9, + "end": 1190.4, + "confidence": 0.8351745, + "speaker": 1, + "speaker_confidence": 0.64453125, + "punctuated_word": "bandwidth," + }, + { + "word": "right", + "start": 1190.66, + "end": 1190.9, + "confidence": 0.19757791, + "speaker": 1, + "speaker_confidence": 0.64453125, + "punctuated_word": "right?" + }, + { + "word": "and", + "start": 1190.9, + "end": 1191.02, + "confidence": 0.9298073, + "speaker": 1, + "speaker_confidence": 0.64453125, + "punctuated_word": "And" + }, + { + "word": "so", + "start": 1191.02, + "end": 1191.18, + "confidence": 0.804913, + "speaker": 1, + "speaker_confidence": 0.64453125, + "punctuated_word": "so" + }, + { + "word": "i", + "start": 1191.18, + "end": 1191.3, + "confidence": 0.81136066, + "speaker": 1, + "speaker_confidence": 0.64453125, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 1191.3, + "end": 1191.48, + "confidence": 0.8621135, + "speaker": 1, + "speaker_confidence": 0.64453125, + "punctuated_word": "think" + }, + { + "word": "the", + "start": 1191.48, + "end": 1191.6, + "confidence": 0.83863896, + "speaker": 1, + "speaker_confidence": 0.73828125, + "punctuated_word": "the" + }, + { + "word": "initial", + "start": 1191.6, + "end": 1191.96, + "confidence": 0.77542835, + "speaker": 1, + "speaker_confidence": 0.73828125, + "punctuated_word": "initial" + }, + { + "word": "calculation", + "start": 1191.96, + "end": 1192.46, + "confidence": 0.8283767, + "speaker": 1, + "speaker_confidence": 0.73828125, + "punctuated_word": "calculation" + }, + { + "word": "years", + "start": 1192.74, + "end": 1193.16, + "confidence": 0.37724704, + "speaker": 1, + "speaker_confidence": 0.73828125, + "punctuated_word": "years" + }, + { + "word": "ago", + "start": 1193.16, + "end": 1193.48, + "confidence": 0.99956197, + "speaker": 1, + "speaker_confidence": 0.73828125, + "punctuated_word": "ago" + }, + { + "word": "was", + "start": 1193.48, + "end": 1193.68, + "confidence": 0.90271664, + "speaker": 1, + "speaker_confidence": 0.73828125, + "punctuated_word": "was" + }, + { + "word": "done", + "start": 1193.68, + "end": 1193.86, + "confidence": 0.8158698, + "speaker": 1, + "speaker_confidence": 0.73828125, + "punctuated_word": "done" + }, + { + "word": "on", + "start": 1193.86, + "end": 1194.02, + "confidence": 0.92435527, + "speaker": 1, + "speaker_confidence": 0.73828125, + "punctuated_word": "on" + }, + { + "word": "like", + "start": 1194.02, + "end": 1194.16, + "confidence": 0.7265625, + "speaker": 1, + "speaker_confidence": 0.5605469, + "punctuated_word": "like," + }, + { + "word": "okay", + "start": 1194.16, + "end": 1194.44, + "confidence": 0.26065308, + "speaker": 1, + "speaker_confidence": 0.5605469, + "punctuated_word": "okay," + }, + { + "word": "if", + "start": 1194.44, + "end": 1194.6, + "confidence": 0.7944953, + "speaker": 1, + "speaker_confidence": 0.5605469, + "punctuated_word": "if" + }, + { + "word": "somebody", + "start": 1194.6, + "end": 1194.86, + "confidence": 0.5135744, + "speaker": 1, + "speaker_confidence": 0.5605469, + "punctuated_word": "somebody" + }, + { + "word": "spins", + "start": 1194.86, + "end": 1195.12, + "confidence": 0.9284052, + "speaker": 1, + "speaker_confidence": 0.5605469, + "punctuated_word": "spins" + }, + { + "word": "up", + "start": 1195.12, + "end": 1195.24, + "confidence": 0.8048775, + "speaker": 1, + "speaker_confidence": 0.5605469, + "punctuated_word": "up" + }, + { + "word": "a", + "start": 1195.24, + "end": 1195.32, + "confidence": 0.9059059, + "speaker": 1, + "speaker_confidence": 0.94677734, + "punctuated_word": "a" + }, + { + "word": "bunch", + "start": 1195.32, + "end": 1195.58, + "confidence": 0.8656509, + "speaker": 1, + "speaker_confidence": 0.94677734, + "punctuated_word": "bunch" + }, + { + "word": "of", + "start": 1195.58, + "end": 1195.68, + "confidence": 0.45803836, + "speaker": 1, + "speaker_confidence": 0.94677734, + "punctuated_word": "of" + }, + { + "word": "amazon", + "start": 1195.68, + "end": 1196.04, + "confidence": 0.35022426, + "speaker": 1, + "speaker_confidence": 0.94677734, + "punctuated_word": "Amazon" + }, + { + "word": "nodes", + "start": 1196.04, + "end": 1196.32, + "confidence": 0.9998888, + "speaker": 1, + "speaker_confidence": 0.94677734, + "punctuated_word": "nodes" + }, + { + "word": "and", + "start": 1196.32, + "end": 1196.48, + "confidence": 0.78409386, + "speaker": 1, + "speaker_confidence": 0.94677734, + "punctuated_word": "and" + }, + { + "word": "just", + "start": 1196.48, + "end": 1196.68, + "confidence": 0.8696472, + "speaker": 1, + "speaker_confidence": 0.94677734, + "punctuated_word": "just" + }, + { + "word": "starts", + "start": 1196.68, + "end": 1197.18, + "confidence": 0.90924835, + "speaker": 1, + "speaker_confidence": 0.94677734, + "punctuated_word": "starts" + }, + { + "word": "flooding", + "start": 1197.44, + "end": 1197.84, + "confidence": 0.81874335, + "speaker": 1, + "speaker_confidence": 0.94677734, + "punctuated_word": "flooding" + }, + { + "word": "us", + "start": 1197.84, + "end": 1198.08, + "confidence": 0.7281033, + "speaker": 1, + "speaker_confidence": 0.94677734, + "punctuated_word": "us" + }, + { + "word": "with", + "start": 1198.08, + "end": 1198.46, + "confidence": 0.8151504, + "speaker": 1, + "speaker_confidence": 0.94677734, + "punctuated_word": "with" + }, + { + "word": "random", + "start": 1198.46, + "end": 1198.94, + "confidence": 0.8877191, + "speaker": 1, + "speaker_confidence": 0.94677734, + "punctuated_word": "random" + }, + { + "word": "data", + "start": 1198.94, + "end": 1199.4099, + "confidence": 0.25470248, + "speaker": 1, + "speaker_confidence": 0.94677734, + "punctuated_word": "data," + }, + { + "word": "you", + "start": 1199.4099, + "end": 1199.88, + "confidence": 0.86863303, + "speaker": 1, + "speaker_confidence": 0.94677734, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 1199.88, + "end": 1200.06, + "confidence": 0.89881647, + "speaker": 1, + "speaker_confidence": 0.94677734, + "punctuated_word": "know," + }, + { + "word": "how", + "start": 1200.06, + "end": 1200.26, + "confidence": 0.91173536, + "speaker": 1, + "speaker_confidence": 0.94677734, + "punctuated_word": "How" + }, + { + "word": "much", + "start": 1200.26, + "end": 1200.48, + "confidence": 0.8234263, + "speaker": 1, + "speaker_confidence": 0.94677734, + "punctuated_word": "much" + }, + { + "word": "does", + "start": 1200.48, + "end": 1200.68, + "confidence": 0.7895292, + "speaker": 1, + "speaker_confidence": 0.94677734, + "punctuated_word": "does" + }, + { + "word": "it", + "start": 1200.68, + "end": 1200.86, + "confidence": 0.74077874, + "speaker": 1, + "speaker_confidence": 0.94677734, + "punctuated_word": "it" + }, + { + "word": "cost", + "start": 1200.86, + "end": 1201.12, + "confidence": 0.59310144, + "speaker": 1, + "speaker_confidence": 0.94677734, + "punctuated_word": "cost" + }, + { + "word": "them", + "start": 1201.12, + "end": 1201.62, + "confidence": 0.8633244, + "speaker": 1, + "speaker_confidence": 0.94677734, + "punctuated_word": "them" + }, + { + "word": "versus", + "start": 1201.72, + "end": 1202.08, + "confidence": 0.7994548, + "speaker": 1, + "speaker_confidence": 0.94677734, + "punctuated_word": "versus" + }, + { + "word": "how", + "start": 1202.08, + "end": 1202.22, + "confidence": 0.91026825, + "speaker": 1, + "speaker_confidence": 0.94677734, + "punctuated_word": "how" + }, + { + "word": "much", + "start": 1202.22, + "end": 1202.44, + "confidence": 0.90039474, + "speaker": 1, + "speaker_confidence": 0.94677734, + "punctuated_word": "much" + }, + { + "word": "does", + "start": 1202.44, + "end": 1202.64, + "confidence": 0.8028231, + "speaker": 1, + "speaker_confidence": 0.94677734, + "punctuated_word": "does" + }, + { + "word": "it", + "start": 1202.64, + "end": 1202.78, + "confidence": 0.8034131, + "speaker": 1, + "speaker_confidence": 0.94677734, + "punctuated_word": "it" + }, + { + "word": "cost", + "start": 1202.78, + "end": 1203.08, + "confidence": 0.8350266, + "speaker": 1, + "speaker_confidence": 0.94677734, + "punctuated_word": "cost" + }, + { + "word": "the", + "start": 1203.08, + "end": 1203.42, + "confidence": 0.906865, + "speaker": 1, + "speaker_confidence": 0.94677734, + "punctuated_word": "the" + }, + { + "word": "ecosystem", + "start": 1203.42, + "end": 1203.92, + "confidence": 0.06205546, + "speaker": 1, + "speaker_confidence": 0.94677734, + "punctuated_word": "ecosystem?" + }, + { + "word": "how", + "start": 1204.96, + "end": 1205.28, + "confidence": 0.8197945, + "speaker": 1, + "speaker_confidence": 0.76953125, + "punctuated_word": "How" + }, + { + "word": "much", + "start": 1205.28, + "end": 1205.78, + "confidence": 0.9223938, + "speaker": 1, + "speaker_confidence": 0.76953125, + "punctuated_word": "much" + }, + { + "word": "cost", + "start": 1205.86, + "end": 1206.22, + "confidence": 0.8137145, + "speaker": 1, + "speaker_confidence": 0.76953125, + "punctuated_word": "cost" + }, + { + "word": "does", + "start": 1206.22, + "end": 1206.42, + "confidence": 0.74132556, + "speaker": 1, + "speaker_confidence": 0.76953125, + "punctuated_word": "does" + }, + { + "word": "the", + "start": 1206.42, + "end": 1206.5, + "confidence": 0.8742605, + "speaker": 1, + "speaker_confidence": 0.76953125, + "punctuated_word": "the" + }, + { + "word": "attacker", + "start": 1206.5, + "end": 1207.0, + "confidence": 0.37563962, + "speaker": 1, + "speaker_confidence": 0.76953125, + "punctuated_word": "attacker" + }, + { + "word": "have", + "start": 1207.0, + "end": 1207.28, + "confidence": 0.8635655, + "speaker": 1, + "speaker_confidence": 0.76953125, + "punctuated_word": "have" + }, + { + "word": "and", + "start": 1207.28, + "end": 1207.48, + "confidence": 0.7510081, + "speaker": 1, + "speaker_confidence": 0.76953125, + "punctuated_word": "and" + }, + { + "word": "how", + "start": 1207.48, + "end": 1207.72, + "confidence": 0.66828305, + "speaker": 1, + "speaker_confidence": 0.76953125, + "punctuated_word": "how" + }, + { + "word": "much", + "start": 1207.72, + "end": 1208.22, + "confidence": 0.7729662, + "speaker": 1, + "speaker_confidence": 0.76953125, + "punctuated_word": "much" + }, + { + "word": "resources", + "start": 1208.56, + "end": 1209.06, + "confidence": 0.81088716, + "speaker": 1, + "speaker_confidence": 0.76953125, + "punctuated_word": "resources" + }, + { + "word": "of", + "start": 1209.14, + "end": 1209.28, + "confidence": 0.8030487, + "speaker": 1, + "speaker_confidence": 0.76953125, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 1209.28, + "end": 1209.4, + "confidence": 0.09818989, + "speaker": 1, + "speaker_confidence": 0.72802734, + "punctuated_word": "the" + }, + { + "word": "community", + "start": 1209.4, + "end": 1209.86, + "confidence": 0.98177767, + "speaker": 1, + "speaker_confidence": 0.72802734, + "punctuated_word": "community" + }, + { + "word": "are", + "start": 1209.86, + "end": 1210.02, + "confidence": 0.76092356, + "speaker": 1, + "speaker_confidence": 0.72802734, + "punctuated_word": "are" + }, + { + "word": "they", + "start": 1210.02, + "end": 1210.16, + "confidence": 0.80261034, + "speaker": 1, + "speaker_confidence": 0.72802734, + "punctuated_word": "they" + }, + { + "word": "wasting", + "start": 1210.16, + "end": 1210.46, + "confidence": 0.89252645, + "speaker": 1, + "speaker_confidence": 0.72802734, + "punctuated_word": "wasting" + }, + { + "word": "if", + "start": 1210.46, + "end": 1210.6, + "confidence": 0.8223924, + "speaker": 1, + "speaker_confidence": 0.72802734, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 1210.6, + "end": 1210.76, + "confidence": 0.9093996, + "speaker": 1, + "speaker_confidence": 0.72802734, + "punctuated_word": "you" + }, + { + "word": "add", + "start": 1210.76, + "end": 1210.96, + "confidence": 0.73788464, + "speaker": 1, + "speaker_confidence": 0.72802734, + "punctuated_word": "add" + }, + { + "word": "up", + "start": 1210.96, + "end": 1211.1, + "confidence": 0.9981578, + "speaker": 1, + "speaker_confidence": 0.72802734, + "punctuated_word": "up" + }, + { + "word": "everybody's", + "start": 1211.1, + "end": 1211.58, + "confidence": 0.79601324, + "speaker": 1, + "speaker_confidence": 0.72802734, + "punctuated_word": "everybody's" + }, + { + "word": "node", + "start": 1211.58, + "end": 1211.88, + "confidence": 0.87329865, + "speaker": 1, + "speaker_confidence": 0.72802734, + "punctuated_word": "node" + }, + { + "word": "costs", + "start": 1211.88, + "end": 1212.38, + "confidence": 0.05792799, + "speaker": 1, + "speaker_confidence": 0.72802734, + "punctuated_word": "costs?" + }, + { + "word": "and", + "start": 1212.9, + "end": 1213.04, + "confidence": 0.81033003, + "speaker": 1, + "speaker_confidence": 0.86621094, + "punctuated_word": "And" + }, + { + "word": "so", + "start": 1213.04, + "end": 1213.32, + "confidence": 0.8019828, + "speaker": 1, + "speaker_confidence": 0.86621094, + "punctuated_word": "so" + }, + { + "word": "i", + "start": 1213.32, + "end": 1213.38, + "confidence": 0.90452313, + "speaker": 1, + "speaker_confidence": 0.86621094, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 1213.38, + "end": 1213.66, + "confidence": 0.9408739, + "speaker": 1, + "speaker_confidence": 0.86621094, + "punctuated_word": "think" + }, + { + "word": "we're", + "start": 1213.66, + "end": 1213.84, + "confidence": 0.8954889, + "speaker": 1, + "speaker_confidence": 0.86621094, + "punctuated_word": "we're" + }, + { + "word": "still", + "start": 1213.84, + "end": 1214.16, + "confidence": 0.90956354, + "speaker": 1, + "speaker_confidence": 0.86621094, + "punctuated_word": "still" + }, + { + "word": "quite", + "start": 1214.16, + "end": 1214.44, + "confidence": 0.8112941, + "speaker": 1, + "speaker_confidence": 0.86621094, + "punctuated_word": "quite" + }, + { + "word": "on", + "start": 1214.44, + "end": 1214.6, + "confidence": 0.89144593, + "speaker": 1, + "speaker_confidence": 0.86621094, + "punctuated_word": "on" + }, + { + "word": "the", + "start": 1214.6, + "end": 1214.7, + "confidence": 0.82457644, + "speaker": 1, + "speaker_confidence": 0.86621094, + "punctuated_word": "the" + }, + { + "word": "safe", + "start": 1214.7, + "end": 1214.96, + "confidence": 0.8988443, + "speaker": 1, + "speaker_confidence": 0.86621094, + "punctuated_word": "safe" + }, + { + "word": "side", + "start": 1214.96, + "end": 1215.1, + "confidence": 0.8820714, + "speaker": 1, + "speaker_confidence": 0.86621094, + "punctuated_word": "side" + }, + { + "word": "of", + "start": 1215.1, + "end": 1215.24, + "confidence": 0.91630167, + "speaker": 1, + "speaker_confidence": 0.86621094, + "punctuated_word": "of" + }, + { + "word": "that", + "start": 1215.24, + "end": 1215.4, + "confidence": 0.40995908, + "speaker": 1, + "speaker_confidence": 0.86621094, + "punctuated_word": "that" + }, + { + "word": "equation", + "start": 1215.4, + "end": 1215.9, + "confidence": 0.1461238, + "speaker": 1, + "speaker_confidence": 0.86621094, + "punctuated_word": "equation." + }, + { + "word": "it's", + "start": 1216.28, + "end": 1216.78, + "confidence": 0.7918956, + "speaker": 1, + "speaker_confidence": 0.86621094, + "punctuated_word": "It's" + }, + { + "word": "really", + "start": 1216.88, + "end": 1217.28, + "confidence": 0.5456728, + "speaker": 1, + "speaker_confidence": 0.86621094, + "punctuated_word": "really" + }, + { + "word": "expensive", + "start": 1217.28, + "end": 1217.78, + "confidence": 0.80793655, + "speaker": 1, + "speaker_confidence": 0.86621094, + "punctuated_word": "expensive" + }, + { + "word": "for", + "start": 1219.32, + "end": 1219.54, + "confidence": 0.8129543, + "speaker": 1, + "speaker_confidence": 0.86621094, + "punctuated_word": "for" + }, + { + "word": "the", + "start": 1219.54, + "end": 1219.7, + "confidence": 0.6324864, + "speaker": 1, + "speaker_confidence": 0.86621094, + "punctuated_word": "the" + }, + { + "word": "attacker", + "start": 1219.7, + "end": 1220.2, + "confidence": 0.13343716, + "speaker": 1, + "speaker_confidence": 0.86621094, + "punctuated_word": "attacker." + }, + { + "word": "they", + "start": 1220.28, + "end": 1220.46, + "confidence": 0.8939216, + "speaker": 1, + "speaker_confidence": 0.86621094, + "punctuated_word": "They" + }, + { + "word": "need", + "start": 1220.46, + "end": 1220.66, + "confidence": 0.8059414, + "speaker": 1, + "speaker_confidence": 0.86621094, + "punctuated_word": "need" + }, + { + "word": "to", + "start": 1220.66, + "end": 1220.72, + "confidence": 0.8829122, + "speaker": 1, + "speaker_confidence": 0.86621094, + "punctuated_word": "to" + }, + { + "word": "spend", + "start": 1220.72, + "end": 1220.92, + "confidence": 0.9990355, + "speaker": 1, + "speaker_confidence": 0.86621094, + "punctuated_word": "spend" + }, + { + "word": "quite", + "start": 1220.92, + "end": 1221.12, + "confidence": 0.89404047, + "speaker": 1, + "speaker_confidence": 0.86621094, + "punctuated_word": "quite" + }, + { + "word": "a", + "start": 1221.12, + "end": 1221.18, + "confidence": 0.90869766, + "speaker": 1, + "speaker_confidence": 0.86621094, + "punctuated_word": "a" + }, + { + "word": "lot", + "start": 1221.18, + "end": 1221.36, + "confidence": 0.35348806, + "speaker": 1, + "speaker_confidence": 0.57421875, + "punctuated_word": "lot" + }, + { + "word": "of", + "start": 1221.36, + "end": 1221.5, + "confidence": 0.911029, + "speaker": 1, + "speaker_confidence": 0.57421875, + "punctuated_word": "of" + }, + { + "word": "sats", + "start": 1221.5, + "end": 1222.0, + "confidence": 0.8283387, + "speaker": 1, + "speaker_confidence": 0.57421875, + "punctuated_word": "SATs" + }, + { + "word": "to", + "start": 1222.72, + "end": 1222.9, + "confidence": 0.9170508, + "speaker": 1, + "speaker_confidence": 0.57421875, + "punctuated_word": "to" + }, + { + "word": "cause", + "start": 1222.9, + "end": 1223.16, + "confidence": 0.89592886, + "speaker": 1, + "speaker_confidence": 0.57421875, + "punctuated_word": "cause" + }, + { + "word": "people", + "start": 1223.16, + "end": 1223.4, + "confidence": 0.803122, + "speaker": 1, + "speaker_confidence": 0.57421875, + "punctuated_word": "people" + }, + { + "word": "to", + "start": 1223.4, + "end": 1223.56, + "confidence": 0.709265, + "speaker": 1, + "speaker_confidence": 0.57421875, + "punctuated_word": "to" + }, + { + "word": "use", + "start": 1223.56, + "end": 1223.76, + "confidence": 0.98873574, + "speaker": 1, + "speaker_confidence": 0.57421875, + "punctuated_word": "use" + }, + { + "word": "bandwidth", + "start": 1223.76, + "end": 1224.26, + "confidence": 0.13326529, + "speaker": 1, + "speaker_confidence": 0.57421875, + "punctuated_word": "bandwidth." + }, + { + "word": "yeah", + "start": 1225.52, + "end": 1225.84, + "confidence": 0.6219223, + "speaker": 0, + "speaker_confidence": 0.49072266, + "punctuated_word": "Yeah," + }, + { + "word": "okay", + "start": 1225.84, + "end": 1226.16, + "confidence": 0.84669185, + "speaker": 0, + "speaker_confidence": 0.49072266, + "punctuated_word": "okay." + }, + { + "word": "one", + "start": 1226.16, + "end": 1226.38, + "confidence": 0.73125863, + "speaker": 0, + "speaker_confidence": 0.49072266, + "punctuated_word": "One" + }, + { + "word": "last", + "start": 1226.38, + "end": 1226.88, + "confidence": 0.9019001, + "speaker": 0, + "speaker_confidence": 0.49072266, + "punctuated_word": "last" + }, + { + "word": "note", + "start": 1227.98, + "end": 1228.34, + "confidence": 0.878894, + "speaker": 0, + "speaker_confidence": 0.49072266, + "punctuated_word": "note" + }, + { + "word": "on", + "start": 1228.34, + "end": 1228.48, + "confidence": 0.836634, + "speaker": 0, + "speaker_confidence": 0.49072266, + "punctuated_word": "on" + }, + { + "word": "this", + "start": 1228.48, + "end": 1228.68, + "confidence": 0.5972743, + "speaker": 0, + "speaker_confidence": 0.5551758, + "punctuated_word": "this" + }, + { + "word": "point", + "start": 1228.68, + "end": 1229.04, + "confidence": 0.7308281, + "speaker": 0, + "speaker_confidence": 0.5551758, + "punctuated_word": "point," + }, + { + "word": "because", + "start": 1229.04, + "end": 1229.54, + "confidence": 0.8870742, + "speaker": 0, + "speaker_confidence": 0.5551758, + "punctuated_word": "because" + }, + { + "word": "i", + "start": 1230.06, + "end": 1230.3, + "confidence": 0.87153846, + "speaker": 0, + "speaker_confidence": 0.5551758, + "punctuated_word": "I" + }, + { + "word": "noticed", + "start": 1230.3, + "end": 1230.8, + "confidence": 0.8860753, + "speaker": 0, + "speaker_confidence": 0.5551758, + "punctuated_word": "noticed" + }, + { + "word": "that", + "start": 1230.92, + "end": 1231.24, + "confidence": 0.7881897, + "speaker": 0, + "speaker_confidence": 0.5551758, + "punctuated_word": "that" + }, + { + "word": "in", + "start": 1231.24, + "end": 1231.44, + "confidence": 0.73481214, + "speaker": 0, + "speaker_confidence": 0.5551758, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 1231.44, + "end": 1231.94, + "confidence": 0.9967181, + "speaker": 0, + "speaker_confidence": 0.5551758, + "punctuated_word": "the" + }, + { + "word": "gui", + "start": 1232.8, + "end": 1233.3, + "confidence": 0.6919606, + "speaker": 0, + "speaker_confidence": 0.4169922, + "punctuated_word": "GUI," + }, + { + "word": "that", + "start": 1233.96, + "end": 1234.28, + "confidence": 0.30477816, + "speaker": 0, + "speaker_confidence": 0.4169922, + "punctuated_word": "that" + }, + { + "word": "change", + "start": 1234.28, + "end": 1234.78, + "confidence": 0.052222934, + "speaker": 0, + "speaker_confidence": 0.4169922, + "punctuated_word": "change..." + }, + { + "word": "yeah", + "start": 1234.86, + "end": 1235.18, + "confidence": 0.8359203, + "speaker": 0, + "speaker_confidence": 0.9277344, + "punctuated_word": "Yeah," + }, + { + "word": "so", + "start": 1235.18, + "end": 1235.36, + "confidence": 0.8156179, + "speaker": 0, + "speaker_confidence": 0.9277344, + "punctuated_word": "so" + }, + { + "word": "in", + "start": 1235.36, + "end": 1235.56, + "confidence": 0.76086974, + "speaker": 0, + "speaker_confidence": 0.9277344, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 1235.56, + "end": 1236.02, + "confidence": 0.7370894, + "speaker": 0, + "speaker_confidence": 0.9277344, + "punctuated_word": "the" + }, + { + "word": "user", + "start": 1236.02, + "end": 1236.34, + "confidence": 0.7912014, + "speaker": 0, + "speaker_confidence": 0.9277344, + "punctuated_word": "user" + }, + { + "word": "interface", + "start": 1236.34, + "end": 1236.84, + "confidence": 0.78888786, + "speaker": 0, + "speaker_confidence": 0.9277344, + "punctuated_word": "interface," + }, + { + "word": "that", + "start": 1236.9, + "end": 1237.12, + "confidence": 0.7855297, + "speaker": 0, + "speaker_confidence": 0.9277344, + "punctuated_word": "that" + }, + { + "word": "change", + "start": 1237.12, + "end": 1237.62, + "confidence": 0.8901125, + "speaker": 0, + "speaker_confidence": 0.9277344, + "punctuated_word": "change" + }, + { + "word": "does", + "start": 1238.56, + "end": 1238.72, + "confidence": 0.83425355, + "speaker": 0, + "speaker_confidence": 0.9277344, + "punctuated_word": "does" + }, + { + "word": "not", + "start": 1238.72, + "end": 1238.96, + "confidence": 0.95442027, + "speaker": 0, + "speaker_confidence": 0.9277344, + "punctuated_word": "not" + }, + { + "word": "apply", + "start": 1238.96, + "end": 1239.46, + "confidence": 0.06476713, + "speaker": 0, + "speaker_confidence": 0.9277344, + "punctuated_word": "apply." + }, + { + "word": "like", + "start": 1239.72, + "end": 1239.92, + "confidence": 0.89807975, + "speaker": 0, + "speaker_confidence": 0.9277344, + "punctuated_word": "Like" + }, + { + "word": "the", + "start": 1239.92, + "end": 1240.08, + "confidence": 0.861062, + "speaker": 0, + "speaker_confidence": 0.9277344, + "punctuated_word": "the" + }, + { + "word": "minimum", + "start": 1240.08, + "end": 1240.58, + "confidence": 0.5928004, + "speaker": 0, + "speaker_confidence": 0.9277344, + "punctuated_word": "minimum" + }, + { + "word": "fee", + "start": 1240.96, + "end": 1241.32, + "confidence": 0.8960618, + "speaker": 0, + "speaker_confidence": 0.9277344, + "punctuated_word": "fee" + }, + { + "word": "if", + "start": 1241.32, + "end": 1241.48, + "confidence": 0.79935104, + "speaker": 0, + "speaker_confidence": 0.9277344, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 1241.48, + "end": 1241.6, + "confidence": 0.9050808, + "speaker": 0, + "speaker_confidence": 0.9277344, + "punctuated_word": "you" + }, + { + "word": "want", + "start": 1241.6, + "end": 1241.8, + "confidence": 0.81571066, + "speaker": 0, + "speaker_confidence": 0.9277344, + "punctuated_word": "want" + }, + { + "word": "to", + "start": 1241.8, + "end": 1241.98, + "confidence": 0.40695176, + "speaker": 0, + "speaker_confidence": 0.9277344, + "punctuated_word": "to" + }, + { + "word": "send", + "start": 1241.98, + "end": 1242.34, + "confidence": 0.8592568, + "speaker": 0, + "speaker_confidence": 0.9277344, + "punctuated_word": "send" + }, + { + "word": "a", + "start": 1242.34, + "end": 1242.4, + "confidence": 0.08998567, + "speaker": 0, + "speaker_confidence": 0.9277344, + "punctuated_word": "a" + }, + { + "word": "transaction", + "start": 1242.4, + "end": 1242.9, + "confidence": 0.9892481, + "speaker": 0, + "speaker_confidence": 0.9277344, + "punctuated_word": "transaction" + }, + { + "word": "is", + "start": 1243.08, + "end": 1243.32, + "confidence": 0.81389666, + "speaker": 0, + "speaker_confidence": 0.9277344, + "punctuated_word": "is" + }, + { + "word": "still", + "start": 1243.32, + "end": 1243.62, + "confidence": 0.8104233, + "speaker": 0, + "speaker_confidence": 0.9277344, + "punctuated_word": "still" + }, + { + "word": "the", + "start": 1243.62, + "end": 1243.74, + "confidence": 0.90826505, + "speaker": 0, + "speaker_confidence": 0.9277344, + "punctuated_word": "the" + }, + { + "word": "same", + "start": 1243.74, + "end": 1243.98, + "confidence": 0.897845, + "speaker": 0, + "speaker_confidence": 0.9277344, + "punctuated_word": "same" + }, + { + "word": "as", + "start": 1243.98, + "end": 1244.16, + "confidence": 0.79361176, + "speaker": 0, + "speaker_confidence": 0.9277344, + "punctuated_word": "as" + }, + { + "word": "it", + "start": 1244.16, + "end": 1244.34, + "confidence": 0.89787024, + "speaker": 0, + "speaker_confidence": 0.9277344, + "punctuated_word": "it" + }, + { + "word": "ever", + "start": 1244.34, + "end": 1244.54, + "confidence": 0.88402337, + "speaker": 0, + "speaker_confidence": 0.9277344, + "punctuated_word": "ever" + }, + { + "word": "was", + "start": 1244.54, + "end": 1244.76, + "confidence": 0.87896776, + "speaker": 0, + "speaker_confidence": 0.9277344, + "punctuated_word": "was," + }, + { + "word": "right", + "start": 1244.76, + "end": 1245.26, + "confidence": 0.100647435, + "speaker": 0, + "speaker_confidence": 0.9277344, + "punctuated_word": "right?" + }, + { + "word": "technically", + "start": 1245.36, + "end": 1245.78, + "confidence": 0.78365856, + "speaker": 1, + "speaker_confidence": 0.74072266, + "punctuated_word": "Technically," + }, + { + "word": "it's", + "start": 1245.78, + "end": 1246.02, + "confidence": 0.81433105, + "speaker": 1, + "speaker_confidence": 0.74072266, + "punctuated_word": "it's" + }, + { + "word": "the", + "start": 1246.02, + "end": 1246.22, + "confidence": 0.8607182, + "speaker": 1, + "speaker_confidence": 0.74072266, + "punctuated_word": "the" + }, + { + "word": "wallet", + "start": 1246.22, + "end": 1246.72, + "confidence": 0.9898873, + "speaker": 1, + "speaker_confidence": 0.74072266, + "punctuated_word": "wallet" + }, + { + "word": "that's", + "start": 1246.78, + "end": 1247.08, + "confidence": 0.91275954, + "speaker": 1, + "speaker_confidence": 0.74072266, + "punctuated_word": "that's" + }, + { + "word": "unaffected", + "start": 1247.08, + "end": 1247.58, + "confidence": 0.9997478, + "speaker": 1, + "speaker_confidence": 0.74072266, + "punctuated_word": "unaffected." + }, + { + "word": "so", + "start": 1248.54, + "end": 1248.68, + "confidence": 0.82500476, + "speaker": 1, + "speaker_confidence": 0.74072266, + "punctuated_word": "So" + }, + { + "word": "the", + "start": 1248.68, + "end": 1248.82, + "confidence": 0.6583179, + "speaker": 1, + "speaker_confidence": 0.74072266, + "punctuated_word": "the" + }, + { + "word": "wallet", + "start": 1248.82, + "end": 1249.12, + "confidence": 0.33310682, + "speaker": 1, + "speaker_confidence": 0.74072266, + "punctuated_word": "wallet" + }, + { + "word": "can", + "start": 1249.12, + "end": 1249.34, + "confidence": 0.7361712, + "speaker": 1, + "speaker_confidence": 0.74072266, + "punctuated_word": "can" + }, + { + "word": "be", + "start": 1249.34, + "end": 1249.54, + "confidence": 0.27810854, + "speaker": 1, + "speaker_confidence": 0.74072266, + "punctuated_word": "be" + }, + { + "word": "used", + "start": 1249.54, + "end": 1250.04, + "confidence": 0.7724455, + "speaker": 1, + "speaker_confidence": 0.5595703, + "punctuated_word": "used" + }, + { + "word": "from", + "start": 1250.2, + "end": 1250.38, + "confidence": 0.8306087, + "speaker": 1, + "speaker_confidence": 0.5595703, + "punctuated_word": "from" + }, + { + "word": "the", + "start": 1250.38, + "end": 1250.58, + "confidence": 0.8254575, + "speaker": 1, + "speaker_confidence": 0.5595703, + "punctuated_word": "the" + }, + { + "word": "command", + "start": 1250.58, + "end": 1250.8, + "confidence": 0.877024, + "speaker": 1, + "speaker_confidence": 0.5595703, + "punctuated_word": "command" + }, + { + "word": "line", + "start": 1250.8, + "end": 1251.3, + "confidence": 0.21808687, + "speaker": 1, + "speaker_confidence": 0.5595703, + "punctuated_word": "line." + }, + { + "word": "you'd", + "start": 1251.6, + "end": 1251.88, + "confidence": 0.9033414, + "speaker": 1, + "speaker_confidence": 0.69384766, + "punctuated_word": "You'd" + }, + { + "word": "be", + "start": 1251.88, + "end": 1251.96, + "confidence": 0.55486876, + "speaker": 1, + "speaker_confidence": 0.69384766, + "punctuated_word": "be" + }, + { + "word": "surprised", + "start": 1251.96, + "end": 1252.36, + "confidence": 0.9240314, + "speaker": 1, + "speaker_confidence": 0.69384766, + "punctuated_word": "surprised" + }, + { + "word": "some", + "start": 1252.36, + "end": 1252.54, + "confidence": 0.69685435, + "speaker": 1, + "speaker_confidence": 0.69384766, + "punctuated_word": "some" + }, + { + "word": "people", + "start": 1252.54, + "end": 1252.76, + "confidence": 0.6377684, + "speaker": 1, + "speaker_confidence": 0.69384766, + "punctuated_word": "people" + }, + { + "word": "use", + "start": 1252.76, + "end": 1252.94, + "confidence": 0.5150731, + "speaker": 1, + "speaker_confidence": 0.69384766, + "punctuated_word": "use" + }, + { + "word": "it", + "start": 1252.94, + "end": 1253.04, + "confidence": 0.3914202, + "speaker": 1, + "speaker_confidence": 0.69384766, + "punctuated_word": "it" + }, + { + "word": "from", + "start": 1253.04, + "end": 1253.2, + "confidence": 0.9990157, + "speaker": 1, + "speaker_confidence": 0.69384766, + "punctuated_word": "from" + }, + { + "word": "the", + "start": 1253.2, + "end": 1253.32, + "confidence": 0.8775911, + "speaker": 1, + "speaker_confidence": 0.69384766, + "punctuated_word": "the" + }, + { + "word": "command", + "start": 1253.32, + "end": 1253.56, + "confidence": 0.88043374, + "speaker": 1, + "speaker_confidence": 0.69384766, + "punctuated_word": "command" + }, + { + "word": "line", + "start": 1253.56, + "end": 1253.72, + "confidence": 0.7473785, + "speaker": 1, + "speaker_confidence": 0.69384766, + "punctuated_word": "line" + }, + { + "word": "and", + "start": 1253.72, + "end": 1253.94, + "confidence": 0.87137645, + "speaker": 1, + "speaker_confidence": 0.69384766, + "punctuated_word": "and" + }, + { + "word": "they", + "start": 1253.94, + "end": 1254.08, + "confidence": 0.9037533, + "speaker": 1, + "speaker_confidence": 0.69384766, + "punctuated_word": "they" + }, + { + "word": "like", + "start": 1254.08, + "end": 1254.32, + "confidence": 0.97690433, + "speaker": 1, + "speaker_confidence": 0.69384766, + "punctuated_word": "like" + }, + { + "word": "it", + "start": 1254.32, + "end": 1254.82, + "confidence": 0.14904617, + "speaker": 1, + "speaker_confidence": 0.69384766, + "punctuated_word": "it." + }, + { + "word": "but", + "start": 1257.06, + "end": 1257.28, + "confidence": 0.8972611, + "speaker": 1, + "speaker_confidence": 0.4296875, + "punctuated_word": "But" + }, + { + "word": "yeah", + "start": 1257.28, + "end": 1257.62, + "confidence": 0.85723865, + "speaker": 1, + "speaker_confidence": 0.4296875, + "punctuated_word": "yeah," + }, + { + "word": "as", + "start": 1257.62, + "end": 1257.8, + "confidence": 0.89472413, + "speaker": 1, + "speaker_confidence": 0.4296875, + "punctuated_word": "as" + }, + { + "word": "far", + "start": 1257.8, + "end": 1257.98, + "confidence": 0.960052, + "speaker": 1, + "speaker_confidence": 0.4296875, + "punctuated_word": "far" + }, + { + "word": "as", + "start": 1257.98, + "end": 1258.14, + "confidence": 0.792293, + "speaker": 1, + "speaker_confidence": 0.4296875, + "punctuated_word": "as" + }, + { + "word": "i", + "start": 1258.14, + "end": 1258.26, + "confidence": 0.744155, + "speaker": 1, + "speaker_confidence": 0.13476562, + "punctuated_word": "I" + }, + { + "word": "know", + "start": 1258.26, + "end": 1258.76, + "confidence": 0.039509285, + "speaker": 1, + "speaker_confidence": 0.13476562, + "punctuated_word": "know," + }, + { + "word": "the", + "start": 1259.66, + "end": 1259.76, + "confidence": 0.90253985, + "speaker": 1, + "speaker_confidence": 0.89453125, + "punctuated_word": "the" + }, + { + "word": "wallet", + "start": 1259.76, + "end": 1260.2, + "confidence": 0.9102098, + "speaker": 1, + "speaker_confidence": 0.89453125, + "punctuated_word": "wallet" + }, + { + "word": "still", + "start": 1260.2, + "end": 1260.7, + "confidence": 0.66434455, + "speaker": 1, + "speaker_confidence": 0.89453125, + "punctuated_word": "still" + }, + { + "word": "has", + "start": 1260.7, + "end": 1261.2, + "confidence": 0.79260004, + "speaker": 1, + "speaker_confidence": 0.89453125, + "punctuated_word": "has" + }, + { + "word": "one", + "start": 1261.26, + "end": 1261.5, + "confidence": 0.74236876, + "speaker": 1, + "speaker_confidence": 0.89453125, + "punctuated_word": "one" + }, + { + "word": "set", + "start": 1261.5, + "end": 1261.72, + "confidence": 0.49207255, + "speaker": 1, + "speaker_confidence": 0.89453125, + "punctuated_word": "set" + }, + { + "word": "per", + "start": 1261.72, + "end": 1261.88, + "confidence": 0.5299246, + "speaker": 1, + "speaker_confidence": 0.89453125, + "punctuated_word": "per" + }, + { + "word": "view", + "start": 1261.88, + "end": 1262.04, + "confidence": 0.8724126, + "speaker": 1, + "speaker_confidence": 0.89453125, + "punctuated_word": "view" + }, + { + "word": "byte", + "start": 1262.04, + "end": 1262.22, + "confidence": 0.63848144, + "speaker": 1, + "speaker_confidence": 0.89453125, + "punctuated_word": "byte" + }, + { + "word": "as", + "start": 1262.22, + "end": 1262.38, + "confidence": 0.87504923, + "speaker": 1, + "speaker_confidence": 0.89453125, + "punctuated_word": "as" + }, + { + "word": "a", + "start": 1262.38, + "end": 1262.5, + "confidence": 0.5998227, + "speaker": 1, + "speaker_confidence": 0.89453125, + "punctuated_word": "a" + }, + { + "word": "minimum", + "start": 1262.5, + "end": 1263.0, + "confidence": 0.5332072, + "speaker": 1, + "speaker_confidence": 0.89453125, + "punctuated_word": "minimum." + }, + { + "word": "i", + "start": 1263.04, + "end": 1263.12, + "confidence": 0.87629175, + "speaker": 1, + "speaker_confidence": 0.89453125, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 1263.12, + "end": 1263.34, + "confidence": 0.8394699, + "speaker": 1, + "speaker_confidence": 0.89453125, + "punctuated_word": "think" + }, + { + "word": "you", + "start": 1263.34, + "end": 1263.5, + "confidence": 0.7408405, + "speaker": 1, + "speaker_confidence": 0.89453125, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 1263.5, + "end": 1263.7, + "confidence": 0.856737, + "speaker": 1, + "speaker_confidence": 0.89453125, + "punctuated_word": "can" + }, + { + "word": "manually", + "start": 1263.7, + "end": 1264.12, + "confidence": 0.68479615, + "speaker": 1, + "speaker_confidence": 0.89453125, + "punctuated_word": "manually" + }, + { + "word": "set", + "start": 1264.12, + "end": 1264.28, + "confidence": 0.19075777, + "speaker": 1, + "speaker_confidence": 0.89453125, + "punctuated_word": "set" + }, + { + "word": "it", + "start": 1264.28, + "end": 1264.54, + "confidence": 0.9947758, + "speaker": 1, + "speaker_confidence": 0.89453125, + "punctuated_word": "it" + }, + { + "word": "lower", + "start": 1264.54, + "end": 1265.04, + "confidence": 0.79053223, + "speaker": 1, + "speaker_confidence": 0.89453125, + "punctuated_word": "lower" + }, + { + "word": "but", + "start": 1266.04, + "end": 1266.46, + "confidence": 0.8930916, + "speaker": 1, + "speaker_confidence": 0.89453125, + "punctuated_word": "but" + }, + { + "word": "my", + "start": 1266.46, + "end": 1266.66, + "confidence": 0.908597, + "speaker": 1, + "speaker_confidence": 0.89453125, + "punctuated_word": "my" + }, + { + "word": "guess", + "start": 1266.66, + "end": 1266.94, + "confidence": 0.8008448, + "speaker": 1, + "speaker_confidence": 0.89453125, + "punctuated_word": "guess" + }, + { + "word": "is", + "start": 1266.94, + "end": 1267.12, + "confidence": 0.8867403, + "speaker": 1, + "speaker_confidence": 0.89453125, + "punctuated_word": "is" + }, + { + "word": "the", + "start": 1267.12, + "end": 1267.34, + "confidence": 0.8170989, + "speaker": 1, + "speaker_confidence": 0.89453125, + "punctuated_word": "the" + }, + { + "word": "wallet", + "start": 1267.34, + "end": 1267.66, + "confidence": 0.8704407, + "speaker": 1, + "speaker_confidence": 0.89453125, + "punctuated_word": "wallet" + }, + { + "word": "will", + "start": 1267.66, + "end": 1267.88, + "confidence": 0.7196143, + "speaker": 1, + "speaker_confidence": 0.89453125, + "punctuated_word": "will" + }, + { + "word": "follow", + "start": 1267.88, + "end": 1268.38, + "confidence": 0.49172813, + "speaker": 1, + "speaker_confidence": 0.89453125, + "punctuated_word": "follow" + }, + { + "word": "in", + "start": 1269.4, + "end": 1269.52, + "confidence": 0.7106052, + "speaker": 1, + "speaker_confidence": 0.6665039, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 1269.52, + "end": 1269.68, + "confidence": 0.5277605, + "speaker": 1, + "speaker_confidence": 0.6665039, + "punctuated_word": "the" + }, + { + "word": "next", + "start": 1269.68, + "end": 1270.18, + "confidence": 0.78259236, + "speaker": 1, + "speaker_confidence": 0.6665039, + "punctuated_word": "next" + }, + { + "word": "in", + "start": 1270.2, + "end": 1270.36, + "confidence": 0.8619694, + "speaker": 1, + "speaker_confidence": 0.6665039, + "punctuated_word": "in" + }, + { + "word": "a", + "start": 1270.36, + "end": 1270.52, + "confidence": 0.70540136, + "speaker": 1, + "speaker_confidence": 0.6665039, + "punctuated_word": "a" + }, + { + "word": "later", + "start": 1270.52, + "end": 1270.76, + "confidence": 0.7718288, + "speaker": 1, + "speaker_confidence": 0.6665039, + "punctuated_word": "later" + }, + { + "word": "release", + "start": 1270.76, + "end": 1271.26, + "confidence": 0.15104263, + "speaker": 1, + "speaker_confidence": 0.6665039, + "punctuated_word": "release." + }, + { + "word": "you", + "start": 1271.68, + "end": 1271.92, + "confidence": 0.9045547, + "speaker": 1, + "speaker_confidence": 0.44335938, + "punctuated_word": "You" + }, + { + "word": "kind", + "start": 1271.92, + "end": 1272.04, + "confidence": 0.82569885, + "speaker": 1, + "speaker_confidence": 0.44335938, + "punctuated_word": "kind" + }, + { + "word": "of", + "start": 1272.04, + "end": 1272.18, + "confidence": 0.9070801, + "speaker": 1, + "speaker_confidence": 0.44335938, + "punctuated_word": "of" + }, + { + "word": "want", + "start": 1272.18, + "end": 1272.34, + "confidence": 0.87731594, + "speaker": 1, + "speaker_confidence": 0.44335938, + "punctuated_word": "want" + }, + { + "word": "to", + "start": 1272.34, + "end": 1272.44, + "confidence": 0.81623363, + "speaker": 1, + "speaker_confidence": 0.44335938, + "punctuated_word": "to" + }, + { + "word": "make", + "start": 1272.44, + "end": 1272.56, + "confidence": 0.8801786, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "make" + }, + { + "word": "sure", + "start": 1272.56, + "end": 1272.78, + "confidence": 0.8137457, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "sure" + }, + { + "word": "that", + "start": 1272.78, + "end": 1272.92, + "confidence": 0.83179015, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "that" + }, + { + "word": "the", + "start": 1272.92, + "end": 1273.08, + "confidence": 0.7807528, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "the" + }, + { + "word": "network", + "start": 1273.08, + "end": 1273.58, + "confidence": 0.8429505, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "network" + }, + { + "word": "actually", + "start": 1273.68, + "end": 1274.06, + "confidence": 0.993361, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "actually" + }, + { + "word": "relays", + "start": 1274.06, + "end": 1274.54, + "confidence": 0.7996214, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "relays" + }, + { + "word": "your", + "start": 1274.54, + "end": 1274.86, + "confidence": 0.9982345, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "your" + }, + { + "word": "transaction", + "start": 1274.86, + "end": 1275.3, + "confidence": 0.87868637, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "transaction" + }, + { + "word": "because", + "start": 1275.3, + "end": 1275.58, + "confidence": 0.99569064, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "because" + }, + { + "word": "let's", + "start": 1275.58, + "end": 1275.86, + "confidence": 0.8944676, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "let's" + }, + { + "word": "say", + "start": 1275.86, + "end": 1276.36, + "confidence": 0.69363153, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "say" + }, + { + "word": "we", + "start": 1276.38, + "end": 1276.72, + "confidence": 0.8008753, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "we" + }, + { + "word": "change", + "start": 1276.72, + "end": 1276.98, + "confidence": 0.88101983, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "change" + }, + { + "word": "the", + "start": 1276.98, + "end": 1277.12, + "confidence": 0.84955174, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "the" + }, + { + "word": "wallet", + "start": 1277.12, + "end": 1277.42, + "confidence": 0.6118326, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "wallet" + }, + { + "word": "now", + "start": 1277.42, + "end": 1277.8, + "confidence": 0.78247756, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "now" + }, + { + "word": "to", + "start": 1277.8, + "end": 1278.04, + "confidence": 0.82390064, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "to" + }, + { + "word": "use", + "start": 1278.04, + "end": 1278.4, + "confidence": 0.90295297, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "use" + }, + { + "word": "this", + "start": 1278.4, + "end": 1278.68, + "confidence": 0.9967589, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "this" + }, + { + "word": "0.1", + "start": 1278.68, + "end": 1279.18, + "confidence": 0.9835217, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "0.1" + }, + { + "word": "set", + "start": 1279.28, + "end": 1279.48, + "confidence": 0.12307672, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "set" + }, + { + "word": "per", + "start": 1279.48, + "end": 1279.64, + "confidence": 0.67858404, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "per" + }, + { + "word": "fee", + "start": 1279.64, + "end": 1279.76, + "confidence": 0.5421202, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "fee" + }, + { + "word": "byte", + "start": 1279.76, + "end": 1280.26, + "confidence": 0.9016055, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "byte" + }, + { + "word": "and", + "start": 1280.66, + "end": 1280.86, + "confidence": 0.8692394, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "and" + }, + { + "word": "you", + "start": 1280.86, + "end": 1281.0, + "confidence": 0.8113805, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "you" + }, + { + "word": "start", + "start": 1281.0, + "end": 1281.3, + "confidence": 0.8332916, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "start" + }, + { + "word": "your", + "start": 1281.3, + "end": 1281.48, + "confidence": 0.9983197, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "your" + }, + { + "word": "gui", + "start": 1281.48, + "end": 1281.98, + "confidence": 0.82881457, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "GUI" + }, + { + "word": "and", + "start": 1282.26, + "end": 1282.44, + "confidence": 0.8771795, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "and" + }, + { + "word": "you", + "start": 1282.44, + "end": 1282.6, + "confidence": 0.86058533, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "you" + }, + { + "word": "have", + "start": 1282.6, + "end": 1282.88, + "confidence": 0.7383065, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "have" + }, + { + "word": "maybe", + "start": 1282.88, + "end": 1283.2, + "confidence": 0.94054943, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "maybe" + }, + { + "word": "five", + "start": 1283.2, + "end": 1283.6, + "confidence": 0.8055568, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "five" + }, + { + "word": "peers", + "start": 1283.6, + "end": 1284.1, + "confidence": 0.84913015, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "peers" + }, + { + "word": "and", + "start": 1284.52, + "end": 1284.72, + "confidence": 0.90321106, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "and" + }, + { + "word": "none", + "start": 1284.72, + "end": 1284.96, + "confidence": 0.74115056, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "none" + }, + { + "word": "of", + "start": 1284.96, + "end": 1285.16, + "confidence": 0.3845482, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "of" + }, + { + "word": "them", + "start": 1285.16, + "end": 1285.66, + "confidence": 0.41489038, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "them" + }, + { + "word": "you", + "start": 1285.86, + "end": 1286.0, + "confidence": 0.9987651, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 1286.0, + "end": 1286.4, + "confidence": 0.88473266, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "know" + }, + { + "word": "have", + "start": 1286.4, + "end": 1286.66, + "confidence": 0.7987328, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "have" + }, + { + "word": "this", + "start": 1286.66, + "end": 1286.82, + "confidence": 0.83418435, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "this" + }, + { + "word": "custom", + "start": 1286.82, + "end": 1287.24, + "confidence": 0.7019017, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "custom" + }, + { + "word": "setting", + "start": 1287.24, + "end": 1287.74, + "confidence": 0.8505022, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "setting" + }, + { + "word": "because", + "start": 1288.04, + "end": 1288.2, + "confidence": 0.80766934, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "because" + }, + { + "word": "you", + "start": 1288.2, + "end": 1288.32, + "confidence": 0.9811156, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 1288.32, + "end": 1288.48, + "confidence": 0.89518917, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "know" + }, + { + "word": "a", + "start": 1288.48, + "end": 1288.52, + "confidence": 0.9039338, + "speaker": 1, + "speaker_confidence": 0.86816406, + "punctuated_word": "a" + }, + { + "word": "lot", + "start": 1288.52, + "end": 1288.74, + "confidence": 0.9202875, + "speaker": 1, + "speaker_confidence": 0.7319336, + "punctuated_word": "lot" + }, + { + "word": "of", + "start": 1288.74, + "end": 1288.86, + "confidence": 0.9002514, + "speaker": 1, + "speaker_confidence": 0.7319336, + "punctuated_word": "of" + }, + { + "word": "people", + "start": 1288.86, + "end": 1289.12, + "confidence": 0.8517184, + "speaker": 1, + "speaker_confidence": 0.7319336, + "punctuated_word": "people" + }, + { + "word": "do", + "start": 1289.12, + "end": 1289.32, + "confidence": 0.89167166, + "speaker": 1, + "speaker_confidence": 0.7319336, + "punctuated_word": "do" + }, + { + "word": "but", + "start": 1289.32, + "end": 1289.48, + "confidence": 0.34917328, + "speaker": 1, + "speaker_confidence": 0.7319336, + "punctuated_word": "but" + }, + { + "word": "not", + "start": 1289.48, + "end": 1289.7, + "confidence": 0.9990119, + "speaker": 1, + "speaker_confidence": 0.7319336, + "punctuated_word": "not" + }, + { + "word": "everybody", + "start": 1289.7, + "end": 1290.04, + "confidence": 0.8067251, + "speaker": 1, + "speaker_confidence": 0.7319336, + "punctuated_word": "everybody" + }, + { + "word": "does", + "start": 1290.04, + "end": 1290.36, + "confidence": 0.8950016, + "speaker": 1, + "speaker_confidence": 0.7319336, + "punctuated_word": "does" + }, + { + "word": "so", + "start": 1290.36, + "end": 1290.48, + "confidence": 0.7795259, + "speaker": 1, + "speaker_confidence": 0.7319336, + "punctuated_word": "so" + }, + { + "word": "you", + "start": 1290.48, + "end": 1290.64, + "confidence": 0.8800747, + "speaker": 1, + "speaker_confidence": 0.7319336, + "punctuated_word": "you" + }, + { + "word": "might", + "start": 1290.64, + "end": 1290.84, + "confidence": 0.88613, + "speaker": 1, + "speaker_confidence": 0.7319336, + "punctuated_word": "might" + }, + { + "word": "not", + "start": 1290.84, + "end": 1291.08, + "confidence": 0.6686525, + "speaker": 1, + "speaker_confidence": 0.7319336, + "punctuated_word": "not" + }, + { + "word": "be", + "start": 1291.08, + "end": 1291.16, + "confidence": 0.19831885, + "speaker": 1, + "speaker_confidence": 0.7319336, + "punctuated_word": "be" + }, + { + "word": "connected", + "start": 1291.16, + "end": 1291.56, + "confidence": 0.9964946, + "speaker": 1, + "speaker_confidence": 0.7319336, + "punctuated_word": "connected" + }, + { + "word": "to", + "start": 1291.56, + "end": 1291.68, + "confidence": 0.5940223, + "speaker": 1, + "speaker_confidence": 0.7319336, + "punctuated_word": "to" + }, + { + "word": "anyone", + "start": 1291.68, + "end": 1291.8, + "confidence": 0.932756, + "speaker": 1, + "speaker_confidence": 0.8808594, + "punctuated_word": "anyone" + }, + { + "word": "he", + "start": 1291.8, + "end": 1291.96, + "confidence": 0.7543496, + "speaker": 1, + "speaker_confidence": 0.8808594, + "punctuated_word": "he" + }, + { + "word": "does", + "start": 1291.96, + "end": 1292.46, + "confidence": 0.48614836, + "speaker": 1, + "speaker_confidence": 0.8808594, + "punctuated_word": "does." + }, + { + "word": "so", + "start": 1292.52, + "end": 1292.68, + "confidence": 0.48035327, + "speaker": 1, + "speaker_confidence": 0.8808594, + "punctuated_word": "So" + }, + { + "word": "you", + "start": 1292.68, + "end": 1292.84, + "confidence": 0.8085763, + "speaker": 1, + "speaker_confidence": 0.8808594, + "punctuated_word": "you" + }, + { + "word": "sent", + "start": 1292.84, + "end": 1293.08, + "confidence": 0.9666822, + "speaker": 1, + "speaker_confidence": 0.8808594, + "punctuated_word": "sent" + }, + { + "word": "your", + "start": 1293.08, + "end": 1293.28, + "confidence": 0.9982072, + "speaker": 1, + "speaker_confidence": 0.8808594, + "punctuated_word": "your" + }, + { + "word": "0.1", + "start": 1293.28, + "end": 1293.78, + "confidence": 0.991084, + "speaker": 1, + "speaker_confidence": 0.8808594, + "punctuated_word": "0.1" + }, + { + "word": "sats", + "start": 1294.08, + "end": 1294.3, + "confidence": 0.8542777, + "speaker": 1, + "speaker_confidence": 0.8808594, + "punctuated_word": "sats" + }, + { + "word": "per", + "start": 1294.3, + "end": 1294.48, + "confidence": 0.7392813, + "speaker": 1, + "speaker_confidence": 0.8808594, + "punctuated_word": "per" + }, + { + "word": "fee", + "start": 1294.48, + "end": 1294.64, + "confidence": 0.75524414, + "speaker": 1, + "speaker_confidence": 0.8808594, + "punctuated_word": "fee" + }, + { + "word": "by", + "start": 1294.64, + "end": 1294.9, + "confidence": 0.49192452, + "speaker": 1, + "speaker_confidence": 0.8808594, + "punctuated_word": "by" + }, + { + "word": "transaction", + "start": 1294.9, + "end": 1295.4, + "confidence": 0.99981004, + "speaker": 1, + "speaker_confidence": 0.8808594, + "punctuated_word": "transaction" + }, + { + "word": "and", + "start": 1295.46, + "end": 1295.6, + "confidence": 0.711228, + "speaker": 1, + "speaker_confidence": 0.8808594, + "punctuated_word": "and" + }, + { + "word": "it", + "start": 1295.6, + "end": 1295.76, + "confidence": 0.78169227, + "speaker": 1, + "speaker_confidence": 0.8808594, + "punctuated_word": "it" + }, + { + "word": "just", + "start": 1295.76, + "end": 1296.04, + "confidence": 0.74296385, + "speaker": 1, + "speaker_confidence": 0.8808594, + "punctuated_word": "just" + }, + { + "word": "gets", + "start": 1296.04, + "end": 1296.28, + "confidence": 0.89423513, + "speaker": 1, + "speaker_confidence": 0.8808594, + "punctuated_word": "gets" + }, + { + "word": "rejected", + "start": 1296.28, + "end": 1296.78, + "confidence": 0.81334716, + "speaker": 1, + "speaker_confidence": 0.8808594, + "punctuated_word": "rejected" + }, + { + "word": "by", + "start": 1296.82, + "end": 1296.96, + "confidence": 0.9303707, + "speaker": 1, + "speaker_confidence": 0.8808594, + "punctuated_word": "by" + }, + { + "word": "your", + "start": 1296.96, + "end": 1297.12, + "confidence": 0.50231117, + "speaker": 1, + "speaker_confidence": 0.8808594, + "punctuated_word": "your" + }, + { + "word": "peers", + "start": 1297.12, + "end": 1297.44, + "confidence": 0.53373253, + "speaker": 1, + "speaker_confidence": 0.8808594, + "punctuated_word": "peers." + }, + { + "word": "and", + "start": 1297.44, + "end": 1297.54, + "confidence": 0.8992769, + "speaker": 1, + "speaker_confidence": 0.8339844, + "punctuated_word": "And" + }, + { + "word": "they", + "start": 1297.54, + "end": 1297.72, + "confidence": 0.99993587, + "speaker": 1, + "speaker_confidence": 0.8339844, + "punctuated_word": "they" + }, + { + "word": "don't", + "start": 1297.72, + "end": 1298.0, + "confidence": 0.81829834, + "speaker": 1, + "speaker_confidence": 0.8339844, + "punctuated_word": "don't" + }, + { + "word": "tell", + "start": 1298.0, + "end": 1298.2, + "confidence": 0.88972116, + "speaker": 1, + "speaker_confidence": 0.8339844, + "punctuated_word": "tell" + }, + { + "word": "you", + "start": 1298.2, + "end": 1298.4, + "confidence": 0.9971374, + "speaker": 1, + "speaker_confidence": 0.8339844, + "punctuated_word": "you" + }, + { + "word": "it's", + "start": 1298.4, + "end": 1298.6, + "confidence": 0.75913095, + "speaker": 1, + "speaker_confidence": 0.8339844, + "punctuated_word": "it's" + }, + { + "word": "rejected", + "start": 1298.6, + "end": 1299.1, + "confidence": 0.58675206, + "speaker": 1, + "speaker_confidence": 0.8339844, + "punctuated_word": "rejected." + }, + { + "word": "so", + "start": 1299.86, + "end": 1300.12, + "confidence": 0.6992884, + "speaker": 1, + "speaker_confidence": 0.8339844, + "punctuated_word": "So" + }, + { + "word": "you", + "start": 1300.12, + "end": 1300.24, + "confidence": 0.6731421, + "speaker": 1, + "speaker_confidence": 0.8339844, + "punctuated_word": "you" + }, + { + "word": "just", + "start": 1300.24, + "end": 1300.6, + "confidence": 0.87436056, + "speaker": 1, + "speaker_confidence": 0.8339844, + "punctuated_word": "just," + }, + { + "word": "you", + "start": 1300.6, + "end": 1300.76, + "confidence": 0.9055857, + "speaker": 1, + "speaker_confidence": 0.8339844, + "punctuated_word": "you" + }, + { + "word": "send", + "start": 1300.76, + "end": 1301.02, + "confidence": 0.963123, + "speaker": 1, + "speaker_confidence": 0.8339844, + "punctuated_word": "send" + }, + { + "word": "it", + "start": 1301.02, + "end": 1301.28, + "confidence": 0.8363988, + "speaker": 1, + "speaker_confidence": 0.8339844, + "punctuated_word": "it," + }, + { + "word": "you", + "start": 1301.28, + "end": 1301.4, + "confidence": 0.80706245, + "speaker": 1, + "speaker_confidence": 0.8339844, + "punctuated_word": "you" + }, + { + "word": "close", + "start": 1301.4, + "end": 1301.78, + "confidence": 0.8569107, + "speaker": 1, + "speaker_confidence": 0.8339844, + "punctuated_word": "close" + }, + { + "word": "your", + "start": 1301.78, + "end": 1301.94, + "confidence": 0.9253404, + "speaker": 1, + "speaker_confidence": 0.8339844, + "punctuated_word": "your" + }, + { + "word": "wallet", + "start": 1301.94, + "end": 1302.44, + "confidence": 0.4476508, + "speaker": 1, + "speaker_confidence": 0.8339844, + "punctuated_word": "wallet," + }, + { + "word": "you", + "start": 1302.44, + "end": 1302.56, + "confidence": 0.9034099, + "speaker": 1, + "speaker_confidence": 0.8339844, + "punctuated_word": "you" + }, + { + "word": "go", + "start": 1302.56, + "end": 1302.72, + "confidence": 0.8792936, + "speaker": 1, + "speaker_confidence": 0.8339844, + "punctuated_word": "go" + }, + { + "word": "to", + "start": 1302.72, + "end": 1302.8, + "confidence": 0.44949484, + "speaker": 1, + "speaker_confidence": 0.8339844, + "punctuated_word": "to" + }, + { + "word": "sleep", + "start": 1302.8, + "end": 1303.08, + "confidence": 0.802734, + "speaker": 1, + "speaker_confidence": 0.8339844, + "punctuated_word": "sleep" + }, + { + "word": "and", + "start": 1303.08, + "end": 1303.2, + "confidence": 0.8489027, + "speaker": 1, + "speaker_confidence": 0.8339844, + "punctuated_word": "and" + }, + { + "word": "the", + "start": 1303.2, + "end": 1303.32, + "confidence": 0.75232816, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "the" + }, + { + "word": "next", + "start": 1303.32, + "end": 1303.58, + "confidence": 0.45044392, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "next" + }, + { + "word": "morning", + "start": 1303.58, + "end": 1303.78, + "confidence": 0.937197, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "morning" + }, + { + "word": "you're", + "start": 1303.78, + "end": 1303.94, + "confidence": 0.8645611, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "you're" + }, + { + "word": "like", + "start": 1303.94, + "end": 1304.28, + "confidence": 0.52398, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "like," + }, + { + "word": "why", + "start": 1304.28, + "end": 1304.48, + "confidence": 0.9998915, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "why" + }, + { + "word": "isn't", + "start": 1304.48, + "end": 1304.76, + "confidence": 0.8744638, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "isn't" + }, + { + "word": "this", + "start": 1304.76, + "end": 1304.96, + "confidence": 0.90147483, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "this" + }, + { + "word": "confirmed", + "start": 1304.96, + "end": 1305.32, + "confidence": 0.8538945, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "confirmed" + }, + { + "word": "yet", + "start": 1305.32, + "end": 1305.54, + "confidence": 0.21367067, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "yet?" + }, + { + "word": "it's", + "start": 1305.54, + "end": 1305.72, + "confidence": 0.84046876, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "It's" + }, + { + "word": "because", + "start": 1305.72, + "end": 1306.02, + "confidence": 0.87352014, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "because" + }, + { + "word": "it", + "start": 1306.02, + "end": 1306.24, + "confidence": 0.83020353, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "it" + }, + { + "word": "never", + "start": 1306.24, + "end": 1306.52, + "confidence": 0.7269456, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "never" + }, + { + "word": "went", + "start": 1306.52, + "end": 1306.68, + "confidence": 0.45274374, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "went" + }, + { + "word": "anywhere", + "start": 1306.68, + "end": 1307.1, + "confidence": 0.99992776, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "anywhere" + }, + { + "word": "because", + "start": 1307.1, + "end": 1307.28, + "confidence": 0.8565262, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "because" + }, + { + "word": "you", + "start": 1307.28, + "end": 1307.46, + "confidence": 0.8186109, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "you" + }, + { + "word": "only", + "start": 1307.46, + "end": 1307.64, + "confidence": 0.79934746, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "only" + }, + { + "word": "had", + "start": 1307.64, + "end": 1307.8, + "confidence": 0.39240137, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "had" + }, + { + "word": "your", + "start": 1307.8, + "end": 1307.94, + "confidence": 0.8135075, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "your" + }, + { + "word": "note", + "start": 1307.94, + "end": 1308.16, + "confidence": 0.83552676, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "note" + }, + { + "word": "open", + "start": 1308.16, + "end": 1308.48, + "confidence": 0.606585, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "open" + }, + { + "word": "for", + "start": 1308.48, + "end": 1308.68, + "confidence": 0.1954057, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "for" + }, + { + "word": "five", + "start": 1308.68, + "end": 1308.92, + "confidence": 0.9977393, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "five" + }, + { + "word": "minutes", + "start": 1308.92, + "end": 1309.2, + "confidence": 0.7216392, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "minutes" + }, + { + "word": "and", + "start": 1309.2, + "end": 1309.7, + "confidence": 0.9015254, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "and" + }, + { + "word": "none", + "start": 1309.74, + "end": 1309.94, + "confidence": 0.7967331, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "none" + }, + { + "word": "of", + "start": 1309.94, + "end": 1310.08, + "confidence": 0.9420218, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "of" + }, + { + "word": "your", + "start": 1310.08, + "end": 1310.24, + "confidence": 0.73867285, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "your" + }, + { + "word": "peers", + "start": 1310.24, + "end": 1310.46, + "confidence": 0.77076787, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "peers" + }, + { + "word": "accepted", + "start": 1310.46, + "end": 1310.76, + "confidence": 0.7718961, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "accepted" + }, + { + "word": "your", + "start": 1310.76, + "end": 1310.98, + "confidence": 0.9175781, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "your" + }, + { + "word": "transaction", + "start": 1310.98, + "end": 1311.48, + "confidence": 0.28683224, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "transaction." + }, + { + "word": "so", + "start": 1311.82, + "end": 1312.02, + "confidence": 0.6473535, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "So" + }, + { + "word": "you", + "start": 1312.02, + "end": 1312.2, + "confidence": 0.9033732, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "you" + }, + { + "word": "kind", + "start": 1312.2, + "end": 1312.36, + "confidence": 0.7840188, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "kind" + }, + { + "word": "of", + "start": 1312.36, + "end": 1312.54, + "confidence": 0.903214, + "speaker": 1, + "speaker_confidence": 0.87890625, + "punctuated_word": "of" + }, + { + "word": "want", + "start": 1312.54, + "end": 1312.68, + "confidence": 0.8925775, + "speaker": 1, + "speaker_confidence": 0.7050781, + "punctuated_word": "want" + }, + { + "word": "to", + "start": 1312.68, + "end": 1313.18, + "confidence": 0.98773545, + "speaker": 1, + "speaker_confidence": 0.7050781, + "punctuated_word": "to" + }, + { + "word": "be", + "start": 1313.3, + "end": 1313.56, + "confidence": 0.89451224, + "speaker": 1, + "speaker_confidence": 0.7050781, + "punctuated_word": "be" + }, + { + "word": "a", + "start": 1313.56, + "end": 1313.76, + "confidence": 0.81841475, + "speaker": 1, + "speaker_confidence": 0.7050781, + "punctuated_word": "a" + }, + { + "word": "bit", + "start": 1313.76, + "end": 1313.96, + "confidence": 0.8674295, + "speaker": 1, + "speaker_confidence": 0.7050781, + "punctuated_word": "bit" + }, + { + "word": "conservative", + "start": 1313.96, + "end": 1314.46, + "confidence": 0.90586364, + "speaker": 1, + "speaker_confidence": 0.7050781, + "punctuated_word": "conservative" + }, + { + "word": "when", + "start": 1314.52, + "end": 1314.68, + "confidence": 0.8173225, + "speaker": 1, + "speaker_confidence": 0.7050781, + "punctuated_word": "when" + }, + { + "word": "it", + "start": 1314.68, + "end": 1314.8, + "confidence": 0.9021469, + "speaker": 1, + "speaker_confidence": 0.7050781, + "punctuated_word": "it" + }, + { + "word": "comes", + "start": 1314.8, + "end": 1315.0, + "confidence": 0.81265926, + "speaker": 1, + "speaker_confidence": 0.7050781, + "punctuated_word": "comes" + }, + { + "word": "to", + "start": 1315.0, + "end": 1315.12, + "confidence": 0.83940893, + "speaker": 1, + "speaker_confidence": 0.46435547, + "punctuated_word": "to" + }, + { + "word": "the", + "start": 1315.12, + "end": 1315.24, + "confidence": 0.63161427, + "speaker": 1, + "speaker_confidence": 0.46435547, + "punctuated_word": "the" + }, + { + "word": "wallet", + "start": 1315.24, + "end": 1315.52, + "confidence": 0.48001567, + "speaker": 1, + "speaker_confidence": 0.46435547, + "punctuated_word": "wallet." + }, + { + "word": "but", + "start": 1315.52, + "end": 1315.68, + "confidence": 0.8023777, + "speaker": 1, + "speaker_confidence": 0.46435547, + "punctuated_word": "But" + }, + { + "word": "i", + "start": 1315.68, + "end": 1315.76, + "confidence": 0.88581127, + "speaker": 1, + "speaker_confidence": 0.46435547, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 1315.76, + "end": 1315.92, + "confidence": 0.8796554, + "speaker": 1, + "speaker_confidence": 0.46435547, + "punctuated_word": "think" + }, + { + "word": "you", + "start": 1315.92, + "end": 1316.04, + "confidence": 0.8439347, + "speaker": 1, + "speaker_confidence": 0.42333984, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 1316.04, + "end": 1316.18, + "confidence": 0.89658797, + "speaker": 1, + "speaker_confidence": 0.42333984, + "punctuated_word": "can" + }, + { + "word": "just", + "start": 1316.18, + "end": 1316.32, + "confidence": 0.89163035, + "speaker": 1, + "speaker_confidence": 0.42333984, + "punctuated_word": "just" + }, + { + "word": "do", + "start": 1316.32, + "end": 1316.46, + "confidence": 0.828486, + "speaker": 1, + "speaker_confidence": 0.42333984, + "punctuated_word": "do" + }, + { + "word": "it", + "start": 1316.46, + "end": 1316.6, + "confidence": 0.812079, + "speaker": 1, + "speaker_confidence": 0.6044922, + "punctuated_word": "it" + }, + { + "word": "manually", + "start": 1316.6, + "end": 1317.1, + "confidence": 0.8953679, + "speaker": 1, + "speaker_confidence": 0.6044922, + "punctuated_word": "manually" + }, + { + "word": "if", + "start": 1317.1, + "end": 1317.34, + "confidence": 0.7602903, + "speaker": 1, + "speaker_confidence": 0.6044922, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 1317.34, + "end": 1317.5, + "confidence": 0.89736074, + "speaker": 1, + "speaker_confidence": 0.6044922, + "punctuated_word": "you" + }, + { + "word": "want", + "start": 1317.5, + "end": 1317.72, + "confidence": 0.98655164, + "speaker": 1, + "speaker_confidence": 0.6044922, + "punctuated_word": "want" + }, + { + "word": "to", + "start": 1317.72, + "end": 1318.22, + "confidence": 0.06571898, + "speaker": 1, + "speaker_confidence": 0.6044922, + "punctuated_word": "to." + }, + { + "word": "right", + "start": 1318.38, + "end": 1318.64, + "confidence": 0.995993, + "speaker": 0, + "speaker_confidence": 0.7265625, + "punctuated_word": "Right." + }, + { + "word": "so", + "start": 1318.64, + "end": 1318.82, + "confidence": 0.87815094, + "speaker": 0, + "speaker_confidence": 0.7265625, + "punctuated_word": "So" + }, + { + "word": "in", + "start": 1318.82, + "end": 1318.98, + "confidence": 0.7214925, + "speaker": 0, + "speaker_confidence": 0.7265625, + "punctuated_word": "in" + }, + { + "word": "that", + "start": 1318.98, + "end": 1319.22, + "confidence": 0.89025193, + "speaker": 0, + "speaker_confidence": 0.7265625, + "punctuated_word": "that" + }, + { + "word": "sense", + "start": 1319.22, + "end": 1319.72, + "confidence": 0.49061447, + "speaker": 0, + "speaker_confidence": 0.7265625, + "punctuated_word": "sense," + }, + { + "word": "bithooker", + "start": 1320.6, + "end": 1321.1, + "confidence": 0.82750666, + "speaker": 0, + "speaker_confidence": 0.7265625, + "punctuated_word": "BitHooker" + }, + { + "word": "actually", + "start": 1321.22, + "end": 1321.56, + "confidence": 0.7121007, + "speaker": 0, + "speaker_confidence": 0.7265625, + "punctuated_word": "actually" + }, + { + "word": "also", + "start": 1321.56, + "end": 1321.82, + "confidence": 0.95758253, + "speaker": 0, + "speaker_confidence": 0.7265625, + "punctuated_word": "also" + }, + { + "word": "adjusts", + "start": 1321.82, + "end": 1322.32, + "confidence": 0.8571548, + "speaker": 0, + "speaker_confidence": 0.7265625, + "punctuated_word": "adjusts" + }, + { + "word": "to", + "start": 1322.44, + "end": 1322.8, + "confidence": 0.8006597, + "speaker": 0, + "speaker_confidence": 0.7265625, + "punctuated_word": "to" + }, + { + "word": "the", + "start": 1322.8, + "end": 1322.98, + "confidence": 0.87437236, + "speaker": 0, + "speaker_confidence": 0.7265625, + "punctuated_word": "the" + }, + { + "word": "situation", + "start": 1322.98, + "end": 1323.48, + "confidence": 0.8075685, + "speaker": 0, + "speaker_confidence": 0.7265625, + "punctuated_word": "situation" + }, + { + "word": "on", + "start": 1323.54, + "end": 1323.74, + "confidence": 0.82610726, + "speaker": 0, + "speaker_confidence": 0.7265625, + "punctuated_word": "on" + }, + { + "word": "the", + "start": 1323.74, + "end": 1323.9, + "confidence": 0.75468934, + "speaker": 0, + "speaker_confidence": 0.7265625, + "punctuated_word": "the" + }, + { + "word": "network", + "start": 1323.9, + "end": 1324.4, + "confidence": 0.07482778, + "speaker": 0, + "speaker_confidence": 0.7265625, + "punctuated_word": "network." + }, + { + "word": "it", + "start": 1324.54, + "end": 1324.68, + "confidence": 0.8383385, + "speaker": 0, + "speaker_confidence": 0.3256836, + "punctuated_word": "It" + }, + { + "word": "will", + "start": 1324.68, + "end": 1324.86, + "confidence": 0.90027004, + "speaker": 0, + "speaker_confidence": 0.3256836, + "punctuated_word": "will" + }, + { + "word": "only", + "start": 1324.86, + "end": 1325.14, + "confidence": 0.7283433, + "speaker": 0, + "speaker_confidence": 0.3256836, + "punctuated_word": "only" + }, + { + "word": "be", + "start": 1325.14, + "end": 1325.28, + "confidence": 0.8959244, + "speaker": 0, + "speaker_confidence": 0.3256836, + "punctuated_word": "be" + }, + { + "word": "implemented", + "start": 1325.28, + "end": 1325.78, + "confidence": 0.8145652, + "speaker": 0, + "speaker_confidence": 0.3256836, + "punctuated_word": "implemented" + }, + { + "word": "in", + "start": 1325.8, + "end": 1325.98, + "confidence": 0.8411293, + "speaker": 0, + "speaker_confidence": 0.3256836, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 1325.98, + "end": 1326.1, + "confidence": 0.5971217, + "speaker": 0, + "speaker_confidence": 0.6308594, + "punctuated_word": "the" + }, + { + "word": "wallet", + "start": 1326.1, + "end": 1326.5, + "confidence": 0.7377741, + "speaker": 0, + "speaker_confidence": 0.6308594, + "punctuated_word": "wallet" + }, + { + "word": "once", + "start": 1326.5, + "end": 1326.98, + "confidence": 0.887901, + "speaker": 0, + "speaker_confidence": 0.6308594, + "punctuated_word": "once" + }, + { + "word": "there's", + "start": 1326.98, + "end": 1327.32, + "confidence": 0.88124895, + "speaker": 0, + "speaker_confidence": 0.6308594, + "punctuated_word": "there's" + }, + { + "word": "a", + "start": 1327.32, + "end": 1327.82, + "confidence": 0.7558298, + "speaker": 0, + "speaker_confidence": 0.6308594, + "punctuated_word": "a" + }, + { + "word": "good", + "start": 1327.94, + "end": 1328.24, + "confidence": 0.7666072, + "speaker": 0, + "speaker_confidence": 0.6308594, + "punctuated_word": "good" + }, + { + "word": "enough", + "start": 1328.24, + "end": 1328.52, + "confidence": 0.26428497, + "speaker": 0, + "speaker_confidence": 0.6308594, + "punctuated_word": "enough" + }, + { + "word": "likelihood", + "start": 1328.52, + "end": 1329.02, + "confidence": 0.98126435, + "speaker": 0, + "speaker_confidence": 0.6308594, + "punctuated_word": "likelihood" + }, + { + "word": "that", + "start": 1329.52, + "end": 1329.66, + "confidence": 0.8055434, + "speaker": 0, + "speaker_confidence": 0.6308594, + "punctuated_word": "that" + }, + { + "word": "it", + "start": 1329.66, + "end": 1329.78, + "confidence": 0.78205234, + "speaker": 0, + "speaker_confidence": 0.6308594, + "punctuated_word": "it" + }, + { + "word": "will", + "start": 1329.78, + "end": 1329.94, + "confidence": 0.85608923, + "speaker": 0, + "speaker_confidence": 0.5097656, + "punctuated_word": "will" + }, + { + "word": "actually", + "start": 1329.94, + "end": 1330.44, + "confidence": 0.7961023, + "speaker": 0, + "speaker_confidence": 0.5097656, + "punctuated_word": "actually" + }, + { + "word": "make", + "start": 1330.76, + "end": 1331.02, + "confidence": 0.9113982, + "speaker": 0, + "speaker_confidence": 0.5097656, + "punctuated_word": "make" + }, + { + "word": "its", + "start": 1331.02, + "end": 1331.14, + "confidence": 0.7963825, + "speaker": 0, + "speaker_confidence": 0.5097656, + "punctuated_word": "its" + }, + { + "word": "way", + "start": 1331.14, + "end": 1331.36, + "confidence": 0.8132864, + "speaker": 0, + "speaker_confidence": 0.5097656, + "punctuated_word": "way" + }, + { + "word": "through", + "start": 1331.36, + "end": 1331.52, + "confidence": 0.8314373, + "speaker": 0, + "speaker_confidence": 0.5097656, + "punctuated_word": "through" + }, + { + "word": "the", + "start": 1331.52, + "end": 1331.68, + "confidence": 0.9928093, + "speaker": 0, + "speaker_confidence": 0.5097656, + "punctuated_word": "the" + }, + { + "word": "network", + "start": 1331.68, + "end": 1332.18, + "confidence": 0.24038726, + "speaker": 0, + "speaker_confidence": 0.5097656, + "punctuated_word": "network." + }, + { + "word": "yeah", + "start": 1332.44, + "end": 1332.66, + "confidence": 0.8812162, + "speaker": 1, + "speaker_confidence": 0.43896484, + "punctuated_word": "Yeah," + }, + { + "word": "and", + "start": 1332.66, + "end": 1332.82, + "confidence": 0.85564697, + "speaker": 1, + "speaker_confidence": 0.43896484, + "punctuated_word": "and" + }, + { + "word": "of", + "start": 1332.82, + "end": 1332.94, + "confidence": 0.47581413, + "speaker": 1, + "speaker_confidence": 0.43896484, + "punctuated_word": "of" + }, + { + "word": "course", + "start": 1332.94, + "end": 1333.14, + "confidence": 0.9615171, + "speaker": 1, + "speaker_confidence": 0.43896484, + "punctuated_word": "course" + }, + { + "word": "there's", + "start": 1333.14, + "end": 1333.32, + "confidence": 0.8091267, + "speaker": 1, + "speaker_confidence": 0.43896484, + "punctuated_word": "there's" + }, + { + "word": "also", + "start": 1333.32, + "end": 1333.58, + "confidence": 0.76660246, + "speaker": 1, + "speaker_confidence": 0.43896484, + "punctuated_word": "also" + }, + { + "word": "a", + "start": 1333.58, + "end": 1333.66, + "confidence": 0.9995726, + "speaker": 1, + "speaker_confidence": 0.7529297, + "punctuated_word": "a" + }, + { + "word": "bottleneck", + "start": 1333.66, + "end": 1334.12, + "confidence": 0.74935323, + "speaker": 1, + "speaker_confidence": 0.7529297, + "punctuated_word": "bottleneck" + }, + { + "word": "of", + "start": 1334.12, + "end": 1334.34, + "confidence": 0.3733218, + "speaker": 1, + "speaker_confidence": 0.7529297, + "punctuated_word": "of" + }, + { + "word": "just", + "start": 1334.34, + "end": 1334.6, + "confidence": 0.6031028, + "speaker": 1, + "speaker_confidence": 0.7529297, + "punctuated_word": "just" + }, + { + "word": "that", + "start": 1334.6, + "end": 1335.06, + "confidence": 0.826269, + "speaker": 1, + "speaker_confidence": 0.7529297, + "punctuated_word": "that" + }, + { + "word": "very", + "start": 1335.06, + "end": 1335.3, + "confidence": 0.88377243, + "speaker": 1, + "speaker_confidence": 0.7529297, + "punctuated_word": "very" + }, + { + "word": "small", + "start": 1335.3, + "end": 1335.56, + "confidence": 0.9051995, + "speaker": 1, + "speaker_confidence": 0.7529297, + "punctuated_word": "small" + }, + { + "word": "number", + "start": 1335.56, + "end": 1335.8, + "confidence": 0.932442, + "speaker": 1, + "speaker_confidence": 0.7529297, + "punctuated_word": "number" + }, + { + "word": "of", + "start": 1335.8, + "end": 1335.92, + "confidence": 0.8601225, + "speaker": 1, + "speaker_confidence": 0.7529297, + "punctuated_word": "of" + }, + { + "word": "people", + "start": 1335.92, + "end": 1336.16, + "confidence": 0.7835723, + "speaker": 1, + "speaker_confidence": 0.7529297, + "punctuated_word": "people" + }, + { + "word": "that", + "start": 1336.16, + "end": 1336.32, + "confidence": 0.88898575, + "speaker": 1, + "speaker_confidence": 0.7529297, + "punctuated_word": "that" + }, + { + "word": "work", + "start": 1336.32, + "end": 1336.56, + "confidence": 0.80875164, + "speaker": 1, + "speaker_confidence": 0.7529297, + "punctuated_word": "work" + }, + { + "word": "on", + "start": 1336.56, + "end": 1336.72, + "confidence": 0.837488, + "speaker": 1, + "speaker_confidence": 0.7529297, + "punctuated_word": "on" + }, + { + "word": "the", + "start": 1336.72, + "end": 1336.88, + "confidence": 0.743647, + "speaker": 1, + "speaker_confidence": 0.6640625, + "punctuated_word": "the" + }, + { + "word": "wallet", + "start": 1336.88, + "end": 1337.28, + "confidence": 0.8207326, + "speaker": 1, + "speaker_confidence": 0.6640625, + "punctuated_word": "wallet" + }, + { + "word": "in", + "start": 1337.28, + "end": 1337.44, + "confidence": 0.5857208, + "speaker": 1, + "speaker_confidence": 0.6640625, + "punctuated_word": "in" + }, + { + "word": "general", + "start": 1337.44, + "end": 1337.8, + "confidence": 0.73165226, + "speaker": 1, + "speaker_confidence": 0.6640625, + "punctuated_word": "general" + }, + { + "word": "in", + "start": 1337.8, + "end": 1337.96, + "confidence": 0.5569885, + "speaker": 1, + "speaker_confidence": 0.6640625, + "punctuated_word": "in" + }, + { + "word": "bitcoin", + "start": 1337.96, + "end": 1338.24, + "confidence": 0.822263, + "speaker": 1, + "speaker_confidence": 0.6640625, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 1338.24, + "end": 1338.74, + "confidence": 0.2511065, + "speaker": 1, + "speaker_confidence": 0.6640625, + "punctuated_word": "Core." + }, + { + "word": "i", + "start": 1338.94, + "end": 1339.02, + "confidence": 0.9989604, + "speaker": 1, + "speaker_confidence": 0.80566406, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 1339.02, + "end": 1339.28, + "confidence": 0.8022681, + "speaker": 1, + "speaker_confidence": 0.80566406, + "punctuated_word": "don't" + }, + { + "word": "think", + "start": 1339.28, + "end": 1339.78, + "confidence": 0.9473016, + "speaker": 1, + "speaker_confidence": 0.80566406, + "punctuated_word": "think" + }, + { + "word": "we've", + "start": 1339.86, + "end": 1340.22, + "confidence": 0.71654093, + "speaker": 1, + "speaker_confidence": 0.80566406, + "punctuated_word": "we've" + }, + { + "word": "adjusted", + "start": 1340.22, + "end": 1340.64, + "confidence": 0.8346442, + "speaker": 1, + "speaker_confidence": 0.80566406, + "punctuated_word": "adjusted" + }, + { + "word": "the", + "start": 1340.64, + "end": 1340.82, + "confidence": 0.826526, + "speaker": 1, + "speaker_confidence": 0.80566406, + "punctuated_word": "the" + }, + { + "word": "new", + "start": 1340.82, + "end": 1341.02, + "confidence": 0.99799794, + "speaker": 1, + "speaker_confidence": 0.80566406, + "punctuated_word": "new" + }, + { + "word": "rbf", + "start": 1341.02, + "end": 1341.52, + "confidence": 0.17458054, + "speaker": 1, + "speaker_confidence": 0.80566406, + "punctuated_word": "RBF," + }, + { + "word": "i", + "start": 1341.98, + "end": 1342.2, + "confidence": 0.9998567, + "speaker": 1, + "speaker_confidence": 0.80566406, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 1342.2, + "end": 1342.36, + "confidence": 0.78151816, + "speaker": 1, + "speaker_confidence": 0.80566406, + "punctuated_word": "don't" + }, + { + "word": "think", + "start": 1342.36, + "end": 1342.56, + "confidence": 0.95232207, + "speaker": 1, + "speaker_confidence": 0.80566406, + "punctuated_word": "think" + }, + { + "word": "we've", + "start": 1342.56, + "end": 1342.8, + "confidence": 0.76872784, + "speaker": 1, + "speaker_confidence": 0.80566406, + "punctuated_word": "we've" + }, + { + "word": "adjusted", + "start": 1342.8, + "end": 1343.16, + "confidence": 0.68974835, + "speaker": 1, + "speaker_confidence": 0.80566406, + "punctuated_word": "adjusted" + }, + { + "word": "to", + "start": 1343.16, + "end": 1343.3, + "confidence": 0.76662356, + "speaker": 1, + "speaker_confidence": 0.80566406, + "punctuated_word": "to" + }, + { + "word": "the", + "start": 1343.3, + "end": 1343.42, + "confidence": 0.54088145, + "speaker": 1, + "speaker_confidence": 0.7758789, + "punctuated_word": "the" + }, + { + "word": "new", + "start": 1343.42, + "end": 1343.6, + "confidence": 0.99784446, + "speaker": 1, + "speaker_confidence": 0.7758789, + "punctuated_word": "new" + }, + { + "word": "rbf", + "start": 1343.6, + "end": 1344.0, + "confidence": 0.49788025, + "speaker": 1, + "speaker_confidence": 0.7758789, + "punctuated_word": "RBF" + }, + { + "word": "reality", + "start": 1344.0, + "end": 1344.44, + "confidence": 0.59460795, + "speaker": 1, + "speaker_confidence": 0.7758789, + "punctuated_word": "reality" + }, + { + "word": "yet", + "start": 1344.44, + "end": 1344.94, + "confidence": 0.88693565, + "speaker": 1, + "speaker_confidence": 0.7758789, + "punctuated_word": "yet," + }, + { + "word": "for", + "start": 1346.6, + "end": 1346.74, + "confidence": 0.78533965, + "speaker": 1, + "speaker_confidence": 0.7758789, + "punctuated_word": "for" + }, + { + "word": "example", + "start": 1346.74, + "end": 1347.18, + "confidence": 0.6842004, + "speaker": 1, + "speaker_confidence": 0.7758789, + "punctuated_word": "example." + }, + { + "word": "and", + "start": 1347.18, + "end": 1347.34, + "confidence": 0.9727815, + "speaker": 1, + "speaker_confidence": 0.7758789, + "punctuated_word": "And" + }, + { + "word": "there's", + "start": 1347.34, + "end": 1347.62, + "confidence": 0.7436225, + "speaker": 1, + "speaker_confidence": 0.7758789, + "punctuated_word": "there's" + }, + { + "word": "some", + "start": 1347.62, + "end": 1348.08, + "confidence": 0.5159667, + "speaker": 1, + "speaker_confidence": 0.7758789, + "punctuated_word": "some..." + }, + { + "word": "how", + "start": 1348.08, + "end": 1348.26, + "confidence": 0.97330666, + "speaker": 0, + "speaker_confidence": 0.40527344, + "punctuated_word": "How" + }, + { + "word": "so", + "start": 1348.26, + "end": 1348.76, + "confidence": 0.39823225, + "speaker": 0, + "speaker_confidence": 0.40527344, + "punctuated_word": "so?" + }, + { + "word": "you", + "start": 1350.08, + "end": 1350.58, + "confidence": 0.7071893, + "speaker": 0, + "speaker_confidence": 0.40527344, + "punctuated_word": "You" + }, + { + "word": "can", + "start": 1350.7, + "end": 1350.86, + "confidence": 0.8870598, + "speaker": 0, + "speaker_confidence": 0.40527344, + "punctuated_word": "can" + }, + { + "word": "use", + "start": 1350.86, + "end": 1351.1, + "confidence": 0.99737215, + "speaker": 0, + "speaker_confidence": 0.40527344, + "punctuated_word": "use" + }, + { + "word": "rbf", + "start": 1351.1, + "end": 1351.56, + "confidence": 0.4845689, + "speaker": 0, + "speaker_confidence": 0.40527344, + "punctuated_word": "RBF" + }, + { + "word": "for", + "start": 1351.56, + "end": 1351.8, + "confidence": 0.78333056, + "speaker": 1, + "speaker_confidence": 0.3017578, + "punctuated_word": "for" + }, + { + "word": "bitcoin", + "start": 1351.8, + "end": 1352.08, + "confidence": 0.73306507, + "speaker": 1, + "speaker_confidence": 0.3017578, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 1352.08, + "end": 1352.3, + "confidence": 0.8820639, + "speaker": 1, + "speaker_confidence": 0.3017578, + "punctuated_word": "Core," + }, + { + "word": "right", + "start": 1352.3, + "end": 1352.8, + "confidence": 0.033878885, + "speaker": 1, + "speaker_confidence": 0.3017578, + "punctuated_word": "right?" + }, + { + "word": "yeah", + "start": 1353.5, + "end": 1353.7, + "confidence": 0.70023835, + "speaker": 1, + "speaker_confidence": 0.6074219, + "punctuated_word": "Yeah," + }, + { + "word": "well", + "start": 1353.7, + "end": 1353.84, + "confidence": 0.7712746, + "speaker": 1, + "speaker_confidence": 0.6074219, + "punctuated_word": "well," + }, + { + "word": "bitcoin", + "start": 1353.84, + "end": 1354.12, + "confidence": 0.45948046, + "speaker": 1, + "speaker_confidence": 0.6074219, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 1354.12, + "end": 1354.54, + "confidence": 0.79149526, + "speaker": 1, + "speaker_confidence": 0.6074219, + "punctuated_word": "Core" + }, + { + "word": "wallet", + "start": 1354.54, + "end": 1354.9, + "confidence": 0.8154603, + "speaker": 1, + "speaker_confidence": 0.6074219, + "punctuated_word": "wallet" + }, + { + "word": "has", + "start": 1354.9, + "end": 1355.06, + "confidence": 0.83705324, + "speaker": 1, + "speaker_confidence": 0.6074219, + "punctuated_word": "has" + }, + { + "word": "been", + "start": 1355.06, + "end": 1355.28, + "confidence": 0.80295354, + "speaker": 1, + "speaker_confidence": 0.6074219, + "punctuated_word": "been" + }, + { + "word": "setting", + "start": 1355.28, + "end": 1355.58, + "confidence": 0.9379701, + "speaker": 1, + "speaker_confidence": 0.6074219, + "punctuated_word": "setting" + }, + { + "word": "the", + "start": 1355.58, + "end": 1355.68, + "confidence": 0.9996804, + "speaker": 1, + "speaker_confidence": 0.42773438, + "punctuated_word": "the" + }, + { + "word": "rbf", + "start": 1355.68, + "end": 1356.16, + "confidence": 0.8644776, + "speaker": 1, + "speaker_confidence": 0.42773438, + "punctuated_word": "RBF" + }, + { + "word": "flag", + "start": 1356.16, + "end": 1356.66, + "confidence": 0.12907368, + "speaker": 1, + "speaker_confidence": 0.6660156, + "punctuated_word": "flag" + }, + { + "word": "for", + "start": 1357.72, + "end": 1357.96, + "confidence": 0.83419853, + "speaker": 1, + "speaker_confidence": 0.6660156, + "punctuated_word": "for" + }, + { + "word": "wallet", + "start": 1357.96, + "end": 1358.2, + "confidence": 0.8959603, + "speaker": 1, + "speaker_confidence": 0.6660156, + "punctuated_word": "wallet" + }, + { + "word": "transactions", + "start": 1358.2, + "end": 1358.7, + "confidence": 0.8183571, + "speaker": 1, + "speaker_confidence": 0.6660156, + "punctuated_word": "transactions" + }, + { + "word": "for", + "start": 1358.76, + "end": 1358.9, + "confidence": 0.88552946, + "speaker": 1, + "speaker_confidence": 0.6660156, + "punctuated_word": "for" + }, + { + "word": "many", + "start": 1358.9, + "end": 1359.14, + "confidence": 0.988663, + "speaker": 1, + "speaker_confidence": 0.6660156, + "punctuated_word": "many" + }, + { + "word": "years", + "start": 1359.14, + "end": 1359.64, + "confidence": 0.16179228, + "speaker": 1, + "speaker_confidence": 0.6660156, + "punctuated_word": "years." + }, + { + "word": "we", + "start": 1360.12, + "end": 1360.28, + "confidence": 0.999592, + "speaker": 1, + "speaker_confidence": 0.65771484, + "punctuated_word": "We" + }, + { + "word": "don't", + "start": 1360.28, + "end": 1360.64, + "confidence": 0.8776716, + "speaker": 1, + "speaker_confidence": 0.65771484, + "punctuated_word": "don't" + }, + { + "word": "have", + "start": 1360.64, + "end": 1360.84, + "confidence": 0.7861085, + "speaker": 1, + "speaker_confidence": 0.65771484, + "punctuated_word": "have" + }, + { + "word": "to", + "start": 1360.84, + "end": 1361.04, + "confidence": 0.5603649, + "speaker": 1, + "speaker_confidence": 0.65771484, + "punctuated_word": "to" + }, + { + "word": "anymore", + "start": 1361.04, + "end": 1361.54, + "confidence": 0.89477485, + "speaker": 1, + "speaker_confidence": 0.65771484, + "punctuated_word": "anymore" + }, + { + "word": "because", + "start": 1361.58, + "end": 1362.08, + "confidence": 0.992743, + "speaker": 1, + "speaker_confidence": 0.65771484, + "punctuated_word": "because" + }, + { + "word": "it's", + "start": 1362.18, + "end": 1362.5, + "confidence": 0.8881047, + "speaker": 1, + "speaker_confidence": 0.65771484, + "punctuated_word": "it's" + }, + { + "word": "gone", + "start": 1362.5, + "end": 1363.0, + "confidence": 0.19273062, + "speaker": 1, + "speaker_confidence": 0.65771484, + "punctuated_word": "gone." + }, + { + "word": "but", + "start": 1363.66, + "end": 1363.84, + "confidence": 0.92626715, + "speaker": 0, + "speaker_confidence": 0.37890625, + "punctuated_word": "But" + }, + { + "word": "there's", + "start": 1363.84, + "end": 1364.06, + "confidence": 0.8078696, + "speaker": 0, + "speaker_confidence": 0.37890625, + "punctuated_word": "there's" + }, + { + "word": "also", + "start": 1364.06, + "end": 1364.44, + "confidence": 0.83435, + "speaker": 0, + "speaker_confidence": 0.37890625, + "punctuated_word": "also" + }, + { + "word": "no", + "start": 1364.44, + "end": 1364.54, + "confidence": 0.87198514, + "speaker": 0, + "speaker_confidence": 0.37890625, + "punctuated_word": "no" + }, + { + "word": "harm", + "start": 1364.54, + "end": 1364.76, + "confidence": 0.8922056, + "speaker": 0, + "speaker_confidence": 0.37890625, + "punctuated_word": "harm" + }, + { + "word": "in", + "start": 1364.76, + "end": 1364.92, + "confidence": 0.85283023, + "speaker": 0, + "speaker_confidence": 0.35253906, + "punctuated_word": "in" + }, + { + "word": "doing", + "start": 1364.92, + "end": 1365.14, + "confidence": 0.89891344, + "speaker": 0, + "speaker_confidence": 0.35253906, + "punctuated_word": "doing" + }, + { + "word": "it", + "start": 1365.14, + "end": 1365.22, + "confidence": 0.9975321, + "speaker": 0, + "speaker_confidence": 0.35253906, + "punctuated_word": "it," + }, + { + "word": "i", + "start": 1365.22, + "end": 1365.46, + "confidence": 0.62319094, + "speaker": 0, + "speaker_confidence": 0.35253906, + "punctuated_word": "I" + }, + { + "word": "guess", + "start": 1365.46, + "end": 1365.96, + "confidence": 0.20697063, + "speaker": 0, + "speaker_confidence": 0.35253906, + "punctuated_word": "guess." + }, + { + "word": "no", + "start": 1366.46, + "end": 1366.96, + "confidence": 0.697825, + "speaker": 1, + "speaker_confidence": 0.63183594, + "punctuated_word": "No," + }, + { + "word": "and", + "start": 1367.22, + "end": 1367.64, + "confidence": 0.56345767, + "speaker": 1, + "speaker_confidence": 0.63183594, + "punctuated_word": "and" + }, + { + "word": "well", + "start": 1367.64, + "end": 1367.86, + "confidence": 0.827066, + "speaker": 1, + "speaker_confidence": 0.63183594, + "punctuated_word": "well," + }, + { + "word": "there's", + "start": 1367.86, + "end": 1368.16, + "confidence": 0.7430821, + "speaker": 1, + "speaker_confidence": 0.63183594, + "punctuated_word": "there's" + }, + { + "word": "actually", + "start": 1368.16, + "end": 1368.42, + "confidence": 0.87225163, + "speaker": 1, + "speaker_confidence": 0.63183594, + "punctuated_word": "actually" + }, + { + "word": "harm", + "start": 1368.42, + "end": 1368.68, + "confidence": 0.6911322, + "speaker": 1, + "speaker_confidence": 0.63183594, + "punctuated_word": "harm" + }, + { + "word": "in", + "start": 1368.68, + "end": 1368.82, + "confidence": 0.8771387, + "speaker": 1, + "speaker_confidence": 0.63183594, + "punctuated_word": "in" + }, + { + "word": "turning", + "start": 1368.82, + "end": 1369.04, + "confidence": 0.7803995, + "speaker": 1, + "speaker_confidence": 0.63183594, + "punctuated_word": "turning" + }, + { + "word": "it", + "start": 1369.04, + "end": 1369.2, + "confidence": 0.76149154, + "speaker": 0, + "speaker_confidence": 0.13867188, + "punctuated_word": "it" + }, + { + "word": "off", + "start": 1369.2, + "end": 1369.7, + "confidence": 0.022165492, + "speaker": 0, + "speaker_confidence": 0.13867188, + "punctuated_word": "off." + }, + { + "word": "maybe", + "start": 1369.84, + "end": 1369.9, + "confidence": 0.3591666, + "speaker": 0, + "speaker_confidence": 0.12792969, + "punctuated_word": "Maybe" + }, + { + "word": "privacy", + "start": 1369.9, + "end": 1370.4, + "confidence": 0.6693278, + "speaker": 0, + "speaker_confidence": 0.12792969, + "punctuated_word": "privacy." + }, + { + "word": "yeah", + "start": 1371.26, + "end": 1371.5, + "confidence": 0.8572454, + "speaker": 1, + "speaker_confidence": 0.8105469, + "punctuated_word": "Yeah," + }, + { + "word": "you", + "start": 1371.5, + "end": 1371.66, + "confidence": 0.80295795, + "speaker": 1, + "speaker_confidence": 0.8105469, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 1371.66, + "end": 1371.86, + "confidence": 0.53666025, + "speaker": 1, + "speaker_confidence": 0.8105469, + "punctuated_word": "can" + }, + { + "word": "see", + "start": 1371.86, + "end": 1372.12, + "confidence": 0.71759695, + "speaker": 1, + "speaker_confidence": 0.8105469, + "punctuated_word": "see" + }, + { + "word": "who", + "start": 1372.12, + "end": 1372.28, + "confidence": 0.7588402, + "speaker": 1, + "speaker_confidence": 0.8105469, + "punctuated_word": "who" + }, + { + "word": "upgraded", + "start": 1372.28, + "end": 1372.74, + "confidence": 0.90183514, + "speaker": 1, + "speaker_confidence": 0.8105469, + "punctuated_word": "upgraded" + }, + { + "word": "if", + "start": 1372.74, + "end": 1372.94, + "confidence": 0.81800294, + "speaker": 1, + "speaker_confidence": 0.8105469, + "punctuated_word": "if" + }, + { + "word": "we", + "start": 1372.94, + "end": 1373.14, + "confidence": 0.8733397, + "speaker": 1, + "speaker_confidence": 0.8105469, + "punctuated_word": "we" + }, + { + "word": "change", + "start": 1373.14, + "end": 1373.44, + "confidence": 0.6277058, + "speaker": 1, + "speaker_confidence": 0.8105469, + "punctuated_word": "change" + }, + { + "word": "this", + "start": 1373.44, + "end": 1373.94, + "confidence": 0.25460747, + "speaker": 1, + "speaker_confidence": 0.8105469, + "punctuated_word": "this." + }, + { + "word": "and", + "start": 1373.94, + "end": 1374.28, + "confidence": 0.7378212, + "speaker": 1, + "speaker_confidence": 0.8105469, + "punctuated_word": "And" + }, + { + "word": "maybe", + "start": 1374.28, + "end": 1374.52, + "confidence": 0.919593, + "speaker": 1, + "speaker_confidence": 0.8105469, + "punctuated_word": "maybe" + }, + { + "word": "something", + "start": 1374.52, + "end": 1374.8, + "confidence": 0.7635573, + "speaker": 1, + "speaker_confidence": 0.8105469, + "punctuated_word": "something" + }, + { + "word": "similar", + "start": 1374.8, + "end": 1375.08, + "confidence": 0.9016739, + "speaker": 1, + "speaker_confidence": 0.8105469, + "punctuated_word": "similar" + }, + { + "word": "applies", + "start": 1375.08, + "end": 1375.44, + "confidence": 0.743621, + "speaker": 1, + "speaker_confidence": 0.8105469, + "punctuated_word": "applies" + }, + { + "word": "to", + "start": 1375.44, + "end": 1375.58, + "confidence": 0.867576, + "speaker": 1, + "speaker_confidence": 0.8105469, + "punctuated_word": "to" + }, + { + "word": "fee", + "start": 1375.58, + "end": 1375.76, + "confidence": 0.717578, + "speaker": 1, + "speaker_confidence": 0.8105469, + "punctuated_word": "fee" + }, + { + "word": "rates", + "start": 1375.76, + "end": 1376.12, + "confidence": 0.50688154, + "speaker": 1, + "speaker_confidence": 0.8105469, + "punctuated_word": "rates." + }, + { + "word": "if", + "start": 1376.12, + "end": 1376.2, + "confidence": 0.7647424, + "speaker": 1, + "speaker_confidence": 0.78808594, + "punctuated_word": "If" + }, + { + "word": "we", + "start": 1376.2, + "end": 1376.32, + "confidence": 0.80249494, + "speaker": 1, + "speaker_confidence": 0.78808594, + "punctuated_word": "we" + }, + { + "word": "suddenly", + "start": 1376.32, + "end": 1376.72, + "confidence": 0.9030929, + "speaker": 1, + "speaker_confidence": 0.78808594, + "punctuated_word": "suddenly" + }, + { + "word": "drop", + "start": 1376.72, + "end": 1376.98, + "confidence": 0.8605735, + "speaker": 1, + "speaker_confidence": 0.78808594, + "punctuated_word": "drop" + }, + { + "word": "it", + "start": 1376.98, + "end": 1377.18, + "confidence": 0.72838086, + "speaker": 1, + "speaker_confidence": 0.78808594, + "punctuated_word": "it," + }, + { + "word": "then", + "start": 1377.18, + "end": 1377.34, + "confidence": 0.8946626, + "speaker": 1, + "speaker_confidence": 0.78808594, + "punctuated_word": "then" + }, + { + "word": "you", + "start": 1377.34, + "end": 1377.52, + "confidence": 0.7990715, + "speaker": 1, + "speaker_confidence": 0.78808594, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 1377.52, + "end": 1377.72, + "confidence": 0.815197, + "speaker": 1, + "speaker_confidence": 0.78808594, + "punctuated_word": "can" + }, + { + "word": "see", + "start": 1377.72, + "end": 1377.88, + "confidence": 0.4567108, + "speaker": 1, + "speaker_confidence": 0.78808594, + "punctuated_word": "see" + }, + { + "word": "who's", + "start": 1377.88, + "end": 1378.2, + "confidence": 0.72168154, + "speaker": 1, + "speaker_confidence": 0.78808594, + "punctuated_word": "who's" + }, + { + "word": "upgraded", + "start": 1378.2, + "end": 1378.7, + "confidence": 0.22323775, + "speaker": 1, + "speaker_confidence": 0.78808594, + "punctuated_word": "upgraded." + }, + { + "word": "so", + "start": 1379.34, + "end": 1379.84, + "confidence": 0.99942976, + "speaker": 1, + "speaker_confidence": 0.78808594, + "punctuated_word": "So" + }, + { + "word": "i'm", + "start": 1380.04, + "end": 1380.1001, + "confidence": 0.87260085, + "speaker": 1, + "speaker_confidence": 0.78808594, + "punctuated_word": "I'm" + }, + { + "word": "not", + "start": 1380.1001, + "end": 1380.16, + "confidence": 0.69807464, + "speaker": 1, + "speaker_confidence": 0.78808594, + "punctuated_word": "not" + }, + { + "word": "sure", + "start": 1380.16, + "end": 1380.3, + "confidence": 0.81795835, + "speaker": 1, + "speaker_confidence": 0.78808594, + "punctuated_word": "sure" + }, + { + "word": "what", + "start": 1380.3, + "end": 1380.36, + "confidence": 0.8845615, + "speaker": 1, + "speaker_confidence": 0.78808594, + "punctuated_word": "what" + }, + { + "word": "the", + "start": 1380.36, + "end": 1380.48, + "confidence": 0.8626551, + "speaker": 1, + "speaker_confidence": 0.78808594, + "punctuated_word": "the" + }, + { + "word": "right", + "start": 1380.48, + "end": 1380.72, + "confidence": 0.8975547, + "speaker": 1, + "speaker_confidence": 0.78808594, + "punctuated_word": "right" + }, + { + "word": "path", + "start": 1380.72, + "end": 1380.92, + "confidence": 0.83895594, + "speaker": 1, + "speaker_confidence": 0.78808594, + "punctuated_word": "path" + }, + { + "word": "is", + "start": 1380.92, + "end": 1381.08, + "confidence": 0.98941886, + "speaker": 1, + "speaker_confidence": 0.78808594, + "punctuated_word": "is" + }, + { + "word": "there", + "start": 1381.08, + "end": 1381.58, + "confidence": 0.15138476, + "speaker": 1, + "speaker_confidence": 0.78808594, + "punctuated_word": "there." + }, + { + "word": "right", + "start": 1381.96, + "end": 1382.46, + "confidence": 0.23811662, + "speaker": 0, + "speaker_confidence": 0.5024414, + "punctuated_word": "Right." + }, + { + "word": "okay", + "start": 1383.4, + "end": 1383.8, + "confidence": 0.8867529, + "speaker": 0, + "speaker_confidence": 0.5024414, + "punctuated_word": "Okay," + }, + { + "word": "let's", + "start": 1383.8, + "end": 1384.02, + "confidence": 0.8778914, + "speaker": 0, + "speaker_confidence": 0.5024414, + "punctuated_word": "let's" + }, + { + "word": "move", + "start": 1384.02, + "end": 1384.24, + "confidence": 0.90245664, + "speaker": 0, + "speaker_confidence": 0.5024414, + "punctuated_word": "move" + }, + { + "word": "on", + "start": 1384.24, + "end": 1384.44, + "confidence": 0.807554, + "speaker": 0, + "speaker_confidence": 0.5024414, + "punctuated_word": "on" + }, + { + "word": "to", + "start": 1384.44, + "end": 1384.6, + "confidence": 0.8551798, + "speaker": 0, + "speaker_confidence": 0.5024414, + "punctuated_word": "to" + }, + { + "word": "the", + "start": 1384.6, + "end": 1384.72, + "confidence": 0.8253755, + "speaker": 0, + "speaker_confidence": 0.5024414, + "punctuated_word": "the" + }, + { + "word": "next", + "start": 1384.72, + "end": 1384.92, + "confidence": 0.9959501, + "speaker": 0, + "speaker_confidence": 0.5024414, + "punctuated_word": "next" + }, + { + "word": "point", + "start": 1384.92, + "end": 1385.42, + "confidence": 0.31564385, + "speaker": 0, + "speaker_confidence": 0.5024414, + "punctuated_word": "point." + }, + { + "word": "cool", + "start": 1385.84, + "end": 1386.34, + "confidence": 0.651265, + "speaker": 0, + "speaker_confidence": 0.6879883, + "punctuated_word": "Cool." + }, + { + "word": "actually", + "start": 1386.66, + "end": 1387.04, + "confidence": 0.98261964, + "speaker": 0, + "speaker_confidence": 0.6879883, + "punctuated_word": "Actually," + }, + { + "word": "i", + "start": 1387.04, + "end": 1387.16, + "confidence": 0.7740699, + "speaker": 0, + "speaker_confidence": 0.6879883, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 1387.16, + "end": 1387.4, + "confidence": 0.9039757, + "speaker": 0, + "speaker_confidence": 0.6879883, + "punctuated_word": "think" + }, + { + "word": "this", + "start": 1387.4, + "end": 1387.6, + "confidence": 0.79943645, + "speaker": 0, + "speaker_confidence": 0.6879883, + "punctuated_word": "this" + }, + { + "word": "is", + "start": 1387.6, + "end": 1387.84, + "confidence": 0.7118385, + "speaker": 0, + "speaker_confidence": 0.6879883, + "punctuated_word": "is" + }, + { + "word": "also", + "start": 1387.84, + "end": 1388.34, + "confidence": 0.27225536, + "speaker": 0, + "speaker_confidence": 0.6879883, + "punctuated_word": "also," + }, + { + "word": "there's", + "start": 1389.1, + "end": 1389.4, + "confidence": 0.781174, + "speaker": 0, + "speaker_confidence": 0.6879883, + "punctuated_word": "there's" + }, + { + "word": "another", + "start": 1389.4, + "end": 1389.72, + "confidence": 0.8881249, + "speaker": 0, + "speaker_confidence": 0.6879883, + "punctuated_word": "another" + }, + { + "word": "policy", + "start": 1389.72, + "end": 1390.12, + "confidence": 0.91947937, + "speaker": 0, + "speaker_confidence": 0.6879883, + "punctuated_word": "policy" + }, + { + "word": "issue", + "start": 1390.12, + "end": 1390.62, + "confidence": 0.38748184, + "speaker": 0, + "speaker_confidence": 0.6879883, + "punctuated_word": "issue." + }, + { + "word": "there's", + "start": 1391.5, + "end": 1391.8, + "confidence": 0.9982278, + "speaker": 0, + "speaker_confidence": 0.6879883, + "punctuated_word": "There's" + }, + { + "word": "a", + "start": 1391.8, + "end": 1391.98, + "confidence": 0.8261266, + "speaker": 0, + "speaker_confidence": 0.6879883, + "punctuated_word": "a" + }, + { + "word": "new", + "start": 1391.98, + "end": 1392.48, + "confidence": 0.8229738, + "speaker": 0, + "speaker_confidence": 0.6879883, + "punctuated_word": "new" + }, + { + "word": "policy", + "start": 1392.5, + "end": 1392.92, + "confidence": 0.67837846, + "speaker": 0, + "speaker_confidence": 0.6879883, + "punctuated_word": "policy" + }, + { + "word": "rule", + "start": 1392.92, + "end": 1393.32, + "confidence": 0.87135845, + "speaker": 0, + "speaker_confidence": 0.6879883, + "punctuated_word": "rule," + }, + { + "word": "just", + "start": 1393.32, + "end": 1393.58, + "confidence": 0.9115042, + "speaker": 0, + "speaker_confidence": 0.6879883, + "punctuated_word": "just" + }, + { + "word": "correct", + "start": 1393.58, + "end": 1393.82, + "confidence": 0.91092104, + "speaker": 0, + "speaker_confidence": 0.6879883, + "punctuated_word": "correct" + }, + { + "word": "me", + "start": 1393.82, + "end": 1393.94, + "confidence": 0.9991202, + "speaker": 0, + "speaker_confidence": 0.43359375, + "punctuated_word": "me" + }, + { + "word": "if", + "start": 1393.94, + "end": 1394.06, + "confidence": 0.9990231, + "speaker": 0, + "speaker_confidence": 0.43359375, + "punctuated_word": "if" + }, + { + "word": "i'm", + "start": 1394.06, + "end": 1394.22, + "confidence": 0.80551916, + "speaker": 0, + "speaker_confidence": 0.43359375, + "punctuated_word": "I'm" + }, + { + "word": "saying", + "start": 1394.22, + "end": 1394.44, + "confidence": 0.83817726, + "speaker": 0, + "speaker_confidence": 0.43359375, + "punctuated_word": "saying" + }, + { + "word": "anything", + "start": 1394.44, + "end": 1394.8, + "confidence": 0.8900494, + "speaker": 0, + "speaker_confidence": 0.43359375, + "punctuated_word": "anything" + }, + { + "word": "wrong", + "start": 1394.8, + "end": 1395.04, + "confidence": 0.40405124, + "speaker": 0, + "speaker_confidence": 0.43359375, + "punctuated_word": "wrong," + }, + { + "word": "but", + "start": 1395.04, + "end": 1395.16, + "confidence": 0.9809902, + "speaker": 0, + "speaker_confidence": 0.43359375, + "punctuated_word": "but" + }, + { + "word": "there's", + "start": 1395.16, + "end": 1395.24, + "confidence": 0.9976197, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "there's" + }, + { + "word": "a", + "start": 1395.24, + "end": 1395.36, + "confidence": 0.80804783, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "a" + }, + { + "word": "new", + "start": 1395.36, + "end": 1395.6, + "confidence": 0.79538, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "new" + }, + { + "word": "policy", + "start": 1395.6, + "end": 1395.92, + "confidence": 0.74437875, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "policy" + }, + { + "word": "rule", + "start": 1395.92, + "end": 1396.28, + "confidence": 0.6649399, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "rule" + }, + { + "word": "that", + "start": 1396.28, + "end": 1396.64, + "confidence": 0.9966266, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "that" + }, + { + "word": "restricts", + "start": 1396.64, + "end": 1397.14, + "confidence": 0.46451163, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "restricts" + }, + { + "word": "the", + "start": 1397.28, + "end": 1397.48, + "confidence": 0.5689392, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "the" + }, + { + "word": "number", + "start": 1397.48, + "end": 1397.84, + "confidence": 0.8457791, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "number" + }, + { + "word": "of", + "start": 1397.84, + "end": 1398.34, + "confidence": 0.83943194, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "of" + }, + { + "word": "signature", + "start": 1398.64, + "end": 1399.14, + "confidence": 0.7671921, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "signature" + }, + { + "word": "operations", + "start": 1399.2, + "end": 1399.7, + "confidence": 0.27508137, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "operations," + }, + { + "word": "sigops", + "start": 1400.02, + "end": 1400.52, + "confidence": 0.5562224, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "SIGOPs," + }, + { + "word": "per", + "start": 1401.2, + "end": 1401.7, + "confidence": 0.4208478, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "per" + }, + { + "word": "transaction", + "start": 1402.04, + "end": 1402.54, + "confidence": 0.6296421, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "transaction" + }, + { + "word": "or", + "start": 1402.6, + "end": 1402.82, + "confidence": 0.7638741, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "or" + }, + { + "word": "no", + "start": 1402.82, + "end": 1403.04, + "confidence": 0.92211413, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "no," + }, + { + "word": "per", + "start": 1403.04, + "end": 1403.3, + "confidence": 0.8171127, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "per" + }, + { + "word": "output", + "start": 1403.3, + "end": 1403.8, + "confidence": 0.8812583, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "output," + }, + { + "word": "right", + "start": 1403.9, + "end": 1404.4, + "confidence": 0.0648729, + "speaker": 0, + "speaker_confidence": 0.7705078, + "punctuated_word": "right?" + }, + { + "word": "yeah", + "start": 1404.72, + "end": 1405.08, + "confidence": 0.8728148, + "speaker": 1, + "speaker_confidence": 0.9189453, + "punctuated_word": "Yeah," + }, + { + "word": "so", + "start": 1405.08, + "end": 1405.38, + "confidence": 0.88876003, + "speaker": 1, + "speaker_confidence": 0.9189453, + "punctuated_word": "so" + }, + { + "word": "we", + "start": 1405.38, + "end": 1405.58, + "confidence": 0.9897167, + "speaker": 1, + "speaker_confidence": 0.9189453, + "punctuated_word": "we" + }, + { + "word": "did", + "start": 1405.58, + "end": 1405.76, + "confidence": 0.8030862, + "speaker": 1, + "speaker_confidence": 0.9189453, + "punctuated_word": "did" + }, + { + "word": "a", + "start": 1405.76, + "end": 1405.9, + "confidence": 0.7282355, + "speaker": 1, + "speaker_confidence": 0.9189453, + "punctuated_word": "a" + }, + { + "word": "whole", + "start": 1405.9, + "end": 1406.18, + "confidence": 0.4882893, + "speaker": 1, + "speaker_confidence": 0.9189453, + "punctuated_word": "whole" + }, + { + "word": "episode", + "start": 1406.18, + "end": 1406.68, + "confidence": 0.71152127, + "speaker": 1, + "speaker_confidence": 0.9189453, + "punctuated_word": "episode," + }, + { + "word": "93", + "start": 1406.78, + "end": 1407.28, + "confidence": 0.63644725, + "speaker": 1, + "speaker_confidence": 0.9189453, + "punctuated_word": "93," + }, + { + "word": "about", + "start": 1407.36, + "end": 1407.74, + "confidence": 0.4070743, + "speaker": 1, + "speaker_confidence": 0.9189453, + "punctuated_word": "about" + }, + { + "word": "the", + "start": 1407.74, + "end": 1408.12, + "confidence": 0.7380977, + "speaker": 1, + "speaker_confidence": 0.9189453, + "punctuated_word": "the" + }, + { + "word": "great", + "start": 1408.12, + "end": 1408.58, + "confidence": 0.6969271, + "speaker": 1, + "speaker_confidence": 0.9189453, + "punctuated_word": "great" + }, + { + "word": "consensus", + "start": 1408.58, + "end": 1409.08, + "confidence": 0.78450835, + "speaker": 1, + "speaker_confidence": 0.9189453, + "punctuated_word": "consensus" + }, + { + "word": "cleanup", + "start": 1409.22, + "end": 1409.72, + "confidence": 0.16095454, + "speaker": 1, + "speaker_confidence": 0.9189453, + "punctuated_word": "cleanup" + }, + { + "word": "restoration", + "start": 1409.98, + "end": 1410.48, + "confidence": 0.99312085, + "speaker": 1, + "speaker_confidence": 0.9189453, + "punctuated_word": "restoration" + }, + { + "word": "software", + "start": 1411.06, + "end": 1411.46, + "confidence": 0.5219215, + "speaker": 1, + "speaker_confidence": 0.9189453, + "punctuated_word": "software" + }, + { + "word": "proposal", + "start": 1411.46, + "end": 1411.96, + "confidence": 0.91268975, + "speaker": 1, + "speaker_confidence": 0.9189453, + "punctuated_word": "proposal," + }, + { + "word": "which", + "start": 1411.98, + "end": 1412.28, + "confidence": 0.82972765, + "speaker": 1, + "speaker_confidence": 0.9189453, + "punctuated_word": "which" + }, + { + "word": "deals", + "start": 1412.28, + "end": 1412.56, + "confidence": 0.62048686, + "speaker": 1, + "speaker_confidence": 0.9189453, + "punctuated_word": "deals" + }, + { + "word": "with", + "start": 1412.56, + "end": 1412.8, + "confidence": 0.49639642, + "speaker": 1, + "speaker_confidence": 0.65966797, + "punctuated_word": "with" + }, + { + "word": "time", + "start": 1412.8, + "end": 1413.0, + "confidence": 0.744018, + "speaker": 1, + "speaker_confidence": 0.65966797, + "punctuated_word": "time" + }, + { + "word": "warp", + "start": 1413.0, + "end": 1413.3, + "confidence": 0.3369891, + "speaker": 1, + "speaker_confidence": 0.65966797, + "punctuated_word": "warp" + }, + { + "word": "attacks", + "start": 1413.3, + "end": 1413.68, + "confidence": 0.49024418, + "speaker": 1, + "speaker_confidence": 0.65966797, + "punctuated_word": "attacks," + }, + { + "word": "and", + "start": 1413.68, + "end": 1414.18, + "confidence": 0.8748746, + "speaker": 1, + "speaker_confidence": 0.65966797, + "punctuated_word": "and" + }, + { + "word": "one", + "start": 1414.6, + "end": 1414.76, + "confidence": 0.7158932, + "speaker": 1, + "speaker_confidence": 0.65966797, + "punctuated_word": "one" + }, + { + "word": "of", + "start": 1414.76, + "end": 1414.92, + "confidence": 0.6635974, + "speaker": 1, + "speaker_confidence": 0.67871094, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 1414.92, + "end": 1415.08, + "confidence": 0.5436224, + "speaker": 1, + "speaker_confidence": 0.67871094, + "punctuated_word": "the" + }, + { + "word": "attacks", + "start": 1415.08, + "end": 1415.58, + "confidence": 0.4497227, + "speaker": 1, + "speaker_confidence": 0.67871094, + "punctuated_word": "attacks" + }, + { + "word": "that", + "start": 1415.74, + "end": 1415.98, + "confidence": 0.3528234, + "speaker": 1, + "speaker_confidence": 0.67871094, + "punctuated_word": "that" + }, + { + "word": "soft", + "start": 1415.98, + "end": 1416.22, + "confidence": 0.42109308, + "speaker": 1, + "speaker_confidence": 0.67871094, + "punctuated_word": "soft" + }, + { + "word": "fork", + "start": 1416.22, + "end": 1416.6, + "confidence": 0.4637758, + "speaker": 1, + "speaker_confidence": 0.67871094, + "punctuated_word": "fork" + }, + { + "word": "proposed", + "start": 1416.6, + "end": 1417.04, + "confidence": 0.5476396, + "speaker": 1, + "speaker_confidence": 0.67871094, + "punctuated_word": "proposed" + }, + { + "word": "soft", + "start": 1417.04, + "end": 1417.26, + "confidence": 0.8622562, + "speaker": 1, + "speaker_confidence": 0.67871094, + "punctuated_word": "soft" + }, + { + "word": "fork", + "start": 1417.26, + "end": 1417.5, + "confidence": 0.74358106, + "speaker": 1, + "speaker_confidence": 0.67871094, + "punctuated_word": "fork" + }, + { + "word": "is", + "start": 1417.5, + "end": 1417.7, + "confidence": 0.9060313, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "is" + }, + { + "word": "trying", + "start": 1417.7, + "end": 1417.94, + "confidence": 0.8693993, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "trying" + }, + { + "word": "to", + "start": 1417.94, + "end": 1418.04, + "confidence": 0.8150729, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "to" + }, + { + "word": "deal", + "start": 1418.04, + "end": 1418.24, + "confidence": 0.4900943, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "deal" + }, + { + "word": "with", + "start": 1418.24, + "end": 1418.56, + "confidence": 0.07141084, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "with" + }, + { + "word": "is", + "start": 1418.56, + "end": 1419.06, + "confidence": 0.28432783, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "is" + }, + { + "word": "preventing", + "start": 1420.58, + "end": 1421.08, + "confidence": 0.9995807, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "Preventing" + }, + { + "word": "somebody", + "start": 1421.12, + "end": 1421.48, + "confidence": 0.79826045, + "speaker": 1, + "speaker_confidence": 0.82910156, + "punctuated_word": "somebody" + }, + { + "word": "from", + "start": 1421.48, + "end": 1421.66, + "confidence": 0.99918073, + "speaker": 1, + "speaker_confidence": 0.82910156, + "punctuated_word": "from" + }, + { + "word": "making", + "start": 1421.66, + "end": 1421.88, + "confidence": 0.78914875, + "speaker": 1, + "speaker_confidence": 0.82910156, + "punctuated_word": "making" + }, + { + "word": "a", + "start": 1421.88, + "end": 1422.02, + "confidence": 0.8542655, + "speaker": 1, + "speaker_confidence": 0.82910156, + "punctuated_word": "a" + }, + { + "word": "transaction", + "start": 1422.02, + "end": 1422.52, + "confidence": 0.70848185, + "speaker": 1, + "speaker_confidence": 0.82910156, + "punctuated_word": "transaction" + }, + { + "word": "that", + "start": 1422.54, + "end": 1422.72, + "confidence": 0.87724805, + "speaker": 1, + "speaker_confidence": 0.82910156, + "punctuated_word": "that" + }, + { + "word": "takes", + "start": 1422.72, + "end": 1422.98, + "confidence": 0.88453656, + "speaker": 1, + "speaker_confidence": 0.82910156, + "punctuated_word": "takes" + }, + { + "word": "like", + "start": 1422.98, + "end": 1423.44, + "confidence": 0.8687818, + "speaker": 1, + "speaker_confidence": 0.82910156, + "punctuated_word": "like" + }, + { + "word": "an", + "start": 1423.44, + "end": 1423.62, + "confidence": 0.87984854, + "speaker": 1, + "speaker_confidence": 0.82910156, + "punctuated_word": "an" + }, + { + "word": "hour", + "start": 1423.62, + "end": 1423.86, + "confidence": 0.9950897, + "speaker": 1, + "speaker_confidence": 0.82910156, + "punctuated_word": "hour" + }, + { + "word": "and", + "start": 1423.86, + "end": 1424.02, + "confidence": 0.8337486, + "speaker": 1, + "speaker_confidence": 0.82910156, + "punctuated_word": "and" + }, + { + "word": "a", + "start": 1424.02, + "end": 1424.08, + "confidence": 0.895444, + "speaker": 1, + "speaker_confidence": 0.6503906, + "punctuated_word": "a" + }, + { + "word": "half", + "start": 1424.08, + "end": 1424.32, + "confidence": 0.99394953, + "speaker": 1, + "speaker_confidence": 0.6503906, + "punctuated_word": "half" + }, + { + "word": "on", + "start": 1424.32, + "end": 1424.48, + "confidence": 0.6701485, + "speaker": 1, + "speaker_confidence": 0.6503906, + "punctuated_word": "on" + }, + { + "word": "a", + "start": 1424.48, + "end": 1424.58, + "confidence": 0.8967472, + "speaker": 1, + "speaker_confidence": 0.6503906, + "punctuated_word": "a" + }, + { + "word": "raspberry", + "start": 1424.58, + "end": 1425.02, + "confidence": 0.52750146, + "speaker": 1, + "speaker_confidence": 0.6503906, + "punctuated_word": "Raspberry" + }, + { + "word": "pi", + "start": 1425.02, + "end": 1425.42, + "confidence": 0.18142886, + "speaker": 1, + "speaker_confidence": 0.6503906, + "punctuated_word": "Pi" + }, + { + "word": "to", + "start": 1425.42, + "end": 1425.9, + "confidence": 0.20991892, + "speaker": 1, + "speaker_confidence": 0.6503906, + "punctuated_word": "to" + }, + { + "word": "sorry", + "start": 1425.9, + "end": 1426.12, + "confidence": 0.85386294, + "speaker": 1, + "speaker_confidence": 0.6503906, + "punctuated_word": "Sorry" + }, + { + "word": "to", + "start": 1426.12, + "end": 1426.26, + "confidence": 0.9971726, + "speaker": 1, + "speaker_confidence": 0.6503906, + "punctuated_word": "to" + }, + { + "word": "create", + "start": 1426.26, + "end": 1426.5, + "confidence": 0.79097086, + "speaker": 1, + "speaker_confidence": 0.6503906, + "punctuated_word": "create" + }, + { + "word": "a", + "start": 1426.5, + "end": 1426.58, + "confidence": 0.8664734, + "speaker": 1, + "speaker_confidence": 0.6582031, + "punctuated_word": "a" + }, + { + "word": "block", + "start": 1426.58, + "end": 1426.88, + "confidence": 0.7385287, + "speaker": 1, + "speaker_confidence": 0.6582031, + "punctuated_word": "block" + }, + { + "word": "that", + "start": 1426.88, + "end": 1427.04, + "confidence": 0.8691618, + "speaker": 1, + "speaker_confidence": 0.6582031, + "punctuated_word": "that" + }, + { + "word": "takes", + "start": 1427.04, + "end": 1427.3, + "confidence": 0.8792595, + "speaker": 1, + "speaker_confidence": 0.6582031, + "punctuated_word": "takes" + }, + { + "word": "an", + "start": 1427.3, + "end": 1427.42, + "confidence": 0.8553, + "speaker": 1, + "speaker_confidence": 0.6582031, + "punctuated_word": "an" + }, + { + "word": "hour", + "start": 1427.42, + "end": 1427.64, + "confidence": 0.9661315, + "speaker": 1, + "speaker_confidence": 0.6582031, + "punctuated_word": "hour" + }, + { + "word": "and", + "start": 1427.64, + "end": 1427.72, + "confidence": 0.8172286, + "speaker": 1, + "speaker_confidence": 0.6582031, + "punctuated_word": "and" + }, + { + "word": "a", + "start": 1427.72, + "end": 1427.86, + "confidence": 0.8310563, + "speaker": 1, + "speaker_confidence": 0.6582031, + "punctuated_word": "a" + }, + { + "word": "half", + "start": 1427.86, + "end": 1428.34, + "confidence": 0.97433054, + "speaker": 1, + "speaker_confidence": 0.6582031, + "punctuated_word": "half" + }, + { + "word": "on", + "start": 1428.34, + "end": 1428.52, + "confidence": 0.8115289, + "speaker": 1, + "speaker_confidence": 0.6582031, + "punctuated_word": "on" + }, + { + "word": "a", + "start": 1428.52, + "end": 1428.64, + "confidence": 0.91074836, + "speaker": 1, + "speaker_confidence": 0.6582031, + "punctuated_word": "a" + }, + { + "word": "raspberry", + "start": 1428.64, + "end": 1429.08, + "confidence": 0.6976327, + "speaker": 1, + "speaker_confidence": 0.88964844, + "punctuated_word": "Raspberry" + }, + { + "word": "pi", + "start": 1429.08, + "end": 1429.54, + "confidence": 0.7896392, + "speaker": 1, + "speaker_confidence": 0.88964844, + "punctuated_word": "Pi" + }, + { + "word": "to", + "start": 1429.54, + "end": 1429.84, + "confidence": 0.4825599, + "speaker": 1, + "speaker_confidence": 0.88964844, + "punctuated_word": "to" + }, + { + "word": "validate", + "start": 1429.84, + "end": 1430.34, + "confidence": 0.069853075, + "speaker": 1, + "speaker_confidence": 0.88964844, + "punctuated_word": "validate." + }, + { + "word": "and", + "start": 1431.26, + "end": 1431.5, + "confidence": 0.8273274, + "speaker": 1, + "speaker_confidence": 0.88964844, + "punctuated_word": "And" + }, + { + "word": "maybe", + "start": 1431.5, + "end": 1431.82, + "confidence": 0.8874644, + "speaker": 1, + "speaker_confidence": 0.88964844, + "punctuated_word": "maybe" + }, + { + "word": "several", + "start": 1431.82, + "end": 1432.12, + "confidence": 0.90249026, + "speaker": 1, + "speaker_confidence": 0.88964844, + "punctuated_word": "several" + }, + { + "word": "minutes", + "start": 1432.12, + "end": 1432.44, + "confidence": 0.979576, + "speaker": 1, + "speaker_confidence": 0.88964844, + "punctuated_word": "minutes" + }, + { + "word": "on", + "start": 1432.44, + "end": 1432.9, + "confidence": 0.81731945, + "speaker": 1, + "speaker_confidence": 0.88964844, + "punctuated_word": "on" + }, + { + "word": "a", + "start": 1432.9, + "end": 1433.08, + "confidence": 0.6327327, + "speaker": 1, + "speaker_confidence": 0.88964844, + "punctuated_word": "a" + }, + { + "word": "modern", + "start": 1433.08, + "end": 1433.4, + "confidence": 0.87142533, + "speaker": 1, + "speaker_confidence": 0.88964844, + "punctuated_word": "modern" + }, + { + "word": "computer", + "start": 1433.4, + "end": 1433.9, + "confidence": 0.7061513, + "speaker": 1, + "speaker_confidence": 0.88964844, + "punctuated_word": "computer." + }, + { + "word": "because", + "start": 1434.48, + "end": 1434.98, + "confidence": 0.97718835, + "speaker": 1, + "speaker_confidence": 0.88964844, + "punctuated_word": "Because" + }, + { + "word": "if", + "start": 1435.68, + "end": 1435.84, + "confidence": 0.78258336, + "speaker": 1, + "speaker_confidence": 0.88964844, + "punctuated_word": "if" + }, + { + "word": "a", + "start": 1435.84, + "end": 1435.96, + "confidence": 0.74620444, + "speaker": 1, + "speaker_confidence": 0.88964844, + "punctuated_word": "a" + }, + { + "word": "malicious", + "start": 1435.96, + "end": 1436.46, + "confidence": 0.7984135, + "speaker": 1, + "speaker_confidence": 0.88964844, + "punctuated_word": "malicious" + }, + { + "word": "miner", + "start": 1436.6, + "end": 1437.1, + "confidence": 0.8711625, + "speaker": 1, + "speaker_confidence": 0.88964844, + "punctuated_word": "miner" + }, + { + "word": "produces", + "start": 1437.38, + "end": 1437.88, + "confidence": 0.9957694, + "speaker": 1, + "speaker_confidence": 0.88964844, + "punctuated_word": "produces" + }, + { + "word": "such", + "start": 1437.88, + "end": 1438.08, + "confidence": 0.8401032, + "speaker": 1, + "speaker_confidence": 0.88964844, + "punctuated_word": "such" + }, + { + "word": "a", + "start": 1438.08, + "end": 1438.14, + "confidence": 0.6513466, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "a" + }, + { + "word": "block", + "start": 1438.14, + "end": 1438.64, + "confidence": 0.4577962, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "block," + }, + { + "word": "they", + "start": 1440.2, + "end": 1440.36, + "confidence": 0.8285633, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "they" + }, + { + "word": "can", + "start": 1440.36, + "end": 1440.72, + "confidence": 0.8974505, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "can" + }, + { + "word": "stall", + "start": 1440.72, + "end": 1441.04, + "confidence": 0.8777754, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "stall" + }, + { + "word": "their", + "start": 1441.04, + "end": 1441.24, + "confidence": 0.30367318, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "their" + }, + { + "word": "competition", + "start": 1441.24, + "end": 1441.74, + "confidence": 0.9882655, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "competition" + }, + { + "word": "and", + "start": 1441.88, + "end": 1442.08, + "confidence": 0.8940233, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "and" + }, + { + "word": "maybe", + "start": 1442.08, + "end": 1442.4, + "confidence": 0.9877508, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "maybe" + }, + { + "word": "get", + "start": 1442.4, + "end": 1442.56, + "confidence": 0.86505276, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "get" + }, + { + "word": "a", + "start": 1442.56, + "end": 1442.72, + "confidence": 0.59879655, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "a" + }, + { + "word": "headstart", + "start": 1442.72, + "end": 1443.22, + "confidence": 0.6735194, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "headstart" + }, + { + "word": "out", + "start": 1443.4, + "end": 1443.56, + "confidence": 0.88412315, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "out" + }, + { + "word": "of", + "start": 1443.56, + "end": 1443.72, + "confidence": 0.9661383, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "of" + }, + { + "word": "that", + "start": 1443.72, + "end": 1444.22, + "confidence": 0.19676779, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "that." + }, + { + "word": "but", + "start": 1446.0, + "end": 1446.5, + "confidence": 0.5601929, + "speaker": 1, + "speaker_confidence": 0.9111328, + "punctuated_word": "But" + }, + { + "word": "in", + "start": 1446.56, + "end": 1447.06, + "confidence": 0.8964637, + "speaker": 1, + "speaker_confidence": 0.9111328, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 1447.12, + "end": 1447.28, + "confidence": 0.88094646, + "speaker": 1, + "speaker_confidence": 0.9111328, + "punctuated_word": "the" + }, + { + "word": "way", + "start": 1447.28, + "end": 1447.56, + "confidence": 0.88840795, + "speaker": 1, + "speaker_confidence": 0.9111328, + "punctuated_word": "way" + }, + { + "word": "that", + "start": 1447.56, + "end": 1447.72, + "confidence": 0.8399438, + "speaker": 1, + "speaker_confidence": 0.9111328, + "punctuated_word": "that" + }, + { + "word": "was", + "start": 1447.72, + "end": 1448.0, + "confidence": 0.51638556, + "speaker": 1, + "speaker_confidence": 0.9111328, + "punctuated_word": "was" + }, + { + "word": "fixed", + "start": 1448.0, + "end": 1448.5, + "confidence": 0.71546966, + "speaker": 1, + "speaker_confidence": 0.9111328, + "punctuated_word": "fixed" + }, + { + "word": "involves", + "start": 1448.88, + "end": 1449.38, + "confidence": 0.82638896, + "speaker": 1, + "speaker_confidence": 0.9111328, + "punctuated_word": "involves" + }, + { + "word": "that", + "start": 1449.72, + "end": 1449.96, + "confidence": 0.8348354, + "speaker": 1, + "speaker_confidence": 0.9111328, + "punctuated_word": "that" + }, + { + "word": "particular", + "start": 1449.96, + "end": 1450.46, + "confidence": 0.6954207, + "speaker": 1, + "speaker_confidence": 0.9111328, + "punctuated_word": "particular" + }, + { + "word": "rule", + "start": 1450.52, + "end": 1450.84, + "confidence": 0.61074483, + "speaker": 1, + "speaker_confidence": 0.9111328, + "punctuated_word": "rule." + }, + { + "word": "so", + "start": 1450.84, + "end": 1451.28, + "confidence": 0.34629893, + "speaker": 1, + "speaker_confidence": 0.9111328, + "punctuated_word": "So" + }, + { + "word": "this", + "start": 1451.28, + "end": 1451.46, + "confidence": 0.5402103, + "speaker": 1, + "speaker_confidence": 0.9111328, + "punctuated_word": "this" + }, + { + "word": "is", + "start": 1451.46, + "end": 1451.58, + "confidence": 0.9618944, + "speaker": 1, + "speaker_confidence": 0.9111328, + "punctuated_word": "is" + }, + { + "word": "2", + "start": 1451.58, + "end": 1451.83, + "confidence": 0.90058, + "speaker": 1, + "speaker_confidence": 0.9111328, + "punctuated_word": "2," + }, + { + "word": "500", + "start": 1451.83, + "end": 1452.08, + "confidence": 0.90058, + "speaker": 1, + "speaker_confidence": 0.9111328, + "punctuated_word": "500" + }, + { + "word": "ccops", + "start": 1452.34, + "end": 1452.84, + "confidence": 0.507327, + "speaker": 1, + "speaker_confidence": 0.9111328, + "punctuated_word": "CCOPS" + }, + { + "word": "limit", + "start": 1453.44, + "end": 1453.94, + "confidence": 0.8152402, + "speaker": 1, + "speaker_confidence": 0.9111328, + "punctuated_word": "limit" + }, + { + "word": "per", + "start": 1454.2, + "end": 1454.7, + "confidence": 0.43291113, + "speaker": 1, + "speaker_confidence": 0.9111328, + "punctuated_word": "per," + }, + { + "word": "i", + "start": 1455.06, + "end": 1455.16, + "confidence": 0.8910209, + "speaker": 1, + "speaker_confidence": 0.9111328, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 1455.16, + "end": 1455.3, + "confidence": 0.98229355, + "speaker": 1, + "speaker_confidence": 0.9111328, + "punctuated_word": "think" + }, + { + "word": "it's", + "start": 1455.3, + "end": 1455.46, + "confidence": 0.912468, + "speaker": 1, + "speaker_confidence": 0.9111328, + "punctuated_word": "it's" + }, + { + "word": "per", + "start": 1455.46, + "end": 1455.68, + "confidence": 0.98108244, + "speaker": 1, + "speaker_confidence": 0.9111328, + "punctuated_word": "per" + }, + { + "word": "transaction", + "start": 1455.68, + "end": 1456.18, + "confidence": 0.038439065, + "speaker": 1, + "speaker_confidence": 0.9111328, + "punctuated_word": "transaction." + }, + { + "word": "okay", + "start": 1458.68, + "end": 1459.18, + "confidence": 0.4572703, + "speaker": 0, + "speaker_confidence": 0.40576172, + "punctuated_word": "Okay," + }, + { + "word": "but", + "start": 1459.64, + "end": 1459.94, + "confidence": 0.7583069, + "speaker": 0, + "speaker_confidence": 0.40576172, + "punctuated_word": "but" + }, + { + "word": "just", + "start": 1459.94, + "end": 1460.28, + "confidence": 0.86308545, + "speaker": 0, + "speaker_confidence": 0.40576172, + "punctuated_word": "just" + }, + { + "word": "explain", + "start": 1460.28, + "end": 1460.78, + "confidence": 0.8839041, + "speaker": 0, + "speaker_confidence": 0.40576172, + "punctuated_word": "explain" + }, + { + "word": "what", + "start": 1461.04, + "end": 1461.16, + "confidence": 0.88987803, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "what" + }, + { + "word": "it", + "start": 1461.16, + "end": 1461.3, + "confidence": 0.91246855, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "it" + }, + { + "word": "is", + "start": 1461.3, + "end": 1461.6, + "confidence": 0.08681619, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "is." + }, + { + "word": "it", + "start": 1461.6, + "end": 1461.82, + "confidence": 0.4859984, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "It" + }, + { + "word": "means", + "start": 1461.82, + "end": 1462.32, + "confidence": 0.8398039, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "means" + }, + { + "word": "basically", + "start": 1462.5, + "end": 1463.0, + "confidence": 0.86365825, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "basically," + }, + { + "word": "if", + "start": 1463.44, + "end": 1463.68, + "confidence": 0.74894255, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "if" + }, + { + "word": "i", + "start": 1463.68, + "end": 1463.86, + "confidence": 0.820518, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "I" + }, + { + "word": "understand", + "start": 1463.86, + "end": 1464.28, + "confidence": 0.8879006, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "understand" + }, + { + "word": "correctly", + "start": 1464.28, + "end": 1464.78, + "confidence": 0.15823874, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "correctly," + }, + { + "word": "you", + "start": 1465.12, + "end": 1465.32, + "confidence": 0.8810909, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 1465.32, + "end": 1465.52, + "confidence": 0.9956463, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "can" + }, + { + "word": "make", + "start": 1465.52, + "end": 1465.68, + "confidence": 0.7963967, + "speaker": 0, + "speaker_confidence": 0.69970703, + "punctuated_word": "make" + }, + { + "word": "a", + "start": 1465.68, + "end": 1465.76, + "confidence": 0.8938055, + "speaker": 0, + "speaker_confidence": 0.6308594, + "punctuated_word": "a" + }, + { + "word": "transaction", + "start": 1465.76, + "end": 1466.26, + "confidence": 0.8851272, + "speaker": 0, + "speaker_confidence": 0.6308594, + "punctuated_word": "transaction" + }, + { + "word": "or", + "start": 1466.32, + "end": 1466.52, + "confidence": 0.8348323, + "speaker": 0, + "speaker_confidence": 0.6308594, + "punctuated_word": "or" + }, + { + "word": "an", + "start": 1466.52, + "end": 1466.64, + "confidence": 0.36785033, + "speaker": 0, + "speaker_confidence": 0.6308594, + "punctuated_word": "an" + }, + { + "word": "output", + "start": 1466.64, + "end": 1467.04, + "confidence": 0.53745204, + "speaker": 0, + "speaker_confidence": 0.6308594, + "punctuated_word": "output" + }, + { + "word": "with", + "start": 1467.04, + "end": 1467.52, + "confidence": 0.35123906, + "speaker": 0, + "speaker_confidence": 0.6308594, + "punctuated_word": "with" + }, + { + "word": "what", + "start": 1467.52, + "end": 1468.02, + "confidence": 0.14377718, + "speaker": 0, + "speaker_confidence": 0.6308594, + "punctuated_word": "what..." + }, + { + "word": "so", + "start": 1468.38, + "end": 1468.58, + "confidence": 0.9324122, + "speaker": 0, + "speaker_confidence": 0.3725586, + "punctuated_word": "So" + }, + { + "word": "you're", + "start": 1468.58, + "end": 1468.78, + "confidence": 0.8990011, + "speaker": 0, + "speaker_confidence": 0.3725586, + "punctuated_word": "you're" + }, + { + "word": "not", + "start": 1468.78, + "end": 1468.94, + "confidence": 0.8892401, + "speaker": 0, + "speaker_confidence": 0.3725586, + "punctuated_word": "not" + }, + { + "word": "sure", + "start": 1468.94, + "end": 1469.18, + "confidence": 0.8820133, + "speaker": 0, + "speaker_confidence": 0.3725586, + "punctuated_word": "sure" + }, + { + "word": "which", + "start": 1469.18, + "end": 1469.38, + "confidence": 0.80987036, + "speaker": 0, + "speaker_confidence": 0.3725586, + "punctuated_word": "which" + }, + { + "word": "of", + "start": 1469.38, + "end": 1469.48, + "confidence": 0.82375747, + "speaker": 0, + "speaker_confidence": 0.3725586, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 1469.48, + "end": 1469.6, + "confidence": 0.8943181, + "speaker": 0, + "speaker_confidence": 0.3725586, + "punctuated_word": "the" + }, + { + "word": "two", + "start": 1469.6, + "end": 1469.76, + "confidence": 0.90902686, + "speaker": 0, + "speaker_confidence": 0.3725586, + "punctuated_word": "two" + }, + { + "word": "it", + "start": 1469.76, + "end": 1469.86, + "confidence": 0.78819454, + "speaker": 0, + "speaker_confidence": 0.3725586, + "punctuated_word": "it" + }, + { + "word": "is", + "start": 1469.86, + "end": 1470.04, + "confidence": 0.13057682, + "speaker": 0, + "speaker_confidence": 0.3725586, + "punctuated_word": "is?" + }, + { + "word": "it's", + "start": 1470.04, + "end": 1470.2, + "confidence": 0.84567976, + "speaker": 0, + "speaker_confidence": 0.5493164, + "punctuated_word": "It's" + }, + { + "word": "either", + "start": 1470.2, + "end": 1470.44, + "confidence": 0.7464084, + "speaker": 0, + "speaker_confidence": 0.5493164, + "punctuated_word": "either" + }, + { + "word": "a", + "start": 1470.44, + "end": 1470.52, + "confidence": 0.89135987, + "speaker": 0, + "speaker_confidence": 0.5493164, + "punctuated_word": "a" + }, + { + "word": "transaction", + "start": 1470.52, + "end": 1471.02, + "confidence": 0.8884382, + "speaker": 0, + "speaker_confidence": 0.5493164, + "punctuated_word": "transaction" + }, + { + "word": "or", + "start": 1471.04, + "end": 1471.28, + "confidence": 0.7281968, + "speaker": 0, + "speaker_confidence": 0.5493164, + "punctuated_word": "or" + }, + { + "word": "an", + "start": 1471.28, + "end": 1471.4, + "confidence": 0.87373006, + "speaker": 0, + "speaker_confidence": 0.5493164, + "punctuated_word": "an" + }, + { + "word": "output", + "start": 1471.4, + "end": 1471.64, + "confidence": 0.0544208, + "speaker": 0, + "speaker_confidence": 0.5493164, + "punctuated_word": "output?" + }, + { + "word": "i", + "start": 1471.64, + "end": 1471.76, + "confidence": 0.8854466, + "speaker": 1, + "speaker_confidence": 0.38330078, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 1471.76, + "end": 1472.26, + "confidence": 0.99720556, + "speaker": 1, + "speaker_confidence": 0.38330078, + "punctuated_word": "think" + }, + { + "word": "it's", + "start": 1474.3, + "end": 1474.48, + "confidence": 0.7847178, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "it's" + }, + { + "word": "per", + "start": 1474.48, + "end": 1474.74, + "confidence": 0.63845426, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "per" + }, + { + "word": "transaction", + "start": 1474.74, + "end": 1475.24, + "confidence": 0.18709052, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "transaction," + }, + { + "word": "but", + "start": 1475.6, + "end": 1475.8, + "confidence": 0.8950643, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "but" + }, + { + "word": "what", + "start": 1475.8, + "end": 1476.02, + "confidence": 0.93736756, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "what" + }, + { + "word": "you're", + "start": 1476.02, + "end": 1476.28, + "confidence": 0.7308838, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "you're" + }, + { + "word": "counting", + "start": 1476.28, + "end": 1476.76, + "confidence": 0.4869381, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "counting" + }, + { + "word": "is", + "start": 1476.76, + "end": 1477.12, + "confidence": 0.9232245, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "is" + }, + { + "word": "you're", + "start": 1477.12, + "end": 1477.44, + "confidence": 0.7174168, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "you're" + }, + { + "word": "counting", + "start": 1477.44, + "end": 1477.84, + "confidence": 0.9722702, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "counting" + }, + { + "word": "sig", + "start": 1477.84, + "end": 1478.08, + "confidence": 0.27851993, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "SIG" + }, + { + "word": "ups", + "start": 1478.08, + "end": 1478.3, + "confidence": 0.81736124, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "ups" + }, + { + "word": "in", + "start": 1478.3, + "end": 1478.48, + "confidence": 0.7638933, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 1478.48, + "end": 1478.72, + "confidence": 0.7909077, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "the" + }, + { + "word": "inputs", + "start": 1478.72, + "end": 1479.1, + "confidence": 0.8660367, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "inputs" + }, + { + "word": "and", + "start": 1479.1, + "end": 1479.24, + "confidence": 0.8085757, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "and" + }, + { + "word": "in", + "start": 1479.24, + "end": 1479.44, + "confidence": 0.7542411, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 1479.44, + "end": 1479.52, + "confidence": 0.9970477, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "the" + }, + { + "word": "outputs", + "start": 1479.52, + "end": 1480.02, + "confidence": 0.082584426, + "speaker": 1, + "speaker_confidence": 0.8720703, + "punctuated_word": "outputs." + }, + { + "word": "okay", + "start": 1480.96, + "end": 1481.2, + "confidence": 0.8896307, + "speaker": 0, + "speaker_confidence": 0.6611328, + "punctuated_word": "Okay," + }, + { + "word": "so", + "start": 1481.2, + "end": 1481.38, + "confidence": 0.89489555, + "speaker": 0, + "speaker_confidence": 0.6611328, + "punctuated_word": "so" + }, + { + "word": "that", + "start": 1481.38, + "end": 1481.6, + "confidence": 0.90655607, + "speaker": 0, + "speaker_confidence": 0.6611328, + "punctuated_word": "that" + }, + { + "word": "can", + "start": 1481.6, + "end": 1481.82, + "confidence": 0.99641454, + "speaker": 0, + "speaker_confidence": 0.6611328, + "punctuated_word": "can" + }, + { + "word": "be", + "start": 1481.82, + "end": 1482.04, + "confidence": 0.83766913, + "speaker": 0, + "speaker_confidence": 0.6611328, + "punctuated_word": "be" + }, + { + "word": "a", + "start": 1482.04, + "end": 1482.18, + "confidence": 0.89120626, + "speaker": 0, + "speaker_confidence": 0.6611328, + "punctuated_word": "a" + }, + { + "word": "maximum", + "start": 1482.18, + "end": 1482.68, + "confidence": 0.57569593, + "speaker": 0, + "speaker_confidence": 0.6611328, + "punctuated_word": "maximum" + }, + { + "word": "of", + "start": 1482.78, + "end": 1483.02, + "confidence": 0.9067835, + "speaker": 0, + "speaker_confidence": 0.6611328, + "punctuated_word": "of" + }, + { + "word": "2", + "start": 1483.02, + "end": 1483.27, + "confidence": 0.90319383, + "speaker": 0, + "speaker_confidence": 0.6611328, + "punctuated_word": "2," + }, + { + "word": "500", + "start": 1483.27, + "end": 1483.52, + "confidence": 0.90319383, + "speaker": 0, + "speaker_confidence": 0.6611328, + "punctuated_word": "500" + }, + { + "word": "signatures", + "start": 1484.28, + "end": 1484.78, + "confidence": 0.6077896, + "speaker": 0, + "speaker_confidence": 0.6611328, + "punctuated_word": "signatures" + }, + { + "word": "basically", + "start": 1485.06, + "end": 1485.56, + "confidence": 0.99039257, + "speaker": 0, + "speaker_confidence": 0.68310547, + "punctuated_word": "basically" + }, + { + "word": "in", + "start": 1485.6, + "end": 1485.78, + "confidence": 0.7673102, + "speaker": 0, + "speaker_confidence": 0.68310547, + "punctuated_word": "in" + }, + { + "word": "a", + "start": 1485.78, + "end": 1485.92, + "confidence": 0.49647093, + "speaker": 0, + "speaker_confidence": 0.68310547, + "punctuated_word": "a" + }, + { + "word": "transaction", + "start": 1485.92, + "end": 1486.4, + "confidence": 0.638988, + "speaker": 0, + "speaker_confidence": 0.68310547, + "punctuated_word": "transaction" + }, + { + "word": "then", + "start": 1486.4, + "end": 1486.72, + "confidence": 0.8175981, + "speaker": 0, + "speaker_confidence": 0.68310547, + "punctuated_word": "then," + }, + { + "word": "right", + "start": 1486.72, + "end": 1486.92, + "confidence": 0.6168112, + "speaker": 0, + "speaker_confidence": 0.68310547, + "punctuated_word": "right?" + }, + { + "word": "that's", + "start": 1486.92, + "end": 1487.22, + "confidence": 0.87935424, + "speaker": 0, + "speaker_confidence": 0.68310547, + "punctuated_word": "That's" + }, + { + "word": "what", + "start": 1487.22, + "end": 1487.44, + "confidence": 0.87246096, + "speaker": 0, + "speaker_confidence": 0.68310547, + "punctuated_word": "what" + }, + { + "word": "it", + "start": 1487.44, + "end": 1487.6, + "confidence": 0.71595275, + "speaker": 0, + "speaker_confidence": 0.68310547, + "punctuated_word": "it" + }, + { + "word": "means", + "start": 1487.6, + "end": 1488.1, + "confidence": 0.07387784, + "speaker": 0, + "speaker_confidence": 0.68310547, + "punctuated_word": "means." + }, + { + "word": "yeah", + "start": 1488.34, + "end": 1488.6, + "confidence": 0.7161983, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "Yeah," + }, + { + "word": "signature", + "start": 1488.6, + "end": 1489.1, + "confidence": 0.64253855, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "signature" + }, + { + "word": "operations", + "start": 1489.14, + "end": 1489.64, + "confidence": 0.78776324, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "operations" + }, + { + "word": "is", + "start": 1489.64, + "end": 1489.82, + "confidence": 0.69902796, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "is" + }, + { + "word": "slightly", + "start": 1489.82, + "end": 1490.2, + "confidence": 0.8920581, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "slightly" + }, + { + "word": "different", + "start": 1490.2, + "end": 1490.58, + "confidence": 0.17365123, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "different." + }, + { + "word": "so", + "start": 1490.58, + "end": 1490.64, + "confidence": 0.9248286, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "So" + }, + { + "word": "for", + "start": 1490.64, + "end": 1490.86, + "confidence": 0.73364824, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "for" + }, + { + "word": "example", + "start": 1490.86, + "end": 1491.36, + "confidence": 0.8097093, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "example," + }, + { + "word": "a", + "start": 1494.08, + "end": 1494.24, + "confidence": 0.4022565, + "speaker": 1, + "speaker_confidence": 0.5078125, + "punctuated_word": "a" + }, + { + "word": "legacy", + "start": 1494.24, + "end": 1494.68, + "confidence": 0.9972914, + "speaker": 1, + "speaker_confidence": 0.5078125, + "punctuated_word": "legacy" + }, + { + "word": "multisig", + "start": 1494.68, + "end": 1495.18, + "confidence": 0.99499136, + "speaker": 1, + "speaker_confidence": 0.5078125, + "punctuated_word": "multisig," + }, + { + "word": "or", + "start": 1497.62, + "end": 1497.84, + "confidence": 0.801365, + "speaker": 1, + "speaker_confidence": 0.6035156, + "punctuated_word": "or" + }, + { + "word": "bare", + "start": 1497.84, + "end": 1498.1, + "confidence": 0.99850994, + "speaker": 1, + "speaker_confidence": 0.6035156, + "punctuated_word": "bare" + }, + { + "word": "multisig", + "start": 1498.1, + "end": 1498.6, + "confidence": 0.99831617, + "speaker": 1, + "speaker_confidence": 0.6035156, + "punctuated_word": "multisig" + }, + { + "word": "as", + "start": 1498.68, + "end": 1499.18, + "confidence": 0.7000996, + "speaker": 1, + "speaker_confidence": 0.6035156, + "punctuated_word": "as" + }, + { + "word": "we", + "start": 1499.18, + "end": 1499.44, + "confidence": 0.90054923, + "speaker": 1, + "speaker_confidence": 0.6035156, + "punctuated_word": "we" + }, + { + "word": "called", + "start": 1499.44, + "end": 1499.68, + "confidence": 0.7245348, + "speaker": 1, + "speaker_confidence": 0.6035156, + "punctuated_word": "called" + }, + { + "word": "it", + "start": 1499.68, + "end": 1500.06, + "confidence": 0.7610843, + "speaker": 1, + "speaker_confidence": 0.6035156, + "punctuated_word": "it," + }, + { + "word": "i", + "start": 1500.06, + "end": 1500.26, + "confidence": 0.894517, + "speaker": 0, + "speaker_confidence": 0.07324219, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 1500.26, + "end": 1500.48, + "confidence": 0.7258959, + "speaker": 1, + "speaker_confidence": 0.77490234, + "punctuated_word": "think" + }, + { + "word": "it", + "start": 1500.48, + "end": 1500.6, + "confidence": 0.89237034, + "speaker": 1, + "speaker_confidence": 0.77490234, + "punctuated_word": "it" + }, + { + "word": "counts", + "start": 1500.6, + "end": 1500.86, + "confidence": 0.8272119, + "speaker": 1, + "speaker_confidence": 0.77490234, + "punctuated_word": "counts" + }, + { + "word": "as", + "start": 1500.86, + "end": 1501.06, + "confidence": 0.6999461, + "speaker": 1, + "speaker_confidence": 0.77490234, + "punctuated_word": "as" + }, + { + "word": "20", + "start": 1501.06, + "end": 1501.56, + "confidence": 0.71643937, + "speaker": 1, + "speaker_confidence": 0.77490234, + "punctuated_word": "20" + }, + { + "word": "or", + "start": 1501.64, + "end": 1502.14, + "confidence": 0.8501785, + "speaker": 1, + "speaker_confidence": 0.77490234, + "punctuated_word": "or" + }, + { + "word": "something", + "start": 1502.54, + "end": 1502.86, + "confidence": 0.8736599, + "speaker": 1, + "speaker_confidence": 0.77490234, + "punctuated_word": "something" + }, + { + "word": "like", + "start": 1502.86, + "end": 1503.0, + "confidence": 0.9010052, + "speaker": 1, + "speaker_confidence": 0.77490234, + "punctuated_word": "like" + }, + { + "word": "that", + "start": 1503.0, + "end": 1503.34, + "confidence": 0.06686124, + "speaker": 1, + "speaker_confidence": 0.77490234, + "punctuated_word": "that." + }, + { + "word": "i'm", + "start": 1503.34, + "end": 1503.58, + "confidence": 0.9914247, + "speaker": 1, + "speaker_confidence": 0.77490234, + "punctuated_word": "I'm" + }, + { + "word": "a", + "start": 1503.58, + "end": 1503.7, + "confidence": 0.8617154, + "speaker": 1, + "speaker_confidence": 0.77490234, + "punctuated_word": "a" + }, + { + "word": "little", + "start": 1503.7, + "end": 1504.12, + "confidence": 0.90538025, + "speaker": 1, + "speaker_confidence": 0.73583984, + "punctuated_word": "little" + }, + { + "word": "fuzzy", + "start": 1504.12, + "end": 1504.44, + "confidence": 0.81316555, + "speaker": 1, + "speaker_confidence": 0.73583984, + "punctuated_word": "fuzzy" + }, + { + "word": "on", + "start": 1504.44, + "end": 1504.64, + "confidence": 0.727292, + "speaker": 1, + "speaker_confidence": 0.73583984, + "punctuated_word": "on" + }, + { + "word": "the", + "start": 1504.64, + "end": 1504.74, + "confidence": 0.79904526, + "speaker": 1, + "speaker_confidence": 0.73583984, + "punctuated_word": "the" + }, + { + "word": "details", + "start": 1504.74, + "end": 1505.08, + "confidence": 0.5114918, + "speaker": 1, + "speaker_confidence": 0.73583984, + "punctuated_word": "details" + }, + { + "word": "here", + "start": 1505.08, + "end": 1505.32, + "confidence": 0.23860909, + "speaker": 1, + "speaker_confidence": 0.73583984, + "punctuated_word": "here," + }, + { + "word": "but", + "start": 1505.32, + "end": 1505.74, + "confidence": 0.6417252, + "speaker": 1, + "speaker_confidence": 0.73583984, + "punctuated_word": "but" + }, + { + "word": "basically", + "start": 1505.74, + "end": 1506.2, + "confidence": 0.9929636, + "speaker": 1, + "speaker_confidence": 0.73583984, + "punctuated_word": "basically" + }, + { + "word": "it's", + "start": 1506.2, + "end": 1506.38, + "confidence": 0.9866622, + "speaker": 1, + "speaker_confidence": 0.73583984, + "punctuated_word": "it's" + }, + { + "word": "a", + "start": 1506.38, + "end": 1506.56, + "confidence": 0.7547143, + "speaker": 1, + "speaker_confidence": 0.73583984, + "punctuated_word": "a" + }, + { + "word": "limit", + "start": 1506.56, + "end": 1506.82, + "confidence": 0.7613694, + "speaker": 1, + "speaker_confidence": 0.73583984, + "punctuated_word": "limit" + }, + { + "word": "in", + "start": 1506.82, + "end": 1506.96, + "confidence": 0.89736325, + "speaker": 1, + "speaker_confidence": 0.73583984, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 1506.96, + "end": 1507.08, + "confidence": 0.8454106, + "speaker": 1, + "speaker_confidence": 0.8623047, + "punctuated_word": "the" + }, + { + "word": "number", + "start": 1507.08, + "end": 1507.28, + "confidence": 0.92562294, + "speaker": 1, + "speaker_confidence": 0.8623047, + "punctuated_word": "number" + }, + { + "word": "of", + "start": 1507.28, + "end": 1507.4, + "confidence": 0.89252007, + "speaker": 1, + "speaker_confidence": 0.8623047, + "punctuated_word": "of" + }, + { + "word": "signature", + "start": 1507.4, + "end": 1507.8, + "confidence": 0.59638417, + "speaker": 1, + "speaker_confidence": 0.8623047, + "punctuated_word": "signature" + }, + { + "word": "operations", + "start": 1507.8, + "end": 1508.3, + "confidence": 0.42148298, + "speaker": 1, + "speaker_confidence": 0.8623047, + "punctuated_word": "operations." + }, + { + "word": "no", + "start": 1508.32, + "end": 1508.6, + "confidence": 0.74544203, + "speaker": 1, + "speaker_confidence": 0.8623047, + "punctuated_word": "No" + }, + { + "word": "sane", + "start": 1508.6, + "end": 1508.82, + "confidence": 0.8427711, + "speaker": 1, + "speaker_confidence": 0.8623047, + "punctuated_word": "sane" + }, + { + "word": "transaction", + "start": 1508.82, + "end": 1509.32, + "confidence": 0.7687325, + "speaker": 1, + "speaker_confidence": 0.8623047, + "punctuated_word": "transaction" + }, + { + "word": "would", + "start": 1509.38, + "end": 1509.58, + "confidence": 0.90398204, + "speaker": 1, + "speaker_confidence": 0.8623047, + "punctuated_word": "would" + }, + { + "word": "actually", + "start": 1509.58, + "end": 1509.96, + "confidence": 0.88549894, + "speaker": 1, + "speaker_confidence": 0.8623047, + "punctuated_word": "actually" + }, + { + "word": "go", + "start": 1509.96, + "end": 1510.16, + "confidence": 0.85247684, + "speaker": 1, + "speaker_confidence": 0.8623047, + "punctuated_word": "go" + }, + { + "word": "over", + "start": 1510.16, + "end": 1510.38, + "confidence": 0.87718886, + "speaker": 1, + "speaker_confidence": 0.8623047, + "punctuated_word": "over" + }, + { + "word": "those", + "start": 1510.38, + "end": 1510.6, + "confidence": 0.8547041, + "speaker": 1, + "speaker_confidence": 0.8623047, + "punctuated_word": "those" + }, + { + "word": "limits", + "start": 1510.6, + "end": 1511.1, + "confidence": 0.08166223, + "speaker": 1, + "speaker_confidence": 0.8623047, + "punctuated_word": "limits." + }, + { + "word": "because", + "start": 1513.28, + "end": 1513.52, + "confidence": 0.98942214, + "speaker": 0, + "speaker_confidence": 0.44726562, + "punctuated_word": "Because" + }, + { + "word": "it's", + "start": 1513.52, + "end": 1513.78, + "confidence": 0.8238358, + "speaker": 0, + "speaker_confidence": 0.44726562, + "punctuated_word": "it's" + }, + { + "word": "thousands", + "start": 1513.78, + "end": 1514.28, + "confidence": 0.29524568, + "speaker": 0, + "speaker_confidence": 0.44726562, + "punctuated_word": "thousands." + }, + { + "word": "yeah", + "start": 1515.4, + "end": 1515.66, + "confidence": 0.7845354, + "speaker": 0, + "speaker_confidence": 0.44726562, + "punctuated_word": "Yeah," + }, + { + "word": "exactly", + "start": 1515.66, + "end": 1516.16, + "confidence": 0.6516486, + "speaker": 0, + "speaker_confidence": 0.44726562, + "punctuated_word": "exactly." + }, + { + "word": "you'd", + "start": 1516.16, + "end": 1516.42, + "confidence": 0.8116536, + "speaker": 1, + "speaker_confidence": 0.83251953, + "punctuated_word": "You'd" + }, + { + "word": "need", + "start": 1516.42, + "end": 1516.68, + "confidence": 0.7333926, + "speaker": 1, + "speaker_confidence": 0.83251953, + "punctuated_word": "need" + }, + { + "word": "a", + "start": 1516.68, + "end": 1517.18, + "confidence": 0.41373754, + "speaker": 1, + "speaker_confidence": 0.83251953, + "punctuated_word": "a" + }, + { + "word": "very", + "start": 1517.18, + "end": 1517.54, + "confidence": 0.59434, + "speaker": 1, + "speaker_confidence": 0.83251953, + "punctuated_word": "very" + }, + { + "word": "insane", + "start": 1517.54, + "end": 1518.04, + "confidence": 0.90107924, + "speaker": 1, + "speaker_confidence": 0.83251953, + "punctuated_word": "insane" + }, + { + "word": "kind", + "start": 1518.24, + "end": 1518.48, + "confidence": 0.46793315, + "speaker": 1, + "speaker_confidence": 0.83251953, + "punctuated_word": "kind" + }, + { + "word": "of", + "start": 1518.48, + "end": 1518.58, + "confidence": 0.9023603, + "speaker": 1, + "speaker_confidence": 0.83251953, + "punctuated_word": "of" + }, + { + "word": "multi-sig", + "start": 1518.58, + "end": 1519.08, + "confidence": 0.8346884, + "speaker": 1, + "speaker_confidence": 0.83251953, + "punctuated_word": "multi-sig." + }, + { + "word": "so", + "start": 1519.6, + "end": 1519.84, + "confidence": 0.86040074, + "speaker": 1, + "speaker_confidence": 0.83251953, + "punctuated_word": "So" + }, + { + "word": "the", + "start": 1519.84, + "end": 1520.02, + "confidence": 0.926824, + "speaker": 1, + "speaker_confidence": 0.83251953, + "punctuated_word": "the" + }, + { + "word": "only", + "start": 1520.02, + "end": 1520.2, + "confidence": 0.7789202, + "speaker": 1, + "speaker_confidence": 0.83251953, + "punctuated_word": "only" + }, + { + "word": "people", + "start": 1520.2, + "end": 1520.42, + "confidence": 0.8366902, + "speaker": 1, + "speaker_confidence": 0.83251953, + "punctuated_word": "people" + }, + { + "word": "who", + "start": 1520.42, + "end": 1520.6, + "confidence": 0.8322907, + "speaker": 1, + "speaker_confidence": 0.83251953, + "punctuated_word": "who" + }, + { + "word": "would", + "start": 1520.6, + "end": 1520.82, + "confidence": 0.75924045, + "speaker": 1, + "speaker_confidence": 0.83251953, + "punctuated_word": "would" + }, + { + "word": "be", + "start": 1520.82, + "end": 1521.3, + "confidence": 0.83032227, + "speaker": 1, + "speaker_confidence": 0.83251953, + "punctuated_word": "be" + }, + { + "word": "making", + "start": 1521.3, + "end": 1521.6, + "confidence": 0.98876977, + "speaker": 1, + "speaker_confidence": 0.83251953, + "punctuated_word": "making" + }, + { + "word": "such", + "start": 1521.6, + "end": 1521.76, + "confidence": 0.79142964, + "speaker": 1, + "speaker_confidence": 0.83251953, + "punctuated_word": "such" + }, + { + "word": "a", + "start": 1521.76, + "end": 1521.9, + "confidence": 0.6573517, + "speaker": 1, + "speaker_confidence": 0.83251953, + "punctuated_word": "a" + }, + { + "word": "transaction", + "start": 1521.9, + "end": 1522.3, + "confidence": 0.807395, + "speaker": 1, + "speaker_confidence": 0.83251953, + "punctuated_word": "transaction" + }, + { + "word": "are", + "start": 1522.3, + "end": 1522.58, + "confidence": 0.7599302, + "speaker": 1, + "speaker_confidence": 0.83251953, + "punctuated_word": "are" + }, + { + "word": "people", + "start": 1522.58, + "end": 1522.84, + "confidence": 0.85525334, + "speaker": 1, + "speaker_confidence": 0.83251953, + "punctuated_word": "people" + }, + { + "word": "trying", + "start": 1522.84, + "end": 1523.08, + "confidence": 0.55211294, + "speaker": 1, + "speaker_confidence": 0.83251953, + "punctuated_word": "trying" + }, + { + "word": "to", + "start": 1523.08, + "end": 1523.2, + "confidence": 0.9392152, + "speaker": 1, + "speaker_confidence": 0.83251953, + "punctuated_word": "to" + }, + { + "word": "dos", + "start": 1523.2, + "end": 1523.48, + "confidence": 0.53213817, + "speaker": 1, + "speaker_confidence": 0.83251953, + "punctuated_word": "DOS" + }, + { + "word": "a", + "start": 1523.48, + "end": 1523.62, + "confidence": 0.7365951, + "speaker": 1, + "speaker_confidence": 0.83251953, + "punctuated_word": "a" + }, + { + "word": "network", + "start": 1523.62, + "end": 1524.12, + "confidence": 0.978336, + "speaker": 1, + "speaker_confidence": 0.83251953, + "punctuated_word": "network" + }, + { + "word": "or", + "start": 1524.72, + "end": 1525.04, + "confidence": 0.9105041, + "speaker": 1, + "speaker_confidence": 0.83251953, + "punctuated_word": "or" + }, + { + "word": "people", + "start": 1525.04, + "end": 1525.28, + "confidence": 0.8697804, + "speaker": 1, + "speaker_confidence": 0.83251953, + "punctuated_word": "people" + }, + { + "word": "doing", + "start": 1525.28, + "end": 1525.48, + "confidence": 0.9823079, + "speaker": 1, + "speaker_confidence": 0.83251953, + "punctuated_word": "doing" + }, + { + "word": "experiments", + "start": 1525.48, + "end": 1525.94, + "confidence": 0.7342685, + "speaker": 1, + "speaker_confidence": 0.83251953, + "punctuated_word": "experiments." + }, + { + "word": "i", + "start": 1525.94, + "end": 1526.0, + "confidence": 0.84451824, + "speaker": 1, + "speaker_confidence": 0.81103516, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 1526.0, + "end": 1526.18, + "confidence": 0.847179, + "speaker": 1, + "speaker_confidence": 0.81103516, + "punctuated_word": "think" + }, + { + "word": "there", + "start": 1526.18, + "end": 1526.32, + "confidence": 0.8069018, + "speaker": 1, + "speaker_confidence": 0.81103516, + "punctuated_word": "there" + }, + { + "word": "were", + "start": 1526.32, + "end": 1526.52, + "confidence": 0.733442, + "speaker": 1, + "speaker_confidence": 0.81103516, + "punctuated_word": "were" + }, + { + "word": "some", + "start": 1526.52, + "end": 1526.72, + "confidence": 0.7583131, + "speaker": 1, + "speaker_confidence": 0.81103516, + "punctuated_word": "some" + }, + { + "word": "historical", + "start": 1526.72, + "end": 1527.18, + "confidence": 0.8159951, + "speaker": 1, + "speaker_confidence": 0.81103516, + "punctuated_word": "historical" + }, + { + "word": "examples", + "start": 1527.18, + "end": 1527.68, + "confidence": 0.63112694, + "speaker": 1, + "speaker_confidence": 0.81103516, + "punctuated_word": "examples" + }, + { + "word": "of", + "start": 1527.72, + "end": 1528.22, + "confidence": 0.64018756, + "speaker": 1, + "speaker_confidence": 0.81103516, + "punctuated_word": "of" + }, + { + "word": "these", + "start": 1528.48, + "end": 1528.98, + "confidence": 0.8191472, + "speaker": 1, + "speaker_confidence": 0.81103516, + "punctuated_word": "these" + }, + { + "word": "actually", + "start": 1529.12, + "end": 1529.62, + "confidence": 0.734838, + "speaker": 1, + "speaker_confidence": 0.81103516, + "punctuated_word": "actually" + }, + { + "word": "violating", + "start": 1529.92, + "end": 1530.42, + "confidence": 0.9620399, + "speaker": 1, + "speaker_confidence": 0.81103516, + "punctuated_word": "violating" + }, + { + "word": "them", + "start": 1530.54, + "end": 1531.04, + "confidence": 0.63392705, + "speaker": 1, + "speaker_confidence": 0.81103516, + "punctuated_word": "them." + }, + { + "word": "okay", + "start": 1532.52, + "end": 1532.78, + "confidence": 0.8796621, + "speaker": 0, + "speaker_confidence": 0.5751953, + "punctuated_word": "Okay," + }, + { + "word": "so", + "start": 1532.78, + "end": 1533.2, + "confidence": 0.8852764, + "speaker": 0, + "speaker_confidence": 0.5751953, + "punctuated_word": "so" + }, + { + "word": "right", + "start": 1533.2, + "end": 1533.7, + "confidence": 0.52158153, + "speaker": 0, + "speaker_confidence": 0.5751953, + "punctuated_word": "right" + }, + { + "word": "now", + "start": 1534.5, + "end": 1534.64, + "confidence": 0.8955185, + "speaker": 0, + "speaker_confidence": 0.5751953, + "punctuated_word": "now" + }, + { + "word": "if", + "start": 1534.64, + "end": 1534.84, + "confidence": 0.8515091, + "speaker": 0, + "speaker_confidence": 0.5751953, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 1534.84, + "end": 1535.02, + "confidence": 0.98834014, + "speaker": 0, + "speaker_confidence": 0.5751953, + "punctuated_word": "you" + }, + { + "word": "make", + "start": 1535.02, + "end": 1535.22, + "confidence": 0.78640014, + "speaker": 0, + "speaker_confidence": 0.5751953, + "punctuated_word": "make" + }, + { + "word": "a", + "start": 1535.22, + "end": 1535.34, + "confidence": 0.77590317, + "speaker": 0, + "speaker_confidence": 0.68310547, + "punctuated_word": "a" + }, + { + "word": "transaction", + "start": 1535.34, + "end": 1535.84, + "confidence": 0.4674454, + "speaker": 0, + "speaker_confidence": 0.68310547, + "punctuated_word": "transaction" + }, + { + "word": "with", + "start": 1535.86, + "end": 1536.1, + "confidence": 0.45817235, + "speaker": 0, + "speaker_confidence": 0.68310547, + "punctuated_word": "with" + }, + { + "word": "3000", + "start": 1536.1, + "end": 1536.6, + "confidence": 0.9628175, + "speaker": 0, + "speaker_confidence": 0.68310547, + "punctuated_word": "3000" + }, + { + "word": "sigops", + "start": 1536.82, + "end": 1537.32, + "confidence": 0.5831204, + "speaker": 0, + "speaker_confidence": 0.68310547, + "punctuated_word": "SIGOPs," + }, + { + "word": "well", + "start": 1541.24, + "end": 1541.4, + "confidence": 0.58579564, + "speaker": 0, + "speaker_confidence": 0.5834961, + "punctuated_word": "well," + }, + { + "word": "it", + "start": 1541.4, + "end": 1541.58, + "confidence": 0.87155753, + "speaker": 0, + "speaker_confidence": 0.5834961, + "punctuated_word": "it" + }, + { + "word": "can", + "start": 1541.58, + "end": 1541.82, + "confidence": 0.8559334, + "speaker": 0, + "speaker_confidence": 0.5834961, + "punctuated_word": "can" + }, + { + "word": "still", + "start": 1541.82, + "end": 1542.04, + "confidence": 0.5827812, + "speaker": 0, + "speaker_confidence": 0.5834961, + "punctuated_word": "still" + }, + { + "word": "be", + "start": 1542.04, + "end": 1542.18, + "confidence": 0.99570787, + "speaker": 0, + "speaker_confidence": 0.5834961, + "punctuated_word": "be" + }, + { + "word": "mined", + "start": 1542.18, + "end": 1542.52, + "confidence": 0.26987132, + "speaker": 0, + "speaker_confidence": 0.5834961, + "punctuated_word": "mined" + }, + { + "word": "in", + "start": 1542.52, + "end": 1542.62, + "confidence": 0.77925843, + "speaker": 0, + "speaker_confidence": 0.5834961, + "punctuated_word": "in" + }, + { + "word": "a", + "start": 1542.62, + "end": 1542.74, + "confidence": 0.6138111, + "speaker": 0, + "speaker_confidence": 0.5834961, + "punctuated_word": "a" + }, + { + "word": "block", + "start": 1542.74, + "end": 1543.14, + "confidence": 0.98357403, + "speaker": 0, + "speaker_confidence": 0.5834961, + "punctuated_word": "block." + }, + { + "word": "it", + "start": 1543.14, + "end": 1543.28, + "confidence": 0.91254646, + "speaker": 0, + "speaker_confidence": 0.61328125, + "punctuated_word": "It" + }, + { + "word": "is", + "start": 1543.28, + "end": 1543.46, + "confidence": 0.8644255, + "speaker": 0, + "speaker_confidence": 0.61328125, + "punctuated_word": "is" + }, + { + "word": "still", + "start": 1543.46, + "end": 1543.68, + "confidence": 0.7741795, + "speaker": 0, + "speaker_confidence": 0.61328125, + "punctuated_word": "still" + }, + { + "word": "consensus", + "start": 1543.68, + "end": 1544.18, + "confidence": 0.7842576, + "speaker": 0, + "speaker_confidence": 0.61328125, + "punctuated_word": "consensus" + }, + { + "word": "valid", + "start": 1544.18, + "end": 1544.54, + "confidence": 0.8909207, + "speaker": 0, + "speaker_confidence": 0.61328125, + "punctuated_word": "valid," + }, + { + "word": "correct", + "start": 1544.54, + "end": 1545.04, + "confidence": 0.063973926, + "speaker": 0, + "speaker_confidence": 0.61328125, + "punctuated_word": "correct?" + }, + { + "word": "yeah", + "start": 1545.04, + "end": 1545.16, + "confidence": 0.6635429, + "speaker": 1, + "speaker_confidence": 0.6850586, + "punctuated_word": "Yeah," + }, + { + "word": "and", + "start": 1545.16, + "end": 1545.22, + "confidence": 0.8709112, + "speaker": 1, + "speaker_confidence": 0.6850586, + "punctuated_word": "and" + }, + { + "word": "that", + "start": 1545.22, + "end": 1545.36, + "confidence": 0.9996884, + "speaker": 1, + "speaker_confidence": 0.6850586, + "punctuated_word": "that" + }, + { + "word": "doesn't", + "start": 1545.36, + "end": 1545.52, + "confidence": 0.8279331, + "speaker": 1, + "speaker_confidence": 0.6850586, + "punctuated_word": "doesn't" + }, + { + "word": "change", + "start": 1545.52, + "end": 1545.8, + "confidence": 0.7917305, + "speaker": 1, + "speaker_confidence": 0.6850586, + "punctuated_word": "change," + }, + { + "word": "right", + "start": 1545.8, + "end": 1546.0, + "confidence": 0.6978578, + "speaker": 1, + "speaker_confidence": 0.6850586, + "punctuated_word": "right?" + }, + { + "word": "this", + "start": 1546.0, + "end": 1546.2, + "confidence": 0.98657566, + "speaker": 1, + "speaker_confidence": 0.6850586, + "punctuated_word": "This" + }, + { + "word": "is", + "start": 1546.2, + "end": 1546.36, + "confidence": 0.8350384, + "speaker": 1, + "speaker_confidence": 0.6850586, + "punctuated_word": "is" + }, + { + "word": "a", + "start": 1546.36, + "end": 1546.48, + "confidence": 0.84668255, + "speaker": 1, + "speaker_confidence": 0.6850586, + "punctuated_word": "a" + }, + { + "word": "policy", + "start": 1546.48, + "end": 1546.92, + "confidence": 0.7783348, + "speaker": 1, + "speaker_confidence": 0.6850586, + "punctuated_word": "policy" + }, + { + "word": "change", + "start": 1546.92, + "end": 1547.42, + "confidence": 0.057337992, + "speaker": 1, + "speaker_confidence": 0.6850586, + "punctuated_word": "change." + }, + { + "word": "so", + "start": 1547.64, + "end": 1547.8, + "confidence": 0.84204787, + "speaker": 1, + "speaker_confidence": 0.36914062, + "punctuated_word": "So" + }, + { + "word": "the", + "start": 1547.8, + "end": 1547.96, + "confidence": 0.7733308, + "speaker": 1, + "speaker_confidence": 0.36914062, + "punctuated_word": "the" + }, + { + "word": "only", + "start": 1547.96, + "end": 1548.12, + "confidence": 0.72599113, + "speaker": 1, + "speaker_confidence": 0.36914062, + "punctuated_word": "only" + }, + { + "word": "thing", + "start": 1548.12, + "end": 1548.34, + "confidence": 0.78456324, + "speaker": 1, + "speaker_confidence": 0.36914062, + "punctuated_word": "thing" + }, + { + "word": "that", + "start": 1548.34, + "end": 1548.4, + "confidence": 0.8529856, + "speaker": 1, + "speaker_confidence": 0.36914062, + "punctuated_word": "that" + }, + { + "word": "changes", + "start": 1548.4, + "end": 1548.6, + "confidence": 0.6410343, + "speaker": 1, + "speaker_confidence": 0.36914062, + "punctuated_word": "changes" + }, + { + "word": "is", + "start": 1548.6, + "end": 1548.76, + "confidence": 0.9014896, + "speaker": 1, + "speaker_confidence": 0.50878906, + "punctuated_word": "is" + }, + { + "word": "you", + "start": 1548.76, + "end": 1548.9, + "confidence": 0.99705195, + "speaker": 1, + "speaker_confidence": 0.50878906, + "punctuated_word": "you" + }, + { + "word": "can't", + "start": 1548.9, + "end": 1549.2, + "confidence": 0.7592021, + "speaker": 1, + "speaker_confidence": 0.50878906, + "punctuated_word": "can't" + }, + { + "word": "relay", + "start": 1549.2, + "end": 1549.48, + "confidence": 0.80513245, + "speaker": 1, + "speaker_confidence": 0.50878906, + "punctuated_word": "relay" + }, + { + "word": "it", + "start": 1549.48, + "end": 1549.64, + "confidence": 0.9955094, + "speaker": 1, + "speaker_confidence": 0.50878906, + "punctuated_word": "it" + }, + { + "word": "anymore", + "start": 1549.64, + "end": 1550.14, + "confidence": 0.045916755, + "speaker": 1, + "speaker_confidence": 0.50878906, + "punctuated_word": "anymore." + }, + { + "word": "right", + "start": 1550.9, + "end": 1551.26, + "confidence": 0.85826296, + "speaker": 0, + "speaker_confidence": 0.7734375, + "punctuated_word": "Right." + }, + { + "word": "so", + "start": 1551.26, + "end": 1551.74, + "confidence": 0.83995056, + "speaker": 0, + "speaker_confidence": 0.7734375, + "punctuated_word": "So" + }, + { + "word": "if", + "start": 1551.74, + "end": 1551.9, + "confidence": 0.69465065, + "speaker": 0, + "speaker_confidence": 0.7734375, + "punctuated_word": "if" + }, + { + "word": "someone", + "start": 1551.9, + "end": 1552.36, + "confidence": 0.9926347, + "speaker": 0, + "speaker_confidence": 0.7734375, + "punctuated_word": "someone" + }, + { + "word": "sends", + "start": 1552.36, + "end": 1552.58, + "confidence": 0.7814107, + "speaker": 0, + "speaker_confidence": 0.7734375, + "punctuated_word": "sends" + }, + { + "word": "a", + "start": 1552.58, + "end": 1552.72, + "confidence": 0.8765275, + "speaker": 0, + "speaker_confidence": 0.7734375, + "punctuated_word": "a" + }, + { + "word": "transaction", + "start": 1552.72, + "end": 1553.22, + "confidence": 0.8774396, + "speaker": 0, + "speaker_confidence": 0.7734375, + "punctuated_word": "transaction" + }, + { + "word": "like", + "start": 1553.32, + "end": 1553.54, + "confidence": 0.6127023, + "speaker": 0, + "speaker_confidence": 0.7734375, + "punctuated_word": "like" + }, + { + "word": "that", + "start": 1553.54, + "end": 1554.02, + "confidence": 0.89335835, + "speaker": 0, + "speaker_confidence": 0.7734375, + "punctuated_word": "that" + }, + { + "word": "to", + "start": 1554.02, + "end": 1554.24, + "confidence": 0.45868218, + "speaker": 0, + "speaker_confidence": 0.7734375, + "punctuated_word": "to" + }, + { + "word": "you", + "start": 1554.24, + "end": 1554.48, + "confidence": 0.8878106, + "speaker": 0, + "speaker_confidence": 0.7734375, + "punctuated_word": "you" + }, + { + "word": "and", + "start": 1554.48, + "end": 1554.68, + "confidence": 0.9099968, + "speaker": 0, + "speaker_confidence": 0.7734375, + "punctuated_word": "and" + }, + { + "word": "you're", + "start": 1554.68, + "end": 1554.84, + "confidence": 0.8797563, + "speaker": 0, + "speaker_confidence": 0.7734375, + "punctuated_word": "you're" + }, + { + "word": "running", + "start": 1554.84, + "end": 1555.2, + "confidence": 0.5999765, + "speaker": 0, + "speaker_confidence": 0.7734375, + "punctuated_word": "running" + }, + { + "word": "bitcoin", + "start": 1555.2, + "end": 1555.46, + "confidence": 0.7303692, + "speaker": 0, + "speaker_confidence": 0.7734375, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 1555.46, + "end": 1555.68, + "confidence": 0.84459597, + "speaker": 0, + "speaker_confidence": 0.7734375, + "punctuated_word": "Core" + }, + { + "word": "30", + "start": 1555.68, + "end": 1556.18, + "confidence": 0.08940097, + "speaker": 0, + "speaker_confidence": 0.7734375, + "punctuated_word": "30," + }, + { + "word": "then", + "start": 1556.32, + "end": 1556.54, + "confidence": 0.93446016, + "speaker": 0, + "speaker_confidence": 0.7734375, + "punctuated_word": "then" + }, + { + "word": "you're", + "start": 1556.54, + "end": 1556.76, + "confidence": 0.61385345, + "speaker": 0, + "speaker_confidence": 0.7734375, + "punctuated_word": "you're" + }, + { + "word": "going", + "start": 1556.76, + "end": 1556.92, + "confidence": 0.8829165, + "speaker": 0, + "speaker_confidence": 0.7734375, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 1556.92, + "end": 1557.04, + "confidence": 0.77403593, + "speaker": 0, + "speaker_confidence": 0.7734375, + "punctuated_word": "to" + }, + { + "word": "not", + "start": 1557.04, + "end": 1557.24, + "confidence": 0.8613146, + "speaker": 0, + "speaker_confidence": 0.5019531, + "punctuated_word": "not" + }, + { + "word": "include", + "start": 1557.24, + "end": 1557.54, + "confidence": 0.8975227, + "speaker": 0, + "speaker_confidence": 0.5019531, + "punctuated_word": "include" + }, + { + "word": "that", + "start": 1557.54, + "end": 1557.72, + "confidence": 0.80332315, + "speaker": 0, + "speaker_confidence": 0.5019531, + "punctuated_word": "that" + }, + { + "word": "in", + "start": 1557.72, + "end": 1557.84, + "confidence": 0.74211, + "speaker": 0, + "speaker_confidence": 0.5019531, + "punctuated_word": "in" + }, + { + "word": "your", + "start": 1557.84, + "end": 1557.98, + "confidence": 0.8724214, + "speaker": 0, + "speaker_confidence": 0.5019531, + "punctuated_word": "your" + }, + { + "word": "mempool", + "start": 1557.98, + "end": 1558.34, + "confidence": 0.83014905, + "speaker": 0, + "speaker_confidence": 0.5019531, + "punctuated_word": "mempool" + }, + { + "word": "and", + "start": 1558.34, + "end": 1558.5, + "confidence": 0.7255774, + "speaker": 0, + "speaker_confidence": 0.5019531, + "punctuated_word": "and" + }, + { + "word": "not", + "start": 1558.5, + "end": 1558.68, + "confidence": 0.8954418, + "speaker": 0, + "speaker_confidence": 0.5019531, + "punctuated_word": "not" + }, + { + "word": "relay", + "start": 1558.68, + "end": 1558.98, + "confidence": 0.9029835, + "speaker": 0, + "speaker_confidence": 0.5019531, + "punctuated_word": "relay" + }, + { + "word": "it", + "start": 1558.98, + "end": 1559.08, + "confidence": 0.7842851, + "speaker": 0, + "speaker_confidence": 0.4794922, + "punctuated_word": "it" + }, + { + "word": "to", + "start": 1559.08, + "end": 1559.24, + "confidence": 0.809347, + "speaker": 0, + "speaker_confidence": 0.4794922, + "punctuated_word": "to" + }, + { + "word": "other", + "start": 1559.24, + "end": 1559.44, + "confidence": 0.94409764, + "speaker": 0, + "speaker_confidence": 0.4794922, + "punctuated_word": "other" + }, + { + "word": "nodes", + "start": 1559.44, + "end": 1559.94, + "confidence": 0.22842766, + "speaker": 0, + "speaker_confidence": 0.4794922, + "punctuated_word": "nodes." + }, + { + "word": "but", + "start": 1560.04, + "end": 1560.16, + "confidence": 0.89095217, + "speaker": 0, + "speaker_confidence": 0.4794922, + "punctuated_word": "But" + }, + { + "word": "if", + "start": 1560.16, + "end": 1560.22, + "confidence": 0.989179, + "speaker": 0, + "speaker_confidence": 0.4794922, + "punctuated_word": "if" + }, + { + "word": "it's", + "start": 1560.22, + "end": 1560.36, + "confidence": 0.86680824, + "speaker": 0, + "speaker_confidence": 0.4794922, + "punctuated_word": "it's" + }, + { + "word": "in", + "start": 1560.36, + "end": 1560.48, + "confidence": 0.8116031, + "speaker": 0, + "speaker_confidence": 0.4794922, + "punctuated_word": "in" + }, + { + "word": "a", + "start": 1560.48, + "end": 1560.6, + "confidence": 0.538425, + "speaker": 0, + "speaker_confidence": 0.54589844, + "punctuated_word": "a" + }, + { + "word": "block", + "start": 1560.6, + "end": 1561.08, + "confidence": 0.4921962, + "speaker": 0, + "speaker_confidence": 0.54589844, + "punctuated_word": "block," + }, + { + "word": "again", + "start": 1561.08, + "end": 1561.56, + "confidence": 0.6750659, + "speaker": 0, + "speaker_confidence": 0.54589844, + "punctuated_word": "again," + }, + { + "word": "then", + "start": 1561.56, + "end": 1561.92, + "confidence": 0.9947094, + "speaker": 0, + "speaker_confidence": 0.54589844, + "punctuated_word": "then" + }, + { + "word": "that's", + "start": 1561.92, + "end": 1562.16, + "confidence": 0.9027401, + "speaker": 0, + "speaker_confidence": 0.54589844, + "punctuated_word": "that's" + }, + { + "word": "still", + "start": 1562.16, + "end": 1562.44, + "confidence": 0.98798674, + "speaker": 0, + "speaker_confidence": 0.54589844, + "punctuated_word": "still" + }, + { + "word": "fine", + "start": 1562.44, + "end": 1562.94, + "confidence": 0.116820954, + "speaker": 0, + "speaker_confidence": 0.54589844, + "punctuated_word": "fine." + }, + { + "word": "yeah", + "start": 1563.24, + "end": 1563.48, + "confidence": 0.8384732, + "speaker": 1, + "speaker_confidence": 0.2705078, + "punctuated_word": "Yeah," + }, + { + "word": "and", + "start": 1563.48, + "end": 1563.68, + "confidence": 0.5183131, + "speaker": 1, + "speaker_confidence": 0.2705078, + "punctuated_word": "and" + }, + { + "word": "this", + "start": 1563.68, + "end": 1563.84, + "confidence": 0.8746861, + "speaker": 1, + "speaker_confidence": 0.2705078, + "punctuated_word": "this" + }, + { + "word": "change", + "start": 1563.84, + "end": 1564.12, + "confidence": 0.84970325, + "speaker": 1, + "speaker_confidence": 0.2705078, + "punctuated_word": "change" + }, + { + "word": "is", + "start": 1564.12, + "end": 1564.28, + "confidence": 0.8881274, + "speaker": 1, + "speaker_confidence": 0.2705078, + "punctuated_word": "is" + }, + { + "word": "there", + "start": 1564.28, + "end": 1564.48, + "confidence": 0.77428067, + "speaker": 1, + "speaker_confidence": 0.2705078, + "punctuated_word": "there" + }, + { + "word": "to", + "start": 1564.48, + "end": 1564.64, + "confidence": 0.9485299, + "speaker": 1, + "speaker_confidence": 0.7451172, + "punctuated_word": "to" + }, + { + "word": "protect", + "start": 1564.64, + "end": 1565.08, + "confidence": 0.92454016, + "speaker": 1, + "speaker_confidence": 0.7451172, + "punctuated_word": "protect" + }, + { + "word": "future", + "start": 1565.08, + "end": 1565.38, + "confidence": 0.8881113, + "speaker": 1, + "speaker_confidence": 0.7451172, + "punctuated_word": "future" + }, + { + "word": "miners", + "start": 1565.38, + "end": 1565.74, + "confidence": 0.47835895, + "speaker": 1, + "speaker_confidence": 0.7451172, + "punctuated_word": "miners." + }, + { + "word": "it's", + "start": 1565.74, + "end": 1566.0, + "confidence": 0.8932617, + "speaker": 1, + "speaker_confidence": 0.7451172, + "punctuated_word": "It's" + }, + { + "word": "not", + "start": 1566.0, + "end": 1566.18, + "confidence": 0.8533479, + "speaker": 1, + "speaker_confidence": 0.7451172, + "punctuated_word": "not" + }, + { + "word": "really", + "start": 1566.18, + "end": 1566.38, + "confidence": 0.9107895, + "speaker": 1, + "speaker_confidence": 0.7451172, + "punctuated_word": "really" + }, + { + "word": "there", + "start": 1566.38, + "end": 1566.6, + "confidence": 0.76635295, + "speaker": 1, + "speaker_confidence": 0.7451172, + "punctuated_word": "there" + }, + { + "word": "to", + "start": 1566.6, + "end": 1566.74, + "confidence": 0.7240584, + "speaker": 1, + "speaker_confidence": 0.7451172, + "punctuated_word": "to" + }, + { + "word": "protect", + "start": 1566.74, + "end": 1567.04, + "confidence": 0.84062517, + "speaker": 1, + "speaker_confidence": 0.7451172, + "punctuated_word": "protect" + }, + { + "word": "the", + "start": 1567.04, + "end": 1567.16, + "confidence": 0.44446084, + "speaker": 1, + "speaker_confidence": 0.7451172, + "punctuated_word": "the" + }, + { + "word": "network", + "start": 1567.16, + "end": 1567.66, + "confidence": 0.9998203, + "speaker": 1, + "speaker_confidence": 0.7451172, + "punctuated_word": "network" + }, + { + "word": "because", + "start": 1567.66, + "end": 1568.16, + "confidence": 0.90264875, + "speaker": 1, + "speaker_confidence": 0.7451172, + "punctuated_word": "because" + }, + { + "word": "i", + "start": 1568.76, + "end": 1568.86, + "confidence": 0.99997485, + "speaker": 1, + "speaker_confidence": 0.66845703, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 1568.86, + "end": 1569.14, + "confidence": 0.7963217, + "speaker": 1, + "speaker_confidence": 0.66845703, + "punctuated_word": "don't" + }, + { + "word": "think", + "start": 1569.14, + "end": 1569.26, + "confidence": 0.9336601, + "speaker": 1, + "speaker_confidence": 0.66845703, + "punctuated_word": "think" + }, + { + "word": "they're", + "start": 1569.26, + "end": 1569.76, + "confidence": 0.8821173, + "speaker": 1, + "speaker_confidence": 0.66845703, + "punctuated_word": "they're" + }, + { + "word": "that", + "start": 1570.08, + "end": 1570.28, + "confidence": 0.7451924, + "speaker": 1, + "speaker_confidence": 0.66845703, + "punctuated_word": "that" + }, + { + "word": "terrible", + "start": 1570.28, + "end": 1570.78, + "confidence": 0.53001595, + "speaker": 1, + "speaker_confidence": 0.66845703, + "punctuated_word": "terrible." + }, + { + "word": "but", + "start": 1572.78, + "end": 1573.28, + "confidence": 0.9458975, + "speaker": 1, + "speaker_confidence": 0.9199219, + "punctuated_word": "But" + }, + { + "word": "a", + "start": 1573.78, + "end": 1573.98, + "confidence": 0.7147745, + "speaker": 1, + "speaker_confidence": 0.9199219, + "punctuated_word": "a" + }, + { + "word": "future", + "start": 1573.98, + "end": 1574.34, + "confidence": 0.9301787, + "speaker": 1, + "speaker_confidence": 0.9199219, + "punctuated_word": "future" + }, + { + "word": "miner", + "start": 1574.34, + "end": 1574.84, + "confidence": 0.63084453, + "speaker": 1, + "speaker_confidence": 0.9199219, + "punctuated_word": "miner," + }, + { + "word": "when", + "start": 1575.92, + "end": 1576.16, + "confidence": 0.9117156, + "speaker": 1, + "speaker_confidence": 0.9199219, + "punctuated_word": "when" + }, + { + "word": "and", + "start": 1576.16, + "end": 1576.34, + "confidence": 0.75571626, + "speaker": 1, + "speaker_confidence": 0.9199219, + "punctuated_word": "and" + }, + { + "word": "if", + "start": 1576.34, + "end": 1576.56, + "confidence": 0.41778386, + "speaker": 1, + "speaker_confidence": 0.9199219, + "punctuated_word": "if," + }, + { + "word": "or", + "start": 1576.56, + "end": 1576.8, + "confidence": 0.88775635, + "speaker": 1, + "speaker_confidence": 0.9199219, + "punctuated_word": "or" + }, + { + "word": "if", + "start": 1576.8, + "end": 1576.96, + "confidence": 0.88117164, + "speaker": 1, + "speaker_confidence": 0.9199219, + "punctuated_word": "if" + }, + { + "word": "and", + "start": 1576.96, + "end": 1577.16, + "confidence": 0.8740027, + "speaker": 1, + "speaker_confidence": 0.9199219, + "punctuated_word": "and" + }, + { + "word": "when", + "start": 1577.16, + "end": 1577.36, + "confidence": 0.79987854, + "speaker": 1, + "speaker_confidence": 0.9199219, + "punctuated_word": "when" + }, + { + "word": "this", + "start": 1577.36, + "end": 1577.6, + "confidence": 0.97478426, + "speaker": 1, + "speaker_confidence": 0.9199219, + "punctuated_word": "this" + }, + { + "word": "becomes", + "start": 1577.6, + "end": 1578.08, + "confidence": 0.8264842, + "speaker": 1, + "speaker_confidence": 0.9199219, + "punctuated_word": "becomes" + }, + { + "word": "a", + "start": 1578.08, + "end": 1578.42, + "confidence": 0.8032565, + "speaker": 1, + "speaker_confidence": 0.9199219, + "punctuated_word": "a" + }, + { + "word": "soft", + "start": 1578.42, + "end": 1578.7, + "confidence": 0.6898999, + "speaker": 1, + "speaker_confidence": 0.9199219, + "punctuated_word": "soft" + }, + { + "word": "fork", + "start": 1578.7, + "end": 1579.2, + "confidence": 0.115743056, + "speaker": 1, + "speaker_confidence": 0.9199219, + "punctuated_word": "fork," + }, + { + "word": "then", + "start": 1579.22, + "end": 1579.4, + "confidence": 0.90325016, + "speaker": 1, + "speaker_confidence": 0.9199219, + "punctuated_word": "then" + }, + { + "word": "it", + "start": 1579.4, + "end": 1579.6, + "confidence": 0.8963139, + "speaker": 1, + "speaker_confidence": 0.9199219, + "punctuated_word": "it" + }, + { + "word": "is", + "start": 1579.6, + "end": 1579.76, + "confidence": 0.64289546, + "speaker": 1, + "speaker_confidence": 0.9199219, + "punctuated_word": "is" + }, + { + "word": "consensus", + "start": 1579.76, + "end": 1580.26, + "confidence": 0.34472677, + "speaker": 1, + "speaker_confidence": 0.9199219, + "punctuated_word": "consensus." + }, + { + "word": "and", + "start": 1580.66, + "end": 1580.8, + "confidence": 0.8920273, + "speaker": 1, + "speaker_confidence": 0.9199219, + "punctuated_word": "And" + }, + { + "word": "we", + "start": 1580.8, + "end": 1581.0, + "confidence": 0.9999305, + "speaker": 1, + "speaker_confidence": 0.9199219, + "punctuated_word": "we" + }, + { + "word": "don't", + "start": 1581.0, + "end": 1581.3, + "confidence": 0.816293, + "speaker": 1, + "speaker_confidence": 0.9199219, + "punctuated_word": "don't" + }, + { + "word": "want", + "start": 1581.3, + "end": 1581.5, + "confidence": 0.7217816, + "speaker": 1, + "speaker_confidence": 0.9199219, + "punctuated_word": "want" + }, + { + "word": "a", + "start": 1581.5, + "end": 1581.68, + "confidence": 0.8761943, + "speaker": 1, + "speaker_confidence": 0.9199219, + "punctuated_word": "a" + }, + { + "word": "miner", + "start": 1581.68, + "end": 1582.04, + "confidence": 0.71944374, + "speaker": 1, + "speaker_confidence": 0.9199219, + "punctuated_word": "miner" + }, + { + "word": "to", + "start": 1582.04, + "end": 1582.24, + "confidence": 0.7750229, + "speaker": 1, + "speaker_confidence": 0.9199219, + "punctuated_word": "to" + }, + { + "word": "accidentally", + "start": 1582.24, + "end": 1582.74, + "confidence": 0.88076055, + "speaker": 1, + "speaker_confidence": 0.9199219, + "punctuated_word": "accidentally" + }, + { + "word": "mine", + "start": 1583.04, + "end": 1583.32, + "confidence": 0.815071, + "speaker": 1, + "speaker_confidence": 0.9199219, + "punctuated_word": "mine" + }, + { + "word": "this", + "start": 1583.32, + "end": 1583.56, + "confidence": 0.9686114, + "speaker": 1, + "speaker_confidence": 0.9199219, + "punctuated_word": "this" + }, + { + "word": "thing", + "start": 1583.56, + "end": 1584.06, + "confidence": 0.38755456, + "speaker": 1, + "speaker_confidence": 0.9199219, + "punctuated_word": "thing." + }, + { + "word": "and", + "start": 1584.24, + "end": 1584.4, + "confidence": 0.8048849, + "speaker": 1, + "speaker_confidence": 0.640625, + "punctuated_word": "And" + }, + { + "word": "so", + "start": 1584.4, + "end": 1584.62, + "confidence": 0.9970318, + "speaker": 1, + "speaker_confidence": 0.640625, + "punctuated_word": "so" + }, + { + "word": "that's", + "start": 1584.62, + "end": 1584.86, + "confidence": 0.81079483, + "speaker": 1, + "speaker_confidence": 0.640625, + "punctuated_word": "that's" + }, + { + "word": "one", + "start": 1584.86, + "end": 1585.04, + "confidence": 0.8126295, + "speaker": 1, + "speaker_confidence": 0.640625, + "punctuated_word": "one" + }, + { + "word": "of", + "start": 1585.04, + "end": 1585.14, + "confidence": 0.7803669, + "speaker": 1, + "speaker_confidence": 0.640625, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 1585.14, + "end": 1585.38, + "confidence": 0.66472834, + "speaker": 1, + "speaker_confidence": 0.640625, + "punctuated_word": "the" + }, + { + "word": "reasons", + "start": 1585.38, + "end": 1585.88, + "confidence": 0.27143273, + "speaker": 1, + "speaker_confidence": 0.640625, + "punctuated_word": "reasons," + }, + { + "word": "that's", + "start": 1585.92, + "end": 1586.12, + "confidence": 0.8088566, + "speaker": 1, + "speaker_confidence": 0.640625, + "punctuated_word": "that's" + }, + { + "word": "one", + "start": 1586.12, + "end": 1586.32, + "confidence": 0.8139988, + "speaker": 1, + "speaker_confidence": 0.640625, + "punctuated_word": "one" + }, + { + "word": "of", + "start": 1586.32, + "end": 1586.42, + "confidence": 0.8823559, + "speaker": 1, + "speaker_confidence": 0.640625, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 1586.42, + "end": 1586.58, + "confidence": 0.90992886, + "speaker": 1, + "speaker_confidence": 0.8149414, + "punctuated_word": "the" + }, + { + "word": "goals", + "start": 1586.58, + "end": 1586.94, + "confidence": 0.7782956, + "speaker": 1, + "speaker_confidence": 0.8149414, + "punctuated_word": "goals" + }, + { + "word": "of", + "start": 1586.94, + "end": 1587.26, + "confidence": 0.73751, + "speaker": 1, + "speaker_confidence": 0.8149414, + "punctuated_word": "of" + }, + { + "word": "policy", + "start": 1587.26, + "end": 1587.66, + "confidence": 0.6921903, + "speaker": 1, + "speaker_confidence": 0.8149414, + "punctuated_word": "policy" + }, + { + "word": "rules", + "start": 1587.66, + "end": 1588.0, + "confidence": 0.9999045, + "speaker": 1, + "speaker_confidence": 0.8149414, + "punctuated_word": "rules" + }, + { + "word": "is", + "start": 1588.0, + "end": 1588.2, + "confidence": 0.8184683, + "speaker": 1, + "speaker_confidence": 0.8149414, + "punctuated_word": "is" + }, + { + "word": "to", + "start": 1588.2, + "end": 1588.36, + "confidence": 0.7123453, + "speaker": 1, + "speaker_confidence": 0.8149414, + "punctuated_word": "to" + }, + { + "word": "prevent", + "start": 1588.36, + "end": 1588.78, + "confidence": 0.88102764, + "speaker": 1, + "speaker_confidence": 0.8149414, + "punctuated_word": "prevent" + }, + { + "word": "accidentally", + "start": 1588.78, + "end": 1589.28, + "confidence": 0.73142487, + "speaker": 1, + "speaker_confidence": 0.8149414, + "punctuated_word": "accidentally" + }, + { + "word": "mining", + "start": 1589.3, + "end": 1589.72, + "confidence": 0.6114823, + "speaker": 1, + "speaker_confidence": 0.8149414, + "punctuated_word": "mining" + }, + { + "word": "something", + "start": 1589.72, + "end": 1590.22, + "confidence": 0.41903448, + "speaker": 1, + "speaker_confidence": 0.8149414, + "punctuated_word": "something." + }, + { + "word": "because", + "start": 1590.94, + "end": 1591.26, + "confidence": 0.78621536, + "speaker": 1, + "speaker_confidence": 0.8149414, + "punctuated_word": "Because" + }, + { + "word": "the", + "start": 1591.26, + "end": 1591.4, + "confidence": 0.2980042, + "speaker": 1, + "speaker_confidence": 0.8149414, + "punctuated_word": "the" + }, + { + "word": "miner", + "start": 1591.4, + "end": 1591.72, + "confidence": 0.11162885, + "speaker": 1, + "speaker_confidence": 0.8149414, + "punctuated_word": "miner" + }, + { + "word": "does", + "start": 1591.72, + "end": 1591.98, + "confidence": 0.74261194, + "speaker": 0, + "speaker_confidence": 0.20214844, + "punctuated_word": "does" + }, + { + "word": "it", + "start": 1591.98, + "end": 1592.22, + "confidence": 0.93837005, + "speaker": 0, + "speaker_confidence": 0.20214844, + "punctuated_word": "it" + }, + { + "word": "as", + "start": 1592.22, + "end": 1592.36, + "confidence": 0.43907958, + "speaker": 1, + "speaker_confidence": 0.69921875, + "punctuated_word": "as" + }, + { + "word": "a", + "start": 1592.36, + "end": 1592.54, + "confidence": 0.7928005, + "speaker": 1, + "speaker_confidence": 0.69921875, + "punctuated_word": "a" + }, + { + "word": "standard", + "start": 1592.54, + "end": 1592.78, + "confidence": 0.6261458, + "speaker": 1, + "speaker_confidence": 0.69921875, + "punctuated_word": "standard" + }, + { + "word": "transaction", + "start": 1592.78, + "end": 1593.24, + "confidence": 0.5330524, + "speaker": 1, + "speaker_confidence": 0.69921875, + "punctuated_word": "transaction," + }, + { + "word": "they'll", + "start": 1593.24, + "end": 1593.42, + "confidence": 0.86910295, + "speaker": 1, + "speaker_confidence": 0.69921875, + "punctuated_word": "they'll" + }, + { + "word": "never", + "start": 1593.42, + "end": 1593.74, + "confidence": 0.89985466, + "speaker": 1, + "speaker_confidence": 0.69921875, + "punctuated_word": "never" + }, + { + "word": "see", + "start": 1593.74, + "end": 1593.9, + "confidence": 0.8813773, + "speaker": 1, + "speaker_confidence": 0.69921875, + "punctuated_word": "see" + }, + { + "word": "it", + "start": 1593.9, + "end": 1594.04, + "confidence": 0.6896901, + "speaker": 1, + "speaker_confidence": 0.69921875, + "punctuated_word": "it," + }, + { + "word": "they'll", + "start": 1594.04, + "end": 1594.28, + "confidence": 0.8503977, + "speaker": 1, + "speaker_confidence": 0.69921875, + "punctuated_word": "they'll" + }, + { + "word": "never", + "start": 1594.28, + "end": 1594.48, + "confidence": 0.89494234, + "speaker": 1, + "speaker_confidence": 0.69921875, + "punctuated_word": "never" + }, + { + "word": "mine", + "start": 1594.48, + "end": 1594.68, + "confidence": 0.9638062, + "speaker": 1, + "speaker_confidence": 0.69921875, + "punctuated_word": "mine" + }, + { + "word": "it", + "start": 1594.68, + "end": 1595.14, + "confidence": 0.20736448, + "speaker": 1, + "speaker_confidence": 0.69921875, + "punctuated_word": "it." + }, + { + "word": "right", + "start": 1595.14, + "end": 1595.34, + "confidence": 0.8859638, + "speaker": 0, + "speaker_confidence": 0.6796875, + "punctuated_word": "Right," + }, + { + "word": "so", + "start": 1595.34, + "end": 1595.5, + "confidence": 0.9882244, + "speaker": 0, + "speaker_confidence": 0.6796875, + "punctuated_word": "so" + }, + { + "word": "it's", + "start": 1595.5, + "end": 1595.76, + "confidence": 0.7581027, + "speaker": 0, + "speaker_confidence": 0.6796875, + "punctuated_word": "it's" + }, + { + "word": "kind", + "start": 1595.76, + "end": 1595.9, + "confidence": 0.7915903, + "speaker": 0, + "speaker_confidence": 0.6796875, + "punctuated_word": "kind" + }, + { + "word": "of", + "start": 1595.9, + "end": 1596.14, + "confidence": 0.78771776, + "speaker": 0, + "speaker_confidence": 0.6796875, + "punctuated_word": "of" + }, + { + "word": "in", + "start": 1596.14, + "end": 1596.36, + "confidence": 0.89276785, + "speaker": 0, + "speaker_confidence": 0.6796875, + "punctuated_word": "in" + }, + { + "word": "anticipation", + "start": 1596.36, + "end": 1596.86, + "confidence": 0.4854583, + "speaker": 0, + "speaker_confidence": 0.6796875, + "punctuated_word": "anticipation" + }, + { + "word": "of", + "start": 1597.36, + "end": 1597.86, + "confidence": 0.69142544, + "speaker": 0, + "speaker_confidence": 0.6796875, + "punctuated_word": "of" + }, + { + "word": "hopefully", + "start": 1598.04, + "end": 1598.54, + "confidence": 0.59837025, + "speaker": 0, + "speaker_confidence": 0.6796875, + "punctuated_word": "hopefully," + }, + { + "word": "potentially", + "start": 1598.86, + "end": 1599.36, + "confidence": 0.9188956, + "speaker": 0, + "speaker_confidence": 0.6796875, + "punctuated_word": "potentially" + }, + { + "word": "a", + "start": 1599.56, + "end": 1599.72, + "confidence": 0.6430376, + "speaker": 0, + "speaker_confidence": 0.6796875, + "punctuated_word": "a" + }, + { + "word": "future", + "start": 1599.72, + "end": 1600.04, + "confidence": 0.8915075, + "speaker": 0, + "speaker_confidence": 0.6796875, + "punctuated_word": "future" + }, + { + "word": "soft", + "start": 1600.04, + "end": 1600.26, + "confidence": 0.32515696, + "speaker": 0, + "speaker_confidence": 0.6796875, + "punctuated_word": "soft" + }, + { + "word": "fork", + "start": 1600.26, + "end": 1600.58, + "confidence": 0.77740073, + "speaker": 0, + "speaker_confidence": 0.6796875, + "punctuated_word": "fork" + }, + { + "word": "to", + "start": 1600.58, + "end": 1600.8, + "confidence": 0.47545388, + "speaker": 0, + "speaker_confidence": 0.6201172, + "punctuated_word": "to" + }, + { + "word": "already", + "start": 1600.8, + "end": 1601.3, + "confidence": 0.8997741, + "speaker": 0, + "speaker_confidence": 0.6201172, + "punctuated_word": "already" + }, + { + "word": "sort", + "start": 1601.44, + "end": 1601.6, + "confidence": 0.29783475, + "speaker": 0, + "speaker_confidence": 0.6201172, + "punctuated_word": "sort" + }, + { + "word": "of", + "start": 1601.6, + "end": 1602.1, + "confidence": 0.4376043, + "speaker": 0, + "speaker_confidence": 0.6201172, + "punctuated_word": "of," + }, + { + "word": "you", + "start": 1603.26, + "end": 1603.32, + "confidence": 0.95598936, + "speaker": 0, + "speaker_confidence": 0.6201172, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 1603.32, + "end": 1603.82, + "confidence": 0.80804837, + "speaker": 0, + "speaker_confidence": 0.6201172, + "punctuated_word": "know," + }, + { + "word": "push", + "start": 1603.82, + "end": 1604.32, + "confidence": 0.7173742, + "speaker": 0, + "speaker_confidence": 0.6201172, + "punctuated_word": "push" + }, + { + "word": "network", + "start": 1604.44, + "end": 1604.94, + "confidence": 0.70536923, + "speaker": 0, + "speaker_confidence": 0.6201172, + "punctuated_word": "network" + }, + { + "word": "behavior", + "start": 1605.06, + "end": 1605.42, + "confidence": 0.9039418, + "speaker": 0, + "speaker_confidence": 0.6201172, + "punctuated_word": "behavior" + }, + { + "word": "kind", + "start": 1605.42, + "end": 1605.56, + "confidence": 0.888006, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "kind" + }, + { + "word": "of", + "start": 1605.56, + "end": 1605.76, + "confidence": 0.8709623, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "of" + }, + { + "word": "in", + "start": 1605.76, + "end": 1605.94, + "confidence": 0.92311704, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "in" + }, + { + "word": "that", + "start": 1605.94, + "end": 1606.16, + "confidence": 0.4373961, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "that" + }, + { + "word": "direction", + "start": 1606.16, + "end": 1606.66, + "confidence": 0.839549, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "direction" + }, + { + "word": "so", + "start": 1606.68, + "end": 1606.88, + "confidence": 0.78100836, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "so" + }, + { + "word": "that", + "start": 1606.88, + "end": 1607.06, + "confidence": 0.7675012, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "that" + }, + { + "word": "when", + "start": 1607.06, + "end": 1607.24, + "confidence": 0.5196003, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "when" + }, + { + "word": "the", + "start": 1607.24, + "end": 1607.38, + "confidence": 0.34715128, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "the" + }, + { + "word": "soft", + "start": 1607.38, + "end": 1607.58, + "confidence": 0.850371, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "soft" + }, + { + "word": "fork", + "start": 1607.58, + "end": 1607.8, + "confidence": 0.44718483, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "fork" + }, + { + "word": "happens", + "start": 1607.8, + "end": 1608.28, + "confidence": 0.45896214, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "happens," + }, + { + "word": "then", + "start": 1608.28, + "end": 1608.54, + "confidence": 0.97750014, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "then" + }, + { + "word": "it's", + "start": 1608.54, + "end": 1609.04, + "confidence": 0.6722524, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "it's" + }, + { + "word": "a", + "start": 1609.12, + "end": 1609.3, + "confidence": 0.21291284, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "a" + }, + { + "word": "relatively", + "start": 1609.3, + "end": 1609.8, + "confidence": 0.9804585, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "relatively" + }, + { + "word": "small", + "start": 1610.02, + "end": 1610.5, + "confidence": 0.86054456, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "small" + }, + { + "word": "change", + "start": 1610.5, + "end": 1610.86, + "confidence": 0.8989221, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "change" + }, + { + "word": "that", + "start": 1610.86, + "end": 1611.04, + "confidence": 0.9840793, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "that" + }, + { + "word": "can't", + "start": 1611.04, + "end": 1611.46, + "confidence": 0.7655219, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "can't" + }, + { + "word": "really", + "start": 1611.46, + "end": 1611.82, + "confidence": 0.8323793, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "really" + }, + { + "word": "cause", + "start": 1611.82, + "end": 1612.04, + "confidence": 0.6843261, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "cause" + }, + { + "word": "too", + "start": 1612.04, + "end": 1612.26, + "confidence": 0.61788523, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "too" + }, + { + "word": "much", + "start": 1612.26, + "end": 1612.48, + "confidence": 0.3863132, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "much" + }, + { + "word": "problems", + "start": 1612.48, + "end": 1612.94, + "confidence": 0.65246385, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "problems," + }, + { + "word": "essentially", + "start": 1612.94, + "end": 1613.44, + "confidence": 0.87819535, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "essentially," + }, + { + "word": "right", + "start": 1613.48, + "end": 1613.98, + "confidence": 0.031266283, + "speaker": 0, + "speaker_confidence": 0.82910156, + "punctuated_word": "right?" + }, + { + "word": "yeah", + "start": 1614.72, + "end": 1614.92, + "confidence": 0.7395515, + "speaker": 1, + "speaker_confidence": 0.68115234, + "punctuated_word": "Yeah," + }, + { + "word": "exactly", + "start": 1614.92, + "end": 1615.42, + "confidence": 0.28618723, + "speaker": 1, + "speaker_confidence": 0.68115234, + "punctuated_word": "exactly." + }, + { + "word": "you", + "start": 1615.44, + "end": 1615.52, + "confidence": 0.78526056, + "speaker": 1, + "speaker_confidence": 0.68115234, + "punctuated_word": "You" + }, + { + "word": "want", + "start": 1615.52, + "end": 1615.76, + "confidence": 0.55431193, + "speaker": 1, + "speaker_confidence": 0.68115234, + "punctuated_word": "want" + }, + { + "word": "soft", + "start": 1615.76, + "end": 1615.92, + "confidence": 0.99938107, + "speaker": 1, + "speaker_confidence": 0.68115234, + "punctuated_word": "soft" + }, + { + "word": "forks", + "start": 1615.92, + "end": 1616.18, + "confidence": 0.9070768, + "speaker": 1, + "speaker_confidence": 0.68115234, + "punctuated_word": "forks" + }, + { + "word": "to", + "start": 1616.18, + "end": 1616.32, + "confidence": 0.89089364, + "speaker": 1, + "speaker_confidence": 0.68115234, + "punctuated_word": "to" + }, + { + "word": "be", + "start": 1616.32, + "end": 1616.48, + "confidence": 0.89919883, + "speaker": 1, + "speaker_confidence": 0.68115234, + "punctuated_word": "be" + }, + { + "word": "as", + "start": 1616.48, + "end": 1616.58, + "confidence": 0.90512794, + "speaker": 1, + "speaker_confidence": 0.68115234, + "punctuated_word": "as" + }, + { + "word": "safe", + "start": 1616.58, + "end": 1616.82, + "confidence": 0.85658765, + "speaker": 1, + "speaker_confidence": 0.7109375, + "punctuated_word": "safe" + }, + { + "word": "as", + "start": 1616.82, + "end": 1616.98, + "confidence": 0.8643345, + "speaker": 1, + "speaker_confidence": 0.7109375, + "punctuated_word": "as" + }, + { + "word": "possible", + "start": 1616.98, + "end": 1617.48, + "confidence": 0.82007414, + "speaker": 1, + "speaker_confidence": 0.7109375, + "punctuated_word": "possible" + }, + { + "word": "for", + "start": 1617.56, + "end": 1617.78, + "confidence": 0.60789037, + "speaker": 1, + "speaker_confidence": 0.7109375, + "punctuated_word": "for" + }, + { + "word": "users", + "start": 1617.78, + "end": 1618.14, + "confidence": 0.89812845, + "speaker": 1, + "speaker_confidence": 0.7109375, + "punctuated_word": "users," + }, + { + "word": "but", + "start": 1618.14, + "end": 1618.32, + "confidence": 0.89814836, + "speaker": 1, + "speaker_confidence": 0.7109375, + "punctuated_word": "but" + }, + { + "word": "also", + "start": 1618.32, + "end": 1618.62, + "confidence": 0.8813279, + "speaker": 1, + "speaker_confidence": 0.7109375, + "punctuated_word": "also" + }, + { + "word": "for", + "start": 1618.62, + "end": 1618.78, + "confidence": 0.9785769, + "speaker": 1, + "speaker_confidence": 0.7109375, + "punctuated_word": "for" + }, + { + "word": "miners", + "start": 1618.78, + "end": 1619.28, + "confidence": 0.06635878, + "speaker": 1, + "speaker_confidence": 0.7109375, + "punctuated_word": "miners." + }, + { + "word": "yeah", + "start": 1619.76, + "end": 1620.06, + "confidence": 0.8733579, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "Yeah," + }, + { + "word": "and", + "start": 1620.06, + "end": 1620.2, + "confidence": 0.80339617, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "And" + }, + { + "word": "i", + "start": 1620.2, + "end": 1620.32, + "confidence": 0.5789364, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 1620.32, + "end": 1620.72, + "confidence": 0.4191848, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "think" + }, + { + "word": "also", + "start": 1620.72, + "end": 1621.2, + "confidence": 0.77363575, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "also," + }, + { + "word": "so", + "start": 1621.2, + "end": 1621.4, + "confidence": 0.86406595, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "so" + }, + { + "word": "that", + "start": 1621.4, + "end": 1621.64, + "confidence": 0.8993367, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "that" + }, + { + "word": "ties", + "start": 1621.64, + "end": 1622.04, + "confidence": 0.79232186, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "ties" + }, + { + "word": "in", + "start": 1622.04, + "end": 1622.24, + "confidence": 0.6670839, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "in" + }, + { + "word": "with", + "start": 1622.24, + "end": 1622.52, + "confidence": 0.8304641, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "with," + }, + { + "word": "i", + "start": 1622.52, + "end": 1622.72, + "confidence": 0.5997078, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "I" + }, + { + "word": "guess", + "start": 1622.72, + "end": 1623.16, + "confidence": 0.69085264, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "guess," + }, + { + "word": "another", + "start": 1623.16, + "end": 1623.56, + "confidence": 0.3097127, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "another" + }, + { + "word": "point", + "start": 1623.56, + "end": 1624.06, + "confidence": 0.15344757, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "point." + }, + { + "word": "we", + "start": 1624.28, + "end": 1624.54, + "confidence": 0.49004123, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "We" + }, + { + "word": "do", + "start": 1624.54, + "end": 1625.04, + "confidence": 0.7937369, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "do" + }, + { + "word": "apparently", + "start": 1626.14, + "end": 1626.64, + "confidence": 0.91721207, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "apparently" + }, + { + "word": "keep", + "start": 1626.68, + "end": 1626.94, + "confidence": 0.8105768, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "keep" + }, + { + "word": "getting", + "start": 1626.94, + "end": 1627.16, + "confidence": 0.9271286, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "getting" + }, + { + "word": "back", + "start": 1627.16, + "end": 1627.36, + "confidence": 0.81404436, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "back" + }, + { + "word": "a", + "start": 1627.36, + "end": 1627.48, + "confidence": 0.89111525, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "a" + }, + { + "word": "little", + "start": 1627.48, + "end": 1627.66, + "confidence": 0.8411257, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "little" + }, + { + "word": "bit", + "start": 1627.66, + "end": 1627.8, + "confidence": 0.8065029, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "bit" + }, + { + "word": "to", + "start": 1627.8, + "end": 1627.96, + "confidence": 0.16836491, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "to" + }, + { + "word": "the", + "start": 1627.96, + "end": 1628.1, + "confidence": 0.6829597, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "the" + }, + { + "word": "operatron", + "start": 1628.1, + "end": 1628.52, + "confidence": 0.6126766, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "Operatron" + }, + { + "word": "issue", + "start": 1628.52, + "end": 1629.02, + "confidence": 0.08913077, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "issue." + }, + { + "word": "as", + "start": 1629.48, + "end": 1629.68, + "confidence": 0.7962284, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "As" + }, + { + "word": "a", + "start": 1629.68, + "end": 1629.88, + "confidence": 0.68486667, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "a" + }, + { + "word": "general", + "start": 1629.88, + "end": 1630.36, + "confidence": 0.9066498, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "general" + }, + { + "word": "sort", + "start": 1630.36, + "end": 1630.52, + "confidence": 0.9173258, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "sort" + }, + { + "word": "of", + "start": 1630.52, + "end": 1630.68, + "confidence": 0.9330997, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "of" + }, + { + "word": "direction", + "start": 1630.68, + "end": 1631.18, + "confidence": 0.6291829, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "direction," + }, + { + "word": "i", + "start": 1631.44, + "end": 1631.68, + "confidence": 0.61782986, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 1631.68, + "end": 1632.18, + "confidence": 0.89353126, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "think" + }, + { + "word": "the", + "start": 1632.62, + "end": 1632.84, + "confidence": 0.88031906, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "the" + }, + { + "word": "goal", + "start": 1632.84, + "end": 1633.32, + "confidence": 0.806989, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "goal" + }, + { + "word": "of", + "start": 1633.32, + "end": 1633.52, + "confidence": 0.8292931, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 1633.52, + "end": 1633.68, + "confidence": 0.7982742, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "the" + }, + { + "word": "bitcoin", + "start": 1633.68, + "end": 1634.04, + "confidence": 0.46865368, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 1634.04, + "end": 1634.34, + "confidence": 0.1154556, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "Core" + }, + { + "word": "project", + "start": 1634.34, + "end": 1634.84, + "confidence": 0.337379, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "project" + }, + { + "word": "is", + "start": 1635.28, + "end": 1635.54, + "confidence": 0.63934326, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "is" + }, + { + "word": "to", + "start": 1635.54, + "end": 1636.04, + "confidence": 0.8652317, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "to" + }, + { + "word": "essentially", + "start": 1636.1, + "end": 1636.6, + "confidence": 0.55893236, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "essentially," + }, + { + "word": "you", + "start": 1638.06, + "end": 1638.14, + "confidence": 0.974483, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 1638.14, + "end": 1638.42, + "confidence": 0.86655056, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "know," + }, + { + "word": "as", + "start": 1638.42, + "end": 1638.58, + "confidence": 0.90864617, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "as" + }, + { + "word": "much", + "start": 1638.58, + "end": 1638.82, + "confidence": 0.84644854, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "much" + }, + { + "word": "as", + "start": 1638.82, + "end": 1638.96, + "confidence": 0.93167603, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "as" + }, + { + "word": "possible", + "start": 1638.96, + "end": 1639.3, + "confidence": 0.07942856, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "possible," + }, + { + "word": "just", + "start": 1639.3, + "end": 1639.54, + "confidence": 0.9109514, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "just" + }, + { + "word": "get", + "start": 1639.54, + "end": 1639.72, + "confidence": 0.9094652, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "get" + }, + { + "word": "rid", + "start": 1639.72, + "end": 1639.96, + "confidence": 0.81338596, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "rid" + }, + { + "word": "of", + "start": 1639.96, + "end": 1640.08, + "confidence": 0.74037445, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "of" + }, + { + "word": "policy", + "start": 1640.08, + "end": 1640.46, + "confidence": 0.5426253, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "policy" + }, + { + "word": "rules", + "start": 1640.46, + "end": 1640.94, + "confidence": 0.84212595, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "rules" + }, + { + "word": "and", + "start": 1640.94, + "end": 1641.44, + "confidence": 0.75451595, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "and" + }, + { + "word": "make", + "start": 1642.36, + "end": 1642.68, + "confidence": 0.7367123, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "make" + }, + { + "word": "what", + "start": 1642.68, + "end": 1643.18, + "confidence": 0.5704034, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "what" + }, + { + "word": "nodes", + "start": 1643.2, + "end": 1643.68, + "confidence": 0.10940933, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "nodes" + }, + { + "word": "accept", + "start": 1643.68, + "end": 1644.14, + "confidence": 0.9681962, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "accept" + }, + { + "word": "and", + "start": 1644.14, + "end": 1644.28, + "confidence": 0.9022314, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "and" + }, + { + "word": "relay", + "start": 1644.28, + "end": 1644.78, + "confidence": 0.8504569, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "relay" + }, + { + "word": "as", + "start": 1644.82, + "end": 1644.96, + "confidence": 0.9079208, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "as" + }, + { + "word": "close", + "start": 1644.96, + "end": 1645.28, + "confidence": 0.8602521, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "close" + }, + { + "word": "as", + "start": 1645.28, + "end": 1645.44, + "confidence": 0.8829631, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "as" + }, + { + "word": "possible", + "start": 1645.44, + "end": 1645.9, + "confidence": 0.8186381, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "possible" + }, + { + "word": "to", + "start": 1645.9, + "end": 1646.04, + "confidence": 0.832793, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "to" + }, + { + "word": "the", + "start": 1646.04, + "end": 1646.24, + "confidence": 0.87751746, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "the" + }, + { + "word": "actual", + "start": 1646.24, + "end": 1646.58, + "confidence": 0.74747866, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "actual" + }, + { + "word": "consensus", + "start": 1646.58, + "end": 1647.08, + "confidence": 0.9482659, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "consensus" + }, + { + "word": "rules", + "start": 1647.14, + "end": 1647.64, + "confidence": 0.0673115, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "rules." + }, + { + "word": "is", + "start": 1647.72, + "end": 1647.88, + "confidence": 0.8291159, + "speaker": 0, + "speaker_confidence": 0.9086914, + "punctuated_word": "Is" + }, + { + "word": "that", + "start": 1647.88, + "end": 1648.04, + "confidence": 0.99793327, + "speaker": 1, + "speaker_confidence": 0.2734375, + "punctuated_word": "that" + }, + { + "word": "correct", + "start": 1648.04, + "end": 1648.54, + "confidence": 0.08410414, + "speaker": 1, + "speaker_confidence": 0.2734375, + "punctuated_word": "correct?" + }, + { + "word": "there", + "start": 1649.16, + "end": 1649.34, + "confidence": 0.99891746, + "speaker": 1, + "speaker_confidence": 0.8129883, + "punctuated_word": "There" + }, + { + "word": "is", + "start": 1649.34, + "end": 1649.54, + "confidence": 0.62335294, + "speaker": 1, + "speaker_confidence": 0.8129883, + "punctuated_word": "is" + }, + { + "word": "a", + "start": 1649.54, + "end": 1649.62, + "confidence": 0.8658554, + "speaker": 1, + "speaker_confidence": 0.8129883, + "punctuated_word": "a" + }, + { + "word": "philosophy", + "start": 1649.62, + "end": 1650.12, + "confidence": 0.8232595, + "speaker": 1, + "speaker_confidence": 0.8129883, + "punctuated_word": "philosophy" + }, + { + "word": "that", + "start": 1650.24, + "end": 1650.46, + "confidence": 0.8590842, + "speaker": 1, + "speaker_confidence": 0.8129883, + "punctuated_word": "that" + }, + { + "word": "says", + "start": 1650.46, + "end": 1650.82, + "confidence": 0.77827466, + "speaker": 1, + "speaker_confidence": 0.8129883, + "punctuated_word": "says" + }, + { + "word": "that", + "start": 1650.82, + "end": 1651.32, + "confidence": 0.87383753, + "speaker": 1, + "speaker_confidence": 0.8129883, + "punctuated_word": "that" + }, + { + "word": "policy", + "start": 1651.5, + "end": 1651.86, + "confidence": 0.89149123, + "speaker": 1, + "speaker_confidence": 0.8129883, + "punctuated_word": "policy" + }, + { + "word": "and", + "start": 1651.86, + "end": 1652.04, + "confidence": 0.87416583, + "speaker": 1, + "speaker_confidence": 0.8129883, + "punctuated_word": "and" + }, + { + "word": "consensus", + "start": 1652.04, + "end": 1652.54, + "confidence": 0.9587699, + "speaker": 1, + "speaker_confidence": 0.8129883, + "punctuated_word": "consensus" + }, + { + "word": "should", + "start": 1652.56, + "end": 1652.86, + "confidence": 0.8573571, + "speaker": 1, + "speaker_confidence": 0.8129883, + "punctuated_word": "should" + }, + { + "word": "converge", + "start": 1652.86, + "end": 1653.36, + "confidence": 0.060871437, + "speaker": 1, + "speaker_confidence": 0.8129883, + "punctuated_word": "converge." + }, + { + "word": "yeah", + "start": 1653.9, + "end": 1654.34, + "confidence": 0.7633122, + "speaker": 0, + "speaker_confidence": 0.41064453, + "punctuated_word": "Yeah," + }, + { + "word": "exactly", + "start": 1654.34, + "end": 1654.84, + "confidence": 0.08211863, + "speaker": 0, + "speaker_confidence": 0.41064453, + "punctuated_word": "exactly." + }, + { + "word": "i", + "start": 1655.34, + "end": 1655.5, + "confidence": 0.99965644, + "speaker": 1, + "speaker_confidence": 0.78466797, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 1655.5, + "end": 1655.74, + "confidence": 0.81685996, + "speaker": 1, + "speaker_confidence": 0.78466797, + "punctuated_word": "don't" + }, + { + "word": "know", + "start": 1655.74, + "end": 1656.04, + "confidence": 0.880466, + "speaker": 1, + "speaker_confidence": 0.78466797, + "punctuated_word": "know" + }, + { + "word": "if", + "start": 1656.04, + "end": 1656.26, + "confidence": 0.99379337, + "speaker": 1, + "speaker_confidence": 0.78466797, + "punctuated_word": "if" + }, + { + "word": "that's", + "start": 1656.26, + "end": 1656.48, + "confidence": 0.9285604, + "speaker": 1, + "speaker_confidence": 0.78466797, + "punctuated_word": "that's" + }, + { + "word": "realistic", + "start": 1656.48, + "end": 1656.98, + "confidence": 0.3697175, + "speaker": 1, + "speaker_confidence": 0.78466797, + "punctuated_word": "realistic," + }, + { + "word": "but", + "start": 1657.9, + "end": 1658.4, + "confidence": 0.9039117, + "speaker": 1, + "speaker_confidence": 0.78466797, + "punctuated_word": "but" + }, + { + "word": "one", + "start": 1659.34, + "end": 1659.52, + "confidence": 0.8137593, + "speaker": 1, + "speaker_confidence": 0.78466797, + "punctuated_word": "one" + }, + { + "word": "of", + "start": 1659.52, + "end": 1659.64, + "confidence": 0.82056135, + "speaker": 1, + "speaker_confidence": 0.78466797, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 1659.64, + "end": 1659.72, + "confidence": 0.8439025, + "speaker": 1, + "speaker_confidence": 0.78466797, + "punctuated_word": "the" + }, + { + "word": "reasons", + "start": 1659.72, + "end": 1660.18, + "confidence": 0.80872166, + "speaker": 1, + "speaker_confidence": 0.78466797, + "punctuated_word": "reasons" + }, + { + "word": "is", + "start": 1660.18, + "end": 1660.64, + "confidence": 0.45490664, + "speaker": 1, + "speaker_confidence": 0.78466797, + "punctuated_word": "is" + }, + { + "word": "that", + "start": 1660.64, + "end": 1661.14, + "confidence": 0.8981431, + "speaker": 1, + "speaker_confidence": 0.78466797, + "punctuated_word": "that" + }, + { + "word": "one", + "start": 1661.98, + "end": 1662.18, + "confidence": 0.79760396, + "speaker": 1, + "speaker_confidence": 0.78466797, + "punctuated_word": "one" + }, + { + "word": "of", + "start": 1662.18, + "end": 1662.34, + "confidence": 0.6842438, + "speaker": 1, + "speaker_confidence": 0.78466797, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 1662.34, + "end": 1662.38, + "confidence": 0.61057913, + "speaker": 1, + "speaker_confidence": 0.7285156, + "punctuated_word": "the" + }, + { + "word": "goals", + "start": 1662.38, + "end": 1662.8, + "confidence": 0.29337618, + "speaker": 1, + "speaker_confidence": 0.7285156, + "punctuated_word": "goals" + }, + { + "word": "of", + "start": 1662.8, + "end": 1663.3, + "confidence": 0.54532826, + "speaker": 1, + "speaker_confidence": 0.7285156, + "punctuated_word": "of," + }, + { + "word": "one", + "start": 1663.7, + "end": 1663.86, + "confidence": 0.8125263, + "speaker": 1, + "speaker_confidence": 0.7285156, + "punctuated_word": "one" + }, + { + "word": "of", + "start": 1663.86, + "end": 1664.06, + "confidence": 0.7413431, + "speaker": 1, + "speaker_confidence": 0.7285156, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 1664.06, + "end": 1664.16, + "confidence": 0.80434203, + "speaker": 1, + "speaker_confidence": 0.7285156, + "punctuated_word": "the" + }, + { + "word": "use", + "start": 1664.16, + "end": 1664.38, + "confidence": 0.8914795, + "speaker": 1, + "speaker_confidence": 0.7285156, + "punctuated_word": "use" + }, + { + "word": "cases", + "start": 1664.38, + "end": 1664.72, + "confidence": 0.81107545, + "speaker": 1, + "speaker_confidence": 0.7285156, + "punctuated_word": "cases" + }, + { + "word": "for", + "start": 1664.72, + "end": 1664.92, + "confidence": 0.8221432, + "speaker": 1, + "speaker_confidence": 0.7285156, + "punctuated_word": "for" + }, + { + "word": "policy", + "start": 1664.92, + "end": 1665.36, + "confidence": 0.7081393, + "speaker": 1, + "speaker_confidence": 0.7285156, + "punctuated_word": "policy" + }, + { + "word": "is", + "start": 1665.36, + "end": 1665.58, + "confidence": 0.69174975, + "speaker": 1, + "speaker_confidence": 0.7285156, + "punctuated_word": "is" + }, + { + "word": "upgrades", + "start": 1665.58, + "end": 1666.08, + "confidence": 0.7749147, + "speaker": 1, + "speaker_confidence": 0.7285156, + "punctuated_word": "upgrades," + }, + { + "word": "upgrade", + "start": 1666.38, + "end": 1666.76, + "confidence": 0.93103135, + "speaker": 1, + "speaker_confidence": 0.7285156, + "punctuated_word": "upgrade" + }, + { + "word": "hooks", + "start": 1666.76, + "end": 1667.26, + "confidence": 0.032778848, + "speaker": 1, + "speaker_confidence": 0.7285156, + "punctuated_word": "hooks." + }, + { + "word": "upgrade", + "start": 1668.14, + "end": 1668.42, + "confidence": 0.80490804, + "speaker": 1, + "speaker_confidence": 0.84228516, + "punctuated_word": "Upgrade" + }, + { + "word": "hooks", + "start": 1668.42, + "end": 1668.7, + "confidence": 0.8699654, + "speaker": 1, + "speaker_confidence": 0.84228516, + "punctuated_word": "hooks" + }, + { + "word": "means", + "start": 1668.7, + "end": 1669.02, + "confidence": 0.5216207, + "speaker": 1, + "speaker_confidence": 0.84228516, + "punctuated_word": "means" + }, + { + "word": "that", + "start": 1669.02, + "end": 1669.3, + "confidence": 0.8755749, + "speaker": 1, + "speaker_confidence": 0.84228516, + "punctuated_word": "that," + }, + { + "word": "say", + "start": 1669.3, + "end": 1669.64, + "confidence": 0.46618104, + "speaker": 1, + "speaker_confidence": 0.84228516, + "punctuated_word": "say," + }, + { + "word": "segwit", + "start": 1669.64, + "end": 1670.02, + "confidence": 0.9932719, + "speaker": 1, + "speaker_confidence": 0.84228516, + "punctuated_word": "SegWit" + }, + { + "word": "version", + "start": 1670.02, + "end": 1670.38, + "confidence": 0.417906, + "speaker": 1, + "speaker_confidence": 0.84228516, + "punctuated_word": "version" + }, + { + "word": "2", + "start": 1670.38, + "end": 1670.88, + "confidence": 0.2822232, + "speaker": 1, + "speaker_confidence": 0.84228516, + "punctuated_word": "2," + }, + { + "word": "or", + "start": 1670.94, + "end": 1671.16, + "confidence": 0.82159585, + "speaker": 1, + "speaker_confidence": 0.84228516, + "punctuated_word": "or" + }, + { + "word": "3", + "start": 1671.16, + "end": 1671.5, + "confidence": 0.9062511, + "speaker": 1, + "speaker_confidence": 0.84228516, + "punctuated_word": "3," + }, + { + "word": "or", + "start": 1671.5, + "end": 1671.74, + "confidence": 0.6057409, + "speaker": 1, + "speaker_confidence": 0.84228516, + "punctuated_word": "or" + }, + { + "word": "4", + "start": 1671.74, + "end": 1672.24, + "confidence": 0.6384031, + "speaker": 1, + "speaker_confidence": 0.84228516, + "punctuated_word": "4," + }, + { + "word": "currently", + "start": 1672.8, + "end": 1673.3, + "confidence": 0.67889726, + "speaker": 1, + "speaker_confidence": 0.74609375, + "punctuated_word": "currently" + }, + { + "word": "is", + "start": 1673.48, + "end": 1673.98, + "confidence": 0.8187182, + "speaker": 1, + "speaker_confidence": 0.74609375, + "punctuated_word": "is" + }, + { + "word": "not", + "start": 1674.16, + "end": 1674.44, + "confidence": 0.73694843, + "speaker": 1, + "speaker_confidence": 0.74609375, + "punctuated_word": "not" + }, + { + "word": "standard", + "start": 1674.44, + "end": 1674.88, + "confidence": 0.5144134, + "speaker": 1, + "speaker_confidence": 0.74609375, + "punctuated_word": "standard," + }, + { + "word": "so", + "start": 1674.88, + "end": 1675.04, + "confidence": 0.80997235, + "speaker": 1, + "speaker_confidence": 0.74609375, + "punctuated_word": "so" + }, + { + "word": "it", + "start": 1675.04, + "end": 1675.12, + "confidence": 0.89035094, + "speaker": 1, + "speaker_confidence": 0.74609375, + "punctuated_word": "it" + }, + { + "word": "will", + "start": 1675.12, + "end": 1675.32, + "confidence": 0.8870078, + "speaker": 1, + "speaker_confidence": 0.67285156, + "punctuated_word": "will" + }, + { + "word": "not", + "start": 1675.32, + "end": 1675.52, + "confidence": 0.6615854, + "speaker": 1, + "speaker_confidence": 0.67285156, + "punctuated_word": "not" + }, + { + "word": "be", + "start": 1675.52, + "end": 1675.68, + "confidence": 0.99872345, + "speaker": 1, + "speaker_confidence": 0.67285156, + "punctuated_word": "be" + }, + { + "word": "relayed", + "start": 1675.68, + "end": 1676.18, + "confidence": 0.49451235, + "speaker": 1, + "speaker_confidence": 0.67285156, + "punctuated_word": "relayed," + }, + { + "word": "but", + "start": 1676.38, + "end": 1676.58, + "confidence": 0.90614045, + "speaker": 1, + "speaker_confidence": 0.67285156, + "punctuated_word": "but" + }, + { + "word": "it", + "start": 1676.58, + "end": 1676.74, + "confidence": 0.8743043, + "speaker": 1, + "speaker_confidence": 0.67285156, + "punctuated_word": "it" + }, + { + "word": "is", + "start": 1676.74, + "end": 1676.92, + "confidence": 0.59663105, + "speaker": 1, + "speaker_confidence": 0.67285156, + "punctuated_word": "is" + }, + { + "word": "consensus", + "start": 1676.92, + "end": 1677.42, + "confidence": 0.9106132, + "speaker": 1, + "speaker_confidence": 0.67285156, + "punctuated_word": "consensus" + }, + { + "word": "valid", + "start": 1677.44, + "end": 1677.9, + "confidence": 0.9504364, + "speaker": 1, + "speaker_confidence": 0.67285156, + "punctuated_word": "valid." + }, + { + "word": "it's", + "start": 1677.9, + "end": 1678.08, + "confidence": 0.88679516, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "It's" + }, + { + "word": "just", + "start": 1678.08, + "end": 1678.38, + "confidence": 0.86016077, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "just" + }, + { + "word": "that", + "start": 1678.38, + "end": 1678.88, + "confidence": 0.89264584, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "that" + }, + { + "word": "if", + "start": 1679.02, + "end": 1679.16, + "confidence": 0.7749942, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 1679.16, + "end": 1679.34, + "confidence": 0.9032836, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "you" + }, + { + "word": "mine", + "start": 1679.34, + "end": 1679.62, + "confidence": 0.98785174, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "mine" + }, + { + "word": "it", + "start": 1679.62, + "end": 1680.12, + "confidence": 0.8561515, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "it," + }, + { + "word": "it", + "start": 1680.24, + "end": 1680.46, + "confidence": 0.89500374, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "it" + }, + { + "word": "has", + "start": 1680.46, + "end": 1680.66, + "confidence": 0.80729824, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "has" + }, + { + "word": "no", + "start": 1680.66, + "end": 1680.86, + "confidence": 0.82626426, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "no" + }, + { + "word": "meaning", + "start": 1680.86, + "end": 1681.36, + "confidence": 0.06634613, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "meaning." + }, + { + "word": "so", + "start": 1682.22, + "end": 1682.38, + "confidence": 0.9696471, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "So" + }, + { + "word": "that's", + "start": 1682.38, + "end": 1682.7, + "confidence": 0.58567065, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "that's" + }, + { + "word": "a", + "start": 1682.7, + "end": 1682.78, + "confidence": 0.8863505, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "a" + }, + { + "word": "case", + "start": 1682.78, + "end": 1683.08, + "confidence": 0.8226942, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "case" + }, + { + "word": "where", + "start": 1683.08, + "end": 1683.48, + "confidence": 0.8843518, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "where" + }, + { + "word": "we", + "start": 1683.48, + "end": 1683.68, + "confidence": 0.99972254, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "we" + }, + { + "word": "don't", + "start": 1683.68, + "end": 1683.94, + "confidence": 0.7962187, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "don't" + }, + { + "word": "want", + "start": 1683.94, + "end": 1684.14, + "confidence": 0.8494436, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "want" + }, + { + "word": "them", + "start": 1684.14, + "end": 1684.28, + "confidence": 0.9090539, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "them" + }, + { + "word": "to", + "start": 1684.28, + "end": 1684.44, + "confidence": 0.8065436, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "to" + }, + { + "word": "be", + "start": 1684.44, + "end": 1684.54, + "confidence": 0.81049776, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "be" + }, + { + "word": "the", + "start": 1684.54, + "end": 1684.68, + "confidence": 0.4465716, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "the" + }, + { + "word": "same", + "start": 1684.68, + "end": 1685.06, + "confidence": 0.9904141, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "same" + }, + { + "word": "because", + "start": 1685.06, + "end": 1685.28, + "confidence": 0.4512172, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "because" + }, + { + "word": "you", + "start": 1685.28, + "end": 1685.38, + "confidence": 0.633166, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "you" + }, + { + "word": "would", + "start": 1685.38, + "end": 1685.66, + "confidence": 0.8435008, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "would" + }, + { + "word": "simply", + "start": 1685.66, + "end": 1685.92, + "confidence": 0.90294313, + "speaker": 1, + "speaker_confidence": 0.3876953, + "punctuated_word": "simply" + }, + { + "word": "never", + "start": 1685.92, + "end": 1686.18, + "confidence": 0.8927009, + "speaker": 1, + "speaker_confidence": 0.3876953, + "punctuated_word": "never" + }, + { + "word": "be", + "start": 1686.18, + "end": 1686.3, + "confidence": 0.90551746, + "speaker": 1, + "speaker_confidence": 0.3876953, + "punctuated_word": "be" + }, + { + "word": "able", + "start": 1686.3, + "end": 1686.48, + "confidence": 0.75902677, + "speaker": 1, + "speaker_confidence": 0.3876953, + "punctuated_word": "able" + }, + { + "word": "to", + "start": 1686.48, + "end": 1686.58, + "confidence": 0.9550827, + "speaker": 1, + "speaker_confidence": 0.3876953, + "punctuated_word": "to" + }, + { + "word": "upgrade", + "start": 1686.58, + "end": 1687.08, + "confidence": 0.48212674, + "speaker": 1, + "speaker_confidence": 0.3876953, + "punctuated_word": "upgrade." + }, + { + "word": "sure", + "start": 1688.4, + "end": 1688.8, + "confidence": 0.8630004, + "speaker": 0, + "speaker_confidence": 0.27001953, + "punctuated_word": "Sure," + }, + { + "word": "yeah", + "start": 1688.8, + "end": 1689.3, + "confidence": 0.46131864, + "speaker": 0, + "speaker_confidence": 0.27001953, + "punctuated_word": "yeah." + }, + { + "word": "so", + "start": 1689.44, + "end": 1689.86, + "confidence": 0.8970457, + "speaker": 1, + "speaker_confidence": 0.5996094, + "punctuated_word": "So" + }, + { + "word": "i", + "start": 1689.86, + "end": 1689.96, + "confidence": 0.7293836, + "speaker": 1, + "speaker_confidence": 0.5996094, + "punctuated_word": "I" + }, + { + "word": "get", + "start": 1689.96, + "end": 1690.46, + "confidence": 0.6319142, + "speaker": 1, + "speaker_confidence": 0.5996094, + "punctuated_word": "get" + }, + { + "word": "the", + "start": 1690.52, + "end": 1690.68, + "confidence": 0.733402, + "speaker": 1, + "speaker_confidence": 0.5996094, + "punctuated_word": "the" + }, + { + "word": "philosophy", + "start": 1690.68, + "end": 1691.18, + "confidence": 0.43457183, + "speaker": 1, + "speaker_confidence": 0.5996094, + "punctuated_word": "philosophy" + }, + { + "word": "of", + "start": 1691.2, + "end": 1691.38, + "confidence": 0.52102447, + "speaker": 1, + "speaker_confidence": 0.5996094, + "punctuated_word": "of" + }, + { + "word": "like", + "start": 1691.38, + "end": 1691.58, + "confidence": 0.863976, + "speaker": 1, + "speaker_confidence": 0.5996094, + "punctuated_word": "like" + }, + { + "word": "you", + "start": 1691.58, + "end": 1691.74, + "confidence": 0.9998092, + "speaker": 1, + "speaker_confidence": 0.80859375, + "punctuated_word": "you" + }, + { + "word": "don't", + "start": 1691.74, + "end": 1691.96, + "confidence": 0.70790833, + "speaker": 1, + "speaker_confidence": 0.80859375, + "punctuated_word": "don't" + }, + { + "word": "want", + "start": 1691.96, + "end": 1692.1, + "confidence": 0.8356892, + "speaker": 1, + "speaker_confidence": 0.80859375, + "punctuated_word": "want" + }, + { + "word": "to", + "start": 1692.1, + "end": 1692.18, + "confidence": 0.49967632, + "speaker": 1, + "speaker_confidence": 0.80859375, + "punctuated_word": "to" + }, + { + "word": "have", + "start": 1692.18, + "end": 1692.38, + "confidence": 0.53134954, + "speaker": 1, + "speaker_confidence": 0.80859375, + "punctuated_word": "have" + }, + { + "word": "these", + "start": 1692.38, + "end": 1692.62, + "confidence": 0.9974382, + "speaker": 1, + "speaker_confidence": 0.80859375, + "punctuated_word": "these" + }, + { + "word": "pedantic", + "start": 1692.62, + "end": 1693.08, + "confidence": 0.86962813, + "speaker": 1, + "speaker_confidence": 0.80859375, + "punctuated_word": "pedantic" + }, + { + "word": "limits", + "start": 1693.08, + "end": 1693.58, + "confidence": 0.8126371, + "speaker": 1, + "speaker_confidence": 0.80859375, + "punctuated_word": "limits" + }, + { + "word": "as", + "start": 1693.58, + "end": 1693.74, + "confidence": 0.92688614, + "speaker": 1, + "speaker_confidence": 0.80859375, + "punctuated_word": "as" + }, + { + "word": "some", + "start": 1693.74, + "end": 1693.86, + "confidence": 0.82298404, + "speaker": 1, + "speaker_confidence": 0.80859375, + "punctuated_word": "some" + }, + { + "word": "people", + "start": 1693.86, + "end": 1694.1, + "confidence": 0.8034121, + "speaker": 1, + "speaker_confidence": 0.80859375, + "punctuated_word": "people" + }, + { + "word": "would", + "start": 1694.1, + "end": 1694.28, + "confidence": 0.7302394, + "speaker": 1, + "speaker_confidence": 0.80859375, + "punctuated_word": "would" + }, + { + "word": "call", + "start": 1694.28, + "end": 1694.5, + "confidence": 0.5075815, + "speaker": 1, + "speaker_confidence": 0.80859375, + "punctuated_word": "call" + }, + { + "word": "them", + "start": 1694.5, + "end": 1695.0, + "confidence": 0.62098914, + "speaker": 1, + "speaker_confidence": 0.80859375, + "punctuated_word": "them," + }, + { + "word": "like", + "start": 1695.42, + "end": 1695.45, + "confidence": 0.52877915, + "speaker": 1, + "speaker_confidence": 0.6308594, + "punctuated_word": "like" + }, + { + "word": "the", + "start": 1695.45, + "end": 1695.48, + "confidence": 0.96695554, + "speaker": 1, + "speaker_confidence": 0.6308594, + "punctuated_word": "the" + }, + { + "word": "opportune", + "start": 1695.48, + "end": 1695.98, + "confidence": 0.7459124, + "speaker": 1, + "speaker_confidence": 0.6308594, + "punctuated_word": "opportune" + }, + { + "word": "size", + "start": 1696.06, + "end": 1696.32, + "confidence": 0.7220477, + "speaker": 1, + "speaker_confidence": 0.6308594, + "punctuated_word": "size" + }, + { + "word": "or", + "start": 1696.32, + "end": 1696.5, + "confidence": 0.9972512, + "speaker": 1, + "speaker_confidence": 0.6308594, + "punctuated_word": "or" + }, + { + "word": "rbf", + "start": 1696.5, + "end": 1697.0, + "confidence": 0.68056047, + "speaker": 1, + "speaker_confidence": 0.6308594, + "punctuated_word": "RBF" + }, + { + "word": "things", + "start": 1697.12, + "end": 1697.62, + "confidence": 0.5479847, + "speaker": 1, + "speaker_confidence": 0.6308594, + "punctuated_word": "things." + }, + { + "word": "but", + "start": 1698.42, + "end": 1698.64, + "confidence": 0.9954391, + "speaker": 1, + "speaker_confidence": 0.64941406, + "punctuated_word": "But" + }, + { + "word": "it's", + "start": 1698.64, + "end": 1698.84, + "confidence": 0.8269916, + "speaker": 1, + "speaker_confidence": 0.64941406, + "punctuated_word": "it's" + }, + { + "word": "not", + "start": 1698.84, + "end": 1699.2, + "confidence": 0.9199425, + "speaker": 1, + "speaker_confidence": 0.64941406, + "punctuated_word": "not," + }, + { + "word": "i", + "start": 1699.2, + "end": 1699.3, + "confidence": 0.9998306, + "speaker": 1, + "speaker_confidence": 0.64941406, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 1699.3, + "end": 1699.54, + "confidence": 0.7844494, + "speaker": 1, + "speaker_confidence": 0.64941406, + "punctuated_word": "don't" + }, + { + "word": "think", + "start": 1699.54, + "end": 1699.74, + "confidence": 0.9986266, + "speaker": 1, + "speaker_confidence": 0.64941406, + "punctuated_word": "think" + }, + { + "word": "it's", + "start": 1699.74, + "end": 1699.96, + "confidence": 0.8652375, + "speaker": 1, + "speaker_confidence": 0.64941406, + "punctuated_word": "it's" + }, + { + "word": "true", + "start": 1699.96, + "end": 1700.2, + "confidence": 0.096058056, + "speaker": 1, + "speaker_confidence": 0.64941406, + "punctuated_word": "true" + }, + { + "word": "that", + "start": 1700.2, + "end": 1700.7, + "confidence": 0.9759237, + "speaker": 1, + "speaker_confidence": 0.75683594, + "punctuated_word": "that" + }, + { + "word": "consensus", + "start": 1701.06, + "end": 1701.5, + "confidence": 0.7442241, + "speaker": 1, + "speaker_confidence": 0.75683594, + "punctuated_word": "consensus" + }, + { + "word": "and", + "start": 1701.5, + "end": 1701.7, + "confidence": 0.7561996, + "speaker": 1, + "speaker_confidence": 0.75683594, + "punctuated_word": "and" + }, + { + "word": "policy", + "start": 1701.7, + "end": 1702.08, + "confidence": 0.90712553, + "speaker": 1, + "speaker_confidence": 0.75683594, + "punctuated_word": "policy" + }, + { + "word": "cannot", + "start": 1702.08, + "end": 1702.4, + "confidence": 0.78841996, + "speaker": 1, + "speaker_confidence": 0.75683594, + "punctuated_word": "cannot" + }, + { + "word": "be", + "start": 1702.4, + "end": 1702.54, + "confidence": 0.6413485, + "speaker": 1, + "speaker_confidence": 0.75683594, + "punctuated_word": "be" + }, + { + "word": "identical", + "start": 1702.54, + "end": 1703.04, + "confidence": 0.8927989, + "speaker": 1, + "speaker_confidence": 0.75683594, + "punctuated_word": "identical" + }, + { + "word": "because", + "start": 1703.1, + "end": 1703.4, + "confidence": 0.84734637, + "speaker": 1, + "speaker_confidence": 0.75683594, + "punctuated_word": "because" + }, + { + "word": "you", + "start": 1703.4, + "end": 1703.56, + "confidence": 0.85612595, + "speaker": 1, + "speaker_confidence": 0.75683594, + "punctuated_word": "you" + }, + { + "word": "would", + "start": 1703.56, + "end": 1703.76, + "confidence": 0.8937982, + "speaker": 1, + "speaker_confidence": 0.75683594, + "punctuated_word": "would" + }, + { + "word": "never", + "start": 1703.76, + "end": 1703.94, + "confidence": 0.8298984, + "speaker": 1, + "speaker_confidence": 0.75683594, + "punctuated_word": "never" + }, + { + "word": "be", + "start": 1703.94, + "end": 1704.14, + "confidence": 0.69359, + "speaker": 1, + "speaker_confidence": 0.75683594, + "punctuated_word": "be" + }, + { + "word": "able", + "start": 1704.14, + "end": 1704.28, + "confidence": 0.3065233, + "speaker": 1, + "speaker_confidence": 0.75683594, + "punctuated_word": "able" + }, + { + "word": "to", + "start": 1704.28, + "end": 1704.48, + "confidence": 0.9979195, + "speaker": 1, + "speaker_confidence": 0.75683594, + "punctuated_word": "to" + }, + { + "word": "upgrade", + "start": 1704.48, + "end": 1704.8, + "confidence": 0.51981235, + "speaker": 1, + "speaker_confidence": 0.75683594, + "punctuated_word": "upgrade" + }, + { + "word": "bitcoin", + "start": 1704.8, + "end": 1705.14, + "confidence": 0.9612396, + "speaker": 1, + "speaker_confidence": 0.75683594, + "punctuated_word": "Bitcoin" + }, + { + "word": "anymore", + "start": 1705.14, + "end": 1705.64, + "confidence": 0.6322269, + "speaker": 1, + "speaker_confidence": 0.75683594, + "punctuated_word": "anymore." + }, + { + "word": "yeah", + "start": 1705.76, + "end": 1706.12, + "confidence": 0.71612436, + "speaker": 0, + "speaker_confidence": 0.4765625, + "punctuated_word": "Yeah," + }, + { + "word": "you", + "start": 1706.12, + "end": 1706.32, + "confidence": 0.5982564, + "speaker": 0, + "speaker_confidence": 0.4765625, + "punctuated_word": "you" + }, + { + "word": "still", + "start": 1706.32, + "end": 1706.6, + "confidence": 0.90190786, + "speaker": 0, + "speaker_confidence": 0.4765625, + "punctuated_word": "still" + }, + { + "word": "gotta", + "start": 1706.6, + "end": 1706.98, + "confidence": 0.7801854, + "speaker": 0, + "speaker_confidence": 0.4765625, + "punctuated_word": "gotta" + }, + { + "word": "leave", + "start": 1706.98, + "end": 1707.24, + "confidence": 0.8428388, + "speaker": 0, + "speaker_confidence": 0.4765625, + "punctuated_word": "leave" + }, + { + "word": "the", + "start": 1707.24, + "end": 1707.38, + "confidence": 0.44521517, + "speaker": 0, + "speaker_confidence": 0.4765625, + "punctuated_word": "the" + }, + { + "word": "room", + "start": 1707.38, + "end": 1707.8, + "confidence": 0.17110859, + "speaker": 0, + "speaker_confidence": 0.4765625, + "punctuated_word": "room" + }, + { + "word": "for", + "start": 1707.8, + "end": 1708.04, + "confidence": 0.74387366, + "speaker": 0, + "speaker_confidence": 0.4765625, + "punctuated_word": "for" + }, + { + "word": "upgrade", + "start": 1708.04, + "end": 1708.08, + "confidence": 0.49870247, + "speaker": 0, + "speaker_confidence": 0.4765625, + "punctuated_word": "upgrade." + }, + { + "word": "or", + "start": 1708.08, + "end": 1708.28, + "confidence": 0.55176824, + "speaker": 1, + "speaker_confidence": 0.34960938, + "punctuated_word": "Or" + }, + { + "word": "you'd", + "start": 1708.28, + "end": 1708.52, + "confidence": 0.7541982, + "speaker": 1, + "speaker_confidence": 0.34960938, + "punctuated_word": "you'd" + }, + { + "word": "make", + "start": 1708.52, + "end": 1708.7, + "confidence": 0.6175918, + "speaker": 1, + "speaker_confidence": 0.34960938, + "punctuated_word": "make" + }, + { + "word": "it", + "start": 1708.7, + "end": 1709.1, + "confidence": 0.17661987, + "speaker": 1, + "speaker_confidence": 0.92871094, + "punctuated_word": "it," + }, + { + "word": "depending", + "start": 1709.1, + "end": 1709.44, + "confidence": 0.8906011, + "speaker": 1, + "speaker_confidence": 0.92871094, + "punctuated_word": "depending" + }, + { + "word": "on", + "start": 1709.44, + "end": 1709.6, + "confidence": 0.6313635, + "speaker": 1, + "speaker_confidence": 0.92871094, + "punctuated_word": "on" + }, + { + "word": "how", + "start": 1709.6, + "end": 1709.76, + "confidence": 0.89012706, + "speaker": 1, + "speaker_confidence": 0.92871094, + "punctuated_word": "how," + }, + { + "word": "you", + "start": 1709.76, + "end": 1709.9, + "confidence": 0.82365334, + "speaker": 1, + "speaker_confidence": 0.92871094, + "punctuated_word": "you" + }, + { + "word": "could", + "start": 1709.9, + "end": 1710.04, + "confidence": 0.8905418, + "speaker": 1, + "speaker_confidence": 0.92871094, + "punctuated_word": "could" + }, + { + "word": "also", + "start": 1710.04, + "end": 1710.28, + "confidence": 0.47300172, + "speaker": 1, + "speaker_confidence": 0.92871094, + "punctuated_word": "also" + }, + { + "word": "say", + "start": 1710.28, + "end": 1710.44, + "confidence": 0.77219784, + "speaker": 1, + "speaker_confidence": 0.92871094, + "punctuated_word": "say" + }, + { + "word": "well", + "start": 1710.44, + "end": 1710.56, + "confidence": 0.60078585, + "speaker": 1, + "speaker_confidence": 0.92871094, + "punctuated_word": "well" + }, + { + "word": "you'd", + "start": 1710.56, + "end": 1710.8, + "confidence": 0.8527296, + "speaker": 1, + "speaker_confidence": 0.92871094, + "punctuated_word": "you'd" + }, + { + "word": "make", + "start": 1710.8, + "end": 1711.0, + "confidence": 0.62944365, + "speaker": 1, + "speaker_confidence": 0.92871094, + "punctuated_word": "make" + }, + { + "word": "it", + "start": 1711.0, + "end": 1711.12, + "confidence": 0.8109004, + "speaker": 1, + "speaker_confidence": 0.92871094, + "punctuated_word": "it" + }, + { + "word": "completely", + "start": 1711.12, + "end": 1711.62, + "confidence": 0.8571861, + "speaker": 1, + "speaker_confidence": 0.92871094, + "punctuated_word": "completely" + }, + { + "word": "unsafe", + "start": 1711.64, + "end": 1712.14, + "confidence": 0.5629378, + "speaker": 1, + "speaker_confidence": 0.92871094, + "punctuated_word": "unsafe." + }, + { + "word": "so", + "start": 1712.72, + "end": 1712.92, + "confidence": 0.8229274, + "speaker": 1, + "speaker_confidence": 0.92871094, + "punctuated_word": "So" + }, + { + "word": "you", + "start": 1712.92, + "end": 1713.08, + "confidence": 0.84061956, + "speaker": 1, + "speaker_confidence": 0.92871094, + "punctuated_word": "you" + }, + { + "word": "could", + "start": 1713.08, + "end": 1713.28, + "confidence": 0.89782846, + "speaker": 1, + "speaker_confidence": 0.92871094, + "punctuated_word": "could" + }, + { + "word": "also", + "start": 1713.28, + "end": 1713.56, + "confidence": 0.89592725, + "speaker": 1, + "speaker_confidence": 0.92871094, + "punctuated_word": "also" + }, + { + "word": "say", + "start": 1713.56, + "end": 1713.76, + "confidence": 0.8262652, + "speaker": 1, + "speaker_confidence": 0.92871094, + "punctuated_word": "say," + }, + { + "word": "well", + "start": 1713.76, + "end": 1714.26, + "confidence": 0.829079, + "speaker": 1, + "speaker_confidence": 0.92871094, + "punctuated_word": "well," + }, + { + "word": "let's", + "start": 1714.4, + "end": 1714.64, + "confidence": 0.77107245, + "speaker": 1, + "speaker_confidence": 0.92871094, + "punctuated_word": "let's" + }, + { + "word": "just", + "start": 1714.64, + "end": 1714.92, + "confidence": 0.3874931, + "speaker": 1, + "speaker_confidence": 0.92871094, + "punctuated_word": "just" + }, + { + "word": "allow", + "start": 1714.92, + "end": 1715.42, + "confidence": 0.9986357, + "speaker": 1, + "speaker_confidence": 0.92871094, + "punctuated_word": "allow" + }, + { + "word": "segwit", + "start": 1715.66, + "end": 1716.02, + "confidence": 0.99545777, + "speaker": 1, + "speaker_confidence": 0.92871094, + "punctuated_word": "SegWit" + }, + { + "word": "version", + "start": 1716.02, + "end": 1716.36, + "confidence": 0.44086143, + "speaker": 1, + "speaker_confidence": 0.92871094, + "punctuated_word": "version" + }, + { + "word": "3", + "start": 1716.36, + "end": 1716.86, + "confidence": 0.71167755, + "speaker": 1, + "speaker_confidence": 0.92871094, + "punctuated_word": "3" + }, + { + "word": "relay", + "start": 1717.08, + "end": 1717.58, + "confidence": 0.9062355, + "speaker": 1, + "speaker_confidence": 0.92871094, + "punctuated_word": "relay" + }, + { + "word": "and", + "start": 1718.0, + "end": 1718.14, + "confidence": 0.8875038, + "speaker": 1, + "speaker_confidence": 0.92871094, + "punctuated_word": "and" + }, + { + "word": "not", + "start": 1718.14, + "end": 1718.3, + "confidence": 0.8154375, + "speaker": 1, + "speaker_confidence": 0.92871094, + "punctuated_word": "not" + }, + { + "word": "worry", + "start": 1718.3, + "end": 1718.6, + "confidence": 0.9032028, + "speaker": 1, + "speaker_confidence": 0.92871094, + "punctuated_word": "worry" + }, + { + "word": "about", + "start": 1718.6, + "end": 1718.8, + "confidence": 0.7420447, + "speaker": 1, + "speaker_confidence": 0.92871094, + "punctuated_word": "about" + }, + { + "word": "it", + "start": 1718.8, + "end": 1719.28, + "confidence": 0.8569933, + "speaker": 1, + "speaker_confidence": 0.92871094, + "punctuated_word": "it." + }, + { + "word": "but", + "start": 1719.28, + "end": 1719.48, + "confidence": 0.9010719, + "speaker": 1, + "speaker_confidence": 0.6772461, + "punctuated_word": "But" + }, + { + "word": "then", + "start": 1719.48, + "end": 1719.64, + "confidence": 0.8799451, + "speaker": 1, + "speaker_confidence": 0.6772461, + "punctuated_word": "then" + }, + { + "word": "people", + "start": 1719.64, + "end": 1719.92, + "confidence": 0.787503, + "speaker": 1, + "speaker_confidence": 0.6772461, + "punctuated_word": "people" + }, + { + "word": "can", + "start": 1719.92, + "end": 1720.08, + "confidence": 0.7445647, + "speaker": 1, + "speaker_confidence": 0.6772461, + "punctuated_word": "can" + }, + { + "word": "shoot", + "start": 1720.08, + "end": 1720.28, + "confidence": 0.87828517, + "speaker": 1, + "speaker_confidence": 0.6772461, + "punctuated_word": "shoot" + }, + { + "word": "themselves", + "start": 1720.28, + "end": 1720.68, + "confidence": 0.27412495, + "speaker": 1, + "speaker_confidence": 0.6772461, + "punctuated_word": "themselves" + }, + { + "word": "in", + "start": 1720.68, + "end": 1720.8, + "confidence": 0.9992902, + "speaker": 1, + "speaker_confidence": 0.6772461, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 1720.8, + "end": 1720.92, + "confidence": 0.88150233, + "speaker": 1, + "speaker_confidence": 0.59716797, + "punctuated_word": "the" + }, + { + "word": "foot", + "start": 1720.92, + "end": 1721.38, + "confidence": 0.82502335, + "speaker": 1, + "speaker_confidence": 0.59716797, + "punctuated_word": "foot" + }, + { + "word": "and", + "start": 1721.38, + "end": 1721.58, + "confidence": 0.8065357, + "speaker": 1, + "speaker_confidence": 0.59716797, + "punctuated_word": "and" + }, + { + "word": "give", + "start": 1721.58, + "end": 1721.8, + "confidence": 0.6809585, + "speaker": 1, + "speaker_confidence": 0.59716797, + "punctuated_word": "give" + }, + { + "word": "away", + "start": 1721.8, + "end": 1721.98, + "confidence": 0.83370507, + "speaker": 1, + "speaker_confidence": 0.59716797, + "punctuated_word": "away" + }, + { + "word": "their", + "start": 1721.98, + "end": 1722.18, + "confidence": 0.53088737, + "speaker": 1, + "speaker_confidence": 0.59716797, + "punctuated_word": "their" + }, + { + "word": "money", + "start": 1722.18, + "end": 1722.68, + "confidence": 0.64913607, + "speaker": 1, + "speaker_confidence": 0.59716797, + "punctuated_word": "money." + }, + { + "word": "because", + "start": 1723.38, + "end": 1723.58, + "confidence": 0.84597975, + "speaker": 1, + "speaker_confidence": 0.68652344, + "punctuated_word": "Because" + }, + { + "word": "you", + "start": 1723.58, + "end": 1723.74, + "confidence": 0.90481806, + "speaker": 1, + "speaker_confidence": 0.68652344, + "punctuated_word": "you" + }, + { + "word": "would", + "start": 1723.74, + "end": 1723.94, + "confidence": 0.99432963, + "speaker": 1, + "speaker_confidence": 0.68652344, + "punctuated_word": "would" + }, + { + "word": "get", + "start": 1723.94, + "end": 1724.16, + "confidence": 0.6573438, + "speaker": 1, + "speaker_confidence": 0.68652344, + "punctuated_word": "get" + }, + { + "word": "a", + "start": 1724.16, + "end": 1724.38, + "confidence": 0.8616851, + "speaker": 1, + "speaker_confidence": 0.68652344, + "punctuated_word": "a" + }, + { + "word": "bc1f", + "start": 1724.38, + "end": 1724.88, + "confidence": 0.79037493, + "speaker": 1, + "speaker_confidence": 0.68652344, + "punctuated_word": "BC1F" + }, + { + "word": "address", + "start": 1726.16, + "end": 1726.66, + "confidence": 0.8791166, + "speaker": 1, + "speaker_confidence": 0.68652344, + "punctuated_word": "address," + }, + { + "word": "which", + "start": 1727.38, + "end": 1727.58, + "confidence": 0.89734566, + "speaker": 1, + "speaker_confidence": 0.68652344, + "punctuated_word": "which" + }, + { + "word": "might", + "start": 1727.58, + "end": 1727.78, + "confidence": 0.8090908, + "speaker": 1, + "speaker_confidence": 0.68652344, + "punctuated_word": "might" + }, + { + "word": "be", + "start": 1727.78, + "end": 1727.86, + "confidence": 0.86080104, + "speaker": 1, + "speaker_confidence": 0.6308594, + "punctuated_word": "be" + }, + { + "word": "some", + "start": 1727.86, + "end": 1728.06, + "confidence": 0.5214901, + "speaker": 1, + "speaker_confidence": 0.6308594, + "punctuated_word": "some" + }, + { + "word": "future", + "start": 1728.06, + "end": 1728.34, + "confidence": 0.7706915, + "speaker": 1, + "speaker_confidence": 0.6308594, + "punctuated_word": "future" + }, + { + "word": "segwit", + "start": 1728.34, + "end": 1728.62, + "confidence": 0.99532145, + "speaker": 1, + "speaker_confidence": 0.6308594, + "punctuated_word": "SegWit" + }, + { + "word": "version", + "start": 1728.62, + "end": 1728.9, + "confidence": 0.7799784, + "speaker": 1, + "speaker_confidence": 0.6308594, + "punctuated_word": "version," + }, + { + "word": "i", + "start": 1728.9, + "end": 1729.02, + "confidence": 0.9961351, + "speaker": 1, + "speaker_confidence": 0.6308594, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 1729.02, + "end": 1729.2, + "confidence": 0.8067158, + "speaker": 1, + "speaker_confidence": 0.5703125, + "punctuated_word": "don't" + }, + { + "word": "know", + "start": 1729.2, + "end": 1729.34, + "confidence": 0.800282, + "speaker": 1, + "speaker_confidence": 0.5703125, + "punctuated_word": "know" + }, + { + "word": "what", + "start": 1729.34, + "end": 1729.48, + "confidence": 0.8598167, + "speaker": 1, + "speaker_confidence": 0.5703125, + "punctuated_word": "what" + }, + { + "word": "the", + "start": 1729.48, + "end": 1729.64, + "confidence": 0.29775384, + "speaker": 1, + "speaker_confidence": 0.5703125, + "punctuated_word": "the" + }, + { + "word": "letter", + "start": 1729.64, + "end": 1729.92, + "confidence": 0.9984914, + "speaker": 1, + "speaker_confidence": 0.5703125, + "punctuated_word": "letter" + }, + { + "word": "f", + "start": 1729.92, + "end": 1730.14, + "confidence": 0.8303169, + "speaker": 1, + "speaker_confidence": 0.5703125, + "punctuated_word": "F" + }, + { + "word": "maps", + "start": 1730.14, + "end": 1730.34, + "confidence": 0.5209628, + "speaker": 1, + "speaker_confidence": 0.5703125, + "punctuated_word": "maps" + }, + { + "word": "to", + "start": 1730.34, + "end": 1730.84, + "confidence": 0.87308466, + "speaker": 1, + "speaker_confidence": 0.5703125, + "punctuated_word": "to," + }, + { + "word": "and", + "start": 1731.14, + "end": 1731.34, + "confidence": 0.8462421, + "speaker": 0, + "speaker_confidence": 0.028320312, + "punctuated_word": "and" + }, + { + "word": "you", + "start": 1731.34, + "end": 1731.44, + "confidence": 0.8151262, + "speaker": 1, + "speaker_confidence": 0.5854492, + "punctuated_word": "you" + }, + { + "word": "would", + "start": 1731.44, + "end": 1731.62, + "confidence": 0.579233, + "speaker": 1, + "speaker_confidence": 0.5854492, + "punctuated_word": "would" + }, + { + "word": "just", + "start": 1731.62, + "end": 1731.78, + "confidence": 0.80282986, + "speaker": 1, + "speaker_confidence": 0.5854492, + "punctuated_word": "just" + }, + { + "word": "send", + "start": 1731.78, + "end": 1731.96, + "confidence": 0.89864534, + "speaker": 1, + "speaker_confidence": 0.5854492, + "punctuated_word": "send" + }, + { + "word": "to", + "start": 1731.96, + "end": 1732.08, + "confidence": 0.69912314, + "speaker": 1, + "speaker_confidence": 0.5854492, + "punctuated_word": "to" + }, + { + "word": "it", + "start": 1732.08, + "end": 1732.26, + "confidence": 0.7083169, + "speaker": 1, + "speaker_confidence": 0.5854492, + "punctuated_word": "it" + }, + { + "word": "and", + "start": 1732.26, + "end": 1732.36, + "confidence": 0.84222806, + "speaker": 1, + "speaker_confidence": 0.7158203, + "punctuated_word": "and" + }, + { + "word": "that", + "start": 1732.36, + "end": 1732.5, + "confidence": 0.8039688, + "speaker": 1, + "speaker_confidence": 0.7158203, + "punctuated_word": "that" + }, + { + "word": "money", + "start": 1732.5, + "end": 1732.72, + "confidence": 0.8467464, + "speaker": 1, + "speaker_confidence": 0.7158203, + "punctuated_word": "money" + }, + { + "word": "would", + "start": 1732.72, + "end": 1732.92, + "confidence": 0.6764559, + "speaker": 1, + "speaker_confidence": 0.7158203, + "punctuated_word": "would" + }, + { + "word": "just", + "start": 1732.92, + "end": 1733.1, + "confidence": 0.48388416, + "speaker": 1, + "speaker_confidence": 0.7158203, + "punctuated_word": "just" + }, + { + "word": "disappear", + "start": 1733.1, + "end": 1733.6, + "confidence": 0.49587956, + "speaker": 1, + "speaker_confidence": 0.7158203, + "punctuated_word": "disappear" + }, + { + "word": "and", + "start": 1734.0, + "end": 1734.16, + "confidence": 0.81771547, + "speaker": 1, + "speaker_confidence": 0.7158203, + "punctuated_word": "and" + }, + { + "word": "it", + "start": 1734.16, + "end": 1734.28, + "confidence": 0.9991968, + "speaker": 1, + "speaker_confidence": 0.7158203, + "punctuated_word": "it" + }, + { + "word": "wouldn't", + "start": 1734.28, + "end": 1734.52, + "confidence": 0.320967, + "speaker": 1, + "speaker_confidence": 0.7158203, + "punctuated_word": "wouldn't" + }, + { + "word": "even", + "start": 1734.52, + "end": 1734.72, + "confidence": 0.90185124, + "speaker": 1, + "speaker_confidence": 0.7158203, + "punctuated_word": "even" + }, + { + "word": "go", + "start": 1734.72, + "end": 1734.92, + "confidence": 0.8971176, + "speaker": 1, + "speaker_confidence": 0.7158203, + "punctuated_word": "go" + }, + { + "word": "to", + "start": 1734.92, + "end": 1735.08, + "confidence": 0.97336864, + "speaker": 1, + "speaker_confidence": 0.7158203, + "punctuated_word": "to" + }, + { + "word": "anyone", + "start": 1735.08, + "end": 1735.58, + "confidence": 0.023491861, + "speaker": 1, + "speaker_confidence": 0.7158203, + "punctuated_word": "anyone." + }, + { + "word": "okay", + "start": 1737.34, + "end": 1737.62, + "confidence": 0.72771, + "speaker": 0, + "speaker_confidence": 0.7871094, + "punctuated_word": "Okay," + }, + { + "word": "what's", + "start": 1737.62, + "end": 1738.12, + "confidence": 0.35950625, + "speaker": 0, + "speaker_confidence": 0.7871094, + "punctuated_word": "what's," + }, + { + "word": "just", + "start": 1739.34, + "end": 1739.82, + "confidence": 0.8214979, + "speaker": 0, + "speaker_confidence": 0.7871094, + "punctuated_word": "just" + }, + { + "word": "to", + "start": 1739.82, + "end": 1740.06, + "confidence": 0.803424, + "speaker": 0, + "speaker_confidence": 0.7871094, + "punctuated_word": "to" + }, + { + "word": "give", + "start": 1740.06, + "end": 1740.34, + "confidence": 0.756867, + "speaker": 0, + "speaker_confidence": 0.7871094, + "punctuated_word": "give" + }, + { + "word": "our", + "start": 1740.34, + "end": 1740.54, + "confidence": 0.9273545, + "speaker": 0, + "speaker_confidence": 0.7871094, + "punctuated_word": "our" + }, + { + "word": "listeners", + "start": 1740.54, + "end": 1741.02, + "confidence": 0.6776111, + "speaker": 0, + "speaker_confidence": 0.7871094, + "punctuated_word": "listeners" + }, + { + "word": "a", + "start": 1741.02, + "end": 1741.16, + "confidence": 0.90247303, + "speaker": 0, + "speaker_confidence": 0.7871094, + "punctuated_word": "a" + }, + { + "word": "sort", + "start": 1741.16, + "end": 1741.32, + "confidence": 0.78672093, + "speaker": 0, + "speaker_confidence": 0.7871094, + "punctuated_word": "sort" + }, + { + "word": "of", + "start": 1741.32, + "end": 1741.56, + "confidence": 0.7691014, + "speaker": 0, + "speaker_confidence": 0.7871094, + "punctuated_word": "of" + }, + { + "word": "rough", + "start": 1741.56, + "end": 1742.02, + "confidence": 0.3907333, + "speaker": 0, + "speaker_confidence": 0.7871094, + "punctuated_word": "rough" + }, + { + "word": "idea", + "start": 1742.02, + "end": 1742.52, + "confidence": 0.61885107, + "speaker": 0, + "speaker_confidence": 0.7871094, + "punctuated_word": "idea" + }, + { + "word": "because", + "start": 1742.62, + "end": 1743.0, + "confidence": 0.8915525, + "speaker": 0, + "speaker_confidence": 0.7871094, + "punctuated_word": "because" + }, + { + "word": "so", + "start": 1743.0, + "end": 1743.18, + "confidence": 0.8066601, + "speaker": 0, + "speaker_confidence": 0.7871094, + "punctuated_word": "so" + }, + { + "word": "now", + "start": 1743.18, + "end": 1743.4, + "confidence": 0.86243594, + "speaker": 0, + "speaker_confidence": 0.7871094, + "punctuated_word": "now" + }, + { + "word": "the", + "start": 1743.4, + "end": 1743.56, + "confidence": 0.90570444, + "speaker": 0, + "speaker_confidence": 0.7871094, + "punctuated_word": "the" + }, + { + "word": "limit", + "start": 1743.56, + "end": 1743.94, + "confidence": 0.65361035, + "speaker": 0, + "speaker_confidence": 0.7871094, + "punctuated_word": "limit" + }, + { + "word": "is", + "start": 1743.94, + "end": 1744.2, + "confidence": 0.32349342, + "speaker": 0, + "speaker_confidence": 0.7871094, + "punctuated_word": "is" + }, + { + "word": "2500", + "start": 1744.2, + "end": 1744.7, + "confidence": 0.51433337, + "speaker": 0, + "speaker_confidence": 0.7871094, + "punctuated_word": "2500." + }, + { + "word": "like", + "start": 1746.68, + "end": 1746.94, + "confidence": 0.7572382, + "speaker": 0, + "speaker_confidence": 0.8022461, + "punctuated_word": "Like" + }, + { + "word": "you", + "start": 1746.94, + "end": 1747.12, + "confidence": 0.42474267, + "speaker": 0, + "speaker_confidence": 0.8022461, + "punctuated_word": "you" + }, + { + "word": "mentioned", + "start": 1747.12, + "end": 1747.62, + "confidence": 0.87892306, + "speaker": 0, + "speaker_confidence": 0.8022461, + "punctuated_word": "mentioned," + }, + { + "word": "that", + "start": 1747.7, + "end": 1747.96, + "confidence": 0.91022813, + "speaker": 0, + "speaker_confidence": 0.8022461, + "punctuated_word": "that" + }, + { + "word": "is", + "start": 1747.96, + "end": 1748.3, + "confidence": 0.8963865, + "speaker": 0, + "speaker_confidence": 0.8022461, + "punctuated_word": "is" + }, + { + "word": "probably", + "start": 1748.3, + "end": 1748.76, + "confidence": 0.7399572, + "speaker": 0, + "speaker_confidence": 0.8022461, + "punctuated_word": "probably" + }, + { + "word": "far", + "start": 1748.76, + "end": 1749.08, + "confidence": 0.85128456, + "speaker": 0, + "speaker_confidence": 0.8022461, + "punctuated_word": "far" + }, + { + "word": "beyond", + "start": 1749.08, + "end": 1749.58, + "confidence": 0.87688994, + "speaker": 0, + "speaker_confidence": 0.8022461, + "punctuated_word": "beyond" + }, + { + "word": "anything", + "start": 1749.72, + "end": 1750.22, + "confidence": 0.91317964, + "speaker": 0, + "speaker_confidence": 0.8022461, + "punctuated_word": "anything" + }, + { + "word": "that", + "start": 1750.32, + "end": 1750.64, + "confidence": 0.8439436, + "speaker": 0, + "speaker_confidence": 0.8022461, + "punctuated_word": "that" + }, + { + "word": "anyone", + "start": 1750.64, + "end": 1751.14, + "confidence": 0.8263624, + "speaker": 0, + "speaker_confidence": 0.8022461, + "punctuated_word": "anyone" + }, + { + "word": "would", + "start": 1751.5, + "end": 1751.94, + "confidence": 0.8103543, + "speaker": 0, + "speaker_confidence": 0.8022461, + "punctuated_word": "would" + }, + { + "word": "ever", + "start": 1751.94, + "end": 1752.34, + "confidence": 0.89090514, + "speaker": 0, + "speaker_confidence": 0.8022461, + "punctuated_word": "ever" + }, + { + "word": "use", + "start": 1752.34, + "end": 1752.66, + "confidence": 0.8109902, + "speaker": 0, + "speaker_confidence": 0.8022461, + "punctuated_word": "use" + }, + { + "word": "for", + "start": 1752.66, + "end": 1752.9, + "confidence": 0.86280847, + "speaker": 0, + "speaker_confidence": 0.8022461, + "punctuated_word": "for" + }, + { + "word": "any", + "start": 1752.9, + "end": 1753.36, + "confidence": 0.92273015, + "speaker": 0, + "speaker_confidence": 0.8022461, + "punctuated_word": "any" + }, + { + "word": "real", + "start": 1753.36, + "end": 1753.82, + "confidence": 0.46563974, + "speaker": 0, + "speaker_confidence": 0.8022461, + "punctuated_word": "real" + }, + { + "word": "reason", + "start": 1753.82, + "end": 1754.32, + "confidence": 0.6387704, + "speaker": 0, + "speaker_confidence": 0.8022461, + "punctuated_word": "reason," + }, + { + "word": "essentially", + "start": 1754.44, + "end": 1754.94, + "confidence": 0.7618757, + "speaker": 0, + "speaker_confidence": 0.8022461, + "punctuated_word": "essentially." + }, + { + "word": "what", + "start": 1757.9, + "end": 1758.22, + "confidence": 0.9061877, + "speaker": 0, + "speaker_confidence": 0.7548828, + "punctuated_word": "What" + }, + { + "word": "kind", + "start": 1758.22, + "end": 1758.46, + "confidence": 0.78818524, + "speaker": 0, + "speaker_confidence": 0.7548828, + "punctuated_word": "kind" + }, + { + "word": "of", + "start": 1758.46, + "end": 1758.84, + "confidence": 0.91220915, + "speaker": 0, + "speaker_confidence": 0.7548828, + "punctuated_word": "of" + }, + { + "word": "impact", + "start": 1758.84, + "end": 1759.34, + "confidence": 0.87713844, + "speaker": 0, + "speaker_confidence": 0.7548828, + "punctuated_word": "impact" + }, + { + "word": "does", + "start": 1759.4, + "end": 1759.64, + "confidence": 0.7511109, + "speaker": 0, + "speaker_confidence": 0.7548828, + "punctuated_word": "does" + }, + { + "word": "this", + "start": 1759.64, + "end": 1759.94, + "confidence": 0.8724058, + "speaker": 0, + "speaker_confidence": 0.7548828, + "punctuated_word": "this" + }, + { + "word": "actually", + "start": 1759.94, + "end": 1760.38, + "confidence": 0.9052246, + "speaker": 0, + "speaker_confidence": 0.7548828, + "punctuated_word": "actually" + }, + { + "word": "have", + "start": 1760.38, + "end": 1760.68, + "confidence": 0.55061305, + "speaker": 0, + "speaker_confidence": 0.7548828, + "punctuated_word": "have" + }, + { + "word": "on", + "start": 1760.68, + "end": 1760.86, + "confidence": 0.38199094, + "speaker": 0, + "speaker_confidence": 0.7548828, + "punctuated_word": "on" + }, + { + "word": "a", + "start": 1760.86, + "end": 1761.04, + "confidence": 0.8934592, + "speaker": 0, + "speaker_confidence": 0.7548828, + "punctuated_word": "a" + }, + { + "word": "note", + "start": 1761.04, + "end": 1761.54, + "confidence": 0.06506707, + "speaker": 0, + "speaker_confidence": 0.7548828, + "punctuated_word": "note?" + }, + { + "word": "let's", + "start": 1761.58, + "end": 1761.86, + "confidence": 0.8847999, + "speaker": 0, + "speaker_confidence": 0.7548828, + "punctuated_word": "Let's" + }, + { + "word": "say", + "start": 1761.86, + "end": 1762.06, + "confidence": 0.84582186, + "speaker": 0, + "speaker_confidence": 0.7548828, + "punctuated_word": "say" + }, + { + "word": "this", + "start": 1762.06, + "end": 1762.24, + "confidence": 0.90493673, + "speaker": 0, + "speaker_confidence": 0.7548828, + "punctuated_word": "this" + }, + { + "word": "limit", + "start": 1762.24, + "end": 1762.64, + "confidence": 0.59365076, + "speaker": 0, + "speaker_confidence": 0.7548828, + "punctuated_word": "limit" + }, + { + "word": "is", + "start": 1762.64, + "end": 1763.14, + "confidence": 0.49131328, + "speaker": 0, + "speaker_confidence": 0.7548828, + "punctuated_word": "is" + }, + { + "word": "touched", + "start": 1763.36, + "end": 1763.86, + "confidence": 0.28206998, + "speaker": 0, + "speaker_confidence": 0.7548828, + "punctuated_word": "touched." + }, + { + "word": "there", + "start": 1763.92, + "end": 1764.14, + "confidence": 0.9943738, + "speaker": 0, + "speaker_confidence": 0.7548828, + "punctuated_word": "There" + }, + { + "word": "is", + "start": 1764.14, + "end": 1764.32, + "confidence": 0.725924, + "speaker": 0, + "speaker_confidence": 0.7548828, + "punctuated_word": "is" + }, + { + "word": "a", + "start": 1764.32, + "end": 1764.4, + "confidence": 0.8667112, + "speaker": 0, + "speaker_confidence": 0.8691406, + "punctuated_word": "a" + }, + { + "word": "transaction", + "start": 1764.4, + "end": 1764.88, + "confidence": 0.7707522, + "speaker": 0, + "speaker_confidence": 0.8691406, + "punctuated_word": "transaction" + }, + { + "word": "that", + "start": 1764.88, + "end": 1765.08, + "confidence": 0.8974555, + "speaker": 0, + "speaker_confidence": 0.8691406, + "punctuated_word": "that" + }, + { + "word": "actually", + "start": 1765.08, + "end": 1765.52, + "confidence": 0.5579142, + "speaker": 0, + "speaker_confidence": 0.8691406, + "punctuated_word": "actually" + }, + { + "word": "has", + "start": 1765.52, + "end": 1765.76, + "confidence": 0.32670933, + "speaker": 0, + "speaker_confidence": 0.8691406, + "punctuated_word": "has" + }, + { + "word": "2500", + "start": 1765.76, + "end": 1766.26, + "confidence": 0.953541, + "speaker": 0, + "speaker_confidence": 0.8691406, + "punctuated_word": "2500" + }, + { + "word": "sigops", + "start": 1766.48, + "end": 1766.98, + "confidence": 0.5189502, + "speaker": 0, + "speaker_confidence": 0.8691406, + "punctuated_word": "SIGOPs." + }, + { + "word": "are", + "start": 1767.56, + "end": 1767.74, + "confidence": 0.76541513, + "speaker": 0, + "speaker_confidence": 0.8691406, + "punctuated_word": "Are" + }, + { + "word": "we", + "start": 1767.74, + "end": 1767.9, + "confidence": 0.82009935, + "speaker": 0, + "speaker_confidence": 0.8691406, + "punctuated_word": "we" + }, + { + "word": "talking", + "start": 1767.9, + "end": 1768.26, + "confidence": 0.6985027, + "speaker": 0, + "speaker_confidence": 0.8691406, + "punctuated_word": "talking" + }, + { + "word": "about", + "start": 1768.26, + "end": 1768.52, + "confidence": 0.757429, + "speaker": 0, + "speaker_confidence": 0.8691406, + "punctuated_word": "about" + }, + { + "word": "a", + "start": 1768.52, + "end": 1768.62, + "confidence": 0.7569915, + "speaker": 0, + "speaker_confidence": 0.8691406, + "punctuated_word": "a" + }, + { + "word": "transaction", + "start": 1768.62, + "end": 1769.12, + "confidence": 0.7990638, + "speaker": 0, + "speaker_confidence": 0.8691406, + "punctuated_word": "transaction" + }, + { + "word": "that's", + "start": 1769.24, + "end": 1769.74, + "confidence": 0.51405656, + "speaker": 0, + "speaker_confidence": 0.8691406, + "punctuated_word": "that's" + }, + { + "word": "going", + "start": 1770.56, + "end": 1770.72, + "confidence": 0.86883616, + "speaker": 0, + "speaker_confidence": 0.8691406, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 1770.72, + "end": 1771.08, + "confidence": 0.8038022, + "speaker": 0, + "speaker_confidence": 0.8691406, + "punctuated_word": "to" + }, + { + "word": "stall", + "start": 1771.08, + "end": 1771.38, + "confidence": 0.42844734, + "speaker": 0, + "speaker_confidence": 0.8691406, + "punctuated_word": "stall" + }, + { + "word": "your", + "start": 1771.38, + "end": 1771.62, + "confidence": 0.73220223, + "speaker": 0, + "speaker_confidence": 0.8691406, + "punctuated_word": "your" + }, + { + "word": "note", + "start": 1771.62, + "end": 1771.96, + "confidence": 0.63922864, + "speaker": 0, + "speaker_confidence": 0.8691406, + "punctuated_word": "note" + }, + { + "word": "with", + "start": 1771.96, + "end": 1772.22, + "confidence": 0.9134308, + "speaker": 0, + "speaker_confidence": 0.8691406, + "punctuated_word": "with" + }, + { + "word": "like", + "start": 1772.22, + "end": 1772.44, + "confidence": 0.78457606, + "speaker": 0, + "speaker_confidence": 0.8691406, + "punctuated_word": "like" + }, + { + "word": "a", + "start": 1772.44, + "end": 1772.64, + "confidence": 0.54999715, + "speaker": 0, + "speaker_confidence": 0.8691406, + "punctuated_word": "a" + }, + { + "word": "second", + "start": 1772.64, + "end": 1773.08, + "confidence": 0.8949932, + "speaker": 0, + "speaker_confidence": 0.8691406, + "punctuated_word": "second" + }, + { + "word": "or", + "start": 1773.08, + "end": 1773.28, + "confidence": 0.80026096, + "speaker": 0, + "speaker_confidence": 0.8691406, + "punctuated_word": "or" + }, + { + "word": "not", + "start": 1773.28, + "end": 1773.48, + "confidence": 0.8789453, + "speaker": 0, + "speaker_confidence": 0.8691406, + "punctuated_word": "not" + }, + { + "word": "even", + "start": 1773.48, + "end": 1773.8, + "confidence": 0.32027766, + "speaker": 0, + "speaker_confidence": 0.8691406, + "punctuated_word": "even" + }, + { + "word": "that", + "start": 1773.8, + "end": 1774.2, + "confidence": 0.12103613, + "speaker": 0, + "speaker_confidence": 0.8691406, + "punctuated_word": "that?" + }, + { + "word": "or", + "start": 1774.2, + "end": 1774.7, + "confidence": 0.43040934, + "speaker": 0, + "speaker_confidence": 0.8691406, + "punctuated_word": "Or" + }, + { + "word": "what", + "start": 1774.94, + "end": 1775.14, + "confidence": 0.8997002, + "speaker": 0, + "speaker_confidence": 0.8691406, + "punctuated_word": "what" + }, + { + "word": "sort", + "start": 1775.14, + "end": 1775.38, + "confidence": 0.89511245, + "speaker": 0, + "speaker_confidence": 0.8691406, + "punctuated_word": "sort" + }, + { + "word": "of", + "start": 1775.38, + "end": 1775.54, + "confidence": 0.9050305, + "speaker": 0, + "speaker_confidence": 0.8691406, + "punctuated_word": "of" + }, + { + "word": "ballpark", + "start": 1775.54, + "end": 1775.92, + "confidence": 0.4495347, + "speaker": 0, + "speaker_confidence": 0.8691406, + "punctuated_word": "ballpark" + }, + { + "word": "do", + "start": 1775.92, + "end": 1776.0, + "confidence": 0.80267954, + "speaker": 1, + "speaker_confidence": 0.25195312, + "punctuated_word": "do" + }, + { + "word": "you", + "start": 1776.0, + "end": 1776.18, + "confidence": 0.79834455, + "speaker": 1, + "speaker_confidence": 0.25195312, + "punctuated_word": "you" + }, + { + "word": "think", + "start": 1776.18, + "end": 1776.38, + "confidence": 0.95616275, + "speaker": 1, + "speaker_confidence": 0.25195312, + "punctuated_word": "think" + }, + { + "word": "about", + "start": 1776.38, + "end": 1776.88, + "confidence": 0.088578634, + "speaker": 1, + "speaker_confidence": 0.25195312, + "punctuated_word": "about?" + }, + { + "word": "i", + "start": 1776.88, + "end": 1776.98, + "confidence": 0.9996506, + "speaker": 1, + "speaker_confidence": 0.6694336, + "punctuated_word": "I" + }, + { + "word": "haven't", + "start": 1776.98, + "end": 1777.28, + "confidence": 0.72371, + "speaker": 1, + "speaker_confidence": 0.6694336, + "punctuated_word": "haven't" + }, + { + "word": "looked", + "start": 1777.28, + "end": 1777.44, + "confidence": 0.8009499, + "speaker": 1, + "speaker_confidence": 0.6694336, + "punctuated_word": "looked" + }, + { + "word": "at", + "start": 1777.44, + "end": 1777.6, + "confidence": 0.85616416, + "speaker": 1, + "speaker_confidence": 0.6694336, + "punctuated_word": "at" + }, + { + "word": "the", + "start": 1777.6, + "end": 1777.68, + "confidence": 0.8459733, + "speaker": 1, + "speaker_confidence": 0.6694336, + "punctuated_word": "the" + }, + { + "word": "exact", + "start": 1777.68, + "end": 1778.0, + "confidence": 0.6564541, + "speaker": 1, + "speaker_confidence": 0.6694336, + "punctuated_word": "exact" + }, + { + "word": "numbers", + "start": 1778.0, + "end": 1778.26, + "confidence": 0.7874543, + "speaker": 1, + "speaker_confidence": 0.6694336, + "punctuated_word": "numbers," + }, + { + "word": "but", + "start": 1778.26, + "end": 1778.44, + "confidence": 0.89343417, + "speaker": 1, + "speaker_confidence": 0.6694336, + "punctuated_word": "but" + }, + { + "word": "my", + "start": 1778.44, + "end": 1778.62, + "confidence": 0.89896697, + "speaker": 1, + "speaker_confidence": 0.6694336, + "punctuated_word": "my" + }, + { + "word": "guess", + "start": 1778.62, + "end": 1778.86, + "confidence": 0.7988148, + "speaker": 1, + "speaker_confidence": 0.6694336, + "punctuated_word": "guess" + }, + { + "word": "is", + "start": 1778.86, + "end": 1779.06, + "confidence": 0.9879552, + "speaker": 1, + "speaker_confidence": 0.6694336, + "punctuated_word": "is" + }, + { + "word": "it's", + "start": 1779.06, + "end": 1779.34, + "confidence": 0.8266865, + "speaker": 1, + "speaker_confidence": 0.6694336, + "punctuated_word": "it's" + }, + { + "word": "negligible", + "start": 1779.34, + "end": 1779.84, + "confidence": 0.8216648, + "speaker": 1, + "speaker_confidence": 0.6694336, + "punctuated_word": "negligible." + }, + { + "word": "like", + "start": 1780.52, + "end": 1780.72, + "confidence": 0.90403485, + "speaker": 1, + "speaker_confidence": 0.6352539, + "punctuated_word": "Like" + }, + { + "word": "this", + "start": 1780.72, + "end": 1780.92, + "confidence": 0.70911294, + "speaker": 1, + "speaker_confidence": 0.6352539, + "punctuated_word": "this" + }, + { + "word": "is", + "start": 1780.92, + "end": 1781.12, + "confidence": 0.89382905, + "speaker": 1, + "speaker_confidence": 0.6352539, + "punctuated_word": "is" + }, + { + "word": "very", + "start": 1781.12, + "end": 1781.38, + "confidence": 0.88633156, + "speaker": 1, + "speaker_confidence": 0.6352539, + "punctuated_word": "very" + }, + { + "word": "safe", + "start": 1781.38, + "end": 1781.72, + "confidence": 0.73384833, + "speaker": 1, + "speaker_confidence": 0.6352539, + "punctuated_word": "safe" + }, + { + "word": "for", + "start": 1781.72, + "end": 1781.92, + "confidence": 0.8024224, + "speaker": 1, + "speaker_confidence": 0.6352539, + "punctuated_word": "for" + }, + { + "word": "individual", + "start": 1781.92, + "end": 1782.34, + "confidence": 0.5578181, + "speaker": 1, + "speaker_confidence": 0.6352539, + "punctuated_word": "individual" + }, + { + "word": "transactions", + "start": 1782.34, + "end": 1782.84, + "confidence": 0.2786458, + "speaker": 1, + "speaker_confidence": 0.6352539, + "punctuated_word": "transactions." + }, + { + "word": "and", + "start": 1783.5, + "end": 1783.52, + "confidence": 0.8887993, + "speaker": 1, + "speaker_confidence": 0.7919922, + "punctuated_word": "And" + }, + { + "word": "one", + "start": 1783.52, + "end": 1783.74, + "confidence": 0.8140207, + "speaker": 1, + "speaker_confidence": 0.7919922, + "punctuated_word": "one" + }, + { + "word": "of", + "start": 1783.74, + "end": 1783.86, + "confidence": 0.8591432, + "speaker": 1, + "speaker_confidence": 0.7919922, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 1783.86, + "end": 1783.98, + "confidence": 0.8993126, + "speaker": 1, + "speaker_confidence": 0.7919922, + "punctuated_word": "the" + }, + { + "word": "reasons", + "start": 1783.98, + "end": 1784.38, + "confidence": 0.8682332, + "speaker": 1, + "speaker_confidence": 0.7919922, + "punctuated_word": "reasons" + }, + { + "word": "is", + "start": 1784.38, + "end": 1784.88, + "confidence": 0.46240202, + "speaker": 1, + "speaker_confidence": 0.7919922, + "punctuated_word": "is" + }, + { + "word": "that", + "start": 1784.96, + "end": 1785.46, + "confidence": 0.81768346, + "speaker": 1, + "speaker_confidence": 0.7919922, + "punctuated_word": "that" + }, + { + "word": "the", + "start": 1786.42, + "end": 1786.92, + "confidence": 0.47854546, + "speaker": 1, + "speaker_confidence": 0.7919922, + "punctuated_word": "the" + }, + { + "word": "policy", + "start": 1787.2, + "end": 1787.7, + "confidence": 0.23243605, + "speaker": 1, + "speaker_confidence": 0.7919922, + "punctuated_word": "policy..." + }, + { + "word": "there's", + "start": 1789.74, + "end": 1790.06, + "confidence": 0.82533854, + "speaker": 1, + "speaker_confidence": 0.83496094, + "punctuated_word": "There's" + }, + { + "word": "another", + "start": 1790.06, + "end": 1790.34, + "confidence": 0.81289065, + "speaker": 1, + "speaker_confidence": 0.83496094, + "punctuated_word": "another" + }, + { + "word": "policy", + "start": 1790.34, + "end": 1790.74, + "confidence": 0.5008337, + "speaker": 1, + "speaker_confidence": 0.83496094, + "punctuated_word": "policy" + }, + { + "word": "limit", + "start": 1790.74, + "end": 1791.02, + "confidence": 0.8149604, + "speaker": 1, + "speaker_confidence": 0.83496094, + "punctuated_word": "limit" + }, + { + "word": "which", + "start": 1791.02, + "end": 1791.22, + "confidence": 0.74920976, + "speaker": 1, + "speaker_confidence": 0.83496094, + "punctuated_word": "which" + }, + { + "word": "limits", + "start": 1791.22, + "end": 1791.58, + "confidence": 0.8693658, + "speaker": 1, + "speaker_confidence": 0.83496094, + "punctuated_word": "limits" + }, + { + "word": "transactions", + "start": 1791.58, + "end": 1792.08, + "confidence": 0.64436054, + "speaker": 1, + "speaker_confidence": 0.83496094, + "punctuated_word": "transactions" + }, + { + "word": "to", + "start": 1792.08, + "end": 1792.24, + "confidence": 0.85335034, + "speaker": 1, + "speaker_confidence": 0.83496094, + "punctuated_word": "to" + }, + { + "word": "100", + "start": 1792.24, + "end": 1792.49, + "confidence": 0.99603623, + "speaker": 1, + "speaker_confidence": 0.83496094, + "punctuated_word": "100," + }, + { + "word": "000", + "start": 1792.49, + "end": 1792.74, + "confidence": 0.99603623, + "speaker": 1, + "speaker_confidence": 0.83496094, + "punctuated_word": "000" + }, + { + "word": "kilobytes", + "start": 1793.36, + "end": 1793.86, + "confidence": 0.95385456, + "speaker": 1, + "speaker_confidence": 0.83496094, + "punctuated_word": "kilobytes." + }, + { + "word": "so", + "start": 1794.56, + "end": 1795.06, + "confidence": 0.88770866, + "speaker": 1, + "speaker_confidence": 0.7661133, + "punctuated_word": "So" + }, + { + "word": "my", + "start": 1795.2, + "end": 1795.46, + "confidence": 0.83805376, + "speaker": 1, + "speaker_confidence": 0.7661133, + "punctuated_word": "my" + }, + { + "word": "guess", + "start": 1795.46, + "end": 1795.68, + "confidence": 0.9095179, + "speaker": 1, + "speaker_confidence": 0.7661133, + "punctuated_word": "guess" + }, + { + "word": "would", + "start": 1795.68, + "end": 1795.94, + "confidence": 0.8522934, + "speaker": 1, + "speaker_confidence": 0.7661133, + "punctuated_word": "would" + }, + { + "word": "be", + "start": 1795.94, + "end": 1796.18, + "confidence": 0.79930145, + "speaker": 1, + "speaker_confidence": 0.7661133, + "punctuated_word": "be" + }, + { + "word": "that", + "start": 1796.18, + "end": 1796.32, + "confidence": 0.8999081, + "speaker": 1, + "speaker_confidence": 0.7661133, + "punctuated_word": "that" + }, + { + "word": "the", + "start": 1796.32, + "end": 1796.74, + "confidence": 0.8982612, + "speaker": 1, + "speaker_confidence": 0.7661133, + "punctuated_word": "the" + }, + { + "word": "combination", + "start": 1796.74, + "end": 1797.24, + "confidence": 0.6885124, + "speaker": 1, + "speaker_confidence": 0.7661133, + "punctuated_word": "combination" + }, + { + "word": "of", + "start": 1797.54, + "end": 1797.74, + "confidence": 0.67967165, + "speaker": 1, + "speaker_confidence": 0.7661133, + "punctuated_word": "of" + }, + { + "word": "these", + "start": 1797.74, + "end": 1798.24, + "confidence": 0.8704122, + "speaker": 1, + "speaker_confidence": 0.7661133, + "punctuated_word": "these" + }, + { + "word": "high", + "start": 1798.26, + "end": 1798.5, + "confidence": 0.8847704, + "speaker": 1, + "speaker_confidence": 0.7661133, + "punctuated_word": "high" + }, + { + "word": "numbers", + "start": 1798.5, + "end": 1798.82, + "confidence": 0.17580333, + "speaker": 1, + "speaker_confidence": 0.7661133, + "punctuated_word": "numbers" + }, + { + "word": "of", + "start": 1798.82, + "end": 1798.94, + "confidence": 0.47932285, + "speaker": 1, + "speaker_confidence": 0.61572266, + "punctuated_word": "of" + }, + { + "word": "seagulls", + "start": 1798.94, + "end": 1799.44, + "confidence": 0.7676298, + "speaker": 1, + "speaker_confidence": 0.61572266, + "punctuated_word": "seagulls" + }, + { + "word": "and", + "start": 1799.44, + "end": 1799.62, + "confidence": 0.68347824, + "speaker": 1, + "speaker_confidence": 0.61572266, + "punctuated_word": "and" + }, + { + "word": "a", + "start": 1799.62, + "end": 1799.76, + "confidence": 0.9235511, + "speaker": 1, + "speaker_confidence": 0.61572266, + "punctuated_word": "a" + }, + { + "word": "very", + "start": 1799.76, + "end": 1799.96, + "confidence": 0.7904737, + "speaker": 1, + "speaker_confidence": 0.61572266, + "punctuated_word": "very" + }, + { + "word": "large", + "start": 1799.96, + "end": 1800.06, + "confidence": 0.41236195, + "speaker": 1, + "speaker_confidence": 0.6567383, + "punctuated_word": "large" + }, + { + "word": "transaction", + "start": 1800.06, + "end": 1800.56, + "confidence": 0.8493873, + "speaker": 1, + "speaker_confidence": 0.6567383, + "punctuated_word": "transaction" + }, + { + "word": "are", + "start": 1801.16, + "end": 1801.4, + "confidence": 0.6553125, + "speaker": 1, + "speaker_confidence": 0.6567383, + "punctuated_word": "are" + }, + { + "word": "what", + "start": 1801.4, + "end": 1801.84, + "confidence": 0.86261654, + "speaker": 1, + "speaker_confidence": 0.6567383, + "punctuated_word": "what" + }, + { + "word": "really", + "start": 1801.84, + "end": 1802.3, + "confidence": 0.8415076, + "speaker": 1, + "speaker_confidence": 0.6567383, + "punctuated_word": "really" + }, + { + "word": "is", + "start": 1802.3, + "end": 1802.64, + "confidence": 0.7550987, + "speaker": 1, + "speaker_confidence": 0.6567383, + "punctuated_word": "is" + }, + { + "word": "more", + "start": 1802.64, + "end": 1802.86, + "confidence": 0.89205694, + "speaker": 1, + "speaker_confidence": 0.6567383, + "punctuated_word": "more" + }, + { + "word": "dangerous", + "start": 1802.86, + "end": 1803.36, + "confidence": 0.6009926, + "speaker": 1, + "speaker_confidence": 0.6567383, + "punctuated_word": "dangerous." + }, + { + "word": "you", + "start": 1804.3, + "end": 1804.46, + "confidence": 0.867802, + "speaker": 1, + "speaker_confidence": 0.95458984, + "punctuated_word": "You" + }, + { + "word": "got", + "start": 1804.46, + "end": 1804.64, + "confidence": 0.8408027, + "speaker": 1, + "speaker_confidence": 0.95458984, + "punctuated_word": "got" + }, + { + "word": "to", + "start": 1804.64, + "end": 1804.78, + "confidence": 0.85509336, + "speaker": 1, + "speaker_confidence": 0.95458984, + "punctuated_word": "to" + }, + { + "word": "keep", + "start": 1804.78, + "end": 1804.92, + "confidence": 0.79868805, + "speaker": 1, + "speaker_confidence": 0.95458984, + "punctuated_word": "keep" + }, + { + "word": "in", + "start": 1804.92, + "end": 1805.08, + "confidence": 0.7694365, + "speaker": 1, + "speaker_confidence": 0.95458984, + "punctuated_word": "in" + }, + { + "word": "mind", + "start": 1805.08, + "end": 1805.58, + "confidence": 0.736223, + "speaker": 1, + "speaker_confidence": 0.95458984, + "punctuated_word": "mind" + }, + { + "word": "that", + "start": 1805.74, + "end": 1806.0, + "confidence": 0.8699282, + "speaker": 1, + "speaker_confidence": 0.95458984, + "punctuated_word": "that" + }, + { + "word": "we", + "start": 1806.0, + "end": 1806.14, + "confidence": 0.87738234, + "speaker": 1, + "speaker_confidence": 0.95458984, + "punctuated_word": "we" + }, + { + "word": "have", + "start": 1806.14, + "end": 1806.34, + "confidence": 0.7673813, + "speaker": 1, + "speaker_confidence": 0.95458984, + "punctuated_word": "have" + }, + { + "word": "this", + "start": 1806.34, + "end": 1806.54, + "confidence": 0.7775036, + "speaker": 1, + "speaker_confidence": 0.95458984, + "punctuated_word": "this" + }, + { + "word": "quadratic", + "start": 1806.54, + "end": 1807.04, + "confidence": 0.99903095, + "speaker": 1, + "speaker_confidence": 0.95458984, + "punctuated_word": "quadratic" + }, + { + "word": "phenomena", + "start": 1807.16, + "end": 1807.66, + "confidence": 0.7478194, + "speaker": 1, + "speaker_confidence": 0.95458984, + "punctuated_word": "phenomena" + }, + { + "word": "in", + "start": 1807.9, + "end": 1808.08, + "confidence": 0.3846367, + "speaker": 1, + "speaker_confidence": 0.95458984, + "punctuated_word": "in" + }, + { + "word": "bitcoin", + "start": 1808.08, + "end": 1808.52, + "confidence": 0.86343086, + "speaker": 1, + "speaker_confidence": 0.95458984, + "punctuated_word": "Bitcoin," + }, + { + "word": "so", + "start": 1808.52, + "end": 1809.02, + "confidence": 0.8548931, + "speaker": 1, + "speaker_confidence": 0.95458984, + "punctuated_word": "so" + }, + { + "word": "quadratic", + "start": 1809.24, + "end": 1809.72, + "confidence": 0.9947767, + "speaker": 1, + "speaker_confidence": 0.95458984, + "punctuated_word": "quadratic" + }, + { + "word": "hashing", + "start": 1809.72, + "end": 1810.22, + "confidence": 0.30851248, + "speaker": 1, + "speaker_confidence": 0.95458984, + "punctuated_word": "hashing" + }, + { + "word": "that's", + "start": 1810.24, + "end": 1810.52, + "confidence": 0.81084394, + "speaker": 1, + "speaker_confidence": 0.95458984, + "punctuated_word": "that's" + }, + { + "word": "what", + "start": 1810.52, + "end": 1810.64, + "confidence": 0.23674084, + "speaker": 1, + "speaker_confidence": 0.95458984, + "punctuated_word": "what" + }, + { + "word": "solves", + "start": 1810.64, + "end": 1810.92, + "confidence": 0.4427724, + "speaker": 1, + "speaker_confidence": 0.95458984, + "punctuated_word": "solves" + }, + { + "word": "the", + "start": 1810.92, + "end": 1811.0, + "confidence": 0.88682854, + "speaker": 1, + "speaker_confidence": 0.95458984, + "punctuated_word": "the" + }, + { + "word": "segwit", + "start": 1811.0, + "end": 1811.38, + "confidence": 0.9988703, + "speaker": 1, + "speaker_confidence": 0.95458984, + "punctuated_word": "segwit," + }, + { + "word": "but", + "start": 1811.38, + "end": 1811.54, + "confidence": 0.6980731, + "speaker": 1, + "speaker_confidence": 0.95458984, + "punctuated_word": "but" + }, + { + "word": "legacy", + "start": 1811.54, + "end": 1811.96, + "confidence": 0.55599296, + "speaker": 1, + "speaker_confidence": 0.95458984, + "punctuated_word": "legacy" + }, + { + "word": "transactions", + "start": 1811.96, + "end": 1812.46, + "confidence": 0.9883443, + "speaker": 1, + "speaker_confidence": 0.95458984, + "punctuated_word": "transactions" + }, + { + "word": "still", + "start": 1813.06, + "end": 1813.56, + "confidence": 0.25986233, + "speaker": 1, + "speaker_confidence": 0.95458984, + "punctuated_word": "still..." + }, + { + "word": "if", + "start": 1814.16, + "end": 1814.44, + "confidence": 0.93421346, + "speaker": 1, + "speaker_confidence": 0.95458984, + "punctuated_word": "If" + }, + { + "word": "you", + "start": 1814.44, + "end": 1814.62, + "confidence": 0.8888168, + "speaker": 1, + "speaker_confidence": 0.95458984, + "punctuated_word": "you" + }, + { + "word": "simplify", + "start": 1814.62, + "end": 1815.02, + "confidence": 0.67259914, + "speaker": 1, + "speaker_confidence": 0.95458984, + "punctuated_word": "simplify" + }, + { + "word": "it", + "start": 1815.02, + "end": 1815.52, + "confidence": 0.7285302, + "speaker": 1, + "speaker_confidence": 0.95458984, + "punctuated_word": "it," + }, + { + "word": "if", + "start": 1816.5, + "end": 1817.0, + "confidence": 0.77664334, + "speaker": 1, + "speaker_confidence": 0.8041992, + "punctuated_word": "If" + }, + { + "word": "two", + "start": 1818.66, + "end": 1818.82, + "confidence": 0.880279, + "speaker": 1, + "speaker_confidence": 0.8041992, + "punctuated_word": "two" + }, + { + "word": "transactions", + "start": 1818.82, + "end": 1819.32, + "confidence": 0.74326515, + "speaker": 1, + "speaker_confidence": 0.8041992, + "punctuated_word": "transactions" + }, + { + "word": "of", + "start": 1819.34, + "end": 1819.84, + "confidence": 0.8076734, + "speaker": 1, + "speaker_confidence": 0.8041992, + "punctuated_word": "of" + }, + { + "word": "one", + "start": 1820.24, + "end": 1820.5, + "confidence": 0.92523235, + "speaker": 1, + "speaker_confidence": 0.8041992, + "punctuated_word": "one" + }, + { + "word": "kilobyte", + "start": 1820.5, + "end": 1821.0, + "confidence": 0.99964595, + "speaker": 1, + "speaker_confidence": 0.8041992, + "punctuated_word": "kilobyte" + }, + { + "word": "have", + "start": 1821.74, + "end": 1821.98, + "confidence": 0.7475565, + "speaker": 1, + "speaker_confidence": 0.8041992, + "punctuated_word": "have" + }, + { + "word": "like", + "start": 1821.98, + "end": 1822.44, + "confidence": 0.75764656, + "speaker": 1, + "speaker_confidence": 0.8041992, + "punctuated_word": "like" + }, + { + "word": "one", + "start": 1822.44, + "end": 1822.8, + "confidence": 0.8022348, + "speaker": 1, + "speaker_confidence": 0.8041992, + "punctuated_word": "one" + }, + { + "word": "bad", + "start": 1822.8, + "end": 1823.14, + "confidence": 0.83187747, + "speaker": 1, + "speaker_confidence": 0.8041992, + "punctuated_word": "bad" + }, + { + "word": "each", + "start": 1823.14, + "end": 1823.64, + "confidence": 0.41263294, + "speaker": 1, + "speaker_confidence": 0.8041992, + "punctuated_word": "each," + }, + { + "word": "right", + "start": 1824.16, + "end": 1824.36, + "confidence": 0.8887385, + "speaker": 1, + "speaker_confidence": 0.6098633, + "punctuated_word": "right," + }, + { + "word": "it", + "start": 1824.36, + "end": 1824.56, + "confidence": 0.9091702, + "speaker": 1, + "speaker_confidence": 0.6098633, + "punctuated_word": "it" + }, + { + "word": "adds", + "start": 1824.56, + "end": 1824.84, + "confidence": 0.90357065, + "speaker": 1, + "speaker_confidence": 0.6098633, + "punctuated_word": "adds" + }, + { + "word": "up", + "start": 1824.84, + "end": 1825.12, + "confidence": 0.7463082, + "speaker": 1, + "speaker_confidence": 0.6098633, + "punctuated_word": "up" + }, + { + "word": "to", + "start": 1825.12, + "end": 1825.28, + "confidence": 0.90195817, + "speaker": 1, + "speaker_confidence": 0.6098633, + "punctuated_word": "to" + }, + { + "word": "two", + "start": 1825.28, + "end": 1825.56, + "confidence": 0.73118496, + "speaker": 1, + "speaker_confidence": 0.6098633, + "punctuated_word": "two" + }, + { + "word": "bad", + "start": 1825.56, + "end": 1826.06, + "confidence": 0.32409883, + "speaker": 1, + "speaker_confidence": 0.6098633, + "punctuated_word": "bad." + }, + { + "word": "but", + "start": 1827.04, + "end": 1827.34, + "confidence": 0.8933161, + "speaker": 1, + "speaker_confidence": 0.60546875, + "punctuated_word": "But" + }, + { + "word": "if", + "start": 1827.34, + "end": 1827.5, + "confidence": 0.8730953, + "speaker": 1, + "speaker_confidence": 0.60546875, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 1827.5, + "end": 1827.72, + "confidence": 0.7513769, + "speaker": 1, + "speaker_confidence": 0.60546875, + "punctuated_word": "you" + }, + { + "word": "make", + "start": 1827.72, + "end": 1827.92, + "confidence": 0.97995126, + "speaker": 1, + "speaker_confidence": 0.60546875, + "punctuated_word": "make" + }, + { + "word": "it", + "start": 1827.92, + "end": 1828.04, + "confidence": 0.7454826, + "speaker": 1, + "speaker_confidence": 0.60546875, + "punctuated_word": "it" + }, + { + "word": "a", + "start": 1828.04, + "end": 1828.14, + "confidence": 0.7346167, + "speaker": 1, + "speaker_confidence": 0.70654297, + "punctuated_word": "a" + }, + { + "word": "two", + "start": 1828.14, + "end": 1828.32, + "confidence": 0.9186851, + "speaker": 1, + "speaker_confidence": 0.70654297, + "punctuated_word": "two" + }, + { + "word": "kilobyte", + "start": 1828.32, + "end": 1828.68, + "confidence": 0.9979311, + "speaker": 1, + "speaker_confidence": 0.70654297, + "punctuated_word": "kilobyte" + }, + { + "word": "transaction", + "start": 1828.68, + "end": 1829.18, + "confidence": 0.5501278, + "speaker": 1, + "speaker_confidence": 0.70654297, + "punctuated_word": "transaction," + }, + { + "word": "it", + "start": 1829.36, + "end": 1829.54, + "confidence": 0.8922811, + "speaker": 1, + "speaker_confidence": 0.70654297, + "punctuated_word": "it" + }, + { + "word": "might", + "start": 1829.54, + "end": 1829.8, + "confidence": 0.8741457, + "speaker": 1, + "speaker_confidence": 0.70654297, + "punctuated_word": "might" + }, + { + "word": "be", + "start": 1829.8, + "end": 1829.98, + "confidence": 0.8823008, + "speaker": 1, + "speaker_confidence": 0.70654297, + "punctuated_word": "be" + }, + { + "word": "four", + "start": 1829.98, + "end": 1830.24, + "confidence": 0.995488, + "speaker": 1, + "speaker_confidence": 0.70654297, + "punctuated_word": "four" + }, + { + "word": "bad", + "start": 1830.24, + "end": 1830.74, + "confidence": 0.26680323, + "speaker": 1, + "speaker_confidence": 0.70654297, + "punctuated_word": "bad." + }, + { + "word": "it's", + "start": 1831.3, + "end": 1831.62, + "confidence": 0.8493707, + "speaker": 0, + "speaker_confidence": 0.5263672, + "punctuated_word": "It's" + }, + { + "word": "bad", + "start": 1831.62, + "end": 1831.88, + "confidence": 0.87508667, + "speaker": 0, + "speaker_confidence": 0.5263672, + "punctuated_word": "bad" + }, + { + "word": "times", + "start": 1831.88, + "end": 1832.22, + "confidence": 0.98340607, + "speaker": 0, + "speaker_confidence": 0.5263672, + "punctuated_word": "times" + }, + { + "word": "bad", + "start": 1832.22, + "end": 1832.72, + "confidence": 0.38779783, + "speaker": 0, + "speaker_confidence": 0.5263672, + "punctuated_word": "bad." + }, + { + "word": "yes", + "start": 1833.14, + "end": 1833.355, + "confidence": 0.8963139, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "Yes," + }, + { + "word": "so", + "start": 1833.355, + "end": 1833.5701, + "confidence": 0.75312895, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "So" + }, + { + "word": "if", + "start": 1833.5701, + "end": 1833.785, + "confidence": 0.96609235, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "if" + }, + { + "word": "it's", + "start": 1833.785, + "end": 1834.0, + "confidence": 0.8076998, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "it's" + }, + { + "word": "one", + "start": 1834.0, + "end": 1834.3, + "confidence": 0.782864, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "one" + }, + { + "word": "big", + "start": 1834.3, + "end": 1834.54, + "confidence": 0.5995043, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "big" + }, + { + "word": "transaction", + "start": 1834.54, + "end": 1834.96, + "confidence": 0.8270487, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "transaction," + }, + { + "word": "it's", + "start": 1834.96, + "end": 1835.18, + "confidence": 0.81730705, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "it's" + }, + { + "word": "much", + "start": 1835.18, + "end": 1835.42, + "confidence": 0.85241646, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "much" + }, + { + "word": "worse", + "start": 1835.42, + "end": 1835.74, + "confidence": 0.81803197, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "worse" + }, + { + "word": "than", + "start": 1835.74, + "end": 1835.94, + "confidence": 0.8444874, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "than" + }, + { + "word": "several", + "start": 1835.94, + "end": 1836.28, + "confidence": 0.76516235, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "several" + }, + { + "word": "small", + "start": 1836.28, + "end": 1836.54, + "confidence": 0.44234434, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "small" + }, + { + "word": "transactions", + "start": 1836.54, + "end": 1837.04, + "confidence": 0.052008856, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "transactions," + }, + { + "word": "quadratically", + "start": 1838.1, + "end": 1838.6, + "confidence": 0.958989, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "quadratically." + }, + { + "word": "and", + "start": 1839.18, + "end": 1839.44, + "confidence": 0.45849976, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "And" + }, + { + "word": "so", + "start": 1839.44, + "end": 1839.94, + "confidence": 0.675052, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "so," + }, + { + "word": "that's", + "start": 1840.9, + "end": 1841.14, + "confidence": 0.9135738, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "that's" + }, + { + "word": "probably", + "start": 1841.14, + "end": 1841.52, + "confidence": 0.33688453, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "probably" + }, + { + "word": "why", + "start": 1841.52, + "end": 1842.02, + "confidence": 0.7550392, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "why" + }, + { + "word": "an", + "start": 1842.34, + "end": 1842.56, + "confidence": 0.72121555, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "an" + }, + { + "word": "individual", + "start": 1842.56, + "end": 1843.04, + "confidence": 0.40604234, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "individual" + }, + { + "word": "transaction", + "start": 1843.04, + "end": 1843.54, + "confidence": 0.82154995, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "transaction" + }, + { + "word": "violating", + "start": 1843.68, + "end": 1844.18, + "confidence": 0.7921724, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "violating" + }, + { + "word": "this", + "start": 1844.28, + "end": 1844.44, + "confidence": 0.7490689, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "this" + }, + { + "word": "policy", + "start": 1844.44, + "end": 1844.8, + "confidence": 0.63280666, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "policy" + }, + { + "word": "limit", + "start": 1844.8, + "end": 1845.16, + "confidence": 0.19122863, + "speaker": 1, + "speaker_confidence": 0.8466797, + "punctuated_word": "limit" + }, + { + "word": "is", + "start": 1845.16, + "end": 1845.2, + "confidence": 0.71937644, + "speaker": 1, + "speaker_confidence": 0.4248047, + "punctuated_word": "is" + }, + { + "word": "not", + "start": 1845.2, + "end": 1845.36, + "confidence": 0.903481, + "speaker": 1, + "speaker_confidence": 0.4248047, + "punctuated_word": "not" + }, + { + "word": "going", + "start": 1845.36, + "end": 1845.48, + "confidence": 0.90412545, + "speaker": 1, + "speaker_confidence": 0.4248047, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 1845.48, + "end": 1845.6, + "confidence": 0.9989214, + "speaker": 1, + "speaker_confidence": 0.4248047, + "punctuated_word": "to" + }, + { + "word": "be", + "start": 1845.6, + "end": 1845.72, + "confidence": 0.7659879, + "speaker": 1, + "speaker_confidence": 0.4248047, + "punctuated_word": "be" + }, + { + "word": "a", + "start": 1845.72, + "end": 1845.76, + "confidence": 0.50488347, + "speaker": 1, + "speaker_confidence": 0.4248047, + "punctuated_word": "a" + }, + { + "word": "problem", + "start": 1845.76, + "end": 1846.26, + "confidence": 0.516016, + "speaker": 1, + "speaker_confidence": 0.7348633, + "punctuated_word": "problem," + }, + { + "word": "but", + "start": 1846.96, + "end": 1847.2, + "confidence": 0.8455352, + "speaker": 1, + "speaker_confidence": 0.7348633, + "punctuated_word": "but" + }, + { + "word": "a", + "start": 1847.2, + "end": 1847.32, + "confidence": 0.8098742, + "speaker": 1, + "speaker_confidence": 0.7348633, + "punctuated_word": "a" + }, + { + "word": "minor", + "start": 1847.32, + "end": 1847.64, + "confidence": 0.75373703, + "speaker": 1, + "speaker_confidence": 0.7348633, + "punctuated_word": "minor" + }, + { + "word": "could", + "start": 1847.64, + "end": 1847.84, + "confidence": 0.99120444, + "speaker": 1, + "speaker_confidence": 0.7348633, + "punctuated_word": "could" + }, + { + "word": "include", + "start": 1847.84, + "end": 1848.12, + "confidence": 0.8999229, + "speaker": 1, + "speaker_confidence": 0.7348633, + "punctuated_word": "include" + }, + { + "word": "a", + "start": 1848.12, + "end": 1848.24, + "confidence": 0.8225853, + "speaker": 1, + "speaker_confidence": 0.7348633, + "punctuated_word": "a" + }, + { + "word": "bigger", + "start": 1848.24, + "end": 1848.48, + "confidence": 0.98833245, + "speaker": 1, + "speaker_confidence": 0.7348633, + "punctuated_word": "bigger" + }, + { + "word": "one", + "start": 1848.48, + "end": 1848.98, + "confidence": 0.051735923, + "speaker": 1, + "speaker_confidence": 0.7348633, + "punctuated_word": "one." + }, + { + "word": "right", + "start": 1849.2, + "end": 1849.7, + "confidence": 0.6464531, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "Right." + }, + { + "word": "but", + "start": 1849.96, + "end": 1850.2, + "confidence": 0.80171686, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "But" + }, + { + "word": "in", + "start": 1850.2, + "end": 1850.36, + "confidence": 0.8013982, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "in" + }, + { + "word": "any", + "start": 1850.36, + "end": 1850.64, + "confidence": 0.93533206, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "any" + }, + { + "word": "case", + "start": 1850.64, + "end": 1851.14, + "confidence": 0.72954696, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "case," + }, + { + "word": "to", + "start": 1851.3, + "end": 1851.56, + "confidence": 0.8549507, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "to" + }, + { + "word": "summarize", + "start": 1851.56, + "end": 1852.06, + "confidence": 0.9425953, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "summarize" + }, + { + "word": "this", + "start": 1852.12, + "end": 1852.62, + "confidence": 0.101745985, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "this," + }, + { + "word": "a", + "start": 1853.08, + "end": 1853.3, + "confidence": 0.8806583, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "a" + }, + { + "word": "transaction", + "start": 1853.3, + "end": 1853.8, + "confidence": 0.90390617, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "transaction" + }, + { + "word": "that", + "start": 1853.86, + "end": 1854.06, + "confidence": 0.60676086, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "that" + }, + { + "word": "has", + "start": 1854.06, + "end": 1854.32, + "confidence": 0.94397074, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "has" + }, + { + "word": "2", + "start": 1854.32, + "end": 1854.57, + "confidence": 0.89461464, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "2," + }, + { + "word": "500", + "start": 1854.57, + "end": 1854.82, + "confidence": 0.89461464, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "500" + }, + { + "word": "sig", + "start": 1855.18, + "end": 1855.38, + "confidence": 0.47151348, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "sig" + }, + { + "word": "ops", + "start": 1855.38, + "end": 1855.88, + "confidence": 0.7989596, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "ops" + }, + { + "word": "is", + "start": 1856.04, + "end": 1856.38, + "confidence": 0.4781405, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "is" + }, + { + "word": "both", + "start": 1856.38, + "end": 1856.88, + "confidence": 0.6085624, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "both" + }, + { + "word": "very", + "start": 1857.72, + "end": 1858.02, + "confidence": 0.98817635, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "very" + }, + { + "word": "implausible", + "start": 1858.02, + "end": 1858.52, + "confidence": 0.9367344, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "implausible" + }, + { + "word": "to", + "start": 1858.68, + "end": 1858.84, + "confidence": 0.83982825, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "to" + }, + { + "word": "be", + "start": 1858.84, + "end": 1858.98, + "confidence": 0.5465919, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "be" + }, + { + "word": "used", + "start": 1858.98, + "end": 1859.22, + "confidence": 0.81677395, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "used" + }, + { + "word": "for", + "start": 1859.22, + "end": 1859.44, + "confidence": 0.82332385, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "for" + }, + { + "word": "any", + "start": 1859.44, + "end": 1859.64, + "confidence": 0.9132177, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "any" + }, + { + "word": "real", + "start": 1859.64, + "end": 1859.96, + "confidence": 0.63604635, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "real" + }, + { + "word": "reason", + "start": 1859.96, + "end": 1860.26, + "confidence": 0.14763524, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "reason," + }, + { + "word": "while", + "start": 1860.26, + "end": 1860.52, + "confidence": 0.81322163, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "while" + }, + { + "word": "at", + "start": 1860.52, + "end": 1860.66, + "confidence": 0.81016403, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "at" + }, + { + "word": "the", + "start": 1860.66, + "end": 1860.86, + "confidence": 0.7930275, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "the" + }, + { + "word": "same", + "start": 1860.86, + "end": 1861.22, + "confidence": 0.5340178, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "same" + }, + { + "word": "time", + "start": 1861.22, + "end": 1861.62, + "confidence": 0.9020064, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "time" + }, + { + "word": "also", + "start": 1861.62, + "end": 1861.96, + "confidence": 0.7461489, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "also" + }, + { + "word": "still", + "start": 1861.96, + "end": 1862.46, + "confidence": 0.731578, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "still" + }, + { + "word": "well", + "start": 1862.66, + "end": 1862.92, + "confidence": 0.68999666, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "well" + }, + { + "word": "within", + "start": 1862.92, + "end": 1863.42, + "confidence": 0.8671528, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "within" + }, + { + "word": "safety", + "start": 1863.42, + "end": 1863.92, + "confidence": 0.8578099, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "safety" + }, + { + "word": "limits", + "start": 1864.08, + "end": 1864.58, + "confidence": 0.060793582, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "limits." + }, + { + "word": "so", + "start": 1864.9, + "end": 1865.06, + "confidence": 0.9973151, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "So" + }, + { + "word": "that's", + "start": 1865.06, + "end": 1865.28, + "confidence": 0.8238602, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "that's" + }, + { + "word": "why", + "start": 1865.28, + "end": 1865.78, + "confidence": 0.80726457, + "speaker": 0, + "speaker_confidence": 0.95214844, + "punctuated_word": "why," + }, + { + "word": "at", + "start": 1866.26, + "end": 1866.42, + "confidence": 0.8167385, + "speaker": 1, + "speaker_confidence": 0.0, + "punctuated_word": "at" + }, + { + "word": "least", + "start": 1866.42, + "end": 1866.76, + "confidence": 0.99308974, + "speaker": 0, + "speaker_confidence": 0.5527344, + "punctuated_word": "least" + }, + { + "word": "as", + "start": 1866.76, + "end": 1866.9, + "confidence": 0.94403976, + "speaker": 0, + "speaker_confidence": 0.5527344, + "punctuated_word": "as" + }, + { + "word": "a", + "start": 1866.9, + "end": 1867.04, + "confidence": 0.853999, + "speaker": 0, + "speaker_confidence": 0.5527344, + "punctuated_word": "a" + }, + { + "word": "ballpark", + "start": 1867.04, + "end": 1867.54, + "confidence": 0.9122611, + "speaker": 0, + "speaker_confidence": 0.5527344, + "punctuated_word": "ballpark," + }, + { + "word": "that", + "start": 1867.54, + "end": 1867.7, + "confidence": 0.8939017, + "speaker": 0, + "speaker_confidence": 0.5527344, + "punctuated_word": "that" + }, + { + "word": "number", + "start": 1867.7, + "end": 1868.0, + "confidence": 0.7138995, + "speaker": 0, + "speaker_confidence": 0.5527344, + "punctuated_word": "number" + }, + { + "word": "was", + "start": 1868.0, + "end": 1868.16, + "confidence": 0.8827915, + "speaker": 0, + "speaker_confidence": 0.5527344, + "punctuated_word": "was" + }, + { + "word": "picked", + "start": 1868.16, + "end": 1868.66, + "confidence": 0.09630271, + "speaker": 0, + "speaker_confidence": 0.5527344, + "punctuated_word": "picked." + }, + { + "word": "well", + "start": 1868.86, + "end": 1869.32, + "confidence": 0.80650455, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "Well," + }, + { + "word": "yeah", + "start": 1869.32, + "end": 1869.64, + "confidence": 0.88075554, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "yeah," + }, + { + "word": "and", + "start": 1869.64, + "end": 1869.86, + "confidence": 0.79752076, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "and" + }, + { + "word": "in", + "start": 1869.86, + "end": 1870.02, + "confidence": 0.8717731, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "in" + }, + { + "word": "general", + "start": 1870.02, + "end": 1870.52, + "confidence": 0.51433355, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "general," + }, + { + "word": "the", + "start": 1871.34, + "end": 1871.54, + "confidence": 0.8971823, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "the" + }, + { + "word": "idea", + "start": 1871.54, + "end": 1871.98, + "confidence": 0.8744577, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "idea" + }, + { + "word": "of", + "start": 1871.98, + "end": 1872.18, + "confidence": 0.6600033, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "of" + }, + { + "word": "this", + "start": 1872.18, + "end": 1872.68, + "confidence": 0.68298006, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "this" + }, + { + "word": "consensus", + "start": 1873.06, + "end": 1873.56, + "confidence": 0.81255585, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "consensus" + }, + { + "word": "cleanup", + "start": 1873.64, + "end": 1874.08, + "confidence": 0.1056939, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "cleanup" + }, + { + "word": "thing", + "start": 1874.08, + "end": 1874.38, + "confidence": 0.99090487, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "thing" + }, + { + "word": "is", + "start": 1874.38, + "end": 1874.58, + "confidence": 0.90371585, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "is" + }, + { + "word": "to", + "start": 1874.58, + "end": 1875.08, + "confidence": 0.8140505, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "to" + }, + { + "word": "mitigate", + "start": 1875.52, + "end": 1876.02, + "confidence": 0.92655325, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "mitigate" + }, + { + "word": "the", + "start": 1876.08, + "end": 1876.5, + "confidence": 0.5542046, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "the" + }, + { + "word": "worst-case", + "start": 1876.5, + "end": 1877.0, + "confidence": 0.8168055, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "worst-case" + }, + { + "word": "scenario", + "start": 1877.02, + "end": 1877.52, + "confidence": 0.057396572, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "scenario" + }, + { + "word": "without", + "start": 1877.62, + "end": 1878.12, + "confidence": 0.95643026, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "without" + }, + { + "word": "confiscating", + "start": 1879.12, + "end": 1879.62, + "confidence": 0.8327151, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "confiscating" + }, + { + "word": "any", + "start": 1879.84, + "end": 1880.12, + "confidence": 0.7985645, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "any" + }, + { + "word": "legitimate", + "start": 1880.12, + "end": 1880.62, + "confidence": 0.634325, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "legitimate" + }, + { + "word": "use", + "start": 1880.86, + "end": 1881.06, + "confidence": 0.46624997, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "use" + }, + { + "word": "case", + "start": 1881.06, + "end": 1881.34, + "confidence": 0.567378, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "case" + }, + { + "word": "or", + "start": 1881.34, + "end": 1881.56, + "confidence": 0.57743967, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "or" + }, + { + "word": "getting", + "start": 1881.56, + "end": 1881.9, + "confidence": 0.7911013, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "getting" + }, + { + "word": "anywhere", + "start": 1881.9, + "end": 1882.18, + "confidence": 0.7782287, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "anywhere" + }, + { + "word": "near", + "start": 1882.18, + "end": 1882.44, + "confidence": 0.81807286, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "near" + }, + { + "word": "legitimate", + "start": 1882.44, + "end": 1882.94, + "confidence": 0.7960591, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "legitimate" + }, + { + "word": "use", + "start": 1882.96, + "end": 1883.16, + "confidence": 0.94577926, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "use" + }, + { + "word": "cases", + "start": 1883.16, + "end": 1883.66, + "confidence": 0.07933458, + "speaker": 1, + "speaker_confidence": 0.9086914, + "punctuated_word": "cases." + }, + { + "word": "so", + "start": 1884.06, + "end": 1884.22, + "confidence": 0.8851026, + "speaker": 1, + "speaker_confidence": 0.8847656, + "punctuated_word": "So" + }, + { + "word": "there", + "start": 1884.22, + "end": 1884.4, + "confidence": 0.9991404, + "speaker": 1, + "speaker_confidence": 0.8847656, + "punctuated_word": "there" + }, + { + "word": "is", + "start": 1884.4, + "end": 1884.6, + "confidence": 0.8556176, + "speaker": 1, + "speaker_confidence": 0.8847656, + "punctuated_word": "is" + }, + { + "word": "a", + "start": 1884.6, + "end": 1884.68, + "confidence": 0.74798465, + "speaker": 1, + "speaker_confidence": 0.8847656, + "punctuated_word": "a" + }, + { + "word": "trade-off", + "start": 1884.68, + "end": 1885.08, + "confidence": 0.9024495, + "speaker": 1, + "speaker_confidence": 0.8847656, + "punctuated_word": "trade-off." + }, + { + "word": "you", + "start": 1885.08, + "end": 1885.24, + "confidence": 0.81259876, + "speaker": 1, + "speaker_confidence": 0.8847656, + "punctuated_word": "You" + }, + { + "word": "might", + "start": 1885.24, + "end": 1885.58, + "confidence": 0.89945316, + "speaker": 1, + "speaker_confidence": 0.8847656, + "punctuated_word": "might" + }, + { + "word": "not", + "start": 1885.58, + "end": 1886.08, + "confidence": 0.8903427, + "speaker": 1, + "speaker_confidence": 0.8847656, + "punctuated_word": "not" + }, + { + "word": "be", + "start": 1886.36, + "end": 1886.58, + "confidence": 0.90008265, + "speaker": 1, + "speaker_confidence": 0.8847656, + "punctuated_word": "be" + }, + { + "word": "able", + "start": 1886.58, + "end": 1886.82, + "confidence": 0.8367123, + "speaker": 1, + "speaker_confidence": 0.8847656, + "punctuated_word": "able" + }, + { + "word": "to", + "start": 1886.82, + "end": 1887.04, + "confidence": 0.30965394, + "speaker": 1, + "speaker_confidence": 0.8847656, + "punctuated_word": "to" + }, + { + "word": "solve", + "start": 1887.04, + "end": 1887.54, + "confidence": 0.0822788, + "speaker": 1, + "speaker_confidence": 0.8847656, + "punctuated_word": "solve," + }, + { + "word": "there", + "start": 1888.04, + "end": 1888.22, + "confidence": 0.90509063, + "speaker": 1, + "speaker_confidence": 0.8847656, + "punctuated_word": "there" + }, + { + "word": "might", + "start": 1888.22, + "end": 1888.44, + "confidence": 0.90642244, + "speaker": 1, + "speaker_confidence": 0.8847656, + "punctuated_word": "might" + }, + { + "word": "still", + "start": 1888.44, + "end": 1888.68, + "confidence": 0.80573285, + "speaker": 1, + "speaker_confidence": 0.8847656, + "punctuated_word": "still" + }, + { + "word": "be", + "start": 1888.68, + "end": 1888.82, + "confidence": 0.88095903, + "speaker": 1, + "speaker_confidence": 0.8847656, + "punctuated_word": "be" + }, + { + "word": "blocks", + "start": 1888.82, + "end": 1889.16, + "confidence": 0.8951555, + "speaker": 1, + "speaker_confidence": 0.8847656, + "punctuated_word": "blocks" + }, + { + "word": "that", + "start": 1889.16, + "end": 1889.3, + "confidence": 0.8443076, + "speaker": 1, + "speaker_confidence": 0.8847656, + "punctuated_word": "that" + }, + { + "word": "are", + "start": 1889.3, + "end": 1889.44, + "confidence": 0.8823151, + "speaker": 1, + "speaker_confidence": 0.8847656, + "punctuated_word": "are" + }, + { + "word": "slow", + "start": 1889.44, + "end": 1889.68, + "confidence": 0.8451165, + "speaker": 1, + "speaker_confidence": 0.8847656, + "punctuated_word": "slow" + }, + { + "word": "to", + "start": 1889.68, + "end": 1889.82, + "confidence": 0.53074956, + "speaker": 1, + "speaker_confidence": 0.8847656, + "punctuated_word": "to" + }, + { + "word": "validate", + "start": 1889.82, + "end": 1890.1, + "confidence": 0.5618201, + "speaker": 1, + "speaker_confidence": 0.8847656, + "punctuated_word": "validate," + }, + { + "word": "but", + "start": 1890.1, + "end": 1890.34, + "confidence": 0.9011622, + "speaker": 1, + "speaker_confidence": 0.8847656, + "punctuated_word": "but" + }, + { + "word": "not", + "start": 1890.34, + "end": 1890.84, + "confidence": 0.8092122, + "speaker": 1, + "speaker_confidence": 0.8847656, + "punctuated_word": "not" + }, + { + "word": "as", + "start": 1891.16, + "end": 1891.48, + "confidence": 0.83296573, + "speaker": 1, + "speaker_confidence": 0.8847656, + "punctuated_word": "as" + }, + { + "word": "slow", + "start": 1891.48, + "end": 1891.98, + "confidence": 0.048155796, + "speaker": 1, + "speaker_confidence": 0.8847656, + "punctuated_word": "slow." + }, + { + "word": "you", + "start": 1893.42, + "end": 1893.58, + "confidence": 0.9638585, + "speaker": 1, + "speaker_confidence": 0.42236328, + "punctuated_word": "You" + }, + { + "word": "can't", + "start": 1893.58, + "end": 1893.82, + "confidence": 0.6723425, + "speaker": 1, + "speaker_confidence": 0.42236328, + "punctuated_word": "can't" + }, + { + "word": "have", + "start": 1893.82, + "end": 1893.96, + "confidence": 0.85621166, + "speaker": 1, + "speaker_confidence": 0.42236328, + "punctuated_word": "have" + }, + { + "word": "a", + "start": 1893.96, + "end": 1894.08, + "confidence": 0.8257037, + "speaker": 1, + "speaker_confidence": 0.7285156, + "punctuated_word": "a" + }, + { + "word": "perfect", + "start": 1894.08, + "end": 1894.36, + "confidence": 0.37827, + "speaker": 1, + "speaker_confidence": 0.7285156, + "punctuated_word": "perfect" + }, + { + "word": "solution", + "start": 1894.36, + "end": 1894.84, + "confidence": 0.098132364, + "speaker": 1, + "speaker_confidence": 0.7285156, + "punctuated_word": "solution," + }, + { + "word": "because", + "start": 1894.84, + "end": 1895.08, + "confidence": 0.8732449, + "speaker": 1, + "speaker_confidence": 0.7285156, + "punctuated_word": "because" + }, + { + "word": "then", + "start": 1895.08, + "end": 1895.32, + "confidence": 0.89046615, + "speaker": 1, + "speaker_confidence": 0.7285156, + "punctuated_word": "then" + }, + { + "word": "you're", + "start": 1895.32, + "end": 1895.5, + "confidence": 0.812345, + "speaker": 1, + "speaker_confidence": 0.7285156, + "punctuated_word": "you're" + }, + { + "word": "going", + "start": 1895.5, + "end": 1895.64, + "confidence": 0.8436425, + "speaker": 1, + "speaker_confidence": 0.7285156, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 1895.64, + "end": 1895.8, + "confidence": 0.60221267, + "speaker": 1, + "speaker_confidence": 0.7285156, + "punctuated_word": "to" + }, + { + "word": "start", + "start": 1895.8, + "end": 1896.3, + "confidence": 0.491921, + "speaker": 1, + "speaker_confidence": 0.7285156, + "punctuated_word": "start" + }, + { + "word": "risking", + "start": 1896.82, + "end": 1897.32, + "confidence": 0.81191427, + "speaker": 1, + "speaker_confidence": 0.76904297, + "punctuated_word": "risking" + }, + { + "word": "that", + "start": 1897.36, + "end": 1897.54, + "confidence": 0.8155818, + "speaker": 1, + "speaker_confidence": 0.76904297, + "punctuated_word": "that" + }, + { + "word": "you", + "start": 1897.54, + "end": 1897.68, + "confidence": 0.9983259, + "speaker": 1, + "speaker_confidence": 0.76904297, + "punctuated_word": "you" + }, + { + "word": "confiscate", + "start": 1897.68, + "end": 1898.18, + "confidence": 0.47863916, + "speaker": 1, + "speaker_confidence": 0.76904297, + "punctuated_word": "confiscate" + }, + { + "word": "somebody's", + "start": 1898.24, + "end": 1898.74, + "confidence": 0.09873858, + "speaker": 1, + "speaker_confidence": 0.76904297, + "punctuated_word": "somebody's" + }, + { + "word": "very", + "start": 1899.56, + "end": 1899.86, + "confidence": 0.58063763, + "speaker": 1, + "speaker_confidence": 0.76904297, + "punctuated_word": "very" + }, + { + "word": "obscure", + "start": 1899.86, + "end": 1900.32, + "confidence": 0.8983425, + "speaker": 1, + "speaker_confidence": 0.76904297, + "punctuated_word": "obscure," + }, + { + "word": "but", + "start": 1900.32, + "end": 1900.52, + "confidence": 0.5221836, + "speaker": 1, + "speaker_confidence": 0.76904297, + "punctuated_word": "but" + }, + { + "word": "still", + "start": 1900.52, + "end": 1901.02, + "confidence": 0.8842636, + "speaker": 1, + "speaker_confidence": 0.76904297, + "punctuated_word": "still" + }, + { + "word": "potentially", + "start": 1901.32, + "end": 1901.82, + "confidence": 0.74740744, + "speaker": 1, + "speaker_confidence": 0.76904297, + "punctuated_word": "potentially" + }, + { + "word": "real", + "start": 1901.82, + "end": 1902.1, + "confidence": 0.99858606, + "speaker": 1, + "speaker_confidence": 0.76904297, + "punctuated_word": "real" + }, + { + "word": "setup", + "start": 1902.1, + "end": 1902.6, + "confidence": 0.23464903, + "speaker": 1, + "speaker_confidence": 0.76904297, + "punctuated_word": "setup." + }, + { + "word": "yeah", + "start": 1902.98, + "end": 1903.48, + "confidence": 0.33779842, + "speaker": 0, + "speaker_confidence": 0.3334961, + "punctuated_word": "Yeah." + }, + { + "word": "okay", + "start": 1904.64, + "end": 1905.04, + "confidence": 0.8936646, + "speaker": 0, + "speaker_confidence": 0.3334961, + "punctuated_word": "Okay," + }, + { + "word": "let's", + "start": 1905.04, + "end": 1905.16, + "confidence": 0.8887287, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "Let's" + }, + { + "word": "move", + "start": 1905.16, + "end": 1905.36, + "confidence": 0.8124777, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "move" + }, + { + "word": "to", + "start": 1905.36, + "end": 1905.48, + "confidence": 0.856595, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "to" + }, + { + "word": "the", + "start": 1905.48, + "end": 1905.64, + "confidence": 0.7847509, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "the" + }, + { + "word": "next", + "start": 1905.64, + "end": 1905.84, + "confidence": 0.8251107, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "next" + }, + { + "word": "point", + "start": 1905.84, + "end": 1906.34, + "confidence": 0.071241125, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "point." + }, + { + "word": "an", + "start": 1907.04, + "end": 1907.28, + "confidence": 0.6521529, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "An" + }, + { + "word": "other", + "start": 1907.28, + "end": 1907.78, + "confidence": 0.8595732, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "other" + }, + { + "word": "improvement", + "start": 1908.4, + "end": 1908.9, + "confidence": 0.48165336, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "improvement" + }, + { + "word": "is", + "start": 1909.16, + "end": 1909.54, + "confidence": 0.6955263, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "is" + }, + { + "word": "one", + "start": 1909.54, + "end": 1910.04, + "confidence": 0.81211007, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "one" + }, + { + "word": "parent", + "start": 1910.28, + "end": 1910.78, + "confidence": 0.74694216, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "parent," + }, + { + "word": "one", + "start": 1910.8, + "end": 1911.3, + "confidence": 0.6834493, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "one" + }, + { + "word": "child", + "start": 1911.34, + "end": 1911.84, + "confidence": 0.93080765, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "child" + }, + { + "word": "orphanage", + "start": 1912.02, + "end": 1912.52, + "confidence": 0.4533139, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "orphanage," + }, + { + "word": "or", + "start": 1912.9, + "end": 1913.12, + "confidence": 0.9353284, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "or" + }, + { + "word": "there's", + "start": 1913.12, + "end": 1913.4, + "confidence": 0.72879386, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "there's" + }, + { + "word": "something", + "start": 1913.4, + "end": 1913.86, + "confidence": 0.89969975, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "something" + }, + { + "word": "improved", + "start": 1913.86, + "end": 1914.22, + "confidence": 0.88310564, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "improved" + }, + { + "word": "in", + "start": 1914.22, + "end": 1914.36, + "confidence": 0.7135075, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "in" + }, + { + "word": "that", + "start": 1914.36, + "end": 1914.56, + "confidence": 0.88591874, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "that" + }, + { + "word": "sense", + "start": 1914.56, + "end": 1914.96, + "confidence": 0.39448705, + "speaker": 0, + "speaker_confidence": 0.7397461, + "punctuated_word": "sense." + }, + { + "word": "can", + "start": 1914.96, + "end": 1915.12, + "confidence": 0.7769522, + "speaker": 0, + "speaker_confidence": 0.37548828, + "punctuated_word": "Can" + }, + { + "word": "you", + "start": 1915.12, + "end": 1915.32, + "confidence": 0.9043271, + "speaker": 0, + "speaker_confidence": 0.37548828, + "punctuated_word": "you" + }, + { + "word": "remind", + "start": 1915.32, + "end": 1915.68, + "confidence": 0.86611754, + "speaker": 0, + "speaker_confidence": 0.37548828, + "punctuated_word": "remind" + }, + { + "word": "me", + "start": 1915.68, + "end": 1915.8, + "confidence": 0.8969965, + "speaker": 0, + "speaker_confidence": 0.37548828, + "punctuated_word": "me" + }, + { + "word": "what", + "start": 1915.8, + "end": 1916.0, + "confidence": 0.90389436, + "speaker": 0, + "speaker_confidence": 0.37548828, + "punctuated_word": "what" + }, + { + "word": "it", + "start": 1916.0, + "end": 1916.22, + "confidence": 0.9937975, + "speaker": 0, + "speaker_confidence": 0.37548828, + "punctuated_word": "it" + }, + { + "word": "is", + "start": 1916.22, + "end": 1916.72, + "confidence": 0.6271041, + "speaker": 0, + "speaker_confidence": 0.37548828, + "punctuated_word": "is?" + }, + { + "word": "yeah", + "start": 1916.78, + "end": 1917.1, + "confidence": 0.7982771, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "Yeah," + }, + { + "word": "we", + "start": 1917.1, + "end": 1917.38, + "confidence": 0.7417756, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "we" + }, + { + "word": "have", + "start": 1917.38, + "end": 1917.54, + "confidence": 0.8698155, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "have" + }, + { + "word": "covered", + "start": 1917.54, + "end": 1917.9, + "confidence": 0.90575224, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "covered" + }, + { + "word": "this", + "start": 1917.9, + "end": 1918.08, + "confidence": 0.7900123, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "this" + }, + { + "word": "in", + "start": 1918.08, + "end": 1918.2, + "confidence": 0.8624651, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "in" + }, + { + "word": "previous", + "start": 1918.2, + "end": 1918.68, + "confidence": 0.5771293, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "previous" + }, + { + "word": "episodes", + "start": 1918.68, + "end": 1919.18, + "confidence": 0.39272168, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "episodes," + }, + { + "word": "but", + "start": 1920.48, + "end": 1920.78, + "confidence": 0.90657055, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "But" + }, + { + "word": "a", + "start": 1920.78, + "end": 1921.08, + "confidence": 0.70904547, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "a" + }, + { + "word": "quick", + "start": 1921.08, + "end": 1921.4, + "confidence": 0.8646136, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "quick" + }, + { + "word": "recap", + "start": 1921.4, + "end": 1921.9, + "confidence": 0.8680217, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "recap" + }, + { + "word": "is", + "start": 1921.92, + "end": 1922.16, + "confidence": 0.36042118, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "is" + }, + { + "word": "that", + "start": 1922.16, + "end": 1922.66, + "confidence": 0.6709814, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "that" + }, + { + "word": "one", + "start": 1922.86, + "end": 1923.12, + "confidence": 0.7027486, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "one" + }, + { + "word": "parent", + "start": 1923.12, + "end": 1923.54, + "confidence": 0.7081863, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "parent," + }, + { + "word": "one", + "start": 1923.54, + "end": 1923.8, + "confidence": 0.47077328, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "one" + }, + { + "word": "child", + "start": 1923.8, + "end": 1924.3, + "confidence": 0.61391044, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "child" + }, + { + "word": "transactions", + "start": 1924.44, + "end": 1924.94, + "confidence": 0.48437676, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "transactions" + }, + { + "word": "packages", + "start": 1925.2, + "end": 1925.7, + "confidence": 0.6887454, + "speaker": 1, + "speaker_confidence": 0.89160156, + "punctuated_word": "packages" + }, + { + "word": "are", + "start": 1926.66, + "end": 1926.9, + "confidence": 0.77094537, + "speaker": 1, + "speaker_confidence": 0.81884766, + "punctuated_word": "are" + }, + { + "word": "useful", + "start": 1926.9, + "end": 1927.4, + "confidence": 0.46409172, + "speaker": 1, + "speaker_confidence": 0.81884766, + "punctuated_word": "useful" + }, + { + "word": "for", + "start": 1927.44, + "end": 1927.8, + "confidence": 0.78357285, + "speaker": 1, + "speaker_confidence": 0.81884766, + "punctuated_word": "for" + }, + { + "word": "especially", + "start": 1927.8, + "end": 1928.3, + "confidence": 0.8708679, + "speaker": 1, + "speaker_confidence": 0.81884766, + "punctuated_word": "especially" + }, + { + "word": "tools", + "start": 1928.6, + "end": 1928.94, + "confidence": 0.6755522, + "speaker": 1, + "speaker_confidence": 0.81884766, + "punctuated_word": "tools" + }, + { + "word": "like", + "start": 1928.94, + "end": 1929.14, + "confidence": 0.91795725, + "speaker": 1, + "speaker_confidence": 0.81884766, + "punctuated_word": "like" + }, + { + "word": "lightning", + "start": 1929.14, + "end": 1929.64, + "confidence": 0.18973812, + "speaker": 1, + "speaker_confidence": 0.81884766, + "punctuated_word": "Lightning." + }, + { + "word": "so", + "start": 1930.32, + "end": 1930.82, + "confidence": 0.8061866, + "speaker": 1, + "speaker_confidence": 0.81884766, + "punctuated_word": "So" + }, + { + "word": "in", + "start": 1931.24, + "end": 1931.4, + "confidence": 0.86151874, + "speaker": 1, + "speaker_confidence": 0.81884766, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 1931.4, + "end": 1931.5, + "confidence": 0.51530486, + "speaker": 1, + "speaker_confidence": 0.81884766, + "punctuated_word": "the" + }, + { + "word": "lightning", + "start": 1931.5, + "end": 1931.76, + "confidence": 0.5840569, + "speaker": 1, + "speaker_confidence": 0.81884766, + "punctuated_word": "Lightning" + }, + { + "word": "network", + "start": 1931.76, + "end": 1932.26, + "confidence": 0.85993993, + "speaker": 1, + "speaker_confidence": 0.81884766, + "punctuated_word": "network," + }, + { + "word": "when", + "start": 1932.66, + "end": 1932.88, + "confidence": 0.9264452, + "speaker": 1, + "speaker_confidence": 0.6796875, + "punctuated_word": "when" + }, + { + "word": "two", + "start": 1932.88, + "end": 1933.18, + "confidence": 0.8736146, + "speaker": 1, + "speaker_confidence": 0.6796875, + "punctuated_word": "two" + }, + { + "word": "people", + "start": 1933.18, + "end": 1933.46, + "confidence": 0.9960276, + "speaker": 1, + "speaker_confidence": 0.6796875, + "punctuated_word": "people" + }, + { + "word": "have", + "start": 1933.46, + "end": 1933.64, + "confidence": 0.78201544, + "speaker": 1, + "speaker_confidence": 0.6796875, + "punctuated_word": "have" + }, + { + "word": "a", + "start": 1933.64, + "end": 1933.78, + "confidence": 0.791699, + "speaker": 1, + "speaker_confidence": 0.6796875, + "punctuated_word": "a" + }, + { + "word": "channel", + "start": 1933.78, + "end": 1934.28, + "confidence": 0.6299876, + "speaker": 1, + "speaker_confidence": 0.6796875, + "punctuated_word": "channel," + }, + { + "word": "they", + "start": 1934.54, + "end": 1934.7, + "confidence": 0.90552336, + "speaker": 1, + "speaker_confidence": 0.98339844, + "punctuated_word": "they" + }, + { + "word": "need", + "start": 1934.7, + "end": 1934.94, + "confidence": 0.8743174, + "speaker": 1, + "speaker_confidence": 0.98339844, + "punctuated_word": "need" + }, + { + "word": "to", + "start": 1934.94, + "end": 1935.06, + "confidence": 0.8835454, + "speaker": 1, + "speaker_confidence": 0.98339844, + "punctuated_word": "to" + }, + { + "word": "agree", + "start": 1935.06, + "end": 1935.56, + "confidence": 0.6358029, + "speaker": 1, + "speaker_confidence": 0.98339844, + "punctuated_word": "agree" + }, + { + "word": "on", + "start": 1935.9, + "end": 1936.02, + "confidence": 0.4819559, + "speaker": 1, + "speaker_confidence": 0.98339844, + "punctuated_word": "on" + }, + { + "word": "a", + "start": 1936.02, + "end": 1936.24, + "confidence": 0.41650972, + "speaker": 1, + "speaker_confidence": 0.98339844, + "punctuated_word": "a" + }, + { + "word": "force", + "start": 1936.24, + "end": 1936.5, + "confidence": 0.7926794, + "speaker": 1, + "speaker_confidence": 0.98339844, + "punctuated_word": "force" + }, + { + "word": "close", + "start": 1936.5, + "end": 1936.84, + "confidence": 0.7796578, + "speaker": 1, + "speaker_confidence": 0.98339844, + "punctuated_word": "close" + }, + { + "word": "transaction", + "start": 1936.84, + "end": 1937.32, + "confidence": 0.5940385, + "speaker": 1, + "speaker_confidence": 0.98339844, + "punctuated_word": "transaction" + }, + { + "word": "or", + "start": 1937.32, + "end": 1937.52, + "confidence": 0.7404067, + "speaker": 1, + "speaker_confidence": 0.98339844, + "punctuated_word": "or" + }, + { + "word": "a", + "start": 1937.52, + "end": 1937.56, + "confidence": 0.78182584, + "speaker": 1, + "speaker_confidence": 0.98339844, + "punctuated_word": "a" + }, + { + "word": "penalty", + "start": 1937.56, + "end": 1938.06, + "confidence": 0.73219985, + "speaker": 1, + "speaker_confidence": 0.98339844, + "punctuated_word": "penalty" + }, + { + "word": "transaction", + "start": 1938.06, + "end": 1938.56, + "confidence": 0.72930264, + "speaker": 1, + "speaker_confidence": 0.98339844, + "punctuated_word": "transaction." + }, + { + "word": "basically", + "start": 1939.44, + "end": 1939.94, + "confidence": 0.8285315, + "speaker": 1, + "speaker_confidence": 0.98339844, + "punctuated_word": "Basically" + }, + { + "word": "the", + "start": 1940.08, + "end": 1940.28, + "confidence": 0.8821975, + "speaker": 1, + "speaker_confidence": 0.98339844, + "punctuated_word": "the" + }, + { + "word": "transaction", + "start": 1940.28, + "end": 1940.78, + "confidence": 0.9010181, + "speaker": 1, + "speaker_confidence": 0.98339844, + "punctuated_word": "transaction" + }, + { + "word": "that", + "start": 1941.1, + "end": 1941.28, + "confidence": 0.9003833, + "speaker": 1, + "speaker_confidence": 0.98339844, + "punctuated_word": "that" + }, + { + "word": "you", + "start": 1941.28, + "end": 1941.44, + "confidence": 0.92588544, + "speaker": 1, + "speaker_confidence": 0.98339844, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 1941.44, + "end": 1941.6, + "confidence": 0.91575843, + "speaker": 1, + "speaker_confidence": 0.98339844, + "punctuated_word": "can" + }, + { + "word": "unilaterally", + "start": 1941.6, + "end": 1942.1, + "confidence": 0.897363, + "speaker": 1, + "speaker_confidence": 0.98339844, + "punctuated_word": "unilaterally" + }, + { + "word": "close", + "start": 1942.3, + "end": 1942.5, + "confidence": 0.7542169, + "speaker": 1, + "speaker_confidence": 0.98339844, + "punctuated_word": "close" + }, + { + "word": "the", + "start": 1942.5, + "end": 1942.66, + "confidence": 0.70781434, + "speaker": 1, + "speaker_confidence": 0.98339844, + "punctuated_word": "the" + }, + { + "word": "channel", + "start": 1942.66, + "end": 1942.92, + "confidence": 0.5479304, + "speaker": 1, + "speaker_confidence": 0.98339844, + "punctuated_word": "channel" + }, + { + "word": "with", + "start": 1942.92, + "end": 1943.1, + "confidence": 0.29101923, + "speaker": 1, + "speaker_confidence": 0.98339844, + "punctuated_word": "with" + }, + { + "word": "so", + "start": 1943.1, + "end": 1943.42, + "confidence": 0.99777347, + "speaker": 1, + "speaker_confidence": 0.98339844, + "punctuated_word": "so" + }, + { + "word": "if", + "start": 1943.42, + "end": 1943.6, + "confidence": 0.89722586, + "speaker": 1, + "speaker_confidence": 0.98339844, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 1943.6, + "end": 1943.8, + "confidence": 0.99037606, + "speaker": 1, + "speaker_confidence": 0.98339844, + "punctuated_word": "you" + }, + { + "word": "and", + "start": 1943.8, + "end": 1943.94, + "confidence": 0.87906456, + "speaker": 1, + "speaker_confidence": 0.98339844, + "punctuated_word": "and" + }, + { + "word": "i", + "start": 1943.94, + "end": 1944.08, + "confidence": 0.9239864, + "speaker": 1, + "speaker_confidence": 0.98339844, + "punctuated_word": "I" + }, + { + "word": "have", + "start": 1944.08, + "end": 1944.24, + "confidence": 0.79821265, + "speaker": 1, + "speaker_confidence": 0.98339844, + "punctuated_word": "have" + }, + { + "word": "a", + "start": 1944.24, + "end": 1944.32, + "confidence": 0.87479043, + "speaker": 1, + "speaker_confidence": 0.5161133, + "punctuated_word": "a" + }, + { + "word": "channel", + "start": 1944.32, + "end": 1944.6, + "confidence": 0.8026727, + "speaker": 1, + "speaker_confidence": 0.5161133, + "punctuated_word": "channel" + }, + { + "word": "and", + "start": 1944.6, + "end": 1944.78, + "confidence": 0.90381616, + "speaker": 1, + "speaker_confidence": 0.5161133, + "punctuated_word": "and" + }, + { + "word": "one", + "start": 1944.78, + "end": 1944.96, + "confidence": 0.8495168, + "speaker": 1, + "speaker_confidence": 0.5161133, + "punctuated_word": "one" + }, + { + "word": "of", + "start": 1944.96, + "end": 1945.08, + "confidence": 0.90150416, + "speaker": 1, + "speaker_confidence": 0.5161133, + "punctuated_word": "of" + }, + { + "word": "us", + "start": 1945.08, + "end": 1945.24, + "confidence": 0.8457934, + "speaker": 1, + "speaker_confidence": 0.5161133, + "punctuated_word": "us" + }, + { + "word": "is", + "start": 1945.24, + "end": 1945.36, + "confidence": 0.7726728, + "speaker": 1, + "speaker_confidence": 0.74853516, + "punctuated_word": "is" + }, + { + "word": "offline", + "start": 1945.36, + "end": 1945.86, + "confidence": 0.812242, + "speaker": 1, + "speaker_confidence": 0.74853516, + "punctuated_word": "offline" + }, + { + "word": "we", + "start": 1946.6, + "end": 1946.84, + "confidence": 0.87575525, + "speaker": 1, + "speaker_confidence": 0.74853516, + "punctuated_word": "we" + }, + { + "word": "both", + "start": 1946.84, + "end": 1947.06, + "confidence": 0.99283534, + "speaker": 1, + "speaker_confidence": 0.74853516, + "punctuated_word": "both" + }, + { + "word": "have", + "start": 1947.06, + "end": 1947.24, + "confidence": 0.39935577, + "speaker": 1, + "speaker_confidence": 0.74853516, + "punctuated_word": "have" + }, + { + "word": "a", + "start": 1947.24, + "end": 1947.34, + "confidence": 0.19409408, + "speaker": 1, + "speaker_confidence": 0.74853516, + "punctuated_word": "a" + }, + { + "word": "transaction", + "start": 1947.34, + "end": 1947.84, + "confidence": 0.9989949, + "speaker": 1, + "speaker_confidence": 0.74853516, + "punctuated_word": "transaction" + }, + { + "word": "to", + "start": 1948.02, + "end": 1948.52, + "confidence": 0.6586728, + "speaker": 1, + "speaker_confidence": 0.74853516, + "punctuated_word": "to" + }, + { + "word": "close", + "start": 1948.94, + "end": 1949.16, + "confidence": 0.82858723, + "speaker": 1, + "speaker_confidence": 0.66796875, + "punctuated_word": "close" + }, + { + "word": "the", + "start": 1949.16, + "end": 1949.34, + "confidence": 0.80684984, + "speaker": 1, + "speaker_confidence": 0.66796875, + "punctuated_word": "the" + }, + { + "word": "transaction", + "start": 1949.34, + "end": 1949.7, + "confidence": 0.77044255, + "speaker": 1, + "speaker_confidence": 0.66796875, + "punctuated_word": "transaction" + }, + { + "word": "without", + "start": 1949.7, + "end": 1950.02, + "confidence": 0.9018345, + "speaker": 1, + "speaker_confidence": 0.66796875, + "punctuated_word": "without" + }, + { + "word": "talking", + "start": 1950.02, + "end": 1950.34, + "confidence": 0.8022145, + "speaker": 1, + "speaker_confidence": 0.66796875, + "punctuated_word": "talking" + }, + { + "word": "to", + "start": 1950.34, + "end": 1950.52, + "confidence": 0.775856, + "speaker": 1, + "speaker_confidence": 0.66796875, + "punctuated_word": "to" + }, + { + "word": "the", + "start": 1950.52, + "end": 1950.66, + "confidence": 0.8216731, + "speaker": 1, + "speaker_confidence": 0.66796875, + "punctuated_word": "the" + }, + { + "word": "other", + "start": 1950.66, + "end": 1950.84, + "confidence": 0.2663844, + "speaker": 1, + "speaker_confidence": 0.66796875, + "punctuated_word": "other" + }, + { + "word": "side", + "start": 1950.84, + "end": 1951.34, + "confidence": 0.90714484, + "speaker": 1, + "speaker_confidence": 0.66796875, + "punctuated_word": "side" + }, + { + "word": "but", + "start": 1951.4, + "end": 1951.56, + "confidence": 0.88396114, + "speaker": 1, + "speaker_confidence": 0.83154297, + "punctuated_word": "But" + }, + { + "word": "we", + "start": 1951.56, + "end": 1951.72, + "confidence": 0.90309256, + "speaker": 1, + "speaker_confidence": 0.83154297, + "punctuated_word": "we" + }, + { + "word": "have", + "start": 1951.72, + "end": 1951.84, + "confidence": 0.9045454, + "speaker": 1, + "speaker_confidence": 0.83154297, + "punctuated_word": "have" + }, + { + "word": "to", + "start": 1951.84, + "end": 1951.96, + "confidence": 0.8690692, + "speaker": 1, + "speaker_confidence": 0.83154297, + "punctuated_word": "to" + }, + { + "word": "decide", + "start": 1951.96, + "end": 1952.24, + "confidence": 0.75881547, + "speaker": 1, + "speaker_confidence": 0.83154297, + "punctuated_word": "decide" + }, + { + "word": "how", + "start": 1952.24, + "end": 1952.44, + "confidence": 0.8241398, + "speaker": 1, + "speaker_confidence": 0.83154297, + "punctuated_word": "how" + }, + { + "word": "much", + "start": 1952.44, + "end": 1952.64, + "confidence": 0.7362446, + "speaker": 1, + "speaker_confidence": 0.83154297, + "punctuated_word": "much" + }, + { + "word": "fees", + "start": 1952.64, + "end": 1952.96, + "confidence": 0.6336783, + "speaker": 1, + "speaker_confidence": 0.83154297, + "punctuated_word": "fees" + }, + { + "word": "go", + "start": 1952.96, + "end": 1953.24, + "confidence": 0.83103925, + "speaker": 1, + "speaker_confidence": 0.83154297, + "punctuated_word": "go" + }, + { + "word": "into", + "start": 1953.24, + "end": 1953.48, + "confidence": 0.74543405, + "speaker": 1, + "speaker_confidence": 0.83154297, + "punctuated_word": "into" + }, + { + "word": "that", + "start": 1953.48, + "end": 1953.64, + "confidence": 0.3451612, + "speaker": 1, + "speaker_confidence": 0.83154297, + "punctuated_word": "that" + }, + { + "word": "transaction", + "start": 1953.64, + "end": 1954.06, + "confidence": 0.36771235, + "speaker": 1, + "speaker_confidence": 0.83154297, + "punctuated_word": "transaction." + }, + { + "word": "and", + "start": 1954.06, + "end": 1954.2, + "confidence": 0.8962699, + "speaker": 1, + "speaker_confidence": 0.83154297, + "punctuated_word": "And" + }, + { + "word": "we", + "start": 1954.2, + "end": 1954.34, + "confidence": 0.9999622, + "speaker": 1, + "speaker_confidence": 0.83154297, + "punctuated_word": "we" + }, + { + "word": "don't", + "start": 1954.34, + "end": 1954.54, + "confidence": 0.8153222, + "speaker": 1, + "speaker_confidence": 0.83154297, + "punctuated_word": "don't" + }, + { + "word": "know", + "start": 1954.54, + "end": 1954.76, + "confidence": 0.7841642, + "speaker": 1, + "speaker_confidence": 0.83154297, + "punctuated_word": "know" + }, + { + "word": "how", + "start": 1954.76, + "end": 1954.94, + "confidence": 0.81300825, + "speaker": 1, + "speaker_confidence": 0.83154297, + "punctuated_word": "how" + }, + { + "word": "much", + "start": 1954.94, + "end": 1955.16, + "confidence": 0.8129353, + "speaker": 1, + "speaker_confidence": 0.83154297, + "punctuated_word": "much" + }, + { + "word": "fees", + "start": 1955.16, + "end": 1955.66, + "confidence": 0.90452456, + "speaker": 1, + "speaker_confidence": 0.83154297, + "punctuated_word": "fees" + }, + { + "word": "the", + "start": 1955.9, + "end": 1956.06, + "confidence": 0.84560204, + "speaker": 1, + "speaker_confidence": 0.83154297, + "punctuated_word": "the" + }, + { + "word": "future", + "start": 1956.06, + "end": 1956.42, + "confidence": 0.82777894, + "speaker": 1, + "speaker_confidence": 0.83154297, + "punctuated_word": "future" + }, + { + "word": "is", + "start": 1956.42, + "end": 1956.56, + "confidence": 0.9063236, + "speaker": 1, + "speaker_confidence": 0.83154297, + "punctuated_word": "is" + }, + { + "word": "going", + "start": 1956.56, + "end": 1956.72, + "confidence": 0.796894, + "speaker": 1, + "speaker_confidence": 0.54833984, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 1956.72, + "end": 1956.82, + "confidence": 0.9725357, + "speaker": 1, + "speaker_confidence": 0.54833984, + "punctuated_word": "to" + }, + { + "word": "hold", + "start": 1956.82, + "end": 1957.04, + "confidence": 0.45987213, + "speaker": 1, + "speaker_confidence": 0.54833984, + "punctuated_word": "hold." + }, + { + "word": "so", + "start": 1957.04, + "end": 1957.2, + "confidence": 0.99959856, + "speaker": 1, + "speaker_confidence": 0.54833984, + "punctuated_word": "So" + }, + { + "word": "that's", + "start": 1957.2, + "end": 1957.44, + "confidence": 0.7794818, + "speaker": 1, + "speaker_confidence": 0.54833984, + "punctuated_word": "that's" + }, + { + "word": "always", + "start": 1957.44, + "end": 1957.76, + "confidence": 0.9997409, + "speaker": 1, + "speaker_confidence": 0.54833984, + "punctuated_word": "always" + }, + { + "word": "been", + "start": 1957.76, + "end": 1957.92, + "confidence": 0.88279516, + "speaker": 1, + "speaker_confidence": 0.54833984, + "punctuated_word": "been" + }, + { + "word": "a", + "start": 1957.92, + "end": 1958.0, + "confidence": 0.9069809, + "speaker": 1, + "speaker_confidence": 0.90625, + "punctuated_word": "a" + }, + { + "word": "bit", + "start": 1958.0, + "end": 1958.2, + "confidence": 0.9790522, + "speaker": 1, + "speaker_confidence": 0.90625, + "punctuated_word": "bit" + }, + { + "word": "of", + "start": 1958.2, + "end": 1958.36, + "confidence": 0.7512417, + "speaker": 1, + "speaker_confidence": 0.90625, + "punctuated_word": "of" + }, + { + "word": "a", + "start": 1958.36, + "end": 1958.52, + "confidence": 0.880397, + "speaker": 1, + "speaker_confidence": 0.90625, + "punctuated_word": "a" + }, + { + "word": "complexity", + "start": 1958.52, + "end": 1959.02, + "confidence": 0.8010176, + "speaker": 1, + "speaker_confidence": 0.90625, + "punctuated_word": "complexity" + }, + { + "word": "in", + "start": 1959.1, + "end": 1959.24, + "confidence": 0.9606913, + "speaker": 1, + "speaker_confidence": 0.90625, + "punctuated_word": "in" + }, + { + "word": "lightning", + "start": 1959.24, + "end": 1959.74, + "confidence": 0.4009212, + "speaker": 1, + "speaker_confidence": 0.90625, + "punctuated_word": "Lightning." + }, + { + "word": "and", + "start": 1959.86, + "end": 1960.08, + "confidence": 0.80376124, + "speaker": 1, + "speaker_confidence": 0.90625, + "punctuated_word": "And" + }, + { + "word": "the", + "start": 1960.08, + "end": 1960.24, + "confidence": 0.8342479, + "speaker": 1, + "speaker_confidence": 0.90625, + "punctuated_word": "the" + }, + { + "word": "general", + "start": 1960.24, + "end": 1960.58, + "confidence": 0.9095048, + "speaker": 1, + "speaker_confidence": 0.90625, + "punctuated_word": "general" + }, + { + "word": "solution", + "start": 1960.58, + "end": 1960.96, + "confidence": 0.8822787, + "speaker": 1, + "speaker_confidence": 0.90625, + "punctuated_word": "solution" + }, + { + "word": "to", + "start": 1960.96, + "end": 1961.12, + "confidence": 0.87568766, + "speaker": 1, + "speaker_confidence": 0.90625, + "punctuated_word": "to" + }, + { + "word": "that", + "start": 1961.12, + "end": 1961.32, + "confidence": 0.6288207, + "speaker": 1, + "speaker_confidence": 0.90625, + "punctuated_word": "that" + }, + { + "word": "is", + "start": 1961.32, + "end": 1961.48, + "confidence": 0.9995989, + "speaker": 1, + "speaker_confidence": 0.90625, + "punctuated_word": "is" + }, + { + "word": "anchors", + "start": 1961.48, + "end": 1961.98, + "confidence": 0.7146546, + "speaker": 1, + "speaker_confidence": 0.90625, + "punctuated_word": "anchors," + }, + { + "word": "where", + "start": 1962.04, + "end": 1962.34, + "confidence": 0.6855976, + "speaker": 1, + "speaker_confidence": 0.90625, + "punctuated_word": "where" + }, + { + "word": "you", + "start": 1962.34, + "end": 1962.84, + "confidence": 0.76815593, + "speaker": 1, + "speaker_confidence": 0.90625, + "punctuated_word": "you" + }, + { + "word": "allow", + "start": 1963.06, + "end": 1963.56, + "confidence": 0.90020084, + "speaker": 1, + "speaker_confidence": 0.90625, + "punctuated_word": "allow" + }, + { + "word": "yourself", + "start": 1964.14, + "end": 1964.64, + "confidence": 0.8104514, + "speaker": 1, + "speaker_confidence": 0.90625, + "punctuated_word": "yourself" + }, + { + "word": "to", + "start": 1964.7, + "end": 1964.86, + "confidence": 0.99168396, + "speaker": 1, + "speaker_confidence": 0.90625, + "punctuated_word": "to" + }, + { + "word": "add", + "start": 1964.86, + "end": 1965.08, + "confidence": 0.8598586, + "speaker": 1, + "speaker_confidence": 0.90625, + "punctuated_word": "add" + }, + { + "word": "a", + "start": 1965.08, + "end": 1965.18, + "confidence": 0.73727393, + "speaker": 1, + "speaker_confidence": 0.90625, + "punctuated_word": "a" + }, + { + "word": "transaction", + "start": 1965.18, + "end": 1965.68, + "confidence": 0.9806661, + "speaker": 1, + "speaker_confidence": 0.90625, + "punctuated_word": "transaction" + }, + { + "word": "later", + "start": 1965.9, + "end": 1966.36, + "confidence": 0.5543669, + "speaker": 1, + "speaker_confidence": 0.90625, + "punctuated_word": "later," + }, + { + "word": "a", + "start": 1966.36, + "end": 1966.52, + "confidence": 0.4764386, + "speaker": 1, + "speaker_confidence": 0.90625, + "punctuated_word": "a" + }, + { + "word": "child", + "start": 1966.52, + "end": 1966.84, + "confidence": 0.9999753, + "speaker": 1, + "speaker_confidence": 0.90625, + "punctuated_word": "child" + }, + { + "word": "transaction", + "start": 1966.84, + "end": 1967.28, + "confidence": 0.9269431, + "speaker": 1, + "speaker_confidence": 0.90625, + "punctuated_word": "transaction" + }, + { + "word": "later", + "start": 1967.28, + "end": 1967.78, + "confidence": 0.05467482, + "speaker": 1, + "speaker_confidence": 0.90625, + "punctuated_word": "later." + }, + { + "word": "and", + "start": 1968.72, + "end": 1968.88, + "confidence": 0.7310644, + "speaker": 1, + "speaker_confidence": 0.2421875, + "punctuated_word": "And" + }, + { + "word": "there", + "start": 1968.88, + "end": 1969.02, + "confidence": 0.69835895, + "speaker": 1, + "speaker_confidence": 0.2421875, + "punctuated_word": "there" + }, + { + "word": "are", + "start": 1969.02, + "end": 1969.14, + "confidence": 0.6621599, + "speaker": 1, + "speaker_confidence": 0.2421875, + "punctuated_word": "are" + }, + { + "word": "different", + "start": 1969.14, + "end": 1969.36, + "confidence": 0.88201934, + "speaker": 1, + "speaker_confidence": 0.67578125, + "punctuated_word": "different" + }, + { + "word": "mechanisms", + "start": 1969.36, + "end": 1969.86, + "confidence": 0.904309, + "speaker": 1, + "speaker_confidence": 0.67578125, + "punctuated_word": "mechanisms" + }, + { + "word": "to", + "start": 1969.86, + "end": 1969.98, + "confidence": 0.87071234, + "speaker": 1, + "speaker_confidence": 0.67578125, + "punctuated_word": "to" + }, + { + "word": "do", + "start": 1969.98, + "end": 1970.18, + "confidence": 0.83397704, + "speaker": 1, + "speaker_confidence": 0.67578125, + "punctuated_word": "do" + }, + { + "word": "that", + "start": 1970.18, + "end": 1970.5, + "confidence": 0.54407233, + "speaker": 1, + "speaker_confidence": 0.67578125, + "punctuated_word": "that." + }, + { + "word": "and", + "start": 1970.5, + "end": 1970.68, + "confidence": 0.89483505, + "speaker": 1, + "speaker_confidence": 0.67578125, + "punctuated_word": "And" + }, + { + "word": "a", + "start": 1970.68, + "end": 1970.74, + "confidence": 0.90707344, + "speaker": 1, + "speaker_confidence": 0.67578125, + "punctuated_word": "a" + }, + { + "word": "lot", + "start": 1970.74, + "end": 1970.88, + "confidence": 0.7323069, + "speaker": 1, + "speaker_confidence": 0.67578125, + "punctuated_word": "lot" + }, + { + "word": "of", + "start": 1970.88, + "end": 1971.02, + "confidence": 0.1844885, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "of" + }, + { + "word": "them", + "start": 1971.02, + "end": 1971.16, + "confidence": 0.8283251, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "them" + }, + { + "word": "separate", + "start": 1971.16, + "end": 1971.46, + "confidence": 0.9009539, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "separate" + }, + { + "word": "from", + "start": 1971.46, + "end": 1971.68, + "confidence": 0.9694415, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "from" + }, + { + "word": "pinning", + "start": 1971.68, + "end": 1972.02, + "confidence": 0.7050069, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "pinning" + }, + { + "word": "attacks", + "start": 1972.02, + "end": 1972.52, + "confidence": 0.41777804, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "attacks," + }, + { + "word": "where", + "start": 1973.02, + "end": 1973.2, + "confidence": 0.84128547, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "where" + }, + { + "word": "you", + "start": 1973.2, + "end": 1973.42, + "confidence": 0.82179, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "you" + }, + { + "word": "would", + "start": 1973.42, + "end": 1973.66, + "confidence": 0.99887985, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "would" + }, + { + "word": "add", + "start": 1973.66, + "end": 1973.84, + "confidence": 0.8064591, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "add" + }, + { + "word": "a", + "start": 1973.84, + "end": 1973.98, + "confidence": 0.7192619, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "a" + }, + { + "word": "transaction", + "start": 1973.98, + "end": 1974.32, + "confidence": 0.13579924, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "transaction," + }, + { + "word": "but", + "start": 1974.32, + "end": 1974.48, + "confidence": 0.8681346, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "but" + }, + { + "word": "somebody", + "start": 1974.48, + "end": 1974.84, + "confidence": 0.82082796, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "somebody" + }, + { + "word": "else", + "start": 1974.84, + "end": 1975.02, + "confidence": 0.7907407, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "else" + }, + { + "word": "would", + "start": 1975.02, + "end": 1975.2, + "confidence": 0.8271171, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "would" + }, + { + "word": "add", + "start": 1975.2, + "end": 1975.38, + "confidence": 0.8170106, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "add" + }, + { + "word": "another", + "start": 1975.38, + "end": 1975.64, + "confidence": 0.80577064, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "another" + }, + { + "word": "one", + "start": 1975.64, + "end": 1976.0, + "confidence": 0.17345424, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "one" + }, + { + "word": "and", + "start": 1976.0, + "end": 1976.2, + "confidence": 0.99975103, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "and" + }, + { + "word": "you", + "start": 1976.2, + "end": 1976.32, + "confidence": 0.9995957, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "you" + }, + { + "word": "wouldn't", + "start": 1976.32, + "end": 1976.6, + "confidence": 0.90503925, + "speaker": 1, + "speaker_confidence": 0.8964844, + "punctuated_word": "wouldn't" + }, + { + "word": "be", + "start": 1976.6, + "end": 1976.66, + "confidence": 0.9134373, + "speaker": 1, + "speaker_confidence": 0.6152344, + "punctuated_word": "be" + }, + { + "word": "able", + "start": 1976.66, + "end": 1976.84, + "confidence": 0.71362025, + "speaker": 1, + "speaker_confidence": 0.6152344, + "punctuated_word": "able" + }, + { + "word": "to", + "start": 1976.84, + "end": 1976.96, + "confidence": 0.8976084, + "speaker": 1, + "speaker_confidence": 0.6152344, + "punctuated_word": "to" + }, + { + "word": "bump", + "start": 1976.96, + "end": 1977.18, + "confidence": 0.6937681, + "speaker": 1, + "speaker_confidence": 0.6152344, + "punctuated_word": "bump" + }, + { + "word": "it", + "start": 1977.18, + "end": 1977.44, + "confidence": 0.81422174, + "speaker": 1, + "speaker_confidence": 0.6152344, + "punctuated_word": "it" + }, + { + "word": "and", + "start": 1977.44, + "end": 1977.7, + "confidence": 0.8303757, + "speaker": 1, + "speaker_confidence": 0.6152344, + "punctuated_word": "and" + }, + { + "word": "it", + "start": 1977.7, + "end": 1977.88, + "confidence": 0.8657328, + "speaker": 1, + "speaker_confidence": 0.6152344, + "punctuated_word": "it" + }, + { + "word": "would", + "start": 1977.88, + "end": 1978.04, + "confidence": 0.8675627, + "speaker": 1, + "speaker_confidence": 0.6152344, + "punctuated_word": "would" + }, + { + "word": "never", + "start": 1978.04, + "end": 1978.28, + "confidence": 0.83387, + "speaker": 1, + "speaker_confidence": 0.6152344, + "punctuated_word": "never" + }, + { + "word": "get", + "start": 1978.28, + "end": 1978.44, + "confidence": 0.83342236, + "speaker": 1, + "speaker_confidence": 0.6152344, + "punctuated_word": "get" + }, + { + "word": "confirmed", + "start": 1978.44, + "end": 1978.84, + "confidence": 0.8802362, + "speaker": 1, + "speaker_confidence": 0.6152344, + "punctuated_word": "confirmed" + }, + { + "word": "and", + "start": 1978.84, + "end": 1978.94, + "confidence": 0.7935941, + "speaker": 1, + "speaker_confidence": 0.6152344, + "punctuated_word": "and" + }, + { + "word": "you'd", + "start": 1978.94, + "end": 1979.14, + "confidence": 0.893991, + "speaker": 1, + "speaker_confidence": 0.734375, + "punctuated_word": "you'd" + }, + { + "word": "be", + "start": 1979.14, + "end": 1979.28, + "confidence": 0.7977073, + "speaker": 1, + "speaker_confidence": 0.734375, + "punctuated_word": "be" + }, + { + "word": "too", + "start": 1979.28, + "end": 1979.48, + "confidence": 0.26416022, + "speaker": 1, + "speaker_confidence": 0.734375, + "punctuated_word": "too" + }, + { + "word": "late", + "start": 1979.48, + "end": 1979.86, + "confidence": 0.9997211, + "speaker": 1, + "speaker_confidence": 0.734375, + "punctuated_word": "late" + }, + { + "word": "and", + "start": 1979.86, + "end": 1980.36, + "confidence": 0.7246827, + "speaker": 1, + "speaker_confidence": 0.734375, + "punctuated_word": "and" + }, + { + "word": "people", + "start": 1980.4, + "end": 1980.7, + "confidence": 0.9880597, + "speaker": 1, + "speaker_confidence": 0.734375, + "punctuated_word": "people" + }, + { + "word": "cry", + "start": 1980.7, + "end": 1981.2, + "confidence": 0.06137155, + "speaker": 1, + "speaker_confidence": 0.734375, + "punctuated_word": "cry." + }, + { + "word": "people", + "start": 1983.28, + "end": 1983.64, + "confidence": 0.8957692, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "People" + }, + { + "word": "came", + "start": 1983.64, + "end": 1983.82, + "confidence": 0.80260974, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "came" + }, + { + "word": "up", + "start": 1983.82, + "end": 1984.0, + "confidence": 0.78331095, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "up" + }, + { + "word": "with", + "start": 1984.0, + "end": 1984.2, + "confidence": 0.81040096, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "with" + }, + { + "word": "the", + "start": 1984.2, + "end": 1984.38, + "confidence": 0.85305715, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "the" + }, + { + "word": "concept", + "start": 1984.38, + "end": 1984.82, + "confidence": 0.50487787, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "concept" + }, + { + "word": "of", + "start": 1984.82, + "end": 1985.2, + "confidence": 0.82823366, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "of" + }, + { + "word": "ephemeral", + "start": 1985.2, + "end": 1985.7, + "confidence": 0.9931359, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "ephemeral" + }, + { + "word": "dust", + "start": 1985.74, + "end": 1986.24, + "confidence": 0.13891898, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "dust," + }, + { + "word": "which", + "start": 1986.66, + "end": 1986.96, + "confidence": 0.88344127, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "which" + }, + { + "word": "is", + "start": 1986.96, + "end": 1987.12, + "confidence": 0.81262237, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "is" + }, + { + "word": "not", + "start": 1987.12, + "end": 1987.36, + "confidence": 0.46386403, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "not" + }, + { + "word": "the", + "start": 1987.36, + "end": 1987.48, + "confidence": 0.7216212, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "the" + }, + { + "word": "finnish", + "start": 1987.48, + "end": 1987.8, + "confidence": 0.7345137, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "Finnish" + }, + { + "word": "metal", + "start": 1987.8, + "end": 1988.04, + "confidence": 0.69068205, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "metal" + }, + { + "word": "band", + "start": 1988.04, + "end": 1988.54, + "confidence": 0.7672962, + "speaker": 1, + "speaker_confidence": 0.92578125, + "punctuated_word": "band," + }, + { + "word": "which", + "start": 1990.52, + "end": 1990.76, + "confidence": 0.7962914, + "speaker": 1, + "speaker_confidence": 0.7895508, + "punctuated_word": "which" + }, + { + "word": "basically", + "start": 1990.76, + "end": 1991.26, + "confidence": 0.88957804, + "speaker": 1, + "speaker_confidence": 0.7895508, + "punctuated_word": "basically" + }, + { + "word": "lets", + "start": 1991.84, + "end": 1992.26, + "confidence": 0.83032036, + "speaker": 1, + "speaker_confidence": 0.7895508, + "punctuated_word": "lets" + }, + { + "word": "you", + "start": 1992.26, + "end": 1992.44, + "confidence": 0.9478544, + "speaker": 1, + "speaker_confidence": 0.7895508, + "punctuated_word": "you" + }, + { + "word": "make", + "start": 1992.44, + "end": 1992.6, + "confidence": 0.17050652, + "speaker": 1, + "speaker_confidence": 0.7895508, + "punctuated_word": "make" + }, + { + "word": "a", + "start": 1992.6, + "end": 1992.72, + "confidence": 0.9928276, + "speaker": 1, + "speaker_confidence": 0.7895508, + "punctuated_word": "a" + }, + { + "word": "transaction", + "start": 1992.72, + "end": 1993.22, + "confidence": 0.9883256, + "speaker": 1, + "speaker_confidence": 0.7895508, + "punctuated_word": "transaction" + }, + { + "word": "with", + "start": 1993.32, + "end": 1993.54, + "confidence": 0.712594, + "speaker": 1, + "speaker_confidence": 0.7895508, + "punctuated_word": "with" + }, + { + "word": "a", + "start": 1993.54, + "end": 1994.04, + "confidence": 0.69783145, + "speaker": 1, + "speaker_confidence": 0.7895508, + "punctuated_word": "a" + }, + { + "word": "zero", + "start": 1995.06, + "end": 1995.22, + "confidence": 0.821867, + "speaker": 1, + "speaker_confidence": 0.7895508, + "punctuated_word": "zero" + }, + { + "word": "fee", + "start": 1995.22, + "end": 1995.48, + "confidence": 0.8482341, + "speaker": 1, + "speaker_confidence": 0.7895508, + "punctuated_word": "fee," + }, + { + "word": "zero", + "start": 1995.48, + "end": 1995.8, + "confidence": 0.76712763, + "speaker": 1, + "speaker_confidence": 0.7895508, + "punctuated_word": "zero" + }, + { + "word": "amount", + "start": 1995.8, + "end": 1996.28, + "confidence": 0.6918476, + "speaker": 1, + "speaker_confidence": 0.7895508, + "punctuated_word": "amount" + }, + { + "word": "output", + "start": 1996.28, + "end": 1996.78, + "confidence": 0.054580927, + "speaker": 1, + "speaker_confidence": 0.7895508, + "punctuated_word": "output." + }, + { + "word": "and", + "start": 1998.5, + "end": 1998.66, + "confidence": 0.66805357, + "speaker": 1, + "speaker_confidence": 0.89746094, + "punctuated_word": "And" + }, + { + "word": "then", + "start": 1998.66, + "end": 1998.84, + "confidence": 0.7442613, + "speaker": 1, + "speaker_confidence": 0.89746094, + "punctuated_word": "then" + }, + { + "word": "the", + "start": 1998.84, + "end": 1999.06, + "confidence": 0.69384253, + "speaker": 1, + "speaker_confidence": 0.89746094, + "punctuated_word": "the" + }, + { + "word": "child", + "start": 1999.06, + "end": 1999.54, + "confidence": 0.8345855, + "speaker": 1, + "speaker_confidence": 0.89746094, + "punctuated_word": "child" + }, + { + "word": "spends", + "start": 1999.54, + "end": 1999.96, + "confidence": 0.8075928, + "speaker": 1, + "speaker_confidence": 0.89746094, + "punctuated_word": "spends" + }, + { + "word": "that", + "start": 1999.96, + "end": 2000.2, + "confidence": 0.7786245, + "speaker": 1, + "speaker_confidence": 0.89746094, + "punctuated_word": "that" + }, + { + "word": "zero", + "start": 2000.2, + "end": 2000.44, + "confidence": 0.89609367, + "speaker": 1, + "speaker_confidence": 0.89746094, + "punctuated_word": "zero" + }, + { + "word": "fee", + "start": 2000.44, + "end": 2000.74, + "confidence": 0.66784865, + "speaker": 1, + "speaker_confidence": 0.89746094, + "punctuated_word": "fee," + }, + { + "word": "zero", + "start": 2000.74, + "end": 2000.94, + "confidence": 0.7807014, + "speaker": 1, + "speaker_confidence": 0.89746094, + "punctuated_word": "zero" + }, + { + "word": "transaction", + "start": 2000.94, + "end": 2001.44, + "confidence": 0.14165652, + "speaker": 1, + "speaker_confidence": 0.89746094, + "punctuated_word": "transaction" + }, + { + "word": "output", + "start": 2001.48, + "end": 2001.9, + "confidence": 0.399163, + "speaker": 1, + "speaker_confidence": 0.89746094, + "punctuated_word": "output" + }, + { + "word": "and", + "start": 2001.9, + "end": 2002.08, + "confidence": 0.8133433, + "speaker": 1, + "speaker_confidence": 0.89746094, + "punctuated_word": "and" + }, + { + "word": "pays", + "start": 2002.08, + "end": 2002.36, + "confidence": 0.77505493, + "speaker": 1, + "speaker_confidence": 0.89746094, + "punctuated_word": "pays" + }, + { + "word": "whatever", + "start": 2002.36, + "end": 2002.6, + "confidence": 0.88608676, + "speaker": 1, + "speaker_confidence": 0.89746094, + "punctuated_word": "whatever" + }, + { + "word": "fee", + "start": 2002.6, + "end": 2002.9, + "confidence": 0.88840556, + "speaker": 1, + "speaker_confidence": 0.89746094, + "punctuated_word": "fee" + }, + { + "word": "is", + "start": 2002.9, + "end": 2003.04, + "confidence": 0.41663572, + "speaker": 1, + "speaker_confidence": 0.89746094, + "punctuated_word": "is" + }, + { + "word": "necessary", + "start": 2003.04, + "end": 2003.44, + "confidence": 0.8368799, + "speaker": 1, + "speaker_confidence": 0.89746094, + "punctuated_word": "necessary" + }, + { + "word": "and", + "start": 2003.44, + "end": 2003.66, + "confidence": 0.89080215, + "speaker": 1, + "speaker_confidence": 0.89746094, + "punctuated_word": "and" + }, + { + "word": "can", + "start": 2003.66, + "end": 2003.86, + "confidence": 0.7803662, + "speaker": 1, + "speaker_confidence": 0.89746094, + "punctuated_word": "can" + }, + { + "word": "decide", + "start": 2003.86, + "end": 2004.14, + "confidence": 0.8864137, + "speaker": 1, + "speaker_confidence": 0.89746094, + "punctuated_word": "decide" + }, + { + "word": "that", + "start": 2004.14, + "end": 2004.28, + "confidence": 0.82038265, + "speaker": 1, + "speaker_confidence": 0.89746094, + "punctuated_word": "that" + }, + { + "word": "at", + "start": 2004.28, + "end": 2004.44, + "confidence": 0.8208366, + "speaker": 1, + "speaker_confidence": 0.89746094, + "punctuated_word": "at" + }, + { + "word": "the", + "start": 2004.44, + "end": 2004.6, + "confidence": 0.906066, + "speaker": 1, + "speaker_confidence": 0.89746094, + "punctuated_word": "the" + }, + { + "word": "last", + "start": 2004.6, + "end": 2004.84, + "confidence": 0.9853, + "speaker": 1, + "speaker_confidence": 0.89746094, + "punctuated_word": "last" + }, + { + "word": "moment", + "start": 2004.84, + "end": 2005.34, + "confidence": 0.06321348, + "speaker": 1, + "speaker_confidence": 0.89746094, + "punctuated_word": "moment." + }, + { + "word": "yeah", + "start": 2005.64, + "end": 2006.04, + "confidence": 0.8800307, + "speaker": 0, + "speaker_confidence": 0.5019531, + "punctuated_word": "Yeah," + }, + { + "word": "and", + "start": 2006.04, + "end": 2006.54, + "confidence": 0.90625256, + "speaker": 0, + "speaker_confidence": 0.5019531, + "punctuated_word": "and" + }, + { + "word": "to", + "start": 2006.9, + "end": 2007.1, + "confidence": 0.87803495, + "speaker": 0, + "speaker_confidence": 0.5019531, + "punctuated_word": "to" + }, + { + "word": "do", + "start": 2007.1, + "end": 2007.26, + "confidence": 0.567596, + "speaker": 0, + "speaker_confidence": 0.5019531, + "punctuated_word": "do" + }, + { + "word": "that", + "start": 2007.26, + "end": 2007.56, + "confidence": 0.6301875, + "speaker": 0, + "speaker_confidence": 0.5019531, + "punctuated_word": "that," + }, + { + "word": "you", + "start": 2007.56, + "end": 2007.72, + "confidence": 0.8649151, + "speaker": 0, + "speaker_confidence": 0.5019531, + "punctuated_word": "you" + }, + { + "word": "of", + "start": 2007.72, + "end": 2007.86, + "confidence": 0.7460451, + "speaker": 0, + "speaker_confidence": 0.5761719, + "punctuated_word": "of" + }, + { + "word": "course", + "start": 2007.86, + "end": 2008.18, + "confidence": 0.8982062, + "speaker": 0, + "speaker_confidence": 0.5761719, + "punctuated_word": "course" + }, + { + "word": "have", + "start": 2008.18, + "end": 2008.34, + "confidence": 0.7962355, + "speaker": 0, + "speaker_confidence": 0.5761719, + "punctuated_word": "have" + }, + { + "word": "to", + "start": 2008.34, + "end": 2008.58, + "confidence": 0.72618574, + "speaker": 0, + "speaker_confidence": 0.5761719, + "punctuated_word": "to" + }, + { + "word": "add", + "start": 2008.58, + "end": 2008.9, + "confidence": 0.89830774, + "speaker": 0, + "speaker_confidence": 0.5761719, + "punctuated_word": "add" + }, + { + "word": "some", + "start": 2008.9, + "end": 2009.22, + "confidence": 0.81592506, + "speaker": 0, + "speaker_confidence": 0.5761719, + "punctuated_word": "some" + }, + { + "word": "of", + "start": 2009.22, + "end": 2009.38, + "confidence": 0.7993586, + "speaker": 0, + "speaker_confidence": 0.5761719, + "punctuated_word": "of" + }, + { + "word": "your", + "start": 2009.38, + "end": 2009.62, + "confidence": 0.8100688, + "speaker": 0, + "speaker_confidence": 0.8564453, + "punctuated_word": "your" + }, + { + "word": "own", + "start": 2009.62, + "end": 2010.1, + "confidence": 0.5666083, + "speaker": 0, + "speaker_confidence": 0.8564453, + "punctuated_word": "own" + }, + { + "word": "coins", + "start": 2010.1, + "end": 2010.54, + "confidence": 0.775747, + "speaker": 0, + "speaker_confidence": 0.8564453, + "punctuated_word": "coins" + }, + { + "word": "then", + "start": 2010.54, + "end": 2010.86, + "confidence": 0.1997798, + "speaker": 0, + "speaker_confidence": 0.8564453, + "punctuated_word": "then." + }, + { + "word": "and", + "start": 2010.86, + "end": 2011.36, + "confidence": 0.86960346, + "speaker": 0, + "speaker_confidence": 0.8564453, + "punctuated_word": "And" + }, + { + "word": "basically", + "start": 2011.5, + "end": 2011.86, + "confidence": 0.89777416, + "speaker": 0, + "speaker_confidence": 0.8564453, + "punctuated_word": "basically" + }, + { + "word": "what", + "start": 2011.86, + "end": 2012.06, + "confidence": 0.94227195, + "speaker": 0, + "speaker_confidence": 0.8564453, + "punctuated_word": "what" + }, + { + "word": "you're", + "start": 2012.06, + "end": 2012.22, + "confidence": 0.9150273, + "speaker": 0, + "speaker_confidence": 0.8564453, + "punctuated_word": "you're" + }, + { + "word": "doing", + "start": 2012.22, + "end": 2012.5, + "confidence": 0.86607414, + "speaker": 0, + "speaker_confidence": 0.8564453, + "punctuated_word": "doing" + }, + { + "word": "is", + "start": 2012.5, + "end": 2012.66, + "confidence": 0.58093184, + "speaker": 0, + "speaker_confidence": 0.8564453, + "punctuated_word": "is" + }, + { + "word": "you", + "start": 2012.66, + "end": 2012.8, + "confidence": 0.87069994, + "speaker": 0, + "speaker_confidence": 0.8564453, + "punctuated_word": "you" + }, + { + "word": "spend", + "start": 2012.8, + "end": 2013.22, + "confidence": 0.6343067, + "speaker": 0, + "speaker_confidence": 0.8564453, + "punctuated_word": "spend" + }, + { + "word": "that", + "start": 2013.22, + "end": 2013.46, + "confidence": 0.8278738, + "speaker": 0, + "speaker_confidence": 0.8564453, + "punctuated_word": "that" + }, + { + "word": "zero", + "start": 2013.46, + "end": 2013.8, + "confidence": 0.7694303, + "speaker": 0, + "speaker_confidence": 0.8564453, + "punctuated_word": "zero" + }, + { + "word": "amount", + "start": 2013.8, + "end": 2014.16, + "confidence": 0.546302, + "speaker": 0, + "speaker_confidence": 0.8564453, + "punctuated_word": "amount" + }, + { + "word": "output", + "start": 2014.16, + "end": 2014.66, + "confidence": 0.7321838, + "speaker": 0, + "speaker_confidence": 0.8564453, + "punctuated_word": "output" + }, + { + "word": "to", + "start": 2014.94, + "end": 2015.28, + "confidence": 0.6471372, + "speaker": 0, + "speaker_confidence": 0.8564453, + "punctuated_word": "to" + }, + { + "word": "yourself", + "start": 2015.28, + "end": 2015.78, + "confidence": 0.998615, + "speaker": 0, + "speaker_confidence": 0.8564453, + "punctuated_word": "yourself" + }, + { + "word": "in", + "start": 2016.1, + "end": 2016.28, + "confidence": 0.8179098, + "speaker": 0, + "speaker_confidence": 0.8564453, + "punctuated_word": "in" + }, + { + "word": "combination", + "start": 2016.28, + "end": 2016.78, + "confidence": 0.8050588, + "speaker": 0, + "speaker_confidence": 0.8564453, + "punctuated_word": "combination" + }, + { + "word": "with", + "start": 2016.94, + "end": 2017.2, + "confidence": 0.87001854, + "speaker": 0, + "speaker_confidence": 0.8564453, + "punctuated_word": "with" + }, + { + "word": "some", + "start": 2017.2, + "end": 2017.38, + "confidence": 0.83358526, + "speaker": 0, + "speaker_confidence": 0.8564453, + "punctuated_word": "some" + }, + { + "word": "real", + "start": 2017.38, + "end": 2017.6, + "confidence": 0.54806244, + "speaker": 0, + "speaker_confidence": 0.8564453, + "punctuated_word": "real" + }, + { + "word": "money", + "start": 2017.6, + "end": 2018.1, + "confidence": 0.21569426, + "speaker": 0, + "speaker_confidence": 0.8564453, + "punctuated_word": "money" + }, + { + "word": "bitcoin", + "start": 2018.24, + "end": 2018.74, + "confidence": 0.3615737, + "speaker": 0, + "speaker_confidence": 0.8564453, + "punctuated_word": "bitcoin" + }, + { + "word": "sats", + "start": 2018.94, + "end": 2019.34, + "confidence": 0.87040234, + "speaker": 0, + "speaker_confidence": 0.8564453, + "punctuated_word": "sats" + }, + { + "word": "that", + "start": 2019.34, + "end": 2019.48, + "confidence": 0.95580757, + "speaker": 0, + "speaker_confidence": 0.7910156, + "punctuated_word": "that" + }, + { + "word": "you're", + "start": 2019.48, + "end": 2019.68, + "confidence": 0.73834354, + "speaker": 0, + "speaker_confidence": 0.7910156, + "punctuated_word": "you're" + }, + { + "word": "sending", + "start": 2019.68, + "end": 2020.02, + "confidence": 0.7467515, + "speaker": 0, + "speaker_confidence": 0.7910156, + "punctuated_word": "sending" + }, + { + "word": "to", + "start": 2020.02, + "end": 2020.24, + "confidence": 0.6816105, + "speaker": 0, + "speaker_confidence": 0.7910156, + "punctuated_word": "to" + }, + { + "word": "yourself", + "start": 2020.24, + "end": 2020.74, + "confidence": 0.85963315, + "speaker": 0, + "speaker_confidence": 0.7910156, + "punctuated_word": "yourself" + }, + { + "word": "and", + "start": 2020.96, + "end": 2021.14, + "confidence": 0.60531574, + "speaker": 0, + "speaker_confidence": 0.7910156, + "punctuated_word": "and" + }, + { + "word": "you", + "start": 2021.14, + "end": 2021.38, + "confidence": 0.5295933, + "speaker": 0, + "speaker_confidence": 0.7910156, + "punctuated_word": "you" + }, + { + "word": "include", + "start": 2021.38, + "end": 2021.88, + "confidence": 0.8204158, + "speaker": 0, + "speaker_confidence": 0.7910156, + "punctuated_word": "include" + }, + { + "word": "a", + "start": 2021.98, + "end": 2022.24, + "confidence": 0.9997608, + "speaker": 0, + "speaker_confidence": 0.7910156, + "punctuated_word": "a" + }, + { + "word": "fee", + "start": 2022.24, + "end": 2022.7, + "confidence": 0.886262, + "speaker": 0, + "speaker_confidence": 0.7910156, + "punctuated_word": "fee" + }, + { + "word": "in", + "start": 2022.7, + "end": 2022.9, + "confidence": 0.8422792, + "speaker": 0, + "speaker_confidence": 0.7910156, + "punctuated_word": "in" + }, + { + "word": "that", + "start": 2022.9, + "end": 2023.26, + "confidence": 0.7962922, + "speaker": 0, + "speaker_confidence": 0.7910156, + "punctuated_word": "that" + }, + { + "word": "new", + "start": 2023.26, + "end": 2023.58, + "confidence": 0.79181135, + "speaker": 0, + "speaker_confidence": 0.7910156, + "punctuated_word": "new" + }, + { + "word": "transaction", + "start": 2023.58, + "end": 2024.08, + "confidence": 0.8489273, + "speaker": 0, + "speaker_confidence": 0.7910156, + "punctuated_word": "transaction" + }, + { + "word": "and", + "start": 2024.44, + "end": 2024.7, + "confidence": 0.87579143, + "speaker": 0, + "speaker_confidence": 0.7910156, + "punctuated_word": "and" + }, + { + "word": "if", + "start": 2024.7, + "end": 2024.92, + "confidence": 0.79701436, + "speaker": 0, + "speaker_confidence": 0.7910156, + "punctuated_word": "if" + }, + { + "word": "that", + "start": 2024.92, + "end": 2025.14, + "confidence": 0.8212925, + "speaker": 0, + "speaker_confidence": 0.7910156, + "punctuated_word": "that" + }, + { + "word": "you", + "start": 2025.14, + "end": 2025.34, + "confidence": 0.8085014, + "speaker": 0, + "speaker_confidence": 0.7910156, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 2025.34, + "end": 2025.6, + "confidence": 0.54199135, + "speaker": 0, + "speaker_confidence": 0.7910156, + "punctuated_word": "know" + }, + { + "word": "now", + "start": 2025.6, + "end": 2025.96, + "confidence": 0.87096167, + "speaker": 0, + "speaker_confidence": 0.7910156, + "punctuated_word": "now" + }, + { + "word": "because", + "start": 2025.96, + "end": 2026.24, + "confidence": 0.90062165, + "speaker": 0, + "speaker_confidence": 0.7910156, + "punctuated_word": "because" + }, + { + "word": "this", + "start": 2026.24, + "end": 2026.42, + "confidence": 0.8285837, + "speaker": 0, + "speaker_confidence": 0.7910156, + "punctuated_word": "this" + }, + { + "word": "is", + "start": 2026.42, + "end": 2026.56, + "confidence": 0.82521856, + "speaker": 0, + "speaker_confidence": 0.7910156, + "punctuated_word": "is" + }, + { + "word": "a", + "start": 2026.56, + "end": 2026.64, + "confidence": 0.8117857, + "speaker": 0, + "speaker_confidence": 0.7944336, + "punctuated_word": "a" + }, + { + "word": "new", + "start": 2026.64, + "end": 2026.84, + "confidence": 0.7505965, + "speaker": 0, + "speaker_confidence": 0.7944336, + "punctuated_word": "new" + }, + { + "word": "transaction", + "start": 2026.84, + "end": 2027.34, + "confidence": 0.6029162, + "speaker": 0, + "speaker_confidence": 0.7944336, + "punctuated_word": "transaction" + }, + { + "word": "you", + "start": 2027.42, + "end": 2027.8, + "confidence": 0.8047035, + "speaker": 0, + "speaker_confidence": 0.7944336, + "punctuated_word": "you" + }, + { + "word": "basically", + "start": 2027.8, + "end": 2028.26, + "confidence": 0.7154176, + "speaker": 0, + "speaker_confidence": 0.7944336, + "punctuated_word": "basically" + }, + { + "word": "know", + "start": 2028.26, + "end": 2028.48, + "confidence": 0.06072531, + "speaker": 0, + "speaker_confidence": 0.7944336, + "punctuated_word": "know" + }, + { + "word": "exactly", + "start": 2028.48, + "end": 2028.98, + "confidence": 0.92041147, + "speaker": 0, + "speaker_confidence": 0.7944336, + "punctuated_word": "exactly" + }, + { + "word": "how", + "start": 2029.2, + "end": 2029.44, + "confidence": 0.8165145, + "speaker": 0, + "speaker_confidence": 0.7944336, + "punctuated_word": "how" + }, + { + "word": "much", + "start": 2029.44, + "end": 2029.6, + "confidence": 0.8809815, + "speaker": 0, + "speaker_confidence": 0.7944336, + "punctuated_word": "much" + }, + { + "word": "fees", + "start": 2029.6, + "end": 2029.84, + "confidence": 0.87777436, + "speaker": 0, + "speaker_confidence": 0.7944336, + "punctuated_word": "fees" + }, + { + "word": "you're", + "start": 2029.84, + "end": 2030.08, + "confidence": 0.91895044, + "speaker": 0, + "speaker_confidence": 0.7944336, + "punctuated_word": "you're" + }, + { + "word": "supposed", + "start": 2030.08, + "end": 2030.42, + "confidence": 0.72355586, + "speaker": 0, + "speaker_confidence": 0.7944336, + "punctuated_word": "supposed" + }, + { + "word": "to", + "start": 2030.42, + "end": 2030.54, + "confidence": 0.7537024, + "speaker": 0, + "speaker_confidence": 0.7944336, + "punctuated_word": "to" + }, + { + "word": "include", + "start": 2030.54, + "end": 2030.86, + "confidence": 0.9010378, + "speaker": 0, + "speaker_confidence": 0.7944336, + "punctuated_word": "include" + }, + { + "word": "for", + "start": 2030.86, + "end": 2031.04, + "confidence": 0.86759716, + "speaker": 0, + "speaker_confidence": 0.7944336, + "punctuated_word": "for" + }, + { + "word": "it", + "start": 2031.04, + "end": 2031.18, + "confidence": 0.87510103, + "speaker": 0, + "speaker_confidence": 0.7944336, + "punctuated_word": "it" + }, + { + "word": "to", + "start": 2031.18, + "end": 2031.3, + "confidence": 0.70031875, + "speaker": 0, + "speaker_confidence": 0.7944336, + "punctuated_word": "to" + }, + { + "word": "confirm", + "start": 2031.3, + "end": 2031.76, + "confidence": 0.98037386, + "speaker": 0, + "speaker_confidence": 0.7944336, + "punctuated_word": "confirm" + }, + { + "word": "within", + "start": 2031.76, + "end": 2032.04, + "confidence": 0.82003003, + "speaker": 0, + "speaker_confidence": 0.7944336, + "punctuated_word": "within" + }, + { + "word": "a", + "start": 2032.04, + "end": 2032.16, + "confidence": 0.78727984, + "speaker": 0, + "speaker_confidence": 0.7944336, + "punctuated_word": "a" + }, + { + "word": "reasonable", + "start": 2032.16, + "end": 2032.64, + "confidence": 0.94855577, + "speaker": 0, + "speaker_confidence": 0.7944336, + "punctuated_word": "reasonable" + }, + { + "word": "time", + "start": 2032.64, + "end": 2033.14, + "confidence": 0.3869208, + "speaker": 0, + "speaker_confidence": 0.7944336, + "punctuated_word": "time." + }, + { + "word": "yes", + "start": 2033.44, + "end": 2033.68, + "confidence": 0.87454796, + "speaker": 1, + "speaker_confidence": 0.5991211, + "punctuated_word": "Yes," + }, + { + "word": "and", + "start": 2033.68, + "end": 2033.82, + "confidence": 0.8956226, + "speaker": 1, + "speaker_confidence": 0.5991211, + "punctuated_word": "and" + }, + { + "word": "you", + "start": 2033.82, + "end": 2033.94, + "confidence": 0.8121798, + "speaker": 1, + "speaker_confidence": 0.5991211, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 2033.94, + "end": 2034.12, + "confidence": 0.8977609, + "speaker": 1, + "speaker_confidence": 0.5991211, + "punctuated_word": "can" + }, + { + "word": "replace", + "start": 2034.12, + "end": 2034.52, + "confidence": 0.7008871, + "speaker": 1, + "speaker_confidence": 0.5991211, + "punctuated_word": "replace" + }, + { + "word": "it", + "start": 2034.52, + "end": 2035.02, + "confidence": 0.38230756, + "speaker": 1, + "speaker_confidence": 0.5991211, + "punctuated_word": "it" + }, + { + "word": "if", + "start": 2035.68, + "end": 2035.9, + "confidence": 0.9124963, + "speaker": 1, + "speaker_confidence": 0.5991211, + "punctuated_word": "if" + }, + { + "word": "fees", + "start": 2035.9, + "end": 2036.18, + "confidence": 0.90651244, + "speaker": 1, + "speaker_confidence": 0.5991211, + "punctuated_word": "fees" + }, + { + "word": "go", + "start": 2036.18, + "end": 2036.38, + "confidence": 0.7099081, + "speaker": 1, + "speaker_confidence": 0.5991211, + "punctuated_word": "go" + }, + { + "word": "up", + "start": 2036.38, + "end": 2036.82, + "confidence": 0.9808444, + "speaker": 1, + "speaker_confidence": 0.5991211, + "punctuated_word": "up" + }, + { + "word": "immediately", + "start": 2036.82, + "end": 2037.32, + "confidence": 0.19872166, + "speaker": 1, + "speaker_confidence": 0.5991211, + "punctuated_word": "immediately." + }, + { + "word": "so", + "start": 2037.72, + "end": 2038.22, + "confidence": 0.86935794, + "speaker": 1, + "speaker_confidence": 0.7763672, + "punctuated_word": "So," + }, + { + "word": "that's", + "start": 2038.32, + "end": 2038.62, + "confidence": 0.98212457, + "speaker": 1, + "speaker_confidence": 0.7763672, + "punctuated_word": "that's" + }, + { + "word": "a", + "start": 2038.62, + "end": 2038.74, + "confidence": 0.8295435, + "speaker": 1, + "speaker_confidence": 0.7763672, + "punctuated_word": "a" + }, + { + "word": "nice", + "start": 2038.74, + "end": 2039.18, + "confidence": 0.9609394, + "speaker": 1, + "speaker_confidence": 0.7763672, + "punctuated_word": "nice" + }, + { + "word": "solution", + "start": 2039.18, + "end": 2039.68, + "confidence": 0.54556173, + "speaker": 1, + "speaker_confidence": 0.7763672, + "punctuated_word": "solution." + }, + { + "word": "normally", + "start": 2040.3, + "end": 2040.72, + "confidence": 0.88979113, + "speaker": 1, + "speaker_confidence": 0.7763672, + "punctuated_word": "Normally," + }, + { + "word": "you're", + "start": 2040.72, + "end": 2040.94, + "confidence": 0.8962331, + "speaker": 1, + "speaker_confidence": 0.7763672, + "punctuated_word": "you're" + }, + { + "word": "not", + "start": 2040.94, + "end": 2041.12, + "confidence": 0.9018426, + "speaker": 1, + "speaker_confidence": 0.7182617, + "punctuated_word": "not" + }, + { + "word": "allowed", + "start": 2041.12, + "end": 2041.46, + "confidence": 0.70996267, + "speaker": 1, + "speaker_confidence": 0.7182617, + "punctuated_word": "allowed" + }, + { + "word": "to", + "start": 2041.46, + "end": 2041.58, + "confidence": 0.87440985, + "speaker": 1, + "speaker_confidence": 0.7182617, + "punctuated_word": "to" + }, + { + "word": "relay", + "start": 2041.58, + "end": 2041.92, + "confidence": 0.7936326, + "speaker": 1, + "speaker_confidence": 0.7182617, + "punctuated_word": "relay" + }, + { + "word": "a", + "start": 2041.92, + "end": 2042.04, + "confidence": 0.67812514, + "speaker": 1, + "speaker_confidence": 0.7182617, + "punctuated_word": "a" + }, + { + "word": "transaction", + "start": 2042.04, + "end": 2042.54, + "confidence": 0.8722391, + "speaker": 1, + "speaker_confidence": 0.7182617, + "punctuated_word": "transaction" + }, + { + "word": "that", + "start": 2042.54, + "end": 2042.68, + "confidence": 0.3974134, + "speaker": 1, + "speaker_confidence": 0.7182617, + "punctuated_word": "that" + }, + { + "word": "has", + "start": 2042.68, + "end": 2042.86, + "confidence": 0.76261085, + "speaker": 1, + "speaker_confidence": 0.7182617, + "punctuated_word": "has" + }, + { + "word": "a", + "start": 2042.86, + "end": 2042.96, + "confidence": 0.4583528, + "speaker": 1, + "speaker_confidence": 0.7182617, + "punctuated_word": "a" + }, + { + "word": "zero", + "start": 2042.96, + "end": 2043.24, + "confidence": 0.5523782, + "speaker": 1, + "speaker_confidence": 0.7182617, + "punctuated_word": "zero" + }, + { + "word": "fees", + "start": 2043.24, + "end": 2043.68, + "confidence": 0.07794505, + "speaker": 1, + "speaker_confidence": 0.7182617, + "punctuated_word": "fees," + }, + { + "word": "zero", + "start": 2043.68, + "end": 2044.18, + "confidence": 0.88786083, + "speaker": 1, + "speaker_confidence": 0.7182617, + "punctuated_word": "zero" + }, + { + "word": "that", + "start": 2044.2, + "end": 2044.44, + "confidence": 0.90594894, + "speaker": 1, + "speaker_confidence": 0.7182617, + "punctuated_word": "that" + }, + { + "word": "has", + "start": 2044.44, + "end": 2044.7, + "confidence": 0.81529295, + "speaker": 1, + "speaker_confidence": 0.7182617, + "punctuated_word": "has" + }, + { + "word": "no", + "start": 2044.7, + "end": 2044.86, + "confidence": 0.51261646, + "speaker": 1, + "speaker_confidence": 0.7182617, + "punctuated_word": "no" + }, + { + "word": "fees", + "start": 2044.86, + "end": 2045.36, + "confidence": 0.774413, + "speaker": 1, + "speaker_confidence": 0.7182617, + "punctuated_word": "fees" + }, + { + "word": "in", + "start": 2045.74, + "end": 2045.92, + "confidence": 0.58923984, + "speaker": 1, + "speaker_confidence": 0.6660156, + "punctuated_word": "in" + }, + { + "word": "general", + "start": 2045.92, + "end": 2046.26, + "confidence": 0.5367613, + "speaker": 1, + "speaker_confidence": 0.6660156, + "punctuated_word": "general," + }, + { + "word": "of", + "start": 2046.26, + "end": 2046.4, + "confidence": 0.7172165, + "speaker": 1, + "speaker_confidence": 0.6660156, + "punctuated_word": "of" + }, + { + "word": "course", + "start": 2046.4, + "end": 2046.76, + "confidence": 0.22238918, + "speaker": 1, + "speaker_confidence": 0.6660156, + "punctuated_word": "course," + }, + { + "word": "that's", + "start": 2046.76, + "end": 2047.04, + "confidence": 0.8850385, + "speaker": 1, + "speaker_confidence": 0.6660156, + "punctuated_word": "that's" + }, + { + "word": "not", + "start": 2047.04, + "end": 2047.24, + "confidence": 0.9089982, + "speaker": 1, + "speaker_confidence": 0.6660156, + "punctuated_word": "not" + }, + { + "word": "going", + "start": 2047.24, + "end": 2047.4, + "confidence": 0.658984, + "speaker": 1, + "speaker_confidence": 0.6660156, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 2047.4, + "end": 2047.54, + "confidence": 0.57043123, + "speaker": 1, + "speaker_confidence": 0.6660156, + "punctuated_word": "to" + }, + { + "word": "relay", + "start": 2047.54, + "end": 2048.04, + "confidence": 0.10982427, + "speaker": 1, + "speaker_confidence": 0.6660156, + "punctuated_word": "relay." + }, + { + "word": "having", + "start": 2049.44, + "end": 2049.8, + "confidence": 0.80755335, + "speaker": 1, + "speaker_confidence": 0.4140625, + "punctuated_word": "Having" + }, + { + "word": "an", + "start": 2049.8, + "end": 2049.92, + "confidence": 0.81228733, + "speaker": 1, + "speaker_confidence": 0.4140625, + "punctuated_word": "an" + }, + { + "word": "output", + "start": 2049.92, + "end": 2050.28, + "confidence": 0.93514574, + "speaker": 1, + "speaker_confidence": 0.4140625, + "punctuated_word": "output" + }, + { + "word": "with", + "start": 2050.28, + "end": 2050.46, + "confidence": 0.7967617, + "speaker": 1, + "speaker_confidence": 0.4140625, + "punctuated_word": "with" + }, + { + "word": "a", + "start": 2050.46, + "end": 2050.6, + "confidence": 0.8450129, + "speaker": 1, + "speaker_confidence": 0.4140625, + "punctuated_word": "a" + }, + { + "word": "zero", + "start": 2050.6, + "end": 2050.84, + "confidence": 0.7816669, + "speaker": 1, + "speaker_confidence": 0.7050781, + "punctuated_word": "zero" + }, + { + "word": "amount", + "start": 2050.84, + "end": 2051.24, + "confidence": 0.6369131, + "speaker": 1, + "speaker_confidence": 0.7050781, + "punctuated_word": "amount" + }, + { + "word": "is", + "start": 2051.24, + "end": 2051.4, + "confidence": 0.6081321, + "speaker": 1, + "speaker_confidence": 0.7050781, + "punctuated_word": "is" + }, + { + "word": "also", + "start": 2051.4, + "end": 2051.68, + "confidence": 0.5108347, + "speaker": 1, + "speaker_confidence": 0.7050781, + "punctuated_word": "also" + }, + { + "word": "not", + "start": 2051.68, + "end": 2051.84, + "confidence": 0.70039517, + "speaker": 1, + "speaker_confidence": 0.7050781, + "punctuated_word": "not" + }, + { + "word": "going", + "start": 2051.84, + "end": 2052.1, + "confidence": 0.3211602, + "speaker": 1, + "speaker_confidence": 0.7050781, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 2052.1, + "end": 2052.24, + "confidence": 0.99152046, + "speaker": 1, + "speaker_confidence": 0.7050781, + "punctuated_word": "to" + }, + { + "word": "relay", + "start": 2052.24, + "end": 2052.54, + "confidence": 0.9017253, + "speaker": 1, + "speaker_confidence": 0.7050781, + "punctuated_word": "relay" + }, + { + "word": "because", + "start": 2052.54, + "end": 2052.74, + "confidence": 0.87714684, + "speaker": 1, + "speaker_confidence": 0.7050781, + "punctuated_word": "because" + }, + { + "word": "we", + "start": 2052.74, + "end": 2052.88, + "confidence": 0.9933767, + "speaker": 1, + "speaker_confidence": 0.7050781, + "punctuated_word": "we" + }, + { + "word": "have", + "start": 2052.88, + "end": 2053.08, + "confidence": 0.68033695, + "speaker": 1, + "speaker_confidence": 0.7050781, + "punctuated_word": "have" + }, + { + "word": "a", + "start": 2053.08, + "end": 2053.18, + "confidence": 0.88059837, + "speaker": 1, + "speaker_confidence": 0.7050781, + "punctuated_word": "a" + }, + { + "word": "dust", + "start": 2053.18, + "end": 2053.52, + "confidence": 0.8417314, + "speaker": 1, + "speaker_confidence": 0.7050781, + "punctuated_word": "dust" + }, + { + "word": "limit", + "start": 2053.52, + "end": 2054.02, + "confidence": 0.99008596, + "speaker": 1, + "speaker_confidence": 0.7050781, + "punctuated_word": "limit" + }, + { + "word": "there", + "start": 2054.04, + "end": 2054.54, + "confidence": 0.39433032, + "speaker": 1, + "speaker_confidence": 0.7050781, + "punctuated_word": "there." + }, + { + "word": "the", + "start": 2055.06, + "end": 2055.16, + "confidence": 0.895938, + "speaker": 1, + "speaker_confidence": 0.6894531, + "punctuated_word": "The" + }, + { + "word": "idea", + "start": 2055.16, + "end": 2055.32, + "confidence": 0.8606239, + "speaker": 1, + "speaker_confidence": 0.6894531, + "punctuated_word": "idea" + }, + { + "word": "is", + "start": 2055.32, + "end": 2055.48, + "confidence": 0.8909267, + "speaker": 1, + "speaker_confidence": 0.6894531, + "punctuated_word": "is" + }, + { + "word": "that", + "start": 2055.48, + "end": 2055.64, + "confidence": 0.8985914, + "speaker": 1, + "speaker_confidence": 0.6894531, + "punctuated_word": "that" + }, + { + "word": "you", + "start": 2055.64, + "end": 2055.8, + "confidence": 0.856211, + "speaker": 1, + "speaker_confidence": 0.6894531, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 2055.8, + "end": 2056.0, + "confidence": 0.73396033, + "speaker": 1, + "speaker_confidence": 0.6894531, + "punctuated_word": "can" + }, + { + "word": "relate", + "start": 2056.0, + "end": 2056.32, + "confidence": 0.8838637, + "speaker": 1, + "speaker_confidence": 0.6894531, + "punctuated_word": "relate" + }, + { + "word": "them", + "start": 2056.32, + "end": 2056.48, + "confidence": 0.9961941, + "speaker": 1, + "speaker_confidence": 0.6894531, + "punctuated_word": "them" + }, + { + "word": "as", + "start": 2056.48, + "end": 2056.64, + "confidence": 0.892975, + "speaker": 1, + "speaker_confidence": 0.6894531, + "punctuated_word": "as" + }, + { + "word": "a", + "start": 2056.64, + "end": 2056.76, + "confidence": 0.64809465, + "speaker": 1, + "speaker_confidence": 0.93603516, + "punctuated_word": "a" + }, + { + "word": "package", + "start": 2056.76, + "end": 2057.26, + "confidence": 0.14892124, + "speaker": 1, + "speaker_confidence": 0.93603516, + "punctuated_word": "package," + }, + { + "word": "a", + "start": 2057.28, + "end": 2057.44, + "confidence": 0.56843877, + "speaker": 1, + "speaker_confidence": 0.93603516, + "punctuated_word": "a" + }, + { + "word": "one-child", + "start": 2057.44, + "end": 2057.94, + "confidence": 0.83326906, + "speaker": 1, + "speaker_confidence": 0.93603516, + "punctuated_word": "one-child," + }, + { + "word": "one-parent", + "start": 2057.96, + "end": 2058.46, + "confidence": 0.7180994, + "speaker": 1, + "speaker_confidence": 0.93603516, + "punctuated_word": "one-parent" + }, + { + "word": "transaction", + "start": 2058.48, + "end": 2058.98, + "confidence": 0.17488305, + "speaker": 1, + "speaker_confidence": 0.93603516, + "punctuated_word": "transaction." + }, + { + "word": "so", + "start": 2059.36, + "end": 2059.6, + "confidence": 0.9985796, + "speaker": 1, + "speaker_confidence": 0.93603516, + "punctuated_word": "So" + }, + { + "word": "it's", + "start": 2059.6, + "end": 2059.82, + "confidence": 0.79926383, + "speaker": 1, + "speaker_confidence": 0.93603516, + "punctuated_word": "it's" + }, + { + "word": "ephemeral", + "start": 2059.82, + "end": 2060.32, + "confidence": 0.99536175, + "speaker": 1, + "speaker_confidence": 0.93603516, + "punctuated_word": "ephemeral" + }, + { + "word": "dust", + "start": 2060.32, + "end": 2060.72, + "confidence": 0.81128114, + "speaker": 1, + "speaker_confidence": 0.93603516, + "punctuated_word": "dust" + }, + { + "word": "because", + "start": 2060.72, + "end": 2060.92, + "confidence": 0.8248596, + "speaker": 1, + "speaker_confidence": 0.93603516, + "punctuated_word": "because" + }, + { + "word": "the", + "start": 2060.92, + "end": 2061.1, + "confidence": 0.8202532, + "speaker": 1, + "speaker_confidence": 0.93603516, + "punctuated_word": "the" + }, + { + "word": "dust", + "start": 2061.1, + "end": 2061.38, + "confidence": 0.8204603, + "speaker": 1, + "speaker_confidence": 0.93603516, + "punctuated_word": "dust" + }, + { + "word": "exists", + "start": 2061.38, + "end": 2061.88, + "confidence": 0.43508205, + "speaker": 1, + "speaker_confidence": 0.93603516, + "punctuated_word": "exists," + }, + { + "word": "but", + "start": 2062.3, + "end": 2062.48, + "confidence": 0.9987274, + "speaker": 1, + "speaker_confidence": 0.93603516, + "punctuated_word": "but" + }, + { + "word": "it's", + "start": 2062.48, + "end": 2062.72, + "confidence": 0.7259087, + "speaker": 1, + "speaker_confidence": 0.93603516, + "punctuated_word": "it's" + }, + { + "word": "immediately", + "start": 2062.72, + "end": 2063.22, + "confidence": 0.3977986, + "speaker": 1, + "speaker_confidence": 0.93603516, + "punctuated_word": "immediately" + }, + { + "word": "spent", + "start": 2063.26, + "end": 2063.76, + "confidence": 0.76196706, + "speaker": 1, + "speaker_confidence": 0.93603516, + "punctuated_word": "spent," + }, + { + "word": "and", + "start": 2064.02, + "end": 2064.22, + "confidence": 0.7750017, + "speaker": 1, + "speaker_confidence": 0.93603516, + "punctuated_word": "and" + }, + { + "word": "it", + "start": 2064.22, + "end": 2064.34, + "confidence": 0.8806197, + "speaker": 1, + "speaker_confidence": 0.93603516, + "punctuated_word": "it" + }, + { + "word": "always", + "start": 2064.34, + "end": 2064.62, + "confidence": 0.8775054, + "speaker": 1, + "speaker_confidence": 0.93603516, + "punctuated_word": "always" + }, + { + "word": "goes", + "start": 2064.62, + "end": 2064.96, + "confidence": 0.9978156, + "speaker": 1, + "speaker_confidence": 0.93603516, + "punctuated_word": "goes" + }, + { + "word": "as", + "start": 2064.96, + "end": 2065.08, + "confidence": 0.8077335, + "speaker": 1, + "speaker_confidence": 0.93603516, + "punctuated_word": "as" + }, + { + "word": "a", + "start": 2065.08, + "end": 2065.2, + "confidence": 0.899149, + "speaker": 1, + "speaker_confidence": 0.93603516, + "punctuated_word": "a" + }, + { + "word": "pair", + "start": 2065.2, + "end": 2065.46, + "confidence": 0.8131454, + "speaker": 1, + "speaker_confidence": 0.93603516, + "punctuated_word": "pair" + }, + { + "word": "in", + "start": 2065.46, + "end": 2065.6, + "confidence": 0.82010466, + "speaker": 1, + "speaker_confidence": 0.93603516, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 2065.6, + "end": 2065.72, + "confidence": 0.8157971, + "speaker": 1, + "speaker_confidence": 0.7055664, + "punctuated_word": "the" + }, + { + "word": "same", + "start": 2065.72, + "end": 2065.9, + "confidence": 0.6943996, + "speaker": 1, + "speaker_confidence": 0.7055664, + "punctuated_word": "same" + }, + { + "word": "block", + "start": 2065.9, + "end": 2066.24, + "confidence": 0.7475697, + "speaker": 1, + "speaker_confidence": 0.7055664, + "punctuated_word": "block." + }, + { + "word": "so", + "start": 2066.24, + "end": 2066.4, + "confidence": 0.8199397, + "speaker": 1, + "speaker_confidence": 0.7055664, + "punctuated_word": "So" + }, + { + "word": "the", + "start": 2066.4, + "end": 2066.52, + "confidence": 0.87097883, + "speaker": 1, + "speaker_confidence": 0.7055664, + "punctuated_word": "the" + }, + { + "word": "block", + "start": 2066.52, + "end": 2066.78, + "confidence": 0.7972686, + "speaker": 1, + "speaker_confidence": 0.7055664, + "punctuated_word": "block" + }, + { + "word": "never", + "start": 2066.78, + "end": 2066.98, + "confidence": 0.7930762, + "speaker": 1, + "speaker_confidence": 0.7055664, + "punctuated_word": "never" + }, + { + "word": "creates", + "start": 2066.98, + "end": 2067.34, + "confidence": 0.80665517, + "speaker": 1, + "speaker_confidence": 0.7055664, + "punctuated_word": "creates" + }, + { + "word": "any", + "start": 2067.34, + "end": 2067.52, + "confidence": 0.6572175, + "speaker": 1, + "speaker_confidence": 0.7055664, + "punctuated_word": "any" + }, + { + "word": "dust", + "start": 2067.52, + "end": 2068.02, + "confidence": 0.8402471, + "speaker": 1, + "speaker_confidence": 0.7055664, + "punctuated_word": "dust," + }, + { + "word": "only", + "start": 2068.08, + "end": 2068.28, + "confidence": 0.77240455, + "speaker": 1, + "speaker_confidence": 0.7055664, + "punctuated_word": "only" + }, + { + "word": "the", + "start": 2068.28, + "end": 2068.44, + "confidence": 0.889999, + "speaker": 1, + "speaker_confidence": 0.7055664, + "punctuated_word": "the" + }, + { + "word": "transaction", + "start": 2068.44, + "end": 2068.94, + "confidence": 0.99657106, + "speaker": 1, + "speaker_confidence": 0.7055664, + "punctuated_word": "transaction" + }, + { + "word": "does", + "start": 2068.98, + "end": 2069.48, + "confidence": 0.41284442, + "speaker": 1, + "speaker_confidence": 0.7055664, + "punctuated_word": "does." + }, + { + "word": "yeah", + "start": 2070.06, + "end": 2070.56, + "confidence": 0.6455758, + "speaker": 0, + "speaker_confidence": 0.3725586, + "punctuated_word": "Yeah," + }, + { + "word": "the", + "start": 2070.92, + "end": 2071.24, + "confidence": 0.28120565, + "speaker": 0, + "speaker_confidence": 0.3725586, + "punctuated_word": "the" + }, + { + "word": "zero", + "start": 2071.24, + "end": 2071.74, + "confidence": 0.7748535, + "speaker": 0, + "speaker_confidence": 0.3725586, + "punctuated_word": "zero" + }, + { + "word": "set", + "start": 2072.9, + "end": 2073.18, + "confidence": 0.718532, + "speaker": 0, + "speaker_confidence": 0.7866211, + "punctuated_word": "set" + }, + { + "word": "transaction", + "start": 2073.18, + "end": 2073.68, + "confidence": 0.7202369, + "speaker": 0, + "speaker_confidence": 0.7866211, + "punctuated_word": "transaction" + }, + { + "word": "is", + "start": 2073.82, + "end": 2074.08, + "confidence": 0.43860605, + "speaker": 0, + "speaker_confidence": 0.7866211, + "punctuated_word": "is" + }, + { + "word": "immediately", + "start": 2074.08, + "end": 2074.58, + "confidence": 0.23526064, + "speaker": 0, + "speaker_confidence": 0.7866211, + "punctuated_word": "immediately," + }, + { + "word": "or", + "start": 2074.86, + "end": 2075.06, + "confidence": 0.8475512, + "speaker": 0, + "speaker_confidence": 0.7866211, + "punctuated_word": "or" + }, + { + "word": "output", + "start": 2075.06, + "end": 2075.44, + "confidence": 0.746147, + "speaker": 0, + "speaker_confidence": 0.7866211, + "punctuated_word": "output" + }, + { + "word": "is", + "start": 2075.44, + "end": 2075.64, + "confidence": 0.77747715, + "speaker": 0, + "speaker_confidence": 0.7866211, + "punctuated_word": "is" + }, + { + "word": "immediately", + "start": 2075.64, + "end": 2076.14, + "confidence": 0.85503846, + "speaker": 0, + "speaker_confidence": 0.7866211, + "punctuated_word": "immediately" + }, + { + "word": "spent", + "start": 2076.14, + "end": 2076.6, + "confidence": 0.8159725, + "speaker": 0, + "speaker_confidence": 0.7866211, + "punctuated_word": "spent" + }, + { + "word": "in", + "start": 2076.6, + "end": 2076.82, + "confidence": 0.80275136, + "speaker": 0, + "speaker_confidence": 0.7866211, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 2076.82, + "end": 2076.96, + "confidence": 0.8320635, + "speaker": 0, + "speaker_confidence": 0.7866211, + "punctuated_word": "the" + }, + { + "word": "same", + "start": 2076.96, + "end": 2077.36, + "confidence": 0.7881521, + "speaker": 0, + "speaker_confidence": 0.7866211, + "punctuated_word": "same" + }, + { + "word": "block", + "start": 2077.36, + "end": 2077.72, + "confidence": 0.29307014, + "speaker": 0, + "speaker_confidence": 0.7866211, + "punctuated_word": "block." + }, + { + "word": "it's", + "start": 2077.72, + "end": 2077.9, + "confidence": 0.75328815, + "speaker": 0, + "speaker_confidence": 0.7866211, + "punctuated_word": "It's" + }, + { + "word": "just", + "start": 2077.9, + "end": 2078.32, + "confidence": 0.8936378, + "speaker": 0, + "speaker_confidence": 0.7866211, + "punctuated_word": "just," + }, + { + "word": "it's", + "start": 2078.32, + "end": 2078.54, + "confidence": 0.73054814, + "speaker": 0, + "speaker_confidence": 0.7866211, + "punctuated_word": "it's" + }, + { + "word": "immediately", + "start": 2078.54, + "end": 2079.04, + "confidence": 0.73503536, + "speaker": 0, + "speaker_confidence": 0.7866211, + "punctuated_word": "immediately" + }, + { + "word": "gone", + "start": 2079.08, + "end": 2079.36, + "confidence": 0.86245036, + "speaker": 0, + "speaker_confidence": 0.7866211, + "punctuated_word": "gone," + }, + { + "word": "right", + "start": 2079.36, + "end": 2079.64, + "confidence": 0.4823245, + "speaker": 0, + "speaker_confidence": 0.7866211, + "punctuated_word": "right?" + }, + { + "word": "that's", + "start": 2079.64, + "end": 2079.88, + "confidence": 0.81828576, + "speaker": 0, + "speaker_confidence": 0.7866211, + "punctuated_word": "That's" + }, + { + "word": "the", + "start": 2079.88, + "end": 2080.04, + "confidence": 0.90392435, + "speaker": 0, + "speaker_confidence": 0.7866211, + "punctuated_word": "the" + }, + { + "word": "point", + "start": 2080.04, + "end": 2080.24, + "confidence": 0.2556282, + "speaker": 0, + "speaker_confidence": 0.7866211, + "punctuated_word": "point." + }, + { + "word": "yeah", + "start": 2080.24, + "end": 2080.74, + "confidence": 0.5103908, + "speaker": 0, + "speaker_confidence": 0.61083984, + "punctuated_word": "Yeah." + }, + { + "word": "so", + "start": 2080.76, + "end": 2080.94, + "confidence": 0.9986083, + "speaker": 0, + "speaker_confidence": 0.61083984, + "punctuated_word": "So" + }, + { + "word": "what's", + "start": 2080.94, + "end": 2081.32, + "confidence": 0.7748019, + "speaker": 0, + "speaker_confidence": 0.61083984, + "punctuated_word": "what's" + }, + { + "word": "the", + "start": 2081.32, + "end": 2081.58, + "confidence": 0.900786, + "speaker": 0, + "speaker_confidence": 0.61083984, + "punctuated_word": "the" + }, + { + "word": "improvement", + "start": 2081.58, + "end": 2082.08, + "confidence": 0.38743985, + "speaker": 0, + "speaker_confidence": 0.61083984, + "punctuated_word": "improvement" + }, + { + "word": "in", + "start": 2082.16, + "end": 2082.34, + "confidence": 0.8849482, + "speaker": 0, + "speaker_confidence": 0.61083984, + "punctuated_word": "in" + }, + { + "word": "bitcoin", + "start": 2082.34, + "end": 2082.62, + "confidence": 0.36978498, + "speaker": 0, + "speaker_confidence": 0.61083984, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 2082.62, + "end": 2082.8, + "confidence": 0.9532413, + "speaker": 0, + "speaker_confidence": 0.61083984, + "punctuated_word": "Core" + }, + { + "word": "30", + "start": 2082.8, + "end": 2083.3, + "confidence": 0.1145823, + "speaker": 0, + "speaker_confidence": 0.61083984, + "punctuated_word": "30?" + }, + { + "word": "the", + "start": 2084.6, + "end": 2084.7, + "confidence": 0.7903057, + "speaker": 1, + "speaker_confidence": 0.5024414, + "punctuated_word": "The" + }, + { + "word": "improvement", + "start": 2084.7, + "end": 2085.2, + "confidence": 0.7420965, + "speaker": 1, + "speaker_confidence": 0.5024414, + "punctuated_word": "improvement" + }, + { + "word": "is", + "start": 2085.2, + "end": 2085.36, + "confidence": 0.85770905, + "speaker": 1, + "speaker_confidence": 0.5024414, + "punctuated_word": "is" + }, + { + "word": "that", + "start": 2085.36, + "end": 2085.72, + "confidence": 0.7806341, + "speaker": 1, + "speaker_confidence": 0.5024414, + "punctuated_word": "that" + }, + { + "word": "this", + "start": 2085.72, + "end": 2085.92, + "confidence": 0.7897402, + "speaker": 1, + "speaker_confidence": 0.5024414, + "punctuated_word": "this" + }, + { + "word": "mechanism", + "start": 2085.92, + "end": 2086.42, + "confidence": 0.8126948, + "speaker": 1, + "speaker_confidence": 0.5024414, + "punctuated_word": "mechanism" + }, + { + "word": "under", + "start": 2086.56, + "end": 2086.72, + "confidence": 0.8788013, + "speaker": 1, + "speaker_confidence": 0.68408203, + "punctuated_word": "under" + }, + { + "word": "the", + "start": 2086.72, + "end": 2086.88, + "confidence": 0.7179611, + "speaker": 1, + "speaker_confidence": 0.68408203, + "punctuated_word": "the" + }, + { + "word": "hood", + "start": 2086.88, + "end": 2087.12, + "confidence": 0.85867554, + "speaker": 1, + "speaker_confidence": 0.68408203, + "punctuated_word": "hood" + }, + { + "word": "relied", + "start": 2087.12, + "end": 2087.56, + "confidence": 0.71109515, + "speaker": 1, + "speaker_confidence": 0.68408203, + "punctuated_word": "relied" + }, + { + "word": "on", + "start": 2087.56, + "end": 2087.72, + "confidence": 0.7769555, + "speaker": 1, + "speaker_confidence": 0.68408203, + "punctuated_word": "on" + }, + { + "word": "something", + "start": 2087.72, + "end": 2087.96, + "confidence": 0.7518263, + "speaker": 1, + "speaker_confidence": 0.68408203, + "punctuated_word": "something" + }, + { + "word": "called", + "start": 2087.96, + "end": 2088.16, + "confidence": 0.56896645, + "speaker": 1, + "speaker_confidence": 0.68408203, + "punctuated_word": "called" + }, + { + "word": "the", + "start": 2088.16, + "end": 2088.28, + "confidence": 0.92144513, + "speaker": 1, + "speaker_confidence": 0.68408203, + "punctuated_word": "the" + }, + { + "word": "orphanage", + "start": 2088.28, + "end": 2088.78, + "confidence": 0.54693425, + "speaker": 1, + "speaker_confidence": 0.68408203, + "punctuated_word": "orphanage." + }, + { + "word": "and", + "start": 2088.84, + "end": 2088.9, + "confidence": 0.7885588, + "speaker": 1, + "speaker_confidence": 0.7866211, + "punctuated_word": "And" + }, + { + "word": "the", + "start": 2088.9, + "end": 2089.04, + "confidence": 0.9117657, + "speaker": 1, + "speaker_confidence": 0.7866211, + "punctuated_word": "the" + }, + { + "word": "orphanage", + "start": 2089.04, + "end": 2089.4, + "confidence": 0.9006171, + "speaker": 1, + "speaker_confidence": 0.7866211, + "punctuated_word": "orphanage" + }, + { + "word": "is", + "start": 2089.4, + "end": 2089.6, + "confidence": 0.9022503, + "speaker": 1, + "speaker_confidence": 0.7866211, + "punctuated_word": "is" + }, + { + "word": "a", + "start": 2089.6, + "end": 2089.68, + "confidence": 0.887243, + "speaker": 1, + "speaker_confidence": 0.7866211, + "punctuated_word": "a" + }, + { + "word": "way", + "start": 2089.68, + "end": 2089.9, + "confidence": 0.60942894, + "speaker": 1, + "speaker_confidence": 0.7866211, + "punctuated_word": "way" + }, + { + "word": "for", + "start": 2089.9, + "end": 2090.06, + "confidence": 0.7278761, + "speaker": 1, + "speaker_confidence": 0.7866211, + "punctuated_word": "for" + }, + { + "word": "bitcoin", + "start": 2090.06, + "end": 2090.32, + "confidence": 0.9010009, + "speaker": 1, + "speaker_confidence": 0.7866211, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 2090.32, + "end": 2090.58, + "confidence": 0.62221164, + "speaker": 1, + "speaker_confidence": 0.7866211, + "punctuated_word": "Core" + }, + { + "word": "to", + "start": 2090.58, + "end": 2090.74, + "confidence": 0.83280027, + "speaker": 1, + "speaker_confidence": 0.7866211, + "punctuated_word": "to" + }, + { + "word": "see", + "start": 2090.74, + "end": 2091.04, + "confidence": 0.44757834, + "speaker": 1, + "speaker_confidence": 0.6743164, + "punctuated_word": "see," + }, + { + "word": "hey", + "start": 2091.04, + "end": 2091.26, + "confidence": 0.97599024, + "speaker": 1, + "speaker_confidence": 0.6743164, + "punctuated_word": "hey," + }, + { + "word": "i", + "start": 2091.26, + "end": 2091.38, + "confidence": 0.8763889, + "speaker": 1, + "speaker_confidence": 0.6743164, + "punctuated_word": "I" + }, + { + "word": "just", + "start": 2091.38, + "end": 2091.56, + "confidence": 0.99799746, + "speaker": 1, + "speaker_confidence": 0.6743164, + "punctuated_word": "just" + }, + { + "word": "got", + "start": 2091.56, + "end": 2091.72, + "confidence": 0.8236546, + "speaker": 1, + "speaker_confidence": 0.6743164, + "punctuated_word": "got" + }, + { + "word": "a", + "start": 2091.72, + "end": 2091.88, + "confidence": 0.78470796, + "speaker": 1, + "speaker_confidence": 0.6743164, + "punctuated_word": "a" + }, + { + "word": "new", + "start": 2091.88, + "end": 2092.04, + "confidence": 0.61055213, + "speaker": 1, + "speaker_confidence": 0.6743164, + "punctuated_word": "new" + }, + { + "word": "transaction", + "start": 2092.04, + "end": 2092.54, + "confidence": 0.20005104, + "speaker": 1, + "speaker_confidence": 0.6743164, + "punctuated_word": "transaction," + }, + { + "word": "but", + "start": 2093.42, + "end": 2093.64, + "confidence": 0.8926834, + "speaker": 1, + "speaker_confidence": 0.69189453, + "punctuated_word": "but" + }, + { + "word": "i", + "start": 2093.64, + "end": 2093.8, + "confidence": 0.9996092, + "speaker": 1, + "speaker_confidence": 0.69189453, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 2093.8, + "end": 2094.0, + "confidence": 0.81140447, + "speaker": 1, + "speaker_confidence": 0.69189453, + "punctuated_word": "don't" + }, + { + "word": "know", + "start": 2094.0, + "end": 2094.14, + "confidence": 0.8133181, + "speaker": 1, + "speaker_confidence": 0.69189453, + "punctuated_word": "know" + }, + { + "word": "what", + "start": 2094.14, + "end": 2094.32, + "confidence": 0.71788955, + "speaker": 1, + "speaker_confidence": 0.69189453, + "punctuated_word": "what" + }, + { + "word": "the", + "start": 2094.32, + "end": 2094.48, + "confidence": 0.90358174, + "speaker": 1, + "speaker_confidence": 0.69189453, + "punctuated_word": "the" + }, + { + "word": "parent", + "start": 2094.48, + "end": 2094.72, + "confidence": 0.5217633, + "speaker": 1, + "speaker_confidence": 0.69189453, + "punctuated_word": "parent" + }, + { + "word": "is", + "start": 2094.72, + "end": 2095.08, + "confidence": 0.7545936, + "speaker": 1, + "speaker_confidence": 0.69189453, + "punctuated_word": "is," + }, + { + "word": "so", + "start": 2095.08, + "end": 2095.26, + "confidence": 0.9770369, + "speaker": 1, + "speaker_confidence": 0.69189453, + "punctuated_word": "so" + }, + { + "word": "i'm", + "start": 2095.26, + "end": 2095.44, + "confidence": 0.84627706, + "speaker": 1, + "speaker_confidence": 0.69189453, + "punctuated_word": "I'm" + }, + { + "word": "just", + "start": 2095.44, + "end": 2095.6, + "confidence": 0.91280466, + "speaker": 1, + "speaker_confidence": 0.69189453, + "punctuated_word": "just" + }, + { + "word": "going", + "start": 2095.6, + "end": 2095.76, + "confidence": 0.8205244, + "speaker": 1, + "speaker_confidence": 0.69189453, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 2095.76, + "end": 2095.88, + "confidence": 0.8984075, + "speaker": 1, + "speaker_confidence": 0.48583984, + "punctuated_word": "to" + }, + { + "word": "keep", + "start": 2095.88, + "end": 2096.12, + "confidence": 0.8888178, + "speaker": 1, + "speaker_confidence": 0.48583984, + "punctuated_word": "keep" + }, + { + "word": "it", + "start": 2096.12, + "end": 2096.26, + "confidence": 0.9970795, + "speaker": 1, + "speaker_confidence": 0.48583984, + "punctuated_word": "it" + }, + { + "word": "for", + "start": 2096.26, + "end": 2096.42, + "confidence": 0.8105369, + "speaker": 1, + "speaker_confidence": 0.48583984, + "punctuated_word": "for" + }, + { + "word": "a", + "start": 2096.42, + "end": 2096.52, + "confidence": 0.88949776, + "speaker": 1, + "speaker_confidence": 0.48583984, + "punctuated_word": "a" + }, + { + "word": "little", + "start": 2096.52, + "end": 2096.72, + "confidence": 0.85640526, + "speaker": 1, + "speaker_confidence": 0.7602539, + "punctuated_word": "little" + }, + { + "word": "bit", + "start": 2096.72, + "end": 2097.04, + "confidence": 0.99690163, + "speaker": 1, + "speaker_confidence": 0.7602539, + "punctuated_word": "bit" + }, + { + "word": "and", + "start": 2097.04, + "end": 2097.18, + "confidence": 0.77876186, + "speaker": 1, + "speaker_confidence": 0.7602539, + "punctuated_word": "and" + }, + { + "word": "then", + "start": 2097.18, + "end": 2097.68, + "confidence": 0.82430196, + "speaker": 1, + "speaker_confidence": 0.7602539, + "punctuated_word": "then" + }, + { + "word": "ask", + "start": 2097.7, + "end": 2098.18, + "confidence": 0.8893816, + "speaker": 1, + "speaker_confidence": 0.7602539, + "punctuated_word": "ask" + }, + { + "word": "the", + "start": 2098.18, + "end": 2098.34, + "confidence": 0.89533836, + "speaker": 1, + "speaker_confidence": 0.7602539, + "punctuated_word": "the" + }, + { + "word": "peer", + "start": 2098.34, + "end": 2098.58, + "confidence": 0.81407034, + "speaker": 1, + "speaker_confidence": 0.7602539, + "punctuated_word": "peer" + }, + { + "word": "for", + "start": 2098.58, + "end": 2098.74, + "confidence": 0.7463832, + "speaker": 1, + "speaker_confidence": 0.7602539, + "punctuated_word": "for" + }, + { + "word": "the", + "start": 2098.74, + "end": 2098.9, + "confidence": 0.9850686, + "speaker": 1, + "speaker_confidence": 0.7602539, + "punctuated_word": "the" + }, + { + "word": "parent", + "start": 2098.9, + "end": 2099.4, + "confidence": 0.30272892, + "speaker": 1, + "speaker_confidence": 0.7602539, + "punctuated_word": "parent." + }, + { + "word": "and", + "start": 2100.64, + "end": 2101.14, + "confidence": 0.31095007, + "speaker": 1, + "speaker_confidence": 0.31396484, + "punctuated_word": "And" + }, + { + "word": "so", + "start": 2101.16, + "end": 2101.32, + "confidence": 0.6201779, + "speaker": 1, + "speaker_confidence": 0.31396484, + "punctuated_word": "so" + }, + { + "word": "the", + "start": 2101.32, + "end": 2101.56, + "confidence": 0.9293235, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "the" + }, + { + "word": "orphanage", + "start": 2101.56, + "end": 2102.06, + "confidence": 0.89989513, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "orphanage" + }, + { + "word": "is", + "start": 2102.16, + "end": 2102.42, + "confidence": 0.8521922, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "is" + }, + { + "word": "specifically", + "start": 2102.42, + "end": 2102.92, + "confidence": 0.7634126, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "specifically" + }, + { + "word": "for", + "start": 2103.48, + "end": 2103.8, + "confidence": 0.79089934, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "for" + }, + { + "word": "transactions", + "start": 2103.8, + "end": 2104.3, + "confidence": 0.82566375, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "transactions" + }, + { + "word": "that", + "start": 2104.6, + "end": 2105.1, + "confidence": 0.841623, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "that" + }, + { + "word": "do", + "start": 2105.22, + "end": 2105.46, + "confidence": 0.8994953, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "do" + }, + { + "word": "make", + "start": 2105.46, + "end": 2105.68, + "confidence": 0.87428844, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "make" + }, + { + "word": "it", + "start": 2105.68, + "end": 2105.86, + "confidence": 0.88232416, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "it" + }, + { + "word": "to", + "start": 2105.86, + "end": 2106.06, + "confidence": 0.8148091, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "to" + }, + { + "word": "you", + "start": 2106.06, + "end": 2106.26, + "confidence": 0.8004754, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "you" + }, + { + "word": "over", + "start": 2106.26, + "end": 2106.5, + "confidence": 0.22259842, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "over" + }, + { + "word": "the", + "start": 2106.5, + "end": 2106.76, + "confidence": 0.998456, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "the" + }, + { + "word": "peer-to-peer", + "start": 2106.76, + "end": 2107.2, + "confidence": 0.9974969, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "peer-to-peer" + }, + { + "word": "network", + "start": 2107.2, + "end": 2107.68, + "confidence": 0.88871324, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "network," + }, + { + "word": "but", + "start": 2107.68, + "end": 2107.9, + "confidence": 0.87612605, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "but" + }, + { + "word": "you", + "start": 2107.9, + "end": 2108.0, + "confidence": 0.9986331, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "you" + }, + { + "word": "don't", + "start": 2108.0, + "end": 2108.36, + "confidence": 0.83436906, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "don't" + }, + { + "word": "see", + "start": 2108.36, + "end": 2108.86, + "confidence": 0.8988748, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "see" + }, + { + "word": "basically", + "start": 2108.86, + "end": 2109.28, + "confidence": 0.90229017, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "basically" + }, + { + "word": "where", + "start": 2109.28, + "end": 2109.64, + "confidence": 0.9713756, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "where" + }, + { + "word": "it's", + "start": 2109.64, + "end": 2109.86, + "confidence": 0.8058498, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "it's" + }, + { + "word": "coming", + "start": 2109.86, + "end": 2110.16, + "confidence": 0.89156306, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "coming" + }, + { + "word": "from", + "start": 2110.16, + "end": 2110.58, + "confidence": 0.807227, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "from" + }, + { + "word": "on", + "start": 2110.58, + "end": 2110.76, + "confidence": 0.6332653, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "on" + }, + { + "word": "the", + "start": 2110.76, + "end": 2110.9, + "confidence": 0.591118, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "the" + }, + { + "word": "blockchain", + "start": 2110.9, + "end": 2111.4, + "confidence": 0.041815635, + "speaker": 0, + "speaker_confidence": 0.8642578, + "punctuated_word": "blockchain." + }, + { + "word": "yeah", + "start": 2111.98, + "end": 2112.26, + "confidence": 0.8960149, + "speaker": 1, + "speaker_confidence": 0.6953125, + "punctuated_word": "Yeah," + }, + { + "word": "it's", + "start": 2112.26, + "end": 2112.4, + "confidence": 0.9068385, + "speaker": 1, + "speaker_confidence": 0.6953125, + "punctuated_word": "it's" + }, + { + "word": "not", + "start": 2112.4, + "end": 2112.6, + "confidence": 0.8558422, + "speaker": 1, + "speaker_confidence": 0.6953125, + "punctuated_word": "not" + }, + { + "word": "spending", + "start": 2112.6, + "end": 2112.94, + "confidence": 0.87045175, + "speaker": 1, + "speaker_confidence": 0.6953125, + "punctuated_word": "spending" + }, + { + "word": "anything", + "start": 2112.94, + "end": 2113.32, + "confidence": 0.8155522, + "speaker": 1, + "speaker_confidence": 0.6953125, + "punctuated_word": "anything" + }, + { + "word": "you", + "start": 2113.32, + "end": 2113.5, + "confidence": 0.7535347, + "speaker": 1, + "speaker_confidence": 0.6953125, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 2113.5, + "end": 2113.86, + "confidence": 0.31017464, + "speaker": 1, + "speaker_confidence": 0.6953125, + "punctuated_word": "know." + }, + { + "word": "so", + "start": 2113.86, + "end": 2114.06, + "confidence": 0.39488962, + "speaker": 1, + "speaker_confidence": 0.6953125, + "punctuated_word": "So" + }, + { + "word": "you're", + "start": 2114.06, + "end": 2114.56, + "confidence": 0.803197, + "speaker": 1, + "speaker_confidence": 0.6953125, + "punctuated_word": "you're" + }, + { + "word": "like", + "start": 2114.8, + "end": 2115.06, + "confidence": 0.7923544, + "speaker": 1, + "speaker_confidence": 0.6953125, + "punctuated_word": "like," + }, + { + "word": "tell", + "start": 2115.06, + "end": 2115.22, + "confidence": 0.87929416, + "speaker": 1, + "speaker_confidence": 0.6953125, + "punctuated_word": "tell" + }, + { + "word": "me", + "start": 2115.22, + "end": 2115.32, + "confidence": 0.8170596, + "speaker": 1, + "speaker_confidence": 0.6386719, + "punctuated_word": "me" + }, + { + "word": "what", + "start": 2115.32, + "end": 2115.52, + "confidence": 0.71306723, + "speaker": 1, + "speaker_confidence": 0.6386719, + "punctuated_word": "what" + }, + { + "word": "the", + "start": 2115.52, + "end": 2115.66, + "confidence": 0.88783634, + "speaker": 1, + "speaker_confidence": 0.6386719, + "punctuated_word": "the" + }, + { + "word": "parent", + "start": 2115.66, + "end": 2115.92, + "confidence": 0.61200666, + "speaker": 1, + "speaker_confidence": 0.6386719, + "punctuated_word": "parent" + }, + { + "word": "is", + "start": 2115.92, + "end": 2116.12, + "confidence": 0.5366184, + "speaker": 1, + "speaker_confidence": 0.6386719, + "punctuated_word": "is" + }, + { + "word": "and", + "start": 2116.12, + "end": 2116.62, + "confidence": 0.557662, + "speaker": 1, + "speaker_confidence": 0.51464844, + "punctuated_word": "and" + }, + { + "word": "the", + "start": 2117.28, + "end": 2117.42, + "confidence": 0.772479, + "speaker": 1, + "speaker_confidence": 0.51464844, + "punctuated_word": "the" + }, + { + "word": "peer", + "start": 2117.42, + "end": 2117.64, + "confidence": 0.8910185, + "speaker": 1, + "speaker_confidence": 0.51464844, + "punctuated_word": "peer" + }, + { + "word": "sends", + "start": 2117.64, + "end": 2117.86, + "confidence": 0.89859116, + "speaker": 1, + "speaker_confidence": 0.51464844, + "punctuated_word": "sends" + }, + { + "word": "it", + "start": 2117.86, + "end": 2118.0, + "confidence": 0.8916079, + "speaker": 1, + "speaker_confidence": 0.51464844, + "punctuated_word": "it" + }, + { + "word": "to", + "start": 2118.0, + "end": 2118.16, + "confidence": 0.8950573, + "speaker": 1, + "speaker_confidence": 0.51464844, + "punctuated_word": "to" + }, + { + "word": "you", + "start": 2118.16, + "end": 2118.66, + "confidence": 0.07717444, + "speaker": 1, + "speaker_confidence": 0.51464844, + "punctuated_word": "you." + }, + { + "word": "right", + "start": 2118.8, + "end": 2119.3, + "confidence": 0.083403096, + "speaker": 1, + "speaker_confidence": 0.51464844, + "punctuated_word": "Right." + }, + { + "word": "that", + "start": 2120.06, + "end": 2120.24, + "confidence": 0.8911472, + "speaker": 1, + "speaker_confidence": 0.8017578, + "punctuated_word": "That" + }, + { + "word": "mechanism", + "start": 2120.24, + "end": 2120.74, + "confidence": 0.7646513, + "speaker": 1, + "speaker_confidence": 0.8017578, + "punctuated_word": "mechanism" + }, + { + "word": "has", + "start": 2121.5, + "end": 2121.68, + "confidence": 0.87177855, + "speaker": 1, + "speaker_confidence": 0.8017578, + "punctuated_word": "has" + }, + { + "word": "been", + "start": 2121.68, + "end": 2121.9, + "confidence": 0.8527678, + "speaker": 1, + "speaker_confidence": 0.8017578, + "punctuated_word": "been" + }, + { + "word": "around", + "start": 2121.9, + "end": 2122.2, + "confidence": 0.8424495, + "speaker": 1, + "speaker_confidence": 0.8017578, + "punctuated_word": "around" + }, + { + "word": "now", + "start": 2122.2, + "end": 2122.38, + "confidence": 0.5438191, + "speaker": 1, + "speaker_confidence": 0.8017578, + "punctuated_word": "now" + }, + { + "word": "for", + "start": 2122.38, + "end": 2122.58, + "confidence": 0.7853327, + "speaker": 1, + "speaker_confidence": 0.8017578, + "punctuated_word": "for" + }, + { + "word": "i", + "start": 2122.58, + "end": 2122.68, + "confidence": 0.68703127, + "speaker": 1, + "speaker_confidence": 0.8017578, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 2122.68, + "end": 2122.96, + "confidence": 0.5459959, + "speaker": 1, + "speaker_confidence": 0.8017578, + "punctuated_word": "think" + }, + { + "word": "since", + "start": 2122.96, + "end": 2123.4, + "confidence": 0.8259194, + "speaker": 1, + "speaker_confidence": 0.8017578, + "punctuated_word": "since" + }, + { + "word": "version", + "start": 2123.4, + "end": 2123.8, + "confidence": 0.95316553, + "speaker": 1, + "speaker_confidence": 0.8017578, + "punctuated_word": "version" + }, + { + "word": "29", + "start": 2123.8, + "end": 2124.3, + "confidence": 0.27754903, + "speaker": 1, + "speaker_confidence": 0.8017578, + "punctuated_word": "29." + }, + { + "word": "the", + "start": 2125.16, + "end": 2125.32, + "confidence": 0.8183991, + "speaker": 1, + "speaker_confidence": 0.8017578, + "punctuated_word": "The" + }, + { + "word": "problem", + "start": 2125.32, + "end": 2125.68, + "confidence": 0.8790012, + "speaker": 1, + "speaker_confidence": 0.8017578, + "punctuated_word": "problem" + }, + { + "word": "with", + "start": 2125.68, + "end": 2125.9, + "confidence": 0.86724585, + "speaker": 1, + "speaker_confidence": 0.8017578, + "punctuated_word": "with" + }, + { + "word": "that", + "start": 2125.9, + "end": 2126.0, + "confidence": 0.87858826, + "speaker": 1, + "speaker_confidence": 0.87646484, + "punctuated_word": "that" + }, + { + "word": "mechanism", + "start": 2126.0, + "end": 2126.4, + "confidence": 0.8498273, + "speaker": 1, + "speaker_confidence": 0.87646484, + "punctuated_word": "mechanism" + }, + { + "word": "is", + "start": 2126.4, + "end": 2126.6, + "confidence": 0.8877429, + "speaker": 1, + "speaker_confidence": 0.87646484, + "punctuated_word": "is" + }, + { + "word": "that", + "start": 2126.6, + "end": 2126.76, + "confidence": 0.9878861, + "speaker": 1, + "speaker_confidence": 0.87646484, + "punctuated_word": "that" + }, + { + "word": "it's", + "start": 2126.76, + "end": 2126.98, + "confidence": 0.7391884, + "speaker": 1, + "speaker_confidence": 0.87646484, + "punctuated_word": "it's" + }, + { + "word": "very", + "start": 2126.98, + "end": 2127.24, + "confidence": 0.91294444, + "speaker": 1, + "speaker_confidence": 0.87646484, + "punctuated_word": "very" + }, + { + "word": "easy", + "start": 2127.24, + "end": 2127.48, + "confidence": 0.80804527, + "speaker": 1, + "speaker_confidence": 0.87646484, + "punctuated_word": "easy" + }, + { + "word": "to", + "start": 2127.48, + "end": 2127.66, + "confidence": 0.9502632, + "speaker": 1, + "speaker_confidence": 0.87646484, + "punctuated_word": "to" + }, + { + "word": "attack", + "start": 2127.66, + "end": 2128.16, + "confidence": 0.13515532, + "speaker": 1, + "speaker_confidence": 0.87646484, + "punctuated_word": "attack." + }, + { + "word": "so", + "start": 2128.32, + "end": 2128.66, + "confidence": 0.8965053, + "speaker": 1, + "speaker_confidence": 0.87646484, + "punctuated_word": "So" + }, + { + "word": "you", + "start": 2128.66, + "end": 2128.84, + "confidence": 0.4623435, + "speaker": 1, + "speaker_confidence": 0.87646484, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 2128.84, + "end": 2129.04, + "confidence": 0.79283273, + "speaker": 1, + "speaker_confidence": 0.87646484, + "punctuated_word": "can" + }, + { + "word": "flood", + "start": 2129.04, + "end": 2129.3, + "confidence": 0.8006877, + "speaker": 1, + "speaker_confidence": 0.87646484, + "punctuated_word": "flood" + }, + { + "word": "the", + "start": 2129.3, + "end": 2129.44, + "confidence": 0.91108584, + "speaker": 1, + "speaker_confidence": 0.87646484, + "punctuated_word": "the" + }, + { + "word": "orphanage", + "start": 2129.44, + "end": 2129.94, + "confidence": 0.7951076, + "speaker": 1, + "speaker_confidence": 0.87646484, + "punctuated_word": "orphanage" + }, + { + "word": "basically", + "start": 2129.98, + "end": 2130.48, + "confidence": 0.6865257, + "speaker": 1, + "speaker_confidence": 0.87646484, + "punctuated_word": "basically" + }, + { + "word": "with", + "start": 2130.54, + "end": 2131.04, + "confidence": 0.7817508, + "speaker": 1, + "speaker_confidence": 0.87646484, + "punctuated_word": "with" + }, + { + "word": "infinite", + "start": 2131.1, + "end": 2131.6, + "confidence": 0.84990937, + "speaker": 1, + "speaker_confidence": 0.87646484, + "punctuated_word": "infinite" + }, + { + "word": "child", + "start": 2131.86, + "end": 2132.16, + "confidence": 0.37860188, + "speaker": 1, + "speaker_confidence": 0.87646484, + "punctuated_word": "child" + }, + { + "word": "transactions", + "start": 2132.16, + "end": 2132.66, + "confidence": 0.09702493, + "speaker": 1, + "speaker_confidence": 0.87646484, + "punctuated_word": "transactions." + }, + { + "word": "that", + "start": 2133.42, + "end": 2133.62, + "confidence": 0.8699234, + "speaker": 1, + "speaker_confidence": 0.87646484, + "punctuated_word": "That" + }, + { + "word": "can", + "start": 2133.62, + "end": 2133.82, + "confidence": 0.90529084, + "speaker": 1, + "speaker_confidence": 0.87646484, + "punctuated_word": "can" + }, + { + "word": "just", + "start": 2133.82, + "end": 2134.0, + "confidence": 0.617814, + "speaker": 1, + "speaker_confidence": 0.87646484, + "punctuated_word": "just" + }, + { + "word": "be", + "start": 2134.0, + "end": 2134.12, + "confidence": 0.85541713, + "speaker": 1, + "speaker_confidence": 0.87646484, + "punctuated_word": "be" + }, + { + "word": "complete", + "start": 2134.12, + "end": 2134.46, + "confidence": 0.762725, + "speaker": 1, + "speaker_confidence": 0.87646484, + "punctuated_word": "complete" + }, + { + "word": "garbage", + "start": 2134.46, + "end": 2134.84, + "confidence": 0.4541204, + "speaker": 1, + "speaker_confidence": 0.87646484, + "punctuated_word": "garbage" + }, + { + "word": "transactions", + "start": 2134.84, + "end": 2135.28, + "confidence": 0.99981576, + "speaker": 1, + "speaker_confidence": 0.87646484, + "punctuated_word": "transactions" + }, + { + "word": "because", + "start": 2135.28, + "end": 2135.38, + "confidence": 0.7903011, + "speaker": 1, + "speaker_confidence": 0.5732422, + "punctuated_word": "because" + }, + { + "word": "the", + "start": 2135.38, + "end": 2135.54, + "confidence": 0.84771174, + "speaker": 1, + "speaker_confidence": 0.5732422, + "punctuated_word": "the" + }, + { + "word": "node", + "start": 2135.54, + "end": 2135.74, + "confidence": 0.90702826, + "speaker": 1, + "speaker_confidence": 0.5732422, + "punctuated_word": "node" + }, + { + "word": "has", + "start": 2135.74, + "end": 2135.9, + "confidence": 0.9008262, + "speaker": 1, + "speaker_confidence": 0.5732422, + "punctuated_word": "has" + }, + { + "word": "no", + "start": 2135.9, + "end": 2136.04, + "confidence": 0.8315001, + "speaker": 1, + "speaker_confidence": 0.5732422, + "punctuated_word": "no" + }, + { + "word": "way", + "start": 2136.04, + "end": 2136.24, + "confidence": 0.8120556, + "speaker": 1, + "speaker_confidence": 0.5732422, + "punctuated_word": "way" + }, + { + "word": "to", + "start": 2136.24, + "end": 2136.38, + "confidence": 0.44647363, + "speaker": 1, + "speaker_confidence": 0.5732422, + "punctuated_word": "to" + }, + { + "word": "know", + "start": 2136.38, + "end": 2136.6, + "confidence": 0.9998827, + "speaker": 1, + "speaker_confidence": 0.5732422, + "punctuated_word": "know" + }, + { + "word": "that", + "start": 2136.6, + "end": 2136.72, + "confidence": 0.74887013, + "speaker": 1, + "speaker_confidence": 0.5732422, + "punctuated_word": "that" + }, + { + "word": "a", + "start": 2136.72, + "end": 2136.82, + "confidence": 0.8735068, + "speaker": 1, + "speaker_confidence": 0.62060547, + "punctuated_word": "a" + }, + { + "word": "child", + "start": 2136.82, + "end": 2137.04, + "confidence": 0.99731416, + "speaker": 1, + "speaker_confidence": 0.62060547, + "punctuated_word": "child" + }, + { + "word": "is", + "start": 2137.04, + "end": 2137.2, + "confidence": 0.8949504, + "speaker": 1, + "speaker_confidence": 0.62060547, + "punctuated_word": "is" + }, + { + "word": "a", + "start": 2137.2, + "end": 2137.36, + "confidence": 0.82277876, + "speaker": 1, + "speaker_confidence": 0.62060547, + "punctuated_word": "a" + }, + { + "word": "real", + "start": 2137.36, + "end": 2137.54, + "confidence": 0.88665956, + "speaker": 1, + "speaker_confidence": 0.62060547, + "punctuated_word": "real" + }, + { + "word": "transaction", + "start": 2137.54, + "end": 2138.04, + "confidence": 0.11703561, + "speaker": 1, + "speaker_confidence": 0.62060547, + "punctuated_word": "transaction." + }, + { + "word": "so", + "start": 2138.86, + "end": 2139.0, + "confidence": 0.9983045, + "speaker": 1, + "speaker_confidence": 0.08886719, + "punctuated_word": "So" + }, + { + "word": "it's", + "start": 2139.0, + "end": 2139.3, + "confidence": 0.67006147, + "speaker": 1, + "speaker_confidence": 0.73535156, + "punctuated_word": "it's" + }, + { + "word": "essentially", + "start": 2139.3, + "end": 2139.8, + "confidence": 0.8669491, + "speaker": 1, + "speaker_confidence": 0.73535156, + "punctuated_word": "essentially" + }, + { + "word": "free", + "start": 2140.08, + "end": 2140.56, + "confidence": 0.80919886, + "speaker": 1, + "speaker_confidence": 0.73535156, + "punctuated_word": "free" + }, + { + "word": "to", + "start": 2140.56, + "end": 2141.06, + "confidence": 0.13476968, + "speaker": 1, + "speaker_confidence": 0.73535156, + "punctuated_word": "to," + }, + { + "word": "if", + "start": 2141.64, + "end": 2141.82, + "confidence": 0.8181964, + "speaker": 1, + "speaker_confidence": 0.73535156, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 2141.82, + "end": 2141.94, + "confidence": 0.8789724, + "speaker": 1, + "speaker_confidence": 0.73535156, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 2141.94, + "end": 2142.16, + "confidence": 0.8584649, + "speaker": 1, + "speaker_confidence": 0.76464844, + "punctuated_word": "know" + }, + { + "word": "what", + "start": 2142.16, + "end": 2142.34, + "confidence": 0.8913035, + "speaker": 1, + "speaker_confidence": 0.76464844, + "punctuated_word": "what" + }, + { + "word": "peer", + "start": 2142.34, + "end": 2142.6, + "confidence": 0.8203489, + "speaker": 1, + "speaker_confidence": 0.76464844, + "punctuated_word": "peer" + }, + { + "word": "you", + "start": 2142.6, + "end": 2142.72, + "confidence": 0.8961655, + "speaker": 1, + "speaker_confidence": 0.76464844, + "punctuated_word": "you" + }, + { + "word": "want", + "start": 2142.72, + "end": 2142.98, + "confidence": 0.8209891, + "speaker": 1, + "speaker_confidence": 0.76464844, + "punctuated_word": "want" + }, + { + "word": "to", + "start": 2142.98, + "end": 2143.1, + "confidence": 0.83988243, + "speaker": 1, + "speaker_confidence": 0.76464844, + "punctuated_word": "to" + }, + { + "word": "influence", + "start": 2143.1, + "end": 2143.58, + "confidence": 0.5132058, + "speaker": 1, + "speaker_confidence": 0.76464844, + "punctuated_word": "influence," + }, + { + "word": "you", + "start": 2143.58, + "end": 2144.08, + "confidence": 0.553915, + "speaker": 1, + "speaker_confidence": 0.76464844, + "punctuated_word": "you" + }, + { + "word": "just", + "start": 2147.04, + "end": 2147.14, + "confidence": 0.7412241, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "just" + }, + { + "word": "flood", + "start": 2147.14, + "end": 2147.44, + "confidence": 0.80229515, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "flood" + }, + { + "word": "them", + "start": 2147.44, + "end": 2147.94, + "confidence": 0.9068018, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "them" + }, + { + "word": "with", + "start": 2147.98, + "end": 2148.18, + "confidence": 0.99923503, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "with" + }, + { + "word": "orphans", + "start": 2148.18, + "end": 2148.68, + "confidence": 0.51807195, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "orphans" + }, + { + "word": "basically", + "start": 2148.72, + "end": 2149.22, + "confidence": 0.9717255, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "basically." + }, + { + "word": "and", + "start": 2149.5, + "end": 2149.7, + "confidence": 0.9996631, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "And" + }, + { + "word": "it's", + "start": 2149.7, + "end": 2149.94, + "confidence": 0.95619935, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "it's" + }, + { + "word": "a", + "start": 2149.94, + "end": 2150.06, + "confidence": 0.7150369, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "a" + }, + { + "word": "first", + "start": 2150.06, + "end": 2150.28, + "confidence": 0.48460266, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "first" + }, + { + "word": "in", + "start": 2150.28, + "end": 2150.46, + "confidence": 0.82448703, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "in" + }, + { + "word": "first", + "start": 2150.46, + "end": 2150.68, + "confidence": 0.8631492, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "first" + }, + { + "word": "out", + "start": 2150.68, + "end": 2150.92, + "confidence": 0.6113269, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "out" + }, + { + "word": "system", + "start": 2150.92, + "end": 2151.28, + "confidence": 0.08235089, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "system," + }, + { + "word": "so", + "start": 2151.28, + "end": 2151.6, + "confidence": 0.5345096, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "so" + }, + { + "word": "once", + "start": 2151.6, + "end": 2151.96, + "confidence": 0.92662567, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "once" + }, + { + "word": "100", + "start": 2151.96, + "end": 2152.36, + "confidence": 0.999498, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "100" + }, + { + "word": "orphans", + "start": 2152.36, + "end": 2152.76, + "confidence": 0.89268035, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "orphans" + }, + { + "word": "are", + "start": 2152.76, + "end": 2152.96, + "confidence": 0.9457901, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "are" + }, + { + "word": "there", + "start": 2152.96, + "end": 2153.46, + "confidence": 0.09885857, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "there," + }, + { + "word": "you", + "start": 2154.0, + "end": 2154.16, + "confidence": 0.8080323, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "you" + }, + { + "word": "just", + "start": 2154.16, + "end": 2154.34, + "confidence": 0.8682333, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "just" + }, + { + "word": "replace", + "start": 2154.34, + "end": 2154.72, + "confidence": 0.7947869, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "replace" + }, + { + "word": "all", + "start": 2154.72, + "end": 2154.88, + "confidence": 0.9052888, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "all" + }, + { + "word": "100", + "start": 2154.88, + "end": 2155.16, + "confidence": 0.73698914, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "100" + }, + { + "word": "of", + "start": 2155.16, + "end": 2155.28, + "confidence": 0.37065056, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "of" + }, + { + "word": "them", + "start": 2155.28, + "end": 2155.56, + "confidence": 0.15068068, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "them," + }, + { + "word": "and", + "start": 2155.56, + "end": 2155.76, + "confidence": 0.877905, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "and" + }, + { + "word": "there's", + "start": 2155.76, + "end": 2156.0, + "confidence": 0.9149609, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "there's" + }, + { + "word": "no", + "start": 2156.0, + "end": 2156.14, + "confidence": 0.99917525, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "no" + }, + { + "word": "orphans", + "start": 2156.14, + "end": 2156.52, + "confidence": 0.7867391, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "orphans" + }, + { + "word": "anymore", + "start": 2156.52, + "end": 2156.96, + "confidence": 0.23354945, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "anymore." + }, + { + "word": "and", + "start": 2156.96, + "end": 2157.1, + "confidence": 0.795135, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "And" + }, + { + "word": "so", + "start": 2157.1, + "end": 2157.34, + "confidence": 0.79132503, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "so" + }, + { + "word": "this", + "start": 2157.34, + "end": 2157.84, + "confidence": 0.8953193, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "this" + }, + { + "word": "relay", + "start": 2158.06, + "end": 2158.34, + "confidence": 0.8581505, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "relay" + }, + { + "word": "mechanism", + "start": 2158.34, + "end": 2158.84, + "confidence": 0.999977, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "mechanism" + }, + { + "word": "doesn't", + "start": 2158.84, + "end": 2159.16, + "confidence": 0.8184866, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "doesn't" + }, + { + "word": "work", + "start": 2159.16, + "end": 2159.44, + "confidence": 0.5778955, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "work." + }, + { + "word": "so", + "start": 2159.44, + "end": 2159.64, + "confidence": 0.903104, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "So" + }, + { + "word": "i", + "start": 2159.64, + "end": 2159.78, + "confidence": 0.7081655, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "I" + }, + { + "word": "guess", + "start": 2159.78, + "end": 2160.06, + "confidence": 0.79429555, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "guess" + }, + { + "word": "in", + "start": 2160.06, + "end": 2160.26, + "confidence": 0.56298184, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 2160.26, + "end": 2160.42, + "confidence": 0.7595249, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "the" + }, + { + "word": "lightning", + "start": 2160.42, + "end": 2160.76, + "confidence": 0.53514034, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "lightning" + }, + { + "word": "scenario", + "start": 2160.76, + "end": 2161.26, + "confidence": 0.69854736, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "scenario," + }, + { + "word": "if", + "start": 2162.3, + "end": 2162.8, + "confidence": 0.75089955, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 2163.1, + "end": 2163.28, + "confidence": 0.8007539, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "you" + }, + { + "word": "are", + "start": 2163.28, + "end": 2163.54, + "confidence": 0.8597639, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "are" + }, + { + "word": "trying", + "start": 2163.54, + "end": 2163.82, + "confidence": 0.8110556, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "trying" + }, + { + "word": "to", + "start": 2163.82, + "end": 2163.96, + "confidence": 0.7393807, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "to" + }, + { + "word": "attack", + "start": 2163.96, + "end": 2164.34, + "confidence": 0.6211279, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "attack" + }, + { + "word": "your", + "start": 2164.34, + "end": 2164.54, + "confidence": 0.9538821, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "your" + }, + { + "word": "counterparty", + "start": 2164.54, + "end": 2165.04, + "confidence": 0.052232582, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "counterparty" + }, + { + "word": "and", + "start": 2165.8, + "end": 2165.98, + "confidence": 0.7798537, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "and" + }, + { + "word": "you", + "start": 2165.98, + "end": 2166.1, + "confidence": 0.809808, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "you" + }, + { + "word": "roughly", + "start": 2166.1, + "end": 2166.5, + "confidence": 0.86073494, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "roughly" + }, + { + "word": "know", + "start": 2166.5, + "end": 2166.76, + "confidence": 0.8384952, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "know" + }, + { + "word": "what", + "start": 2166.76, + "end": 2166.9, + "confidence": 0.7143792, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "what" + }, + { + "word": "peers", + "start": 2166.9, + "end": 2167.16, + "confidence": 0.7532875, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "peers" + }, + { + "word": "they're", + "start": 2167.16, + "end": 2167.36, + "confidence": 0.733921, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "they're" + }, + { + "word": "connected", + "start": 2167.36, + "end": 2167.76, + "confidence": 0.5519903, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "connected" + }, + { + "word": "to", + "start": 2167.76, + "end": 2168.26, + "confidence": 0.08687755, + "speaker": 1, + "speaker_confidence": 0.95996094, + "punctuated_word": "to," + }, + { + "word": "maybe", + "start": 2169.02, + "end": 2169.44, + "confidence": 0.87110233, + "speaker": 0, + "speaker_confidence": 0.0, + "punctuated_word": "maybe" + }, + { + "word": "you", + "start": 2169.44, + "end": 2169.72, + "confidence": 0.7983094, + "speaker": 0, + "speaker_confidence": 0.0, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 2169.72, + "end": 2170.22, + "confidence": 0.89991885, + "speaker": 1, + "speaker_confidence": 0.90722656, + "punctuated_word": "can" + }, + { + "word": "blast", + "start": 2170.44, + "end": 2170.94, + "confidence": 0.8413021, + "speaker": 1, + "speaker_confidence": 0.90722656, + "punctuated_word": "blast" + }, + { + "word": "their", + "start": 2171.26, + "end": 2171.48, + "confidence": 0.97413504, + "speaker": 1, + "speaker_confidence": 0.90722656, + "punctuated_word": "their" + }, + { + "word": "orphanages", + "start": 2171.48, + "end": 2171.98, + "confidence": 0.8156127, + "speaker": 1, + "speaker_confidence": 0.90722656, + "punctuated_word": "orphanages" + }, + { + "word": "out", + "start": 2172.16, + "end": 2172.66, + "confidence": 0.9845213, + "speaker": 1, + "speaker_confidence": 0.90722656, + "punctuated_word": "out" + }, + { + "word": "and", + "start": 2172.84, + "end": 2173.04, + "confidence": 0.80585784, + "speaker": 1, + "speaker_confidence": 0.90722656, + "punctuated_word": "and" + }, + { + "word": "then", + "start": 2173.04, + "end": 2173.26, + "confidence": 0.84942657, + "speaker": 1, + "speaker_confidence": 0.90722656, + "punctuated_word": "then" + }, + { + "word": "your", + "start": 2173.26, + "end": 2173.74, + "confidence": 0.79522777, + "speaker": 1, + "speaker_confidence": 0.90722656, + "punctuated_word": "your" + }, + { + "word": "peer", + "start": 2173.74, + "end": 2174.02, + "confidence": 0.89135265, + "speaker": 1, + "speaker_confidence": 0.90722656, + "punctuated_word": "peer" + }, + { + "word": "will", + "start": 2174.02, + "end": 2174.18, + "confidence": 0.9012446, + "speaker": 1, + "speaker_confidence": 0.90722656, + "punctuated_word": "will" + }, + { + "word": "not", + "start": 2174.18, + "end": 2174.34, + "confidence": 0.8853452, + "speaker": 1, + "speaker_confidence": 0.90722656, + "punctuated_word": "not" + }, + { + "word": "be", + "start": 2174.34, + "end": 2174.48, + "confidence": 0.89636886, + "speaker": 1, + "speaker_confidence": 0.90722656, + "punctuated_word": "be" + }, + { + "word": "able", + "start": 2174.48, + "end": 2174.64, + "confidence": 0.90799713, + "speaker": 1, + "speaker_confidence": 0.90722656, + "punctuated_word": "able" + }, + { + "word": "to", + "start": 2174.64, + "end": 2174.76, + "confidence": 0.87999976, + "speaker": 1, + "speaker_confidence": 0.90722656, + "punctuated_word": "to" + }, + { + "word": "get", + "start": 2174.76, + "end": 2175.04, + "confidence": 0.7126088, + "speaker": 1, + "speaker_confidence": 0.90722656, + "punctuated_word": "get" + }, + { + "word": "their", + "start": 2175.04, + "end": 2175.54, + "confidence": 0.7401985, + "speaker": 1, + "speaker_confidence": 0.90722656, + "punctuated_word": "their" + }, + { + "word": "penalty", + "start": 2175.72, + "end": 2176.16, + "confidence": 0.7936106, + "speaker": 1, + "speaker_confidence": 0.90722656, + "punctuated_word": "penalty" + }, + { + "word": "transaction", + "start": 2176.16, + "end": 2176.64, + "confidence": 0.47242004, + "speaker": 1, + "speaker_confidence": 0.90722656, + "punctuated_word": "transaction" + }, + { + "word": "out", + "start": 2176.64, + "end": 2177.14, + "confidence": 0.2726603, + "speaker": 1, + "speaker_confidence": 0.90722656, + "punctuated_word": "out." + }, + { + "word": "something", + "start": 2177.16, + "end": 2177.54, + "confidence": 0.8790813, + "speaker": 1, + "speaker_confidence": 0.90722656, + "punctuated_word": "Something" + }, + { + "word": "like", + "start": 2177.54, + "end": 2177.72, + "confidence": 0.74148566, + "speaker": 1, + "speaker_confidence": 0.90722656, + "punctuated_word": "like" + }, + { + "word": "that", + "start": 2177.72, + "end": 2177.84, + "confidence": 0.8470376, + "speaker": 1, + "speaker_confidence": 0.47802734, + "punctuated_word": "that," + }, + { + "word": "that", + "start": 2177.84, + "end": 2178.0, + "confidence": 0.8880551, + "speaker": 1, + "speaker_confidence": 0.47802734, + "punctuated_word": "that" + }, + { + "word": "would", + "start": 2178.0, + "end": 2178.16, + "confidence": 0.81487644, + "speaker": 1, + "speaker_confidence": 0.47802734, + "punctuated_word": "would" + }, + { + "word": "be", + "start": 2178.16, + "end": 2178.28, + "confidence": 0.8300524, + "speaker": 1, + "speaker_confidence": 0.47802734, + "punctuated_word": "be" + }, + { + "word": "the", + "start": 2178.28, + "end": 2178.48, + "confidence": 0.9860848, + "speaker": 1, + "speaker_confidence": 0.47802734, + "punctuated_word": "the" + }, + { + "word": "risk", + "start": 2178.48, + "end": 2178.98, + "confidence": 0.20675133, + "speaker": 1, + "speaker_confidence": 0.47802734, + "punctuated_word": "risk." + }, + { + "word": "yes", + "start": 2179.02, + "end": 2179.24, + "confidence": 0.60086185, + "speaker": 0, + "speaker_confidence": 0.22998047, + "punctuated_word": "Yes," + }, + { + "word": "i", + "start": 2179.24, + "end": 2179.34, + "confidence": 0.53878, + "speaker": 0, + "speaker_confidence": 0.22998047, + "punctuated_word": "I" + }, + { + "word": "would", + "start": 2179.34, + "end": 2179.64, + "confidence": 0.8169133, + "speaker": 0, + "speaker_confidence": 0.22998047, + "punctuated_word": "would" + }, + { + "word": "feel", + "start": 2179.64, + "end": 2180.14, + "confidence": 0.31757954, + "speaker": 0, + "speaker_confidence": 0.22998047, + "punctuated_word": "feel." + }, + { + "word": "so", + "start": 2180.54, + "end": 2180.74, + "confidence": 0.878789, + "speaker": 1, + "speaker_confidence": 0.7890625, + "punctuated_word": "So" + }, + { + "word": "version", + "start": 2180.74, + "end": 2181.06, + "confidence": 0.7329552, + "speaker": 1, + "speaker_confidence": 0.7890625, + "punctuated_word": "version" + }, + { + "word": "30", + "start": 2181.06, + "end": 2181.38, + "confidence": 0.8059416, + "speaker": 1, + "speaker_confidence": 0.7890625, + "punctuated_word": "30" + }, + { + "word": "makes", + "start": 2181.38, + "end": 2181.66, + "confidence": 0.7643563, + "speaker": 1, + "speaker_confidence": 0.7890625, + "punctuated_word": "makes" + }, + { + "word": "the", + "start": 2181.66, + "end": 2181.78, + "confidence": 0.9159015, + "speaker": 1, + "speaker_confidence": 0.7890625, + "punctuated_word": "the" + }, + { + "word": "orphanage", + "start": 2181.78, + "end": 2182.2, + "confidence": 0.9832304, + "speaker": 1, + "speaker_confidence": 0.7890625, + "punctuated_word": "orphanage" + }, + { + "word": "a", + "start": 2182.2, + "end": 2182.26, + "confidence": 0.71476036, + "speaker": 1, + "speaker_confidence": 0.7890625, + "punctuated_word": "a" + }, + { + "word": "lot", + "start": 2182.26, + "end": 2182.54, + "confidence": 0.9232134, + "speaker": 1, + "speaker_confidence": 0.7890625, + "punctuated_word": "lot" + }, + { + "word": "stronger", + "start": 2182.54, + "end": 2183.04, + "confidence": 0.4145665, + "speaker": 1, + "speaker_confidence": 0.7890625, + "punctuated_word": "stronger." + }, + { + "word": "it", + "start": 2184.24, + "end": 2184.44, + "confidence": 0.9089975, + "speaker": 1, + "speaker_confidence": 0.7890625, + "punctuated_word": "It" + }, + { + "word": "basically", + "start": 2184.44, + "end": 2184.94, + "confidence": 0.782645, + "speaker": 1, + "speaker_confidence": 0.7890625, + "punctuated_word": "basically," + }, + { + "word": "well", + "start": 2185.58, + "end": 2186.08, + "confidence": 0.8437275, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "well," + }, + { + "word": "i", + "start": 2186.12, + "end": 2186.32, + "confidence": 0.99998605, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 2186.32, + "end": 2186.64, + "confidence": 0.73795426, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "don't" + }, + { + "word": "understand", + "start": 2186.64, + "end": 2187.04, + "confidence": 0.8031814, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "understand" + }, + { + "word": "the", + "start": 2187.04, + "end": 2187.16, + "confidence": 0.8538433, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "the" + }, + { + "word": "full", + "start": 2187.16, + "end": 2187.38, + "confidence": 0.62057143, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "full" + }, + { + "word": "mechanism", + "start": 2187.38, + "end": 2187.8, + "confidence": 0.6685258, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "mechanism," + }, + { + "word": "but", + "start": 2187.8, + "end": 2188.02, + "confidence": 0.8840522, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "but" + }, + { + "word": "it", + "start": 2188.02, + "end": 2188.2, + "confidence": 0.8128191, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "it" + }, + { + "word": "boils", + "start": 2188.2, + "end": 2188.58, + "confidence": 0.8995418, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "boils" + }, + { + "word": "down", + "start": 2188.58, + "end": 2188.84, + "confidence": 0.4731054, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "down" + }, + { + "word": "to", + "start": 2188.84, + "end": 2189.34, + "confidence": 0.6638004, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "to," + }, + { + "word": "if", + "start": 2190.06, + "end": 2190.56, + "confidence": 0.81204116, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "If" + }, + { + "word": "one", + "start": 2190.86, + "end": 2191.08, + "confidence": 0.69792134, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "one" + }, + { + "word": "of", + "start": 2191.08, + "end": 2191.28, + "confidence": 0.54158974, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "of" + }, + { + "word": "your", + "start": 2191.28, + "end": 2191.62, + "confidence": 0.8445113, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "your," + }, + { + "word": "let's", + "start": 2191.62, + "end": 2191.82, + "confidence": 0.8970455, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "let's" + }, + { + "word": "say", + "start": 2191.82, + "end": 2192.02, + "confidence": 0.8824416, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "say" + }, + { + "word": "you", + "start": 2192.02, + "end": 2192.22, + "confidence": 0.7656055, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "you" + }, + { + "word": "have", + "start": 2192.22, + "end": 2192.48, + "confidence": 0.9345443, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "have" + }, + { + "word": "10", + "start": 2192.48, + "end": 2192.68, + "confidence": 0.4930424, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "10" + }, + { + "word": "peers", + "start": 2192.68, + "end": 2193.12, + "confidence": 0.28922927, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "peers," + }, + { + "word": "and", + "start": 2193.12, + "end": 2193.38, + "confidence": 0.90579194, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "and" + }, + { + "word": "one", + "start": 2193.38, + "end": 2193.58, + "confidence": 0.80552095, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "one" + }, + { + "word": "of", + "start": 2193.58, + "end": 2194.02, + "confidence": 0.9239553, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "of" + }, + { + "word": "your", + "start": 2194.02, + "end": 2194.24, + "confidence": 0.79954684, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "your" + }, + { + "word": "peers", + "start": 2194.24, + "end": 2194.64, + "confidence": 0.98244977, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "peers" + }, + { + "word": "starts", + "start": 2194.64, + "end": 2195.08, + "confidence": 0.8751804, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "starts" + }, + { + "word": "misbehaving", + "start": 2195.08, + "end": 2195.58, + "confidence": 0.99534386, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "misbehaving" + }, + { + "word": "by", + "start": 2195.72, + "end": 2195.9, + "confidence": 0.891937, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "by" + }, + { + "word": "sending", + "start": 2195.9, + "end": 2196.22, + "confidence": 0.79180396, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "sending" + }, + { + "word": "you", + "start": 2196.22, + "end": 2196.4, + "confidence": 0.8919128, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "you" + }, + { + "word": "tons", + "start": 2196.4, + "end": 2196.74, + "confidence": 0.8065196, + "speaker": 1, + "speaker_confidence": 0.92089844, + "punctuated_word": "tons" + }, + { + "word": "and", + "start": 2196.74, + "end": 2196.86, + "confidence": 0.9014439, + "speaker": 1, + "speaker_confidence": 0.71972656, + "punctuated_word": "and" + }, + { + "word": "tons", + "start": 2196.86, + "end": 2197.36, + "confidence": 0.90017503, + "speaker": 1, + "speaker_confidence": 0.71972656, + "punctuated_word": "tons" + }, + { + "word": "of", + "start": 2197.36, + "end": 2197.6, + "confidence": 0.99946743, + "speaker": 1, + "speaker_confidence": 0.71972656, + "punctuated_word": "of" + }, + { + "word": "orphans", + "start": 2197.6, + "end": 2198.1, + "confidence": 0.96229815, + "speaker": 1, + "speaker_confidence": 0.71972656, + "punctuated_word": "orphans," + }, + { + "word": "you're", + "start": 2199.24, + "end": 2199.44, + "confidence": 0.8889454, + "speaker": 1, + "speaker_confidence": 0.71972656, + "punctuated_word": "you're" + }, + { + "word": "not", + "start": 2199.44, + "end": 2199.72, + "confidence": 0.8509367, + "speaker": 1, + "speaker_confidence": 0.71972656, + "punctuated_word": "not" + }, + { + "word": "just", + "start": 2199.72, + "end": 2199.9, + "confidence": 0.9063176, + "speaker": 1, + "speaker_confidence": 0.71972656, + "punctuated_word": "just" + }, + { + "word": "going", + "start": 2199.9, + "end": 2200.12, + "confidence": 0.9472793, + "speaker": 1, + "speaker_confidence": 0.71972656, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 2200.12, + "end": 2200.24, + "confidence": 0.73596483, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "to" + }, + { + "word": "flush", + "start": 2200.24, + "end": 2200.58, + "confidence": 0.8956282, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "flush" + }, + { + "word": "them", + "start": 2200.58, + "end": 2200.76, + "confidence": 0.93423915, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "them" + }, + { + "word": "all", + "start": 2200.76, + "end": 2201.26, + "confidence": 0.36255315, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "all." + }, + { + "word": "you're", + "start": 2201.28, + "end": 2201.54, + "confidence": 0.85806197, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "You're" + }, + { + "word": "only", + "start": 2201.54, + "end": 2202.04, + "confidence": 0.85728997, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "only," + }, + { + "word": "if", + "start": 2202.56, + "end": 2202.78, + "confidence": 0.8903144, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "if" + }, + { + "word": "another", + "start": 2202.78, + "end": 2203.18, + "confidence": 0.7882483, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "another" + }, + { + "word": "peer", + "start": 2203.18, + "end": 2203.68, + "confidence": 0.5284027, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "peer" + }, + { + "word": "also", + "start": 2203.84, + "end": 2204.18, + "confidence": 0.8936869, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "also" + }, + { + "word": "sent", + "start": 2204.18, + "end": 2204.44, + "confidence": 0.8325263, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "sent" + }, + { + "word": "you", + "start": 2204.44, + "end": 2204.6, + "confidence": 0.79087305, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "you" + }, + { + "word": "that", + "start": 2204.6, + "end": 2204.76, + "confidence": 0.91201955, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "that" + }, + { + "word": "orphan", + "start": 2204.76, + "end": 2205.04, + "confidence": 0.7037129, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "orphan," + }, + { + "word": "you're", + "start": 2205.04, + "end": 2205.24, + "confidence": 0.67830634, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "you're" + }, + { + "word": "gonna", + "start": 2205.24, + "end": 2205.44, + "confidence": 0.5019042, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "gonna" + }, + { + "word": "hold", + "start": 2205.44, + "end": 2205.66, + "confidence": 0.90127623, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "hold" + }, + { + "word": "onto", + "start": 2205.66, + "end": 2205.92, + "confidence": 0.9811794, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "onto" + }, + { + "word": "it", + "start": 2205.92, + "end": 2206.42, + "confidence": 0.03256664, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "it." + }, + { + "word": "so", + "start": 2207.08, + "end": 2207.32, + "confidence": 0.99011606, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "So" + }, + { + "word": "there's", + "start": 2207.32, + "end": 2207.64, + "confidence": 0.85185117, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "there's" + }, + { + "word": "just", + "start": 2207.64, + "end": 2207.86, + "confidence": 0.82580614, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "just" + }, + { + "word": "a", + "start": 2207.86, + "end": 2207.96, + "confidence": 0.7628377, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "a" + }, + { + "word": "better", + "start": 2207.96, + "end": 2208.22, + "confidence": 0.86292857, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "better" + }, + { + "word": "accounting", + "start": 2208.22, + "end": 2208.64, + "confidence": 0.33028674, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "accounting" + }, + { + "word": "system", + "start": 2208.64, + "end": 2209.0, + "confidence": 0.9987804, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "system" + }, + { + "word": "that", + "start": 2209.0, + "end": 2209.12, + "confidence": 0.9063217, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "that" + }, + { + "word": "makes", + "start": 2209.12, + "end": 2209.3, + "confidence": 0.87252045, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "makes" + }, + { + "word": "it", + "start": 2209.3, + "end": 2209.44, + "confidence": 0.8471163, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "it" + }, + { + "word": "more", + "start": 2209.44, + "end": 2209.6, + "confidence": 0.89219356, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "more" + }, + { + "word": "difficult", + "start": 2209.6, + "end": 2209.96, + "confidence": 0.8274216, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "difficult" + }, + { + "word": "to", + "start": 2209.96, + "end": 2210.08, + "confidence": 0.8091373, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "to" + }, + { + "word": "attack", + "start": 2210.08, + "end": 2210.5, + "confidence": 0.7810949, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "attack" + }, + { + "word": "the", + "start": 2210.5, + "end": 2210.64, + "confidence": 0.8954335, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "the" + }, + { + "word": "orphanage", + "start": 2210.64, + "end": 2211.14, + "confidence": 0.97950554, + "speaker": 1, + "speaker_confidence": 0.9277344, + "punctuated_word": "orphanage." + }, + { + "word": "bitcoin", + "start": 2212.12, + "end": 2212.42, + "confidence": 0.84339225, + "speaker": 0, + "speaker_confidence": 0.6040039, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 2212.42, + "end": 2212.58, + "confidence": 0.7541233, + "speaker": 0, + "speaker_confidence": 0.6040039, + "punctuated_word": "Core" + }, + { + "word": "is", + "start": 2212.58, + "end": 2212.8, + "confidence": 0.816361, + "speaker": 0, + "speaker_confidence": 0.6040039, + "punctuated_word": "is" + }, + { + "word": "protecting", + "start": 2212.8, + "end": 2213.3, + "confidence": 0.8284896, + "speaker": 0, + "speaker_confidence": 0.6040039, + "punctuated_word": "protecting" + }, + { + "word": "the", + "start": 2213.36, + "end": 2213.48, + "confidence": 0.95571524, + "speaker": 0, + "speaker_confidence": 0.6040039, + "punctuated_word": "the" + }, + { + "word": "kids", + "start": 2213.48, + "end": 2213.98, + "confidence": 0.3623929, + "speaker": 0, + "speaker_confidence": 0.6040039, + "punctuated_word": "kids." + }, + { + "word": "exactly", + "start": 2214.34, + "end": 2214.84, + "confidence": 0.9338486, + "speaker": 1, + "speaker_confidence": 0.5644531, + "punctuated_word": "Exactly," + }, + { + "word": "yeah", + "start": 2215.08, + "end": 2215.44, + "confidence": 0.8634696, + "speaker": 1, + "speaker_confidence": 0.5644531, + "punctuated_word": "yeah," + }, + { + "word": "yeah", + "start": 2215.44, + "end": 2215.94, + "confidence": 0.3000162, + "speaker": 1, + "speaker_confidence": 0.5644531, + "punctuated_word": "yeah." + }, + { + "word": "protect", + "start": 2216.24, + "end": 2216.58, + "confidence": 0.7031172, + "speaker": 1, + "speaker_confidence": 0.5644531, + "punctuated_word": "Protect" + }, + { + "word": "the", + "start": 2216.58, + "end": 2216.78, + "confidence": 0.99735343, + "speaker": 1, + "speaker_confidence": 0.5644531, + "punctuated_word": "the" + }, + { + "word": "children", + "start": 2216.78, + "end": 2217.28, + "confidence": 0.17338394, + "speaker": 1, + "speaker_confidence": 0.5644531, + "punctuated_word": "children." + }, + { + "word": "okay", + "start": 2218.26, + "end": 2218.76, + "confidence": 0.9012855, + "speaker": 0, + "speaker_confidence": 0.62939453, + "punctuated_word": "Okay," + }, + { + "word": "so", + "start": 2218.78, + "end": 2219.02, + "confidence": 0.47449943, + "speaker": 0, + "speaker_confidence": 0.62939453, + "punctuated_word": "so" + }, + { + "word": "the", + "start": 2219.02, + "end": 2219.14, + "confidence": 0.83074105, + "speaker": 0, + "speaker_confidence": 0.62939453, + "punctuated_word": "the" + }, + { + "word": "orphanage", + "start": 2219.14, + "end": 2219.62, + "confidence": 0.8963736, + "speaker": 0, + "speaker_confidence": 0.62939453, + "punctuated_word": "orphanage" + }, + { + "word": "is", + "start": 2219.62, + "end": 2219.78, + "confidence": 0.8117979, + "speaker": 0, + "speaker_confidence": 0.62939453, + "punctuated_word": "is" + }, + { + "word": "more", + "start": 2219.78, + "end": 2220.28, + "confidence": 0.8937532, + "speaker": 0, + "speaker_confidence": 0.62939453, + "punctuated_word": "more" + }, + { + "word": "robust", + "start": 2220.28, + "end": 2220.78, + "confidence": 0.90414506, + "speaker": 0, + "speaker_confidence": 0.62939453, + "punctuated_word": "robust" + }, + { + "word": "now", + "start": 2220.84, + "end": 2221.34, + "confidence": 0.6732971, + "speaker": 0, + "speaker_confidence": 0.62939453, + "punctuated_word": "now." + }, + { + "word": "next", + "start": 2221.6, + "end": 2221.88, + "confidence": 0.60085255, + "speaker": 0, + "speaker_confidence": 0.62939453, + "punctuated_word": "Next" + }, + { + "word": "point", + "start": 2221.88, + "end": 2222.38, + "confidence": 0.4339889, + "speaker": 0, + "speaker_confidence": 0.62939453, + "punctuated_word": "point." + }, + { + "word": "yes", + "start": 2224.14, + "end": 2224.36, + "confidence": 0.8488573, + "speaker": 1, + "speaker_confidence": 0.6503906, + "punctuated_word": "Yes," + }, + { + "word": "there's", + "start": 2224.36, + "end": 2224.7, + "confidence": 0.89039445, + "speaker": 1, + "speaker_confidence": 0.6503906, + "punctuated_word": "there's" + }, + { + "word": "a", + "start": 2224.7, + "end": 2224.78, + "confidence": 0.69426316, + "speaker": 1, + "speaker_confidence": 0.6503906, + "punctuated_word": "a" + }, + { + "word": "bitcoin", + "start": 2224.78, + "end": 2225.1, + "confidence": 0.7143864, + "speaker": 1, + "speaker_confidence": 0.6503906, + "punctuated_word": "Bitcoin" + }, + { + "word": "command", + "start": 2225.1, + "end": 2225.46, + "confidence": 0.46848422, + "speaker": 1, + "speaker_confidence": 0.6503906, + "punctuated_word": "command," + }, + { + "word": "but", + "start": 2225.46, + "end": 2225.66, + "confidence": 0.7230543, + "speaker": 1, + "speaker_confidence": 0.6503906, + "punctuated_word": "but" + }, + { + "word": "i", + "start": 2225.66, + "end": 2225.74, + "confidence": 0.742185, + "speaker": 1, + "speaker_confidence": 0.5961914, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 2225.74, + "end": 2225.94, + "confidence": 0.81030005, + "speaker": 1, + "speaker_confidence": 0.5961914, + "punctuated_word": "think" + }, + { + "word": "that", + "start": 2225.94, + "end": 2226.1, + "confidence": 0.9525244, + "speaker": 1, + "speaker_confidence": 0.5961914, + "punctuated_word": "that" + }, + { + "word": "was", + "start": 2226.1, + "end": 2226.26, + "confidence": 0.4524541, + "speaker": 1, + "speaker_confidence": 0.5961914, + "punctuated_word": "was" + }, + { + "word": "a", + "start": 2226.26, + "end": 2226.36, + "confidence": 0.99215525, + "speaker": 1, + "speaker_confidence": 0.5961914, + "punctuated_word": "a" + }, + { + "word": "bit", + "start": 2226.36, + "end": 2226.5, + "confidence": 0.8151765, + "speaker": 1, + "speaker_confidence": 0.5961914, + "punctuated_word": "bit" + }, + { + "word": "too", + "start": 2226.5, + "end": 2226.68, + "confidence": 0.9989359, + "speaker": 1, + "speaker_confidence": 0.5961914, + "punctuated_word": "too" + }, + { + "word": "nerdy", + "start": 2226.68, + "end": 2227.16, + "confidence": 0.46862194, + "speaker": 1, + "speaker_confidence": 0.5961914, + "punctuated_word": "nerdy." + }, + { + "word": "i", + "start": 2227.16, + "end": 2227.2, + "confidence": 0.9998721, + "speaker": 1, + "speaker_confidence": 0.5961914, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 2227.2, + "end": 2227.42, + "confidence": 0.81102824, + "speaker": 1, + "speaker_confidence": 0.5961914, + "punctuated_word": "don't" + }, + { + "word": "know", + "start": 2227.42, + "end": 2227.54, + "confidence": 0.8945116, + "speaker": 1, + "speaker_confidence": 0.5961914, + "punctuated_word": "know" + }, + { + "word": "if", + "start": 2227.54, + "end": 2227.68, + "confidence": 0.7029172, + "speaker": 1, + "speaker_confidence": 0.5961914, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 2227.68, + "end": 2227.8, + "confidence": 0.8210109, + "speaker": 1, + "speaker_confidence": 0.5961914, + "punctuated_word": "you" + }, + { + "word": "cared", + "start": 2227.8, + "end": 2228.08, + "confidence": 0.89861405, + "speaker": 1, + "speaker_confidence": 0.5961914, + "punctuated_word": "cared" + }, + { + "word": "about", + "start": 2228.08, + "end": 2228.3, + "confidence": 0.69278514, + "speaker": 1, + "speaker_confidence": 0.5961914, + "punctuated_word": "about" + }, + { + "word": "it", + "start": 2228.3, + "end": 2228.8, + "confidence": 0.5853016, + "speaker": 1, + "speaker_confidence": 0.5961914, + "punctuated_word": "it." + }, + { + "word": "oh", + "start": 2229.72, + "end": 2229.84, + "confidence": 0.47674966, + "speaker": 0, + "speaker_confidence": 0.3857422, + "punctuated_word": "Oh" + }, + { + "word": "yeah", + "start": 2229.84, + "end": 2230.12, + "confidence": 0.40361702, + "speaker": 0, + "speaker_confidence": 0.3857422, + "punctuated_word": "yeah" + }, + { + "word": "no", + "start": 2230.12, + "end": 2230.32, + "confidence": 0.68950367, + "speaker": 0, + "speaker_confidence": 0.3857422, + "punctuated_word": "no" + }, + { + "word": "no", + "start": 2230.32, + "end": 2230.44, + "confidence": 0.8994012, + "speaker": 0, + "speaker_confidence": 0.3857422, + "punctuated_word": "no" + }, + { + "word": "go", + "start": 2230.44, + "end": 2230.64, + "confidence": 0.9018768, + "speaker": 0, + "speaker_confidence": 0.3857422, + "punctuated_word": "go" + }, + { + "word": "for", + "start": 2230.64, + "end": 2230.84, + "confidence": 0.6868698, + "speaker": 0, + "speaker_confidence": 0.3857422, + "punctuated_word": "for" + }, + { + "word": "it", + "start": 2230.84, + "end": 2230.96, + "confidence": 0.301222, + "speaker": 0, + "speaker_confidence": 0.3857422, + "punctuated_word": "it" + }, + { + "word": "though", + "start": 2230.96, + "end": 2231.2, + "confidence": 0.99494135, + "speaker": 0, + "speaker_confidence": 0.3857422, + "punctuated_word": "though" + }, + { + "word": "yeah", + "start": 2231.2, + "end": 2231.7, + "confidence": 0.7828099, + "speaker": 0, + "speaker_confidence": 0.3857422, + "punctuated_word": "yeah." + }, + { + "word": "there's", + "start": 2231.72, + "end": 2231.98, + "confidence": 0.8172094, + "speaker": 1, + "speaker_confidence": 0.30078125, + "punctuated_word": "There's" + }, + { + "word": "one", + "start": 2231.98, + "end": 2232.18, + "confidence": 0.89475775, + "speaker": 1, + "speaker_confidence": 0.30078125, + "punctuated_word": "one" + }, + { + "word": "command", + "start": 2232.18, + "end": 2232.44, + "confidence": 0.7537329, + "speaker": 1, + "speaker_confidence": 0.30078125, + "punctuated_word": "command" + }, + { + "word": "to", + "start": 2232.44, + "end": 2232.6, + "confidence": 0.73060405, + "speaker": 1, + "speaker_confidence": 0.6723633, + "punctuated_word": "to" + }, + { + "word": "rule", + "start": 2232.6, + "end": 2232.78, + "confidence": 0.8887777, + "speaker": 1, + "speaker_confidence": 0.6723633, + "punctuated_word": "rule" + }, + { + "word": "them", + "start": 2232.78, + "end": 2232.92, + "confidence": 0.61294585, + "speaker": 1, + "speaker_confidence": 0.6723633, + "punctuated_word": "them" + }, + { + "word": "all", + "start": 2232.92, + "end": 2233.14, + "confidence": 0.74270755, + "speaker": 1, + "speaker_confidence": 0.6723633, + "punctuated_word": "all" + }, + { + "word": "so", + "start": 2233.14, + "end": 2233.34, + "confidence": 0.807653, + "speaker": 1, + "speaker_confidence": 0.6723633, + "punctuated_word": "so" + }, + { + "word": "there", + "start": 2233.34, + "end": 2233.52, + "confidence": 0.906293, + "speaker": 1, + "speaker_confidence": 0.6723633, + "punctuated_word": "there" + }, + { + "word": "used", + "start": 2233.52, + "end": 2233.74, + "confidence": 0.9007063, + "speaker": 1, + "speaker_confidence": 0.6723633, + "punctuated_word": "used" + }, + { + "word": "to", + "start": 2233.74, + "end": 2233.9, + "confidence": 0.8715151, + "speaker": 1, + "speaker_confidence": 0.6723633, + "punctuated_word": "to" + }, + { + "word": "be", + "start": 2233.9, + "end": 2234.06, + "confidence": 0.7435029, + "speaker": 1, + "speaker_confidence": 0.46679688, + "punctuated_word": "be" + }, + { + "word": "bitcoin", + "start": 2234.06, + "end": 2234.44, + "confidence": 0.6127222, + "speaker": 1, + "speaker_confidence": 0.46679688, + "punctuated_word": "Bitcoin" + }, + { + "word": "d", + "start": 2234.44, + "end": 2234.86, + "confidence": 0.7663694, + "speaker": 1, + "speaker_confidence": 0.46679688, + "punctuated_word": "D," + }, + { + "word": "bitcoin", + "start": 2234.86, + "end": 2235.34, + "confidence": 0.9968929, + "speaker": 1, + "speaker_confidence": 0.46679688, + "punctuated_word": "Bitcoin" + }, + { + "word": "qt", + "start": 2235.34, + "end": 2235.82, + "confidence": 0.84434354, + "speaker": 1, + "speaker_confidence": 0.46679688, + "punctuated_word": "QT," + }, + { + "word": "bitcoin", + "start": 2235.82, + "end": 2236.32, + "confidence": 0.8871379, + "speaker": 1, + "speaker_confidence": 0.46679688, + "punctuated_word": "Bitcoin" + }, + { + "word": "well", + "start": 2239.4, + "end": 2239.66, + "confidence": 0.8578402, + "speaker": 1, + "speaker_confidence": 0.89941406, + "punctuated_word": "well" + }, + { + "word": "bitcoin", + "start": 2239.66, + "end": 2239.96, + "confidence": 0.78659546, + "speaker": 1, + "speaker_confidence": 0.89941406, + "punctuated_word": "Bitcoin" + }, + { + "word": "d", + "start": 2239.96, + "end": 2240.22, + "confidence": 0.86476314, + "speaker": 1, + "speaker_confidence": 0.89941406, + "punctuated_word": "D" + }, + { + "word": "and", + "start": 2240.22, + "end": 2240.38, + "confidence": 0.9462457, + "speaker": 1, + "speaker_confidence": 0.89941406, + "punctuated_word": "and" + }, + { + "word": "bitcoin", + "start": 2240.38, + "end": 2240.72, + "confidence": 0.98946315, + "speaker": 1, + "speaker_confidence": 0.89941406, + "punctuated_word": "Bitcoin" + }, + { + "word": "qt", + "start": 2240.72, + "end": 2241.22, + "confidence": 0.46215522, + "speaker": 1, + "speaker_confidence": 0.89941406, + "punctuated_word": "QT" + }, + { + "word": "basically", + "start": 2241.26, + "end": 2241.76, + "confidence": 0.67349696, + "speaker": 1, + "speaker_confidence": 0.89941406, + "punctuated_word": "basically" + }, + { + "word": "and", + "start": 2241.76, + "end": 2241.94, + "confidence": 0.7393258, + "speaker": 1, + "speaker_confidence": 0.89941406, + "punctuated_word": "and" + }, + { + "word": "then", + "start": 2241.94, + "end": 2242.2, + "confidence": 0.9460357, + "speaker": 1, + "speaker_confidence": 0.89941406, + "punctuated_word": "then" + }, + { + "word": "there's", + "start": 2242.2, + "end": 2242.48, + "confidence": 0.38281173, + "speaker": 1, + "speaker_confidence": 0.89941406, + "punctuated_word": "there's" + }, + { + "word": "some", + "start": 2242.48, + "end": 2242.64, + "confidence": 0.80934995, + "speaker": 1, + "speaker_confidence": 0.89941406, + "punctuated_word": "some" + }, + { + "word": "other", + "start": 2242.64, + "end": 2242.88, + "confidence": 0.8033341, + "speaker": 1, + "speaker_confidence": 0.89941406, + "punctuated_word": "other" + }, + { + "word": "changes", + "start": 2242.88, + "end": 2243.24, + "confidence": 0.90642715, + "speaker": 1, + "speaker_confidence": 0.89941406, + "punctuated_word": "changes" + }, + { + "word": "coming", + "start": 2243.24, + "end": 2243.54, + "confidence": 0.8702059, + "speaker": 1, + "speaker_confidence": 0.89941406, + "punctuated_word": "coming" + }, + { + "word": "up", + "start": 2243.54, + "end": 2243.72, + "confidence": 0.85329086, + "speaker": 1, + "speaker_confidence": 0.89941406, + "punctuated_word": "up" + }, + { + "word": "that", + "start": 2243.72, + "end": 2243.86, + "confidence": 0.8335761, + "speaker": 1, + "speaker_confidence": 0.89941406, + "punctuated_word": "that" + }, + { + "word": "would", + "start": 2243.86, + "end": 2244.12, + "confidence": 0.90268534, + "speaker": 1, + "speaker_confidence": 0.89941406, + "punctuated_word": "would" + }, + { + "word": "add", + "start": 2244.12, + "end": 2244.62, + "confidence": 0.613834, + "speaker": 1, + "speaker_confidence": 0.89941406, + "punctuated_word": "add" + }, + { + "word": "bitcoin", + "start": 2244.82, + "end": 2245.2, + "confidence": 0.8605877, + "speaker": 1, + "speaker_confidence": 0.89941406, + "punctuated_word": "Bitcoin" + }, + { + "word": "node", + "start": 2245.2, + "end": 2245.7, + "confidence": 0.9150177, + "speaker": 1, + "speaker_confidence": 0.89941406, + "punctuated_word": "Node" + }, + { + "word": "and", + "start": 2245.8, + "end": 2246.12, + "confidence": 0.6868768, + "speaker": 1, + "speaker_confidence": 0.89941406, + "punctuated_word": "and" + }, + { + "word": "bitcoin", + "start": 2246.12, + "end": 2246.62, + "confidence": 0.9981761, + "speaker": 1, + "speaker_confidence": 0.89941406, + "punctuated_word": "Bitcoin" + }, + { + "word": "gui", + "start": 2246.92, + "end": 2247.42, + "confidence": 0.77844083, + "speaker": 1, + "speaker_confidence": 0.89941406, + "punctuated_word": "GUI" + }, + { + "word": "and", + "start": 2247.98, + "end": 2248.48, + "confidence": 0.3196506, + "speaker": 1, + "speaker_confidence": 0.89941406, + "punctuated_word": "and" + }, + { + "word": "you", + "start": 2248.78, + "end": 2248.86, + "confidence": 0.9958604, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 2248.86, + "end": 2249.06, + "confidence": 0.68092144, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "know" + }, + { + "word": "other", + "start": 2249.06, + "end": 2249.24, + "confidence": 0.6288961, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "other" + }, + { + "word": "developers", + "start": 2249.24, + "end": 2249.64, + "confidence": 0.68258786, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "developers" + }, + { + "word": "like", + "start": 2249.64, + "end": 2249.84, + "confidence": 0.86299896, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "like" + }, + { + "word": "okay", + "start": 2249.84, + "end": 2250.06, + "confidence": 0.90406203, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "okay" + }, + { + "word": "this", + "start": 2250.06, + "end": 2250.28, + "confidence": 0.7611349, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "this" + }, + { + "word": "is", + "start": 2250.28, + "end": 2250.4, + "confidence": 0.99808574, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "is" + }, + { + "word": "becoming", + "start": 2250.4, + "end": 2250.7, + "confidence": 0.89632004, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "becoming" + }, + { + "word": "a", + "start": 2250.7, + "end": 2250.84, + "confidence": 0.8434875, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "a" + }, + { + "word": "confused", + "start": 2250.84, + "end": 2251.2, + "confidence": 0.6647822, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "confused" + }, + { + "word": "mess", + "start": 2251.2, + "end": 2251.56, + "confidence": 0.44677153, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "mess" + }, + { + "word": "somebody", + "start": 2251.56, + "end": 2251.88, + "confidence": 0.7533787, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "somebody" + }, + { + "word": "downloads", + "start": 2251.88, + "end": 2252.36, + "confidence": 0.49582222, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "downloads" + }, + { + "word": "bitcoin", + "start": 2252.36, + "end": 2252.86, + "confidence": 0.70631176, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "Bitcoin" + }, + { + "word": "and", + "start": 2253.12, + "end": 2253.34, + "confidence": 0.8106369, + "speaker": 1, + "speaker_confidence": 0.75390625, + "punctuated_word": "and" + }, + { + "word": "they", + "start": 2253.34, + "end": 2253.5, + "confidence": 0.6110539, + "speaker": 1, + "speaker_confidence": 0.75390625, + "punctuated_word": "they" + }, + { + "word": "see", + "start": 2253.5, + "end": 2253.74, + "confidence": 0.81768095, + "speaker": 1, + "speaker_confidence": 0.75390625, + "punctuated_word": "see" + }, + { + "word": "like", + "start": 2253.74, + "end": 2254.08, + "confidence": 0.39520687, + "speaker": 1, + "speaker_confidence": 0.75390625, + "punctuated_word": "like" + }, + { + "word": "15", + "start": 2254.08, + "end": 2254.58, + "confidence": 0.31012776, + "speaker": 1, + "speaker_confidence": 0.75390625, + "punctuated_word": "15" + }, + { + "word": "commands", + "start": 2255.38, + "end": 2255.82, + "confidence": 0.99551374, + "speaker": 1, + "speaker_confidence": 0.75390625, + "punctuated_word": "commands" + }, + { + "word": "that", + "start": 2255.82, + "end": 2255.94, + "confidence": 0.81067824, + "speaker": 1, + "speaker_confidence": 0.75390625, + "punctuated_word": "that" + }, + { + "word": "start", + "start": 2255.94, + "end": 2256.18, + "confidence": 0.8728437, + "speaker": 1, + "speaker_confidence": 0.75390625, + "punctuated_word": "start" + }, + { + "word": "with", + "start": 2256.18, + "end": 2256.3, + "confidence": 0.5750933, + "speaker": 1, + "speaker_confidence": 0.75390625, + "punctuated_word": "with" + }, + { + "word": "bitcoin", + "start": 2256.3, + "end": 2256.8, + "confidence": 0.7482722, + "speaker": 1, + "speaker_confidence": 0.75390625, + "punctuated_word": "Bitcoin." + }, + { + "word": "what", + "start": 2259.18, + "end": 2259.4, + "confidence": 0.91466624, + "speaker": 1, + "speaker_confidence": 0.40771484, + "punctuated_word": "What" + }, + { + "word": "to", + "start": 2259.4, + "end": 2259.56, + "confidence": 0.89291674, + "speaker": 1, + "speaker_confidence": 0.40771484, + "punctuated_word": "to" + }, + { + "word": "do", + "start": 2259.56, + "end": 2259.74, + "confidence": 0.8877264, + "speaker": 1, + "speaker_confidence": 0.40771484, + "punctuated_word": "do" + }, + { + "word": "now", + "start": 2259.74, + "end": 2260.24, + "confidence": 0.5732746, + "speaker": 1, + "speaker_confidence": 0.40771484, + "punctuated_word": "now?" + }, + { + "word": "and", + "start": 2264.24, + "end": 2264.44, + "confidence": 0.7593984, + "speaker": 1, + "speaker_confidence": 0.55322266, + "punctuated_word": "And" + }, + { + "word": "so", + "start": 2264.44, + "end": 2264.6, + "confidence": 0.8330037, + "speaker": 1, + "speaker_confidence": 0.55322266, + "punctuated_word": "so" + }, + { + "word": "the", + "start": 2264.6, + "end": 2264.76, + "confidence": 0.90541905, + "speaker": 1, + "speaker_confidence": 0.55322266, + "punctuated_word": "the" + }, + { + "word": "solution", + "start": 2264.76, + "end": 2265.18, + "confidence": 0.9078035, + "speaker": 1, + "speaker_confidence": 0.55322266, + "punctuated_word": "solution" + }, + { + "word": "is", + "start": 2265.18, + "end": 2265.34, + "confidence": 0.8350504, + "speaker": 1, + "speaker_confidence": 0.55322266, + "punctuated_word": "is" + }, + { + "word": "to", + "start": 2265.34, + "end": 2265.48, + "confidence": 0.8373664, + "speaker": 1, + "speaker_confidence": 0.55322266, + "punctuated_word": "to" + }, + { + "word": "add", + "start": 2265.48, + "end": 2265.66, + "confidence": 0.71455157, + "speaker": 1, + "speaker_confidence": 0.55322266, + "punctuated_word": "add" + }, + { + "word": "another", + "start": 2265.66, + "end": 2265.92, + "confidence": 0.6323623, + "speaker": 1, + "speaker_confidence": 0.55322266, + "punctuated_word": "another" + }, + { + "word": "command", + "start": 2265.92, + "end": 2266.42, + "confidence": 0.87546533, + "speaker": 1, + "speaker_confidence": 0.55322266, + "punctuated_word": "command" + }, + { + "word": "which", + "start": 2266.74, + "end": 2266.94, + "confidence": 0.6971079, + "speaker": 1, + "speaker_confidence": 0.5419922, + "punctuated_word": "which" + }, + { + "word": "is", + "start": 2266.94, + "end": 2267.1, + "confidence": 0.7933006, + "speaker": 1, + "speaker_confidence": 0.5419922, + "punctuated_word": "is" + }, + { + "word": "just", + "start": 2267.1, + "end": 2267.22, + "confidence": 0.7835261, + "speaker": 1, + "speaker_confidence": 0.5419922, + "punctuated_word": "just" + }, + { + "word": "called", + "start": 2267.22, + "end": 2267.46, + "confidence": 0.47989714, + "speaker": 1, + "speaker_confidence": 0.5419922, + "punctuated_word": "called" + }, + { + "word": "bitcoin", + "start": 2267.46, + "end": 2267.96, + "confidence": 0.7392921, + "speaker": 1, + "speaker_confidence": 0.5419922, + "punctuated_word": "Bitcoin" + }, + { + "word": "and", + "start": 2269.28, + "end": 2269.46, + "confidence": 0.79701525, + "speaker": 1, + "speaker_confidence": 0.35302734, + "punctuated_word": "And" + }, + { + "word": "you", + "start": 2269.46, + "end": 2269.6, + "confidence": 0.88302636, + "speaker": 1, + "speaker_confidence": 0.35302734, + "punctuated_word": "you" + }, + { + "word": "call", + "start": 2269.6, + "end": 2269.82, + "confidence": 0.76440424, + "speaker": 1, + "speaker_confidence": 0.35302734, + "punctuated_word": "call" + }, + { + "word": "that", + "start": 2269.82, + "end": 2270.0, + "confidence": 0.51729333, + "speaker": 1, + "speaker_confidence": 0.6225586, + "punctuated_word": "that" + }, + { + "word": "command", + "start": 2270.0, + "end": 2270.5, + "confidence": 0.5165529, + "speaker": 1, + "speaker_confidence": 0.6225586, + "punctuated_word": "command" + }, + { + "word": "and", + "start": 2270.94, + "end": 2271.2, + "confidence": 0.81868345, + "speaker": 1, + "speaker_confidence": 0.6225586, + "punctuated_word": "and" + }, + { + "word": "you", + "start": 2271.2, + "end": 2271.4, + "confidence": 0.9021556, + "speaker": 1, + "speaker_confidence": 0.6225586, + "punctuated_word": "you" + }, + { + "word": "tell", + "start": 2271.4, + "end": 2271.66, + "confidence": 0.8415671, + "speaker": 1, + "speaker_confidence": 0.6225586, + "punctuated_word": "tell" + }, + { + "word": "it", + "start": 2271.66, + "end": 2272.16, + "confidence": 0.8652247, + "speaker": 1, + "speaker_confidence": 0.6225586, + "punctuated_word": "it" + }, + { + "word": "what", + "start": 2272.36, + "end": 2272.54, + "confidence": 0.8706905, + "speaker": 1, + "speaker_confidence": 0.6225586, + "punctuated_word": "what" + }, + { + "word": "else", + "start": 2272.54, + "end": 2272.8, + "confidence": 0.82452065, + "speaker": 1, + "speaker_confidence": 0.6225586, + "punctuated_word": "else" + }, + { + "word": "to", + "start": 2272.8, + "end": 2272.96, + "confidence": 0.8271486, + "speaker": 1, + "speaker_confidence": 0.6225586, + "punctuated_word": "to" + }, + { + "word": "call", + "start": 2272.96, + "end": 2273.16, + "confidence": 0.750638, + "speaker": 1, + "speaker_confidence": 0.6225586, + "punctuated_word": "call." + }, + { + "word": "so", + "start": 2273.16, + "end": 2273.66, + "confidence": 0.903583, + "speaker": 1, + "speaker_confidence": 0.7553711, + "punctuated_word": "So" + }, + { + "word": "it", + "start": 2273.86, + "end": 2274.0, + "confidence": 0.9339668, + "speaker": 1, + "speaker_confidence": 0.7553711, + "punctuated_word": "it" + }, + { + "word": "has", + "start": 2274.0, + "end": 2274.14, + "confidence": 0.7145165, + "speaker": 1, + "speaker_confidence": 0.7553711, + "punctuated_word": "has" + }, + { + "word": "a", + "start": 2274.14, + "end": 2274.24, + "confidence": 0.5964397, + "speaker": 1, + "speaker_confidence": 0.7553711, + "punctuated_word": "a" + }, + { + "word": "documentation", + "start": 2274.24, + "end": 2274.74, + "confidence": 0.83249503, + "speaker": 1, + "speaker_confidence": 0.7553711, + "punctuated_word": "documentation," + }, + { + "word": "you", + "start": 2274.84, + "end": 2275.02, + "confidence": 0.6070704, + "speaker": 1, + "speaker_confidence": 0.7553711, + "punctuated_word": "you" + }, + { + "word": "call", + "start": 2275.02, + "end": 2275.32, + "confidence": 0.62697434, + "speaker": 1, + "speaker_confidence": 0.7553711, + "punctuated_word": "call" + }, + { + "word": "bitcoin", + "start": 2275.32, + "end": 2275.64, + "confidence": 0.4116904, + "speaker": 1, + "speaker_confidence": 0.7553711, + "punctuated_word": "Bitcoin" + }, + { + "word": "space", + "start": 2275.64, + "end": 2276.14, + "confidence": 0.6942811, + "speaker": 1, + "speaker_confidence": 0.7553711, + "punctuated_word": "space" + }, + { + "word": "node", + "start": 2276.96, + "end": 2277.46, + "confidence": 0.52560055, + "speaker": 1, + "speaker_confidence": 0.61083984, + "punctuated_word": "node," + }, + { + "word": "it", + "start": 2277.78, + "end": 2277.98, + "confidence": 0.89606345, + "speaker": 1, + "speaker_confidence": 0.61083984, + "punctuated_word": "it" + }, + { + "word": "starts", + "start": 2277.98, + "end": 2278.28, + "confidence": 0.3161691, + "speaker": 1, + "speaker_confidence": 0.61083984, + "punctuated_word": "starts" + }, + { + "word": "bitcoind", + "start": 2278.28, + "end": 2278.78, + "confidence": 0.9903437, + "speaker": 1, + "speaker_confidence": 0.61083984, + "punctuated_word": "BitcoinD." + }, + { + "word": "there", + "start": 2279.64, + "end": 2279.82, + "confidence": 0.8173885, + "speaker": 0, + "speaker_confidence": 0.59472656, + "punctuated_word": "There" + }, + { + "word": "are", + "start": 2279.82, + "end": 2280.08, + "confidence": 0.80104667, + "speaker": 0, + "speaker_confidence": 0.59472656, + "punctuated_word": "are" + }, + { + "word": "15", + "start": 2280.08, + "end": 2280.58, + "confidence": 0.6576569, + "speaker": 0, + "speaker_confidence": 0.59472656, + "punctuated_word": "15" + }, + { + "word": "standards", + "start": 2280.64, + "end": 2281.12, + "confidence": 0.6539255, + "speaker": 0, + "speaker_confidence": 0.59472656, + "punctuated_word": "standards." + }, + { + "word": "that's", + "start": 2281.12, + "end": 2281.4, + "confidence": 0.8162181, + "speaker": 0, + "speaker_confidence": 0.59472656, + "punctuated_word": "That's" + }, + { + "word": "too", + "start": 2281.4, + "end": 2281.62, + "confidence": 0.81763923, + "speaker": 0, + "speaker_confidence": 0.59472656, + "punctuated_word": "too" + }, + { + "word": "many", + "start": 2281.62, + "end": 2281.88, + "confidence": 0.84733087, + "speaker": 0, + "speaker_confidence": 0.59472656, + "punctuated_word": "many" + }, + { + "word": "standards", + "start": 2281.88, + "end": 2282.38, + "confidence": 0.21602175, + "speaker": 0, + "speaker_confidence": 0.59472656, + "punctuated_word": "standards." + }, + { + "word": "we", + "start": 2283.28, + "end": 2283.42, + "confidence": 0.99529785, + "speaker": 0, + "speaker_confidence": 0.46289062, + "punctuated_word": "We" + }, + { + "word": "need", + "start": 2283.42, + "end": 2283.68, + "confidence": 0.860205, + "speaker": 0, + "speaker_confidence": 0.46289062, + "punctuated_word": "need" + }, + { + "word": "a", + "start": 2283.68, + "end": 2283.82, + "confidence": 0.90956324, + "speaker": 0, + "speaker_confidence": 0.46289062, + "punctuated_word": "a" + }, + { + "word": "standard", + "start": 2283.82, + "end": 2284.24, + "confidence": 0.8247217, + "speaker": 0, + "speaker_confidence": 0.46289062, + "punctuated_word": "standard" + }, + { + "word": "to", + "start": 2284.24, + "end": 2284.4, + "confidence": 0.7361103, + "speaker": 0, + "speaker_confidence": 0.46289062, + "punctuated_word": "to" + }, + { + "word": "rule", + "start": 2284.4, + "end": 2284.6, + "confidence": 0.89292955, + "speaker": 0, + "speaker_confidence": 0.46289062, + "punctuated_word": "rule" + }, + { + "word": "them", + "start": 2284.6, + "end": 2284.74, + "confidence": 0.75223213, + "speaker": 0, + "speaker_confidence": 0.46289062, + "punctuated_word": "them" + }, + { + "word": "all", + "start": 2284.74, + "end": 2285.14, + "confidence": 0.6353895, + "speaker": 0, + "speaker_confidence": 0.46289062, + "punctuated_word": "all." + }, + { + "word": "now", + "start": 2285.14, + "end": 2285.38, + "confidence": 0.8928833, + "speaker": 0, + "speaker_confidence": 0.4975586, + "punctuated_word": "Now" + }, + { + "word": "there", + "start": 2285.38, + "end": 2285.56, + "confidence": 0.8995039, + "speaker": 0, + "speaker_confidence": 0.4975586, + "punctuated_word": "there" + }, + { + "word": "are", + "start": 2285.56, + "end": 2285.74, + "confidence": 0.81624526, + "speaker": 0, + "speaker_confidence": 0.4975586, + "punctuated_word": "are" + }, + { + "word": "16", + "start": 2285.74, + "end": 2286.22, + "confidence": 0.9634518, + "speaker": 0, + "speaker_confidence": 0.4975586, + "punctuated_word": "16" + }, + { + "word": "standards", + "start": 2286.22, + "end": 2286.72, + "confidence": 0.6742211, + "speaker": 0, + "speaker_confidence": 0.4975586, + "punctuated_word": "standards." + }, + { + "word": "yeah", + "start": 2287.58, + "end": 2287.88, + "confidence": 0.7500484, + "speaker": 1, + "speaker_confidence": 0.3466797, + "punctuated_word": "Yeah," + }, + { + "word": "exactly", + "start": 2287.88, + "end": 2288.38, + "confidence": 0.40352052, + "speaker": 1, + "speaker_confidence": 0.3466797, + "punctuated_word": "exactly." + }, + { + "word": "so", + "start": 2289.6, + "end": 2289.8, + "confidence": 0.89440733, + "speaker": 0, + "speaker_confidence": 0.60791016, + "punctuated_word": "So" + }, + { + "word": "this", + "start": 2289.8, + "end": 2290.02, + "confidence": 0.8932519, + "speaker": 0, + "speaker_confidence": 0.60791016, + "punctuated_word": "this" + }, + { + "word": "is", + "start": 2290.02, + "end": 2290.2, + "confidence": 0.77430695, + "speaker": 0, + "speaker_confidence": 0.60791016, + "punctuated_word": "is" + }, + { + "word": "for", + "start": 2290.2, + "end": 2290.7, + "confidence": 0.9989039, + "speaker": 0, + "speaker_confidence": 0.60791016, + "punctuated_word": "for" + }, + { + "word": "nerds", + "start": 2290.92, + "end": 2291.32, + "confidence": 0.8745929, + "speaker": 0, + "speaker_confidence": 0.60791016, + "punctuated_word": "nerds" + }, + { + "word": "that", + "start": 2291.32, + "end": 2291.52, + "confidence": 0.790009, + "speaker": 0, + "speaker_confidence": 0.60791016, + "punctuated_word": "that" + }, + { + "word": "use", + "start": 2291.52, + "end": 2291.76, + "confidence": 0.7550323, + "speaker": 0, + "speaker_confidence": 0.60791016, + "punctuated_word": "use" + }, + { + "word": "the", + "start": 2291.76, + "end": 2291.88, + "confidence": 0.85944253, + "speaker": 0, + "speaker_confidence": 0.7451172, + "punctuated_word": "the" + }, + { + "word": "command", + "start": 2291.88, + "end": 2292.18, + "confidence": 0.71428716, + "speaker": 0, + "speaker_confidence": 0.7451172, + "punctuated_word": "command" + }, + { + "word": "line", + "start": 2292.18, + "end": 2292.68, + "confidence": 0.6148492, + "speaker": 0, + "speaker_confidence": 0.7451172, + "punctuated_word": "line," + }, + { + "word": "which", + "start": 2292.86, + "end": 2293.36, + "confidence": 0.8329134, + "speaker": 0, + "speaker_confidence": 0.7451172, + "punctuated_word": "which" + }, + { + "word": "as", + "start": 2294.28, + "end": 2294.5, + "confidence": 0.87319034, + "speaker": 0, + "speaker_confidence": 0.7451172, + "punctuated_word": "as" + }, + { + "word": "you", + "start": 2294.5, + "end": 2294.76, + "confidence": 0.52192557, + "speaker": 0, + "speaker_confidence": 0.7451172, + "punctuated_word": "you" + }, + { + "word": "said", + "start": 2294.76, + "end": 2295.26, + "confidence": 0.37011766, + "speaker": 0, + "speaker_confidence": 0.7451172, + "punctuated_word": "said," + }, + { + "word": "command", + "start": 2296.72, + "end": 2297.02, + "confidence": 0.7851357, + "speaker": 0, + "speaker_confidence": 0.7451172, + "punctuated_word": "command" + }, + { + "word": "line", + "start": 2297.02, + "end": 2297.34, + "confidence": 0.9995577, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "line" + }, + { + "word": "doesn't", + "start": 2297.34, + "end": 2297.62, + "confidence": 0.89569306, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "doesn't" + }, + { + "word": "exist", + "start": 2297.62, + "end": 2297.96, + "confidence": 0.8998595, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "exist" + }, + { + "word": "for", + "start": 2297.96, + "end": 2298.14, + "confidence": 0.7471271, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "for" + }, + { + "word": "me", + "start": 2298.14, + "end": 2298.42, + "confidence": 0.10471223, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "me." + }, + { + "word": "if", + "start": 2298.42, + "end": 2298.56, + "confidence": 0.9949062, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "If" + }, + { + "word": "it's", + "start": 2298.56, + "end": 2298.76, + "confidence": 0.88463265, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "it's" + }, + { + "word": "not", + "start": 2298.76, + "end": 2298.96, + "confidence": 0.7698121, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "not" + }, + { + "word": "in", + "start": 2298.96, + "end": 2299.12, + "confidence": 0.2870918, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 2299.12, + "end": 2299.28, + "confidence": 0.99713254, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "the" + }, + { + "word": "gui", + "start": 2299.28, + "end": 2299.78, + "confidence": 0.8992643, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "GUI," + }, + { + "word": "sure", + "start": 2299.84, + "end": 2300.08, + "confidence": 0.5827202, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "sure," + }, + { + "word": "so", + "start": 2300.08, + "end": 2300.28, + "confidence": 0.9931874, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "so" + }, + { + "word": "i'm", + "start": 2300.28, + "end": 2300.46, + "confidence": 0.9041696, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "I'm" + }, + { + "word": "not", + "start": 2300.46, + "end": 2300.64, + "confidence": 0.8763952, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "not" + }, + { + "word": "aware", + "start": 2300.64, + "end": 2301.0, + "confidence": 0.6382581, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "aware" + }, + { + "word": "of", + "start": 2301.0, + "end": 2301.16, + "confidence": 0.8690678, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "of" + }, + { + "word": "its", + "start": 2301.16, + "end": 2301.36, + "confidence": 0.6206424, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "its" + }, + { + "word": "existence", + "start": 2301.36, + "end": 2301.86, + "confidence": 0.14781089, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "existence." + }, + { + "word": "i", + "start": 2302.28, + "end": 2302.4, + "confidence": 0.9999021, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 2302.4, + "end": 2302.58, + "confidence": 0.80204487, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "don't" + }, + { + "word": "care", + "start": 2302.58, + "end": 2302.84, + "confidence": 0.9064978, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "care" + }, + { + "word": "about", + "start": 2302.84, + "end": 2303.08, + "confidence": 0.58617216, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "about" + }, + { + "word": "it", + "start": 2303.08, + "end": 2303.44, + "confidence": 0.529679, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "it," + }, + { + "word": "but", + "start": 2303.44, + "end": 2303.62, + "confidence": 0.89920604, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "but" + }, + { + "word": "this", + "start": 2303.62, + "end": 2303.86, + "confidence": 0.89149415, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "this" + }, + { + "word": "is", + "start": 2303.86, + "end": 2304.0, + "confidence": 0.85021186, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "is" + }, + { + "word": "for", + "start": 2304.0, + "end": 2304.5, + "confidence": 0.9296785, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "for" + }, + { + "word": "those", + "start": 2304.72, + "end": 2305.08, + "confidence": 0.72644126, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "those" + }, + { + "word": "people", + "start": 2305.08, + "end": 2305.58, + "confidence": 0.766185, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "people" + }, + { + "word": "like", + "start": 2305.68, + "end": 2305.96, + "confidence": 0.30013815, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "like" + }, + { + "word": "yourself", + "start": 2305.96, + "end": 2306.46, + "confidence": 0.99651635, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "yourself" + }, + { + "word": "that", + "start": 2306.5, + "end": 2306.76, + "confidence": 0.8210506, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "that" + }, + { + "word": "for", + "start": 2306.76, + "end": 2307.04, + "confidence": 0.924978, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "for" + }, + { + "word": "some", + "start": 2307.04, + "end": 2307.24, + "confidence": 0.7825935, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "some" + }, + { + "word": "reason", + "start": 2307.24, + "end": 2307.72, + "confidence": 0.89960957, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "reason" + }, + { + "word": "prefer", + "start": 2307.72, + "end": 2308.02, + "confidence": 0.8083776, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "prefer" + }, + { + "word": "to", + "start": 2308.02, + "end": 2308.18, + "confidence": 0.8871512, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "to" + }, + { + "word": "use", + "start": 2308.18, + "end": 2308.38, + "confidence": 0.6845333, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "use" + }, + { + "word": "that", + "start": 2308.38, + "end": 2308.88, + "confidence": 0.86975807, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "that," + }, + { + "word": "right", + "start": 2308.98, + "end": 2309.48, + "confidence": 0.38392058, + "speaker": 0, + "speaker_confidence": 0.7988281, + "punctuated_word": "right?" + }, + { + "word": "yes", + "start": 2310.16, + "end": 2310.66, + "confidence": 0.14927879, + "speaker": 1, + "speaker_confidence": 0.30322266, + "punctuated_word": "Yes." + }, + { + "word": "okay", + "start": 2311.22, + "end": 2311.72, + "confidence": 0.8457135, + "speaker": 0, + "speaker_confidence": 0.19628906, + "punctuated_word": "Okay." + }, + { + "word": "well", + "start": 2312.12, + "end": 2312.46, + "confidence": 0.7897316, + "speaker": 1, + "speaker_confidence": 0.6489258, + "punctuated_word": "Well," + }, + { + "word": "one", + "start": 2312.46, + "end": 2312.68, + "confidence": 0.79052836, + "speaker": 1, + "speaker_confidence": 0.6489258, + "punctuated_word": "one" + }, + { + "word": "such", + "start": 2312.68, + "end": 2312.9, + "confidence": 0.79485637, + "speaker": 1, + "speaker_confidence": 0.6489258, + "punctuated_word": "such" + }, + { + "word": "user", + "start": 2312.9, + "end": 2313.26, + "confidence": 0.90337944, + "speaker": 1, + "speaker_confidence": 0.6489258, + "punctuated_word": "user" + }, + { + "word": "might", + "start": 2313.26, + "end": 2313.48, + "confidence": 0.97552955, + "speaker": 1, + "speaker_confidence": 0.6489258, + "punctuated_word": "might" + }, + { + "word": "be", + "start": 2313.48, + "end": 2313.64, + "confidence": 0.78063124, + "speaker": 1, + "speaker_confidence": 0.6489258, + "punctuated_word": "be" + }, + { + "word": "a", + "start": 2313.64, + "end": 2313.84, + "confidence": 0.9462933, + "speaker": 1, + "speaker_confidence": 0.6489258, + "punctuated_word": "a" + }, + { + "word": "miner", + "start": 2313.84, + "end": 2314.34, + "confidence": 0.10045778, + "speaker": 1, + "speaker_confidence": 0.6489258, + "punctuated_word": "miner." + }, + { + "word": "sure", + "start": 2316.68, + "end": 2316.87, + "confidence": 0.98347694, + "speaker": 0, + "speaker_confidence": 0.36328125, + "punctuated_word": "Sure," + }, + { + "word": "i", + "start": 2316.87, + "end": 2317.06, + "confidence": 0.62485033, + "speaker": 0, + "speaker_confidence": 0.36328125, + "punctuated_word": "I" + }, + { + "word": "mean", + "start": 2317.06, + "end": 2317.56, + "confidence": 0.938223, + "speaker": 0, + "speaker_confidence": 0.36328125, + "punctuated_word": "mean," + }, + { + "word": "i'm", + "start": 2319.38, + "end": 2319.56, + "confidence": 0.7756151, + "speaker": 0, + "speaker_confidence": 0.5473633, + "punctuated_word": "I'm" + }, + { + "word": "sure", + "start": 2319.56, + "end": 2319.84, + "confidence": 0.63644016, + "speaker": 0, + "speaker_confidence": 0.5473633, + "punctuated_word": "sure" + }, + { + "word": "there's", + "start": 2319.84, + "end": 2320.08, + "confidence": 0.9913135, + "speaker": 0, + "speaker_confidence": 0.5473633, + "punctuated_word": "there's" + }, + { + "word": "a", + "start": 2320.08, + "end": 2320.18, + "confidence": 0.90692693, + "speaker": 0, + "speaker_confidence": 0.5473633, + "punctuated_word": "a" + }, + { + "word": "lot", + "start": 2320.18, + "end": 2320.36, + "confidence": 0.91485405, + "speaker": 0, + "speaker_confidence": 0.5473633, + "punctuated_word": "lot" + }, + { + "word": "of", + "start": 2320.36, + "end": 2320.48, + "confidence": 0.8144441, + "speaker": 0, + "speaker_confidence": 0.5473633, + "punctuated_word": "of" + }, + { + "word": "people", + "start": 2320.48, + "end": 2320.76, + "confidence": 0.809517, + "speaker": 0, + "speaker_confidence": 0.5473633, + "punctuated_word": "people" + }, + { + "word": "that", + "start": 2320.76, + "end": 2320.9, + "confidence": 0.8943143, + "speaker": 0, + "speaker_confidence": 0.5473633, + "punctuated_word": "that" + }, + { + "word": "use", + "start": 2320.9, + "end": 2321.12, + "confidence": 0.505916, + "speaker": 0, + "speaker_confidence": 0.5473633, + "punctuated_word": "use" + }, + { + "word": "it", + "start": 2321.12, + "end": 2321.62, + "confidence": 0.3069118, + "speaker": 0, + "speaker_confidence": 0.5473633, + "punctuated_word": "it." + }, + { + "word": "that", + "start": 2321.98, + "end": 2322.1, + "confidence": 0.9881837, + "speaker": 1, + "speaker_confidence": 0.5522461, + "punctuated_word": "That" + }, + { + "word": "was", + "start": 2322.1, + "end": 2322.28, + "confidence": 0.8407266, + "speaker": 1, + "speaker_confidence": 0.5522461, + "punctuated_word": "was" + }, + { + "word": "a", + "start": 2322.28, + "end": 2322.38, + "confidence": 0.89948153, + "speaker": 1, + "speaker_confidence": 0.5522461, + "punctuated_word": "a" + }, + { + "word": "bridge", + "start": 2322.38, + "end": 2322.7, + "confidence": 0.80591184, + "speaker": 1, + "speaker_confidence": 0.5522461, + "punctuated_word": "bridge" + }, + { + "word": "to", + "start": 2322.7, + "end": 2322.84, + "confidence": 0.8569366, + "speaker": 1, + "speaker_confidence": 0.5522461, + "punctuated_word": "to" + }, + { + "word": "the", + "start": 2322.84, + "end": 2323.0, + "confidence": 0.8811739, + "speaker": 1, + "speaker_confidence": 0.5522461, + "punctuated_word": "the" + }, + { + "word": "next", + "start": 2323.0, + "end": 2323.24, + "confidence": 0.9909378, + "speaker": 1, + "speaker_confidence": 0.5522461, + "punctuated_word": "next" + }, + { + "word": "topic", + "start": 2323.24, + "end": 2323.74, + "confidence": 0.7381343, + "speaker": 1, + "speaker_confidence": 0.5522461, + "punctuated_word": "topic." + }, + { + "word": "oh", + "start": 2324.06, + "end": 2324.54, + "confidence": 0.8185181, + "speaker": 0, + "speaker_confidence": 0.4736328, + "punctuated_word": "Oh," + }, + { + "word": "so", + "start": 2324.54, + "end": 2324.8, + "confidence": 0.94409055, + "speaker": 0, + "speaker_confidence": 0.4736328, + "punctuated_word": "so" + }, + { + "word": "you're", + "start": 2324.8, + "end": 2325.3, + "confidence": 0.71112806, + "speaker": 0, + "speaker_confidence": 0.4736328, + "punctuated_word": "you're" + }, + { + "word": "clever", + "start": 2326.16, + "end": 2326.66, + "confidence": 0.637017, + "speaker": 0, + "speaker_confidence": 0.4736328, + "punctuated_word": "Clever." + }, + { + "word": "ipc", + "start": 2328.66, + "end": 2329.14, + "confidence": 0.5165197, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "IPC" + }, + { + "word": "mining", + "start": 2329.14, + "end": 2329.6, + "confidence": 0.7033436, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "mining" + }, + { + "word": "interface", + "start": 2329.6, + "end": 2330.1, + "confidence": 0.42005822, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "interface." + }, + { + "word": "yeah", + "start": 2331.06, + "end": 2331.28, + "confidence": 0.9911748, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "Yeah," + }, + { + "word": "i", + "start": 2331.28, + "end": 2331.44, + "confidence": 0.99891794, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 2331.44, + "end": 2331.9, + "confidence": 0.76733524, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "don't" + }, + { + "word": "remember", + "start": 2331.9, + "end": 2332.36, + "confidence": 0.8656443, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "remember" + }, + { + "word": "what", + "start": 2332.36, + "end": 2332.58, + "confidence": 0.88212574, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "what" + }, + { + "word": "this", + "start": 2332.58, + "end": 2332.76, + "confidence": 0.9542566, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "this" + }, + { + "word": "was", + "start": 2332.76, + "end": 2333.26, + "confidence": 0.21680109, + "speaker": 0, + "speaker_confidence": 0.7011719, + "punctuated_word": "was." + }, + { + "word": "tell", + "start": 2334.02, + "end": 2334.14, + "confidence": 0.33995524, + "speaker": 1, + "speaker_confidence": 0.3022461, + "punctuated_word": "Tell" + }, + { + "word": "me", + "start": 2334.14, + "end": 2334.64, + "confidence": 0.6901746, + "speaker": 1, + "speaker_confidence": 0.3022461, + "punctuated_word": "me." + }, + { + "word": "tell", + "start": 2334.64, + "end": 2334.78, + "confidence": 0.81749827, + "speaker": 1, + "speaker_confidence": 0.15820312, + "punctuated_word": "Tell" + }, + { + "word": "me", + "start": 2334.78, + "end": 2334.92, + "confidence": 0.9407668, + "speaker": 1, + "speaker_confidence": 0.15820312, + "punctuated_word": "me" + }, + { + "word": "more", + "start": 2334.92, + "end": 2335.32, + "confidence": 0.6653854, + "speaker": 1, + "speaker_confidence": 0.15820312, + "punctuated_word": "more." + }, + { + "word": "we", + "start": 2335.32, + "end": 2335.52, + "confidence": 0.8086894, + "speaker": 1, + "speaker_confidence": 0.5, + "punctuated_word": "We" + }, + { + "word": "talked", + "start": 2335.52, + "end": 2335.9, + "confidence": 0.42962992, + "speaker": 1, + "speaker_confidence": 0.5, + "punctuated_word": "talked" + }, + { + "word": "about", + "start": 2335.9, + "end": 2336.04, + "confidence": 0.3474044, + "speaker": 1, + "speaker_confidence": 0.5, + "punctuated_word": "about" + }, + { + "word": "stratum", + "start": 2336.04, + "end": 2336.46, + "confidence": 0.51994956, + "speaker": 1, + "speaker_confidence": 0.5, + "punctuated_word": "Stratum" + }, + { + "word": "v2", + "start": 2336.46, + "end": 2336.96, + "confidence": 0.8981959, + "speaker": 1, + "speaker_confidence": 0.5, + "punctuated_word": "V2" + }, + { + "word": "a", + "start": 2337.34, + "end": 2337.44, + "confidence": 0.4572666, + "speaker": 1, + "speaker_confidence": 0.6586914, + "punctuated_word": "a" + }, + { + "word": "couple", + "start": 2337.44, + "end": 2337.74, + "confidence": 0.8260947, + "speaker": 1, + "speaker_confidence": 0.6586914, + "punctuated_word": "couple" + }, + { + "word": "of", + "start": 2337.74, + "end": 2337.84, + "confidence": 0.7731046, + "speaker": 1, + "speaker_confidence": 0.6586914, + "punctuated_word": "of" + }, + { + "word": "episodes", + "start": 2337.84, + "end": 2338.28, + "confidence": 0.7808054, + "speaker": 1, + "speaker_confidence": 0.6586914, + "punctuated_word": "episodes" + }, + { + "word": "ago", + "start": 2338.28, + "end": 2338.78, + "confidence": 0.54937774, + "speaker": 1, + "speaker_confidence": 0.6586914, + "punctuated_word": "ago." + }, + { + "word": "we", + "start": 2339.14, + "end": 2339.44, + "confidence": 0.32624954, + "speaker": 1, + "speaker_confidence": 0.6586914, + "punctuated_word": "We" + }, + { + "word": "had", + "start": 2339.44, + "end": 2339.94, + "confidence": 0.59349406, + "speaker": 1, + "speaker_confidence": 0.6586914, + "punctuated_word": "had," + }, + { + "word": "yeah", + "start": 2340.54, + "end": 2341.04, + "confidence": 0.65110874, + "speaker": 1, + "speaker_confidence": 0.6586914, + "punctuated_word": "Yeah," + }, + { + "word": "well", + "start": 2341.34, + "end": 2341.56, + "confidence": 0.88727367, + "speaker": 1, + "speaker_confidence": 0.6586914, + "punctuated_word": "well," + }, + { + "word": "we", + "start": 2341.56, + "end": 2341.78, + "confidence": 0.4433687, + "speaker": 1, + "speaker_confidence": 0.6586914, + "punctuated_word": "we" + }, + { + "word": "did", + "start": 2341.78, + "end": 2342.18, + "confidence": 0.97108454, + "speaker": 1, + "speaker_confidence": 0.6586914, + "punctuated_word": "did," + }, + { + "word": "i", + "start": 2342.18, + "end": 2342.22, + "confidence": 0.65925896, + "speaker": 1, + "speaker_confidence": 0.88427734, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 2342.22, + "end": 2342.5, + "confidence": 0.7654405, + "speaker": 1, + "speaker_confidence": 0.88427734, + "punctuated_word": "think" + }, + { + "word": "in", + "start": 2342.5, + "end": 2342.66, + "confidence": 0.86861765, + "speaker": 1, + "speaker_confidence": 0.88427734, + "punctuated_word": "in" + }, + { + "word": "multiple", + "start": 2342.66, + "end": 2342.92, + "confidence": 0.93985087, + "speaker": 1, + "speaker_confidence": 0.88427734, + "punctuated_word": "multiple" + }, + { + "word": "episodes", + "start": 2342.92, + "end": 2343.42, + "confidence": 0.078039944, + "speaker": 1, + "speaker_confidence": 0.88427734, + "punctuated_word": "episodes." + }, + { + "word": "there", + "start": 2344.34, + "end": 2344.54, + "confidence": 0.81046915, + "speaker": 1, + "speaker_confidence": 0.88427734, + "punctuated_word": "There" + }, + { + "word": "has", + "start": 2344.54, + "end": 2344.74, + "confidence": 0.8159528, + "speaker": 1, + "speaker_confidence": 0.88427734, + "punctuated_word": "has" + }, + { + "word": "been", + "start": 2344.74, + "end": 2344.96, + "confidence": 0.7641327, + "speaker": 1, + "speaker_confidence": 0.88427734, + "punctuated_word": "been" + }, + { + "word": "the", + "start": 2344.96, + "end": 2345.14, + "confidence": 0.8924468, + "speaker": 1, + "speaker_confidence": 0.88427734, + "punctuated_word": "the" + }, + { + "word": "idea", + "start": 2345.14, + "end": 2345.64, + "confidence": 0.40647438, + "speaker": 1, + "speaker_confidence": 0.88427734, + "punctuated_word": "idea" + }, + { + "word": "of", + "start": 2345.74, + "end": 2346.04, + "confidence": 0.9140265, + "speaker": 1, + "speaker_confidence": 0.88427734, + "punctuated_word": "of" + }, + { + "word": "decentralizing", + "start": 2346.04, + "end": 2346.54, + "confidence": 0.90451854, + "speaker": 1, + "speaker_confidence": 0.88427734, + "punctuated_word": "decentralizing" + }, + { + "word": "mining", + "start": 2346.76, + "end": 2347.2, + "confidence": 0.47421023, + "speaker": 1, + "speaker_confidence": 0.88427734, + "punctuated_word": "mining," + }, + { + "word": "stratum", + "start": 2347.2, + "end": 2347.44, + "confidence": 0.92565227, + "speaker": 1, + "speaker_confidence": 0.88427734, + "punctuated_word": "Stratum" + }, + { + "word": "v2", + "start": 2347.44, + "end": 2347.72, + "confidence": 0.8603144, + "speaker": 1, + "speaker_confidence": 0.88427734, + "punctuated_word": "V2" + }, + { + "word": "is", + "start": 2347.72, + "end": 2347.84, + "confidence": 0.88974035, + "speaker": 1, + "speaker_confidence": 0.88427734, + "punctuated_word": "is" + }, + { + "word": "one", + "start": 2347.84, + "end": 2348.0, + "confidence": 0.90506065, + "speaker": 1, + "speaker_confidence": 0.88427734, + "punctuated_word": "one" + }, + { + "word": "way", + "start": 2348.0, + "end": 2348.2, + "confidence": 0.90243983, + "speaker": 1, + "speaker_confidence": 0.88427734, + "punctuated_word": "way" + }, + { + "word": "to", + "start": 2348.2, + "end": 2348.32, + "confidence": 0.87252057, + "speaker": 1, + "speaker_confidence": 0.88427734, + "punctuated_word": "to" + }, + { + "word": "do", + "start": 2348.32, + "end": 2348.48, + "confidence": 0.50777245, + "speaker": 1, + "speaker_confidence": 0.88427734, + "punctuated_word": "do" + }, + { + "word": "that", + "start": 2348.48, + "end": 2348.6401, + "confidence": 0.5527846, + "speaker": 1, + "speaker_confidence": 0.88427734, + "punctuated_word": "that." + }, + { + "word": "it", + "start": 2348.6401, + "end": 2348.8, + "confidence": 0.7610385, + "speaker": 1, + "speaker_confidence": 0.88427734, + "punctuated_word": "It" + }, + { + "word": "adds", + "start": 2348.8, + "end": 2349.12, + "confidence": 0.5017824, + "speaker": 1, + "speaker_confidence": 0.88427734, + "punctuated_word": "adds" + }, + { + "word": "encryption", + "start": 2349.12, + "end": 2349.62, + "confidence": 0.8279747, + "speaker": 1, + "speaker_confidence": 0.88427734, + "punctuated_word": "encryption" + }, + { + "word": "for", + "start": 2349.9, + "end": 2350.08, + "confidence": 0.8143625, + "speaker": 1, + "speaker_confidence": 0.7763672, + "punctuated_word": "for" + }, + { + "word": "one", + "start": 2350.08, + "end": 2350.24, + "confidence": 0.50836843, + "speaker": 1, + "speaker_confidence": 0.7763672, + "punctuated_word": "one" + }, + { + "word": "thing", + "start": 2350.24, + "end": 2350.58, + "confidence": 0.8899776, + "speaker": 1, + "speaker_confidence": 0.7763672, + "punctuated_word": "thing," + }, + { + "word": "and", + "start": 2350.58, + "end": 2350.68, + "confidence": 0.8129634, + "speaker": 1, + "speaker_confidence": 0.7763672, + "punctuated_word": "and" + }, + { + "word": "it", + "start": 2350.68, + "end": 2350.9, + "confidence": 0.72586083, + "speaker": 1, + "speaker_confidence": 0.7763672, + "punctuated_word": "it" + }, + { + "word": "also", + "start": 2350.9, + "end": 2351.2, + "confidence": 0.80774593, + "speaker": 1, + "speaker_confidence": 0.7763672, + "punctuated_word": "also" + }, + { + "word": "adds", + "start": 2351.2, + "end": 2351.4, + "confidence": 0.8375314, + "speaker": 1, + "speaker_confidence": 0.7763672, + "punctuated_word": "adds" + }, + { + "word": "the", + "start": 2351.4, + "end": 2351.58, + "confidence": 0.6949782, + "speaker": 1, + "speaker_confidence": 0.7763672, + "punctuated_word": "the" + }, + { + "word": "ability", + "start": 2351.58, + "end": 2352.08, + "confidence": 0.7728872, + "speaker": 1, + "speaker_confidence": 0.7763672, + "punctuated_word": "ability" + }, + { + "word": "for", + "start": 2352.78, + "end": 2353.14, + "confidence": 0.9217113, + "speaker": 1, + "speaker_confidence": 0.703125, + "punctuated_word": "for" + }, + { + "word": "individual", + "start": 2353.14, + "end": 2353.52, + "confidence": 0.95338523, + "speaker": 1, + "speaker_confidence": 0.703125, + "punctuated_word": "individual" + }, + { + "word": "miners", + "start": 2353.52, + "end": 2353.86, + "confidence": 0.9993606, + "speaker": 1, + "speaker_confidence": 0.703125, + "punctuated_word": "miners" + }, + { + "word": "to", + "start": 2353.86, + "end": 2354.02, + "confidence": 0.9156674, + "speaker": 1, + "speaker_confidence": 0.703125, + "punctuated_word": "to" + }, + { + "word": "create", + "start": 2354.02, + "end": 2354.24, + "confidence": 0.837676, + "speaker": 1, + "speaker_confidence": 0.703125, + "punctuated_word": "create" + }, + { + "word": "their", + "start": 2354.24, + "end": 2354.44, + "confidence": 0.71054226, + "speaker": 1, + "speaker_confidence": 0.703125, + "punctuated_word": "their" + }, + { + "word": "own", + "start": 2354.44, + "end": 2354.7, + "confidence": 0.76100457, + "speaker": 1, + "speaker_confidence": 0.703125, + "punctuated_word": "own" + }, + { + "word": "block", + "start": 2354.7, + "end": 2355.02, + "confidence": 0.37426722, + "speaker": 1, + "speaker_confidence": 0.703125, + "punctuated_word": "block" + }, + { + "word": "templates", + "start": 2355.02, + "end": 2355.52, + "confidence": 0.7617449, + "speaker": 1, + "speaker_confidence": 0.703125, + "punctuated_word": "templates." + }, + { + "word": "to", + "start": 2355.78, + "end": 2355.94, + "confidence": 0.9071642, + "speaker": 1, + "speaker_confidence": 0.50683594, + "punctuated_word": "To" + }, + { + "word": "kind", + "start": 2355.94, + "end": 2356.12, + "confidence": 0.8657893, + "speaker": 1, + "speaker_confidence": 0.50683594, + "punctuated_word": "kind" + }, + { + "word": "of", + "start": 2356.12, + "end": 2356.28, + "confidence": 0.48901203, + "speaker": 1, + "speaker_confidence": 0.50683594, + "punctuated_word": "of" + }, + { + "word": "separate", + "start": 2356.28, + "end": 2356.78, + "confidence": 0.84405696, + "speaker": 1, + "speaker_confidence": 0.50683594, + "punctuated_word": "separate," + }, + { + "word": "you", + "start": 2356.84, + "end": 2356.96, + "confidence": 0.54109216, + "speaker": 1, + "speaker_confidence": 0.50683594, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 2356.96, + "end": 2357.46, + "confidence": 0.033234637, + "speaker": 1, + "speaker_confidence": 0.50683594, + "punctuated_word": "know." + }, + { + "word": "and", + "start": 2359.9, + "end": 2360.4, + "confidence": 0.90509844, + "speaker": 1, + "speaker_confidence": 0.40478516, + "punctuated_word": "And" + }, + { + "word": "that", + "start": 2361.04, + "end": 2361.38, + "confidence": 0.6424405, + "speaker": 1, + "speaker_confidence": 0.40478516, + "punctuated_word": "that" + }, + { + "word": "is", + "start": 2361.38, + "end": 2361.56, + "confidence": 0.4392433, + "speaker": 1, + "speaker_confidence": 0.40478516, + "punctuated_word": "is" + }, + { + "word": "mostly", + "start": 2361.56, + "end": 2361.66, + "confidence": 0.04650883, + "speaker": 1, + "speaker_confidence": 0.40478516, + "punctuated_word": "mostly..." + }, + { + "word": "i", + "start": 2361.66, + "end": 2361.74, + "confidence": 0.7584277, + "speaker": 0, + "speaker_confidence": 0.65722656, + "punctuated_word": "I" + }, + { + "word": "mean", + "start": 2361.74, + "end": 2362.04, + "confidence": 0.7313887, + "speaker": 0, + "speaker_confidence": 0.65722656, + "punctuated_word": "mean," + }, + { + "word": "it's", + "start": 2362.04, + "end": 2362.28, + "confidence": 0.8955023, + "speaker": 0, + "speaker_confidence": 0.65722656, + "punctuated_word": "it's" + }, + { + "word": "basically", + "start": 2362.28, + "end": 2362.76, + "confidence": 0.89767855, + "speaker": 0, + "speaker_confidence": 0.65722656, + "punctuated_word": "basically" + }, + { + "word": "a", + "start": 2362.76, + "end": 2362.88, + "confidence": 0.8424522, + "speaker": 0, + "speaker_confidence": 0.65722656, + "punctuated_word": "a" + }, + { + "word": "way", + "start": 2362.88, + "end": 2363.12, + "confidence": 0.91818875, + "speaker": 0, + "speaker_confidence": 0.65722656, + "punctuated_word": "way" + }, + { + "word": "to", + "start": 2363.12, + "end": 2363.32, + "confidence": 0.88878536, + "speaker": 0, + "speaker_confidence": 0.65722656, + "punctuated_word": "to" + }, + { + "word": "decentralize", + "start": 2363.32, + "end": 2363.82, + "confidence": 0.8563895, + "speaker": 0, + "speaker_confidence": 0.65722656, + "punctuated_word": "decentralize" + }, + { + "word": "mining", + "start": 2364.16, + "end": 2364.44, + "confidence": 0.8482478, + "speaker": 0, + "speaker_confidence": 0.65722656, + "punctuated_word": "mining" + }, + { + "word": "pools", + "start": 2364.44, + "end": 2364.84, + "confidence": 0.8231288, + "speaker": 0, + "speaker_confidence": 0.65722656, + "punctuated_word": "pools," + }, + { + "word": "right", + "start": 2364.84, + "end": 2365.34, + "confidence": 0.06910075, + "speaker": 0, + "speaker_confidence": 0.65722656, + "punctuated_word": "right?" + }, + { + "word": "miners", + "start": 2365.76, + "end": 2366.26, + "confidence": 0.9005051, + "speaker": 0, + "speaker_confidence": 0.69384766, + "punctuated_word": "Miners" + }, + { + "word": "on", + "start": 2366.26, + "end": 2366.42, + "confidence": 0.87444335, + "speaker": 0, + "speaker_confidence": 0.69384766, + "punctuated_word": "on" + }, + { + "word": "a", + "start": 2366.42, + "end": 2366.58, + "confidence": 0.87936854, + "speaker": 0, + "speaker_confidence": 0.69384766, + "punctuated_word": "a" + }, + { + "word": "pool", + "start": 2366.58, + "end": 2366.82, + "confidence": 0.5578969, + "speaker": 0, + "speaker_confidence": 0.69384766, + "punctuated_word": "pool" + }, + { + "word": "can", + "start": 2366.82, + "end": 2367.1, + "confidence": 0.7182222, + "speaker": 0, + "speaker_confidence": 0.69384766, + "punctuated_word": "can" + }, + { + "word": "for", + "start": 2367.1, + "end": 2367.28, + "confidence": 0.8486054, + "speaker": 0, + "speaker_confidence": 0.69384766, + "punctuated_word": "for" + }, + { + "word": "themselves", + "start": 2367.28, + "end": 2367.78, + "confidence": 0.8028142, + "speaker": 0, + "speaker_confidence": 0.69384766, + "punctuated_word": "themselves" + }, + { + "word": "decide", + "start": 2367.8, + "end": 2368.2, + "confidence": 0.720059, + "speaker": 0, + "speaker_confidence": 0.69384766, + "punctuated_word": "decide" + }, + { + "word": "what", + "start": 2368.2, + "end": 2368.38, + "confidence": 0.894638, + "speaker": 0, + "speaker_confidence": 0.69384766, + "punctuated_word": "what" + }, + { + "word": "they", + "start": 2368.38, + "end": 2368.52, + "confidence": 0.8983881, + "speaker": 0, + "speaker_confidence": 0.69384766, + "punctuated_word": "they" + }, + { + "word": "put", + "start": 2368.52, + "end": 2368.78, + "confidence": 0.79002076, + "speaker": 0, + "speaker_confidence": 0.69384766, + "punctuated_word": "put" + }, + { + "word": "in", + "start": 2368.78, + "end": 2368.92, + "confidence": 0.9809894, + "speaker": 0, + "speaker_confidence": 0.69384766, + "punctuated_word": "in" + }, + { + "word": "blocks", + "start": 2368.92, + "end": 2369.42, + "confidence": 0.122224845, + "speaker": 0, + "speaker_confidence": 0.69384766, + "punctuated_word": "blocks." + }, + { + "word": "yeah", + "start": 2369.64, + "end": 2370.04, + "confidence": 0.89099944, + "speaker": 1, + "speaker_confidence": 0.59228516, + "punctuated_word": "Yeah," + }, + { + "word": "and", + "start": 2370.04, + "end": 2370.16, + "confidence": 0.8366476, + "speaker": 1, + "speaker_confidence": 0.59228516, + "punctuated_word": "And" + }, + { + "word": "this", + "start": 2370.16, + "end": 2370.3, + "confidence": 0.77635384, + "speaker": 1, + "speaker_confidence": 0.59228516, + "punctuated_word": "this" + }, + { + "word": "mostly", + "start": 2370.3, + "end": 2370.6, + "confidence": 0.75411147, + "speaker": 1, + "speaker_confidence": 0.59228516, + "punctuated_word": "mostly" + }, + { + "word": "exists", + "start": 2370.6, + "end": 2370.92, + "confidence": 0.89413595, + "speaker": 1, + "speaker_confidence": 0.59228516, + "punctuated_word": "exists" + }, + { + "word": "outside", + "start": 2370.92, + "end": 2371.36, + "confidence": 0.5781437, + "speaker": 1, + "speaker_confidence": 0.59228516, + "punctuated_word": "outside" + }, + { + "word": "of", + "start": 2371.36, + "end": 2371.48, + "confidence": 0.72989273, + "speaker": 1, + "speaker_confidence": 0.59228516, + "punctuated_word": "of" + }, + { + "word": "bitcoin", + "start": 2371.48, + "end": 2371.8, + "confidence": 0.7329999, + "speaker": 1, + "speaker_confidence": 0.59228516, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 2371.8, + "end": 2372.16, + "confidence": 0.11760766, + "speaker": 1, + "speaker_confidence": 0.59228516, + "punctuated_word": "Core." + }, + { + "word": "there's", + "start": 2372.16, + "end": 2372.36, + "confidence": 0.9479616, + "speaker": 1, + "speaker_confidence": 0.12695312, + "punctuated_word": "There's" + }, + { + "word": "a", + "start": 2372.36, + "end": 2372.44, + "confidence": 0.81082755, + "speaker": 1, + "speaker_confidence": 0.12695312, + "punctuated_word": "a" + }, + { + "word": "project", + "start": 2372.44, + "end": 2372.76, + "confidence": 0.47407597, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "project" + }, + { + "word": "called", + "start": 2372.76, + "end": 2373.0, + "confidence": 0.6418218, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "called" + }, + { + "word": "the", + "start": 2373.0, + "end": 2373.12, + "confidence": 0.96547127, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "the" + }, + { + "word": "stratum", + "start": 2373.12, + "end": 2373.48, + "confidence": 0.9954814, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "Stratum" + }, + { + "word": "reference", + "start": 2373.48, + "end": 2373.84, + "confidence": 0.7068183, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "Reference" + }, + { + "word": "implementation", + "start": 2373.84, + "end": 2374.34, + "confidence": 0.9970277, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "Implementation," + }, + { + "word": "sri", + "start": 2374.6, + "end": 2375.1, + "confidence": 0.8748254, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "SRI." + }, + { + "word": "they", + "start": 2376.16, + "end": 2376.42, + "confidence": 0.9052021, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "They" + }, + { + "word": "make", + "start": 2376.42, + "end": 2376.66, + "confidence": 0.7068941, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "make" + }, + { + "word": "all", + "start": 2376.66, + "end": 2376.82, + "confidence": 0.9009619, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "all" + }, + { + "word": "sorts", + "start": 2376.82, + "end": 2377.08, + "confidence": 0.80442715, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "sorts" + }, + { + "word": "of", + "start": 2377.08, + "end": 2377.36, + "confidence": 0.80717725, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "of" + }, + { + "word": "software", + "start": 2377.36, + "end": 2377.7, + "confidence": 0.3564533, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "software" + }, + { + "word": "tools", + "start": 2377.7, + "end": 2378.2, + "confidence": 0.49557513, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "tools," + }, + { + "word": "like", + "start": 2378.24, + "end": 2378.44, + "confidence": 0.90361017, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "like" + }, + { + "word": "to", + "start": 2378.44, + "end": 2378.62, + "confidence": 0.8050936, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "to" + }, + { + "word": "run", + "start": 2378.62, + "end": 2378.86, + "confidence": 0.83907646, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "run" + }, + { + "word": "your", + "start": 2378.86, + "end": 2379.0, + "confidence": 0.86690617, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "your" + }, + { + "word": "own", + "start": 2379.0, + "end": 2379.14, + "confidence": 0.91124904, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "own" + }, + { + "word": "pool", + "start": 2379.14, + "end": 2379.64, + "confidence": 0.15914531, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "pool," + }, + { + "word": "to", + "start": 2379.64, + "end": 2380.14, + "confidence": 0.7712489, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "to" + }, + { + "word": "convert", + "start": 2380.44, + "end": 2380.88, + "confidence": 0.80033827, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "convert" + }, + { + "word": "between", + "start": 2380.88, + "end": 2381.12, + "confidence": 0.98528963, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "between" + }, + { + "word": "stratum", + "start": 2381.12, + "end": 2381.46, + "confidence": 0.99789447, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "Stratum" + }, + { + "word": "v1", + "start": 2381.46, + "end": 2381.82, + "confidence": 0.8918614, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "V1" + }, + { + "word": "and", + "start": 2381.82, + "end": 2381.94, + "confidence": 0.9914175, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "and" + }, + { + "word": "stratum", + "start": 2381.94, + "end": 2382.34, + "confidence": 0.9963314, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "Stratum" + }, + { + "word": "v2", + "start": 2382.34, + "end": 2382.84, + "confidence": 0.92401546, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "V2," + }, + { + "word": "to", + "start": 2383.7, + "end": 2383.94, + "confidence": 0.8104189, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "to" + }, + { + "word": "make", + "start": 2383.94, + "end": 2384.14, + "confidence": 0.831006, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "make" + }, + { + "word": "your", + "start": 2384.14, + "end": 2384.34, + "confidence": 0.79809433, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "your" + }, + { + "word": "own", + "start": 2384.34, + "end": 2384.5, + "confidence": 0.74837744, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "own" + }, + { + "word": "block", + "start": 2384.5, + "end": 2384.8, + "confidence": 0.9586087, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "block" + }, + { + "word": "templates", + "start": 2384.8, + "end": 2385.18, + "confidence": 0.6019676, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "templates," + }, + { + "word": "etc", + "start": 2385.18, + "end": 2385.68, + "confidence": 0.7072698, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "etc." + }, + { + "word": "but", + "start": 2385.94, + "end": 2386.22, + "confidence": 0.9043163, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "But" + }, + { + "word": "they", + "start": 2386.22, + "end": 2386.38, + "confidence": 0.8369194, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "they" + }, + { + "word": "do", + "start": 2386.38, + "end": 2386.56, + "confidence": 0.7843582, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "do" + }, + { + "word": "need", + "start": 2386.56, + "end": 2386.78, + "confidence": 0.755323, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "need" + }, + { + "word": "bitcoin", + "start": 2386.78, + "end": 2387.08, + "confidence": 0.8790744, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 2387.08, + "end": 2387.36, + "confidence": 0.8075859, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "Core" + }, + { + "word": "for", + "start": 2387.36, + "end": 2387.56, + "confidence": 0.8169469, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "for" + }, + { + "word": "one", + "start": 2387.56, + "end": 2387.78, + "confidence": 0.776476, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "one" + }, + { + "word": "thing", + "start": 2387.78, + "end": 2388.08, + "confidence": 0.7590684, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "thing," + }, + { + "word": "which", + "start": 2388.08, + "end": 2388.28, + "confidence": 0.89627033, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "which" + }, + { + "word": "is", + "start": 2388.28, + "end": 2388.42, + "confidence": 0.86760974, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "is" + }, + { + "word": "to", + "start": 2388.42, + "end": 2388.6, + "confidence": 0.78878725, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "to" + }, + { + "word": "make", + "start": 2388.6, + "end": 2388.78, + "confidence": 0.77106446, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "make" + }, + { + "word": "the", + "start": 2388.78, + "end": 2388.88, + "confidence": 0.69409025, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "the" + }, + { + "word": "block", + "start": 2388.88, + "end": 2389.12, + "confidence": 0.3815185, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "block" + }, + { + "word": "templates", + "start": 2389.12, + "end": 2389.62, + "confidence": 0.21191302, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "templates." + }, + { + "word": "and", + "start": 2390.02, + "end": 2390.2, + "confidence": 0.87212384, + "speaker": 1, + "speaker_confidence": 0.70654297, + "punctuated_word": "And" + }, + { + "word": "also", + "start": 2390.2, + "end": 2390.44, + "confidence": 0.7787057, + "speaker": 1, + "speaker_confidence": 0.70654297, + "punctuated_word": "also" + }, + { + "word": "to", + "start": 2390.44, + "end": 2390.64, + "confidence": 0.8030041, + "speaker": 1, + "speaker_confidence": 0.70654297, + "punctuated_word": "to" + }, + { + "word": "send", + "start": 2390.64, + "end": 2391.14, + "confidence": 0.7591059, + "speaker": 1, + "speaker_confidence": 0.70654297, + "punctuated_word": "send" + }, + { + "word": "the", + "start": 2391.6, + "end": 2391.82, + "confidence": 0.7492059, + "speaker": 1, + "speaker_confidence": 0.70654297, + "punctuated_word": "the" + }, + { + "word": "solution", + "start": 2391.82, + "end": 2392.32, + "confidence": 0.8923935, + "speaker": 1, + "speaker_confidence": 0.70654297, + "punctuated_word": "solution" + }, + { + "word": "if", + "start": 2392.34, + "end": 2392.72, + "confidence": 0.7623375, + "speaker": 1, + "speaker_confidence": 0.70654297, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 2392.72, + "end": 2392.88, + "confidence": 0.86061287, + "speaker": 1, + "speaker_confidence": 0.70654297, + "punctuated_word": "you" + }, + { + "word": "find", + "start": 2392.88, + "end": 2393.1, + "confidence": 0.825211, + "speaker": 1, + "speaker_confidence": 0.70654297, + "punctuated_word": "find" + }, + { + "word": "a", + "start": 2393.1, + "end": 2393.2, + "confidence": 0.96103376, + "speaker": 1, + "speaker_confidence": 0.75146484, + "punctuated_word": "a" + }, + { + "word": "block", + "start": 2393.2, + "end": 2393.7, + "confidence": 0.5756058, + "speaker": 1, + "speaker_confidence": 0.75146484, + "punctuated_word": "block." + }, + { + "word": "and", + "start": 2394.38, + "end": 2394.88, + "confidence": 0.6803394, + "speaker": 1, + "speaker_confidence": 0.75146484, + "punctuated_word": "And" + }, + { + "word": "this", + "start": 2395.26, + "end": 2395.44, + "confidence": 0.89484805, + "speaker": 1, + "speaker_confidence": 0.75146484, + "punctuated_word": "this" + }, + { + "word": "part", + "start": 2395.44, + "end": 2395.68, + "confidence": 0.7798066, + "speaker": 1, + "speaker_confidence": 0.75146484, + "punctuated_word": "part" + }, + { + "word": "is", + "start": 2395.68, + "end": 2395.84, + "confidence": 0.7595573, + "speaker": 1, + "speaker_confidence": 0.75146484, + "punctuated_word": "is" + }, + { + "word": "called", + "start": 2395.84, + "end": 2396.06, + "confidence": 0.6407818, + "speaker": 1, + "speaker_confidence": 0.75146484, + "punctuated_word": "called" + }, + { + "word": "the", + "start": 2396.06, + "end": 2396.2, + "confidence": 0.58505285, + "speaker": 1, + "speaker_confidence": 0.75146484, + "punctuated_word": "the" + }, + { + "word": "template", + "start": 2396.2, + "end": 2396.6, + "confidence": 0.95093185, + "speaker": 1, + "speaker_confidence": 0.75146484, + "punctuated_word": "template" + }, + { + "word": "provider", + "start": 2396.6, + "end": 2397.1, + "confidence": 0.36381304, + "speaker": 1, + "speaker_confidence": 0.75146484, + "punctuated_word": "provider." + }, + { + "word": "and", + "start": 2397.38, + "end": 2397.5, + "confidence": 0.7303006, + "speaker": 1, + "speaker_confidence": 0.9067383, + "punctuated_word": "And" + }, + { + "word": "so", + "start": 2397.5, + "end": 2397.72, + "confidence": 0.834888, + "speaker": 1, + "speaker_confidence": 0.9067383, + "punctuated_word": "so" + }, + { + "word": "the", + "start": 2397.72, + "end": 2397.86, + "confidence": 0.78818786, + "speaker": 1, + "speaker_confidence": 0.9067383, + "punctuated_word": "the" + }, + { + "word": "original", + "start": 2397.86, + "end": 2398.32, + "confidence": 0.6261522, + "speaker": 1, + "speaker_confidence": 0.9067383, + "punctuated_word": "original" + }, + { + "word": "idea", + "start": 2398.32, + "end": 2398.78, + "confidence": 0.6651748, + "speaker": 1, + "speaker_confidence": 0.9067383, + "punctuated_word": "idea" + }, + { + "word": "was", + "start": 2398.78, + "end": 2399.06, + "confidence": 0.41114017, + "speaker": 1, + "speaker_confidence": 0.9067383, + "punctuated_word": "was" + }, + { + "word": "for", + "start": 2399.06, + "end": 2399.56, + "confidence": 0.8614378, + "speaker": 1, + "speaker_confidence": 0.9067383, + "punctuated_word": "for," + }, + { + "word": "when", + "start": 2399.84, + "end": 2400.12, + "confidence": 0.88372105, + "speaker": 1, + "speaker_confidence": 0.9067383, + "punctuated_word": "when" + }, + { + "word": "the", + "start": 2400.12, + "end": 2400.28, + "confidence": 0.89498687, + "speaker": 1, + "speaker_confidence": 0.9067383, + "punctuated_word": "the" + }, + { + "word": "spec", + "start": 2400.28, + "end": 2400.58, + "confidence": 0.8361117, + "speaker": 1, + "speaker_confidence": 0.9067383, + "punctuated_word": "spec" + }, + { + "word": "was", + "start": 2400.58, + "end": 2400.8, + "confidence": 0.9429749, + "speaker": 1, + "speaker_confidence": 0.9067383, + "punctuated_word": "was" + }, + { + "word": "written", + "start": 2400.8, + "end": 2401.3, + "confidence": 0.6534395, + "speaker": 1, + "speaker_confidence": 0.9067383, + "punctuated_word": "written," + }, + { + "word": "was", + "start": 2401.4, + "end": 2401.64, + "confidence": 0.6521757, + "speaker": 1, + "speaker_confidence": 0.9067383, + "punctuated_word": "was" + }, + { + "word": "for", + "start": 2401.64, + "end": 2401.8, + "confidence": 0.7558807, + "speaker": 1, + "speaker_confidence": 0.9067383, + "punctuated_word": "for" + }, + { + "word": "bitcoin", + "start": 2401.8, + "end": 2402.12, + "confidence": 0.2904147, + "speaker": 1, + "speaker_confidence": 0.9067383, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 2402.12, + "end": 2402.44, + "confidence": 0.9875137, + "speaker": 1, + "speaker_confidence": 0.9067383, + "punctuated_word": "Core" + }, + { + "word": "to", + "start": 2402.44, + "end": 2402.64, + "confidence": 0.8138924, + "speaker": 1, + "speaker_confidence": 0.9067383, + "punctuated_word": "to" + }, + { + "word": "be", + "start": 2402.64, + "end": 2402.8, + "confidence": 0.7846278, + "speaker": 1, + "speaker_confidence": 0.9067383, + "punctuated_word": "be" + }, + { + "word": "the", + "start": 2402.8, + "end": 2402.96, + "confidence": 0.83623683, + "speaker": 1, + "speaker_confidence": 0.9067383, + "punctuated_word": "the" + }, + { + "word": "template", + "start": 2402.96, + "end": 2403.34, + "confidence": 0.64674455, + "speaker": 1, + "speaker_confidence": 0.9067383, + "punctuated_word": "template" + }, + { + "word": "provider", + "start": 2403.34, + "end": 2403.84, + "confidence": 0.06895517, + "speaker": 1, + "speaker_confidence": 0.9067383, + "punctuated_word": "provider." + }, + { + "word": "just", + "start": 2404.94, + "end": 2405.08, + "confidence": 0.90318197, + "speaker": 0, + "speaker_confidence": 0.7348633, + "punctuated_word": "Just" + }, + { + "word": "to", + "start": 2405.08, + "end": 2405.28, + "confidence": 0.74432564, + "speaker": 0, + "speaker_confidence": 0.7348633, + "punctuated_word": "to" + }, + { + "word": "be", + "start": 2405.28, + "end": 2405.38, + "confidence": 0.8102235, + "speaker": 0, + "speaker_confidence": 0.7348633, + "punctuated_word": "be" + }, + { + "word": "very", + "start": 2405.38, + "end": 2405.64, + "confidence": 0.8084735, + "speaker": 0, + "speaker_confidence": 0.7348633, + "punctuated_word": "very" + }, + { + "word": "clear", + "start": 2405.64, + "end": 2406.02, + "confidence": 0.8768058, + "speaker": 0, + "speaker_confidence": 0.7348633, + "punctuated_word": "clear" + }, + { + "word": "about", + "start": 2406.02, + "end": 2406.26, + "confidence": 0.8317702, + "speaker": 0, + "speaker_confidence": 0.7348633, + "punctuated_word": "about" + }, + { + "word": "this", + "start": 2406.26, + "end": 2406.76, + "confidence": 0.32579523, + "speaker": 0, + "speaker_confidence": 0.7348633, + "punctuated_word": "this," + }, + { + "word": "templates", + "start": 2407.16, + "end": 2407.66, + "confidence": 0.86982447, + "speaker": 0, + "speaker_confidence": 0.7348633, + "punctuated_word": "templates" + }, + { + "word": "basically", + "start": 2407.68, + "end": 2408.18, + "confidence": 0.8659248, + "speaker": 0, + "speaker_confidence": 0.7348633, + "punctuated_word": "basically" + }, + { + "word": "just", + "start": 2408.2, + "end": 2408.48, + "confidence": 0.49312294, + "speaker": 0, + "speaker_confidence": 0.7348633, + "punctuated_word": "just" + }, + { + "word": "means", + "start": 2408.48, + "end": 2408.86, + "confidence": 0.36252326, + "speaker": 0, + "speaker_confidence": 0.7348633, + "punctuated_word": "means" + }, + { + "word": "everything", + "start": 2408.86, + "end": 2409.24, + "confidence": 0.9997769, + "speaker": 0, + "speaker_confidence": 0.7348633, + "punctuated_word": "everything" + }, + { + "word": "that", + "start": 2409.24, + "end": 2409.4, + "confidence": 0.73336524, + "speaker": 0, + "speaker_confidence": 0.4765625, + "punctuated_word": "that" + }, + { + "word": "goes", + "start": 2409.4, + "end": 2409.68, + "confidence": 0.989033, + "speaker": 0, + "speaker_confidence": 0.4765625, + "punctuated_word": "goes" + }, + { + "word": "into", + "start": 2409.68, + "end": 2409.84, + "confidence": 0.80526125, + "speaker": 0, + "speaker_confidence": 0.4765625, + "punctuated_word": "into" + }, + { + "word": "a", + "start": 2409.84, + "end": 2410.04, + "confidence": 0.9683539, + "speaker": 0, + "speaker_confidence": 0.4765625, + "punctuated_word": "a" + }, + { + "word": "block", + "start": 2410.04, + "end": 2410.54, + "confidence": 0.261332, + "speaker": 0, + "speaker_confidence": 0.4765625, + "punctuated_word": "block." + }, + { + "word": "except", + "start": 2410.68, + "end": 2411.06, + "confidence": 0.8235435, + "speaker": 1, + "speaker_confidence": 0.6533203, + "punctuated_word": "Except" + }, + { + "word": "the", + "start": 2411.06, + "end": 2411.24, + "confidence": 0.88560295, + "speaker": 1, + "speaker_confidence": 0.6533203, + "punctuated_word": "the" + }, + { + "word": "solution", + "start": 2411.24, + "end": 2411.68, + "confidence": 0.90085375, + "speaker": 1, + "speaker_confidence": 0.6533203, + "punctuated_word": "solution" + }, + { + "word": "for", + "start": 2411.68, + "end": 2411.88, + "confidence": 0.5108818, + "speaker": 1, + "speaker_confidence": 0.6533203, + "punctuated_word": "for" + }, + { + "word": "it", + "start": 2411.88, + "end": 2412.16, + "confidence": 0.33893088, + "speaker": 1, + "speaker_confidence": 0.6533203, + "punctuated_word": "it." + }, + { + "word": "yeah", + "start": 2412.16, + "end": 2412.44, + "confidence": 0.8444912, + "speaker": 1, + "speaker_confidence": 0.6533203, + "punctuated_word": "Yeah," + }, + { + "word": "except", + "start": 2412.44, + "end": 2412.74, + "confidence": 0.25255105, + "speaker": 1, + "speaker_confidence": 0.6533203, + "punctuated_word": "except" + }, + { + "word": "the", + "start": 2412.74, + "end": 2412.9, + "confidence": 0.98961943, + "speaker": 1, + "speaker_confidence": 0.6533203, + "punctuated_word": "the" + }, + { + "word": "nods", + "start": 2412.9, + "end": 2413.4, + "confidence": 0.8699391, + "speaker": 1, + "speaker_confidence": 0.6533203, + "punctuated_word": "nods." + }, + { + "word": "except", + "start": 2413.5, + "end": 2413.78, + "confidence": 0.7527617, + "speaker": 0, + "speaker_confidence": 0.3647461, + "punctuated_word": "Except" + }, + { + "word": "the", + "start": 2413.78, + "end": 2413.98, + "confidence": 0.8308405, + "speaker": 0, + "speaker_confidence": 0.3647461, + "punctuated_word": "the" + }, + { + "word": "hash", + "start": 2413.98, + "end": 2414.34, + "confidence": 0.85221493, + "speaker": 0, + "speaker_confidence": 0.3647461, + "punctuated_word": "hash," + }, + { + "word": "yeah", + "start": 2414.34, + "end": 2414.54, + "confidence": 0.8207839, + "speaker": 0, + "speaker_confidence": 0.3647461, + "punctuated_word": "yeah," + }, + { + "word": "sure", + "start": 2414.54, + "end": 2415.04, + "confidence": 0.16572599, + "speaker": 0, + "speaker_confidence": 0.3647461, + "punctuated_word": "sure." + }, + { + "word": "and", + "start": 2415.48, + "end": 2415.66, + "confidence": 0.86679983, + "speaker": 1, + "speaker_confidence": 0.6064453, + "punctuated_word": "And" + }, + { + "word": "the", + "start": 2415.66, + "end": 2415.82, + "confidence": 0.91254, + "speaker": 1, + "speaker_confidence": 0.6064453, + "punctuated_word": "the" + }, + { + "word": "payout", + "start": 2415.82, + "end": 2416.24, + "confidence": 0.7743035, + "speaker": 1, + "speaker_confidence": 0.6064453, + "punctuated_word": "payout" + }, + { + "word": "stuff", + "start": 2416.24, + "end": 2416.74, + "confidence": 0.401314, + "speaker": 1, + "speaker_confidence": 0.6064453, + "punctuated_word": "stuff." + }, + { + "word": "yeah", + "start": 2418.46, + "end": 2418.82, + "confidence": 0.90479374, + "speaker": 1, + "speaker_confidence": 0.8417969, + "punctuated_word": "Yeah," + }, + { + "word": "so", + "start": 2418.82, + "end": 2419.32, + "confidence": 0.7976759, + "speaker": 1, + "speaker_confidence": 0.8417969, + "punctuated_word": "so" + }, + { + "word": "bitcoin", + "start": 2419.46, + "end": 2419.84, + "confidence": 0.89122355, + "speaker": 1, + "speaker_confidence": 0.8417969, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 2419.84, + "end": 2420.28, + "confidence": 0.87599117, + "speaker": 1, + "speaker_confidence": 0.8417969, + "punctuated_word": "Core" + }, + { + "word": "is", + "start": 2420.28, + "end": 2420.5, + "confidence": 0.85949963, + "speaker": 1, + "speaker_confidence": 0.8417969, + "punctuated_word": "is" + }, + { + "word": "good", + "start": 2420.5, + "end": 2420.72, + "confidence": 0.7365706, + "speaker": 1, + "speaker_confidence": 0.8417969, + "punctuated_word": "good" + }, + { + "word": "at", + "start": 2420.72, + "end": 2420.86, + "confidence": 0.97501206, + "speaker": 1, + "speaker_confidence": 0.8417969, + "punctuated_word": "at" + }, + { + "word": "making", + "start": 2420.86, + "end": 2421.14, + "confidence": 0.99841213, + "speaker": 1, + "speaker_confidence": 0.8417969, + "punctuated_word": "making" + }, + { + "word": "templates", + "start": 2421.14, + "end": 2421.5, + "confidence": 0.88343674, + "speaker": 1, + "speaker_confidence": 0.8417969, + "punctuated_word": "templates," + }, + { + "word": "but", + "start": 2421.5, + "end": 2421.98, + "confidence": 0.7660888, + "speaker": 1, + "speaker_confidence": 0.8417969, + "punctuated_word": "but" + }, + { + "word": "the", + "start": 2421.98, + "end": 2422.2, + "confidence": 0.8499005, + "speaker": 1, + "speaker_confidence": 0.8417969, + "punctuated_word": "the" + }, + { + "word": "problem", + "start": 2422.2, + "end": 2422.64, + "confidence": 0.48035556, + "speaker": 1, + "speaker_confidence": 0.8417969, + "punctuated_word": "problem" + }, + { + "word": "was", + "start": 2422.64, + "end": 2422.96, + "confidence": 0.9781861, + "speaker": 1, + "speaker_confidence": 0.8417969, + "punctuated_word": "was" + }, + { + "word": "that", + "start": 2422.96, + "end": 2423.32, + "confidence": 0.9977417, + "speaker": 1, + "speaker_confidence": 0.8417969, + "punctuated_word": "that" + }, + { + "word": "in", + "start": 2423.32, + "end": 2423.48, + "confidence": 0.89927423, + "speaker": 1, + "speaker_confidence": 0.8417969, + "punctuated_word": "in" + }, + { + "word": "order", + "start": 2423.48, + "end": 2423.86, + "confidence": 0.86751777, + "speaker": 1, + "speaker_confidence": 0.8417969, + "punctuated_word": "order" + }, + { + "word": "for", + "start": 2423.86, + "end": 2424.22, + "confidence": 0.7301751, + "speaker": 1, + "speaker_confidence": 0.8417969, + "punctuated_word": "for" + }, + { + "word": "bitcoin", + "start": 2424.22, + "end": 2424.52, + "confidence": 0.89063257, + "speaker": 1, + "speaker_confidence": 0.8417969, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 2424.52, + "end": 2424.78, + "confidence": 0.7163613, + "speaker": 1, + "speaker_confidence": 0.8417969, + "punctuated_word": "Core" + }, + { + "word": "to", + "start": 2424.78, + "end": 2424.96, + "confidence": 0.99674135, + "speaker": 1, + "speaker_confidence": 0.8417969, + "punctuated_word": "to" + }, + { + "word": "do", + "start": 2424.96, + "end": 2425.12, + "confidence": 0.99873775, + "speaker": 1, + "speaker_confidence": 0.8417969, + "punctuated_word": "do" + }, + { + "word": "this", + "start": 2425.12, + "end": 2425.28, + "confidence": 0.82044435, + "speaker": 1, + "speaker_confidence": 0.76171875, + "punctuated_word": "this," + }, + { + "word": "it", + "start": 2425.28, + "end": 2425.44, + "confidence": 0.88071585, + "speaker": 1, + "speaker_confidence": 0.76171875, + "punctuated_word": "it" + }, + { + "word": "would", + "start": 2425.44, + "end": 2425.64, + "confidence": 0.9076722, + "speaker": 1, + "speaker_confidence": 0.76171875, + "punctuated_word": "would" + }, + { + "word": "have", + "start": 2425.64, + "end": 2425.76, + "confidence": 0.9001951, + "speaker": 1, + "speaker_confidence": 0.76171875, + "punctuated_word": "have" + }, + { + "word": "to", + "start": 2425.76, + "end": 2425.92, + "confidence": 0.7994773, + "speaker": 1, + "speaker_confidence": 0.76171875, + "punctuated_word": "to" + }, + { + "word": "speak", + "start": 2425.92, + "end": 2426.26, + "confidence": 0.37513128, + "speaker": 1, + "speaker_confidence": 0.76171875, + "punctuated_word": "speak" + }, + { + "word": "the", + "start": 2426.26, + "end": 2426.46, + "confidence": 0.41403976, + "speaker": 1, + "speaker_confidence": 0.76171875, + "punctuated_word": "the" + }, + { + "word": "statmp2", + "start": 2426.46, + "end": 2426.96, + "confidence": 0.7633308, + "speaker": 1, + "speaker_confidence": 0.76171875, + "punctuated_word": "StatMp2" + }, + { + "word": "protocol", + "start": 2427.18, + "end": 2427.68, + "confidence": 0.880932, + "speaker": 1, + "speaker_confidence": 0.76171875, + "punctuated_word": "protocol." + }, + { + "word": "so", + "start": 2427.98, + "end": 2428.14, + "confidence": 0.68566483, + "speaker": 1, + "speaker_confidence": 0.76171875, + "punctuated_word": "So" + }, + { + "word": "it", + "start": 2428.14, + "end": 2428.26, + "confidence": 0.8737327, + "speaker": 1, + "speaker_confidence": 0.76171875, + "punctuated_word": "it" + }, + { + "word": "would", + "start": 2428.26, + "end": 2428.34, + "confidence": 0.90278465, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "would" + }, + { + "word": "have", + "start": 2428.34, + "end": 2428.52, + "confidence": 0.8184335, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "have" + }, + { + "word": "to", + "start": 2428.52, + "end": 2428.82, + "confidence": 0.9969031, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "to" + }, + { + "word": "support", + "start": 2428.82, + "end": 2429.24, + "confidence": 0.99881196, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "support" + }, + { + "word": "the", + "start": 2429.24, + "end": 2429.44, + "confidence": 0.77010566, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "the" + }, + { + "word": "same", + "start": 2429.44, + "end": 2429.94, + "confidence": 0.52726984, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "same" + }, + { + "word": "encryption", + "start": 2430.46, + "end": 2430.96, + "confidence": 0.7001636, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "encryption" + }, + { + "word": "standards", + "start": 2431.02, + "end": 2431.52, + "confidence": 0.7250938, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "standards" + }, + { + "word": "and", + "start": 2432.62, + "end": 2432.78, + "confidence": 0.85349256, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "and" + }, + { + "word": "new", + "start": 2432.78, + "end": 2432.98, + "confidence": 0.83225286, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "new" + }, + { + "word": "messages", + "start": 2432.98, + "end": 2433.48, + "confidence": 0.047904078, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "messages." + }, + { + "word": "and", + "start": 2434.92, + "end": 2435.2, + "confidence": 0.7743805, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "And" + }, + { + "word": "so", + "start": 2435.2, + "end": 2435.46, + "confidence": 0.860809, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "so" + }, + { + "word": "this", + "start": 2435.46, + "end": 2435.72, + "confidence": 0.69292617, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "this" + }, + { + "word": "was", + "start": 2435.72, + "end": 2435.86, + "confidence": 0.8493134, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "was" + }, + { + "word": "implemented", + "start": 2435.86, + "end": 2436.36, + "confidence": 0.86333, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "implemented" + }, + { + "word": "by", + "start": 2436.56, + "end": 2436.78, + "confidence": 0.8120636, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "by" + }, + { + "word": "me", + "start": 2436.78, + "end": 2437.0, + "confidence": 0.9447293, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "me" + }, + { + "word": "and", + "start": 2437.0, + "end": 2437.16, + "confidence": 0.800551, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "and" + }, + { + "word": "a", + "start": 2437.16, + "end": 2437.26, + "confidence": 0.743155, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "a" + }, + { + "word": "few", + "start": 2437.26, + "end": 2437.48, + "confidence": 0.40924817, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "few" + }, + { + "word": "others", + "start": 2437.48, + "end": 2437.98, + "confidence": 0.14545916, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "others," + }, + { + "word": "and", + "start": 2438.1, + "end": 2438.3, + "confidence": 0.87672013, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "and" + }, + { + "word": "there", + "start": 2438.3, + "end": 2438.48, + "confidence": 0.82267404, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "there" + }, + { + "word": "was", + "start": 2438.48, + "end": 2438.62, + "confidence": 0.8028321, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "was" + }, + { + "word": "some", + "start": 2438.62, + "end": 2438.82, + "confidence": 0.84915537, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "some" + }, + { + "word": "resistance", + "start": 2438.82, + "end": 2439.32, + "confidence": 0.7092497, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "resistance" + }, + { + "word": "to", + "start": 2439.52, + "end": 2439.72, + "confidence": 0.45199814, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "to" + }, + { + "word": "adding", + "start": 2439.72, + "end": 2440.22, + "confidence": 0.6616379, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "adding," + }, + { + "word": "basically", + "start": 2440.52, + "end": 2440.94, + "confidence": 0.81028175, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "basically" + }, + { + "word": "to", + "start": 2440.94, + "end": 2441.08, + "confidence": 0.84333706, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "to" + }, + { + "word": "adding", + "start": 2441.08, + "end": 2441.32, + "confidence": 0.7294405, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "adding" + }, + { + "word": "all", + "start": 2441.32, + "end": 2441.5, + "confidence": 0.6131087, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "all" + }, + { + "word": "this", + "start": 2441.5, + "end": 2441.68, + "confidence": 0.977887, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "this" + }, + { + "word": "extra", + "start": 2441.68, + "end": 2442.18, + "confidence": 0.9929471, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "extra" + }, + { + "word": "complexity", + "start": 2443.66, + "end": 2444.16, + "confidence": 0.813789, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "complexity," + }, + { + "word": "adding", + "start": 2444.5298, + "end": 2444.8623, + "confidence": 0.7384539, + "speaker": 1, + "speaker_confidence": 0.9003906, + "punctuated_word": "adding" + }, + { + "word": "these", + "start": 2444.8623, + "end": 2445.1948, + "confidence": 0.8779727, + "speaker": 1, + "speaker_confidence": 0.9003906, + "punctuated_word": "these" + }, + { + "word": "extra", + "start": 2445.1948, + "end": 2445.5276, + "confidence": 0.80039316, + "speaker": 1, + "speaker_confidence": 0.9003906, + "punctuated_word": "extra" + }, + { + "word": "cryptographic", + "start": 2445.5276, + "end": 2445.86, + "confidence": 0.81619227, + "speaker": 1, + "speaker_confidence": 0.9003906, + "punctuated_word": "cryptographic" + }, + { + "word": "methods", + "start": 2445.86, + "end": 2446.36, + "confidence": 0.68784493, + "speaker": 1, + "speaker_confidence": 0.9003906, + "punctuated_word": "methods" + }, + { + "word": "and", + "start": 2446.48, + "end": 2446.98, + "confidence": 0.88192225, + "speaker": 1, + "speaker_confidence": 0.9003906, + "punctuated_word": "and" + }, + { + "word": "listening", + "start": 2447.22, + "end": 2447.62, + "confidence": 0.6416005, + "speaker": 1, + "speaker_confidence": 0.9003906, + "punctuated_word": "listening" + }, + { + "word": "to", + "start": 2447.62, + "end": 2447.78, + "confidence": 0.78847, + "speaker": 1, + "speaker_confidence": 0.9003906, + "punctuated_word": "to" + }, + { + "word": "ports", + "start": 2447.78, + "end": 2448.16, + "confidence": 0.73295176, + "speaker": 1, + "speaker_confidence": 0.9003906, + "punctuated_word": "ports" + }, + { + "word": "and", + "start": 2448.16, + "end": 2448.32, + "confidence": 0.7531754, + "speaker": 1, + "speaker_confidence": 0.9003906, + "punctuated_word": "and" + }, + { + "word": "processing", + "start": 2448.32, + "end": 2448.82, + "confidence": 0.47900704, + "speaker": 1, + "speaker_confidence": 0.9003906, + "punctuated_word": "processing" + }, + { + "word": "messages", + "start": 2449.02, + "end": 2449.52, + "confidence": 0.7304829, + "speaker": 1, + "speaker_confidence": 0.9003906, + "punctuated_word": "messages," + }, + { + "word": "etc", + "start": 2449.6, + "end": 2450.1, + "confidence": 0.031663883, + "speaker": 1, + "speaker_confidence": 0.9003906, + "punctuated_word": "etc." + }, + { + "word": "so", + "start": 2451.3, + "end": 2451.58, + "confidence": 0.9447026, + "speaker": 1, + "speaker_confidence": 0.9003906, + "punctuated_word": "So" + }, + { + "word": "then", + "start": 2451.58, + "end": 2451.88, + "confidence": 0.74511576, + "speaker": 1, + "speaker_confidence": 0.9003906, + "punctuated_word": "then" + }, + { + "word": "a", + "start": 2451.88, + "end": 2452.12, + "confidence": 0.8898386, + "speaker": 1, + "speaker_confidence": 0.9003906, + "punctuated_word": "a" + }, + { + "word": "compromise", + "start": 2452.12, + "end": 2452.62, + "confidence": 0.77338344, + "speaker": 1, + "speaker_confidence": 0.9003906, + "punctuated_word": "compromise" + }, + { + "word": "was", + "start": 2452.8, + "end": 2453.2, + "confidence": 0.5947297, + "speaker": 1, + "speaker_confidence": 0.9003906, + "punctuated_word": "was" + }, + { + "word": "reached", + "start": 2453.2, + "end": 2453.64, + "confidence": 0.78690517, + "speaker": 1, + "speaker_confidence": 0.9003906, + "punctuated_word": "reached," + }, + { + "word": "which", + "start": 2453.64, + "end": 2453.88, + "confidence": 0.7709738, + "speaker": 1, + "speaker_confidence": 0.9003906, + "punctuated_word": "which" + }, + { + "word": "is", + "start": 2453.88, + "end": 2454.1, + "confidence": 0.2987765, + "speaker": 1, + "speaker_confidence": 0.9003906, + "punctuated_word": "is" + }, + { + "word": "that", + "start": 2454.1, + "end": 2454.6, + "confidence": 0.55415857, + "speaker": 1, + "speaker_confidence": 0.9003906, + "punctuated_word": "that," + }, + { + "word": "well", + "start": 2454.6, + "end": 2454.78, + "confidence": 0.7217044, + "speaker": 1, + "speaker_confidence": 0.9003906, + "punctuated_word": "well," + }, + { + "word": "we'll", + "start": 2454.78, + "end": 2455.08, + "confidence": 0.81572866, + "speaker": 1, + "speaker_confidence": 0.9003906, + "punctuated_word": "we'll" + }, + { + "word": "have", + "start": 2455.08, + "end": 2455.32, + "confidence": 0.5895247, + "speaker": 1, + "speaker_confidence": 0.9003906, + "punctuated_word": "have" + }, + { + "word": "bitcoin", + "start": 2455.32, + "end": 2455.64, + "confidence": 0.6002556, + "speaker": 1, + "speaker_confidence": 0.9003906, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 2455.64, + "end": 2456.14, + "confidence": 0.93599236, + "speaker": 1, + "speaker_confidence": 0.9003906, + "punctuated_word": "Core" + }, + { + "word": "listen", + "start": 2457.16, + "end": 2457.44, + "confidence": 0.95611674, + "speaker": 1, + "speaker_confidence": 0.7788086, + "punctuated_word": "listen" + }, + { + "word": "on", + "start": 2457.44, + "end": 2457.8, + "confidence": 0.8680741, + "speaker": 1, + "speaker_confidence": 0.7788086, + "punctuated_word": "on" + }, + { + "word": "a", + "start": 2457.8, + "end": 2457.98, + "confidence": 0.88292205, + "speaker": 1, + "speaker_confidence": 0.7788086, + "punctuated_word": "a" + }, + { + "word": "protocol", + "start": 2457.98, + "end": 2458.38, + "confidence": 0.8149051, + "speaker": 1, + "speaker_confidence": 0.7788086, + "punctuated_word": "protocol" + }, + { + "word": "we", + "start": 2458.38, + "end": 2458.52, + "confidence": 0.8833475, + "speaker": 1, + "speaker_confidence": 0.7788086, + "punctuated_word": "we" + }, + { + "word": "call", + "start": 2458.52, + "end": 2458.78, + "confidence": 0.99461925, + "speaker": 1, + "speaker_confidence": 0.7788086, + "punctuated_word": "call" + }, + { + "word": "ipc", + "start": 2458.78, + "end": 2459.28, + "confidence": 0.87717646, + "speaker": 1, + "speaker_confidence": 0.7788086, + "punctuated_word": "IPC," + }, + { + "word": "inter-process", + "start": 2459.34, + "end": 2459.84, + "confidence": 0.7423655, + "speaker": 1, + "speaker_confidence": 0.7788086, + "punctuated_word": "Inter-Process" + }, + { + "word": "communication", + "start": 2459.92, + "end": 2460.42, + "confidence": 0.6113558, + "speaker": 1, + "speaker_confidence": 0.7788086, + "punctuated_word": "Communication," + }, + { + "word": "and", + "start": 2461.32, + "end": 2461.5, + "confidence": 0.9702153, + "speaker": 1, + "speaker_confidence": 0.8227539, + "punctuated_word": "and" + }, + { + "word": "it's", + "start": 2461.5, + "end": 2461.72, + "confidence": 0.8907782, + "speaker": 1, + "speaker_confidence": 0.8227539, + "punctuated_word": "it's" + }, + { + "word": "not", + "start": 2461.72, + "end": 2462.02, + "confidence": 0.7373502, + "speaker": 1, + "speaker_confidence": 0.8227539, + "punctuated_word": "not" + }, + { + "word": "directly", + "start": 2462.02, + "end": 2462.52, + "confidence": 0.48927906, + "speaker": 1, + "speaker_confidence": 0.8227539, + "punctuated_word": "directly" + }, + { + "word": "supporting", + "start": 2462.56, + "end": 2462.9, + "confidence": 0.96443963, + "speaker": 1, + "speaker_confidence": 0.8227539, + "punctuated_word": "supporting" + }, + { + "word": "stratum", + "start": 2462.9, + "end": 2463.26, + "confidence": 0.9537923, + "speaker": 1, + "speaker_confidence": 0.8227539, + "punctuated_word": "Stratum" + }, + { + "word": "v2", + "start": 2463.26, + "end": 2463.76, + "confidence": 0.47072983, + "speaker": 1, + "speaker_confidence": 0.8227539, + "punctuated_word": "V2," + }, + { + "word": "but", + "start": 2464.28, + "end": 2464.54, + "confidence": 0.93060464, + "speaker": 1, + "speaker_confidence": 0.8227539, + "punctuated_word": "but" + }, + { + "word": "it", + "start": 2464.54, + "end": 2464.7, + "confidence": 0.91787815, + "speaker": 1, + "speaker_confidence": 0.8227539, + "punctuated_word": "it" + }, + { + "word": "does", + "start": 2464.7, + "end": 2465.02, + "confidence": 0.80586654, + "speaker": 1, + "speaker_confidence": 0.8017578, + "punctuated_word": "does" + }, + { + "word": "support", + "start": 2465.02, + "end": 2465.44, + "confidence": 0.8466605, + "speaker": 1, + "speaker_confidence": 0.8017578, + "punctuated_word": "support" + }, + { + "word": "the", + "start": 2465.44, + "end": 2465.64, + "confidence": 0.81272817, + "speaker": 1, + "speaker_confidence": 0.8017578, + "punctuated_word": "the" + }, + { + "word": "messages", + "start": 2465.64, + "end": 2466.1, + "confidence": 0.8490745, + "speaker": 1, + "speaker_confidence": 0.8017578, + "punctuated_word": "messages" + }, + { + "word": "that", + "start": 2466.1, + "end": 2466.22, + "confidence": 0.9910609, + "speaker": 1, + "speaker_confidence": 0.8017578, + "punctuated_word": "that" + }, + { + "word": "stratum", + "start": 2466.22, + "end": 2466.56, + "confidence": 0.9986492, + "speaker": 1, + "speaker_confidence": 0.8017578, + "punctuated_word": "Stratum" + }, + { + "word": "v2", + "start": 2466.56, + "end": 2466.76, + "confidence": 0.728346, + "speaker": 1, + "speaker_confidence": 0.8017578, + "punctuated_word": "V2" + }, + { + "word": "needs", + "start": 2466.76, + "end": 2467.2, + "confidence": 0.54808384, + "speaker": 1, + "speaker_confidence": 0.8017578, + "punctuated_word": "needs," + }, + { + "word": "or", + "start": 2467.2, + "end": 2467.36, + "confidence": 0.8979135, + "speaker": 1, + "speaker_confidence": 0.8017578, + "punctuated_word": "or" + }, + { + "word": "it", + "start": 2467.36, + "end": 2467.54, + "confidence": 0.809385, + "speaker": 1, + "speaker_confidence": 0.8017578, + "punctuated_word": "it" + }, + { + "word": "can", + "start": 2467.54, + "end": 2467.66, + "confidence": 0.7906665, + "speaker": 1, + "speaker_confidence": 0.8017578, + "punctuated_word": "can" + }, + { + "word": "give", + "start": 2467.66, + "end": 2467.8, + "confidence": 0.7147052, + "speaker": 1, + "speaker_confidence": 0.8017578, + "punctuated_word": "give" + }, + { + "word": "the", + "start": 2467.8, + "end": 2467.92, + "confidence": 0.70212895, + "speaker": 1, + "speaker_confidence": 0.8017578, + "punctuated_word": "the" + }, + { + "word": "information", + "start": 2467.92, + "end": 2468.3, + "confidence": 0.9910266, + "speaker": 1, + "speaker_confidence": 0.8017578, + "punctuated_word": "information" + }, + { + "word": "stratum", + "start": 2468.3, + "end": 2468.6, + "confidence": 0.99855274, + "speaker": 1, + "speaker_confidence": 0.8017578, + "punctuated_word": "Stratum" + }, + { + "word": "v2", + "start": 2468.6, + "end": 2468.8, + "confidence": 0.76758605, + "speaker": 1, + "speaker_confidence": 0.8017578, + "punctuated_word": "V2" + }, + { + "word": "needs", + "start": 2468.8, + "end": 2469.06, + "confidence": 0.89334977, + "speaker": 1, + "speaker_confidence": 0.8017578, + "punctuated_word": "needs." + }, + { + "word": "so", + "start": 2469.06, + "end": 2469.16, + "confidence": 0.8970617, + "speaker": 1, + "speaker_confidence": 0.6953125, + "punctuated_word": "So" + }, + { + "word": "it", + "start": 2469.16, + "end": 2469.32, + "confidence": 0.8050193, + "speaker": 1, + "speaker_confidence": 0.6953125, + "punctuated_word": "it" + }, + { + "word": "can", + "start": 2469.32, + "end": 2469.48, + "confidence": 0.9906178, + "speaker": 1, + "speaker_confidence": 0.6953125, + "punctuated_word": "can" + }, + { + "word": "give", + "start": 2469.48, + "end": 2469.66, + "confidence": 0.7367015, + "speaker": 1, + "speaker_confidence": 0.6953125, + "punctuated_word": "give" + }, + { + "word": "a", + "start": 2469.66, + "end": 2469.8, + "confidence": 0.7886756, + "speaker": 1, + "speaker_confidence": 0.6953125, + "punctuated_word": "a" + }, + { + "word": "block", + "start": 2469.8, + "end": 2470.08, + "confidence": 0.8443051, + "speaker": 1, + "speaker_confidence": 0.6953125, + "punctuated_word": "block" + }, + { + "word": "template", + "start": 2470.08, + "end": 2470.58, + "confidence": 0.6272, + "speaker": 1, + "speaker_confidence": 0.6953125, + "punctuated_word": "template," + }, + { + "word": "it", + "start": 2470.68, + "end": 2470.84, + "confidence": 0.8116858, + "speaker": 1, + "speaker_confidence": 0.6953125, + "punctuated_word": "it" + }, + { + "word": "can", + "start": 2470.84, + "end": 2471.04, + "confidence": 0.95967454, + "speaker": 1, + "speaker_confidence": 0.6953125, + "punctuated_word": "can" + }, + { + "word": "push", + "start": 2471.04, + "end": 2471.32, + "confidence": 0.8364185, + "speaker": 1, + "speaker_confidence": 0.6953125, + "punctuated_word": "push" + }, + { + "word": "a", + "start": 2471.32, + "end": 2471.44, + "confidence": 0.8149899, + "speaker": 1, + "speaker_confidence": 0.6953125, + "punctuated_word": "a" + }, + { + "word": "block", + "start": 2471.44, + "end": 2471.72, + "confidence": 0.90543693, + "speaker": 1, + "speaker_confidence": 0.6953125, + "punctuated_word": "block" + }, + { + "word": "template", + "start": 2471.72, + "end": 2472.22, + "confidence": 0.66448784, + "speaker": 1, + "speaker_confidence": 0.69970703, + "punctuated_word": "template," + }, + { + "word": "etc", + "start": 2473.32, + "end": 2473.82, + "confidence": 0.7624757, + "speaker": 1, + "speaker_confidence": 0.69970703, + "punctuated_word": "etc." + }, + { + "word": "and", + "start": 2474.72, + "end": 2475.06, + "confidence": 0.57643235, + "speaker": 1, + "speaker_confidence": 0.69970703, + "punctuated_word": "And" + }, + { + "word": "so", + "start": 2475.06, + "end": 2475.56, + "confidence": 0.99273574, + "speaker": 1, + "speaker_confidence": 0.69970703, + "punctuated_word": "So" + }, + { + "word": "that's", + "start": 2476.24, + "end": 2476.74, + "confidence": 0.8535798, + "speaker": 1, + "speaker_confidence": 0.69970703, + "punctuated_word": "that's" + }, + { + "word": "what's", + "start": 2478.58, + "end": 2479.08, + "confidence": 0.8955671, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "what's" + }, + { + "word": "in", + "start": 2479.16, + "end": 2479.44, + "confidence": 0.893081, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "in" + }, + { + "word": "version", + "start": 2479.44, + "end": 2479.9, + "confidence": 0.89480555, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "version" + }, + { + "word": "30", + "start": 2479.9, + "end": 2480.28, + "confidence": 0.68123007, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "30" + }, + { + "word": "of", + "start": 2480.28, + "end": 2480.5, + "confidence": 0.7409726, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "of" + }, + { + "word": "bitcoin", + "start": 2480.5, + "end": 2480.92, + "confidence": 0.8537302, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 2480.92, + "end": 2481.42, + "confidence": 0.57446724, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "Core." + }, + { + "word": "and", + "start": 2481.46, + "end": 2481.6, + "confidence": 0.8867267, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "And" + }, + { + "word": "then", + "start": 2481.6, + "end": 2481.78, + "confidence": 0.8945695, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "then" + }, + { + "word": "you", + "start": 2481.78, + "end": 2481.88, + "confidence": 0.826858, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 2481.88, + "end": 2482.04, + "confidence": 0.9812397, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "can" + }, + { + "word": "use", + "start": 2482.04, + "end": 2482.2, + "confidence": 0.8721405, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "use" + }, + { + "word": "a", + "start": 2482.2, + "end": 2482.32, + "confidence": 0.76084507, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "a" + }, + { + "word": "separate", + "start": 2482.32, + "end": 2482.68, + "confidence": 0.6480146, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "separate" + }, + { + "word": "application", + "start": 2482.68, + "end": 2483.18, + "confidence": 0.99972636, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "application" + }, + { + "word": "to", + "start": 2483.68, + "end": 2483.86, + "confidence": 0.9051653, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "to" + }, + { + "word": "connect", + "start": 2483.86, + "end": 2484.16, + "confidence": 0.8792668, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "connect" + }, + { + "word": "to", + "start": 2484.16, + "end": 2484.28, + "confidence": 0.76051265, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "to" + }, + { + "word": "bitcoin", + "start": 2484.28, + "end": 2484.52, + "confidence": 0.49882954, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 2484.52, + "end": 2484.86, + "confidence": 0.645612, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "Core" + }, + { + "word": "and", + "start": 2484.86, + "end": 2485.08, + "confidence": 0.42683765, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "and" + }, + { + "word": "actually", + "start": 2485.08, + "end": 2485.58, + "confidence": 0.39742357, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "actually," + }, + { + "word": "basically", + "start": 2486.04, + "end": 2486.54, + "confidence": 0.8837191, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "basically" + }, + { + "word": "translate", + "start": 2486.92, + "end": 2487.42, + "confidence": 0.7015967, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "translate" + }, + { + "word": "this", + "start": 2487.66, + "end": 2487.94, + "confidence": 0.75779974, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "this" + }, + { + "word": "to", + "start": 2487.94, + "end": 2488.38, + "confidence": 0.8236372, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "to" + }, + { + "word": "the", + "start": 2488.38, + "end": 2488.66, + "confidence": 0.41005525, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "the" + }, + { + "word": "actual", + "start": 2488.66, + "end": 2488.86, + "confidence": 0.96812963, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "actual" + }, + { + "word": "stratum", + "start": 2488.86, + "end": 2489.22, + "confidence": 0.9728378, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "Stratum" + }, + { + "word": "v2", + "start": 2489.22, + "end": 2489.72, + "confidence": 0.65939826, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "V2" + }, + { + "word": "language", + "start": 2489.86, + "end": 2490.36, + "confidence": 0.6103712, + "speaker": 1, + "speaker_confidence": 0.94921875, + "punctuated_word": "language." + }, + { + "word": "right", + "start": 2490.82, + "end": 2491.26, + "confidence": 0.8581021, + "speaker": 0, + "speaker_confidence": 0.8310547, + "punctuated_word": "Right," + }, + { + "word": "so", + "start": 2491.26, + "end": 2491.76, + "confidence": 0.9007761, + "speaker": 0, + "speaker_confidence": 0.8310547, + "punctuated_word": "so" + }, + { + "word": "let", + "start": 2492.34, + "end": 2492.5, + "confidence": 0.81473017, + "speaker": 0, + "speaker_confidence": 0.8310547, + "punctuated_word": "let" + }, + { + "word": "me", + "start": 2492.5, + "end": 2492.78, + "confidence": 0.8538492, + "speaker": 0, + "speaker_confidence": 0.8310547, + "punctuated_word": "me" + }, + { + "word": "repeat", + "start": 2492.78, + "end": 2493.16, + "confidence": 0.8107583, + "speaker": 0, + "speaker_confidence": 0.8310547, + "punctuated_word": "repeat" + }, + { + "word": "this", + "start": 2493.16, + "end": 2493.34, + "confidence": 0.8968188, + "speaker": 0, + "speaker_confidence": 0.8310547, + "punctuated_word": "this" + }, + { + "word": "back", + "start": 2493.34, + "end": 2493.54, + "confidence": 0.88595814, + "speaker": 0, + "speaker_confidence": 0.8310547, + "punctuated_word": "back" + }, + { + "word": "to", + "start": 2493.54, + "end": 2493.74, + "confidence": 0.7020995, + "speaker": 0, + "speaker_confidence": 0.8310547, + "punctuated_word": "to" + }, + { + "word": "you", + "start": 2493.74, + "end": 2493.9, + "confidence": 0.81251407, + "speaker": 0, + "speaker_confidence": 0.8310547, + "punctuated_word": "you" + }, + { + "word": "and", + "start": 2493.9, + "end": 2494.06, + "confidence": 0.8907058, + "speaker": 0, + "speaker_confidence": 0.8310547, + "punctuated_word": "and" + }, + { + "word": "see", + "start": 2494.06, + "end": 2494.24, + "confidence": 0.98089874, + "speaker": 0, + "speaker_confidence": 0.8310547, + "punctuated_word": "see" + }, + { + "word": "if", + "start": 2494.24, + "end": 2494.4, + "confidence": 0.862649, + "speaker": 0, + "speaker_confidence": 0.8310547, + "punctuated_word": "if" + }, + { + "word": "i", + "start": 2494.4, + "end": 2494.9, + "confidence": 0.9019985, + "speaker": 0, + "speaker_confidence": 0.8310547, + "punctuated_word": "I" + }, + { + "word": "get", + "start": 2494.92, + "end": 2495.2, + "confidence": 0.8688008, + "speaker": 0, + "speaker_confidence": 0.8310547, + "punctuated_word": "get" + }, + { + "word": "it", + "start": 2495.2, + "end": 2495.58, + "confidence": 0.23953387, + "speaker": 0, + "speaker_confidence": 0.8310547, + "punctuated_word": "it." + }, + { + "word": "so", + "start": 2495.58, + "end": 2495.74, + "confidence": 0.98629016, + "speaker": 0, + "speaker_confidence": 0.8310547, + "punctuated_word": "So" + }, + { + "word": "stratum", + "start": 2495.74, + "end": 2496.14, + "confidence": 0.7032221, + "speaker": 0, + "speaker_confidence": 0.8310547, + "punctuated_word": "Stratum" + }, + { + "word": "v2", + "start": 2496.14, + "end": 2496.5, + "confidence": 0.89015734, + "speaker": 0, + "speaker_confidence": 0.8310547, + "punctuated_word": "V2" + }, + { + "word": "is", + "start": 2496.5, + "end": 2496.74, + "confidence": 0.99461323, + "speaker": 0, + "speaker_confidence": 0.8310547, + "punctuated_word": "is" + }, + { + "word": "basically", + "start": 2496.74, + "end": 2497.16, + "confidence": 0.6630454, + "speaker": 0, + "speaker_confidence": 0.8310547, + "punctuated_word": "basically" + }, + { + "word": "a", + "start": 2497.16, + "end": 2497.36, + "confidence": 0.8511263, + "speaker": 0, + "speaker_confidence": 0.8310547, + "punctuated_word": "a" + }, + { + "word": "different", + "start": 2497.36, + "end": 2497.76, + "confidence": 0.71457267, + "speaker": 0, + "speaker_confidence": 0.8310547, + "punctuated_word": "different" + }, + { + "word": "project", + "start": 2497.76, + "end": 2498.24, + "confidence": 0.6421349, + "speaker": 0, + "speaker_confidence": 0.8310547, + "punctuated_word": "project." + }, + { + "word": "it's", + "start": 2498.24, + "end": 2498.56, + "confidence": 0.99722064, + "speaker": 0, + "speaker_confidence": 0.8310547, + "punctuated_word": "It's" + }, + { + "word": "a", + "start": 2498.56, + "end": 2498.66, + "confidence": 0.51685345, + "speaker": 0, + "speaker_confidence": 0.8310547, + "punctuated_word": "a" + }, + { + "word": "mining", + "start": 2498.66, + "end": 2499.12, + "confidence": 0.8529097, + "speaker": 0, + "speaker_confidence": 0.8310547, + "punctuated_word": "mining" + }, + { + "word": "specific", + "start": 2499.12, + "end": 2499.62, + "confidence": 0.87465745, + "speaker": 0, + "speaker_confidence": 0.8310547, + "punctuated_word": "specific" + }, + { + "word": "project", + "start": 2499.66, + "end": 2500.16, + "confidence": 0.86899126, + "speaker": 0, + "speaker_confidence": 0.8310547, + "punctuated_word": "project." + }, + { + "word": "it's", + "start": 2500.52, + "end": 2500.76, + "confidence": 0.7793852, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "It's" + }, + { + "word": "like", + "start": 2500.76, + "end": 2500.94, + "confidence": 0.87897474, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "like" + }, + { + "word": "i", + "start": 2500.94, + "end": 2501.44, + "confidence": 0.63991654, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "I" + }, + { + "word": "said", + "start": 2501.6, + "end": 2501.98, + "confidence": 0.8660088, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "said," + }, + { + "word": "a", + "start": 2501.98, + "end": 2502.18, + "confidence": 0.88860047, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "a" + }, + { + "word": "way", + "start": 2502.18, + "end": 2502.48, + "confidence": 0.8426133, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "way" + }, + { + "word": "for", + "start": 2502.48, + "end": 2502.98, + "confidence": 0.8640025, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "for" + }, + { + "word": "mining", + "start": 2504.16, + "end": 2504.64, + "confidence": 0.5801141, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "mining" + }, + { + "word": "pools", + "start": 2504.64, + "end": 2505.14, + "confidence": 0.89306825, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "pools" + }, + { + "word": "to", + "start": 2505.26, + "end": 2505.76, + "confidence": 0.90940696, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "to" + }, + { + "word": "decentralize", + "start": 2506.1, + "end": 2506.6, + "confidence": 0.7610291, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "decentralize" + }, + { + "word": "part", + "start": 2506.92, + "end": 2507.18, + "confidence": 0.89187217, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "part" + }, + { + "word": "of", + "start": 2507.18, + "end": 2507.32, + "confidence": 0.8637013, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "of" + }, + { + "word": "their", + "start": 2507.32, + "end": 2507.52, + "confidence": 0.48126897, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "their" + }, + { + "word": "operations", + "start": 2507.52, + "end": 2508.02, + "confidence": 0.9060828, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "operations." + }, + { + "word": "namely", + "start": 2508.72, + "end": 2509.22, + "confidence": 0.62330484, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "Namely," + }, + { + "word": "individual", + "start": 2510.14, + "end": 2510.64, + "confidence": 0.76821226, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "individual" + }, + { + "word": "hashers", + "start": 2510.7, + "end": 2511.2, + "confidence": 0.9994778, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "hashers," + }, + { + "word": "you", + "start": 2511.38, + "end": 2511.46, + "confidence": 0.90993863, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "you" + }, + { + "word": "know", + "start": 2511.46, + "end": 2511.9, + "confidence": 0.7505345, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "know," + }, + { + "word": "users", + "start": 2511.9, + "end": 2512.3, + "confidence": 0.8125276, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "users" + }, + { + "word": "of", + "start": 2512.3, + "end": 2512.46, + "confidence": 0.8945112, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 2512.46, + "end": 2512.54, + "confidence": 0.6700057, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "the" + }, + { + "word": "pool", + "start": 2512.54, + "end": 2512.86, + "confidence": 0.7531318, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "pool," + }, + { + "word": "miners", + "start": 2512.86, + "end": 2513.36, + "confidence": 0.26977244, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "miners," + }, + { + "word": "they", + "start": 2513.6, + "end": 2513.8, + "confidence": 0.8474095, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "they" + }, + { + "word": "can", + "start": 2513.8, + "end": 2514.02, + "confidence": 0.87733006, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "can" + }, + { + "word": "decide", + "start": 2514.02, + "end": 2514.52, + "confidence": 0.8738556, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "decide" + }, + { + "word": "what", + "start": 2514.52, + "end": 2514.76, + "confidence": 0.74506986, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "what" + }, + { + "word": "goes", + "start": 2514.76, + "end": 2515.04, + "confidence": 0.96905935, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "goes" + }, + { + "word": "into", + "start": 2515.04, + "end": 2515.24, + "confidence": 0.7665085, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "into" + }, + { + "word": "a", + "start": 2515.24, + "end": 2515.34, + "confidence": 0.9574951, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "a" + }, + { + "word": "block", + "start": 2515.34, + "end": 2515.76, + "confidence": 0.06305784, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "block," + }, + { + "word": "which", + "start": 2515.76, + "end": 2515.92, + "confidence": 0.6898606, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "which" + }, + { + "word": "transactions", + "start": 2515.92, + "end": 2516.42, + "confidence": 0.6896598, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "transactions" + }, + { + "word": "go", + "start": 2516.44, + "end": 2516.66, + "confidence": 0.9927939, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "go" + }, + { + "word": "into", + "start": 2516.66, + "end": 2516.82, + "confidence": 0.820473, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "into" + }, + { + "word": "a", + "start": 2516.82, + "end": 2516.98, + "confidence": 0.58669823, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "a" + }, + { + "word": "block", + "start": 2516.98, + "end": 2517.48, + "confidence": 0.114582874, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "block." + }, + { + "word": "but", + "start": 2517.66, + "end": 2517.8, + "confidence": 0.88218397, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "But" + }, + { + "word": "for", + "start": 2517.8, + "end": 2518.06, + "confidence": 0.831625, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "for" + }, + { + "word": "that", + "start": 2518.06, + "end": 2518.56, + "confidence": 0.6425096, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "that," + }, + { + "word": "they", + "start": 2518.64, + "end": 2518.84, + "confidence": 0.7850002, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "they" + }, + { + "word": "would", + "start": 2518.84, + "end": 2519.12, + "confidence": 0.7960236, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "would" + }, + { + "word": "actually", + "start": 2519.12, + "end": 2519.62, + "confidence": 0.8691798, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "actually" + }, + { + "word": "use", + "start": 2520.3, + "end": 2520.66, + "confidence": 0.7406996, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "use" + }, + { + "word": "bitcoin", + "start": 2520.66, + "end": 2521.06, + "confidence": 0.70191085, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 2521.06, + "end": 2521.56, + "confidence": 0.3979613, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "Core" + }, + { + "word": "to", + "start": 2522.38, + "end": 2522.88, + "confidence": 0.85687613, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "to" + }, + { + "word": "hear", + "start": 2523.42, + "end": 2523.66, + "confidence": 0.73309165, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "hear" + }, + { + "word": "what", + "start": 2523.66, + "end": 2523.84, + "confidence": 0.8307865, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "what" + }, + { + "word": "transactions", + "start": 2523.84, + "end": 2524.3, + "confidence": 0.8910687, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "transactions" + }, + { + "word": "are", + "start": 2524.3, + "end": 2524.44, + "confidence": 0.814533, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "are" + }, + { + "word": "on", + "start": 2524.44, + "end": 2524.6, + "confidence": 0.8500115, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "on" + }, + { + "word": "the", + "start": 2524.6, + "end": 2524.74, + "confidence": 0.8564162, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "the" + }, + { + "word": "network", + "start": 2524.74, + "end": 2525.14, + "confidence": 0.5801806, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "network," + }, + { + "word": "etc", + "start": 2525.14, + "end": 2525.64, + "confidence": 0.12499595, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "etc." + }, + { + "word": "and", + "start": 2525.82, + "end": 2525.98, + "confidence": 0.8761879, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "And" + }, + { + "word": "use", + "start": 2525.98, + "end": 2526.2, + "confidence": 0.90643, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "use" + }, + { + "word": "this", + "start": 2526.2, + "end": 2526.44, + "confidence": 0.89726686, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "this" + }, + { + "word": "to", + "start": 2526.44, + "end": 2526.74, + "confidence": 0.38701203, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "to" + }, + { + "word": "construct", + "start": 2526.74, + "end": 2527.24, + "confidence": 0.7648372, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "construct" + }, + { + "word": "essentially", + "start": 2527.44, + "end": 2527.94, + "confidence": 0.7530535, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "essentially" + }, + { + "word": "the", + "start": 2528.52, + "end": 2528.68, + "confidence": 0.59661806, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "the" + }, + { + "word": "block", + "start": 2528.68, + "end": 2529.18, + "confidence": 0.14240058, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "block." + }, + { + "word": "and", + "start": 2529.44, + "end": 2529.84, + "confidence": 0.5800846, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "And" + }, + { + "word": "then", + "start": 2529.84, + "end": 2530.34, + "confidence": 0.82625943, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "then" + }, + { + "word": "now", + "start": 2530.76, + "end": 2530.96, + "confidence": 0.92122334, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "now" + }, + { + "word": "there's", + "start": 2530.96, + "end": 2531.28, + "confidence": 0.5717197, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "there's" + }, + { + "word": "kind", + "start": 2531.28, + "end": 2531.48, + "confidence": 0.9941233, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "kind" + }, + { + "word": "of", + "start": 2531.48, + "end": 2531.82, + "confidence": 0.87193686, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "of" + }, + { + "word": "a", + "start": 2531.82, + "end": 2531.98, + "confidence": 0.87000716, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "a" + }, + { + "word": "bridge", + "start": 2531.98, + "end": 2532.48, + "confidence": 0.19655588, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "bridge," + }, + { + "word": "a", + "start": 2532.54, + "end": 2532.7, + "confidence": 0.9067393, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "a" + }, + { + "word": "way", + "start": 2532.7, + "end": 2532.9, + "confidence": 0.7969614, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "way" + }, + { + "word": "to", + "start": 2532.9, + "end": 2533.08, + "confidence": 0.8079247, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "to" + }, + { + "word": "connect", + "start": 2533.08, + "end": 2533.58, + "confidence": 0.78735095, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "connect" + }, + { + "word": "with", + "start": 2533.58, + "end": 2533.94, + "confidence": 0.5351288, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "with" + }, + { + "word": "the", + "start": 2533.94, + "end": 2534.1, + "confidence": 0.53414273, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "the" + }, + { + "word": "stratum", + "start": 2534.1, + "end": 2534.44, + "confidence": 0.9056101, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "Stratum" + }, + { + "word": "v2", + "start": 2534.44, + "end": 2534.8, + "confidence": 0.827923, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "V2" + }, + { + "word": "protocol", + "start": 2534.8, + "end": 2535.14, + "confidence": 0.8247134, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "protocol" + }, + { + "word": "in", + "start": 2535.14, + "end": 2535.3, + "confidence": 0.9037069, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "in" + }, + { + "word": "order", + "start": 2535.3, + "end": 2535.54, + "confidence": 0.8689437, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "order" + }, + { + "word": "to", + "start": 2535.54, + "end": 2535.72, + "confidence": 0.9059347, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "to" + }, + { + "word": "make", + "start": 2535.72, + "end": 2535.92, + "confidence": 0.89064044, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "make" + }, + { + "word": "it", + "start": 2535.92, + "end": 2536.06, + "confidence": 0.8087165, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "it" + }, + { + "word": "all", + "start": 2536.06, + "end": 2536.22, + "confidence": 0.754855, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "all" + }, + { + "word": "work", + "start": 2536.22, + "end": 2536.56, + "confidence": 0.56063795, + "speaker": 0, + "speaker_confidence": 0.95947266, + "punctuated_word": "work." + }, + { + "word": "is", + "start": 2536.56, + "end": 2536.72, + "confidence": 0.9864509, + "speaker": 0, + "speaker_confidence": 0.43798828, + "punctuated_word": "Is" + }, + { + "word": "that", + "start": 2536.72, + "end": 2536.88, + "confidence": 0.8831251, + "speaker": 0, + "speaker_confidence": 0.43798828, + "punctuated_word": "that" + }, + { + "word": "a", + "start": 2536.88, + "end": 2537.02, + "confidence": 0.75169116, + "speaker": 0, + "speaker_confidence": 0.43798828, + "punctuated_word": "a" + }, + { + "word": "good", + "start": 2537.02, + "end": 2537.22, + "confidence": 0.78495306, + "speaker": 0, + "speaker_confidence": 0.43798828, + "punctuated_word": "good" + }, + { + "word": "enough", + "start": 2537.22, + "end": 2537.42, + "confidence": 0.97233766, + "speaker": 0, + "speaker_confidence": 0.43798828, + "punctuated_word": "enough" + }, + { + "word": "summary", + "start": 2537.42, + "end": 2537.92, + "confidence": 0.062144846, + "speaker": 0, + "speaker_confidence": 0.43798828, + "punctuated_word": "summary?" + }, + { + "word": "yeah", + "start": 2539.14, + "end": 2539.3, + "confidence": 0.68568194, + "speaker": 1, + "speaker_confidence": 0.6147461, + "punctuated_word": "Yeah," + }, + { + "word": "exactly", + "start": 2539.3, + "end": 2539.6, + "confidence": 0.6309539, + "speaker": 1, + "speaker_confidence": 0.6147461, + "punctuated_word": "exactly." + }, + { + "word": "so", + "start": 2539.6, + "end": 2539.74, + "confidence": 0.89927536, + "speaker": 1, + "speaker_confidence": 0.6147461, + "punctuated_word": "So" + }, + { + "word": "there's", + "start": 2539.74, + "end": 2539.9, + "confidence": 0.98821133, + "speaker": 1, + "speaker_confidence": 0.6147461, + "punctuated_word": "there's" + }, + { + "word": "a", + "start": 2539.9, + "end": 2540.02, + "confidence": 0.75767595, + "speaker": 1, + "speaker_confidence": 0.6147461, + "punctuated_word": "a" + }, + { + "word": "bridge", + "start": 2540.02, + "end": 2540.28, + "confidence": 0.40904316, + "speaker": 1, + "speaker_confidence": 0.6147461, + "punctuated_word": "bridge" + }, + { + "word": "between", + "start": 2540.28, + "end": 2540.5, + "confidence": 0.80434215, + "speaker": 1, + "speaker_confidence": 0.6147461, + "punctuated_word": "between" + }, + { + "word": "bitcoin", + "start": 2540.5, + "end": 2540.8, + "confidence": 0.6310828, + "speaker": 1, + "speaker_confidence": 0.6147461, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 2540.8, + "end": 2541.02, + "confidence": 0.99084455, + "speaker": 1, + "speaker_confidence": 0.6147461, + "punctuated_word": "Core" + }, + { + "word": "and", + "start": 2541.02, + "end": 2541.18, + "confidence": 0.81365436, + "speaker": 1, + "speaker_confidence": 0.6147461, + "punctuated_word": "and" + }, + { + "word": "the", + "start": 2541.18, + "end": 2541.22, + "confidence": 0.9001574, + "speaker": 1, + "speaker_confidence": 0.6147461, + "punctuated_word": "the" + }, + { + "word": "rest", + "start": 2541.22, + "end": 2541.42, + "confidence": 0.7946853, + "speaker": 1, + "speaker_confidence": 0.6147461, + "punctuated_word": "rest" + }, + { + "word": "of", + "start": 2541.42, + "end": 2541.5, + "confidence": 0.43818942, + "speaker": 1, + "speaker_confidence": 0.7236328, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 2541.5, + "end": 2541.58, + "confidence": 0.9427649, + "speaker": 1, + "speaker_confidence": 0.7236328, + "punctuated_word": "the" + }, + { + "word": "stratum", + "start": 2541.58, + "end": 2541.88, + "confidence": 0.9799886, + "speaker": 1, + "speaker_confidence": 0.7236328, + "punctuated_word": "Stratum" + }, + { + "word": "v2", + "start": 2541.88, + "end": 2542.26, + "confidence": 0.8151085, + "speaker": 1, + "speaker_confidence": 0.7236328, + "punctuated_word": "V2" + }, + { + "word": "ecosystem", + "start": 2542.26, + "end": 2542.76, + "confidence": 0.7694359, + "speaker": 1, + "speaker_confidence": 0.7236328, + "punctuated_word": "ecosystem," + }, + { + "word": "and", + "start": 2543.36, + "end": 2543.56, + "confidence": 0.8135549, + "speaker": 1, + "speaker_confidence": 0.7236328, + "punctuated_word": "and" + }, + { + "word": "it", + "start": 2543.56, + "end": 2543.72, + "confidence": 0.8738367, + "speaker": 1, + "speaker_confidence": 0.7236328, + "punctuated_word": "it" + }, + { + "word": "uses", + "start": 2543.72, + "end": 2544.08, + "confidence": 0.8246461, + "speaker": 1, + "speaker_confidence": 0.7236328, + "punctuated_word": "uses" + }, + { + "word": "this", + "start": 2544.08, + "end": 2544.26, + "confidence": 0.8854186, + "speaker": 1, + "speaker_confidence": 0.7236328, + "punctuated_word": "this" + }, + { + "word": "new", + "start": 2544.26, + "end": 2544.76, + "confidence": 0.99154484, + "speaker": 1, + "speaker_confidence": 0.7236328, + "punctuated_word": "new" + }, + { + "word": "ipc", + "start": 2545.36, + "end": 2545.86, + "confidence": 0.8498036, + "speaker": 1, + "speaker_confidence": 0.7236328, + "punctuated_word": "IPC" + }, + { + "word": "system", + "start": 2546.04, + "end": 2546.54, + "confidence": 0.4801517, + "speaker": 1, + "speaker_confidence": 0.7236328, + "punctuated_word": "system." + }, + { + "word": "right", + "start": 2547.74, + "end": 2548.04, + "confidence": 0.8135547, + "speaker": 1, + "speaker_confidence": 0.3857422, + "punctuated_word": "Right." + }, + { + "word": "which", + "start": 2548.04, + "end": 2548.1, + "confidence": 0.84814364, + "speaker": 1, + "speaker_confidence": 0.3857422, + "punctuated_word": "Which" + }, + { + "word": "initially", + "start": 2548.1, + "end": 2548.38, + "confidence": 0.7788122, + "speaker": 1, + "speaker_confidence": 0.3857422, + "punctuated_word": "initially" + }, + { + "word": "was", + "start": 2548.38, + "end": 2548.58, + "confidence": 0.87825805, + "speaker": 1, + "speaker_confidence": 0.3857422, + "punctuated_word": "was" + }, + { + "word": "intended", + "start": 2548.58, + "end": 2548.94, + "confidence": 0.72685564, + "speaker": 1, + "speaker_confidence": 0.3857422, + "punctuated_word": "intended" + }, + { + "word": "for", + "start": 2548.94, + "end": 2549.18, + "confidence": 0.6074131, + "speaker": 1, + "speaker_confidence": 0.875, + "punctuated_word": "for" + }, + { + "word": "something", + "start": 2549.18, + "end": 2549.44, + "confidence": 0.6877874, + "speaker": 1, + "speaker_confidence": 0.875, + "punctuated_word": "something" + }, + { + "word": "completely", + "start": 2549.44, + "end": 2549.92, + "confidence": 0.89358026, + "speaker": 1, + "speaker_confidence": 0.875, + "punctuated_word": "completely" + }, + { + "word": "different", + "start": 2549.92, + "end": 2550.2, + "confidence": 0.89128566, + "speaker": 1, + "speaker_confidence": 0.875, + "punctuated_word": "different," + }, + { + "word": "namely", + "start": 2550.2, + "end": 2550.58, + "confidence": 0.87621117, + "speaker": 1, + "speaker_confidence": 0.875, + "punctuated_word": "namely" + }, + { + "word": "the", + "start": 2550.58, + "end": 2550.78, + "confidence": 0.90836036, + "speaker": 1, + "speaker_confidence": 0.875, + "punctuated_word": "the" + }, + { + "word": "separation", + "start": 2550.78, + "end": 2551.28, + "confidence": 0.816535, + "speaker": 1, + "speaker_confidence": 0.875, + "punctuated_word": "separation" + }, + { + "word": "of", + "start": 2551.32, + "end": 2551.48, + "confidence": 0.8126951, + "speaker": 1, + "speaker_confidence": 0.875, + "punctuated_word": "of" + }, + { + "word": "processes", + "start": 2551.48, + "end": 2551.98, + "confidence": 0.07968712, + "speaker": 1, + "speaker_confidence": 0.875, + "punctuated_word": "processes." + }, + { + "word": "so", + "start": 2552.54, + "end": 2552.84, + "confidence": 0.8834228, + "speaker": 1, + "speaker_confidence": 0.875, + "punctuated_word": "So" + }, + { + "word": "it", + "start": 2552.84, + "end": 2553.04, + "confidence": 0.7671199, + "speaker": 1, + "speaker_confidence": 0.875, + "punctuated_word": "it" + }, + { + "word": "was", + "start": 2553.04, + "end": 2553.54, + "confidence": 0.8886351, + "speaker": 1, + "speaker_confidence": 0.875, + "punctuated_word": "was" + }, + { + "word": "designed", + "start": 2553.58, + "end": 2554.08, + "confidence": 0.87035745, + "speaker": 1, + "speaker_confidence": 0.875, + "punctuated_word": "designed" + }, + { + "word": "to", + "start": 2554.18, + "end": 2554.54, + "confidence": 0.77969134, + "speaker": 1, + "speaker_confidence": 0.875, + "punctuated_word": "to" + }, + { + "word": "split", + "start": 2554.54, + "end": 2554.94, + "confidence": 0.70686287, + "speaker": 1, + "speaker_confidence": 0.875, + "punctuated_word": "split" + }, + { + "word": "the", + "start": 2554.94, + "end": 2555.16, + "confidence": 0.64345795, + "speaker": 1, + "speaker_confidence": 0.875, + "punctuated_word": "the" + }, + { + "word": "node", + "start": 2555.16, + "end": 2555.46, + "confidence": 0.8010181, + "speaker": 1, + "speaker_confidence": 0.875, + "punctuated_word": "node" + }, + { + "word": "from", + "start": 2555.46, + "end": 2555.66, + "confidence": 0.8918807, + "speaker": 1, + "speaker_confidence": 0.875, + "punctuated_word": "from" + }, + { + "word": "the", + "start": 2555.66, + "end": 2555.8, + "confidence": 0.5649342, + "speaker": 1, + "speaker_confidence": 0.875, + "punctuated_word": "the" + }, + { + "word": "wallet", + "start": 2555.8, + "end": 2556.2, + "confidence": 0.7771075, + "speaker": 1, + "speaker_confidence": 0.875, + "punctuated_word": "wallet" + }, + { + "word": "and", + "start": 2556.2, + "end": 2556.36, + "confidence": 0.8145188, + "speaker": 1, + "speaker_confidence": 0.875, + "punctuated_word": "and" + }, + { + "word": "from", + "start": 2556.36, + "end": 2556.5, + "confidence": 0.81782424, + "speaker": 1, + "speaker_confidence": 0.61621094, + "punctuated_word": "from" + }, + { + "word": "the", + "start": 2556.5, + "end": 2556.66, + "confidence": 0.9982907, + "speaker": 1, + "speaker_confidence": 0.61621094, + "punctuated_word": "the" + }, + { + "word": "gui", + "start": 2556.66, + "end": 2557.16, + "confidence": 0.78467464, + "speaker": 1, + "speaker_confidence": 0.61621094, + "punctuated_word": "GUI" + }, + { + "word": "so", + "start": 2557.28, + "end": 2557.54, + "confidence": 0.8951495, + "speaker": 1, + "speaker_confidence": 0.61621094, + "punctuated_word": "so" + }, + { + "word": "that", + "start": 2557.54, + "end": 2557.76, + "confidence": 0.81609917, + "speaker": 1, + "speaker_confidence": 0.61621094, + "punctuated_word": "that" + }, + { + "word": "if", + "start": 2557.76, + "end": 2558.0, + "confidence": 0.88671726, + "speaker": 1, + "speaker_confidence": 0.61621094, + "punctuated_word": "if" + }, + { + "word": "one", + "start": 2558.0, + "end": 2558.2, + "confidence": 0.7302516, + "speaker": 1, + "speaker_confidence": 0.61621094, + "punctuated_word": "one" + }, + { + "word": "of", + "start": 2558.2, + "end": 2558.3, + "confidence": 0.62802684, + "speaker": 1, + "speaker_confidence": 0.5751953, + "punctuated_word": "of" + }, + { + "word": "them", + "start": 2558.3, + "end": 2558.48, + "confidence": 0.6815475, + "speaker": 1, + "speaker_confidence": 0.5751953, + "punctuated_word": "them" + }, + { + "word": "crashes", + "start": 2558.48, + "end": 2558.98, + "confidence": 0.79154927, + "speaker": 1, + "speaker_confidence": 0.5751953, + "punctuated_word": "crashes," + }, + { + "word": "the", + "start": 2558.98, + "end": 2559.14, + "confidence": 0.866547, + "speaker": 1, + "speaker_confidence": 0.5751953, + "punctuated_word": "the" + }, + { + "word": "other", + "start": 2559.14, + "end": 2559.36, + "confidence": 0.9989712, + "speaker": 1, + "speaker_confidence": 0.5751953, + "punctuated_word": "other" + }, + { + "word": "doesn't", + "start": 2559.36, + "end": 2559.72, + "confidence": 0.8477824, + "speaker": 1, + "speaker_confidence": 0.5751953, + "punctuated_word": "doesn't" + }, + { + "word": "crash", + "start": 2559.72, + "end": 2560.22, + "confidence": 0.8974114, + "speaker": 1, + "speaker_confidence": 0.5751953, + "punctuated_word": "crash." + }, + { + "word": "and", + "start": 2561.04, + "end": 2561.18, + "confidence": 0.81226385, + "speaker": 1, + "speaker_confidence": 0.77783203, + "punctuated_word": "And" + }, + { + "word": "we", + "start": 2561.18, + "end": 2561.32, + "confidence": 0.88786906, + "speaker": 1, + "speaker_confidence": 0.77783203, + "punctuated_word": "we" + }, + { + "word": "might", + "start": 2561.32, + "end": 2561.58, + "confidence": 0.90580475, + "speaker": 1, + "speaker_confidence": 0.77783203, + "punctuated_word": "might" + }, + { + "word": "still", + "start": 2561.58, + "end": 2561.78, + "confidence": 0.875744, + "speaker": 1, + "speaker_confidence": 0.77783203, + "punctuated_word": "still" + }, + { + "word": "do", + "start": 2561.78, + "end": 2561.96, + "confidence": 0.74057525, + "speaker": 1, + "speaker_confidence": 0.77783203, + "punctuated_word": "do" + }, + { + "word": "that", + "start": 2561.96, + "end": 2562.18, + "confidence": 0.6088141, + "speaker": 1, + "speaker_confidence": 0.77783203, + "punctuated_word": "that," + }, + { + "word": "but", + "start": 2562.18, + "end": 2562.38, + "confidence": 0.8907854, + "speaker": 1, + "speaker_confidence": 0.77783203, + "punctuated_word": "but" + }, + { + "word": "for", + "start": 2562.38, + "end": 2562.54, + "confidence": 0.63920623, + "speaker": 1, + "speaker_confidence": 0.77783203, + "punctuated_word": "for" + }, + { + "word": "now", + "start": 2562.54, + "end": 2562.84, + "confidence": 0.8433651, + "speaker": 1, + "speaker_confidence": 0.77783203, + "punctuated_word": "now" + }, + { + "word": "we", + "start": 2562.84, + "end": 2563.1, + "confidence": 0.94426334, + "speaker": 1, + "speaker_confidence": 0.77783203, + "punctuated_word": "we" + }, + { + "word": "basically", + "start": 2563.1, + "end": 2563.5, + "confidence": 0.7302866, + "speaker": 1, + "speaker_confidence": 0.77783203, + "punctuated_word": "basically" + }, + { + "word": "repurposed", + "start": 2563.5, + "end": 2564.0, + "confidence": 0.98853827, + "speaker": 1, + "speaker_confidence": 0.77783203, + "punctuated_word": "repurposed" + }, + { + "word": "this", + "start": 2564.14, + "end": 2564.34, + "confidence": 0.99513125, + "speaker": 1, + "speaker_confidence": 0.77783203, + "punctuated_word": "this" + }, + { + "word": "tool", + "start": 2564.34, + "end": 2564.84, + "confidence": 0.78511375, + "speaker": 1, + "speaker_confidence": 0.77783203, + "punctuated_word": "tool." + }, + { + "word": "right", + "start": 2565.16, + "end": 2565.66, + "confidence": 0.3570193, + "speaker": 1, + "speaker_confidence": 0.77783203, + "punctuated_word": "Right." + }, + { + "word": "so", + "start": 2567.42, + "end": 2567.66, + "confidence": 0.9015379, + "speaker": 0, + "speaker_confidence": 0.8339844, + "punctuated_word": "So" + }, + { + "word": "right", + "start": 2567.66, + "end": 2567.92, + "confidence": 0.694547, + "speaker": 0, + "speaker_confidence": 0.8339844, + "punctuated_word": "right" + }, + { + "word": "now", + "start": 2567.92, + "end": 2568.42, + "confidence": 0.47585884, + "speaker": 0, + "speaker_confidence": 0.8339844, + "punctuated_word": "now," + }, + { + "word": "the", + "start": 2569.3, + "end": 2569.54, + "confidence": 0.911036, + "speaker": 0, + "speaker_confidence": 0.8339844, + "punctuated_word": "the" + }, + { + "word": "only", + "start": 2569.54, + "end": 2569.84, + "confidence": 0.8212873, + "speaker": 0, + "speaker_confidence": 0.8339844, + "punctuated_word": "only" + }, + { + "word": "mining", + "start": 2569.84, + "end": 2570.22, + "confidence": 0.69824654, + "speaker": 0, + "speaker_confidence": 0.8339844, + "punctuated_word": "mining" + }, + { + "word": "pool", + "start": 2570.22, + "end": 2570.5, + "confidence": 0.98394793, + "speaker": 0, + "speaker_confidence": 0.8339844, + "punctuated_word": "pool" + }, + { + "word": "that", + "start": 2570.5, + "end": 2570.66, + "confidence": 0.9428402, + "speaker": 0, + "speaker_confidence": 0.8339844, + "punctuated_word": "that" + }, + { + "word": "i'm", + "start": 2570.66, + "end": 2570.92, + "confidence": 0.8046227, + "speaker": 0, + "speaker_confidence": 0.8339844, + "punctuated_word": "I'm" + }, + { + "word": "aware", + "start": 2570.92, + "end": 2571.26, + "confidence": 0.4867278, + "speaker": 0, + "speaker_confidence": 0.8339844, + "punctuated_word": "aware" + }, + { + "word": "of", + "start": 2571.26, + "end": 2571.38, + "confidence": 0.76740617, + "speaker": 0, + "speaker_confidence": 0.8339844, + "punctuated_word": "of" + }, + { + "word": "that", + "start": 2571.38, + "end": 2571.56, + "confidence": 0.4384766, + "speaker": 0, + "speaker_confidence": 0.8339844, + "punctuated_word": "that" + }, + { + "word": "uses", + "start": 2571.56, + "end": 2571.82, + "confidence": 0.97692025, + "speaker": 0, + "speaker_confidence": 0.8339844, + "punctuated_word": "uses" + }, + { + "word": "stratum", + "start": 2571.82, + "end": 2572.24, + "confidence": 0.99066013, + "speaker": 0, + "speaker_confidence": 0.8339844, + "punctuated_word": "Stratum" + }, + { + "word": "v2", + "start": 2572.24, + "end": 2572.64, + "confidence": 0.10248115, + "speaker": 0, + "speaker_confidence": 0.8339844, + "punctuated_word": "V2" + }, + { + "word": "is", + "start": 2572.64, + "end": 2573.14, + "confidence": 0.89570504, + "speaker": 0, + "speaker_confidence": 0.8339844, + "punctuated_word": "is" + }, + { + "word": "demand", + "start": 2573.24, + "end": 2573.74, + "confidence": 0.4561024, + "speaker": 0, + "speaker_confidence": 0.8339844, + "punctuated_word": "Demand" + }, + { + "word": "pool", + "start": 2573.76, + "end": 2574.16, + "confidence": 0.8803904, + "speaker": 0, + "speaker_confidence": 0.8339844, + "punctuated_word": "Pool," + }, + { + "word": "but", + "start": 2574.16, + "end": 2574.36, + "confidence": 0.91653544, + "speaker": 0, + "speaker_confidence": 0.8339844, + "punctuated_word": "but" + }, + { + "word": "they're", + "start": 2574.36, + "end": 2574.64, + "confidence": 0.4355912, + "speaker": 0, + "speaker_confidence": 0.8339844, + "punctuated_word": "they're" + }, + { + "word": "kind", + "start": 2574.64, + "end": 2574.84, + "confidence": 0.90013963, + "speaker": 0, + "speaker_confidence": 0.8339844, + "punctuated_word": "kind" + }, + { + "word": "of", + "start": 2574.84, + "end": 2575.12, + "confidence": 0.90422887, + "speaker": 0, + "speaker_confidence": 0.8339844, + "punctuated_word": "of" + }, + { + "word": "still", + "start": 2575.12, + "end": 2575.58, + "confidence": 0.65904635, + "speaker": 0, + "speaker_confidence": 0.8339844, + "punctuated_word": "still" + }, + { + "word": "in", + "start": 2575.58, + "end": 2575.92, + "confidence": 0.8917074, + "speaker": 0, + "speaker_confidence": 0.8339844, + "punctuated_word": "in" + }, + { + "word": "startup", + "start": 2575.92, + "end": 2576.42, + "confidence": 0.80725306, + "speaker": 0, + "speaker_confidence": 0.8339844, + "punctuated_word": "startup" + }, + { + "word": "phase", + "start": 2576.42, + "end": 2576.88, + "confidence": 0.98655, + "speaker": 0, + "speaker_confidence": 0.8339844, + "punctuated_word": "phase," + }, + { + "word": "i", + "start": 2576.88, + "end": 2577.04, + "confidence": 0.91831535, + "speaker": 0, + "speaker_confidence": 0.8339844, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 2577.04, + "end": 2577.44, + "confidence": 0.10410604, + "speaker": 0, + "speaker_confidence": 0.8339844, + "punctuated_word": "think." + }, + { + "word": "and", + "start": 2577.44, + "end": 2577.72, + "confidence": 0.9869779, + "speaker": 1, + "speaker_confidence": 0.5229492, + "punctuated_word": "And" + }, + { + "word": "brains", + "start": 2577.72, + "end": 2578.18, + "confidence": 0.8485026, + "speaker": 1, + "speaker_confidence": 0.5229492, + "punctuated_word": "Brains" + }, + { + "word": "as", + "start": 2578.18, + "end": 2578.32, + "confidence": 0.9976325, + "speaker": 1, + "speaker_confidence": 0.5229492, + "punctuated_word": "as" + }, + { + "word": "well", + "start": 2578.32, + "end": 2578.82, + "confidence": 0.11716722, + "speaker": 1, + "speaker_confidence": 0.5229492, + "punctuated_word": "well." + }, + { + "word": "do", + "start": 2579.24, + "end": 2579.44, + "confidence": 0.81490445, + "speaker": 0, + "speaker_confidence": 0.35253906, + "punctuated_word": "Do" + }, + { + "word": "they", + "start": 2579.44, + "end": 2579.64, + "confidence": 0.90759367, + "speaker": 0, + "speaker_confidence": 0.35253906, + "punctuated_word": "they" + }, + { + "word": "use", + "start": 2579.64, + "end": 2579.86, + "confidence": 0.99623066, + "speaker": 0, + "speaker_confidence": 0.35253906, + "punctuated_word": "use" + }, + { + "word": "it", + "start": 2579.86, + "end": 2580.36, + "confidence": 0.1310598, + "speaker": 0, + "speaker_confidence": 0.35253906, + "punctuated_word": "it?" + }, + { + "word": "yes", + "start": 2580.36, + "end": 2580.7, + "confidence": 0.8123044, + "speaker": 1, + "speaker_confidence": 0.5214844, + "punctuated_word": "Yes," + }, + { + "word": "but", + "start": 2580.7, + "end": 2580.9, + "confidence": 0.8746738, + "speaker": 1, + "speaker_confidence": 0.5214844, + "punctuated_word": "but" + }, + { + "word": "i", + "start": 2580.9, + "end": 2581.06, + "confidence": 0.99849284, + "speaker": 1, + "speaker_confidence": 0.5214844, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 2581.06, + "end": 2581.26, + "confidence": 0.7909845, + "speaker": 1, + "speaker_confidence": 0.5214844, + "punctuated_word": "don't" + }, + { + "word": "think", + "start": 2581.26, + "end": 2581.46, + "confidence": 0.6893146, + "speaker": 1, + "speaker_confidence": 0.5214844, + "punctuated_word": "think" + }, + { + "word": "they", + "start": 2581.46, + "end": 2581.58, + "confidence": 0.8813256, + "speaker": 1, + "speaker_confidence": 0.47802734, + "punctuated_word": "they" + }, + { + "word": "do", + "start": 2581.58, + "end": 2581.8, + "confidence": 0.83310527, + "speaker": 1, + "speaker_confidence": 0.47802734, + "punctuated_word": "do" + }, + { + "word": "their", + "start": 2581.8, + "end": 2582.02, + "confidence": 0.33989513, + "speaker": 1, + "speaker_confidence": 0.47802734, + "punctuated_word": "their" + }, + { + "word": "own", + "start": 2582.02, + "end": 2582.42, + "confidence": 0.64038366, + "speaker": 1, + "speaker_confidence": 0.47802734, + "punctuated_word": "own," + }, + { + "word": "i", + "start": 2582.42, + "end": 2582.54, + "confidence": 0.99952173, + "speaker": 1, + "speaker_confidence": 0.47802734, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 2582.54, + "end": 2582.76, + "confidence": 0.79229885, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "don't" + }, + { + "word": "think", + "start": 2582.76, + "end": 2582.98, + "confidence": 0.7231416, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "think" + }, + { + "word": "they", + "start": 2582.98, + "end": 2583.12, + "confidence": 0.49772945, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "they" + }, + { + "word": "offer", + "start": 2583.12, + "end": 2583.62, + "confidence": 0.76585424, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "offer" + }, + { + "word": "custom", + "start": 2584.2, + "end": 2584.54, + "confidence": 0.7055804, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "custom" + }, + { + "word": "templates", + "start": 2584.54, + "end": 2585.04, + "confidence": 0.16485716, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "templates." + }, + { + "word": "they", + "start": 2585.82, + "end": 2585.98, + "confidence": 0.9298247, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "They" + }, + { + "word": "just", + "start": 2585.98, + "end": 2586.26, + "confidence": 0.75045, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "just" + }, + { + "word": "support", + "start": 2586.26, + "end": 2586.6, + "confidence": 0.8201536, + "speaker": 1, + "speaker_confidence": 0.72509766, + "punctuated_word": "support" + }, + { + "word": "the", + "start": 2586.6, + "end": 2586.82, + "confidence": 0.46673003, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "the" + }, + { + "word": "new", + "start": 2586.82, + "end": 2587.12, + "confidence": 0.49471596, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "new" + }, + { + "word": "technology", + "start": 2587.12, + "end": 2587.62, + "confidence": 0.9775624, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "technology." + }, + { + "word": "but", + "start": 2587.64, + "end": 2587.78, + "confidence": 0.97661567, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "But" + }, + { + "word": "that's", + "start": 2587.78, + "end": 2588.0, + "confidence": 0.8287158, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "that's" + }, + { + "word": "already", + "start": 2588.0, + "end": 2588.24, + "confidence": 0.71038944, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "already" + }, + { + "word": "an", + "start": 2588.24, + "end": 2588.4, + "confidence": 0.36171234, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "an" + }, + { + "word": "improvement", + "start": 2588.4, + "end": 2588.8, + "confidence": 0.8627031, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "improvement" + }, + { + "word": "because", + "start": 2588.8, + "end": 2589.3, + "confidence": 0.8425366, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "because" + }, + { + "word": "if", + "start": 2590.08, + "end": 2590.58, + "confidence": 0.5331878, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 2592.04, + "end": 2592.16, + "confidence": 0.7559402, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "you" + }, + { + "word": "run", + "start": 2592.16, + "end": 2592.56, + "confidence": 0.8403894, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "run" + }, + { + "word": "your", + "start": 2592.56, + "end": 2592.78, + "confidence": 0.9984003, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "your" + }, + { + "word": "asic", + "start": 2592.78, + "end": 2593.1, + "confidence": 0.748864, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "ASIC" + }, + { + "word": "farm", + "start": 2593.1, + "end": 2593.32, + "confidence": 0.8637318, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "farm" + }, + { + "word": "and", + "start": 2593.32, + "end": 2593.48, + "confidence": 0.7694112, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "and" + }, + { + "word": "you", + "start": 2593.48, + "end": 2593.66, + "confidence": 0.40523443, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "you" + }, + { + "word": "connect", + "start": 2593.66, + "end": 2594.16, + "confidence": 0.9996959, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "connect" + }, + { + "word": "to", + "start": 2594.2, + "end": 2594.66, + "confidence": 0.37214848, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "to" + }, + { + "word": "any", + "start": 2594.66, + "end": 2595.16, + "confidence": 0.9175988, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "any" + }, + { + "word": "stratum", + "start": 2595.16, + "end": 2595.4, + "confidence": 0.9311384, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "Stratum" + }, + { + "word": "v1", + "start": 2595.4, + "end": 2595.72, + "confidence": 0.8113741, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "V1" + }, + { + "word": "pool", + "start": 2595.72, + "end": 2596.0, + "confidence": 0.6739657, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "pool" + }, + { + "word": "now", + "start": 2596.0, + "end": 2596.5, + "confidence": 0.53390056, + "speaker": 1, + "speaker_confidence": 0.66064453, + "punctuated_word": "now," + }, + { + "word": "your", + "start": 2597.48, + "end": 2597.72, + "confidence": 0.7374487, + "speaker": 1, + "speaker_confidence": 0.66064453, + "punctuated_word": "your" + }, + { + "word": "router", + "start": 2597.72, + "end": 2598.16, + "confidence": 0.802133, + "speaker": 1, + "speaker_confidence": 0.66064453, + "punctuated_word": "router" + }, + { + "word": "or", + "start": 2598.16, + "end": 2598.34, + "confidence": 0.60477346, + "speaker": 1, + "speaker_confidence": 0.66064453, + "punctuated_word": "or" + }, + { + "word": "your", + "start": 2598.34, + "end": 2598.52, + "confidence": 0.8757808, + "speaker": 1, + "speaker_confidence": 0.66064453, + "punctuated_word": "your" + }, + { + "word": "internet", + "start": 2598.52, + "end": 2598.9, + "confidence": 0.4118534, + "speaker": 1, + "speaker_confidence": 0.66064453, + "punctuated_word": "internet" + }, + { + "word": "provider", + "start": 2598.9, + "end": 2599.4, + "confidence": 0.849983, + "speaker": 1, + "speaker_confidence": 0.66064453, + "punctuated_word": "provider" + }, + { + "word": "or", + "start": 2599.4, + "end": 2599.6, + "confidence": 0.6570335, + "speaker": 1, + "speaker_confidence": 0.640625, + "punctuated_word": "or" + }, + { + "word": "anyone", + "start": 2599.6, + "end": 2600.02, + "confidence": 0.8318155, + "speaker": 1, + "speaker_confidence": 0.640625, + "punctuated_word": "anyone" + }, + { + "word": "can", + "start": 2600.02, + "end": 2600.22, + "confidence": 0.80966127, + "speaker": 1, + "speaker_confidence": 0.640625, + "punctuated_word": "can" + }, + { + "word": "just", + "start": 2600.22, + "end": 2600.48, + "confidence": 0.30515987, + "speaker": 1, + "speaker_confidence": 0.640625, + "punctuated_word": "just" + }, + { + "word": "steal", + "start": 2600.48, + "end": 2600.76, + "confidence": 0.99814487, + "speaker": 1, + "speaker_confidence": 0.640625, + "punctuated_word": "steal" + }, + { + "word": "your", + "start": 2600.76, + "end": 2600.94, + "confidence": 0.67748433, + "speaker": 1, + "speaker_confidence": 0.640625, + "punctuated_word": "your" + }, + { + "word": "hash", + "start": 2600.94, + "end": 2601.16, + "confidence": 0.93697166, + "speaker": 1, + "speaker_confidence": 0.640625, + "punctuated_word": "hash" + }, + { + "word": "rate", + "start": 2601.16, + "end": 2601.18, + "confidence": 0.24462168, + "speaker": 1, + "speaker_confidence": 0.640625, + "punctuated_word": "rate." + }, + { + "word": "yeah", + "start": 2601.18, + "end": 2601.2, + "confidence": 0.80569583, + "speaker": 0, + "speaker_confidence": 0.06933594, + "punctuated_word": "Yeah," + }, + { + "word": "yeah", + "start": 2601.2, + "end": 2601.66, + "confidence": 0.818476, + "speaker": 0, + "speaker_confidence": 0.06933594, + "punctuated_word": "yeah," + }, + { + "word": "yeah", + "start": 2601.66, + "end": 2602.01, + "confidence": 0.07051433, + "speaker": 0, + "speaker_confidence": 0.041992188, + "punctuated_word": "yeah." + }, + { + "word": "that's", + "start": 2602.01, + "end": 2602.36, + "confidence": 0.45293015, + "speaker": 0, + "speaker_confidence": 0.041992188, + "punctuated_word": "That's" + }, + { + "word": "no", + "start": 2602.36, + "end": 2602.5, + "confidence": 0.6683797, + "speaker": 0, + "speaker_confidence": 0.041992188, + "punctuated_word": "no" + }, + { + "word": "good", + "start": 2602.5, + "end": 2602.7, + "confidence": 0.25424322, + "speaker": 0, + "speaker_confidence": 0.12011719, + "punctuated_word": "good," + }, + { + "word": "sjoerd", + "start": 2602.7, + "end": 2603.06, + "confidence": 0.59670764, + "speaker": 0, + "speaker_confidence": 0.12011719, + "punctuated_word": "Sjoerd." + }, + { + "word": "but", + "start": 2603.06, + "end": 2603.21, + "confidence": 0.45022434, + "speaker": 0, + "speaker_confidence": 0.3852539, + "punctuated_word": "But," + }, + { + "word": "yeah", + "start": 2603.21, + "end": 2603.36, + "confidence": 0.5640387, + "speaker": 0, + "speaker_confidence": 0.3852539, + "punctuated_word": "yeah," + }, + { + "word": "okay", + "start": 2603.36, + "end": 2603.86, + "confidence": 0.5859535, + "speaker": 0, + "speaker_confidence": 0.3852539, + "punctuated_word": "okay." + }, + { + "word": "but", + "start": 2605.27, + "end": 2605.77, + "confidence": 0.9659412, + "speaker": 0, + "speaker_confidence": 0.5654297, + "punctuated_word": "But" + }, + { + "word": "brains", + "start": 2607.18, + "end": 2607.68, + "confidence": 0.92645866, + "speaker": 0, + "speaker_confidence": 0.5654297, + "punctuated_word": "Brains" + }, + { + "word": "does", + "start": 2607.72, + "end": 2607.9, + "confidence": 0.6305104, + "speaker": 0, + "speaker_confidence": 0.5654297, + "punctuated_word": "does" + }, + { + "word": "not", + "start": 2607.9, + "end": 2608.26, + "confidence": 0.8965971, + "speaker": 0, + "speaker_confidence": 0.5654297, + "punctuated_word": "not," + }, + { + "word": "or", + "start": 2608.26, + "end": 2608.42, + "confidence": 0.8539087, + "speaker": 0, + "speaker_confidence": 0.5654297, + "punctuated_word": "or" + }, + { + "word": "at", + "start": 2608.42, + "end": 2608.58, + "confidence": 0.88224643, + "speaker": 0, + "speaker_confidence": 0.5654297, + "punctuated_word": "at" + }, + { + "word": "least", + "start": 2608.58, + "end": 2608.82, + "confidence": 0.92281777, + "speaker": 0, + "speaker_confidence": 0.7626953, + "punctuated_word": "least" + }, + { + "word": "not", + "start": 2608.82, + "end": 2609.1, + "confidence": 0.8828966, + "speaker": 0, + "speaker_confidence": 0.7626953, + "punctuated_word": "not" + }, + { + "word": "yet", + "start": 2609.1, + "end": 2609.6, + "confidence": 0.8610699, + "speaker": 0, + "speaker_confidence": 0.7626953, + "punctuated_word": "yet," + }, + { + "word": "allow", + "start": 2609.6, + "end": 2610.06, + "confidence": 0.9489163, + "speaker": 0, + "speaker_confidence": 0.7626953, + "punctuated_word": "allow" + }, + { + "word": "individual", + "start": 2610.06, + "end": 2610.48, + "confidence": 0.8923522, + "speaker": 0, + "speaker_confidence": 0.7626953, + "punctuated_word": "individual" + }, + { + "word": "miners", + "start": 2610.48, + "end": 2610.86, + "confidence": 0.6063024, + "speaker": 0, + "speaker_confidence": 0.7626953, + "punctuated_word": "miners" + }, + { + "word": "to", + "start": 2610.86, + "end": 2611.08, + "confidence": 0.812398, + "speaker": 0, + "speaker_confidence": 0.7626953, + "punctuated_word": "to" + }, + { + "word": "construct", + "start": 2611.08, + "end": 2611.48, + "confidence": 0.79524946, + "speaker": 0, + "speaker_confidence": 0.7626953, + "punctuated_word": "construct" + }, + { + "word": "their", + "start": 2611.48, + "end": 2611.64, + "confidence": 0.7940219, + "speaker": 0, + "speaker_confidence": 0.7626953, + "punctuated_word": "their" + }, + { + "word": "blocks", + "start": 2611.64, + "end": 2612.14, + "confidence": 0.15350993, + "speaker": 0, + "speaker_confidence": 0.7626953, + "punctuated_word": "blocks." + }, + { + "word": "i", + "start": 2612.44, + "end": 2612.64, + "confidence": 0.9997882, + "speaker": 1, + "speaker_confidence": 0.6767578, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 2612.64, + "end": 2612.9, + "confidence": 0.71660733, + "speaker": 1, + "speaker_confidence": 0.6767578, + "punctuated_word": "don't" + }, + { + "word": "believe", + "start": 2612.9, + "end": 2613.12, + "confidence": 0.48344684, + "speaker": 1, + "speaker_confidence": 0.6767578, + "punctuated_word": "believe" + }, + { + "word": "so", + "start": 2613.12, + "end": 2613.48, + "confidence": 0.21203998, + "speaker": 1, + "speaker_confidence": 0.6767578, + "punctuated_word": "so." + }, + { + "word": "and", + "start": 2613.48, + "end": 2613.7, + "confidence": 0.8814614, + "speaker": 1, + "speaker_confidence": 0.6767578, + "punctuated_word": "And" + }, + { + "word": "demandpool", + "start": 2613.7, + "end": 2614.2, + "confidence": 0.4540394, + "speaker": 1, + "speaker_confidence": 0.6767578, + "punctuated_word": "Demandpool" + }, + { + "word": "does", + "start": 2614.46, + "end": 2614.76, + "confidence": 0.90203696, + "speaker": 1, + "speaker_confidence": 0.6767578, + "punctuated_word": "does" + }, + { + "word": "plan", + "start": 2614.76, + "end": 2615.02, + "confidence": 0.904647, + "speaker": 1, + "speaker_confidence": 0.6767578, + "punctuated_word": "plan" + }, + { + "word": "to", + "start": 2615.02, + "end": 2615.14, + "confidence": 0.8868294, + "speaker": 1, + "speaker_confidence": 0.6425781, + "punctuated_word": "to" + }, + { + "word": "do", + "start": 2615.14, + "end": 2615.28, + "confidence": 0.7191836, + "speaker": 1, + "speaker_confidence": 0.6425781, + "punctuated_word": "do" + }, + { + "word": "that", + "start": 2615.28, + "end": 2615.54, + "confidence": 0.45968, + "speaker": 1, + "speaker_confidence": 0.6425781, + "punctuated_word": "that," + }, + { + "word": "but", + "start": 2615.54, + "end": 2615.68, + "confidence": 0.89935964, + "speaker": 1, + "speaker_confidence": 0.6425781, + "punctuated_word": "but" + }, + { + "word": "i", + "start": 2615.68, + "end": 2615.9, + "confidence": 0.9999474, + "speaker": 1, + "speaker_confidence": 0.6425781, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 2615.9, + "end": 2616.18, + "confidence": 0.79446435, + "speaker": 1, + "speaker_confidence": 0.6425781, + "punctuated_word": "don't" + }, + { + "word": "think", + "start": 2616.18, + "end": 2616.3, + "confidence": 0.9198182, + "speaker": 1, + "speaker_confidence": 0.6425781, + "punctuated_word": "think" + }, + { + "word": "they've", + "start": 2616.3, + "end": 2616.5, + "confidence": 0.7797638, + "speaker": 1, + "speaker_confidence": 0.62890625, + "punctuated_word": "they've" + }, + { + "word": "actually", + "start": 2616.5, + "end": 2616.9, + "confidence": 0.80192786, + "speaker": 1, + "speaker_confidence": 0.62890625, + "punctuated_word": "actually" + }, + { + "word": "launched", + "start": 2616.9, + "end": 2617.26, + "confidence": 0.8957892, + "speaker": 1, + "speaker_confidence": 0.62890625, + "punctuated_word": "launched" + }, + { + "word": "this", + "start": 2617.26, + "end": 2617.36, + "confidence": 0.96447045, + "speaker": 1, + "speaker_confidence": 0.62890625, + "punctuated_word": "this" + }, + { + "word": "yet", + "start": 2617.36, + "end": 2617.86, + "confidence": 0.17477363, + "speaker": 1, + "speaker_confidence": 0.62890625, + "punctuated_word": "yet." + }, + { + "word": "so", + "start": 2619.0, + "end": 2619.16, + "confidence": 0.8827388, + "speaker": 1, + "speaker_confidence": 0.23339844, + "punctuated_word": "So" + }, + { + "word": "there", + "start": 2619.16, + "end": 2619.36, + "confidence": 0.99376994, + "speaker": 1, + "speaker_confidence": 0.23339844, + "punctuated_word": "there" + }, + { + "word": "was", + "start": 2619.36, + "end": 2619.52, + "confidence": 0.8798873, + "speaker": 1, + "speaker_confidence": 0.23339844, + "punctuated_word": "was" + }, + { + "word": "a", + "start": 2619.52, + "end": 2619.66, + "confidence": 0.89542985, + "speaker": 1, + "speaker_confidence": 0.23339844, + "punctuated_word": "a" + }, + { + "word": "bit", + "start": 2619.66, + "end": 2619.84, + "confidence": 0.9405512, + "speaker": 1, + "speaker_confidence": 0.23339844, + "punctuated_word": "bit" + }, + { + "word": "of", + "start": 2619.84, + "end": 2619.96, + "confidence": 0.84919226, + "speaker": 1, + "speaker_confidence": 0.23339844, + "punctuated_word": "of" + }, + { + "word": "a", + "start": 2619.96, + "end": 2620.12, + "confidence": 0.6794077, + "speaker": 1, + "speaker_confidence": 0.23339844, + "punctuated_word": "a" + }, + { + "word": "chicken", + "start": 2620.12, + "end": 2620.32, + "confidence": 0.8365533, + "speaker": 0, + "speaker_confidence": 0.23242188, + "punctuated_word": "chicken" + }, + { + "word": "egg", + "start": 2620.32, + "end": 2620.82, + "confidence": 0.08555958, + "speaker": 0, + "speaker_confidence": 0.23242188, + "punctuated_word": "egg." + }, + { + "word": "i", + "start": 2620.92, + "end": 2621.04, + "confidence": 0.9009978, + "speaker": 0, + "speaker_confidence": 0.6479492, + "punctuated_word": "I" + }, + { + "word": "happen", + "start": 2621.04, + "end": 2621.32, + "confidence": 0.52933186, + "speaker": 0, + "speaker_confidence": 0.6479492, + "punctuated_word": "happen" + }, + { + "word": "to", + "start": 2621.32, + "end": 2621.46, + "confidence": 0.84261876, + "speaker": 0, + "speaker_confidence": 0.6479492, + "punctuated_word": "to" + }, + { + "word": "know", + "start": 2621.46, + "end": 2621.68, + "confidence": 0.7159058, + "speaker": 0, + "speaker_confidence": 0.6479492, + "punctuated_word": "know" + }, + { + "word": "that", + "start": 2621.68, + "end": 2621.88, + "confidence": 0.9257109, + "speaker": 0, + "speaker_confidence": 0.6479492, + "punctuated_word": "that" + }, + { + "word": "they're", + "start": 2621.88, + "end": 2622.34, + "confidence": 0.8883388, + "speaker": 0, + "speaker_confidence": 0.6479492, + "punctuated_word": "they're" + }, + { + "word": "getting", + "start": 2622.34, + "end": 2622.66, + "confidence": 0.7095312, + "speaker": 0, + "speaker_confidence": 0.6479492, + "punctuated_word": "getting" + }, + { + "word": "close", + "start": 2622.66, + "end": 2623.1, + "confidence": 0.9998877, + "speaker": 0, + "speaker_confidence": 0.6479492, + "punctuated_word": "close" + }, + { + "word": "to", + "start": 2623.1, + "end": 2623.28, + "confidence": 0.9032081, + "speaker": 0, + "speaker_confidence": 0.6479492, + "punctuated_word": "to" + }, + { + "word": "sort", + "start": 2623.28, + "end": 2623.44, + "confidence": 0.48792315, + "speaker": 0, + "speaker_confidence": 0.6479492, + "punctuated_word": "sort" + }, + { + "word": "of", + "start": 2623.44, + "end": 2623.94, + "confidence": 0.87285084, + "speaker": 0, + "speaker_confidence": 0.6479492, + "punctuated_word": "of" + }, + { + "word": "launching", + "start": 2624.44, + "end": 2624.9, + "confidence": 0.86117476, + "speaker": 0, + "speaker_confidence": 0.6479492, + "punctuated_word": "launching" + }, + { + "word": "for", + "start": 2624.9, + "end": 2625.08, + "confidence": 0.5572022, + "speaker": 0, + "speaker_confidence": 0.38916016, + "punctuated_word": "for" + }, + { + "word": "real", + "start": 2625.08, + "end": 2625.4, + "confidence": 0.89896584, + "speaker": 0, + "speaker_confidence": 0.38916016, + "punctuated_word": "real," + }, + { + "word": "basically", + "start": 2625.4, + "end": 2625.9, + "confidence": 0.26715153, + "speaker": 0, + "speaker_confidence": 0.38916016, + "punctuated_word": "basically." + }, + { + "word": "oh", + "start": 2626.3, + "end": 2626.64, + "confidence": 0.88552094, + "speaker": 1, + "speaker_confidence": 0.5649414, + "punctuated_word": "Oh," + }, + { + "word": "that's", + "start": 2626.64, + "end": 2626.92, + "confidence": 0.5321255, + "speaker": 1, + "speaker_confidence": 0.5649414, + "punctuated_word": "that's" + }, + { + "word": "good", + "start": 2626.92, + "end": 2627.2, + "confidence": 0.79837936, + "speaker": 1, + "speaker_confidence": 0.5649414, + "punctuated_word": "good" + }, + { + "word": "news", + "start": 2627.2, + "end": 2627.68, + "confidence": 0.7701967, + "speaker": 1, + "speaker_confidence": 0.5649414, + "punctuated_word": "news." + }, + { + "word": "it", + "start": 2627.68, + "end": 2627.9, + "confidence": 0.81338227, + "speaker": 1, + "speaker_confidence": 0.5649414, + "punctuated_word": "It" + }, + { + "word": "has", + "start": 2627.9, + "end": 2628.12, + "confidence": 0.98644155, + "speaker": 1, + "speaker_confidence": 0.5649414, + "punctuated_word": "has" + }, + { + "word": "been", + "start": 2628.12, + "end": 2628.34, + "confidence": 0.85486794, + "speaker": 1, + "speaker_confidence": 0.5649414, + "punctuated_word": "been" + }, + { + "word": "a", + "start": 2628.34, + "end": 2628.42, + "confidence": 0.851866, + "speaker": 1, + "speaker_confidence": 0.5649414, + "punctuated_word": "a" + }, + { + "word": "bit", + "start": 2628.42, + "end": 2628.62, + "confidence": 0.959305, + "speaker": 1, + "speaker_confidence": 0.5649414, + "punctuated_word": "bit" + }, + { + "word": "of", + "start": 2628.62, + "end": 2628.8, + "confidence": 0.77996093, + "speaker": 1, + "speaker_confidence": 0.5649414, + "punctuated_word": "of" + }, + { + "word": "a", + "start": 2628.8, + "end": 2628.94, + "confidence": 0.42554694, + "speaker": 1, + "speaker_confidence": 0.5571289, + "punctuated_word": "a" + }, + { + "word": "chicken", + "start": 2628.94, + "end": 2629.2, + "confidence": 0.6039181, + "speaker": 1, + "speaker_confidence": 0.5571289, + "punctuated_word": "chicken" + }, + { + "word": "egg", + "start": 2629.2, + "end": 2629.54, + "confidence": 0.7785203, + "speaker": 1, + "speaker_confidence": 0.5571289, + "punctuated_word": "egg" + }, + { + "word": "problem", + "start": 2629.54, + "end": 2629.9, + "confidence": 0.51203024, + "speaker": 1, + "speaker_confidence": 0.5571289, + "punctuated_word": "problem" + }, + { + "word": "on", + "start": 2629.9, + "end": 2630.08, + "confidence": 0.55825686, + "speaker": 1, + "speaker_confidence": 0.5571289, + "punctuated_word": "on" + }, + { + "word": "the", + "start": 2630.08, + "end": 2630.22, + "confidence": 0.4348325, + "speaker": 1, + "speaker_confidence": 0.5566406, + "punctuated_word": "the" + }, + { + "word": "bitcoin", + "start": 2630.22, + "end": 2630.48, + "confidence": 0.83880067, + "speaker": 1, + "speaker_confidence": 0.5566406, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 2630.48, + "end": 2630.74, + "confidence": 0.99756205, + "speaker": 1, + "speaker_confidence": 0.5566406, + "punctuated_word": "Core" + }, + { + "word": "side", + "start": 2630.74, + "end": 2630.94, + "confidence": 0.7433236, + "speaker": 1, + "speaker_confidence": 0.5566406, + "punctuated_word": "side" + }, + { + "word": "because", + "start": 2630.94, + "end": 2631.44, + "confidence": 0.7902043, + "speaker": 1, + "speaker_confidence": 0.5566406, + "punctuated_word": "because" + }, + { + "word": "shipping", + "start": 2632.74, + "end": 2633.2, + "confidence": 0.7954169, + "speaker": 1, + "speaker_confidence": 0.921875, + "punctuated_word": "shipping" + }, + { + "word": "this", + "start": 2633.2, + "end": 2633.42, + "confidence": 0.42624444, + "speaker": 1, + "speaker_confidence": 0.921875, + "punctuated_word": "this" + }, + { + "word": "new", + "start": 2633.42, + "end": 2633.68, + "confidence": 0.8115509, + "speaker": 1, + "speaker_confidence": 0.921875, + "punctuated_word": "new," + }, + { + "word": "even", + "start": 2633.68, + "end": 2633.86, + "confidence": 0.8115475, + "speaker": 1, + "speaker_confidence": 0.921875, + "punctuated_word": "even" + }, + { + "word": "this", + "start": 2633.86, + "end": 2634.02, + "confidence": 0.81495523, + "speaker": 1, + "speaker_confidence": 0.921875, + "punctuated_word": "this" + }, + { + "word": "new", + "start": 2634.02, + "end": 2634.24, + "confidence": 0.9801569, + "speaker": 1, + "speaker_confidence": 0.921875, + "punctuated_word": "new" + }, + { + "word": "ipc", + "start": 2634.24, + "end": 2634.66, + "confidence": 0.7096606, + "speaker": 1, + "speaker_confidence": 0.921875, + "punctuated_word": "IPC" + }, + { + "word": "interface", + "start": 2634.66, + "end": 2635.16, + "confidence": 0.81957763, + "speaker": 1, + "speaker_confidence": 0.921875, + "punctuated_word": "interface" + }, + { + "word": "was", + "start": 2635.18, + "end": 2635.44, + "confidence": 0.8779821, + "speaker": 1, + "speaker_confidence": 0.921875, + "punctuated_word": "was" + }, + { + "word": "also", + "start": 2635.44, + "end": 2635.76, + "confidence": 0.4217175, + "speaker": 1, + "speaker_confidence": 0.921875, + "punctuated_word": "also" + }, + { + "word": "controversial", + "start": 2635.76, + "end": 2636.26, + "confidence": 0.54479855, + "speaker": 1, + "speaker_confidence": 0.921875, + "punctuated_word": "controversial" + }, + { + "word": "partially", + "start": 2637.04, + "end": 2637.54, + "confidence": 0.51868886, + "speaker": 1, + "speaker_confidence": 0.921875, + "punctuated_word": "partially" + }, + { + "word": "because", + "start": 2637.56, + "end": 2638.06, + "confidence": 0.99971586, + "speaker": 1, + "speaker_confidence": 0.921875, + "punctuated_word": "because" + }, + { + "word": "nobody", + "start": 2638.14, + "end": 2638.52, + "confidence": 0.82019323, + "speaker": 1, + "speaker_confidence": 0.921875, + "punctuated_word": "nobody" + }, + { + "word": "was", + "start": 2638.52, + "end": 2638.66, + "confidence": 0.90442073, + "speaker": 1, + "speaker_confidence": 0.921875, + "punctuated_word": "was" + }, + { + "word": "using", + "start": 2638.66, + "end": 2638.9, + "confidence": 0.91058236, + "speaker": 1, + "speaker_confidence": 0.921875, + "punctuated_word": "using" + }, + { + "word": "it", + "start": 2638.9, + "end": 2639.06, + "confidence": 0.5108287, + "speaker": 1, + "speaker_confidence": 0.921875, + "punctuated_word": "it" + }, + { + "word": "yet", + "start": 2639.06, + "end": 2639.38, + "confidence": 0.8995099, + "speaker": 1, + "speaker_confidence": 0.921875, + "punctuated_word": "yet" + }, + { + "word": "and", + "start": 2639.38, + "end": 2639.54, + "confidence": 0.7713129, + "speaker": 1, + "speaker_confidence": 0.921875, + "punctuated_word": "and" + }, + { + "word": "so", + "start": 2639.54, + "end": 2639.92, + "confidence": 0.94374937, + "speaker": 1, + "speaker_confidence": 0.921875, + "punctuated_word": "so" + }, + { + "word": "there's", + "start": 2639.92, + "end": 2640.14, + "confidence": 0.8164289, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "there's" + }, + { + "word": "some", + "start": 2640.14, + "end": 2640.28, + "confidence": 0.8780284, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "some" + }, + { + "word": "people", + "start": 2640.28, + "end": 2640.62, + "confidence": 0.88814294, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "people" + }, + { + "word": "that", + "start": 2640.62, + "end": 2640.8, + "confidence": 0.72084504, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "that" + }, + { + "word": "say", + "start": 2640.8, + "end": 2640.98, + "confidence": 0.82227254, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "say" + }, + { + "word": "well", + "start": 2640.98, + "end": 2641.4, + "confidence": 0.917611, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "well" + }, + { + "word": "we", + "start": 2641.4, + "end": 2641.56, + "confidence": 0.779796, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "we" + }, + { + "word": "should", + "start": 2641.56, + "end": 2641.8, + "confidence": 0.6763941, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "should" + }, + { + "word": "first", + "start": 2641.8, + "end": 2642.08, + "confidence": 0.78005815, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "first" + }, + { + "word": "thoroughly", + "start": 2642.08, + "end": 2642.56, + "confidence": 0.87979585, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "thoroughly" + }, + { + "word": "test", + "start": 2642.56, + "end": 2642.84, + "confidence": 0.1468934, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "test" + }, + { + "word": "it", + "start": 2642.84, + "end": 2643.16, + "confidence": 0.91425663, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "it" + }, + { + "word": "with", + "start": 2643.16, + "end": 2643.34, + "confidence": 0.7458559, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "with" + }, + { + "word": "the", + "start": 2643.34, + "end": 2643.48, + "confidence": 0.81071573, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "the" + }, + { + "word": "pools", + "start": 2643.48, + "end": 2643.76, + "confidence": 0.49868262, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "pools" + }, + { + "word": "and", + "start": 2643.76, + "end": 2643.92, + "confidence": 0.5457908, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "and" + }, + { + "word": "etc", + "start": 2643.92, + "end": 2644.34, + "confidence": 0.86015964, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "etc." + }, + { + "word": "to", + "start": 2644.34, + "end": 2644.48, + "confidence": 0.8132761, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "To" + }, + { + "word": "make", + "start": 2644.48, + "end": 2644.64, + "confidence": 0.9044415, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "make" + }, + { + "word": "sure", + "start": 2644.64, + "end": 2644.82, + "confidence": 0.99787986, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "sure" + }, + { + "word": "it's", + "start": 2644.82, + "end": 2645.06, + "confidence": 0.8761633, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "it's" + }, + { + "word": "right", + "start": 2645.06, + "end": 2645.38, + "confidence": 0.7159728, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "right" + }, + { + "word": "and", + "start": 2645.38, + "end": 2645.58, + "confidence": 0.9171501, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "and" + }, + { + "word": "then", + "start": 2645.58, + "end": 2645.74, + "confidence": 0.9037916, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "then" + }, + { + "word": "ship", + "start": 2645.74, + "end": 2646.02, + "confidence": 0.8831719, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "ship" + }, + { + "word": "it", + "start": 2646.02, + "end": 2646.52, + "confidence": 0.066704966, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "it." + }, + { + "word": "whereas", + "start": 2646.96, + "end": 2647.24, + "confidence": 0.82773936, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "Whereas" + }, + { + "word": "the", + "start": 2647.24, + "end": 2647.38, + "confidence": 0.57482743, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "the" + }, + { + "word": "counter", + "start": 2647.38, + "end": 2647.66, + "confidence": 0.9058754, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "counter" + }, + { + "word": "argument", + "start": 2647.66, + "end": 2648.0, + "confidence": 0.8791429, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "argument" + }, + { + "word": "to", + "start": 2648.0, + "end": 2648.16, + "confidence": 0.8847743, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "to" + }, + { + "word": "that", + "start": 2648.16, + "end": 2648.4, + "confidence": 0.64712125, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "that" + }, + { + "word": "is", + "start": 2648.4, + "end": 2648.56, + "confidence": 0.4130736, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "is," + }, + { + "word": "well", + "start": 2648.56, + "end": 2648.72, + "confidence": 0.75697154, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "well," + }, + { + "word": "the", + "start": 2648.72, + "end": 2648.86, + "confidence": 0.7928482, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "the" + }, + { + "word": "pools", + "start": 2648.86, + "end": 2649.14, + "confidence": 0.8662508, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "pools" + }, + { + "word": "are", + "start": 2649.14, + "end": 2649.24, + "confidence": 0.76890534, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "are" + }, + { + "word": "not", + "start": 2649.24, + "end": 2649.36, + "confidence": 0.8783087, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "not" + }, + { + "word": "going", + "start": 2649.36, + "end": 2649.52, + "confidence": 0.7592601, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 2649.52, + "end": 2649.62, + "confidence": 0.86115, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "to" + }, + { + "word": "test", + "start": 2649.62, + "end": 2649.88, + "confidence": 0.16624044, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "test" + }, + { + "word": "it", + "start": 2649.88, + "end": 2649.96, + "confidence": 0.9742312, + "speaker": 1, + "speaker_confidence": 1.0, + "punctuated_word": "it" + }, + { + "word": "if", + "start": 2649.96, + "end": 2650.12, + "confidence": 0.9982558, + "speaker": 1, + "speaker_confidence": 0.75878906, + "punctuated_word": "if" + }, + { + "word": "it's", + "start": 2650.12, + "end": 2650.32, + "confidence": 0.8856106, + "speaker": 1, + "speaker_confidence": 0.75878906, + "punctuated_word": "it's" + }, + { + "word": "not", + "start": 2650.32, + "end": 2650.52, + "confidence": 0.7001234, + "speaker": 1, + "speaker_confidence": 0.75878906, + "punctuated_word": "not" + }, + { + "word": "already", + "start": 2650.52, + "end": 2650.76, + "confidence": 0.8679832, + "speaker": 1, + "speaker_confidence": 0.75878906, + "punctuated_word": "already" + }, + { + "word": "shipped", + "start": 2650.76, + "end": 2651.04, + "confidence": 0.2522897, + "speaker": 1, + "speaker_confidence": 0.75878906, + "punctuated_word": "shipped" + }, + { + "word": "in", + "start": 2651.04, + "end": 2651.14, + "confidence": 0.7200412, + "speaker": 1, + "speaker_confidence": 0.75878906, + "punctuated_word": "in" + }, + { + "word": "bitcoin", + "start": 2651.14, + "end": 2651.46, + "confidence": 0.3591636, + "speaker": 1, + "speaker_confidence": 0.75878906, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 2651.46, + "end": 2651.68, + "confidence": 0.5001409, + "speaker": 1, + "speaker_confidence": 0.75878906, + "punctuated_word": "Core," + }, + { + "word": "because", + "start": 2651.68, + "end": 2651.92, + "confidence": 0.99879164, + "speaker": 1, + "speaker_confidence": 0.75878906, + "punctuated_word": "because" + }, + { + "word": "it's", + "start": 2651.92, + "end": 2652.1, + "confidence": 0.81695205, + "speaker": 1, + "speaker_confidence": 0.75878906, + "punctuated_word": "it's" + }, + { + "word": "too", + "start": 2652.1, + "end": 2652.24, + "confidence": 0.87225074, + "speaker": 1, + "speaker_confidence": 0.75878906, + "punctuated_word": "too" + }, + { + "word": "much", + "start": 2652.24, + "end": 2652.4, + "confidence": 0.9907417, + "speaker": 1, + "speaker_confidence": 0.75878906, + "punctuated_word": "much" + }, + { + "word": "of", + "start": 2652.4, + "end": 2652.54, + "confidence": 0.8495879, + "speaker": 1, + "speaker_confidence": 0.75878906, + "punctuated_word": "of" + }, + { + "word": "a", + "start": 2652.54, + "end": 2652.62, + "confidence": 0.5390091, + "speaker": 1, + "speaker_confidence": 0.75878906, + "punctuated_word": "a" + }, + { + "word": "pain", + "start": 2652.62, + "end": 2652.84, + "confidence": 0.7385353, + "speaker": 1, + "speaker_confidence": 0.81591797, + "punctuated_word": "pain" + }, + { + "word": "for", + "start": 2652.84, + "end": 2652.98, + "confidence": 0.2660145, + "speaker": 1, + "speaker_confidence": 0.81591797, + "punctuated_word": "for" + }, + { + "word": "them", + "start": 2652.98, + "end": 2653.26, + "confidence": 0.9790212, + "speaker": 1, + "speaker_confidence": 0.81591797, + "punctuated_word": "them" + }, + { + "word": "to", + "start": 2653.26, + "end": 2653.66, + "confidence": 0.82145685, + "speaker": 1, + "speaker_confidence": 0.81591797, + "punctuated_word": "to" + }, + { + "word": "compile", + "start": 2653.66, + "end": 2654.16, + "confidence": 0.82035667, + "speaker": 1, + "speaker_confidence": 0.81591797, + "punctuated_word": "compile" + }, + { + "word": "some", + "start": 2654.64, + "end": 2654.76, + "confidence": 0.73304063, + "speaker": 1, + "speaker_confidence": 0.81591797, + "punctuated_word": "some" + }, + { + "word": "custom", + "start": 2654.76, + "end": 2655.26, + "confidence": 0.70406675, + "speaker": 1, + "speaker_confidence": 0.81591797, + "punctuated_word": "custom" + }, + { + "word": "experimental", + "start": 2655.94, + "end": 2656.44, + "confidence": 0.4755814, + "speaker": 1, + "speaker_confidence": 0.81591797, + "punctuated_word": "experimental" + }, + { + "word": "version", + "start": 2656.56, + "end": 2656.96, + "confidence": 0.40506396, + "speaker": 1, + "speaker_confidence": 0.81591797, + "punctuated_word": "version," + }, + { + "word": "and", + "start": 2656.96, + "end": 2657.16, + "confidence": 0.7544681, + "speaker": 1, + "speaker_confidence": 0.81591797, + "punctuated_word": "and" + }, + { + "word": "especially", + "start": 2657.16, + "end": 2657.56, + "confidence": 0.7165787, + "speaker": 1, + "speaker_confidence": 0.81591797, + "punctuated_word": "especially" + }, + { + "word": "if", + "start": 2657.56, + "end": 2657.72, + "confidence": 0.927056, + "speaker": 1, + "speaker_confidence": 0.81591797, + "punctuated_word": "if" + }, + { + "word": "they're", + "start": 2657.72, + "end": 2657.92, + "confidence": 0.8549498, + "speaker": 1, + "speaker_confidence": 0.81591797, + "punctuated_word": "they're" + }, + { + "word": "not", + "start": 2657.92, + "end": 2658.16, + "confidence": 0.4864209, + "speaker": 1, + "speaker_confidence": 0.81591797, + "punctuated_word": "not" + }, + { + "word": "sure", + "start": 2658.16, + "end": 2658.48, + "confidence": 0.8417672, + "speaker": 1, + "speaker_confidence": 0.81591797, + "punctuated_word": "sure" + }, + { + "word": "that", + "start": 2658.48, + "end": 2658.6, + "confidence": 0.99465793, + "speaker": 1, + "speaker_confidence": 0.81591797, + "punctuated_word": "that" + }, + { + "word": "it's", + "start": 2658.6, + "end": 2658.84, + "confidence": 0.6855798, + "speaker": 1, + "speaker_confidence": 0.81591797, + "punctuated_word": "it's" + }, + { + "word": "actually", + "start": 2658.84, + "end": 2659.12, + "confidence": 0.7382013, + "speaker": 1, + "speaker_confidence": 0.81591797, + "punctuated_word": "actually" + }, + { + "word": "going", + "start": 2659.12, + "end": 2659.28, + "confidence": 0.8842637, + "speaker": 1, + "speaker_confidence": 0.81591797, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 2659.28, + "end": 2659.44, + "confidence": 0.45802894, + "speaker": 1, + "speaker_confidence": 0.81591797, + "punctuated_word": "to" + }, + { + "word": "be", + "start": 2659.44, + "end": 2659.94, + "confidence": 0.53943735, + "speaker": 1, + "speaker_confidence": 0.81591797, + "punctuated_word": "be" + }, + { + "word": "deployed", + "start": 2660.22, + "end": 2660.66, + "confidence": 0.52206564, + "speaker": 1, + "speaker_confidence": 0.81591797, + "punctuated_word": "deployed," + }, + { + "word": "right", + "start": 2660.66, + "end": 2660.86, + "confidence": 0.10562898, + "speaker": 1, + "speaker_confidence": 0.81591797, + "punctuated_word": "right?" + }, + { + "word": "they", + "start": 2660.86, + "end": 2661.0, + "confidence": 0.77190137, + "speaker": 1, + "speaker_confidence": 0.81591797, + "punctuated_word": "They" + }, + { + "word": "need", + "start": 2661.0, + "end": 2661.18, + "confidence": 0.88254917, + "speaker": 1, + "speaker_confidence": 0.81591797, + "punctuated_word": "need" + }, + { + "word": "to", + "start": 2661.18, + "end": 2661.3, + "confidence": 0.86959714, + "speaker": 1, + "speaker_confidence": 0.81591797, + "punctuated_word": "to" + }, + { + "word": "have", + "start": 2661.3, + "end": 2661.76, + "confidence": 0.8539362, + "speaker": 1, + "speaker_confidence": 0.81591797, + "punctuated_word": "have" + }, + { + "word": "at", + "start": 2661.76, + "end": 2661.82, + "confidence": 0.81408423, + "speaker": 1, + "speaker_confidence": 0.81591797, + "punctuated_word": "at" + }, + { + "word": "least", + "start": 2661.82, + "end": 2662.08, + "confidence": 0.9013025, + "speaker": 1, + "speaker_confidence": 0.81591797, + "punctuated_word": "least" + }, + { + "word": "some", + "start": 2662.08, + "end": 2662.28, + "confidence": 0.9811659, + "speaker": 1, + "speaker_confidence": 0.81591797, + "punctuated_word": "some" + }, + { + "word": "confidence", + "start": 2662.28, + "end": 2662.78, + "confidence": 0.14114662, + "speaker": 1, + "speaker_confidence": 0.81591797, + "punctuated_word": "confidence." + }, + { + "word": "yeah", + "start": 2663.44, + "end": 2663.94, + "confidence": 0.47797248, + "speaker": 1, + "speaker_confidence": 0.41748047, + "punctuated_word": "Yeah." + }, + { + "word": "there", + "start": 2664.0, + "end": 2664.16, + "confidence": 0.8871448, + "speaker": 1, + "speaker_confidence": 0.41748047, + "punctuated_word": "There" + }, + { + "word": "was", + "start": 2664.16, + "end": 2664.34, + "confidence": 0.6870227, + "speaker": 1, + "speaker_confidence": 0.41748047, + "punctuated_word": "was" + }, + { + "word": "that", + "start": 2664.34, + "end": 2664.62, + "confidence": 0.6965173, + "speaker": 1, + "speaker_confidence": 0.41748047, + "punctuated_word": "that" + }, + { + "word": "chicken", + "start": 2664.62, + "end": 2664.8, + "confidence": 0.8581848, + "speaker": 1, + "speaker_confidence": 0.66015625, + "punctuated_word": "chicken" + }, + { + "word": "egg", + "start": 2664.8, + "end": 2665.08, + "confidence": 0.8905716, + "speaker": 1, + "speaker_confidence": 0.66015625, + "punctuated_word": "egg," + }, + { + "word": "but", + "start": 2665.08, + "end": 2665.38, + "confidence": 0.8883001, + "speaker": 1, + "speaker_confidence": 0.66015625, + "punctuated_word": "but" + }, + { + "word": "now", + "start": 2665.38, + "end": 2665.58, + "confidence": 0.9965153, + "speaker": 1, + "speaker_confidence": 0.66015625, + "punctuated_word": "now" + }, + { + "word": "it's", + "start": 2665.58, + "end": 2665.76, + "confidence": 0.90786755, + "speaker": 1, + "speaker_confidence": 0.66015625, + "punctuated_word": "it's" + }, + { + "word": "in", + "start": 2665.76, + "end": 2665.92, + "confidence": 0.80882734, + "speaker": 1, + "speaker_confidence": 0.66015625, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 2665.92, + "end": 2666.0, + "confidence": 0.57145584, + "speaker": 1, + "speaker_confidence": 0.66015625, + "punctuated_word": "the" + }, + { + "word": "release", + "start": 2666.0, + "end": 2666.42, + "confidence": 0.17409773, + "speaker": 1, + "speaker_confidence": 0.66015625, + "punctuated_word": "release." + }, + { + "word": "but", + "start": 2666.42, + "end": 2666.58, + "confidence": 0.99672467, + "speaker": 1, + "speaker_confidence": 0.7241211, + "punctuated_word": "But" + }, + { + "word": "it's", + "start": 2666.58, + "end": 2666.82, + "confidence": 0.89743304, + "speaker": 1, + "speaker_confidence": 0.7241211, + "punctuated_word": "it's" + }, + { + "word": "not", + "start": 2666.82, + "end": 2666.98, + "confidence": 0.8889298, + "speaker": 1, + "speaker_confidence": 0.7241211, + "punctuated_word": "not" + }, + { + "word": "completely", + "start": 2666.98, + "end": 2667.38, + "confidence": 0.9025607, + "speaker": 1, + "speaker_confidence": 0.7241211, + "punctuated_word": "completely" + }, + { + "word": "final", + "start": 2667.38, + "end": 2667.62, + "confidence": 0.7669192, + "speaker": 1, + "speaker_confidence": 0.7241211, + "punctuated_word": "final" + }, + { + "word": "yet", + "start": 2667.62, + "end": 2667.9, + "confidence": 0.8154055, + "speaker": 1, + "speaker_confidence": 0.7241211, + "punctuated_word": "yet," + }, + { + "word": "so", + "start": 2667.9, + "end": 2668.08, + "confidence": 0.81361574, + "speaker": 1, + "speaker_confidence": 0.7241211, + "punctuated_word": "so" + }, + { + "word": "it", + "start": 2668.08, + "end": 2668.18, + "confidence": 0.8821846, + "speaker": 1, + "speaker_confidence": 0.7348633, + "punctuated_word": "it" + }, + { + "word": "might", + "start": 2668.18, + "end": 2668.38, + "confidence": 0.86425745, + "speaker": 1, + "speaker_confidence": 0.7348633, + "punctuated_word": "might" + }, + { + "word": "still", + "start": 2668.38, + "end": 2668.7, + "confidence": 0.98739886, + "speaker": 1, + "speaker_confidence": 0.7348633, + "punctuated_word": "still" + }, + { + "word": "make", + "start": 2668.7, + "end": 2668.86, + "confidence": 0.79599774, + "speaker": 1, + "speaker_confidence": 0.7348633, + "punctuated_word": "make" + }, + { + "word": "a", + "start": 2668.86, + "end": 2669.06, + "confidence": 0.7409869, + "speaker": 1, + "speaker_confidence": 0.7348633, + "punctuated_word": "a" + }, + { + "word": "few", + "start": 2669.06, + "end": 2669.24, + "confidence": 0.77240646, + "speaker": 1, + "speaker_confidence": 0.7348633, + "punctuated_word": "few" + }, + { + "word": "breaking", + "start": 2669.24, + "end": 2669.6, + "confidence": 0.88073, + "speaker": 1, + "speaker_confidence": 0.7348633, + "punctuated_word": "breaking" + }, + { + "word": "changes", + "start": 2669.6, + "end": 2670.06, + "confidence": 0.8095098, + "speaker": 1, + "speaker_confidence": 0.7348633, + "punctuated_word": "changes" + }, + { + "word": "in", + "start": 2670.06, + "end": 2670.16, + "confidence": 0.86553144, + "speaker": 1, + "speaker_confidence": 0.7348633, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 2670.16, + "end": 2670.24, + "confidence": 0.80429345, + "speaker": 1, + "speaker_confidence": 0.7348633, + "punctuated_word": "the" + }, + { + "word": "next", + "start": 2670.24, + "end": 2670.44, + "confidence": 0.8472477, + "speaker": 1, + "speaker_confidence": 0.7348633, + "punctuated_word": "next" + }, + { + "word": "release", + "start": 2670.44, + "end": 2670.94, + "confidence": 0.092711985, + "speaker": 1, + "speaker_confidence": 0.7348633, + "punctuated_word": "release." + }, + { + "word": "okay", + "start": 2671.8, + "end": 2672.08, + "confidence": 0.88182175, + "speaker": 0, + "speaker_confidence": 0.4970703, + "punctuated_word": "Okay," + }, + { + "word": "i", + "start": 2672.08, + "end": 2672.2, + "confidence": 0.758403, + "speaker": 0, + "speaker_confidence": 0.4970703, + "punctuated_word": "I" + }, + { + "word": "was", + "start": 2672.2, + "end": 2672.4, + "confidence": 0.44544172, + "speaker": 0, + "speaker_confidence": 0.4970703, + "punctuated_word": "was" + }, + { + "word": "just", + "start": 2672.4, + "end": 2672.64, + "confidence": 0.2272793, + "speaker": 0, + "speaker_confidence": 0.4970703, + "punctuated_word": "just" + }, + { + "word": "gonna", + "start": 2672.64, + "end": 2673.08, + "confidence": 0.71788186, + "speaker": 0, + "speaker_confidence": 0.4970703, + "punctuated_word": "gonna," + }, + { + "word": "so", + "start": 2673.08, + "end": 2673.42, + "confidence": 0.8911143, + "speaker": 0, + "speaker_confidence": 0.4970703, + "punctuated_word": "so" + }, + { + "word": "i", + "start": 2673.42, + "end": 2673.56, + "confidence": 0.67570895, + "speaker": 0, + "speaker_confidence": 0.4970703, + "punctuated_word": "I" + }, + { + "word": "was", + "start": 2673.56, + "end": 2673.84, + "confidence": 0.80010027, + "speaker": 0, + "speaker_confidence": 0.4970703, + "punctuated_word": "was" + }, + { + "word": "gonna", + "start": 2673.84, + "end": 2674.04, + "confidence": 0.5755744, + "speaker": 0, + "speaker_confidence": 0.4970703, + "punctuated_word": "gonna" + }, + { + "word": "ask", + "start": 2674.04, + "end": 2674.3, + "confidence": 0.050624844, + "speaker": 0, + "speaker_confidence": 0.4970703, + "punctuated_word": "ask," + }, + { + "word": "oh", + "start": 2674.3, + "end": 2674.54, + "confidence": 0.72370905, + "speaker": 0, + "speaker_confidence": 0.4970703, + "punctuated_word": "oh," + }, + { + "word": "is", + "start": 2674.54, + "end": 2674.64, + "confidence": 0.60921955, + "speaker": 0, + "speaker_confidence": 0.4345703, + "punctuated_word": "is" + }, + { + "word": "this", + "start": 2674.64, + "end": 2674.84, + "confidence": 0.87812823, + "speaker": 0, + "speaker_confidence": 0.4345703, + "punctuated_word": "this" + }, + { + "word": "completely", + "start": 2674.84, + "end": 2675.32, + "confidence": 0.90207505, + "speaker": 0, + "speaker_confidence": 0.4345703, + "punctuated_word": "completely" + }, + { + "word": "good", + "start": 2675.32, + "end": 2675.54, + "confidence": 0.90653116, + "speaker": 0, + "speaker_confidence": 0.4345703, + "punctuated_word": "good" + }, + { + "word": "to", + "start": 2675.54, + "end": 2675.66, + "confidence": 0.8928717, + "speaker": 0, + "speaker_confidence": 0.4345703, + "punctuated_word": "to" + }, + { + "word": "go", + "start": 2675.66, + "end": 2675.84, + "confidence": 0.34824678, + "speaker": 0, + "speaker_confidence": 0.54785156, + "punctuated_word": "go" + }, + { + "word": "now", + "start": 2675.84, + "end": 2676.14, + "confidence": 0.21229394, + "speaker": 0, + "speaker_confidence": 0.54785156, + "punctuated_word": "now," + }, + { + "word": "or", + "start": 2676.14, + "end": 2676.34, + "confidence": 0.8537725, + "speaker": 0, + "speaker_confidence": 0.54785156, + "punctuated_word": "or" + }, + { + "word": "is", + "start": 2676.34, + "end": 2676.54, + "confidence": 0.88294715, + "speaker": 0, + "speaker_confidence": 0.54785156, + "punctuated_word": "is" + }, + { + "word": "there", + "start": 2676.54, + "end": 2676.76, + "confidence": 0.7996983, + "speaker": 0, + "speaker_confidence": 0.54785156, + "punctuated_word": "there" + }, + { + "word": "still", + "start": 2676.76, + "end": 2677.26, + "confidence": 0.89876676, + "speaker": 0, + "speaker_confidence": 0.54785156, + "punctuated_word": "still" + }, + { + "word": "work", + "start": 2677.28, + "end": 2677.58, + "confidence": 0.90629005, + "speaker": 0, + "speaker_confidence": 0.54785156, + "punctuated_word": "work" + }, + { + "word": "to", + "start": 2677.58, + "end": 2677.7, + "confidence": 0.79611826, + "speaker": 0, + "speaker_confidence": 0.54785156, + "punctuated_word": "to" + }, + { + "word": "be", + "start": 2677.7, + "end": 2677.84, + "confidence": 0.70097, + "speaker": 0, + "speaker_confidence": 0.54785156, + "punctuated_word": "be" + }, + { + "word": "done", + "start": 2677.84, + "end": 2678.04, + "confidence": 0.8004276, + "speaker": 0, + "speaker_confidence": 0.5131836, + "punctuated_word": "done" + }, + { + "word": "on", + "start": 2678.04, + "end": 2678.24, + "confidence": 0.35797155, + "speaker": 0, + "speaker_confidence": 0.5131836, + "punctuated_word": "on" + }, + { + "word": "the", + "start": 2678.24, + "end": 2678.32, + "confidence": 0.72506964, + "speaker": 0, + "speaker_confidence": 0.5131836, + "punctuated_word": "the" + }, + { + "word": "bitcoin", + "start": 2678.32, + "end": 2678.6, + "confidence": 0.47327927, + "speaker": 0, + "speaker_confidence": 0.5131836, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 2678.6, + "end": 2678.86, + "confidence": 0.97564805, + "speaker": 0, + "speaker_confidence": 0.5131836, + "punctuated_word": "Core" + }, + { + "word": "side", + "start": 2678.86, + "end": 2679.36, + "confidence": 0.41290912, + "speaker": 0, + "speaker_confidence": 0.5131836, + "punctuated_word": "side?" + }, + { + "word": "no", + "start": 2679.62, + "end": 2679.88, + "confidence": 0.6701576, + "speaker": 1, + "speaker_confidence": 0.56591797, + "punctuated_word": "No," + }, + { + "word": "there's", + "start": 2679.88, + "end": 2680.12, + "confidence": 0.9127943, + "speaker": 1, + "speaker_confidence": 0.56591797, + "punctuated_word": "there's" + }, + { + "word": "still", + "start": 2680.12, + "end": 2680.58, + "confidence": 0.94829714, + "speaker": 1, + "speaker_confidence": 0.56591797, + "punctuated_word": "still," + }, + { + "word": "i", + "start": 2680.58, + "end": 2680.68, + "confidence": 0.84131026, + "speaker": 1, + "speaker_confidence": 0.56591797, + "punctuated_word": "I" + }, + { + "word": "mean", + "start": 2680.68, + "end": 2680.84, + "confidence": 0.8633771, + "speaker": 1, + "speaker_confidence": 0.56591797, + "punctuated_word": "mean," + }, + { + "word": "it", + "start": 2680.84, + "end": 2681.0, + "confidence": 0.947734, + "speaker": 1, + "speaker_confidence": 0.7915039, + "punctuated_word": "it" + }, + { + "word": "should", + "start": 2681.0, + "end": 2681.28, + "confidence": 0.6649715, + "speaker": 1, + "speaker_confidence": 0.7915039, + "punctuated_word": "should," + }, + { + "word": "it's", + "start": 2681.28, + "end": 2681.64, + "confidence": 0.9350607, + "speaker": 1, + "speaker_confidence": 0.7915039, + "punctuated_word": "it's" + }, + { + "word": "usable", + "start": 2681.64, + "end": 2682.14, + "confidence": 0.69516736, + "speaker": 1, + "speaker_confidence": 0.7915039, + "punctuated_word": "usable," + }, + { + "word": "but", + "start": 2682.24, + "end": 2682.44, + "confidence": 0.80911, + "speaker": 1, + "speaker_confidence": 0.7915039, + "punctuated_word": "but" + }, + { + "word": "i", + "start": 2682.44, + "end": 2682.54, + "confidence": 0.9058992, + "speaker": 1, + "speaker_confidence": 0.7915039, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 2682.54, + "end": 2682.78, + "confidence": 0.89519286, + "speaker": 1, + "speaker_confidence": 0.7915039, + "punctuated_word": "think" + }, + { + "word": "it", + "start": 2682.78, + "end": 2682.92, + "confidence": 0.9075331, + "speaker": 1, + "speaker_confidence": 0.7915039, + "punctuated_word": "it" + }, + { + "word": "can", + "start": 2682.92, + "end": 2683.14, + "confidence": 0.7703172, + "speaker": 1, + "speaker_confidence": 0.7915039, + "punctuated_word": "can" + }, + { + "word": "be", + "start": 2683.14, + "end": 2683.28, + "confidence": 0.9964205, + "speaker": 1, + "speaker_confidence": 0.7915039, + "punctuated_word": "be" + }, + { + "word": "improved", + "start": 2683.28, + "end": 2683.78, + "confidence": 0.47995362, + "speaker": 1, + "speaker_confidence": 0.7915039, + "punctuated_word": "improved." + }, + { + "word": "right", + "start": 2684.06, + "end": 2684.56, + "confidence": 0.7809269, + "speaker": 0, + "speaker_confidence": 0.31982422, + "punctuated_word": "Right," + }, + { + "word": "sure", + "start": 2684.6, + "end": 2685.1, + "confidence": 0.43925908, + "speaker": 0, + "speaker_confidence": 0.31982422, + "punctuated_word": "sure." + }, + { + "word": "okay", + "start": 2686.26, + "end": 2686.76, + "confidence": 0.803357, + "speaker": 0, + "speaker_confidence": 0.4716797, + "punctuated_word": "Okay," + }, + { + "word": "any", + "start": 2687.72, + "end": 2688.22, + "confidence": 0.7566383, + "speaker": 0, + "speaker_confidence": 0.4716797, + "punctuated_word": "any" + }, + { + "word": "last", + "start": 2688.46, + "end": 2688.96, + "confidence": 0.89891785, + "speaker": 0, + "speaker_confidence": 0.4716797, + "punctuated_word": "last" + }, + { + "word": "thoughts", + "start": 2688.96, + "end": 2689.3, + "confidence": 0.8813893, + "speaker": 0, + "speaker_confidence": 0.4716797, + "punctuated_word": "thoughts" + }, + { + "word": "on", + "start": 2689.3, + "end": 2689.44, + "confidence": 0.8164123, + "speaker": 0, + "speaker_confidence": 0.4716797, + "punctuated_word": "on" + }, + { + "word": "this", + "start": 2689.44, + "end": 2689.64, + "confidence": 0.6139152, + "speaker": 0, + "speaker_confidence": 0.4716797, + "punctuated_word": "this" + }, + { + "word": "topic", + "start": 2689.64, + "end": 2690.0, + "confidence": 0.8958939, + "speaker": 0, + "speaker_confidence": 0.4716797, + "punctuated_word": "topic" + }, + { + "word": "before", + "start": 2690.0, + "end": 2690.34, + "confidence": 0.84604704, + "speaker": 0, + "speaker_confidence": 0.4716797, + "punctuated_word": "before" + }, + { + "word": "we", + "start": 2690.34, + "end": 2690.5, + "confidence": 0.85628694, + "speaker": 0, + "speaker_confidence": 0.4716797, + "punctuated_word": "we" + }, + { + "word": "move", + "start": 2690.5, + "end": 2690.74, + "confidence": 0.8037602, + "speaker": 0, + "speaker_confidence": 0.4716797, + "punctuated_word": "move" + }, + { + "word": "to", + "start": 2690.74, + "end": 2690.9, + "confidence": 0.78224957, + "speaker": 0, + "speaker_confidence": 0.4716797, + "punctuated_word": "to" + }, + { + "word": "the", + "start": 2690.9, + "end": 2691.04, + "confidence": 0.6400421, + "speaker": 0, + "speaker_confidence": 0.4716797, + "punctuated_word": "the" + }, + { + "word": "last", + "start": 2691.04, + "end": 2691.54, + "confidence": 0.8474262, + "speaker": 0, + "speaker_confidence": 0.4716797, + "punctuated_word": "last" + }, + { + "word": "one", + "start": 2693.36, + "end": 2693.62, + "confidence": 0.775511, + "speaker": 1, + "speaker_confidence": 0.11816406, + "punctuated_word": "one" + }, + { + "word": "on", + "start": 2693.62, + "end": 2693.8, + "confidence": 0.873629, + "speaker": 0, + "speaker_confidence": 0.24902344, + "punctuated_word": "on" + }, + { + "word": "our", + "start": 2693.8, + "end": 2693.94, + "confidence": 0.9283607, + "speaker": 0, + "speaker_confidence": 0.24902344, + "punctuated_word": "our" + }, + { + "word": "list", + "start": 2693.94, + "end": 2694.44, + "confidence": 0.06146358, + "speaker": 0, + "speaker_confidence": 0.24902344, + "punctuated_word": "list?" + }, + { + "word": "no", + "start": 2694.52, + "end": 2694.64, + "confidence": 0.8502257, + "speaker": 1, + "speaker_confidence": 0.35302734, + "punctuated_word": "No," + }, + { + "word": "let's", + "start": 2694.64, + "end": 2694.86, + "confidence": 0.8834142, + "speaker": 1, + "speaker_confidence": 0.35302734, + "punctuated_word": "let's" + }, + { + "word": "move", + "start": 2694.86, + "end": 2695.36, + "confidence": 0.4051812, + "speaker": 1, + "speaker_confidence": 0.35302734, + "punctuated_word": "move." + }, + { + "word": "okay", + "start": 2695.94, + "end": 2696.26, + "confidence": 0.5791558, + "speaker": 0, + "speaker_confidence": 0.5751953, + "punctuated_word": "Okay," + }, + { + "word": "last", + "start": 2696.26, + "end": 2696.46, + "confidence": 0.89094406, + "speaker": 0, + "speaker_confidence": 0.5751953, + "punctuated_word": "last" + }, + { + "word": "one", + "start": 2696.46, + "end": 2696.68, + "confidence": 0.81467605, + "speaker": 0, + "speaker_confidence": 0.5751953, + "punctuated_word": "one" + }, + { + "word": "on", + "start": 2696.68, + "end": 2696.96, + "confidence": 0.90706855, + "speaker": 0, + "speaker_confidence": 0.5751953, + "punctuated_word": "on" + }, + { + "word": "our", + "start": 2696.96, + "end": 2697.18, + "confidence": 0.74818623, + "speaker": 0, + "speaker_confidence": 0.5751953, + "punctuated_word": "our" + }, + { + "word": "list", + "start": 2697.18, + "end": 2697.68, + "confidence": 0.2679228, + "speaker": 0, + "speaker_confidence": 0.5751953, + "punctuated_word": "list" + }, + { + "word": "is", + "start": 2697.8, + "end": 2698.3, + "confidence": 0.3046403, + "speaker": 0, + "speaker_confidence": 0.5751953, + "punctuated_word": "is..." + }, + { + "word": "you", + "start": 2700.78, + "end": 2700.92, + "confidence": 0.8663953, + "speaker": 0, + "speaker_confidence": 0.4326172, + "punctuated_word": "You" + }, + { + "word": "explain", + "start": 2700.92, + "end": 2701.3, + "confidence": 0.90432155, + "speaker": 0, + "speaker_confidence": 0.4326172, + "punctuated_word": "explain" + }, + { + "word": "this", + "start": 2701.3, + "end": 2701.5, + "confidence": 0.90666974, + "speaker": 0, + "speaker_confidence": 0.4326172, + "punctuated_word": "this" + }, + { + "word": "to", + "start": 2701.5, + "end": 2701.62, + "confidence": 0.90112233, + "speaker": 0, + "speaker_confidence": 0.4326172, + "punctuated_word": "to" + }, + { + "word": "me", + "start": 2701.62, + "end": 2702.06, + "confidence": 0.85768783, + "speaker": 0, + "speaker_confidence": 0.4326172, + "punctuated_word": "me." + }, + { + "word": "nats", + "start": 2702.06, + "end": 2702.44, + "confidence": 0.385781, + "speaker": 1, + "speaker_confidence": 0.7285156, + "punctuated_word": "NATs" + }, + { + "word": "bmp", + "start": 2702.44, + "end": 2702.86, + "confidence": 0.36139435, + "speaker": 1, + "speaker_confidence": 0.7285156, + "punctuated_word": "BMP" + }, + { + "word": "import", + "start": 2702.86, + "end": 2703.28, + "confidence": 0.8527115, + "speaker": 1, + "speaker_confidence": 0.7285156, + "punctuated_word": "Import" + }, + { + "word": "control", + "start": 2703.28, + "end": 2703.64, + "confidence": 0.73758644, + "speaker": 1, + "speaker_confidence": 0.7285156, + "punctuated_word": "Control" + }, + { + "word": "protocol", + "start": 2703.64, + "end": 2704.14, + "confidence": 0.5612139, + "speaker": 1, + "speaker_confidence": 0.7285156, + "punctuated_word": "Protocol," + }, + { + "word": "pcp", + "start": 2704.2, + "end": 2704.7, + "confidence": 0.869362, + "speaker": 1, + "speaker_confidence": 0.56152344, + "punctuated_word": "PCP." + }, + { + "word": "we", + "start": 2705.46, + "end": 2705.86, + "confidence": 0.7150603, + "speaker": 1, + "speaker_confidence": 0.56152344, + "punctuated_word": "We" + }, + { + "word": "have", + "start": 2705.86, + "end": 2706.02, + "confidence": 0.8577978, + "speaker": 1, + "speaker_confidence": 0.56152344, + "punctuated_word": "have" + }, + { + "word": "covered", + "start": 2706.02, + "end": 2706.3, + "confidence": 0.9044778, + "speaker": 1, + "speaker_confidence": 0.56152344, + "punctuated_word": "covered" + }, + { + "word": "this", + "start": 2706.3, + "end": 2706.48, + "confidence": 0.8883878, + "speaker": 1, + "speaker_confidence": 0.56152344, + "punctuated_word": "this" + }, + { + "word": "in", + "start": 2706.48, + "end": 2706.58, + "confidence": 0.8275762, + "speaker": 1, + "speaker_confidence": 0.85009766, + "punctuated_word": "in" + }, + { + "word": "earlier", + "start": 2706.58, + "end": 2706.9, + "confidence": 0.87098163, + "speaker": 1, + "speaker_confidence": 0.85009766, + "punctuated_word": "earlier" + }, + { + "word": "episodes", + "start": 2706.9, + "end": 2707.4, + "confidence": 0.63034135, + "speaker": 1, + "speaker_confidence": 0.85009766, + "punctuated_word": "episodes." + }, + { + "word": "it's", + "start": 2708.48, + "end": 2708.68, + "confidence": 0.99826044, + "speaker": 1, + "speaker_confidence": 0.85009766, + "punctuated_word": "It's" + }, + { + "word": "a", + "start": 2708.68, + "end": 2708.82, + "confidence": 0.8833397, + "speaker": 1, + "speaker_confidence": 0.85009766, + "punctuated_word": "a" + }, + { + "word": "lonely", + "start": 2708.82, + "end": 2709.14, + "confidence": 0.82059884, + "speaker": 1, + "speaker_confidence": 0.85009766, + "punctuated_word": "lonely" + }, + { + "word": "world", + "start": 2709.14, + "end": 2709.4, + "confidence": 0.8481859, + "speaker": 1, + "speaker_confidence": 0.85009766, + "punctuated_word": "world" + }, + { + "word": "out", + "start": 2709.4, + "end": 2709.62, + "confidence": 0.74738014, + "speaker": 1, + "speaker_confidence": 0.85009766, + "punctuated_word": "out" + }, + { + "word": "there", + "start": 2709.62, + "end": 2709.96, + "confidence": 0.95010155, + "speaker": 1, + "speaker_confidence": 0.85009766, + "punctuated_word": "there," + }, + { + "word": "especially", + "start": 2709.96, + "end": 2710.32, + "confidence": 0.891807, + "speaker": 1, + "speaker_confidence": 0.85009766, + "punctuated_word": "especially" + }, + { + "word": "if", + "start": 2710.32, + "end": 2710.48, + "confidence": 0.84549797, + "speaker": 1, + "speaker_confidence": 0.85009766, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 2710.48, + "end": 2710.64, + "confidence": 0.79646605, + "speaker": 1, + "speaker_confidence": 0.85009766, + "punctuated_word": "you" + }, + { + "word": "run", + "start": 2710.64, + "end": 2710.84, + "confidence": 0.76261586, + "speaker": 1, + "speaker_confidence": 0.85009766, + "punctuated_word": "run" + }, + { + "word": "your", + "start": 2710.84, + "end": 2711.04, + "confidence": 0.7360721, + "speaker": 1, + "speaker_confidence": 0.85009766, + "punctuated_word": "your" + }, + { + "word": "node", + "start": 2711.04, + "end": 2711.54, + "confidence": 0.96212786, + "speaker": 1, + "speaker_confidence": 0.85009766, + "punctuated_word": "node" + }, + { + "word": "from", + "start": 2712.1, + "end": 2712.32, + "confidence": 0.863613, + "speaker": 1, + "speaker_confidence": 0.85009766, + "punctuated_word": "from" + }, + { + "word": "a", + "start": 2712.32, + "end": 2712.5, + "confidence": 0.81066346, + "speaker": 1, + "speaker_confidence": 0.85009766, + "punctuated_word": "a" + }, + { + "word": "residential", + "start": 2712.5, + "end": 2713.0, + "confidence": 0.919586, + "speaker": 1, + "speaker_confidence": 0.85009766, + "punctuated_word": "residential" + }, + { + "word": "place", + "start": 2713.42, + "end": 2713.92, + "confidence": 0.62690514, + "speaker": 1, + "speaker_confidence": 0.85009766, + "punctuated_word": "place." + }, + { + "word": "typically", + "start": 2715.7, + "end": 2716.2, + "confidence": 0.79442257, + "speaker": 1, + "speaker_confidence": 0.87402344, + "punctuated_word": "Typically," + }, + { + "word": "your", + "start": 2716.36, + "end": 2716.62, + "confidence": 0.8168603, + "speaker": 1, + "speaker_confidence": 0.87402344, + "punctuated_word": "your" + }, + { + "word": "router", + "start": 2716.62, + "end": 2717.04, + "confidence": 0.8282876, + "speaker": 1, + "speaker_confidence": 0.87402344, + "punctuated_word": "router" + }, + { + "word": "will", + "start": 2717.04, + "end": 2717.22, + "confidence": 0.7995487, + "speaker": 1, + "speaker_confidence": 0.87402344, + "punctuated_word": "will" + }, + { + "word": "block", + "start": 2717.22, + "end": 2717.64, + "confidence": 0.8066585, + "speaker": 1, + "speaker_confidence": 0.87402344, + "punctuated_word": "block" + }, + { + "word": "any", + "start": 2717.64, + "end": 2717.86, + "confidence": 0.88007754, + "speaker": 1, + "speaker_confidence": 0.87402344, + "punctuated_word": "any" + }, + { + "word": "connections", + "start": 2717.86, + "end": 2718.36, + "confidence": 0.8918293, + "speaker": 1, + "speaker_confidence": 0.87402344, + "punctuated_word": "connections" + }, + { + "word": "to", + "start": 2718.54, + "end": 2718.94, + "confidence": 0.6891086, + "speaker": 1, + "speaker_confidence": 0.87402344, + "punctuated_word": "to" + }, + { + "word": "you", + "start": 2718.94, + "end": 2719.44, + "confidence": 0.052611068, + "speaker": 1, + "speaker_confidence": 0.87402344, + "punctuated_word": "you." + }, + { + "word": "so", + "start": 2719.64, + "end": 2719.82, + "confidence": 0.70708567, + "speaker": 1, + "speaker_confidence": 0.87402344, + "punctuated_word": "So" + }, + { + "word": "your", + "start": 2719.82, + "end": 2720.02, + "confidence": 0.90154, + "speaker": 1, + "speaker_confidence": 0.87402344, + "punctuated_word": "your" + }, + { + "word": "node", + "start": 2720.02, + "end": 2720.46, + "confidence": 0.778443, + "speaker": 1, + "speaker_confidence": 0.87402344, + "punctuated_word": "node" + }, + { + "word": "can", + "start": 2720.46, + "end": 2720.66, + "confidence": 0.80713236, + "speaker": 1, + "speaker_confidence": 0.87402344, + "punctuated_word": "can" + }, + { + "word": "reach", + "start": 2720.66, + "end": 2720.86, + "confidence": 0.73124635, + "speaker": 1, + "speaker_confidence": 0.87402344, + "punctuated_word": "reach" + }, + { + "word": "the", + "start": 2720.86, + "end": 2721.06, + "confidence": 0.8817983, + "speaker": 1, + "speaker_confidence": 0.87402344, + "punctuated_word": "the" + }, + { + "word": "outside", + "start": 2721.06, + "end": 2721.34, + "confidence": 0.56348675, + "speaker": 1, + "speaker_confidence": 0.87402344, + "punctuated_word": "outside" + }, + { + "word": "world", + "start": 2721.34, + "end": 2721.54, + "confidence": 0.6528879, + "speaker": 1, + "speaker_confidence": 0.87402344, + "punctuated_word": "world," + }, + { + "word": "but", + "start": 2721.54, + "end": 2721.7, + "confidence": 0.73689944, + "speaker": 1, + "speaker_confidence": 0.87402344, + "punctuated_word": "but" + }, + { + "word": "the", + "start": 2721.7, + "end": 2721.82, + "confidence": 0.8714543, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "the" + }, + { + "word": "outside", + "start": 2721.82, + "end": 2722.12, + "confidence": 0.66830164, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "outside" + }, + { + "word": "world", + "start": 2722.12, + "end": 2722.36, + "confidence": 0.84961754, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "world" + }, + { + "word": "cannot", + "start": 2722.36, + "end": 2722.64, + "confidence": 0.8969, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "cannot" + }, + { + "word": "reach", + "start": 2722.64, + "end": 2722.88, + "confidence": 0.95644873, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "reach" + }, + { + "word": "you", + "start": 2722.88, + "end": 2723.38, + "confidence": 0.6789815, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "you." + }, + { + "word": "and", + "start": 2723.94, + "end": 2724.24, + "confidence": 0.3754199, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "And" + }, + { + "word": "there's", + "start": 2724.24, + "end": 2724.74, + "confidence": 0.87644625, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "there's" + }, + { + "word": "various", + "start": 2724.84, + "end": 2725.2, + "confidence": 0.7253888, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "various" + }, + { + "word": "methods", + "start": 2725.2, + "end": 2725.64, + "confidence": 0.492336, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "methods" + }, + { + "word": "that's", + "start": 2725.64, + "end": 2725.9, + "confidence": 0.78939414, + "speaker": 1, + "speaker_confidence": 0.82421875, + "punctuated_word": "that's" + }, + { + "word": "often", + "start": 2725.9, + "end": 2726.24, + "confidence": 0.2904728, + "speaker": 1, + "speaker_confidence": 0.19433594, + "punctuated_word": "often" + }, + { + "word": "used", + "start": 2726.24, + "end": 2726.74, + "confidence": 0.49431688, + "speaker": 1, + "speaker_confidence": 0.19433594, + "punctuated_word": "used." + }, + { + "word": "don't", + "start": 2727.98, + "end": 2728.32, + "confidence": 0.42045227, + "speaker": 0, + "speaker_confidence": 0.63378906, + "punctuated_word": "Don't" + }, + { + "word": "call", + "start": 2728.32, + "end": 2728.52, + "confidence": 0.6875129, + "speaker": 0, + "speaker_confidence": 0.63378906, + "punctuated_word": "call" + }, + { + "word": "us", + "start": 2728.52, + "end": 2728.74, + "confidence": 0.880356, + "speaker": 0, + "speaker_confidence": 0.63378906, + "punctuated_word": "us," + }, + { + "word": "we'll", + "start": 2728.74, + "end": 2728.98, + "confidence": 0.81246245, + "speaker": 0, + "speaker_confidence": 0.63378906, + "punctuated_word": "we'll" + }, + { + "word": "call", + "start": 2728.98, + "end": 2729.22, + "confidence": 0.2937231, + "speaker": 0, + "speaker_confidence": 0.63378906, + "punctuated_word": "call" + }, + { + "word": "you", + "start": 2729.22, + "end": 2729.48, + "confidence": 0.9051913, + "speaker": 0, + "speaker_confidence": 0.63378906, + "punctuated_word": "you" + }, + { + "word": "kind", + "start": 2729.48, + "end": 2729.66, + "confidence": 0.38152012, + "speaker": 0, + "speaker_confidence": 0.63378906, + "punctuated_word": "kind" + }, + { + "word": "of", + "start": 2729.66, + "end": 2729.82, + "confidence": 0.44239897, + "speaker": 0, + "speaker_confidence": 0.63378906, + "punctuated_word": "of" + }, + { + "word": "a", + "start": 2729.82, + "end": 2730.32, + "confidence": 0.960514, + "speaker": 0, + "speaker_confidence": 0.63378906, + "punctuated_word": "a..." + }, + { + "word": "yes", + "start": 2731.26, + "end": 2731.76, + "confidence": 0.84064525, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "Yes," + }, + { + "word": "and", + "start": 2731.8, + "end": 2732.04, + "confidence": 0.49438375, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "and" + }, + { + "word": "now", + "start": 2732.04, + "end": 2732.54, + "confidence": 0.81009245, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "now" + }, + { + "word": "in", + "start": 2732.62, + "end": 2732.78, + "confidence": 0.88321257, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 2732.78, + "end": 2732.9, + "confidence": 0.89360034, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "the" + }, + { + "word": "world", + "start": 2732.9, + "end": 2733.12, + "confidence": 0.82268995, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "world" + }, + { + "word": "of", + "start": 2733.12, + "end": 2733.32, + "confidence": 0.7780653, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "of" + }, + { + "word": "gaming", + "start": 2733.32, + "end": 2733.8, + "confidence": 0.7274947, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "gaming" + }, + { + "word": "and", + "start": 2733.8, + "end": 2734.12, + "confidence": 0.8414965, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "and" + }, + { + "word": "torrents", + "start": 2734.12, + "end": 2734.62, + "confidence": 0.9753455, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "torrents," + }, + { + "word": "etc", + "start": 2734.84, + "end": 2735.34, + "confidence": 0.17417254, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "etc." + }, + { + "word": "there", + "start": 2735.74, + "end": 2735.9, + "confidence": 0.81655765, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "There" + }, + { + "word": "have", + "start": 2735.9, + "end": 2736.16, + "confidence": 0.806748, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "have" + }, + { + "word": "already", + "start": 2736.16, + "end": 2736.5, + "confidence": 0.7835402, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "already" + }, + { + "word": "been", + "start": 2736.5, + "end": 2737.0, + "confidence": 0.5885792, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "been" + }, + { + "word": "methods", + "start": 2737.08, + "end": 2737.46, + "confidence": 0.8902213, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "methods" + }, + { + "word": "developed", + "start": 2737.46, + "end": 2737.96, + "confidence": 0.798803, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "developed" + }, + { + "word": "to", + "start": 2737.96, + "end": 2738.24, + "confidence": 0.87411165, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "to" + }, + { + "word": "change", + "start": 2738.24, + "end": 2738.56, + "confidence": 0.32883322, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "change" + }, + { + "word": "that", + "start": 2738.56, + "end": 2738.8, + "confidence": 0.5206522, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "that," + }, + { + "word": "so", + "start": 2738.8, + "end": 2738.96, + "confidence": 0.8444612, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "so" + }, + { + "word": "that", + "start": 2738.96, + "end": 2739.14, + "confidence": 0.8664441, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "that" + }, + { + "word": "you", + "start": 2739.14, + "end": 2739.28, + "confidence": 0.7399029, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 2739.28, + "end": 2739.44, + "confidence": 0.7215804, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "can" + }, + { + "word": "actually", + "start": 2739.44, + "end": 2739.78, + "confidence": 0.829275, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "actually" + }, + { + "word": "listen", + "start": 2739.78, + "end": 2740.14, + "confidence": 0.8752017, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "listen" + }, + { + "word": "to", + "start": 2740.14, + "end": 2740.38, + "confidence": 0.6910207, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "to" + }, + { + "word": "people", + "start": 2740.38, + "end": 2740.64, + "confidence": 0.8956105, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "people" + }, + { + "word": "connecting", + "start": 2740.64, + "end": 2741.04, + "confidence": 0.8975713, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "connecting" + }, + { + "word": "to", + "start": 2741.04, + "end": 2741.22, + "confidence": 0.34470543, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "to" + }, + { + "word": "you", + "start": 2741.22, + "end": 2741.48, + "confidence": 0.71773523, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "you." + }, + { + "word": "because", + "start": 2741.48, + "end": 2741.64, + "confidence": 0.6808552, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "Because" + }, + { + "word": "there's", + "start": 2741.64, + "end": 2741.94, + "confidence": 0.7955827, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "there's" + }, + { + "word": "some", + "start": 2741.94, + "end": 2742.44, + "confidence": 0.84766936, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "some" + }, + { + "word": "performance", + "start": 2742.66, + "end": 2743.16, + "confidence": 0.8022475, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "performance" + }, + { + "word": "reasons", + "start": 2743.22, + "end": 2743.72, + "confidence": 0.8913251, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "reasons" + }, + { + "word": "that", + "start": 2744.02, + "end": 2744.18, + "confidence": 0.70957124, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "that" + }, + { + "word": "you", + "start": 2744.18, + "end": 2744.32, + "confidence": 0.90087825, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "you" + }, + { + "word": "want", + "start": 2744.32, + "end": 2744.54, + "confidence": 0.90561926, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "want" + }, + { + "word": "to", + "start": 2744.54, + "end": 2744.64, + "confidence": 0.8778926, + "speaker": 1, + "speaker_confidence": 0.953125, + "punctuated_word": "to" + }, + { + "word": "do", + "start": 2744.64, + "end": 2744.8, + "confidence": 0.4377502, + "speaker": 1, + "speaker_confidence": 0.51708984, + "punctuated_word": "do" + }, + { + "word": "that", + "start": 2744.8, + "end": 2745.3, + "confidence": 0.8064205, + "speaker": 1, + "speaker_confidence": 0.51708984, + "punctuated_word": "that." + }, + { + "word": "and", + "start": 2746.22, + "end": 2746.38, + "confidence": 0.86077297, + "speaker": 1, + "speaker_confidence": 0.51708984, + "punctuated_word": "And" + }, + { + "word": "other", + "start": 2746.38, + "end": 2746.62, + "confidence": 0.7908685, + "speaker": 1, + "speaker_confidence": 0.51708984, + "punctuated_word": "other" + }, + { + "word": "reasons", + "start": 2746.62, + "end": 2746.92, + "confidence": 0.84522367, + "speaker": 1, + "speaker_confidence": 0.51708984, + "punctuated_word": "reasons" + }, + { + "word": "why", + "start": 2746.92, + "end": 2747.08, + "confidence": 0.6894196, + "speaker": 1, + "speaker_confidence": 0.51708984, + "punctuated_word": "why" + }, + { + "word": "you", + "start": 2747.08, + "end": 2747.18, + "confidence": 0.9029556, + "speaker": 1, + "speaker_confidence": 0.51708984, + "punctuated_word": "you" + }, + { + "word": "want", + "start": 2747.18, + "end": 2747.32, + "confidence": 0.90186316, + "speaker": 1, + "speaker_confidence": 0.33544922, + "punctuated_word": "want" + }, + { + "word": "to", + "start": 2747.32, + "end": 2747.44, + "confidence": 0.8766252, + "speaker": 1, + "speaker_confidence": 0.33544922, + "punctuated_word": "to" + }, + { + "word": "do", + "start": 2747.44, + "end": 2747.6, + "confidence": 0.8185111, + "speaker": 1, + "speaker_confidence": 0.33544922, + "punctuated_word": "do" + }, + { + "word": "that", + "start": 2747.6, + "end": 2748.1, + "confidence": 0.10556546, + "speaker": 1, + "speaker_confidence": 0.33544922, + "punctuated_word": "that." + }, + { + "word": "and", + "start": 2748.58, + "end": 2748.74, + "confidence": 0.81095093, + "speaker": 1, + "speaker_confidence": 0.8857422, + "punctuated_word": "And" + }, + { + "word": "bitcoin", + "start": 2748.74, + "end": 2749.02, + "confidence": 0.89640754, + "speaker": 1, + "speaker_confidence": 0.8857422, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 2749.02, + "end": 2749.28, + "confidence": 0.8192707, + "speaker": 1, + "speaker_confidence": 0.8857422, + "punctuated_word": "Core" + }, + { + "word": "was", + "start": 2749.28, + "end": 2749.54, + "confidence": 0.8802851, + "speaker": 1, + "speaker_confidence": 0.8857422, + "punctuated_word": "was" + }, + { + "word": "using", + "start": 2749.54, + "end": 2749.78, + "confidence": 0.77605945, + "speaker": 1, + "speaker_confidence": 0.8857422, + "punctuated_word": "using" + }, + { + "word": "that", + "start": 2749.78, + "end": 2750.0, + "confidence": 0.6912713, + "speaker": 1, + "speaker_confidence": 0.8857422, + "punctuated_word": "that" + }, + { + "word": "from", + "start": 2750.0, + "end": 2750.5, + "confidence": 0.9162763, + "speaker": 1, + "speaker_confidence": 0.8857422, + "punctuated_word": "from" + }, + { + "word": "very", + "start": 2750.5, + "end": 2750.72, + "confidence": 0.8904521, + "speaker": 1, + "speaker_confidence": 0.8857422, + "punctuated_word": "very" + }, + { + "word": "early", + "start": 2750.72, + "end": 2751.04, + "confidence": 0.72672856, + "speaker": 1, + "speaker_confidence": 0.8857422, + "punctuated_word": "early" + }, + { + "word": "on", + "start": 2751.04, + "end": 2751.26, + "confidence": 0.481307, + "speaker": 1, + "speaker_confidence": 0.8857422, + "punctuated_word": "on," + }, + { + "word": "like", + "start": 2751.26, + "end": 2751.42, + "confidence": 0.73314345, + "speaker": 1, + "speaker_confidence": 0.8857422, + "punctuated_word": "like" + }, + { + "word": "2012", + "start": 2751.42, + "end": 2751.92, + "confidence": 0.82001454, + "speaker": 1, + "speaker_confidence": 0.8857422, + "punctuated_word": "2012" + }, + { + "word": "or", + "start": 2752.12, + "end": 2752.36, + "confidence": 0.91636825, + "speaker": 1, + "speaker_confidence": 0.8857422, + "punctuated_word": "or" + }, + { + "word": "even", + "start": 2752.36, + "end": 2752.64, + "confidence": 0.53034383, + "speaker": 1, + "speaker_confidence": 0.8857422, + "punctuated_word": "even" + }, + { + "word": "earlier", + "start": 2752.64, + "end": 2753.14, + "confidence": 0.72895503, + "speaker": 1, + "speaker_confidence": 0.8857422, + "punctuated_word": "earlier." + }, + { + "word": "but", + "start": 2753.48, + "end": 2753.8, + "confidence": 0.8758015, + "speaker": 1, + "speaker_confidence": 0.8857422, + "punctuated_word": "But" + }, + { + "word": "the", + "start": 2753.8, + "end": 2753.94, + "confidence": 0.87628746, + "speaker": 1, + "speaker_confidence": 0.8857422, + "punctuated_word": "the" + }, + { + "word": "method", + "start": 2753.94, + "end": 2754.28, + "confidence": 0.9000941, + "speaker": 1, + "speaker_confidence": 0.8857422, + "punctuated_word": "method" + }, + { + "word": "it", + "start": 2754.28, + "end": 2754.36, + "confidence": 0.8221511, + "speaker": 1, + "speaker_confidence": 0.8857422, + "punctuated_word": "it" + }, + { + "word": "was", + "start": 2754.36, + "end": 2754.52, + "confidence": 0.7968791, + "speaker": 1, + "speaker_confidence": 0.8857422, + "punctuated_word": "was" + }, + { + "word": "using", + "start": 2754.52, + "end": 2754.72, + "confidence": 0.71990544, + "speaker": 1, + "speaker_confidence": 0.8857422, + "punctuated_word": "using" + }, + { + "word": "back", + "start": 2754.72, + "end": 2754.92, + "confidence": 0.89259636, + "speaker": 1, + "speaker_confidence": 0.8857422, + "punctuated_word": "back" + }, + { + "word": "then", + "start": 2754.92, + "end": 2755.12, + "confidence": 0.8358152, + "speaker": 1, + "speaker_confidence": 0.8857422, + "punctuated_word": "then" + }, + { + "word": "was", + "start": 2755.12, + "end": 2755.28, + "confidence": 0.6410928, + "speaker": 1, + "speaker_confidence": 0.8857422, + "punctuated_word": "was" + }, + { + "word": "unsafe", + "start": 2755.28, + "end": 2755.68, + "confidence": 0.6531751, + "speaker": 1, + "speaker_confidence": 0.8857422, + "punctuated_word": "unsafe," + }, + { + "word": "it", + "start": 2755.68, + "end": 2755.76, + "confidence": 0.75758725, + "speaker": 1, + "speaker_confidence": 0.8857422, + "punctuated_word": "it" + }, + { + "word": "was", + "start": 2755.76, + "end": 2755.9, + "confidence": 0.44016865, + "speaker": 1, + "speaker_confidence": 0.8598633, + "punctuated_word": "was" + }, + { + "word": "called", + "start": 2755.9, + "end": 2756.12, + "confidence": 0.8508245, + "speaker": 1, + "speaker_confidence": 0.8598633, + "punctuated_word": "called" + }, + { + "word": "upnp", + "start": 2756.12, + "end": 2756.62, + "confidence": 0.995939, + "speaker": 1, + "speaker_confidence": 0.8598633, + "punctuated_word": "UPnP," + }, + { + "word": "and", + "start": 2756.96, + "end": 2757.04, + "confidence": 0.88647354, + "speaker": 1, + "speaker_confidence": 0.8598633, + "punctuated_word": "and" + }, + { + "word": "so", + "start": 2757.04, + "end": 2757.24, + "confidence": 0.8781084, + "speaker": 1, + "speaker_confidence": 0.8598633, + "punctuated_word": "so" + }, + { + "word": "it", + "start": 2757.24, + "end": 2757.34, + "confidence": 0.7934181, + "speaker": 1, + "speaker_confidence": 0.8598633, + "punctuated_word": "it" + }, + { + "word": "was", + "start": 2757.34, + "end": 2757.5, + "confidence": 0.90384907, + "speaker": 1, + "speaker_confidence": 0.8598633, + "punctuated_word": "was" + }, + { + "word": "kind", + "start": 2757.5, + "end": 2757.66, + "confidence": 0.78866464, + "speaker": 1, + "speaker_confidence": 0.8598633, + "punctuated_word": "kind" + }, + { + "word": "of", + "start": 2757.66, + "end": 2757.94, + "confidence": 0.8171577, + "speaker": 1, + "speaker_confidence": 0.8598633, + "punctuated_word": "of" + }, + { + "word": "turned", + "start": 2757.94, + "end": 2758.24, + "confidence": 0.8975787, + "speaker": 1, + "speaker_confidence": 0.8598633, + "punctuated_word": "turned" + }, + { + "word": "off", + "start": 2758.24, + "end": 2758.44, + "confidence": 0.9065669, + "speaker": 1, + "speaker_confidence": 0.8598633, + "punctuated_word": "off" + }, + { + "word": "by", + "start": 2758.44, + "end": 2758.62, + "confidence": 0.96406376, + "speaker": 1, + "speaker_confidence": 0.8598633, + "punctuated_word": "by" + }, + { + "word": "default", + "start": 2758.62, + "end": 2758.98, + "confidence": 0.94381493, + "speaker": 1, + "speaker_confidence": 0.8598633, + "punctuated_word": "default." + }, + { + "word": "it's", + "start": 2758.98, + "end": 2759.14, + "confidence": 0.72475547, + "speaker": 1, + "speaker_confidence": 0.8598633, + "punctuated_word": "It's" + }, + { + "word": "there", + "start": 2759.14, + "end": 2759.38, + "confidence": 0.88361275, + "speaker": 1, + "speaker_confidence": 0.8598633, + "punctuated_word": "there," + }, + { + "word": "it's", + "start": 2759.38, + "end": 2759.54, + "confidence": 0.77403176, + "speaker": 1, + "speaker_confidence": 0.8598633, + "punctuated_word": "it's" + }, + { + "word": "always", + "start": 2759.54, + "end": 2759.76, + "confidence": 0.8420128, + "speaker": 1, + "speaker_confidence": 0.8598633, + "punctuated_word": "always" + }, + { + "word": "been", + "start": 2759.76, + "end": 2759.92, + "confidence": 0.8705034, + "speaker": 1, + "speaker_confidence": 0.8598633, + "punctuated_word": "been" + }, + { + "word": "there", + "start": 2759.92, + "end": 2760.1, + "confidence": 0.7773452, + "speaker": 1, + "speaker_confidence": 0.8598633, + "punctuated_word": "there," + }, + { + "word": "but", + "start": 2760.1, + "end": 2760.28, + "confidence": 0.87844926, + "speaker": 1, + "speaker_confidence": 0.8598633, + "punctuated_word": "but" + }, + { + "word": "it", + "start": 2760.28, + "end": 2760.42, + "confidence": 0.52759916, + "speaker": 1, + "speaker_confidence": 0.8598633, + "punctuated_word": "it" + }, + { + "word": "was", + "start": 2760.42, + "end": 2760.62, + "confidence": 0.55941266, + "speaker": 1, + "speaker_confidence": 0.8598633, + "punctuated_word": "was" + }, + { + "word": "off", + "start": 2760.62, + "end": 2760.98, + "confidence": 0.51387537, + "speaker": 1, + "speaker_confidence": 0.8598633, + "punctuated_word": "off" + }, + { + "word": "because", + "start": 2760.98, + "end": 2761.18, + "confidence": 0.86206126, + "speaker": 1, + "speaker_confidence": 0.8598633, + "punctuated_word": "because" + }, + { + "word": "there", + "start": 2761.18, + "end": 2761.3, + "confidence": 0.7196566, + "speaker": 1, + "speaker_confidence": 0.8598633, + "punctuated_word": "there" + }, + { + "word": "were", + "start": 2761.3, + "end": 2761.4, + "confidence": 0.79349786, + "speaker": 1, + "speaker_confidence": 0.8598633, + "punctuated_word": "were" + }, + { + "word": "too", + "start": 2761.4, + "end": 2761.56, + "confidence": 0.7890139, + "speaker": 1, + "speaker_confidence": 0.84472656, + "punctuated_word": "too" + }, + { + "word": "many", + "start": 2761.56, + "end": 2761.76, + "confidence": 0.8688181, + "speaker": 1, + "speaker_confidence": 0.84472656, + "punctuated_word": "many" + }, + { + "word": "vulnerabilities", + "start": 2761.76, + "end": 2762.26, + "confidence": 0.80748975, + "speaker": 1, + "speaker_confidence": 0.84472656, + "punctuated_word": "vulnerabilities" + }, + { + "word": "in", + "start": 2762.36, + "end": 2762.56, + "confidence": 0.79701406, + "speaker": 1, + "speaker_confidence": 0.84472656, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 2762.56, + "end": 2762.64, + "confidence": 0.61143863, + "speaker": 1, + "speaker_confidence": 0.84472656, + "punctuated_word": "the" + }, + { + "word": "software", + "start": 2762.64, + "end": 2763.14, + "confidence": 0.0658111, + "speaker": 1, + "speaker_confidence": 0.84472656, + "punctuated_word": "software." + }, + { + "word": "and", + "start": 2763.78, + "end": 2764.02, + "confidence": 0.90007704, + "speaker": 1, + "speaker_confidence": 0.84472656, + "punctuated_word": "And" + }, + { + "word": "as", + "start": 2764.02, + "end": 2764.18, + "confidence": 0.7959029, + "speaker": 1, + "speaker_confidence": 0.84472656, + "punctuated_word": "as" + }, + { + "word": "of", + "start": 2764.18, + "end": 2764.4, + "confidence": 0.5126768, + "speaker": 1, + "speaker_confidence": 0.84472656, + "punctuated_word": "of" + }, + { + "word": "recently", + "start": 2764.4, + "end": 2764.9, + "confidence": 0.8974068, + "speaker": 1, + "speaker_confidence": 0.84472656, + "punctuated_word": "recently," + }, + { + "word": "we", + "start": 2764.9, + "end": 2765.08, + "confidence": 0.99815434, + "speaker": 1, + "speaker_confidence": 0.84472656, + "punctuated_word": "we" + }, + { + "word": "have", + "start": 2765.08, + "end": 2765.32, + "confidence": 0.7554707, + "speaker": 1, + "speaker_confidence": 0.84472656, + "punctuated_word": "have" + }, + { + "word": "a", + "start": 2765.32, + "end": 2765.82, + "confidence": 0.7385114, + "speaker": 1, + "speaker_confidence": 0.84472656, + "punctuated_word": "a" + }, + { + "word": "brand", + "start": 2765.94, + "end": 2766.18, + "confidence": 0.85472494, + "speaker": 1, + "speaker_confidence": 0.84472656, + "punctuated_word": "brand" + }, + { + "word": "new", + "start": 2766.18, + "end": 2766.38, + "confidence": 0.36812845, + "speaker": 1, + "speaker_confidence": 0.84472656, + "punctuated_word": "new" + }, + { + "word": "method", + "start": 2766.38, + "end": 2766.88, + "confidence": 0.7049618, + "speaker": 1, + "speaker_confidence": 0.84472656, + "punctuated_word": "method." + }, + { + "word": "by", + "start": 2767.74, + "end": 2767.9, + "confidence": 0.8052312, + "speaker": 1, + "speaker_confidence": 0.8027344, + "punctuated_word": "By" + }, + { + "word": "brand", + "start": 2767.9, + "end": 2768.16, + "confidence": 0.7694921, + "speaker": 1, + "speaker_confidence": 0.8027344, + "punctuated_word": "brand" + }, + { + "word": "new", + "start": 2768.16, + "end": 2768.36, + "confidence": 0.984176, + "speaker": 1, + "speaker_confidence": 0.8027344, + "punctuated_word": "new," + }, + { + "word": "i", + "start": 2768.36, + "end": 2768.48, + "confidence": 0.641534, + "speaker": 1, + "speaker_confidence": 0.8027344, + "punctuated_word": "I" + }, + { + "word": "mean", + "start": 2768.48, + "end": 2768.64, + "confidence": 0.99735236, + "speaker": 1, + "speaker_confidence": 0.8027344, + "punctuated_word": "mean" + }, + { + "word": "it's", + "start": 2768.64, + "end": 2768.86, + "confidence": 0.99438393, + "speaker": 1, + "speaker_confidence": 0.8027344, + "punctuated_word": "it's" + }, + { + "word": "a", + "start": 2768.86, + "end": 2768.94, + "confidence": 0.55168635, + "speaker": 1, + "speaker_confidence": 0.8027344, + "punctuated_word": "a" + }, + { + "word": "10-year-old", + "start": 2768.94, + "end": 2769.44, + "confidence": 0.91419876, + "speaker": 1, + "speaker_confidence": 0.8027344, + "punctuated_word": "10-year-old" + }, + { + "word": "standard", + "start": 2769.48, + "end": 2769.96, + "confidence": 0.4108977, + "speaker": 1, + "speaker_confidence": 0.8027344, + "punctuated_word": "standard" + }, + { + "word": "probably", + "start": 2769.96, + "end": 2770.46, + "confidence": 0.84364545, + "speaker": 1, + "speaker_confidence": 0.8027344, + "punctuated_word": "probably," + }, + { + "word": "called", + "start": 2770.86, + "end": 2771.18, + "confidence": 0.9694295, + "speaker": 1, + "speaker_confidence": 0.8027344, + "punctuated_word": "called" + }, + { + "word": "pcp", + "start": 2771.18, + "end": 2771.68, + "confidence": 0.60500544, + "speaker": 1, + "speaker_confidence": 0.8027344, + "punctuated_word": "PCP," + }, + { + "word": "port", + "start": 2771.72, + "end": 2771.98, + "confidence": 0.87481064, + "speaker": 1, + "speaker_confidence": 0.8027344, + "punctuated_word": "Port" + }, + { + "word": "control", + "start": 2771.98, + "end": 2772.34, + "confidence": 0.9348653, + "speaker": 1, + "speaker_confidence": 0.8027344, + "punctuated_word": "Control" + }, + { + "word": "protocol", + "start": 2772.34, + "end": 2772.84, + "confidence": 0.8128897, + "speaker": 1, + "speaker_confidence": 0.8027344, + "punctuated_word": "Protocol." + }, + { + "word": "it's", + "start": 2773.52, + "end": 2773.78, + "confidence": 0.8152665, + "speaker": 1, + "speaker_confidence": 0.74853516, + "punctuated_word": "It's" + }, + { + "word": "been", + "start": 2773.78, + "end": 2773.94, + "confidence": 0.8166974, + "speaker": 1, + "speaker_confidence": 0.74853516, + "punctuated_word": "been" + }, + { + "word": "implemented", + "start": 2773.94, + "end": 2774.44, + "confidence": 0.8155987, + "speaker": 1, + "speaker_confidence": 0.74853516, + "punctuated_word": "implemented" + }, + { + "word": "from", + "start": 2774.48, + "end": 2774.62, + "confidence": 0.89669126, + "speaker": 1, + "speaker_confidence": 0.74853516, + "punctuated_word": "from" + }, + { + "word": "scratch", + "start": 2774.62, + "end": 2775.06, + "confidence": 0.6980098, + "speaker": 1, + "speaker_confidence": 0.74853516, + "punctuated_word": "scratch" + }, + { + "word": "in", + "start": 2775.06, + "end": 2775.3, + "confidence": 0.81861603, + "speaker": 1, + "speaker_confidence": 0.74853516, + "punctuated_word": "in" + }, + { + "word": "bitcoin", + "start": 2775.3, + "end": 2775.66, + "confidence": 0.76911336, + "speaker": 1, + "speaker_confidence": 0.74853516, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 2775.66, + "end": 2775.92, + "confidence": 0.68257153, + "speaker": 1, + "speaker_confidence": 0.74853516, + "punctuated_word": "Core" + }, + { + "word": "itself", + "start": 2775.92, + "end": 2776.42, + "confidence": 0.027470957, + "speaker": 1, + "speaker_confidence": 0.74853516, + "punctuated_word": "itself." + }, + { + "word": "and", + "start": 2778.82, + "end": 2779.06, + "confidence": 0.7883733, + "speaker": 1, + "speaker_confidence": 0.94189453, + "punctuated_word": "And" + }, + { + "word": "as", + "start": 2779.06, + "end": 2779.2, + "confidence": 0.70524627, + "speaker": 1, + "speaker_confidence": 0.94189453, + "punctuated_word": "as" + }, + { + "word": "of", + "start": 2779.2, + "end": 2779.4, + "confidence": 0.88194346, + "speaker": 1, + "speaker_confidence": 0.94189453, + "punctuated_word": "of" + }, + { + "word": "version", + "start": 2779.4, + "end": 2779.66, + "confidence": 0.84125644, + "speaker": 1, + "speaker_confidence": 0.94189453, + "punctuated_word": "version" + }, + { + "word": "30", + "start": 2779.66, + "end": 2779.96, + "confidence": 0.8748847, + "speaker": 1, + "speaker_confidence": 0.94189453, + "punctuated_word": "30," + }, + { + "word": "it's", + "start": 2779.96, + "end": 2780.16, + "confidence": 0.8766468, + "speaker": 1, + "speaker_confidence": 0.94189453, + "punctuated_word": "it's" + }, + { + "word": "on", + "start": 2780.16, + "end": 2780.4, + "confidence": 0.8971993, + "speaker": 1, + "speaker_confidence": 0.94189453, + "punctuated_word": "on" + }, + { + "word": "by", + "start": 2780.4, + "end": 2780.6, + "confidence": 0.90171355, + "speaker": 1, + "speaker_confidence": 0.94189453, + "punctuated_word": "by" + }, + { + "word": "default", + "start": 2780.6, + "end": 2781.1, + "confidence": 0.13332494, + "speaker": 1, + "speaker_confidence": 0.94189453, + "punctuated_word": "default." + }, + { + "word": "so", + "start": 2781.34, + "end": 2781.6, + "confidence": 0.88082415, + "speaker": 1, + "speaker_confidence": 0.94189453, + "punctuated_word": "So" + }, + { + "word": "that", + "start": 2781.6, + "end": 2781.78, + "confidence": 0.8303871, + "speaker": 1, + "speaker_confidence": 0.94189453, + "punctuated_word": "that" + }, + { + "word": "means", + "start": 2781.78, + "end": 2782.08, + "confidence": 0.89630157, + "speaker": 1, + "speaker_confidence": 0.94189453, + "punctuated_word": "means" + }, + { + "word": "if", + "start": 2782.08, + "end": 2782.24, + "confidence": 0.83235496, + "speaker": 1, + "speaker_confidence": 0.94189453, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 2782.24, + "end": 2782.4, + "confidence": 0.7923965, + "speaker": 1, + "speaker_confidence": 0.94189453, + "punctuated_word": "you" + }, + { + "word": "install", + "start": 2782.4, + "end": 2782.8, + "confidence": 0.6344982, + "speaker": 1, + "speaker_confidence": 0.94189453, + "punctuated_word": "install" + }, + { + "word": "your", + "start": 2782.8, + "end": 2783.0, + "confidence": 0.7193845, + "speaker": 1, + "speaker_confidence": 0.94189453, + "punctuated_word": "your" + }, + { + "word": "node", + "start": 2783.0, + "end": 2783.36, + "confidence": 0.46039474, + "speaker": 1, + "speaker_confidence": 0.94189453, + "punctuated_word": "node" + }, + { + "word": "freshly", + "start": 2783.36, + "end": 2783.86, + "confidence": 0.302235, + "speaker": 1, + "speaker_confidence": 0.94189453, + "punctuated_word": "freshly," + }, + { + "word": "and", + "start": 2783.94, + "end": 2784.14, + "confidence": 0.79548377, + "speaker": 1, + "speaker_confidence": 0.94189453, + "punctuated_word": "and" + }, + { + "word": "if", + "start": 2784.14, + "end": 2784.28, + "confidence": 0.75334084, + "speaker": 1, + "speaker_confidence": 0.94189453, + "punctuated_word": "if" + }, + { + "word": "your", + "start": 2784.28, + "end": 2784.44, + "confidence": 0.79503536, + "speaker": 1, + "speaker_confidence": 0.94189453, + "punctuated_word": "your" + }, + { + "word": "router", + "start": 2784.44, + "end": 2784.78, + "confidence": 0.8813624, + "speaker": 1, + "speaker_confidence": 0.94189453, + "punctuated_word": "router" + }, + { + "word": "supports", + "start": 2784.78, + "end": 2785.24, + "confidence": 0.8491374, + "speaker": 1, + "speaker_confidence": 0.94189453, + "punctuated_word": "supports" + }, + { + "word": "this", + "start": 2785.24, + "end": 2785.44, + "confidence": 0.90079033, + "speaker": 1, + "speaker_confidence": 0.94189453, + "punctuated_word": "this" + }, + { + "word": "protocol", + "start": 2785.44, + "end": 2785.94, + "confidence": 0.2514405, + "speaker": 1, + "speaker_confidence": 0.94189453, + "punctuated_word": "protocol," + }, + { + "word": "which", + "start": 2786.46, + "end": 2786.72, + "confidence": 0.8797272, + "speaker": 1, + "speaker_confidence": 0.52197266, + "punctuated_word": "which" + }, + { + "word": "it", + "start": 2786.72, + "end": 2786.94, + "confidence": 0.9069237, + "speaker": 1, + "speaker_confidence": 0.52197266, + "punctuated_word": "it" + }, + { + "word": "may", + "start": 2786.94, + "end": 2787.04, + "confidence": 0.891182, + "speaker": 1, + "speaker_confidence": 0.52197266, + "punctuated_word": "may" + }, + { + "word": "or", + "start": 2787.04, + "end": 2787.18, + "confidence": 0.8962931, + "speaker": 1, + "speaker_confidence": 0.52197266, + "punctuated_word": "or" + }, + { + "word": "may", + "start": 2787.18, + "end": 2787.44, + "confidence": 0.6635256, + "speaker": 1, + "speaker_confidence": 0.52197266, + "punctuated_word": "may" + }, + { + "word": "not", + "start": 2787.44, + "end": 2787.94, + "confidence": 0.24323991, + "speaker": 1, + "speaker_confidence": 0.52197266, + "punctuated_word": "not," + }, + { + "word": "i", + "start": 2788.1, + "end": 2788.14, + "confidence": 0.99635386, + "speaker": 1, + "speaker_confidence": 0.7290039, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 2788.14, + "end": 2788.34, + "confidence": 0.88808995, + "speaker": 1, + "speaker_confidence": 0.7290039, + "punctuated_word": "think" + }, + { + "word": "a", + "start": 2788.34, + "end": 2788.44, + "confidence": 0.90223575, + "speaker": 1, + "speaker_confidence": 0.7290039, + "punctuated_word": "a" + }, + { + "word": "lot", + "start": 2788.44, + "end": 2788.62, + "confidence": 0.83593684, + "speaker": 1, + "speaker_confidence": 0.7290039, + "punctuated_word": "lot" + }, + { + "word": "of", + "start": 2788.62, + "end": 2788.74, + "confidence": 0.7892367, + "speaker": 1, + "speaker_confidence": 0.7290039, + "punctuated_word": "of" + }, + { + "word": "modern", + "start": 2788.74, + "end": 2789.02, + "confidence": 0.99982774, + "speaker": 1, + "speaker_confidence": 0.7290039, + "punctuated_word": "modern" + }, + { + "word": "routers", + "start": 2789.02, + "end": 2789.4, + "confidence": 0.8166014, + "speaker": 1, + "speaker_confidence": 0.7290039, + "punctuated_word": "routers" + }, + { + "word": "will", + "start": 2789.4, + "end": 2789.62, + "confidence": 0.9040515, + "speaker": 1, + "speaker_confidence": 0.7290039, + "punctuated_word": "will" + }, + { + "word": "support", + "start": 2789.62, + "end": 2789.96, + "confidence": 0.8054828, + "speaker": 1, + "speaker_confidence": 0.7290039, + "punctuated_word": "support" + }, + { + "word": "it", + "start": 2789.96, + "end": 2790.46, + "confidence": 0.1537022, + "speaker": 1, + "speaker_confidence": 0.7290039, + "punctuated_word": "it," + }, + { + "word": "your", + "start": 2791.4, + "end": 2791.62, + "confidence": 0.9020701, + "speaker": 1, + "speaker_confidence": 0.7290039, + "punctuated_word": "Your" + }, + { + "word": "node", + "start": 2791.62, + "end": 2791.82, + "confidence": 0.7354156, + "speaker": 1, + "speaker_confidence": 0.7290039, + "punctuated_word": "node" + }, + { + "word": "is", + "start": 2791.82, + "end": 2791.96, + "confidence": 0.63511693, + "speaker": 1, + "speaker_confidence": 0.7290039, + "punctuated_word": "is" + }, + { + "word": "listening", + "start": 2791.96, + "end": 2792.46, + "confidence": 0.5953121, + "speaker": 1, + "speaker_confidence": 0.7290039, + "punctuated_word": "listening," + }, + { + "word": "which", + "start": 2793.54, + "end": 2793.74, + "confidence": 0.8716522, + "speaker": 1, + "speaker_confidence": 0.47216797, + "punctuated_word": "which" + }, + { + "word": "means", + "start": 2793.74, + "end": 2793.96, + "confidence": 0.5135501, + "speaker": 1, + "speaker_confidence": 0.47216797, + "punctuated_word": "means" + }, + { + "word": "you", + "start": 2793.96, + "end": 2794.08, + "confidence": 0.8734843, + "speaker": 1, + "speaker_confidence": 0.47216797, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 2794.08, + "end": 2794.24, + "confidence": 0.5942605, + "speaker": 1, + "speaker_confidence": 0.47216797, + "punctuated_word": "can" + }, + { + "word": "have", + "start": 2794.24, + "end": 2794.44, + "confidence": 0.8962683, + "speaker": 1, + "speaker_confidence": 0.47216797, + "punctuated_word": "have" + }, + { + "word": "a", + "start": 2794.44, + "end": 2794.48, + "confidence": 0.8731789, + "speaker": 1, + "speaker_confidence": 0.7890625, + "punctuated_word": "a" + }, + { + "word": "bit", + "start": 2794.48, + "end": 2794.64, + "confidence": 0.80870587, + "speaker": 1, + "speaker_confidence": 0.7890625, + "punctuated_word": "bit" + }, + { + "word": "more", + "start": 2794.64, + "end": 2794.84, + "confidence": 0.39435947, + "speaker": 1, + "speaker_confidence": 0.7890625, + "punctuated_word": "more" + }, + { + "word": "connections", + "start": 2794.84, + "end": 2795.28, + "confidence": 0.5417913, + "speaker": 1, + "speaker_confidence": 0.7890625, + "punctuated_word": "connections" + }, + { + "word": "and", + "start": 2795.28, + "end": 2795.46, + "confidence": 0.8297499, + "speaker": 1, + "speaker_confidence": 0.7890625, + "punctuated_word": "and" + }, + { + "word": "the", + "start": 2795.46, + "end": 2795.64, + "confidence": 0.7458872, + "speaker": 1, + "speaker_confidence": 0.7890625, + "punctuated_word": "the" + }, + { + "word": "network", + "start": 2795.64, + "end": 2796.0, + "confidence": 0.72981405, + "speaker": 1, + "speaker_confidence": 0.7890625, + "punctuated_word": "network" + }, + { + "word": "is", + "start": 2796.0, + "end": 2796.14, + "confidence": 0.896922, + "speaker": 1, + "speaker_confidence": 0.7890625, + "punctuated_word": "is" + }, + { + "word": "going", + "start": 2796.14, + "end": 2796.26, + "confidence": 0.9121973, + "speaker": 1, + "speaker_confidence": 0.7890625, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 2796.26, + "end": 2796.4, + "confidence": 0.877836, + "speaker": 1, + "speaker_confidence": 0.7890625, + "punctuated_word": "to" + }, + { + "word": "be", + "start": 2796.4, + "end": 2796.54, + "confidence": 0.7857393, + "speaker": 1, + "speaker_confidence": 0.7890625, + "punctuated_word": "be" + }, + { + "word": "more", + "start": 2796.54, + "end": 2796.72, + "confidence": 0.95783603, + "speaker": 1, + "speaker_confidence": 0.7890625, + "punctuated_word": "more" + }, + { + "word": "robust", + "start": 2796.72, + "end": 2797.22, + "confidence": 0.10735613, + "speaker": 1, + "speaker_confidence": 0.7890625, + "punctuated_word": "robust." + }, + { + "word": "yeah", + "start": 2797.76, + "end": 2798.08, + "confidence": 0.8773539, + "speaker": 0, + "speaker_confidence": 0.70751953, + "punctuated_word": "Yeah," + }, + { + "word": "so", + "start": 2798.08, + "end": 2798.58, + "confidence": 0.6234257, + "speaker": 0, + "speaker_confidence": 0.70751953, + "punctuated_word": "so" + }, + { + "word": "basically", + "start": 2799.44, + "end": 2799.94, + "confidence": 0.83035916, + "speaker": 0, + "speaker_confidence": 0.70751953, + "punctuated_word": "basically," + }, + { + "word": "normally", + "start": 2800.38, + "end": 2800.88, + "confidence": 0.8960039, + "speaker": 0, + "speaker_confidence": 0.70751953, + "punctuated_word": "normally" + }, + { + "word": "if", + "start": 2800.96, + "end": 2801.16, + "confidence": 0.79572296, + "speaker": 0, + "speaker_confidence": 0.70751953, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 2801.16, + "end": 2801.38, + "confidence": 0.88313574, + "speaker": 0, + "speaker_confidence": 0.70751953, + "punctuated_word": "you" + }, + { + "word": "start", + "start": 2801.38, + "end": 2801.64, + "confidence": 0.99398404, + "speaker": 0, + "speaker_confidence": 0.70751953, + "punctuated_word": "start" + }, + { + "word": "up", + "start": 2801.64, + "end": 2801.78, + "confidence": 0.7669074, + "speaker": 0, + "speaker_confidence": 0.70751953, + "punctuated_word": "up" + }, + { + "word": "a", + "start": 2801.78, + "end": 2801.92, + "confidence": 0.75129956, + "speaker": 0, + "speaker_confidence": 0.6220703, + "punctuated_word": "a" + }, + { + "word": "node", + "start": 2801.92, + "end": 2802.34, + "confidence": 0.5753098, + "speaker": 0, + "speaker_confidence": 0.6220703, + "punctuated_word": "node," + }, + { + "word": "then", + "start": 2802.34, + "end": 2802.84, + "confidence": 0.8978308, + "speaker": 0, + "speaker_confidence": 0.6220703, + "punctuated_word": "then" + }, + { + "word": "you", + "start": 2802.84, + "end": 2803.12, + "confidence": 0.78175116, + "speaker": 0, + "speaker_confidence": 0.6220703, + "punctuated_word": "you" + }, + { + "word": "can", + "start": 2803.12, + "end": 2803.52, + "confidence": 0.88209164, + "speaker": 0, + "speaker_confidence": 0.6220703, + "punctuated_word": "can" + }, + { + "word": "connect", + "start": 2803.52, + "end": 2804.02, + "confidence": 0.78000927, + "speaker": 0, + "speaker_confidence": 0.6220703, + "punctuated_word": "connect" + }, + { + "word": "to", + "start": 2804.08, + "end": 2804.28, + "confidence": 0.7837175, + "speaker": 0, + "speaker_confidence": 0.6220703, + "punctuated_word": "to" + }, + { + "word": "other", + "start": 2804.28, + "end": 2804.5, + "confidence": 0.6601513, + "speaker": 0, + "speaker_confidence": 0.6220703, + "punctuated_word": "other" + }, + { + "word": "nodes", + "start": 2804.5, + "end": 2804.86, + "confidence": 0.67110056, + "speaker": 0, + "speaker_confidence": 0.6220703, + "punctuated_word": "nodes," + }, + { + "word": "but", + "start": 2804.86, + "end": 2805.06, + "confidence": 0.8121333, + "speaker": 0, + "speaker_confidence": 0.6220703, + "punctuated_word": "but" + }, + { + "word": "other", + "start": 2805.06, + "end": 2805.28, + "confidence": 0.758213, + "speaker": 0, + "speaker_confidence": 0.6220703, + "punctuated_word": "other" + }, + { + "word": "nodes", + "start": 2805.28, + "end": 2805.62, + "confidence": 0.7839209, + "speaker": 0, + "speaker_confidence": 0.6220703, + "punctuated_word": "nodes" + }, + { + "word": "cannot", + "start": 2805.62, + "end": 2805.98, + "confidence": 0.90425235, + "speaker": 0, + "speaker_confidence": 0.6220703, + "punctuated_word": "cannot" + }, + { + "word": "connect", + "start": 2805.98, + "end": 2806.42, + "confidence": 0.899246, + "speaker": 0, + "speaker_confidence": 0.6220703, + "punctuated_word": "connect" + }, + { + "word": "to", + "start": 2806.42, + "end": 2806.62, + "confidence": 0.5629127, + "speaker": 0, + "speaker_confidence": 0.6220703, + "punctuated_word": "to" + }, + { + "word": "you", + "start": 2806.62, + "end": 2807.12, + "confidence": 0.75624907, + "speaker": 0, + "speaker_confidence": 0.6220703, + "punctuated_word": "you." + }, + { + "word": "which", + "start": 2807.32, + "end": 2807.64, + "confidence": 0.8412512, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "Which" + }, + { + "word": "means", + "start": 2807.64, + "end": 2808.0, + "confidence": 0.8548601, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "means" + }, + { + "word": "there", + "start": 2808.0, + "end": 2808.24, + "confidence": 0.6590316, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "there" + }, + { + "word": "is", + "start": 2808.24, + "end": 2808.38, + "confidence": 0.95657754, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "is" + }, + { + "word": "essentially", + "start": 2808.38, + "end": 2808.88, + "confidence": 0.8418727, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "essentially" + }, + { + "word": "a", + "start": 2808.92, + "end": 2809.16, + "confidence": 0.7796584, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "a" + }, + { + "word": "subsection", + "start": 2809.16, + "end": 2809.66, + "confidence": 0.3605325, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "subsection" + }, + { + "word": "or", + "start": 2810.74, + "end": 2811.24, + "confidence": 0.8419965, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "or" + }, + { + "word": "a", + "start": 2811.68, + "end": 2811.94, + "confidence": 0.4367264, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "a" + }, + { + "word": "sub-community", + "start": 2811.94, + "end": 2812.44, + "confidence": 0.747589, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "sub-community," + }, + { + "word": "whatever", + "start": 2812.8, + "end": 2813.04, + "confidence": 0.55295575, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "whatever" + }, + { + "word": "you", + "start": 2813.04, + "end": 2813.2, + "confidence": 0.90049154, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "you" + }, + { + "word": "want", + "start": 2813.2, + "end": 2813.36, + "confidence": 0.8159931, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "want" + }, + { + "word": "to", + "start": 2813.36, + "end": 2813.48, + "confidence": 0.90289766, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "to" + }, + { + "word": "call", + "start": 2813.48, + "end": 2813.68, + "confidence": 0.8517097, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "call" + }, + { + "word": "it", + "start": 2813.68, + "end": 2813.94, + "confidence": 0.31815308, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "it," + }, + { + "word": "of", + "start": 2813.94, + "end": 2814.16, + "confidence": 0.77911913, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "of" + }, + { + "word": "bitcoin", + "start": 2814.16, + "end": 2814.52, + "confidence": 0.8159641, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "Bitcoin" + }, + { + "word": "core", + "start": 2814.52, + "end": 2814.8, + "confidence": 0.73392063, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "Core" + }, + { + "word": "nodes", + "start": 2814.8, + "end": 2815.3, + "confidence": 0.8980917, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "nodes" + }, + { + "word": "that", + "start": 2815.64, + "end": 2815.92, + "confidence": 0.79659086, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "that" + }, + { + "word": "are", + "start": 2815.92, + "end": 2816.42, + "confidence": 0.8378673, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "are" + }, + { + "word": "providing", + "start": 2816.92, + "end": 2817.42, + "confidence": 0.73915285, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "providing" + }, + { + "word": "more", + "start": 2817.56, + "end": 2817.88, + "confidence": 0.66507477, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "more" + }, + { + "word": "services", + "start": 2817.88, + "end": 2818.36, + "confidence": 0.9999224, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "services" + }, + { + "word": "or", + "start": 2818.36, + "end": 2818.52, + "confidence": 0.7399764, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "or" + }, + { + "word": "more", + "start": 2818.52, + "end": 2818.78, + "confidence": 0.9027587, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "more" + }, + { + "word": "connection", + "start": 2818.78, + "end": 2819.28, + "confidence": 0.80890214, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "connection" + }, + { + "word": "to", + "start": 2819.44, + "end": 2819.6, + "confidence": 0.8527733, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "to" + }, + { + "word": "the", + "start": 2819.6, + "end": 2819.7, + "confidence": 0.905417, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "the" + }, + { + "word": "rest", + "start": 2819.7, + "end": 2819.92, + "confidence": 0.7441329, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "rest" + }, + { + "word": "of", + "start": 2819.92, + "end": 2820.04, + "confidence": 0.8451482, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 2820.04, + "end": 2820.06, + "confidence": 0.8807866, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "the" + }, + { + "word": "network", + "start": 2820.06, + "end": 2820.48, + "confidence": 0.7517129, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "network" + }, + { + "word": "than", + "start": 2820.48, + "end": 2820.68, + "confidence": 0.68280125, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "than" + }, + { + "word": "others", + "start": 2820.68, + "end": 2821.18, + "confidence": 0.50609726, + "speaker": 0, + "speaker_confidence": 0.87109375, + "punctuated_word": "others." + }, + { + "word": "yeah", + "start": 2821.38, + "end": 2821.56, + "confidence": 0.73190784, + "speaker": 1, + "speaker_confidence": 0.69433594, + "punctuated_word": "Yeah," + }, + { + "word": "they're", + "start": 2821.56, + "end": 2821.78, + "confidence": 0.63733035, + "speaker": 1, + "speaker_confidence": 0.69433594, + "punctuated_word": "they're" + }, + { + "word": "going", + "start": 2821.78, + "end": 2821.92, + "confidence": 0.8993601, + "speaker": 1, + "speaker_confidence": 0.69433594, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 2821.92, + "end": 2822.04, + "confidence": 0.8432714, + "speaker": 1, + "speaker_confidence": 0.69433594, + "punctuated_word": "to" + }, + { + "word": "be", + "start": 2822.04, + "end": 2822.3, + "confidence": 0.7603737, + "speaker": 1, + "speaker_confidence": 0.69433594, + "punctuated_word": "be" + }, + { + "word": "better", + "start": 2822.3, + "end": 2822.56, + "confidence": 0.44180077, + "speaker": 1, + "speaker_confidence": 0.69433594, + "punctuated_word": "better" + }, + { + "word": "connected", + "start": 2822.56, + "end": 2823.04, + "confidence": 0.4629137, + "speaker": 1, + "speaker_confidence": 0.69433594, + "punctuated_word": "connected" + }, + { + "word": "and", + "start": 2823.04, + "end": 2823.34, + "confidence": 0.76436305, + "speaker": 1, + "speaker_confidence": 0.69433594, + "punctuated_word": "and" + }, + { + "word": "also", + "start": 2823.34, + "end": 2823.56, + "confidence": 0.9737741, + "speaker": 1, + "speaker_confidence": 0.69433594, + "punctuated_word": "also" + }, + { + "word": "there's", + "start": 2823.56, + "end": 2823.8, + "confidence": 0.85953456, + "speaker": 1, + "speaker_confidence": 0.69433594, + "punctuated_word": "there's" + }, + { + "word": "a", + "start": 2823.8, + "end": 2823.9, + "confidence": 0.7066421, + "speaker": 1, + "speaker_confidence": 0.79541016, + "punctuated_word": "a" + }, + { + "word": "demand", + "start": 2823.9, + "end": 2824.28, + "confidence": 0.7022645, + "speaker": 1, + "speaker_confidence": 0.79541016, + "punctuated_word": "demand" + }, + { + "word": "on", + "start": 2824.28, + "end": 2824.54, + "confidence": 0.9997981, + "speaker": 1, + "speaker_confidence": 0.79541016, + "punctuated_word": "on" + }, + { + "word": "those", + "start": 2824.54, + "end": 2824.74, + "confidence": 0.68288434, + "speaker": 1, + "speaker_confidence": 0.79541016, + "punctuated_word": "those" + }, + { + "word": "nodes", + "start": 2824.74, + "end": 2824.96, + "confidence": 0.85315925, + "speaker": 1, + "speaker_confidence": 0.79541016, + "punctuated_word": "nodes" + }, + { + "word": "because", + "start": 2824.96, + "end": 2825.46, + "confidence": 0.99235886, + "speaker": 1, + "speaker_confidence": 0.79541016, + "punctuated_word": "because" + }, + { + "word": "there's", + "start": 2825.74, + "end": 2826.04, + "confidence": 0.8587622, + "speaker": 1, + "speaker_confidence": 0.79541016, + "punctuated_word": "there's" + }, + { + "word": "only", + "start": 2826.04, + "end": 2826.22, + "confidence": 0.8537712, + "speaker": 1, + "speaker_confidence": 0.79541016, + "punctuated_word": "only" + }, + { + "word": "a", + "start": 2826.22, + "end": 2826.38, + "confidence": 0.88799566, + "speaker": 1, + "speaker_confidence": 0.79541016, + "punctuated_word": "a" + }, + { + "word": "limited", + "start": 2826.38, + "end": 2826.68, + "confidence": 0.9035824, + "speaker": 1, + "speaker_confidence": 0.79541016, + "punctuated_word": "limited" + }, + { + "word": "number", + "start": 2826.68, + "end": 2826.94, + "confidence": 0.7335991, + "speaker": 1, + "speaker_confidence": 0.79541016, + "punctuated_word": "number" + }, + { + "word": "of", + "start": 2826.94, + "end": 2827.08, + "confidence": 0.8428656, + "speaker": 1, + "speaker_confidence": 0.79541016, + "punctuated_word": "of" + }, + { + "word": "them", + "start": 2827.08, + "end": 2827.24, + "confidence": 0.7232581, + "speaker": 1, + "speaker_confidence": 0.79541016, + "punctuated_word": "them" + }, + { + "word": "and", + "start": 2827.24, + "end": 2827.36, + "confidence": 0.74099326, + "speaker": 1, + "speaker_confidence": 0.79541016, + "punctuated_word": "and" + }, + { + "word": "everybody", + "start": 2827.36, + "end": 2827.76, + "confidence": 0.9095239, + "speaker": 1, + "speaker_confidence": 0.79541016, + "punctuated_word": "everybody" + }, + { + "word": "wants", + "start": 2827.76, + "end": 2828.0, + "confidence": 0.75787807, + "speaker": 1, + "speaker_confidence": 0.79541016, + "punctuated_word": "wants" + }, + { + "word": "to", + "start": 2828.0, + "end": 2828.12, + "confidence": 0.89644724, + "speaker": 1, + "speaker_confidence": 0.79541016, + "punctuated_word": "to" + }, + { + "word": "connect", + "start": 2828.12, + "end": 2828.36, + "confidence": 0.74185103, + "speaker": 1, + "speaker_confidence": 0.79541016, + "punctuated_word": "connect" + }, + { + "word": "to", + "start": 2828.36, + "end": 2828.52, + "confidence": 0.96936977, + "speaker": 1, + "speaker_confidence": 0.79541016, + "punctuated_word": "to" + }, + { + "word": "them", + "start": 2828.52, + "end": 2829.02, + "confidence": 0.7850564, + "speaker": 1, + "speaker_confidence": 0.79541016, + "punctuated_word": "them." + }, + { + "word": "yeah", + "start": 2830.08, + "end": 2830.24, + "confidence": 0.8143992, + "speaker": 0, + "speaker_confidence": 0.265625, + "punctuated_word": "Yeah," + }, + { + "word": "so", + "start": 2830.24, + "end": 2830.44, + "confidence": 0.9897731, + "speaker": 0, + "speaker_confidence": 0.265625, + "punctuated_word": "so" + }, + { + "word": "it's", + "start": 2830.44, + "end": 2830.76, + "confidence": 0.9144604, + "speaker": 0, + "speaker_confidence": 0.265625, + "punctuated_word": "it's" + }, + { + "word": "a", + "start": 2830.76, + "end": 2830.9, + "confidence": 0.7847694, + "speaker": 0, + "speaker_confidence": 0.73095703, + "punctuated_word": "a" + }, + { + "word": "slightly", + "start": 2830.9, + "end": 2831.2, + "confidence": 0.9143164, + "speaker": 0, + "speaker_confidence": 0.73095703, + "punctuated_word": "slightly" + }, + { + "word": "centralizing", + "start": 2831.2, + "end": 2831.7, + "confidence": 0.7344382, + "speaker": 0, + "speaker_confidence": 0.73095703, + "punctuated_word": "centralizing" + }, + { + "word": "factor", + "start": 2832.1, + "end": 2832.6, + "confidence": 0.6801535, + "speaker": 0, + "speaker_confidence": 0.73095703, + "punctuated_word": "factor" + }, + { + "word": "actually", + "start": 2832.6, + "end": 2833.04, + "confidence": 0.8811046, + "speaker": 0, + "speaker_confidence": 0.73095703, + "punctuated_word": "actually" + }, + { + "word": "that", + "start": 2833.04, + "end": 2833.26, + "confidence": 0.7274677, + "speaker": 0, + "speaker_confidence": 0.73095703, + "punctuated_word": "that" + }, + { + "word": "everyone", + "start": 2833.26, + "end": 2833.68, + "confidence": 0.902372, + "speaker": 0, + "speaker_confidence": 0.73095703, + "punctuated_word": "everyone" + }, + { + "word": "sort", + "start": 2833.68, + "end": 2833.86, + "confidence": 0.7775499, + "speaker": 0, + "speaker_confidence": 0.73095703, + "punctuated_word": "sort" + }, + { + "word": "of", + "start": 2833.86, + "end": 2834.06, + "confidence": 0.3148095, + "speaker": 0, + "speaker_confidence": 0.73095703, + "punctuated_word": "of" + }, + { + "word": "initially", + "start": 2834.06, + "end": 2834.56, + "confidence": 0.43024096, + "speaker": 0, + "speaker_confidence": 0.73095703, + "punctuated_word": "initially..." + }, + { + "word": "i", + "start": 2835.06, + "end": 2835.22, + "confidence": 0.99960905, + "speaker": 1, + "speaker_confidence": 0.65185547, + "punctuated_word": "I" + }, + { + "word": "wouldn't", + "start": 2835.22, + "end": 2835.66, + "confidence": 0.88225275, + "speaker": 1, + "speaker_confidence": 0.65185547, + "punctuated_word": "wouldn't" + }, + { + "word": "say", + "start": 2835.66, + "end": 2835.86, + "confidence": 0.9162498, + "speaker": 1, + "speaker_confidence": 0.65185547, + "punctuated_word": "say" + }, + { + "word": "centralizing", + "start": 2835.86, + "end": 2836.36, + "confidence": 0.59161586, + "speaker": 1, + "speaker_confidence": 0.65185547, + "punctuated_word": "centralizing" + }, + { + "word": "because", + "start": 2836.4, + "end": 2836.62, + "confidence": 0.91892713, + "speaker": 1, + "speaker_confidence": 0.65185547, + "punctuated_word": "because" + }, + { + "word": "there's", + "start": 2836.62, + "end": 2836.88, + "confidence": 0.9098524, + "speaker": 1, + "speaker_confidence": 0.65185547, + "punctuated_word": "there's" + }, + { + "word": "plenty", + "start": 2836.88, + "end": 2837.3, + "confidence": 0.7433989, + "speaker": 1, + "speaker_confidence": 0.65185547, + "punctuated_word": "plenty" + }, + { + "word": "of", + "start": 2837.3, + "end": 2837.44, + "confidence": 0.5975855, + "speaker": 1, + "speaker_confidence": 0.6230469, + "punctuated_word": "of" + }, + { + "word": "them", + "start": 2837.44, + "end": 2837.94, + "confidence": 0.09185188, + "speaker": 1, + "speaker_confidence": 0.6230469, + "punctuated_word": "them," + }, + { + "word": "but", + "start": 2838.18, + "end": 2838.68, + "confidence": 0.8186125, + "speaker": 1, + "speaker_confidence": 0.6230469, + "punctuated_word": "but" + }, + { + "word": "they", + "start": 2838.94, + "end": 2839.12, + "confidence": 0.89713407, + "speaker": 1, + "speaker_confidence": 0.6230469, + "punctuated_word": "they" + }, + { + "word": "could", + "start": 2839.12, + "end": 2839.3, + "confidence": 0.8152085, + "speaker": 1, + "speaker_confidence": 0.6230469, + "punctuated_word": "could" + }, + { + "word": "get", + "start": 2839.3, + "end": 2839.44, + "confidence": 0.9996617, + "speaker": 1, + "speaker_confidence": 0.84765625, + "punctuated_word": "get" + }, + { + "word": "overloaded", + "start": 2839.44, + "end": 2839.94, + "confidence": 0.8661303, + "speaker": 1, + "speaker_confidence": 0.84765625, + "punctuated_word": "overloaded." + }, + { + "word": "if", + "start": 2840.16, + "end": 2840.38, + "confidence": 0.9157261, + "speaker": 1, + "speaker_confidence": 0.84765625, + "punctuated_word": "If" + }, + { + "word": "the", + "start": 2840.38, + "end": 2840.6, + "confidence": 0.75686705, + "speaker": 1, + "speaker_confidence": 0.84765625, + "punctuated_word": "the" + }, + { + "word": "ratio", + "start": 2840.6, + "end": 2841.1, + "confidence": 0.81468314, + "speaker": 1, + "speaker_confidence": 0.84765625, + "punctuated_word": "ratio" + }, + { + "word": "becomes", + "start": 2842.24, + "end": 2842.56, + "confidence": 0.78202826, + "speaker": 1, + "speaker_confidence": 0.84765625, + "punctuated_word": "becomes" + }, + { + "word": "too", + "start": 2842.56, + "end": 2842.76, + "confidence": 0.7826991, + "speaker": 1, + "speaker_confidence": 0.84765625, + "punctuated_word": "too" + }, + { + "word": "asymmetrical", + "start": 2842.76, + "end": 2843.26, + "confidence": 0.9633668, + "speaker": 1, + "speaker_confidence": 0.84765625, + "punctuated_word": "asymmetrical," + }, + { + "word": "then", + "start": 2843.8, + "end": 2844.3, + "confidence": 0.80848527, + "speaker": 1, + "speaker_confidence": 0.84765625, + "punctuated_word": "then" + }, + { + "word": "the", + "start": 2844.72, + "end": 2844.86, + "confidence": 0.43863967, + "speaker": 1, + "speaker_confidence": 0.73339844, + "punctuated_word": "the" + }, + { + "word": "few", + "start": 2844.86, + "end": 2845.12, + "confidence": 0.86844176, + "speaker": 1, + "speaker_confidence": 0.73339844, + "punctuated_word": "few" + }, + { + "word": "notes", + "start": 2845.12, + "end": 2845.44, + "confidence": 0.89855444, + "speaker": 1, + "speaker_confidence": 0.73339844, + "punctuated_word": "notes" + }, + { + "word": "that", + "start": 2845.44, + "end": 2845.58, + "confidence": 0.7187374, + "speaker": 1, + "speaker_confidence": 0.73339844, + "punctuated_word": "that" + }, + { + "word": "are", + "start": 2845.58, + "end": 2845.68, + "confidence": 0.6479973, + "speaker": 1, + "speaker_confidence": 0.73339844, + "punctuated_word": "are" + }, + { + "word": "listening", + "start": 2845.68, + "end": 2846.14, + "confidence": 0.89117527, + "speaker": 1, + "speaker_confidence": 0.73339844, + "punctuated_word": "listening" + }, + { + "word": "will", + "start": 2846.14, + "end": 2846.32, + "confidence": 0.6668441, + "speaker": 1, + "speaker_confidence": 0.73339844, + "punctuated_word": "will" + }, + { + "word": "get", + "start": 2846.32, + "end": 2846.5, + "confidence": 0.8716296, + "speaker": 1, + "speaker_confidence": 0.73339844, + "punctuated_word": "get" + }, + { + "word": "completely", + "start": 2846.5, + "end": 2846.88, + "confidence": 0.97507846, + "speaker": 1, + "speaker_confidence": 0.73339844, + "punctuated_word": "completely" + }, + { + "word": "overwhelmed", + "start": 2846.88, + "end": 2847.38, + "confidence": 0.40745306, + "speaker": 1, + "speaker_confidence": 0.73339844, + "punctuated_word": "overwhelmed." + }, + { + "word": "i", + "start": 2849.7, + "end": 2849.8, + "confidence": 0.99995387, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "I" + }, + { + "word": "didn't", + "start": 2849.8, + "end": 2850.06, + "confidence": 0.90575624, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "didn't" + }, + { + "word": "say", + "start": 2850.06, + "end": 2850.3, + "confidence": 0.71312505, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "say" + }, + { + "word": "centralized", + "start": 2850.3, + "end": 2850.8, + "confidence": 0.88060796, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "centralized," + }, + { + "word": "but", + "start": 2851.06, + "end": 2851.36, + "confidence": 0.83286613, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "but" + }, + { + "word": "i", + "start": 2851.36, + "end": 2851.5, + "confidence": 0.8775335, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "I" + }, + { + "word": "would", + "start": 2851.5, + "end": 2851.76, + "confidence": 0.84285086, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "would" + }, + { + "word": "say", + "start": 2851.76, + "end": 2851.98, + "confidence": 0.35772818, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "say" + }, + { + "word": "that", + "start": 2851.98, + "end": 2852.22, + "confidence": 0.7856909, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "that" + }, + { + "word": "is", + "start": 2852.22, + "end": 2852.42, + "confidence": 0.73462975, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "is" + }, + { + "word": "a", + "start": 2852.42, + "end": 2852.56, + "confidence": 0.87435687, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "a" + }, + { + "word": "sort", + "start": 2852.56, + "end": 2852.8, + "confidence": 0.86482, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "sort" + }, + { + "word": "of", + "start": 2852.8, + "end": 2853.08, + "confidence": 0.9669188, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "of" + }, + { + "word": "centralizing", + "start": 2853.08, + "end": 2853.58, + "confidence": 0.76043785, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "centralizing" + }, + { + "word": "aspect", + "start": 2854.78, + "end": 2855.22, + "confidence": 0.84071547, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "aspect," + }, + { + "word": "right", + "start": 2855.22, + "end": 2855.46, + "confidence": 0.5272696, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "right?" + }, + { + "word": "it's", + "start": 2855.46, + "end": 2855.74, + "confidence": 0.5781663, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "It's" + }, + { + "word": "better", + "start": 2855.74, + "end": 2856.1, + "confidence": 0.990695, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "better" + }, + { + "word": "if", + "start": 2856.1, + "end": 2856.3, + "confidence": 0.8143089, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "if" + }, + { + "word": "all", + "start": 2856.3, + "end": 2856.5, + "confidence": 0.89163154, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "all" + }, + { + "word": "nodes", + "start": 2856.5, + "end": 2856.78, + "confidence": 0.767692, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "nodes" + }, + { + "word": "are", + "start": 2856.78, + "end": 2856.94, + "confidence": 0.9071632, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "are" + }, + { + "word": "sort", + "start": 2856.94, + "end": 2857.12, + "confidence": 0.83483166, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "sort" + }, + { + "word": "of", + "start": 2857.12, + "end": 2857.28, + "confidence": 0.8797876, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "of" + }, + { + "word": "equal", + "start": 2857.28, + "end": 2857.56, + "confidence": 0.8800013, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "equal" + }, + { + "word": "in", + "start": 2857.56, + "end": 2857.74, + "confidence": 0.7204424, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "in" + }, + { + "word": "that", + "start": 2857.74, + "end": 2857.92, + "confidence": 0.65494, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "that" + }, + { + "word": "sense", + "start": 2857.92, + "end": 2858.2, + "confidence": 0.8855272, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "sense" + }, + { + "word": "and", + "start": 2858.2, + "end": 2858.36, + "confidence": 0.6757515, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "and" + }, + { + "word": "everyone", + "start": 2858.36, + "end": 2858.72, + "confidence": 0.8629001, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "everyone" + }, + { + "word": "helps", + "start": 2858.72, + "end": 2859.02, + "confidence": 0.79809546, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "helps" + }, + { + "word": "each", + "start": 2859.02, + "end": 2859.22, + "confidence": 0.730709, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "each" + }, + { + "word": "other", + "start": 2859.22, + "end": 2859.48, + "confidence": 0.8650071, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "other" + }, + { + "word": "rather", + "start": 2859.48, + "end": 2859.8, + "confidence": 0.44813925, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "rather" + }, + { + "word": "than", + "start": 2859.8, + "end": 2860.12, + "confidence": 0.99907744, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "than" + }, + { + "word": "everyone", + "start": 2860.12, + "end": 2860.62, + "confidence": 0.9111551, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "everyone" + }, + { + "word": "relying", + "start": 2860.86, + "end": 2861.36, + "confidence": 0.8124746, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "relying" + }, + { + "word": "on", + "start": 2861.38, + "end": 2861.58, + "confidence": 0.6728737, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "on" + }, + { + "word": "some", + "start": 2861.58, + "end": 2861.78, + "confidence": 0.9200274, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "some" + }, + { + "word": "subset", + "start": 2861.78, + "end": 2862.28, + "confidence": 0.0627529, + "speaker": 0, + "speaker_confidence": 0.8574219, + "punctuated_word": "subset." + }, + { + "word": "it's", + "start": 2862.74, + "end": 2862.98, + "confidence": 0.8245607, + "speaker": 1, + "speaker_confidence": 0.57373047, + "punctuated_word": "It's" + }, + { + "word": "better", + "start": 2862.98, + "end": 2863.26, + "confidence": 0.8928104, + "speaker": 1, + "speaker_confidence": 0.57373047, + "punctuated_word": "better," + }, + { + "word": "but", + "start": 2863.26, + "end": 2863.46, + "confidence": 0.8985124, + "speaker": 1, + "speaker_confidence": 0.57373047, + "punctuated_word": "but" + }, + { + "word": "i", + "start": 2863.46, + "end": 2863.58, + "confidence": 0.9997162, + "speaker": 1, + "speaker_confidence": 0.57373047, + "punctuated_word": "I" + }, + { + "word": "don't", + "start": 2863.58, + "end": 2863.82, + "confidence": 0.79650265, + "speaker": 1, + "speaker_confidence": 0.57373047, + "punctuated_word": "don't" + }, + { + "word": "think", + "start": 2863.82, + "end": 2864.02, + "confidence": 0.87926203, + "speaker": 1, + "speaker_confidence": 0.57373047, + "punctuated_word": "think" + }, + { + "word": "there", + "start": 2864.02, + "end": 2864.14, + "confidence": 0.9745687, + "speaker": 1, + "speaker_confidence": 0.6796875, + "punctuated_word": "there" + }, + { + "word": "was", + "start": 2864.14, + "end": 2864.34, + "confidence": 0.8070227, + "speaker": 1, + "speaker_confidence": 0.6796875, + "punctuated_word": "was" + }, + { + "word": "a", + "start": 2864.34, + "end": 2864.44, + "confidence": 0.90475196, + "speaker": 1, + "speaker_confidence": 0.6796875, + "punctuated_word": "a" + }, + { + "word": "risk", + "start": 2864.44, + "end": 2864.7, + "confidence": 0.847747, + "speaker": 1, + "speaker_confidence": 0.6796875, + "punctuated_word": "risk" + }, + { + "word": "of", + "start": 2864.7, + "end": 2864.82, + "confidence": 0.9963988, + "speaker": 1, + "speaker_confidence": 0.6796875, + "punctuated_word": "of" + }, + { + "word": "centralization", + "start": 2864.82, + "end": 2865.32, + "confidence": 0.80157274, + "speaker": 1, + "speaker_confidence": 0.6796875, + "punctuated_word": "centralization" + }, + { + "word": "here", + "start": 2865.52, + "end": 2866.02, + "confidence": 0.80857146, + "speaker": 1, + "speaker_confidence": 0.6796875, + "punctuated_word": "here." + }, + { + "word": "but", + "start": 2866.12, + "end": 2866.62, + "confidence": 0.8780575, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "But" + }, + { + "word": "i", + "start": 2866.72, + "end": 2866.8, + "confidence": 0.7056572, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "I" + }, + { + "word": "do", + "start": 2866.8, + "end": 2866.92, + "confidence": 0.83406997, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "do" + }, + { + "word": "think", + "start": 2866.92, + "end": 2867.16, + "confidence": 0.93124104, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "think" + }, + { + "word": "there's", + "start": 2867.16, + "end": 2867.36, + "confidence": 0.8469133, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "there's" + }, + { + "word": "just", + "start": 2867.36, + "end": 2867.58, + "confidence": 0.7738379, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "just" + }, + { + "word": "a", + "start": 2867.58, + "end": 2867.72, + "confidence": 0.8203616, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "a" + }, + { + "word": "risk", + "start": 2867.72, + "end": 2868.08, + "confidence": 0.62779266, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "risk" + }, + { + "word": "of", + "start": 2868.08, + "end": 2868.48, + "confidence": 0.9969703, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "of" + }, + { + "word": "overloading", + "start": 2868.48, + "end": 2868.98, + "confidence": 0.62802565, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "overloading" + }, + { + "word": "these", + "start": 2869.0, + "end": 2869.2, + "confidence": 0.8177584, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "these" + }, + { + "word": "resources", + "start": 2869.2, + "end": 2869.7, + "confidence": 0.23861805, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "resources." + }, + { + "word": "and", + "start": 2870.22, + "end": 2870.38, + "confidence": 0.90673304, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "And" + }, + { + "word": "part", + "start": 2870.38, + "end": 2870.64, + "confidence": 0.81196886, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "part" + }, + { + "word": "of", + "start": 2870.64, + "end": 2870.86, + "confidence": 0.7696811, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 2870.86, + "end": 2871.14, + "confidence": 0.9028291, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "the" + }, + { + "word": "problem", + "start": 2871.14, + "end": 2871.46, + "confidence": 0.73001724, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "problem" + }, + { + "word": "is", + "start": 2871.46, + "end": 2871.66, + "confidence": 0.8717373, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "is" + }, + { + "word": "because", + "start": 2871.66, + "end": 2871.9, + "confidence": 0.83521706, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "because" + }, + { + "word": "we", + "start": 2871.9, + "end": 2872.08, + "confidence": 0.9062843, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "we" + }, + { + "word": "want", + "start": 2872.08, + "end": 2872.3, + "confidence": 0.87506175, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "want" + }, + { + "word": "to", + "start": 2872.3, + "end": 2872.44, + "confidence": 0.80750847, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "to" + }, + { + "word": "move", + "start": 2872.44, + "end": 2872.7, + "confidence": 0.79417527, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "move" + }, + { + "word": "away", + "start": 2872.7, + "end": 2873.0, + "confidence": 0.3843041, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "away" + }, + { + "word": "from", + "start": 2873.0, + "end": 2873.5, + "confidence": 0.74915797, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "from..." + }, + { + "word": "so", + "start": 2874.44, + "end": 2874.56, + "confidence": 0.47554764, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "So," + }, + { + "word": "bitcoin", + "start": 2874.56, + "end": 2874.84, + "confidence": 0.7245522, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "Bitcoin" + }, + { + "word": "nodes", + "start": 2874.84, + "end": 2875.16, + "confidence": 0.90611464, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "nodes" + }, + { + "word": "want", + "start": 2875.16, + "end": 2875.36, + "confidence": 0.80867374, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "want" + }, + { + "word": "to", + "start": 2875.36, + "end": 2875.48, + "confidence": 0.8899438, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "to" + }, + { + "word": "connect", + "start": 2875.48, + "end": 2875.8, + "confidence": 0.99001604, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "connect" + }, + { + "word": "to", + "start": 2875.8, + "end": 2875.96, + "confidence": 0.67956674, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "to" + }, + { + "word": "a", + "start": 2875.96, + "end": 2876.12, + "confidence": 0.9098468, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "a" + }, + { + "word": "diverse", + "start": 2876.12, + "end": 2876.44, + "confidence": 0.89904964, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "diverse" + }, + { + "word": "set", + "start": 2876.44, + "end": 2876.6, + "confidence": 0.9164238, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "set" + }, + { + "word": "of", + "start": 2876.6, + "end": 2876.76, + "confidence": 0.5057162, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "of" + }, + { + "word": "peers", + "start": 2876.76, + "end": 2877.18, + "confidence": 0.67177486, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "peers." + }, + { + "word": "and", + "start": 2877.18, + "end": 2877.44, + "confidence": 0.89021724, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "And" + }, + { + "word": "not", + "start": 2877.44, + "end": 2877.76, + "confidence": 0.8055176, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "not" + }, + { + "word": "in", + "start": 2877.76, + "end": 2878.26, + "confidence": 0.42456418, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 2879.0, + "end": 2879.5, + "confidence": 0.6944337, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "the" + }, + { + "word": "woke", + "start": 2880.24, + "end": 2880.56, + "confidence": 0.905608, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "woke" + }, + { + "word": "sense", + "start": 2880.56, + "end": 2880.76, + "confidence": 0.81362224, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "sense" + }, + { + "word": "of", + "start": 2880.76, + "end": 2880.92, + "confidence": 0.81033903, + "speaker": 1, + "speaker_confidence": 0.90527344, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 2880.92, + "end": 2881.02, + "confidence": 0.49141532, + "speaker": 1, + "speaker_confidence": 0.9145508, + "punctuated_word": "the" + }, + { + "word": "word", + "start": 2881.02, + "end": 2881.24, + "confidence": 0.86655575, + "speaker": 1, + "speaker_confidence": 0.9145508, + "punctuated_word": "word," + }, + { + "word": "but", + "start": 2881.24, + "end": 2881.44, + "confidence": 0.43597406, + "speaker": 1, + "speaker_confidence": 0.9145508, + "punctuated_word": "but" + }, + { + "word": "in", + "start": 2881.44, + "end": 2881.64, + "confidence": 0.51376426, + "speaker": 1, + "speaker_confidence": 0.9145508, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 2881.64, + "end": 2882.14, + "confidence": 0.7860023, + "speaker": 1, + "speaker_confidence": 0.9145508, + "punctuated_word": "the" + }, + { + "word": "as", + "start": 2882.7, + "end": 2882.9, + "confidence": 0.8298813, + "speaker": 1, + "speaker_confidence": 0.9145508, + "punctuated_word": "as" + }, + { + "word": "many", + "start": 2882.9, + "end": 2883.4, + "confidence": 0.8659868, + "speaker": 1, + "speaker_confidence": 0.9145508, + "punctuated_word": "many" + }, + { + "word": "places", + "start": 2883.52, + "end": 2884.0, + "confidence": 0.79251486, + "speaker": 1, + "speaker_confidence": 0.9145508, + "punctuated_word": "places" + }, + { + "word": "in", + "start": 2884.0, + "end": 2884.12, + "confidence": 0.85873115, + "speaker": 1, + "speaker_confidence": 0.9145508, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 2884.12, + "end": 2884.28, + "confidence": 0.5390851, + "speaker": 1, + "speaker_confidence": 0.9145508, + "punctuated_word": "the" + }, + { + "word": "world", + "start": 2884.28, + "end": 2884.7, + "confidence": 0.6868975, + "speaker": 1, + "speaker_confidence": 0.9145508, + "punctuated_word": "world" + }, + { + "word": "like", + "start": 2884.7, + "end": 2885.16, + "confidence": 0.58475363, + "speaker": 1, + "speaker_confidence": 0.9145508, + "punctuated_word": "like" + }, + { + "word": "different", + "start": 2885.16, + "end": 2885.5, + "confidence": 0.560237, + "speaker": 1, + "speaker_confidence": 0.9145508, + "punctuated_word": "different" + }, + { + "word": "countries", + "start": 2885.5, + "end": 2885.94, + "confidence": 0.4561137, + "speaker": 1, + "speaker_confidence": 0.9145508, + "punctuated_word": "countries," + }, + { + "word": "different", + "start": 2885.94, + "end": 2886.44, + "confidence": 0.26128376, + "speaker": 1, + "speaker_confidence": 0.9145508, + "punctuated_word": "different" + }, + { + "word": "networks", + "start": 2886.66, + "end": 2887.16, + "confidence": 0.89450127, + "speaker": 1, + "speaker_confidence": 0.9145508, + "punctuated_word": "networks," + }, + { + "word": "so", + "start": 2887.64, + "end": 2887.82, + "confidence": 0.8406227, + "speaker": 1, + "speaker_confidence": 0.9145508, + "punctuated_word": "so" + }, + { + "word": "that", + "start": 2887.82, + "end": 2888.0, + "confidence": 0.9959991, + "speaker": 1, + "speaker_confidence": 0.9145508, + "punctuated_word": "that" + }, + { + "word": "it's", + "start": 2888.0, + "end": 2888.24, + "confidence": 0.776584, + "speaker": 1, + "speaker_confidence": 0.9145508, + "punctuated_word": "it's" + }, + { + "word": "harder", + "start": 2888.24, + "end": 2888.52, + "confidence": 0.873357, + "speaker": 1, + "speaker_confidence": 0.9145508, + "punctuated_word": "harder" + }, + { + "word": "to", + "start": 2888.52, + "end": 2888.68, + "confidence": 0.8964485, + "speaker": 1, + "speaker_confidence": 0.9145508, + "punctuated_word": "to" + }, + { + "word": "trick", + "start": 2888.68, + "end": 2888.94, + "confidence": 0.7260975, + "speaker": 1, + "speaker_confidence": 0.9145508, + "punctuated_word": "trick" + }, + { + "word": "you", + "start": 2888.94, + "end": 2889.22, + "confidence": 0.8189116, + "speaker": 1, + "speaker_confidence": 0.9145508, + "punctuated_word": "you" + }, + { + "word": "for", + "start": 2889.22, + "end": 2889.44, + "confidence": 0.83258545, + "speaker": 1, + "speaker_confidence": 0.9145508, + "punctuated_word": "for" + }, + { + "word": "one", + "start": 2889.44, + "end": 2889.68, + "confidence": 0.81706846, + "speaker": 1, + "speaker_confidence": 0.9145508, + "punctuated_word": "one" + }, + { + "word": "network", + "start": 2889.68, + "end": 2890.12, + "confidence": 0.9001088, + "speaker": 1, + "speaker_confidence": 0.9145508, + "punctuated_word": "network" + }, + { + "word": "operator", + "start": 2890.12, + "end": 2890.44, + "confidence": 0.8598238, + "speaker": 1, + "speaker_confidence": 0.9145508, + "punctuated_word": "operator" + }, + { + "word": "to", + "start": 2890.44, + "end": 2890.58, + "confidence": 0.8949946, + "speaker": 1, + "speaker_confidence": 0.9145508, + "punctuated_word": "to" + }, + { + "word": "trick", + "start": 2890.58, + "end": 2890.8, + "confidence": 0.54216343, + "speaker": 1, + "speaker_confidence": 0.9145508, + "punctuated_word": "trick" + }, + { + "word": "you", + "start": 2890.8, + "end": 2891.3, + "confidence": 0.099969916, + "speaker": 1, + "speaker_confidence": 0.9145508, + "punctuated_word": "you." + }, + { + "word": "there's", + "start": 2892.98, + "end": 2893.26, + "confidence": 0.9977342, + "speaker": 1, + "speaker_confidence": 0.7133789, + "punctuated_word": "There's" + }, + { + "word": "a", + "start": 2893.26, + "end": 2893.36, + "confidence": 0.47701076, + "speaker": 1, + "speaker_confidence": 0.7133789, + "punctuated_word": "a" + }, + { + "word": "new", + "start": 2893.36, + "end": 2893.78, + "confidence": 0.6161122, + "speaker": 1, + "speaker_confidence": 0.7133789, + "punctuated_word": "new" + }, + { + "word": "project", + "start": 2893.78, + "end": 2894.18, + "confidence": 0.7767405, + "speaker": 1, + "speaker_confidence": 0.7133789, + "punctuated_word": "project" + }, + { + "word": "we", + "start": 2894.18, + "end": 2894.34, + "confidence": 0.8237424, + "speaker": 1, + "speaker_confidence": 0.7133789, + "punctuated_word": "we" + }, + { + "word": "talked", + "start": 2894.34, + "end": 2894.6, + "confidence": 0.8675897, + "speaker": 1, + "speaker_confidence": 0.7133789, + "punctuated_word": "talked" + }, + { + "word": "about", + "start": 2894.6, + "end": 2894.8, + "confidence": 0.80888754, + "speaker": 1, + "speaker_confidence": 0.7133789, + "punctuated_word": "about" + }, + { + "word": "years", + "start": 2894.8, + "end": 2895.06, + "confidence": 0.8852469, + "speaker": 1, + "speaker_confidence": 0.7133789, + "punctuated_word": "years" + }, + { + "word": "ago", + "start": 2895.06, + "end": 2895.28, + "confidence": 0.9873942, + "speaker": 1, + "speaker_confidence": 0.7133789, + "punctuated_word": "ago" + }, + { + "word": "in", + "start": 2895.28, + "end": 2895.42, + "confidence": 0.8497848, + "speaker": 1, + "speaker_confidence": 0.7133789, + "punctuated_word": "in" + }, + { + "word": "a", + "start": 2895.42, + "end": 2895.52, + "confidence": 0.79927343, + "speaker": 1, + "speaker_confidence": 0.66015625, + "punctuated_word": "a" + }, + { + "word": "podcast", + "start": 2895.52, + "end": 2895.92, + "confidence": 0.5212576, + "speaker": 1, + "speaker_confidence": 0.66015625, + "punctuated_word": "podcast" + }, + { + "word": "called", + "start": 2895.92, + "end": 2896.22, + "confidence": 0.3605286, + "speaker": 1, + "speaker_confidence": 0.66015625, + "punctuated_word": "called" + }, + { + "word": "asmap", + "start": 2896.22, + "end": 2896.72, + "confidence": 0.62726957, + "speaker": 1, + "speaker_confidence": 0.66015625, + "punctuated_word": "ASMAP," + }, + { + "word": "where", + "start": 2897.08, + "end": 2897.24, + "confidence": 0.69450766, + "speaker": 1, + "speaker_confidence": 0.66015625, + "punctuated_word": "where" + }, + { + "word": "we", + "start": 2897.24, + "end": 2897.4, + "confidence": 0.8993028, + "speaker": 1, + "speaker_confidence": 0.66015625, + "punctuated_word": "we" + }, + { + "word": "try", + "start": 2897.4, + "end": 2897.64, + "confidence": 0.80140585, + "speaker": 1, + "speaker_confidence": 0.66015625, + "punctuated_word": "try" + }, + { + "word": "to", + "start": 2897.64, + "end": 2897.8, + "confidence": 0.8099984, + "speaker": 1, + "speaker_confidence": 0.66015625, + "punctuated_word": "to" + }, + { + "word": "map", + "start": 2897.8, + "end": 2898.04, + "confidence": 0.64361924, + "speaker": 1, + "speaker_confidence": 0.66015625, + "punctuated_word": "map" + }, + { + "word": "the", + "start": 2898.04, + "end": 2898.16, + "confidence": 0.8320573, + "speaker": 1, + "speaker_confidence": 0.66015625, + "punctuated_word": "the" + }, + { + "word": "internet", + "start": 2898.16, + "end": 2898.52, + "confidence": 0.7233729, + "speaker": 1, + "speaker_confidence": 0.66015625, + "punctuated_word": "internet" + }, + { + "word": "and", + "start": 2898.52, + "end": 2898.64, + "confidence": 0.7981604, + "speaker": 1, + "speaker_confidence": 0.66015625, + "punctuated_word": "and" + }, + { + "word": "then", + "start": 2898.64, + "end": 2898.76, + "confidence": 0.89337176, + "speaker": 1, + "speaker_confidence": 0.66015625, + "punctuated_word": "then" + }, + { + "word": "try", + "start": 2898.76, + "end": 2898.94, + "confidence": 0.5977086, + "speaker": 1, + "speaker_confidence": 0.66015625, + "punctuated_word": "try" + }, + { + "word": "to", + "start": 2898.94, + "end": 2899.04, + "confidence": 0.35962898, + "speaker": 1, + "speaker_confidence": 0.69140625, + "punctuated_word": "to" + }, + { + "word": "connect", + "start": 2899.04, + "end": 2899.4, + "confidence": 0.5746478, + "speaker": 1, + "speaker_confidence": 0.69140625, + "punctuated_word": "connect" + }, + { + "word": "it", + "start": 2899.4, + "end": 2899.54, + "confidence": 0.69284654, + "speaker": 1, + "speaker_confidence": 0.69140625, + "punctuated_word": "it" + }, + { + "word": "really", + "start": 2899.54, + "end": 2899.84, + "confidence": 0.9993723, + "speaker": 1, + "speaker_confidence": 0.69140625, + "punctuated_word": "really" + }, + { + "word": "to", + "start": 2899.84, + "end": 2900.06, + "confidence": 0.6537063, + "speaker": 1, + "speaker_confidence": 0.69140625, + "punctuated_word": "to" + }, + { + "word": "different", + "start": 2900.06, + "end": 2900.32, + "confidence": 0.68403375, + "speaker": 1, + "speaker_confidence": 0.69140625, + "punctuated_word": "different" + }, + { + "word": "countries", + "start": 2900.32, + "end": 2900.76, + "confidence": 0.54312426, + "speaker": 1, + "speaker_confidence": 0.69140625, + "punctuated_word": "countries" + }, + { + "word": "etc", + "start": 2900.76, + "end": 2901.26, + "confidence": 0.67973775, + "speaker": 1, + "speaker_confidence": 0.69140625, + "punctuated_word": "etc." + }, + { + "word": "and", + "start": 2901.76, + "end": 2901.98, + "confidence": 0.9072307, + "speaker": 1, + "speaker_confidence": 0.69140625, + "punctuated_word": "And" + }, + { + "word": "one", + "start": 2901.98, + "end": 2902.2, + "confidence": 0.8119369, + "speaker": 1, + "speaker_confidence": 0.69140625, + "punctuated_word": "one" + }, + { + "word": "of", + "start": 2902.2, + "end": 2902.36, + "confidence": 0.81833386, + "speaker": 1, + "speaker_confidence": 0.69140625, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 2902.36, + "end": 2902.48, + "confidence": 0.78703475, + "speaker": 1, + "speaker_confidence": 0.7753906, + "punctuated_word": "the" + }, + { + "word": "side", + "start": 2902.48, + "end": 2902.66, + "confidence": 0.9042849, + "speaker": 1, + "speaker_confidence": 0.7753906, + "punctuated_word": "side" + }, + { + "word": "effects", + "start": 2902.66, + "end": 2902.96, + "confidence": 0.8797755, + "speaker": 1, + "speaker_confidence": 0.7753906, + "punctuated_word": "effects" + }, + { + "word": "of", + "start": 2902.96, + "end": 2903.1, + "confidence": 0.84682953, + "speaker": 1, + "speaker_confidence": 0.7753906, + "punctuated_word": "of" + }, + { + "word": "that", + "start": 2903.1, + "end": 2903.24, + "confidence": 0.9001151, + "speaker": 1, + "speaker_confidence": 0.7753906, + "punctuated_word": "that" + }, + { + "word": "project", + "start": 2903.24, + "end": 2903.56, + "confidence": 0.8829003, + "speaker": 1, + "speaker_confidence": 0.7753906, + "punctuated_word": "project" + }, + { + "word": "is", + "start": 2903.56, + "end": 2903.74, + "confidence": 0.8995101, + "speaker": 1, + "speaker_confidence": 0.7753906, + "punctuated_word": "is" + }, + { + "word": "that", + "start": 2903.74, + "end": 2903.9, + "confidence": 0.804245, + "speaker": 1, + "speaker_confidence": 0.7753906, + "punctuated_word": "that" + }, + { + "word": "we", + "start": 2903.9, + "end": 2904.06, + "confidence": 0.8014604, + "speaker": 1, + "speaker_confidence": 0.7753906, + "punctuated_word": "we" + }, + { + "word": "might", + "start": 2904.06, + "end": 2904.32, + "confidence": 0.73204046, + "speaker": 1, + "speaker_confidence": 0.7753906, + "punctuated_word": "might" + }, + { + "word": "start", + "start": 2904.32, + "end": 2904.82, + "confidence": 0.98614603, + "speaker": 1, + "speaker_confidence": 0.7753906, + "punctuated_word": "start" + }, + { + "word": "connecting", + "start": 2907.26, + "end": 2907.3901, + "confidence": 0.7167421, + "speaker": 1, + "speaker_confidence": 0.08105469, + "punctuated_word": "connecting" + }, + { + "word": "to", + "start": 2907.3901, + "end": 2907.52, + "confidence": 0.8808845, + "speaker": 1, + "speaker_confidence": 0.5854492, + "punctuated_word": "to" + }, + { + "word": "very", + "start": 2907.52, + "end": 2907.74, + "confidence": 0.67376834, + "speaker": 1, + "speaker_confidence": 0.5854492, + "punctuated_word": "very" + }, + { + "word": "obscure", + "start": 2907.74, + "end": 2908.1, + "confidence": 0.69285965, + "speaker": 1, + "speaker_confidence": 0.5854492, + "punctuated_word": "obscure" + }, + { + "word": "places", + "start": 2908.1, + "end": 2908.6, + "confidence": 0.9984964, + "speaker": 1, + "speaker_confidence": 0.5854492, + "punctuated_word": "places" + }, + { + "word": "and", + "start": 2909.2, + "end": 2909.38, + "confidence": 0.88827276, + "speaker": 1, + "speaker_confidence": 0.5854492, + "punctuated_word": "and" + }, + { + "word": "a", + "start": 2909.38, + "end": 2909.44, + "confidence": 0.9044695, + "speaker": 1, + "speaker_confidence": 0.5854492, + "punctuated_word": "a" + }, + { + "word": "lot", + "start": 2909.44, + "end": 2909.68, + "confidence": 0.8125969, + "speaker": 1, + "speaker_confidence": 0.5854492, + "punctuated_word": "lot" + }, + { + "word": "of", + "start": 2909.68, + "end": 2909.76, + "confidence": 0.8311397, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "of" + }, + { + "word": "nodes", + "start": 2909.76, + "end": 2910.04, + "confidence": 0.8678973, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "nodes" + }, + { + "word": "would", + "start": 2910.04, + "end": 2910.22, + "confidence": 0.7821287, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "would" + }, + { + "word": "start", + "start": 2910.22, + "end": 2910.38, + "confidence": 0.8984973, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "start" + }, + { + "word": "connecting", + "start": 2910.38, + "end": 2910.84, + "confidence": 0.8625236, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "connecting" + }, + { + "word": "to", + "start": 2910.84, + "end": 2910.96, + "confidence": 0.73076254, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "to" + }, + { + "word": "those", + "start": 2910.96, + "end": 2911.12, + "confidence": 0.86235464, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "those" + }, + { + "word": "very", + "start": 2911.12, + "end": 2911.36, + "confidence": 0.87452435, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "very" + }, + { + "word": "obscure", + "start": 2911.36, + "end": 2911.76, + "confidence": 0.16757508, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "obscure" + }, + { + "word": "places", + "start": 2911.76, + "end": 2912.16, + "confidence": 0.6470124, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "places" + }, + { + "word": "because", + "start": 2912.16, + "end": 2912.4, + "confidence": 0.9149295, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "because" + }, + { + "word": "they're", + "start": 2912.4, + "end": 2912.6, + "confidence": 0.81030273, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "they're" + }, + { + "word": "trying", + "start": 2912.6, + "end": 2912.8, + "confidence": 0.85553044, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "trying" + }, + { + "word": "to", + "start": 2912.8, + "end": 2912.96, + "confidence": 0.99488103, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "to" + }, + { + "word": "diversify", + "start": 2912.96, + "end": 2913.46, + "confidence": 0.94634765, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "diversify" + }, + { + "word": "a", + "start": 2913.48, + "end": 2913.56, + "confidence": 0.8027668, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "a" + }, + { + "word": "bit", + "start": 2913.56, + "end": 2913.8, + "confidence": 0.80731, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "bit" + }, + { + "word": "too", + "start": 2913.8, + "end": 2914.0, + "confidence": 0.7886032, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "too" + }, + { + "word": "much", + "start": 2914.0, + "end": 2914.5, + "confidence": 0.19273123, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "much." + }, + { + "word": "and", + "start": 2915.08, + "end": 2915.24, + "confidence": 0.8071258, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "And" + }, + { + "word": "then", + "start": 2915.24, + "end": 2915.4, + "confidence": 0.70025164, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "then" + }, + { + "word": "those", + "start": 2915.4, + "end": 2915.9, + "confidence": 0.6911393, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "those," + }, + { + "word": "like", + "start": 2916.14, + "end": 2916.36, + "confidence": 0.87648743, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "like" + }, + { + "word": "you", + "start": 2916.36, + "end": 2916.54, + "confidence": 0.6546903, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "you" + }, + { + "word": "run", + "start": 2916.54, + "end": 2917.04, + "confidence": 0.80754143, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "run" + }, + { + "word": "in", + "start": 2917.12, + "end": 2917.34, + "confidence": 0.684645, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "in" + }, + { + "word": "some", + "start": 2917.34, + "end": 2917.8, + "confidence": 0.8224619, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "some" + }, + { + "word": "random", + "start": 2917.8, + "end": 2918.2, + "confidence": 0.45204347, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "random" + }, + { + "word": "place", + "start": 2918.2, + "end": 2918.56, + "confidence": 0.99851364, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "place" + }, + { + "word": "in", + "start": 2918.56, + "end": 2918.72, + "confidence": 0.74598247, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "in" + }, + { + "word": "south", + "start": 2918.72, + "end": 2919.0, + "confidence": 0.90699106, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "South" + }, + { + "word": "america", + "start": 2919.0, + "end": 2919.5, + "confidence": 0.73613966, + "speaker": 1, + "speaker_confidence": 0.9453125, + "punctuated_word": "America," + }, + { + "word": "you", + "start": 2920.38, + "end": 2920.52, + "confidence": 0.914882, + "speaker": 1, + "speaker_confidence": 0.75341797, + "punctuated_word": "you" + }, + { + "word": "have", + "start": 2920.52, + "end": 2920.76, + "confidence": 0.7114493, + "speaker": 1, + "speaker_confidence": 0.75341797, + "punctuated_word": "have" + }, + { + "word": "an", + "start": 2920.76, + "end": 2920.84, + "confidence": 0.846909, + "speaker": 1, + "speaker_confidence": 0.75341797, + "punctuated_word": "an" + }, + { + "word": "internet", + "start": 2920.84, + "end": 2921.16, + "confidence": 0.29505944, + "speaker": 1, + "speaker_confidence": 0.75341797, + "punctuated_word": "internet" + }, + { + "word": "provider", + "start": 2921.16, + "end": 2921.52, + "confidence": 0.99937755, + "speaker": 1, + "speaker_confidence": 0.75341797, + "punctuated_word": "provider" + }, + { + "word": "that", + "start": 2921.52, + "end": 2921.68, + "confidence": 0.8891477, + "speaker": 1, + "speaker_confidence": 0.75341797, + "punctuated_word": "that" + }, + { + "word": "with", + "start": 2921.68, + "end": 2921.88, + "confidence": 0.8219405, + "speaker": 1, + "speaker_confidence": 0.75341797, + "punctuated_word": "with" + }, + { + "word": "just", + "start": 2921.88, + "end": 2922.08, + "confidence": 0.83138555, + "speaker": 1, + "speaker_confidence": 0.75341797, + "punctuated_word": "just" + }, + { + "word": "one", + "start": 2922.08, + "end": 2922.24, + "confidence": 0.5742681, + "speaker": 1, + "speaker_confidence": 0.75341797, + "punctuated_word": "one" + }, + { + "word": "bitcoin", + "start": 2922.24, + "end": 2922.54, + "confidence": 0.85876745, + "speaker": 1, + "speaker_confidence": 0.75341797, + "punctuated_word": "Bitcoin" + }, + { + "word": "node", + "start": 2922.54, + "end": 2922.72, + "confidence": 0.9021996, + "speaker": 1, + "speaker_confidence": 0.75341797, + "punctuated_word": "node" + }, + { + "word": "in", + "start": 2922.72, + "end": 2922.88, + "confidence": 0.4438776, + "speaker": 1, + "speaker_confidence": 0.75341797, + "punctuated_word": "in" + }, + { + "word": "it", + "start": 2922.88, + "end": 2923.14, + "confidence": 0.5059799, + "speaker": 1, + "speaker_confidence": 0.75341797, + "punctuated_word": "it," + }, + { + "word": "and", + "start": 2923.14, + "end": 2923.28, + "confidence": 0.7490856, + "speaker": 1, + "speaker_confidence": 0.75341797, + "punctuated_word": "and" + }, + { + "word": "then", + "start": 2923.28, + "end": 2923.44, + "confidence": 0.7805178, + "speaker": 1, + "speaker_confidence": 0.75341797, + "punctuated_word": "then" + }, + { + "word": "like", + "start": 2923.44, + "end": 2923.68, + "confidence": 0.9032532, + "speaker": 1, + "speaker_confidence": 0.75341797, + "punctuated_word": "like" + }, + { + "word": "thousands", + "start": 2923.68, + "end": 2924.06, + "confidence": 0.81901455, + "speaker": 1, + "speaker_confidence": 0.75341797, + "punctuated_word": "thousands" + }, + { + "word": "of", + "start": 2924.06, + "end": 2924.18, + "confidence": 0.4771718, + "speaker": 1, + "speaker_confidence": 0.75341797, + "punctuated_word": "of" + }, + { + "word": "nodes", + "start": 2924.18, + "end": 2924.44, + "confidence": 0.8937892, + "speaker": 1, + "speaker_confidence": 0.75341797, + "punctuated_word": "nodes" + }, + { + "word": "try", + "start": 2924.44, + "end": 2924.6, + "confidence": 0.8364494, + "speaker": 1, + "speaker_confidence": 0.75341797, + "punctuated_word": "try" + }, + { + "word": "to", + "start": 2924.6, + "end": 2924.7, + "confidence": 0.8530964, + "speaker": 1, + "speaker_confidence": 0.6201172, + "punctuated_word": "to" + }, + { + "word": "connect", + "start": 2924.7, + "end": 2924.96, + "confidence": 0.89650345, + "speaker": 1, + "speaker_confidence": 0.6201172, + "punctuated_word": "connect" + }, + { + "word": "to", + "start": 2924.96, + "end": 2925.1, + "confidence": 0.4426438, + "speaker": 1, + "speaker_confidence": 0.6201172, + "punctuated_word": "to" + }, + { + "word": "you", + "start": 2925.1, + "end": 2925.14, + "confidence": 0.9994475, + "speaker": 1, + "speaker_confidence": 0.6201172, + "punctuated_word": "you" + }, + { + "word": "because", + "start": 2925.14, + "end": 2925.48, + "confidence": 0.8803562, + "speaker": 1, + "speaker_confidence": 0.6201172, + "punctuated_word": "because" + }, + { + "word": "you", + "start": 2925.48, + "end": 2925.68, + "confidence": 0.7172046, + "speaker": 1, + "speaker_confidence": 0.6201172, + "punctuated_word": "you" + }, + { + "word": "are", + "start": 2925.68, + "end": 2926.12, + "confidence": 0.8002284, + "speaker": 1, + "speaker_confidence": 0.6201172, + "punctuated_word": "are" + }, + { + "word": "very", + "start": 2926.12, + "end": 2926.36, + "confidence": 0.8914914, + "speaker": 1, + "speaker_confidence": 0.6201172, + "punctuated_word": "very" + }, + { + "word": "unique", + "start": 2926.36, + "end": 2926.72, + "confidence": 0.9314081, + "speaker": 1, + "speaker_confidence": 0.6201172, + "punctuated_word": "unique" + }, + { + "word": "and", + "start": 2926.72, + "end": 2926.88, + "confidence": 0.97277504, + "speaker": 1, + "speaker_confidence": 0.6201172, + "punctuated_word": "and" + }, + { + "word": "special", + "start": 2926.88, + "end": 2927.38, + "confidence": 0.031006781, + "speaker": 1, + "speaker_confidence": 0.6201172, + "punctuated_word": "special." + }, + { + "word": "and", + "start": 2929.46, + "end": 2929.7, + "confidence": 0.58999234, + "speaker": 1, + "speaker_confidence": 0.82910156, + "punctuated_word": "And" + }, + { + "word": "so", + "start": 2929.7, + "end": 2930.2, + "confidence": 0.8755216, + "speaker": 1, + "speaker_confidence": 0.82910156, + "punctuated_word": "so" + }, + { + "word": "if", + "start": 2930.32, + "end": 2930.54, + "confidence": 0.7175505, + "speaker": 1, + "speaker_confidence": 0.82910156, + "punctuated_word": "if" + }, + { + "word": "more", + "start": 2930.54, + "end": 2930.76, + "confidence": 0.8883431, + "speaker": 1, + "speaker_confidence": 0.82910156, + "punctuated_word": "more" + }, + { + "word": "nodes", + "start": 2930.76, + "end": 2931.04, + "confidence": 0.73455316, + "speaker": 1, + "speaker_confidence": 0.82910156, + "punctuated_word": "nodes" + }, + { + "word": "are", + "start": 2931.04, + "end": 2931.2, + "confidence": 0.8922241, + "speaker": 1, + "speaker_confidence": 0.82910156, + "punctuated_word": "are" + }, + { + "word": "listening", + "start": 2931.2, + "end": 2931.66, + "confidence": 0.1368243, + "speaker": 1, + "speaker_confidence": 0.82910156, + "punctuated_word": "listening," + }, + { + "word": "then", + "start": 2931.66, + "end": 2931.82, + "confidence": 0.70165277, + "speaker": 1, + "speaker_confidence": 0.82910156, + "punctuated_word": "then" + }, + { + "word": "hopefully", + "start": 2931.82, + "end": 2932.28, + "confidence": 0.8776289, + "speaker": 1, + "speaker_confidence": 0.82910156, + "punctuated_word": "hopefully" + }, + { + "word": "on", + "start": 2932.28, + "end": 2932.54, + "confidence": 0.75788957, + "speaker": 1, + "speaker_confidence": 0.82910156, + "punctuated_word": "on" + }, + { + "word": "that", + "start": 2932.54, + "end": 2932.7, + "confidence": 0.58577996, + "speaker": 1, + "speaker_confidence": 0.82910156, + "punctuated_word": "that" + }, + { + "word": "obscure", + "start": 2932.7, + "end": 2933.04, + "confidence": 0.8377609, + "speaker": 1, + "speaker_confidence": 0.82910156, + "punctuated_word": "obscure" + }, + { + "word": "internet", + "start": 2933.04, + "end": 2933.32, + "confidence": 0.7087452, + "speaker": 1, + "speaker_confidence": 0.82910156, + "punctuated_word": "internet" + }, + { + "word": "provider", + "start": 2933.32, + "end": 2933.68, + "confidence": 0.28820094, + "speaker": 1, + "speaker_confidence": 0.82910156, + "punctuated_word": "provider," + }, + { + "word": "there's", + "start": 2933.68, + "end": 2933.92, + "confidence": 0.80076045, + "speaker": 1, + "speaker_confidence": 0.82910156, + "punctuated_word": "there's" + }, + { + "word": "also", + "start": 2933.92, + "end": 2934.1, + "confidence": 0.9035797, + "speaker": 1, + "speaker_confidence": 0.82910156, + "punctuated_word": "also" + }, + { + "word": "going", + "start": 2934.1, + "end": 2934.24, + "confidence": 0.9066369, + "speaker": 1, + "speaker_confidence": 0.82910156, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 2934.24, + "end": 2934.36, + "confidence": 0.87691176, + "speaker": 1, + "speaker_confidence": 0.6069336, + "punctuated_word": "to" + }, + { + "word": "be", + "start": 2934.36, + "end": 2934.52, + "confidence": 0.7893328, + "speaker": 1, + "speaker_confidence": 0.6069336, + "punctuated_word": "be" + }, + { + "word": "more", + "start": 2934.52, + "end": 2934.68, + "confidence": 0.7119221, + "speaker": 1, + "speaker_confidence": 0.6069336, + "punctuated_word": "more" + }, + { + "word": "nodes", + "start": 2934.68, + "end": 2934.96, + "confidence": 0.8261977, + "speaker": 1, + "speaker_confidence": 0.6069336, + "punctuated_word": "nodes" + }, + { + "word": "listening", + "start": 2934.96, + "end": 2935.46, + "confidence": 0.20966741, + "speaker": 1, + "speaker_confidence": 0.6069336, + "punctuated_word": "listening." + }, + { + "word": "so", + "start": 2935.72, + "end": 2935.92, + "confidence": 0.9021307, + "speaker": 1, + "speaker_confidence": 0.6069336, + "punctuated_word": "So" + }, + { + "word": "not", + "start": 2935.92, + "end": 2936.12, + "confidence": 0.80750465, + "speaker": 1, + "speaker_confidence": 0.6069336, + "punctuated_word": "not" + }, + { + "word": "all", + "start": 2936.12, + "end": 2936.32, + "confidence": 0.8057559, + "speaker": 1, + "speaker_confidence": 0.6069336, + "punctuated_word": "all" + }, + { + "word": "the", + "start": 2936.32, + "end": 2936.38, + "confidence": 0.8726147, + "speaker": 1, + "speaker_confidence": 0.6069336, + "punctuated_word": "the" + }, + { + "word": "traffic", + "start": 2936.38, + "end": 2936.74, + "confidence": 0.8628333, + "speaker": 1, + "speaker_confidence": 0.6347656, + "punctuated_word": "traffic" + }, + { + "word": "just", + "start": 2936.74, + "end": 2936.94, + "confidence": 0.89932764, + "speaker": 1, + "speaker_confidence": 0.6347656, + "punctuated_word": "just" + }, + { + "word": "goes", + "start": 2936.94, + "end": 2937.16, + "confidence": 0.87915355, + "speaker": 1, + "speaker_confidence": 0.6347656, + "punctuated_word": "goes" + }, + { + "word": "to", + "start": 2937.16, + "end": 2937.32, + "confidence": 0.81505626, + "speaker": 1, + "speaker_confidence": 0.6347656, + "punctuated_word": "to" + }, + { + "word": "that", + "start": 2937.32, + "end": 2937.48, + "confidence": 0.73154956, + "speaker": 1, + "speaker_confidence": 0.6347656, + "punctuated_word": "that" + }, + { + "word": "one", + "start": 2937.48, + "end": 2937.72, + "confidence": 0.78491503, + "speaker": 1, + "speaker_confidence": 0.6347656, + "punctuated_word": "one" + }, + { + "word": "listening", + "start": 2937.72, + "end": 2938.1, + "confidence": 0.9990331, + "speaker": 1, + "speaker_confidence": 0.6347656, + "punctuated_word": "listening" + }, + { + "word": "node", + "start": 2938.1, + "end": 2938.6, + "confidence": 0.16337593, + "speaker": 1, + "speaker_confidence": 0.6347656, + "punctuated_word": "node." + }, + { + "word": "yeah", + "start": 2940.06, + "end": 2940.32, + "confidence": 0.6805232, + "speaker": 0, + "speaker_confidence": 0.66259766, + "punctuated_word": "Yeah," + }, + { + "word": "okay", + "start": 2940.32, + "end": 2940.66, + "confidence": 0.3904325, + "speaker": 0, + "speaker_confidence": 0.66259766, + "punctuated_word": "okay." + }, + { + "word": "so", + "start": 2940.66, + "end": 2941.08, + "confidence": 0.62127966, + "speaker": 0, + "speaker_confidence": 0.66259766, + "punctuated_word": "So," + }, + { + "word": "and", + "start": 2941.08, + "end": 2941.28, + "confidence": 0.90299726, + "speaker": 0, + "speaker_confidence": 0.66259766, + "punctuated_word": "and" + }, + { + "word": "this", + "start": 2941.28, + "end": 2941.56, + "confidence": 0.47664478, + "speaker": 0, + "speaker_confidence": 0.66259766, + "punctuated_word": "this" + }, + { + "word": "is", + "start": 2941.56, + "end": 2942.06, + "confidence": 0.04261976, + "speaker": 0, + "speaker_confidence": 0.66259766, + "punctuated_word": "is..." + }, + { + "word": "sorry", + "start": 2942.8, + "end": 2943.3, + "confidence": 0.8625378, + "speaker": 0, + "speaker_confidence": 0.66259766, + "punctuated_word": "Sorry," + }, + { + "word": "what", + "start": 2944.46, + "end": 2944.64, + "confidence": 0.904328, + "speaker": 0, + "speaker_confidence": 0.66259766, + "punctuated_word": "what" + }, + { + "word": "exactly", + "start": 2944.64, + "end": 2945.14, + "confidence": 0.7093571, + "speaker": 0, + "speaker_confidence": 0.66259766, + "punctuated_word": "exactly" + }, + { + "word": "is", + "start": 2945.14, + "end": 2945.28, + "confidence": 0.86089075, + "speaker": 0, + "speaker_confidence": 0.66259766, + "punctuated_word": "is" + }, + { + "word": "new", + "start": 2945.28, + "end": 2945.44, + "confidence": 0.4920542, + "speaker": 0, + "speaker_confidence": 0.66259766, + "punctuated_word": "new" + }, + { + "word": "in", + "start": 2945.44, + "end": 2945.54, + "confidence": 0.06301805, + "speaker": 0, + "speaker_confidence": 0.66259766, + "punctuated_word": "in" + }, + { + "word": "bitmarkore", + "start": 2945.54, + "end": 2946.04, + "confidence": 0.24610987, + "speaker": 0, + "speaker_confidence": 0.66259766, + "punctuated_word": "BitMarkore?" + }, + { + "word": "like", + "start": 2946.14, + "end": 2946.36, + "confidence": 0.8663046, + "speaker": 0, + "speaker_confidence": 0.66259766, + "punctuated_word": "Like," + }, + { + "word": "this", + "start": 2946.36, + "end": 2946.5, + "confidence": 0.8820777, + "speaker": 0, + "speaker_confidence": 0.66259766, + "punctuated_word": "this" + }, + { + "word": "is", + "start": 2946.5, + "end": 2946.96, + "confidence": 0.8891892, + "speaker": 0, + "speaker_confidence": 0.66259766, + "punctuated_word": "is" + }, + { + "word": "now", + "start": 2946.96, + "end": 2947.24, + "confidence": 0.9498613, + "speaker": 0, + "speaker_confidence": 0.66259766, + "punctuated_word": "now" + }, + { + "word": "just", + "start": 2947.24, + "end": 2947.54, + "confidence": 0.79606795, + "speaker": 0, + "speaker_confidence": 0.66259766, + "punctuated_word": "just" + }, + { + "word": "a", + "start": 2947.54, + "end": 2947.68, + "confidence": 0.41241506, + "speaker": 0, + "speaker_confidence": 0.66259766, + "punctuated_word": "a" + }, + { + "word": "thing", + "start": 2947.68, + "end": 2948.04, + "confidence": 0.88852143, + "speaker": 0, + "speaker_confidence": 0.66259766, + "punctuated_word": "thing," + }, + { + "word": "or", + "start": 2948.04, + "end": 2948.54, + "confidence": 0.38077316, + "speaker": 0, + "speaker_confidence": 0.66259766, + "punctuated_word": "or?" + }, + { + "word": "so", + "start": 2948.8, + "end": 2949.0, + "confidence": 0.8911283, + "speaker": 1, + "speaker_confidence": 0.65527344, + "punctuated_word": "So" + }, + { + "word": "this", + "start": 2949.0, + "end": 2949.14, + "confidence": 0.85443074, + "speaker": 1, + "speaker_confidence": 0.65527344, + "punctuated_word": "this" + }, + { + "word": "feature", + "start": 2949.14, + "end": 2949.44, + "confidence": 0.80824745, + "speaker": 1, + "speaker_confidence": 0.65527344, + "punctuated_word": "feature" + }, + { + "word": "has", + "start": 2949.44, + "end": 2949.52, + "confidence": 0.8949795, + "speaker": 1, + "speaker_confidence": 0.65527344, + "punctuated_word": "has" + }, + { + "word": "been", + "start": 2949.52, + "end": 2949.76, + "confidence": 0.85996157, + "speaker": 1, + "speaker_confidence": 0.65527344, + "punctuated_word": "been" + }, + { + "word": "in", + "start": 2949.76, + "end": 2949.88, + "confidence": 0.7485903, + "speaker": 1, + "speaker_confidence": 0.65527344, + "punctuated_word": "in" + }, + { + "word": "there", + "start": 2949.88, + "end": 2950.12, + "confidence": 0.81582844, + "speaker": 1, + "speaker_confidence": 0.65527344, + "punctuated_word": "there" + }, + { + "word": "since", + "start": 2950.12, + "end": 2950.4, + "confidence": 0.8217012, + "speaker": 1, + "speaker_confidence": 0.65527344, + "punctuated_word": "since" + }, + { + "word": "the", + "start": 2950.4, + "end": 2950.56, + "confidence": 0.6943857, + "speaker": 1, + "speaker_confidence": 0.65527344, + "punctuated_word": "the" + }, + { + "word": "last", + "start": 2950.56, + "end": 2950.76, + "confidence": 0.84572685, + "speaker": 1, + "speaker_confidence": 0.65527344, + "punctuated_word": "last" + }, + { + "word": "version", + "start": 2950.76, + "end": 2951.2, + "confidence": 0.33655688, + "speaker": 1, + "speaker_confidence": 0.65527344, + "punctuated_word": "version," + }, + { + "word": "but", + "start": 2951.2, + "end": 2951.4, + "confidence": 0.93166965, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "but" + }, + { + "word": "it's", + "start": 2951.4, + "end": 2951.6, + "confidence": 0.87213856, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "it's" + }, + { + "word": "now", + "start": 2951.6, + "end": 2951.82, + "confidence": 0.90128875, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "now" + }, + { + "word": "on", + "start": 2951.82, + "end": 2951.98, + "confidence": 0.8944701, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "on" + }, + { + "word": "by", + "start": 2951.98, + "end": 2952.16, + "confidence": 0.887404, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "by" + }, + { + "word": "default", + "start": 2952.16, + "end": 2952.56, + "confidence": 0.69391406, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "default." + }, + { + "word": "so", + "start": 2952.56, + "end": 2952.72, + "confidence": 0.8961874, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "So" + }, + { + "word": "if", + "start": 2952.72, + "end": 2952.94, + "confidence": 0.7281545, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "if" + }, + { + "word": "you", + "start": 2952.94, + "end": 2953.44, + "confidence": 0.5328231, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "you" + }, + { + "word": "upgrade", + "start": 2954.06, + "end": 2954.56, + "confidence": 0.9006453, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "upgrade" + }, + { + "word": "and", + "start": 2955.06, + "end": 2955.2, + "confidence": 0.84532434, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "and" + }, + { + "word": "you", + "start": 2955.2, + "end": 2955.32, + "confidence": 0.9998462, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "you" + }, + { + "word": "didn't", + "start": 2955.32, + "end": 2955.72, + "confidence": 0.84168273, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "didn't" + }, + { + "word": "manually", + "start": 2955.72, + "end": 2956.12, + "confidence": 0.89848334, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "manually" + }, + { + "word": "turn", + "start": 2956.12, + "end": 2956.36, + "confidence": 0.8964187, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "turn" + }, + { + "word": "it", + "start": 2956.36, + "end": 2956.4, + "confidence": 0.71016616, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "it" + }, + { + "word": "on", + "start": 2956.4, + "end": 2956.64, + "confidence": 0.76348925, + "speaker": 1, + "speaker_confidence": 0.8544922, + "punctuated_word": "on" + }, + { + "word": "or", + "start": 2956.64, + "end": 2956.72, + "confidence": 0.8155616, + "speaker": 1, + "speaker_confidence": 0.5385742, + "punctuated_word": "or" + }, + { + "word": "manually", + "start": 2956.72, + "end": 2957.04, + "confidence": 0.89904386, + "speaker": 1, + "speaker_confidence": 0.5385742, + "punctuated_word": "manually" + }, + { + "word": "turn", + "start": 2957.04, + "end": 2957.16, + "confidence": 0.81477976, + "speaker": 1, + "speaker_confidence": 0.5385742, + "punctuated_word": "turn" + }, + { + "word": "it", + "start": 2957.16, + "end": 2957.32, + "confidence": 0.88777924, + "speaker": 1, + "speaker_confidence": 0.5385742, + "punctuated_word": "it" + }, + { + "word": "off", + "start": 2957.32, + "end": 2957.52, + "confidence": 0.76292497, + "speaker": 1, + "speaker_confidence": 0.5385742, + "punctuated_word": "off," + }, + { + "word": "it", + "start": 2957.52, + "end": 2957.64, + "confidence": 0.89442796, + "speaker": 1, + "speaker_confidence": 0.5385742, + "punctuated_word": "it" + }, + { + "word": "will", + "start": 2957.64, + "end": 2957.8, + "confidence": 0.88785833, + "speaker": 1, + "speaker_confidence": 0.5385742, + "punctuated_word": "will" + }, + { + "word": "be", + "start": 2957.8, + "end": 2957.96, + "confidence": 0.97281283, + "speaker": 1, + "speaker_confidence": 0.5385742, + "punctuated_word": "be" + }, + { + "word": "on", + "start": 2957.96, + "end": 2958.46, + "confidence": 0.09147522, + "speaker": 0, + "speaker_confidence": 0.19433594, + "punctuated_word": "on." + }, + { + "word": "if", + "start": 2958.48, + "end": 2958.72, + "confidence": 0.43686628, + "speaker": 0, + "speaker_confidence": 0.19433594, + "punctuated_word": "If" + }, + { + "word": "you", + "start": 2958.72, + "end": 2958.9, + "confidence": 0.8988084, + "speaker": 0, + "speaker_confidence": 0.296875, + "punctuated_word": "you" + }, + { + "word": "turn", + "start": 2958.9, + "end": 2959.12, + "confidence": 0.83136153, + "speaker": 0, + "speaker_confidence": 0.296875, + "punctuated_word": "turn" + }, + { + "word": "it", + "start": 2959.12, + "end": 2959.34, + "confidence": 0.5846286, + "speaker": 0, + "speaker_confidence": 0.296875, + "punctuated_word": "it" + }, + { + "word": "off", + "start": 2959.34, + "end": 2959.54, + "confidence": 0.7806001, + "speaker": 0, + "speaker_confidence": 0.296875, + "punctuated_word": "off," + }, + { + "word": "it's", + "start": 2959.54, + "end": 2960.04, + "confidence": 0.76630145, + "speaker": 0, + "speaker_confidence": 0.296875, + "punctuated_word": "it's" + }, + { + "word": "not", + "start": 2960.24, + "end": 2960.38, + "confidence": 0.89470154, + "speaker": 1, + "speaker_confidence": 0.4296875, + "punctuated_word": "not" + }, + { + "word": "going", + "start": 2960.38, + "end": 2960.5, + "confidence": 0.89491755, + "speaker": 1, + "speaker_confidence": 0.4296875, + "punctuated_word": "going" + }, + { + "word": "to", + "start": 2960.5, + "end": 2960.64, + "confidence": 0.8086903, + "speaker": 1, + "speaker_confidence": 0.4296875, + "punctuated_word": "to" + }, + { + "word": "be", + "start": 2960.64, + "end": 2960.76, + "confidence": 0.90248704, + "speaker": 1, + "speaker_confidence": 0.4296875, + "punctuated_word": "be" + }, + { + "word": "turned", + "start": 2960.76, + "end": 2960.98, + "confidence": 0.97763765, + "speaker": 1, + "speaker_confidence": 0.4296875, + "punctuated_word": "turned" + }, + { + "word": "on", + "start": 2960.98, + "end": 2961.36, + "confidence": 0.12841666, + "speaker": 1, + "speaker_confidence": 0.4296875, + "punctuated_word": "on." + }, + { + "word": "then", + "start": 2961.36, + "end": 2961.5, + "confidence": 0.8965326, + "speaker": 0, + "speaker_confidence": 0.5761719, + "punctuated_word": "Then" + }, + { + "word": "it", + "start": 2961.5, + "end": 2961.66, + "confidence": 0.89746886, + "speaker": 0, + "speaker_confidence": 0.5761719, + "punctuated_word": "it" + }, + { + "word": "can", + "start": 2961.66, + "end": 2961.82, + "confidence": 0.8187428, + "speaker": 0, + "speaker_confidence": 0.5761719, + "punctuated_word": "can" + }, + { + "word": "be", + "start": 2961.82, + "end": 2961.98, + "confidence": 0.8908043, + "speaker": 0, + "speaker_confidence": 0.5761719, + "punctuated_word": "be" + }, + { + "word": "called", + "start": 2961.98, + "end": 2962.24, + "confidence": 0.80824935, + "speaker": 0, + "speaker_confidence": 0.5761719, + "punctuated_word": "called" + }, + { + "word": "by", + "start": 2962.24, + "end": 2962.4, + "confidence": 0.76223475, + "speaker": 0, + "speaker_confidence": 0.5761719, + "punctuated_word": "by" + }, + { + "word": "the", + "start": 2962.4, + "end": 2962.54, + "confidence": 0.8824039, + "speaker": 0, + "speaker_confidence": 0.5761719, + "punctuated_word": "the" + }, + { + "word": "outside", + "start": 2962.54, + "end": 2962.9, + "confidence": 0.49311152, + "speaker": 0, + "speaker_confidence": 0.5761719, + "punctuated_word": "outside" + }, + { + "word": "world", + "start": 2962.9, + "end": 2963.4, + "confidence": 0.0953211, + "speaker": 0, + "speaker_confidence": 0.5761719, + "punctuated_word": "world." + }, + { + "word": "if", + "start": 2963.76, + "end": 2963.98, + "confidence": 0.7490986, + "speaker": 1, + "speaker_confidence": 0.49023438, + "punctuated_word": "If" + }, + { + "word": "your", + "start": 2963.98, + "end": 2964.14, + "confidence": 0.7983956, + "speaker": 1, + "speaker_confidence": 0.49023438, + "punctuated_word": "your" + }, + { + "word": "router", + "start": 2964.14, + "end": 2964.52, + "confidence": 0.9064882, + "speaker": 1, + "speaker_confidence": 0.49023438, + "punctuated_word": "router" + }, + { + "word": "supports", + "start": 2964.52, + "end": 2964.88, + "confidence": 0.9631079, + "speaker": 1, + "speaker_confidence": 0.49023438, + "punctuated_word": "supports" + }, + { + "word": "it", + "start": 2964.88, + "end": 2965.08, + "confidence": 0.90103954, + "speaker": 1, + "speaker_confidence": 0.49023438, + "punctuated_word": "it," + }, + { + "word": "yes", + "start": 2965.08, + "end": 2965.58, + "confidence": 0.11302867, + "speaker": 1, + "speaker_confidence": 0.49023438, + "punctuated_word": "yes." + }, + { + "word": "okay", + "start": 2967.34, + "end": 2967.84, + "confidence": 0.80648226, + "speaker": 0, + "speaker_confidence": 0.6503906, + "punctuated_word": "Okay." + }, + { + "word": "do", + "start": 2968.18, + "end": 2968.58, + "confidence": 0.999915, + "speaker": 0, + "speaker_confidence": 0.6503906, + "punctuated_word": "Do" + }, + { + "word": "routers", + "start": 2968.58, + "end": 2969.06, + "confidence": 0.8814988, + "speaker": 0, + "speaker_confidence": 0.6503906, + "punctuated_word": "routers" + }, + { + "word": "generally", + "start": 2969.06, + "end": 2969.44, + "confidence": 0.87054306, + "speaker": 0, + "speaker_confidence": 0.6503906, + "punctuated_word": "generally" + }, + { + "word": "support", + "start": 2969.44, + "end": 2969.82, + "confidence": 0.40775028, + "speaker": 0, + "speaker_confidence": 0.6503906, + "punctuated_word": "support" + }, + { + "word": "this", + "start": 2969.82, + "end": 2970.04, + "confidence": 0.86251676, + "speaker": 0, + "speaker_confidence": 0.6503906, + "punctuated_word": "this," + }, + { + "word": "or", + "start": 2970.04, + "end": 2970.2, + "confidence": 0.970873, + "speaker": 0, + "speaker_confidence": 0.6503906, + "punctuated_word": "or" + }, + { + "word": "what's", + "start": 2970.2, + "end": 2970.52, + "confidence": 0.8057731, + "speaker": 0, + "speaker_confidence": 0.6503906, + "punctuated_word": "what's" + }, + { + "word": "the", + "start": 2970.52, + "end": 2970.84, + "confidence": 0.84309983, + "speaker": 0, + "speaker_confidence": 0.6503906, + "punctuated_word": "the" + }, + { + "word": "if", + "start": 2970.84, + "end": 2971.12, + "confidence": 0.92503357, + "speaker": 0, + "speaker_confidence": 0.6503906, + "punctuated_word": "if" + }, + { + "word": "there", + "start": 2971.12, + "end": 2971.62, + "confidence": 0.08427203, + "speaker": 0, + "speaker_confidence": 0.6503906, + "punctuated_word": "there?" + }, + { + "word": "i'm", + "start": 2972.22, + "end": 2972.44, + "confidence": 0.9013278, + "speaker": 1, + "speaker_confidence": 0.5019531, + "punctuated_word": "I'm" + }, + { + "word": "not", + "start": 2972.44, + "end": 2972.6, + "confidence": 0.5106481, + "speaker": 1, + "speaker_confidence": 0.5019531, + "punctuated_word": "not" + }, + { + "word": "sure", + "start": 2972.6, + "end": 2973.04, + "confidence": 0.08446622, + "speaker": 1, + "speaker_confidence": 0.5019531, + "punctuated_word": "sure." + }, + { + "word": "like", + "start": 2973.04, + "end": 2973.34, + "confidence": 0.8954756, + "speaker": 1, + "speaker_confidence": 0.5019531, + "punctuated_word": "Like," + }, + { + "word": "we'll", + "start": 2973.34, + "end": 2973.64, + "confidence": 0.836705, + "speaker": 1, + "speaker_confidence": 0.5019531, + "punctuated_word": "we'll" + }, + { + "word": "find", + "start": 2973.64, + "end": 2973.92, + "confidence": 0.9223951, + "speaker": 1, + "speaker_confidence": 0.5019531, + "punctuated_word": "find" + }, + { + "word": "out", + "start": 2973.92, + "end": 2974.34, + "confidence": 0.26195306, + "speaker": 1, + "speaker_confidence": 0.5019531, + "punctuated_word": "out." + }, + { + "word": "like", + "start": 2974.34, + "end": 2974.54, + "confidence": 0.9027612, + "speaker": 1, + "speaker_confidence": 0.5019531, + "punctuated_word": "Like," + }, + { + "word": "it", + "start": 2974.54, + "end": 2974.74, + "confidence": 0.906648, + "speaker": 1, + "speaker_confidence": 0.5019531, + "punctuated_word": "it" + }, + { + "word": "should", + "start": 2974.74, + "end": 2974.96, + "confidence": 0.8772202, + "speaker": 1, + "speaker_confidence": 0.62109375, + "punctuated_word": "should" + }, + { + "word": "be", + "start": 2974.96, + "end": 2975.28, + "confidence": 0.8147858, + "speaker": 1, + "speaker_confidence": 0.62109375, + "punctuated_word": "be" + }, + { + "word": "pretty", + "start": 2975.28, + "end": 2975.5, + "confidence": 0.811579, + "speaker": 1, + "speaker_confidence": 0.62109375, + "punctuated_word": "pretty" + }, + { + "word": "clear", + "start": 2975.5, + "end": 2975.8, + "confidence": 0.81898427, + "speaker": 1, + "speaker_confidence": 0.62109375, + "punctuated_word": "clear" + }, + { + "word": "in", + "start": 2975.8, + "end": 2975.94, + "confidence": 0.8612609, + "speaker": 1, + "speaker_confidence": 0.62109375, + "punctuated_word": "in" + }, + { + "word": "the", + "start": 2975.94, + "end": 2976.06, + "confidence": 0.52069813, + "speaker": 1, + "speaker_confidence": 0.7167969, + "punctuated_word": "the" + }, + { + "word": "stats", + "start": 2976.06, + "end": 2976.42, + "confidence": 0.99634993, + "speaker": 1, + "speaker_confidence": 0.7167969, + "punctuated_word": "stats" + }, + { + "word": "that", + "start": 2976.42, + "end": 2976.6, + "confidence": 0.87775475, + "speaker": 1, + "speaker_confidence": 0.7167969, + "punctuated_word": "that" + }, + { + "word": "the", + "start": 2976.6, + "end": 2976.74, + "confidence": 0.90089506, + "speaker": 1, + "speaker_confidence": 0.7167969, + "punctuated_word": "the" + }, + { + "word": "number", + "start": 2976.74, + "end": 2976.98, + "confidence": 0.72123516, + "speaker": 1, + "speaker_confidence": 0.7167969, + "punctuated_word": "number" + }, + { + "word": "of", + "start": 2976.98, + "end": 2977.12, + "confidence": 0.82655156, + "speaker": 1, + "speaker_confidence": 0.7167969, + "punctuated_word": "of" + }, + { + "word": "listening", + "start": 2977.12, + "end": 2977.48, + "confidence": 0.35298377, + "speaker": 1, + "speaker_confidence": 0.7167969, + "punctuated_word": "listening" + }, + { + "word": "notes", + "start": 2977.48, + "end": 2977.76, + "confidence": 0.99858886, + "speaker": 1, + "speaker_confidence": 0.7167969, + "punctuated_word": "notes" + }, + { + "word": "would", + "start": 2977.76, + "end": 2977.96, + "confidence": 0.90401226, + "speaker": 1, + "speaker_confidence": 0.7167969, + "punctuated_word": "would" + }, + { + "word": "go", + "start": 2977.96, + "end": 2978.04, + "confidence": 0.7811136, + "speaker": 1, + "speaker_confidence": 0.7167969, + "punctuated_word": "go" + }, + { + "word": "up", + "start": 2978.04, + "end": 2978.2, + "confidence": 0.68459666, + "speaker": 1, + "speaker_confidence": 0.7167969, + "punctuated_word": "up" + }, + { + "word": "dramatically", + "start": 2978.2, + "end": 2978.7, + "confidence": 0.35285032, + "speaker": 1, + "speaker_confidence": 0.7167969, + "punctuated_word": "dramatically." + }, + { + "word": "because", + "start": 2979.52, + "end": 2979.72, + "confidence": 0.81639016, + "speaker": 1, + "speaker_confidence": 0.42285156, + "punctuated_word": "Because" + }, + { + "word": "at", + "start": 2979.72, + "end": 2979.84, + "confidence": 0.92067605, + "speaker": 1, + "speaker_confidence": 0.42285156, + "punctuated_word": "at" + }, + { + "word": "the", + "start": 2979.84, + "end": 2979.96, + "confidence": 0.81042266, + "speaker": 1, + "speaker_confidence": 0.42285156, + "punctuated_word": "the" + }, + { + "word": "moment", + "start": 2979.96, + "end": 2980.44, + "confidence": 0.38274437, + "speaker": 1, + "speaker_confidence": 0.42285156, + "punctuated_word": "moment," + }, + { + "word": "most", + "start": 2980.44, + "end": 2980.64, + "confidence": 0.8108223, + "speaker": 1, + "speaker_confidence": 0.42285156, + "punctuated_word": "most" + }, + { + "word": "of", + "start": 2980.64, + "end": 2980.76, + "confidence": 0.6977072, + "speaker": 1, + "speaker_confidence": 0.42285156, + "punctuated_word": "of" + }, + { + "word": "the", + "start": 2980.76, + "end": 2980.92, + "confidence": 0.8396335, + "speaker": 1, + "speaker_confidence": 0.8803711, + "punctuated_word": "the" + }, + { + "word": "listening", + "start": 2980.92, + "end": 2981.16, + "confidence": 0.8923354, + "speaker": 1, + "speaker_confidence": 0.8803711, + "punctuated_word": "listening" + }, + { + "word": "notes", + "start": 2981.16, + "end": 2981.4, + "confidence": 0.9050418, + "speaker": 1, + "speaker_confidence": 0.8803711, + "punctuated_word": "notes" + }, + { + "word": "are", + "start": 2981.4, + "end": 2981.58, + "confidence": 0.39589202, + "speaker": 1, + "speaker_confidence": 0.8803711, + "punctuated_word": "are" + }, + { + "word": "on", + "start": 2981.58, + "end": 2981.84, + "confidence": 0.43130466, + "speaker": 1, + "speaker_confidence": 0.8803711, + "punctuated_word": "on" + }, + { + "word": "tour", + "start": 2981.84, + "end": 2982.28, + "confidence": 0.37193245, + "speaker": 1, + "speaker_confidence": 0.8803711, + "punctuated_word": "tour," + }, + { + "word": "because", + "start": 2982.28, + "end": 2982.72, + "confidence": 0.89412737, + "speaker": 1, + "speaker_confidence": 0.8803711, + "punctuated_word": "because" + }, + { + "word": "the", + "start": 2982.72, + "end": 2982.84, + "confidence": 0.91534114, + "speaker": 1, + "speaker_confidence": 0.8803711, + "punctuated_word": "the" + }, + { + "word": "way", + "start": 2982.84, + "end": 2983.14, + "confidence": 0.86438525, + "speaker": 1, + "speaker_confidence": 0.8803711, + "punctuated_word": "way" + }, + { + "word": "people", + "start": 2983.14, + "end": 2983.5, + "confidence": 0.90438044, + "speaker": 1, + "speaker_confidence": 0.8803711, + "punctuated_word": "people" + }, + { + "word": "set", + "start": 2983.5, + "end": 2983.7, + "confidence": 0.86772656, + "speaker": 1, + "speaker_confidence": 0.8803711, + "punctuated_word": "set" + }, + { + "word": "up", + "start": 2983.7, + "end": 2983.86, + "confidence": 0.7998969, + "speaker": 1, + "speaker_confidence": 0.8803711, + "punctuated_word": "up" + }, + { + "word": "their", + "start": 2983.86, + "end": 2983.98, + "confidence": 0.8572213, + "speaker": 1, + "speaker_confidence": 0.8803711, + "punctuated_word": "their" + }, + { + "word": "tour", + "start": 2983.98, + "end": 2984.26, + "confidence": 0.46733525, + "speaker": 1, + "speaker_confidence": 0.8803711, + "punctuated_word": "tour" + }, + { + "word": "notes", + "start": 2984.26, + "end": 2984.76, + "confidence": 0.5688149, + "speaker": 1, + "speaker_confidence": 0.8803711, + "punctuated_word": "notes" + }, + { + "word": "usually", + "start": 2986.02, + "end": 2986.52, + "confidence": 0.87887317, + "speaker": 1, + "speaker_confidence": 0.8803711, + "punctuated_word": "usually" + }, + { + "word": "is", + "start": 2986.56, + "end": 2986.78, + "confidence": 0.87705296, + "speaker": 1, + "speaker_confidence": 0.8803711, + "punctuated_word": "is" + }, + { + "word": "such", + "start": 2986.78, + "end": 2987.06, + "confidence": 0.73043853, + "speaker": 1, + "speaker_confidence": 0.8803711, + "punctuated_word": "such" + }, + { + "word": "that", + "start": 2987.06, + "end": 2987.22, + "confidence": 0.8859284, + "speaker": 1, + "speaker_confidence": 0.8803711, + "punctuated_word": "that" + }, + { + "word": "they're", + "start": 2987.22, + "end": 2987.46, + "confidence": 0.82129204, + "speaker": 1, + "speaker_confidence": 0.8803711, + "punctuated_word": "they're" + }, + { + "word": "also", + "start": 2987.46, + "end": 2987.74, + "confidence": 0.8345976, + "speaker": 1, + "speaker_confidence": 0.8803711, + "punctuated_word": "also" + }, + { + "word": "listening", + "start": 2987.74, + "end": 2988.24, + "confidence": 0.13412704, + "speaker": 1, + "speaker_confidence": 0.8803711, + "punctuated_word": "listening." + }, + { + "word": "so", + "start": 2989.22, + "end": 2989.4, + "confidence": 0.9985784, + "speaker": 1, + "speaker_confidence": 0.76171875, + "punctuated_word": "So" + }, + { + "word": "that's", + "start": 2989.4, + "end": 2989.64, + "confidence": 0.8084162, + "speaker": 1, + "speaker_confidence": 0.76171875, + "punctuated_word": "that's" + }, + { + "word": "why", + "start": 2989.64, + "end": 2989.86, + "confidence": 0.9242909, + "speaker": 1, + "speaker_confidence": 0.76171875, + "punctuated_word": "why" + }, + { + "word": "some", + "start": 2989.86, + "end": 2990.08, + "confidence": 0.8900836, + "speaker": 1, + "speaker_confidence": 0.76171875, + "punctuated_word": "some" + }, + { + "word": "people", + "start": 2990.08, + "end": 2990.44, + "confidence": 0.7962418, + "speaker": 1, + "speaker_confidence": 0.76171875, + "punctuated_word": "people" + }, + { + "word": "are", + "start": 2990.44, + "end": 2990.64, + "confidence": 0.8696353, + "speaker": 1, + "speaker_confidence": 0.76171875, + "punctuated_word": "are" + }, + { + "word": "saying", + "start": 2990.64, + "end": 2990.98, + "confidence": 0.14490275, + "speaker": 1, + "speaker_confidence": 0.76171875, + "punctuated_word": "saying," + }, + { + "word": "oh", + "start": 2990.98, + "end": 2991.14, + "confidence": 0.81045383, + "speaker": 1, + "speaker_confidence": 0.76171875, + "punctuated_word": "oh," + }, + { + "word": "the", + "start": 2991.14, + "end": 2991.26, + "confidence": 0.8730117, + "speaker": 1, + "speaker_confidence": 0.64160156, + "punctuated_word": "the" + }, + { + "word": "majority", + "start": 2991.26, + "end": 2991.6, + "confidence": 0.84080535, + "speaker": 1, + "speaker_confidence": 0.64160156, + "punctuated_word": "majority" + }, + { + "word": "of", + "start": 2991.6, + "end": 2991.76, + "confidence": 0.84129417, + "speaker": 1, + "speaker_confidence": 0.64160156, + "punctuated_word": "of" + }, + { + "word": "bitcoin", + "start": 2991.76, + "end": 2992.08, + "confidence": 0.8695373, + "speaker": 1, + "speaker_confidence": 0.64160156, + "punctuated_word": "Bitcoin" + }, + { + "word": "notes", + "start": 2992.08, + "end": 2992.28, + "confidence": 0.89392, + "speaker": 1, + "speaker_confidence": 0.64160156, + "punctuated_word": "notes" + }, + { + "word": "is", + "start": 2992.28, + "end": 2992.44, + "confidence": 0.36463118, + "speaker": 1, + "speaker_confidence": 0.64160156, + "punctuated_word": "is" + }, + { + "word": "on", + "start": 2992.44, + "end": 2992.64, + "confidence": 0.9007124, + "speaker": 1, + "speaker_confidence": 0.64160156, + "punctuated_word": "on" + }, + { + "word": "tour", + "start": 2992.64, + "end": 2992.82, + "confidence": 0.35071334, + "speaker": 1, + "speaker_confidence": 0.64160156, + "punctuated_word": "tour." + }, + { + "word": "well", + "start": 2992.82, + "end": 2992.9, + "confidence": 0.8834467, + "speaker": 1, + "speaker_confidence": 0.49121094, + "punctuated_word": "Well," + }, + { + "word": "that's", + "start": 2992.9, + "end": 2993.2, + "confidence": 0.886778, + "speaker": 1, + "speaker_confidence": 0.49121094, + "punctuated_word": "that's" + }, + { + "word": "not", + "start": 2993.2, + "end": 2993.32, + "confidence": 0.6396411, + "speaker": 1, + "speaker_confidence": 0.49121094, + "punctuated_word": "not" + }, + { + "word": "true", + "start": 2993.32, + "end": 2993.68, + "confidence": 0.52424544, + "speaker": 1, + "speaker_confidence": 0.49121094, + "punctuated_word": "true." + }, + { + "word": "the", + "start": 2993.68, + "end": 2993.74, + "confidence": 0.88407636, + "speaker": 1, + "speaker_confidence": 0.49121094, + "punctuated_word": "The" + }, + { + "word": "majority", + "start": 2993.74, + "end": 2994.06, + "confidence": 0.7441096, + "speaker": 1, + "speaker_confidence": 0.49121094, + "punctuated_word": "majority" + }, + { + "word": "of", + "start": 2994.06, + "end": 2994.18, + "confidence": 0.91350615, + "speaker": 1, + "speaker_confidence": 0.49121094, + "punctuated_word": "of" + }, + { + "word": "listening", + "start": 2994.18, + "end": 2994.62, + "confidence": 0.87287587, + "speaker": 1, + "speaker_confidence": 0.546875, + "punctuated_word": "listening" + }, + { + "word": "bitcoin", + "start": 2994.62, + "end": 2994.88, + "confidence": 0.88335764, + "speaker": 1, + "speaker_confidence": 0.546875, + "punctuated_word": "Bitcoin" + }, + { + "word": "notes", + "start": 2994.88, + "end": 2995.14, + "confidence": 0.9048721, + "speaker": 1, + "speaker_confidence": 0.546875, + "punctuated_word": "notes" + }, + { + "word": "is", + "start": 2995.14, + "end": 2995.28, + "confidence": 0.8057289, + "speaker": 1, + "speaker_confidence": 0.546875, + "punctuated_word": "is" + }, + { + "word": "on", + "start": 2995.28, + "end": 2995.44, + "confidence": 0.85349786, + "speaker": 1, + "speaker_confidence": 0.546875, + "punctuated_word": "on" + }, + { + "word": "tour", + "start": 2995.44, + "end": 2995.94, + "confidence": 0.27649283, + "speaker": 1, + "speaker_confidence": 0.546875, + "punctuated_word": "tour." + }, + { + "word": "but", + "start": 2996.14, + "end": 2996.28, + "confidence": 0.8283214, + "speaker": 1, + "speaker_confidence": 0.17871094, + "punctuated_word": "But" + }, + { + "word": "that", + "start": 2996.28, + "end": 2996.5, + "confidence": 0.90600455, + "speaker": 1, + "speaker_confidence": 0.55371094, + "punctuated_word": "that" + }, + { + "word": "might", + "start": 2996.5, + "end": 2996.72, + "confidence": 0.8394344, + "speaker": 1, + "speaker_confidence": 0.55371094, + "punctuated_word": "might" + }, + { + "word": "no", + "start": 2996.72, + "end": 2996.92, + "confidence": 0.90284646, + "speaker": 1, + "speaker_confidence": 0.55371094, + "punctuated_word": "no" + }, + { + "word": "longer", + "start": 2996.92, + "end": 2997.24, + "confidence": 0.9201926, + "speaker": 1, + "speaker_confidence": 0.55371094, + "punctuated_word": "longer" + }, + { + "word": "be", + "start": 2997.24, + "end": 2997.38, + "confidence": 0.58732206, + "speaker": 1, + "speaker_confidence": 0.55371094, + "punctuated_word": "be" + }, + { + "word": "true", + "start": 2997.38, + "end": 2997.66, + "confidence": 0.99645835, + "speaker": 1, + "speaker_confidence": 0.55371094, + "punctuated_word": "true" + }, + { + "word": "eventually", + "start": 2997.66, + "end": 2998.16, + "confidence": 0.18754713, + "speaker": 1, + "speaker_confidence": 0.55371094, + "punctuated_word": "eventually." + }, + { + "word": "right", + "start": 2999.16, + "end": 2999.38, + "confidence": 0.8734412, + "speaker": 1, + "speaker_confidence": 0.15039062, + "punctuated_word": "Right," + }, + { + "word": "right", + "start": 2999.38, + "end": 2999.88, + "confidence": 0.5620175, + "speaker": 1, + "speaker_confidence": 0.15039062, + "punctuated_word": "right." + }, + { + "word": "pcp", + "start": 3001.72, + "end": 3002.22, + "confidence": 0.9014506, + "speaker": 0, + "speaker_confidence": 0.64697266, + "punctuated_word": "PCP" + }, + { + "word": "is", + "start": 3002.22, + "end": 3002.42, + "confidence": 0.8545648, + "speaker": 0, + "speaker_confidence": 0.64697266, + "punctuated_word": "is" + }, + { + "word": "also", + "start": 3002.42, + "end": 3002.72, + "confidence": 0.9155231, + "speaker": 0, + "speaker_confidence": 0.64697266, + "punctuated_word": "also" + }, + { + "word": "a", + "start": 3002.72, + "end": 3002.98, + "confidence": 0.90849406, + "speaker": 0, + "speaker_confidence": 0.64697266, + "punctuated_word": "a" + }, + { + "word": "type", + "start": 3002.98, + "end": 3003.22, + "confidence": 0.71554863, + "speaker": 0, + "speaker_confidence": 0.64697266, + "punctuated_word": "type" + }, + { + "word": "of", + "start": 3003.22, + "end": 3003.38, + "confidence": 0.84956723, + "speaker": 0, + "speaker_confidence": 0.64697266, + "punctuated_word": "of" + }, + { + "word": "drugs", + "start": 3003.38, + "end": 3003.88, + "confidence": 0.12171975, + "speaker": 0, + "speaker_confidence": 0.64697266, + "punctuated_word": "drugs." + }, + { + "word": "that's", + "start": 3005.32, + "end": 3005.72, + "confidence": 0.8944976, + "speaker": 1, + "speaker_confidence": 0.68066406, + "punctuated_word": "That's" + }, + { + "word": "not", + "start": 3005.72, + "end": 3005.9, + "confidence": 0.8163711, + "speaker": 1, + "speaker_confidence": 0.68066406, + "punctuated_word": "not" + }, + { + "word": "my", + "start": 3005.9, + "end": 3006.1, + "confidence": 0.6851962, + "speaker": 1, + "speaker_confidence": 0.68066406, + "punctuated_word": "my" + }, + { + "word": "expertise", + "start": 3006.1, + "end": 3006.6, + "confidence": 0.8872788, + "speaker": 1, + "speaker_confidence": 0.68066406, + "punctuated_word": "expertise," + }, + { + "word": "but", + "start": 3006.8, + "end": 3007.12, + "confidence": 0.80550283, + "speaker": 1, + "speaker_confidence": 0.68066406, + "punctuated_word": "but" + }, + { + "word": "you", + "start": 3007.12, + "end": 3007.34, + "confidence": 0.89800674, + "speaker": 1, + "speaker_confidence": 0.68066406, + "punctuated_word": "you" + }, + { + "word": "tell", + "start": 3007.34, + "end": 3007.54, + "confidence": 0.9373741, + "speaker": 1, + "speaker_confidence": 0.68066406, + "punctuated_word": "tell" + }, + { + "word": "me", + "start": 3007.54, + "end": 3008.04, + "confidence": 0.0749129, + "speaker": 1, + "speaker_confidence": 0.68066406, + "punctuated_word": "me." + }, + { + "word": "coincidence", + "start": 3008.24, + "end": 3008.74, + "confidence": 0.94637793, + "speaker": 0, + "speaker_confidence": 0.25, + "punctuated_word": "Coincidence?" + }, + { + "word": "i", + "start": 3009.52, + "end": 3009.64, + "confidence": 0.74808633, + "speaker": 1, + "speaker_confidence": 0.6142578, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 3009.64, + "end": 3009.92, + "confidence": 0.7563968, + "speaker": 1, + "speaker_confidence": 0.6142578, + "punctuated_word": "think" + }, + { + "word": "every", + "start": 3009.92, + "end": 3010.24, + "confidence": 0.4693062, + "speaker": 1, + "speaker_confidence": 0.6142578, + "punctuated_word": "every" + }, + { + "word": "three", + "start": 3010.24, + "end": 3010.44, + "confidence": 0.75097704, + "speaker": 1, + "speaker_confidence": 0.6142578, + "punctuated_word": "three" + }, + { + "word": "letter", + "start": 3010.44, + "end": 3010.76, + "confidence": 0.5401067, + "speaker": 1, + "speaker_confidence": 0.6142578, + "punctuated_word": "letter" + }, + { + "word": "acronym", + "start": 3010.76, + "end": 3011.2, + "confidence": 0.8979841, + "speaker": 1, + "speaker_confidence": 0.6142578, + "punctuated_word": "acronym" + }, + { + "word": "probably", + "start": 3011.2, + "end": 3011.48, + "confidence": 0.5903918, + "speaker": 1, + "speaker_confidence": 0.6142578, + "punctuated_word": "probably" + }, + { + "word": "is", + "start": 3011.48, + "end": 3011.98, + "confidence": 0.023558173, + "speaker": 1, + "speaker_confidence": 0.6142578, + "punctuated_word": "is." + }, + { + "word": "okay", + "start": 3014.54, + "end": 3015.04, + "confidence": 0.99198407, + "speaker": 0, + "speaker_confidence": 0.4897461, + "punctuated_word": "Okay," + }, + { + "word": "i", + "start": 3015.04, + "end": 3015.16, + "confidence": 0.900546, + "speaker": 0, + "speaker_confidence": 0.4897461, + "punctuated_word": "I" + }, + { + "word": "think", + "start": 3015.16, + "end": 3015.32, + "confidence": 0.79559565, + "speaker": 0, + "speaker_confidence": 0.4897461, + "punctuated_word": "think" + }, + { + "word": "we", + "start": 3015.32, + "end": 3015.48, + "confidence": 0.8631455, + "speaker": 0, + "speaker_confidence": 0.4897461, + "punctuated_word": "we" + }, + { + "word": "made", + "start": 3015.48, + "end": 3015.72, + "confidence": 0.58682996, + "speaker": 0, + "speaker_confidence": 0.4897461, + "punctuated_word": "made" + }, + { + "word": "it", + "start": 3015.72, + "end": 3015.8, + "confidence": 0.7994796, + "speaker": 0, + "speaker_confidence": 0.4897461, + "punctuated_word": "it" + }, + { + "word": "through", + "start": 3015.8, + "end": 3016.0, + "confidence": 0.86266696, + "speaker": 0, + "speaker_confidence": 0.4897461, + "punctuated_word": "through" + }, + { + "word": "the", + "start": 3016.0, + "end": 3016.08, + "confidence": 0.63448876, + "speaker": 0, + "speaker_confidence": 0.4897461, + "punctuated_word": "the" + }, + { + "word": "list", + "start": 3016.08, + "end": 3016.32, + "confidence": 0.3741979, + "speaker": 0, + "speaker_confidence": 0.4897461, + "punctuated_word": "list," + }, + { + "word": "shorts", + "start": 3016.32, + "end": 3016.82, + "confidence": 0.8865905, + "speaker": 0, + "speaker_confidence": 0.4897461, + "punctuated_word": "Shorts." + }, + { + "word": "we", + "start": 3017.28, + "end": 3017.48, + "confidence": 0.71431696, + "speaker": 1, + "speaker_confidence": 0.7392578, + "punctuated_word": "We" + }, + { + "word": "did", + "start": 3017.48, + "end": 3017.98, + "confidence": 0.88685924, + "speaker": 1, + "speaker_confidence": 0.7392578, + "punctuated_word": "did." + }, + { + "word": "well", + "start": 3018.08, + "end": 3018.34, + "confidence": 0.8973593, + "speaker": 1, + "speaker_confidence": 0.7392578, + "punctuated_word": "Well," + }, + { + "word": "in", + "start": 3018.34, + "end": 3018.48, + "confidence": 0.81728673, + "speaker": 1, + "speaker_confidence": 0.7392578, + "punctuated_word": "in" + }, + { + "word": "that", + "start": 3018.48, + "end": 3018.68, + "confidence": 0.8860766, + "speaker": 1, + "speaker_confidence": 0.7392578, + "punctuated_word": "that" + }, + { + "word": "case", + "start": 3018.68, + "end": 3019.16, + "confidence": 0.7533493, + "speaker": 1, + "speaker_confidence": 0.7392578, + "punctuated_word": "case," + }, + { + "word": "unless", + "start": 3019.16, + "end": 3019.48, + "confidence": 0.8812506, + "speaker": 1, + "speaker_confidence": 0.7392578, + "punctuated_word": "unless" + }, + { + "word": "you", + "start": 3019.48, + "end": 3019.64, + "confidence": 0.844653, + "speaker": 1, + "speaker_confidence": 0.7392578, + "punctuated_word": "you" + }, + { + "word": "have", + "start": 3019.64, + "end": 3019.8, + "confidence": 0.89717764, + "speaker": 1, + "speaker_confidence": 0.7392578, + "punctuated_word": "have" + }, + { + "word": "anything", + "start": 3019.8, + "end": 3020.16, + "confidence": 0.81633174, + "speaker": 1, + "speaker_confidence": 0.7392578, + "punctuated_word": "anything" + }, + { + "word": "to", + "start": 3020.16, + "end": 3020.32, + "confidence": 0.4420662, + "speaker": 1, + "speaker_confidence": 0.7392578, + "punctuated_word": "to" + }, + { + "word": "add", + "start": 3020.32, + "end": 3020.82, + "confidence": 0.019088328, + "speaker": 1, + "speaker_confidence": 0.7392578, + "punctuated_word": "add?" + }, + { + "word": "no", + "start": 3022.76, + "end": 3023.1, + "confidence": 0.601996, + "speaker": 0, + "speaker_confidence": 0.5888672, + "punctuated_word": "No." + }, + { + "word": "where", + "start": 3023.1, + "end": 3023.32, + "confidence": 0.9147533, + "speaker": 0, + "speaker_confidence": 0.5888672, + "punctuated_word": "Where" + }, + { + "word": "can", + "start": 3023.32, + "end": 3023.52, + "confidence": 0.8038539, + "speaker": 0, + "speaker_confidence": 0.5888672, + "punctuated_word": "can" + }, + { + "word": "people", + "start": 3023.52, + "end": 3023.86, + "confidence": 0.7941805, + "speaker": 0, + "speaker_confidence": 0.5888672, + "punctuated_word": "people" + }, + { + "word": "find", + "start": 3023.86, + "end": 3024.08, + "confidence": 0.847099, + "speaker": 0, + "speaker_confidence": 0.5888672, + "punctuated_word": "find" + }, + { + "word": "this", + "start": 3024.08, + "end": 3024.52, + "confidence": 0.07658178, + "speaker": 0, + "speaker_confidence": 0.5888672, + "punctuated_word": "this?" + }, + { + "word": "where", + "start": 3024.52, + "end": 3024.72, + "confidence": 0.9150871, + "speaker": 0, + "speaker_confidence": 0.5888672, + "punctuated_word": "Where" + }, + { + "word": "can", + "start": 3024.72, + "end": 3024.88, + "confidence": 0.79209226, + "speaker": 0, + "speaker_confidence": 0.5888672, + "punctuated_word": "can" + }, + { + "word": "people", + "start": 3024.88, + "end": 3025.12, + "confidence": 0.50480044, + "speaker": 0, + "speaker_confidence": 0.5888672, + "punctuated_word": "people" + }, + { + "word": "find", + "start": 3025.12, + "end": 3025.32, + "confidence": 0.57432145, + "speaker": 0, + "speaker_confidence": 0.5888672, + "punctuated_word": "find" + }, + { + "word": "bitcoincore30", + "start": 3025.32, + "end": 3025.82, + "confidence": 0.9579966, + "speaker": 0, + "speaker_confidence": 0.5888672, + "punctuated_word": "BitcoinCore30?" + }, + { + "word": "bitcoincore.org", + "start": 3027.04, + "end": 3027.54, + "confidence": 0.9955882, + "speaker": 0, + "speaker_confidence": 0.5888672, + "punctuated_word": "BitcoinCore.org." + }, + { + "word": "okay", + "start": 3029.06, + "end": 3029.56, + "confidence": 0.9087008, + "speaker": 0, + "speaker_confidence": 0.5888672, + "punctuated_word": "Okay." + }, + { + "word": "thanks", + "start": 3030.02, + "end": 3030.195, + "confidence": 0.9145407, + "speaker": 0, + "speaker_confidence": 0.11328125, + "punctuated_word": "Thanks," + }, + { + "word": "shorts", + "start": 3030.195, + "end": 3030.37, + "confidence": 0.96533436, + "speaker": 0, + "speaker_confidence": 0.11328125, + "punctuated_word": "Shorts." + }, + { + "word": "thank", + "start": 3030.37, + "end": 3030.545, + "confidence": 0.89547133, + "speaker": 0, + "speaker_confidence": 0.123046875, + "punctuated_word": "Thank" + }, + { + "word": "thanks", + "start": 3030.545, + "end": 3030.72, + "confidence": 0.66836447, + "speaker": 1, + "speaker_confidence": 0.46826172, + "punctuated_word": "Thanks" + }, + { + "word": "for", + "start": 3030.72, + "end": 3030.94, + "confidence": 0.86761636, + "speaker": 1, + "speaker_confidence": 0.46826172, + "punctuated_word": "for" + }, + { + "word": "listening", + "start": 3030.94, + "end": 3031.44, + "confidence": 0.8190292, + "speaker": 1, + "speaker_confidence": 0.46826172, + "punctuated_word": "listening" + }, + { + "word": "to", + "start": 3031.54, + "end": 3031.78, + "confidence": 0.76185125, + "speaker": 1, + "speaker_confidence": 0.46826172, + "punctuated_word": "to" + }, + { + "word": "bitcoin", + "start": 3031.78, + "end": 3032.28, + "confidence": 0.9866698, + "speaker": 1, + "speaker_confidence": 0.46826172, + "punctuated_word": "Bitcoin" + }, + { + "word": "explained", + "start": 3032.92, + "end": 3033.42, + "confidence": 0.80215824, + "speaker": 1, + "speaker_confidence": 0.46826172, + "punctuated_word": "Explained." + } + ] + } + ] + } + ] + } +} \ No newline at end of file diff --git a/bitcoin-explained/aaron-and-sjors-discuss-what-s-new-in-bitcoin-core-v30/dpe.json b/bitcoin-explained/aaron-and-sjors-discuss-what-s-new-in-bitcoin-core-v30/dpe.json index 836338c..b765856 100644 --- a/bitcoin-explained/aaron-and-sjors-discuss-what-s-new-in-bitcoin-core-v30/dpe.json +++ b/bitcoin-explained/aaron-and-sjors-discuss-what-s-new-in-bitcoin-core-v30/dpe.json @@ -243,12 +243,12 @@ { "id": 40, "start": 34.96, - "end": 35.1, + "end": 35.08, "text": "of" }, { "id": 41, - "start": 35.1, + "start": 35.08, "end": 35.32, "text": "us" }, @@ -297,12 +297,12 @@ { "id": 49, "start": 37.34, - "end": 37.5, + "end": 37.54, "text": "made" }, { "id": 50, - "start": 37.5, + "start": 37.54, "end": 37.64, "text": "it" }, @@ -333,12 +333,12 @@ { "id": 55, "start": 38.98, - "end": 39.239998, + "end": 39.22, "text": "haven't" }, { "id": 56, - "start": 39.239998, + "start": 39.22, "end": 39.4, "text": "been" }, @@ -387,12 +387,12 @@ { "id": 64, "start": 41.58, - "end": 41.76, + "end": 41.78, "text": "never" }, { "id": 65, - "start": 41.76, + "start": 41.78, "end": 42.04, "text": "mind" }, @@ -410,7 +410,7 @@ }, { "id": 68, - "start": 42.72, + "start": 42.68, "end": 43.08, "text": "so" }, @@ -423,12 +423,12 @@ { "id": 70, "start": 43.2, - "end": 43.52, + "end": 43.54, "text": "couldn't" }, { "id": 71, - "start": 43.52, + "start": 43.54, "end": 43.739998, "text": "do" }, @@ -440,7 +440,7 @@ }, { "id": 73, - "start": 44.38, + "start": 44.34, "end": 44.58, "text": "We" }, @@ -705,12 +705,12 @@ { "id": 117, "start": 60.24, - "end": 60.56, + "end": 60.52, "text": "time" }, { "id": 118, - "start": 60.56, + "start": 60.52, "end": 60.72, "text": "that" }, @@ -933,19 +933,19 @@ { "id": 155, "start": 73.02, - "end": 73.3, + "end": 73.32, "text": "thank" }, { "id": 156, - "start": 73.3, - "end": 73.54, + "start": 73.32, + "end": 73.58, "text": "our" }, { "id": 157, - "start": 73.54, - "end": 74.04, + "start": 73.58, + "end": 74.08, "text": "sponsor?" }, { @@ -957,12 +957,12 @@ { "id": 159, "start": 76.24, - "end": 76.4, + "end": 76.42, "text": "thank" }, { "id": 160, - "start": 76.4, + "start": 76.42, "end": 76.64, "text": "you," }, @@ -1503,12 +1503,12 @@ { "id": 250, "start": 113.16, - "end": 113.3, + "end": 113.32, "text": "and" }, { "id": 251, - "start": 113.3, + "start": 113.32, "end": 113.46, "text": "they" }, @@ -2031,12 +2031,12 @@ { "id": 338, "start": 153.9, - "end": 154.3, + "end": 154.28, "text": "since" }, { "id": 339, - "start": 154.3, + "start": 154.28, "end": 154.44, "text": "the" }, @@ -2044,19 +2044,19 @@ "id": 340, "start": 154.44, "end": 154.64, - "text": "Block" + "text": "block" }, { "id": 341, "start": 154.64, "end": 154.96, - "text": "Size" + "text": "size" }, { "id": 342, "start": 154.96, "end": 155.46, - "text": "Wars," + "text": "wars," }, { "id": 343, @@ -2103,26 +2103,26 @@ { "id": 350, "start": 157.8, - "end": 157.86, + "end": 157.88, "text": "the" }, { "id": 351, - "start": 157.86, - "end": 158.08, - "text": "Block" + "start": 157.88, + "end": 158.1, + "text": "block" }, { "id": 352, - "start": 158.08, + "start": 158.1, "end": 158.4, - "text": "Size" + "text": "size" }, { "id": 353, "start": 158.4, "end": 158.9, - "text": "Wars." + "text": "wars." }, { "id": 354, @@ -2163,18 +2163,18 @@ { "id": 360, "start": 161.54, - "end": 161.96, + "end": 161.94, "text": "you" }, { "id": 361, - "start": 161.96, - "end": 162.18, + "start": 161.94, + "end": 162.16, "text": "as" }, { "id": 362, - "start": 162.18, + "start": 162.16, "end": 162.28, "text": "a" }, @@ -2463,12 +2463,12 @@ { "id": 410, "start": 176.04, - "end": 176.54, + "end": 176.52, "text": "compared" }, { "id": 411, - "start": 176.54, + "start": 176.52, "end": 176.68, "text": "to" }, @@ -2690,7 +2690,7 @@ }, { "id": 448, - "start": 189.9, + "start": 189.88, "end": 190.38, "text": "Probably," }, @@ -2703,12 +2703,12 @@ { "id": 450, "start": 190.6, - "end": 190.88, + "end": 190.86, "text": "social" }, { "id": 451, - "start": 190.88, + "start": 190.86, "end": 191.2, "text": "media" }, @@ -2799,12 +2799,12 @@ { "id": 466, "start": 196.5, - "end": 196.68, + "end": 196.72, "text": "I" }, { "id": 467, - "start": 196.68, + "start": 196.72, "end": 196.98, "text": "try" }, @@ -3302,8 +3302,8 @@ }, { "id": 550, - "start": 226.36, - "end": 226.86, + "start": 226.32, + "end": 226.82, "text": "Yeah," }, { @@ -3477,13 +3477,13 @@ { "id": 579, "start": 236.1, - "end": 236.36, + "end": 236.32, "text": "wants" }, { "id": 580, - "start": 236.36, - "end": 236.86, + "start": 236.32, + "end": 236.82, "text": "to" }, { @@ -3861,13 +3861,13 @@ { "id": 643, "start": 264.34, - "end": 264.58, + "end": 264.56, "text": "you" }, { "id": 644, - "start": 264.58, - "end": 265.08, + "start": 264.56, + "end": 265.06, "text": "know," }, { @@ -4035,12 +4035,12 @@ { "id": 672, "start": 274.2, - "end": 274.3, + "end": 274.28, "text": "the" }, { "id": 673, - "start": 274.3, + "start": 274.28, "end": 274.48, "text": "other" }, @@ -4347,12 +4347,12 @@ { "id": 724, "start": 292.44, - "end": 292.58, + "end": 292.56, "text": "a" }, { "id": 725, - "start": 292.58, + "start": 292.56, "end": 293.0, "text": "cubicle." }, @@ -4383,12 +4383,12 @@ { "id": 730, "start": 293.68, - "end": 294.02, + "end": 294.06, "text": "multiple" }, { "id": 731, - "start": 294.02, + "start": 294.06, "end": 294.52, "text": "cubicles," }, @@ -4491,12 +4491,12 @@ { "id": 748, "start": 301.4, - "end": 301.72, + "end": 301.68, "text": "let's" }, { "id": 749, - "start": 301.72, + "start": 301.68, "end": 302.08, "text": "actually" }, @@ -4610,8 +4610,8 @@ }, { "id": 768, - "start": 307.96, - "end": 308.46, + "start": 307.94, + "end": 308.44, "text": "limit" }, { @@ -4652,7 +4652,7 @@ }, { "id": 775, - "start": 314.28, + "start": 314.24, "end": 314.54, "text": "Again," }, @@ -4803,12 +4803,12 @@ { "id": 800, "start": 322.28, - "end": 322.5, + "end": 322.54, "text": "is" }, { "id": 801, - "start": 322.5, + "start": 322.54, "end": 322.96, "text": "also" }, @@ -5006,13 +5006,13 @@ }, { "id": 834, - "start": 338.4, - "end": 338.9, + "start": 338.42, + "end": 338.92, "text": "besides" }, { "id": 835, - "start": 339.06, + "start": 339.1, "end": 339.52, "text": "bigger" }, @@ -5139,12 +5139,12 @@ { "id": 856, "start": 346.56, - "end": 346.72, + "end": 346.68, "text": "we" }, { "id": 857, - "start": 346.72, + "start": 346.68, "end": 346.88, "text": "did," }, @@ -5253,12 +5253,12 @@ { "id": 875, "start": 352.0, - "end": 352.44, + "end": 352.42, "text": "maximum" }, { "id": 876, - "start": 352.44, + "start": 352.42, "end": 352.64, "text": "size" }, @@ -7035,30 +7035,30 @@ { "id": 1172, "start": 460.24, - "end": 460.4, + "end": 460.44, "text": "be" }, { "id": 1173, - "start": 460.4, - "end": 460.9, + "start": 460.44, + "end": 460.92, "text": "83" }, { "id": 1174, - "start": 460.9, - "end": 461.4, + "start": 460.92, + "end": 461.42, "text": "bytes." }, { "id": 1175, "start": 462.38, - "end": 462.64, + "end": 462.66, "text": "So," }, { "id": 1176, - "start": 462.64, + "start": 462.66, "end": 462.94, "text": "even" }, @@ -7329,12 +7329,12 @@ { "id": 1221, "start": 479.88, - "end": 480.08, + "end": 480.04, "text": "Yeah," }, { "id": 1222, - "start": 480.08, + "start": 480.04, "end": 480.42, "text": "okay." }, @@ -7413,13 +7413,13 @@ { "id": 1235, "start": 484.6, - "end": 484.84, + "end": 484.86, "text": "again" }, { "id": 1236, - "start": 484.84, - "end": 485.34, + "start": 484.86, + "end": 485.36, "text": "specifically" }, { @@ -7569,12 +7569,12 @@ { "id": 1261, "start": 493.58, - "end": 493.7, + "end": 493.74, "text": "how" }, { "id": 1262, - "start": 493.7, + "start": 493.74, "end": 493.84, "text": "you" }, @@ -8565,12 +8565,12 @@ { "id": 1427, "start": 546.1, - "end": 546.46, + "end": 546.44, "text": "block" }, { "id": 1428, - "start": 546.46, + "start": 546.44, "end": 546.66, "text": "could" }, @@ -8606,7 +8606,7 @@ }, { "id": 1434, - "start": 548.56, + "start": 548.6, "end": 548.72, "text": "in" }, @@ -8630,7 +8630,7 @@ }, { "id": 1438, - "start": 549.9, + "start": 549.92, "end": 550.12, "text": "which" }, @@ -8714,41232 +8714,41220 @@ }, { "id": 1452, - "start": 554.38, - "end": 554.88, - "text": "Yeah." - }, - { - "id": 1453, - "start": 555.54, + "start": 555.48, "end": 555.66, "text": "So" }, { - "id": 1454, + "id": 1453, "start": 555.66, "end": 555.86, "text": "each" }, { - "id": 1455, + "id": 1454, "start": 555.86, "end": 556.32, "text": "transaction" }, { - "id": 1456, + "id": 1455, "start": 556.32, "end": 556.46, "text": "is" }, { - "id": 1457, + "id": 1456, "start": 556.46, "end": 556.82, "text": "limited" }, { - "id": 1458, + "id": 1457, "start": 556.82, "end": 556.96, "text": "to" }, { - "id": 1459, + "id": 1458, "start": 556.96, "end": 557.28, "text": "100" }, { - "id": 1460, + "id": 1459, "start": 557.28, "end": 557.78, "text": "kilobytes" }, { - "id": 1461, - "start": 557.96, + "id": 1460, + "start": 557.98, "end": 558.16, "text": "in" }, { - "id": 1462, + "id": 1461, "start": 558.16, "end": 558.66, "text": "general." }, { - "id": 1463, + "id": 1462, "start": 558.94, "end": 559.2, "text": "Yeah," }, { - "id": 1464, + "id": 1463, "start": 559.2, "end": 559.4, "text": "so" }, { - "id": 1465, + "id": 1464, "start": 559.4, "end": 559.54, "text": "what" }, { - "id": 1466, + "id": 1465, "start": 559.54, "end": 559.74, "text": "is" }, { - "id": 1467, + "id": 1466, "start": 559.74, "end": 560.24, "text": "technically" }, { - "id": 1468, + "id": 1467, "start": 560.28, "end": 560.58, "text": "new" }, { - "id": 1469, + "id": 1468, "start": 560.58, "end": 560.74, "text": "in" }, { - "id": 1470, + "id": 1469, "start": 560.74, "end": 560.94, "text": "this" }, { - "id": 1471, + "id": 1470, "start": 560.94, "end": 561.44, "text": "specific" }, { - "id": 1472, + "id": 1471, "start": 561.96, "end": 562.46, "text": "instance" }, { - "id": 1473, + "id": 1472, "start": 562.54, "end": 562.7, "text": "is" }, { - "id": 1474, + "id": 1473, "start": 562.7, "end": 562.9, "text": "that" }, { - "id": 1475, + "id": 1474, "start": 562.9, "end": 563.04, "text": "there" }, { - "id": 1476, + "id": 1475, "start": 563.04, "end": 563.54, "text": "can" }, { - "id": 1477, + "id": 1476, "start": 563.64, "end": 563.9, "text": "now" }, { - "id": 1478, + "id": 1477, "start": 563.9, - "end": 564.22, + "end": 564.24, "text": "be" }, { - "id": 1479, - "start": 564.22, - "end": 564.72, + "id": 1478, + "start": 564.24, + "end": 564.74, "text": "multiple" }, { - "id": 1480, + "id": 1479, "start": 564.78, "end": 564.86, "text": "OP" }, { - "id": 1481, + "id": 1480, "start": 564.86, "end": 565.36, "text": "returns" }, { - "id": 1482, + "id": 1481, "start": 565.36, "end": 565.52, "text": "in" }, { - "id": 1483, + "id": 1482, "start": 565.52, "end": 565.64, "text": "a" }, { - "id": 1484, + "id": 1483, "start": 565.64, "end": 566.14, "text": "transaction" }, { - "id": 1485, + "id": 1484, "start": 566.82, "end": 566.96, "text": "on" }, { - "id": 1486, + "id": 1485, "start": 566.96, "end": 567.46, "text": "whatever" }, { - "id": 1487, + "id": 1486, "start": 567.92, "end": 568.26, "text": "size" }, { - "id": 1488, + "id": 1487, "start": 568.26, "end": 568.38, "text": "you" }, { - "id": 1489, + "id": 1488, "start": 568.38, - "end": 568.62, + "end": 568.64, "text": "want" }, { - "id": 1490, - "start": 568.62, + "id": 1489, + "start": 568.64, "end": 568.78, "text": "to" }, { - "id": 1491, + "id": 1490, "start": 568.78, "end": 569.02, "text": "put" }, { - "id": 1492, + "id": 1491, "start": 569.02, "end": 569.22, "text": "that" }, { - "id": 1493, + "id": 1492, "start": 569.22, "end": 569.72, "text": "setting." }, { - "id": 1494, + "id": 1493, "start": 570.3, "end": 570.52, "text": "And" }, { - "id": 1495, + "id": 1494, "start": 570.52, "end": 570.94, "text": "then" }, { - "id": 1496, + "id": 1495, "start": 570.94, "end": 571.16, "text": "if" }, { - "id": 1497, + "id": 1496, "start": 571.16, "end": 571.4, "text": "it's" }, { - "id": 1498, + "id": 1497, "start": 571.4, "end": 571.78, "text": "within" }, { - "id": 1499, + "id": 1498, "start": 571.78, "end": 571.96, "text": "that" }, { - "id": 1500, + "id": 1499, "start": 571.96, "end": 572.22, "text": "size," }, { - "id": 1501, + "id": 1500, "start": 572.22, "end": 572.42, "text": "you" }, { - "id": 1502, + "id": 1501, "start": 572.42, "end": 572.64, "text": "will" }, { - "id": 1503, + "id": 1502, "start": 572.64, "end": 572.92, "text": "accept" }, { - "id": 1504, + "id": 1503, "start": 572.92, "end": 573.06, "text": "it" }, { - "id": 1505, + "id": 1504, "start": 573.06, "end": 573.24, "text": "in" }, { - "id": 1506, + "id": 1505, "start": 573.24, "end": 573.38, "text": "your" }, { - "id": 1507, + "id": 1506, "start": 573.38, "end": 573.82, "text": "mempool" }, { - "id": 1508, + "id": 1507, "start": 573.82, "end": 573.94, "text": "and" }, { - "id": 1509, + "id": 1508, "start": 573.94, "end": 574.28, "text": "relay" }, { - "id": 1510, + "id": 1509, "start": 574.28, "end": 574.4, "text": "it" }, { - "id": 1511, + "id": 1510, "start": 574.4, "end": 574.54, "text": "to" }, { - "id": 1512, + "id": 1511, "start": 574.54, "end": 574.76, "text": "other" }, { - "id": 1513, + "id": 1512, "start": 574.76, "end": 575.2, "text": "nodes," }, { - "id": 1514, + "id": 1513, "start": 575.2, "end": 575.7, "text": "correct?" }, { - "id": 1515, - "start": 576.06, + "id": 1514, + "start": 576.04, "end": 576.5, "text": "Yes." }, { - "id": 1516, + "id": 1515, "start": 576.5, "end": 576.68, "text": "And" }, { - "id": 1517, + "id": 1516, "start": 576.68, "end": 577.18, "text": "so" }, { - "id": 1518, + "id": 1517, "start": 577.2, "end": 577.36, "text": "just" }, { - "id": 1519, + "id": 1518, "start": 577.36, "end": 577.5, "text": "a" }, { - "id": 1520, + "id": 1519, "start": 577.5, "end": 577.68, "text": "little" }, { - "id": 1521, + "id": 1520, "start": 577.68, "end": 577.84, "text": "bit" }, { - "id": 1522, + "id": 1521, "start": 577.84, "end": 578.04, "text": "more" }, { - "id": 1523, + "id": 1522, "start": 578.04, "end": 578.4, "text": "background" }, { - "id": 1524, + "id": 1523, "start": 578.4, "end": 578.6, "text": "on" }, { - "id": 1525, + "id": 1524, "start": 578.6, "end": 579.1, "text": "why," }, { - "id": 1526, + "id": 1525, "start": 579.14, "end": 579.28, "text": "you" }, { - "id": 1527, + "id": 1526, "start": 579.28, "end": 579.52, "text": "know," }, { - "id": 1528, + "id": 1527, "start": 579.52, "end": 579.72, "text": "such" }, { - "id": 1529, + "id": 1528, "start": 579.72, "end": 580.22, "text": "a..." }, { - "id": 1530, + "id": 1529, "start": 580.26, "end": 580.32, "text": "I" }, { - "id": 1531, + "id": 1530, "start": 580.32, "end": 580.6, "text": "mean," }, { - "id": 1532, + "id": 1531, "start": 580.6, - "end": 580.8, + "end": 580.76, "text": "first" }, { - "id": 1533, - "start": 580.8, + "id": 1532, + "start": 580.76, "end": 580.96, "text": "of" }, { - "id": 1534, + "id": 1533, "start": 580.96, "end": 581.46, "text": "all," }, { - "id": 1535, - "start": 581.82, + "id": 1534, + "start": 581.84, "end": 581.96, "text": "if" }, { - "id": 1536, + "id": 1535, "start": 581.96, "end": 582.1, "text": "the" }, { - "id": 1537, + "id": 1536, "start": 582.1, "end": 582.38, "text": "setting" }, { - "id": 1538, + "id": 1537, "start": 582.38, "end": 582.54, "text": "was" }, { - "id": 1539, + "id": 1538, "start": 582.54, "end": 582.98, "text": "entirely" }, { - "id": 1540, + "id": 1539, "start": 582.98, "end": 583.44, "text": "removed," }, { - "id": 1541, + "id": 1540, "start": 583.44, "end": 583.52, "text": "which" }, { - "id": 1542, + "id": 1541, "start": 583.52, "end": 583.78, "text": "was" }, { - "id": 1543, + "id": 1542, "start": 583.78, "end": 584.02, "text": "the" }, { - "id": 1544, + "id": 1543, "start": 584.02, "end": 584.34, "text": "initial" }, { - "id": 1545, + "id": 1544, "start": 584.34, "end": 584.76, "text": "idea," }, { - "id": 1546, + "id": 1545, "start": 584.76, "end": 585.14, "text": "it's" }, { - "id": 1547, + "id": 1546, "start": 585.14, "end": 585.38, "text": "actually" }, { - "id": 1548, + "id": 1547, "start": 585.38, "end": 585.6, "text": "a" }, { - "id": 1549, + "id": 1548, "start": 585.6, "end": 586.1, "text": "simplification." }, { - "id": 1550, + "id": 1549, "start": 587.54, "end": 587.78, "text": "But" }, { - "id": 1551, + "id": 1550, "start": 587.78, "end": 588.12, "text": "because" }, { - "id": 1552, + "id": 1551, "start": 588.12, "end": 588.28, "text": "the" }, { - "id": 1553, + "id": 1552, "start": 588.28, "end": 588.58, "text": "setting" }, { - "id": 1554, + "id": 1553, "start": 588.58, "end": 588.74, "text": "is" }, { - "id": 1555, + "id": 1554, "start": 588.74, "end": 588.94, "text": "still" }, { - "id": 1556, + "id": 1555, "start": 588.94, "end": 589.2, "text": "there," }, { - "id": 1557, + "id": 1556, "start": 589.2, "end": 589.34, "text": "we" }, { - "id": 1558, + "id": 1557, "start": 589.34, "end": 589.54, "text": "still" }, { - "id": 1559, + "id": 1558, "start": 589.54, "end": 589.64, "text": "need" }, { - "id": 1560, + "id": 1559, "start": 589.64, "end": 589.76, "text": "to" }, { - "id": 1561, + "id": 1560, "start": 589.76, "end": 589.9, "text": "look" }, { - "id": 1562, + "id": 1561, "start": 589.9, "end": 590.02, "text": "at" }, { - "id": 1563, + "id": 1562, "start": 590.02, "end": 590.14, "text": "the" }, { - "id": 1564, + "id": 1563, "start": 590.14, "end": 590.38, "text": "total," }, { - "id": 1565, + "id": 1564, "start": 590.38, "end": 590.54, "text": "so" }, { - "id": 1566, + "id": 1565, "start": 590.54, "end": 590.64, "text": "you" }, { - "id": 1567, + "id": 1566, "start": 590.64, "end": 590.8, "text": "could" }, { - "id": 1568, + "id": 1567, "start": 590.8, "end": 591.04, "text": "argue" }, { - "id": 1569, + "id": 1568, "start": 591.04, "end": 591.26, "text": "it's" }, { - "id": 1570, + "id": 1569, "start": 591.26, "end": 591.42, "text": "not" }, { - "id": 1571, + "id": 1570, "start": 591.42, "end": 591.6, "text": "really" }, { - "id": 1572, + "id": 1571, "start": 591.6, - "end": 591.76, + "end": 591.72, "text": "a" }, { - "id": 1573, - "start": 591.76, - "end": 592.26, + "id": 1572, + "start": 591.72, + "end": 592.22, "text": "simplification," }, { - "id": 1574, + "id": 1573, "start": 592.36, "end": 592.6, "text": "but" }, { - "id": 1575, + "id": 1574, "start": 592.6, "end": 592.8, "text": "it" }, { - "id": 1576, + "id": 1575, "start": 592.8, "end": 592.94, "text": "is" }, { - "id": 1577, + "id": 1576, "start": 592.94, "end": 593.08, "text": "in" }, { - "id": 1578, + "id": 1577, "start": 593.08, "end": 593.16, "text": "the" }, { - "id": 1579, + "id": 1578, "start": 593.16, "end": 593.36, "text": "long" }, { - "id": 1580, + "id": 1579, "start": 593.36, "end": 593.76, "text": "run." }, { - "id": 1581, + "id": 1580, "start": 593.76, "end": 593.94, "text": "But" }, { - "id": 1582, + "id": 1581, "start": 593.94, "end": 594.24, "text": "another" }, { - "id": 1583, + "id": 1582, "start": 594.24, "end": 594.56, "text": "reason" }, { - "id": 1584, + "id": 1583, "start": 594.56, "end": 594.72, "text": "to" }, { - "id": 1585, + "id": 1584, "start": 594.72, "end": 594.92, "text": "do" }, { - "id": 1586, + "id": 1585, "start": 594.92, "end": 595.2, "text": "this" }, { - "id": 1587, + "id": 1586, "start": 595.2, "end": 595.32, "text": "is" }, { - "id": 1588, + "id": 1587, "start": 595.32, "end": 595.64, "text": "because" }, { - "id": 1589, + "id": 1588, "start": 595.64, "end": 595.8, "text": "if" }, { - "id": 1590, + "id": 1589, "start": 595.8, "end": 596.2, "text": "somebody" }, { - "id": 1591, + "id": 1590, "start": 596.2, "end": 596.4, "text": "has" }, { - "id": 1592, + "id": 1591, "start": 596.4, "end": 596.58, "text": "a" }, { - "id": 1593, + "id": 1592, "start": 596.58, "end": 596.98, "text": "need" }, { - "id": 1594, + "id": 1593, "start": 596.98, "end": 597.44, "text": "to" }, { - "id": 1595, + "id": 1594, "start": 597.44, "end": 597.56, "text": "have" }, { - "id": 1596, + "id": 1595, "start": 597.56, "end": 597.98, "text": "multiple" }, { - "id": 1597, + "id": 1596, "start": 597.98, - "end": 598.2, + "end": 598.18, "text": "upper" }, { - "id": 1598, - "start": 598.2, - "end": 598.7, + "id": 1597, + "start": 598.18, + "end": 598.68, "text": "turns," }, { - "id": 1599, + "id": 1598, "start": 598.94, "end": 599.28, "text": "and" }, { - "id": 1600, + "id": 1599, "start": 599.28, "end": 599.38, "text": "I" }, { - "id": 1601, + "id": 1600, "start": 599.38, "end": 599.6, "text": "don't" }, { - "id": 1602, + "id": 1601, "start": 599.6, "end": 599.76, "text": "know" }, { - "id": 1603, + "id": 1602, "start": 599.76, "end": 600.06, "text": "if" }, { - "id": 1604, + "id": 1603, "start": 600.06, "end": 600.36, "text": "anybody" }, { - "id": 1605, + "id": 1604, "start": 600.36, "end": 600.6, "text": "does" }, { - "id": 1606, + "id": 1605, "start": 600.6, "end": 600.72, "text": "at" }, { - "id": 1607, + "id": 1606, "start": 600.72, "end": 600.88, "text": "the" }, { - "id": 1608, + "id": 1607, "start": 600.88, "end": 601.36, "text": "moment," }, { - "id": 1609, + "id": 1608, "start": 601.36, "end": 601.56, "text": "but" }, { - "id": 1610, + "id": 1609, "start": 601.56, "end": 601.68, "text": "if" }, { - "id": 1611, + "id": 1610, "start": 601.68, "end": 601.84, "text": "they" }, { - "id": 1612, + "id": 1611, "start": 601.84, "end": 602.34, "text": "do," }, { - "id": 1613, + "id": 1612, "start": 602.54, "end": 602.84, "text": "and" }, { - "id": 1614, + "id": 1613, "start": 602.84, "end": 603.16, "text": "we" }, { - "id": 1615, + "id": 1614, "start": 603.16, "end": 603.56, "text": "still" }, { - "id": 1616, + "id": 1615, "start": 603.56, "end": 603.76, "text": "have" }, { - "id": 1617, + "id": 1616, "start": 603.76, "end": 603.9, "text": "this" }, { - "id": 1618, + "id": 1617, "start": 603.9, "end": 604.2, "text": "limit" }, { - "id": 1619, + "id": 1618, "start": 604.2, "end": 604.34, "text": "of" }, { - "id": 1620, + "id": 1619, "start": 604.34, "end": 604.74, "text": "one" }, { - "id": 1621, + "id": 1620, "start": 604.74, "end": 605.14, "text": "opportune" }, { - "id": 1622, + "id": 1621, "start": 605.14, "end": 605.64, "text": "transaction" }, { - "id": 1623, - "start": 605.92, + "id": 1622, + "start": 605.9, "end": 606.3, "text": "per" }, { - "id": 1624, + "id": 1623, "start": 606.3, "end": 606.8, "text": "turn," }, { - "id": 1625, + "id": 1624, "start": 606.9, "end": 607.12, "text": "one" }, { - "id": 1626, + "id": 1625, "start": 607.12, "end": 607.62, "text": "opportune" }, { - "id": 1627, + "id": 1626, "start": 607.66, "end": 608.16, "text": "output" }, { - "id": 1628, + "id": 1627, "start": 608.16, "end": 608.4, "text": "per" }, { - "id": 1629, + "id": 1628, "start": 608.4, "end": 608.9, "text": "transaction," }, { - "id": 1630, + "id": 1629, "start": 609.64, "end": 609.96, "text": "then" }, { - "id": 1631, + "id": 1630, "start": 609.96, "end": 610.2, "text": "there" }, { - "id": 1632, + "id": 1631, "start": 610.2, "end": 610.36, "text": "is" }, { - "id": 1633, + "id": 1632, "start": 610.36, "end": 610.64, "text": "another" }, { - "id": 1634, + "id": 1633, "start": 610.64, "end": 611.1, "text": "incentive" }, { - "id": 1635, + "id": 1634, "start": 611.1, "end": 611.24, "text": "for" }, { - "id": 1636, + "id": 1635, "start": 611.24, "end": 611.5, "text": "people" }, { - "id": 1637, + "id": 1636, "start": 611.5, "end": 611.66, "text": "to" }, { - "id": 1638, + "id": 1637, "start": 611.66, "end": 611.82, "text": "go" }, { - "id": 1639, + "id": 1638, "start": 611.82, "end": 612.18, "text": "outside" }, { - "id": 1640, + "id": 1639, "start": 612.18, "end": 612.34, "text": "the" }, { - "id": 1641, + "id": 1640, "start": 612.34, "end": 612.84, "text": "mempool" }, { - "id": 1642, + "id": 1641, "start": 613.82, "end": 614.06, "text": "and" }, { - "id": 1643, + "id": 1642, "start": 614.06, "end": 614.38, "text": "use" }, { - "id": 1644, + "id": 1643, "start": 614.38, "end": 614.88, "text": "accelerators," }, { - "id": 1645, + "id": 1644, "start": 614.96, "end": 615.2, "text": "which" }, { - "id": 1646, + "id": 1645, "start": 615.2, "end": 615.54, "text": "creates" }, { - "id": 1647, + "id": 1646, "start": 615.54, "end": 615.7, "text": "the" }, { - "id": 1648, + "id": 1647, "start": 615.7, "end": 616.2, "text": "centralization" }, { - "id": 1649, + "id": 1648, "start": 616.28, "end": 616.56, "text": "pressure" }, { - "id": 1650, + "id": 1649, "start": 616.56, "end": 616.92, "text": "that" }, { - "id": 1651, + "id": 1650, "start": 616.92, "end": 617.08, "text": "we" }, { - "id": 1652, + "id": 1651, "start": 617.08, "end": 617.32, "text": "tried" }, { - "id": 1653, + "id": 1652, "start": 617.32, "end": 617.44, "text": "to" }, { - "id": 1654, + "id": 1653, "start": 617.44, - "end": 617.64, + "end": 617.68, "text": "solve" }, { - "id": 1655, - "start": 617.64, + "id": 1654, + "start": 617.68, "end": 617.8, "text": "in" }, { - "id": 1656, + "id": 1655, "start": 617.8, "end": 617.88, "text": "the" }, { - "id": 1657, + "id": 1656, "start": 617.88, "end": 618.04, "text": "first" }, { - "id": 1658, + "id": 1657, "start": 618.04, "end": 618.54, "text": "place." }, { - "id": 1659, + "id": 1658, "start": 618.68, "end": 619.18, "text": "Yeah." }, { - "id": 1660, + "id": 1659, "start": 619.64, "end": 620.14, "text": "And" }, { - "id": 1661, + "id": 1660, "start": 620.9, "end": 621.06, "text": "on" }, { - "id": 1662, + "id": 1661, "start": 621.06, "end": 621.38, "text": "that" }, { - "id": 1663, + "id": 1662, "start": 621.38, "end": 621.88, "text": "point," }, { - "id": 1664, + "id": 1663, "start": 622.58, "end": 622.8, "text": "what" }, { - "id": 1665, + "id": 1664, "start": 622.8, "end": 623.0, "text": "I" }, { - "id": 1666, + "id": 1665, "start": 623.0, "end": 623.24, "text": "also" }, { - "id": 1667, + "id": 1666, "start": 623.24, "end": 623.74, "text": "find" }, { - "id": 1668, + "id": 1667, "start": 623.86, "end": 624.36, "text": "interesting" }, { - "id": 1669, + "id": 1668, "start": 624.72, "end": 624.92, "text": "to" }, { - "id": 1670, + "id": 1669, "start": 624.92, "end": 625.12, "text": "sort" }, { - "id": 1671, + "id": 1670, "start": 625.12, "end": 625.26, "text": "of" }, { - "id": 1672, + "id": 1671, "start": 625.26, "end": 625.74, "text": "highlight" }, { - "id": 1673, + "id": 1672, "start": 625.74, "end": 626.12, "text": "here" }, { - "id": 1674, + "id": 1673, "start": 626.12, "end": 626.32, "text": "is" }, { - "id": 1675, + "id": 1674, "start": 626.32, "end": 626.82, "text": "that" }, { - "id": 1676, + "id": 1675, "start": 627.98, "end": 628.22, "text": "your" }, { - "id": 1677, + "id": 1676, "start": 628.22, "end": 628.72, "text": "reasoning," }, { - "id": 1678, + "id": 1677, "start": 629.34, "end": 629.54, "text": "so" }, { - "id": 1679, + "id": 1678, "start": 629.54, - "end": 629.72, + "end": 629.76, "text": "you" }, { - "id": 1680, - "start": 629.72, - "end": 630.22, + "id": 1679, + "start": 629.76, + "end": 630.26, "text": "said," }, { - "id": 1681, + "id": 1680, "start": 630.52, "end": 630.72, "text": "we" }, { - "id": 1682, + "id": 1681, "start": 630.72, "end": 630.94, "text": "don't" }, { - "id": 1683, + "id": 1682, "start": 630.94, "end": 631.12, "text": "know" }, { - "id": 1684, + "id": 1683, "start": 631.12, "end": 631.28, "text": "if" }, { - "id": 1685, + "id": 1684, "start": 631.28, "end": 631.5, "text": "there's" }, { - "id": 1686, + "id": 1685, "start": 631.5, "end": 631.64, "text": "a" }, { - "id": 1687, + "id": 1686, "start": 631.64, "end": 631.84, "text": "use" }, { - "id": 1688, + "id": 1687, "start": 631.84, "end": 632.08, "text": "case" }, { - "id": 1689, + "id": 1688, "start": 632.08, "end": 632.24, "text": "for" }, { - "id": 1690, + "id": 1689, "start": 632.24, "end": 632.44, "text": "it." }, { - "id": 1691, + "id": 1690, "start": 632.44, "end": 632.64, "text": "Maybe" }, { - "id": 1692, + "id": 1691, "start": 632.64, "end": 632.72, "text": "there" }, { - "id": 1693, + "id": 1692, "start": 632.72, "end": 633.0, "text": "is," }, { - "id": 1694, + "id": 1693, "start": 633.0, "end": 633.26, "text": "maybe" }, { - "id": 1695, + "id": 1694, "start": 633.26, "end": 633.48, "text": "there" }, { - "id": 1696, + "id": 1695, "start": 633.48, "end": 633.98, "text": "isn't." }, { - "id": 1697, + "id": 1696, "start": 634.86, "end": 635.14, "text": "That" }, { - "id": 1698, + "id": 1697, "start": 635.14, "end": 635.34, "text": "in" }, { - "id": 1699, + "id": 1698, "start": 635.34, "end": 635.82, "text": "itself" }, { - "id": 1700, + "id": 1699, "start": 635.82, "end": 636.02, "text": "has" }, { - "id": 1701, + "id": 1700, "start": 636.02, "end": 636.26, "text": "drawn" }, { - "id": 1702, + "id": 1701, "start": 636.26, "end": 636.36, "text": "a" }, { - "id": 1703, + "id": 1702, "start": 636.36, "end": 636.56, "text": "lot" }, { - "id": 1704, + "id": 1703, "start": 636.56, "end": 636.76, "text": "of" }, { - "id": 1705, + "id": 1704, "start": 636.76, "end": 637.24, "text": "ire." }, { - "id": 1706, + "id": 1705, "start": 637.24, "end": 637.44, "text": "There" }, { - "id": 1707, + "id": 1706, "start": 637.44, "end": 637.66, "text": "seem" }, { - "id": 1708, + "id": 1707, "start": 637.66, "end": 637.76, "text": "to" }, { - "id": 1709, + "id": 1708, "start": 637.76, "end": 637.9, "text": "be" }, { - "id": 1710, + "id": 1709, "start": 637.9, "end": 638.0, "text": "a" }, { - "id": 1711, + "id": 1710, "start": 638.0, "end": 638.16, "text": "lot" }, { - "id": 1712, + "id": 1711, "start": 638.16, "end": 638.32, "text": "of" }, { - "id": 1713, + "id": 1712, "start": 638.32, "end": 638.68, "text": "people" }, { - "id": 1714, + "id": 1713, "start": 638.68, "end": 639.16, "text": "that" }, { - "id": 1715, + "id": 1714, "start": 639.16, "end": 639.48, "text": "feel" }, { - "id": 1716, + "id": 1715, "start": 639.48, "end": 639.68, "text": "that" }, { - "id": 1717, + "id": 1716, "start": 639.68, "end": 640.12, "text": "unless" }, { - "id": 1718, + "id": 1717, "start": 640.12, "end": 640.28, "text": "you" }, { - "id": 1719, + "id": 1718, "start": 640.28, "end": 640.46, "text": "can" }, { - "id": 1720, + "id": 1719, "start": 640.46, "end": 640.74, "text": "prove" }, { - "id": 1721, + "id": 1720, "start": 640.74, "end": 640.88, "text": "that" }, { - "id": 1722, + "id": 1721, "start": 640.88, "end": 641.04, "text": "there" }, { - "id": 1723, + "id": 1722, "start": 641.04, "end": 641.2, "text": "is" }, { - "id": 1724, + "id": 1723, "start": 641.2, "end": 641.32, "text": "a" }, { - "id": 1725, + "id": 1724, "start": 641.32, "end": 641.58, "text": "use" }, { - "id": 1726, + "id": 1725, "start": 641.58, "end": 641.88, "text": "case" }, { - "id": 1727, + "id": 1726, "start": 641.88, "end": 642.18, "text": "for" }, { - "id": 1728, + "id": 1727, "start": 642.18, "end": 642.54, "text": "it," }, { - "id": 1729, + "id": 1728, "start": 642.54, "end": 642.72, "text": "you" }, { - "id": 1730, + "id": 1729, "start": 642.72, "end": 643.18, "text": "shouldn't" }, { - "id": 1731, + "id": 1730, "start": 643.18, "end": 643.38, "text": "make" }, { - "id": 1732, + "id": 1731, "start": 643.38, "end": 643.66, "text": "any" }, { - "id": 1733, + "id": 1732, "start": 643.66, "end": 644.16, "text": "changes." }, { - "id": 1734, + "id": 1733, "start": 645.06, "end": 645.22, "text": "While" }, { - "id": 1735, + "id": 1734, "start": 645.22, "end": 645.64, "text": "you," }, { - "id": 1736, + "id": 1735, "start": 645.64, "end": 645.8, "text": "and" }, { - "id": 1737, + "id": 1736, "start": 645.8, "end": 645.96, "text": "I" }, { - "id": 1738, + "id": 1737, "start": 645.96, "end": 646.28, "text": "agree" }, { - "id": 1739, + "id": 1738, "start": 646.28, "end": 646.48, "text": "with" }, { - "id": 1740, + "id": 1739, "start": 646.48, "end": 646.98, "text": "you," }, { - "id": 1741, + "id": 1740, "start": 647.88, "end": 648.08, "text": "see" }, { - "id": 1742, + "id": 1741, "start": 648.08, "end": 648.24, "text": "it" }, { - "id": 1743, + "id": 1742, "start": 648.24, "end": 648.6, "text": "more" }, { - "id": 1744, + "id": 1743, "start": 648.6, "end": 649.1, "text": "as," }, { - "id": 1745, - "start": 649.44, - "end": 649.94, + "id": 1744, + "start": 649.4, + "end": 649.9, "text": "well," }, { - "id": 1746, + "id": 1745, "start": 650.2, "end": 650.38, "text": "if" }, { - "id": 1747, + "id": 1746, "start": 650.38, "end": 650.64, "text": "there's" }, { - "id": 1748, + "id": 1747, "start": 650.64, "end": 650.74, "text": "no" }, { - "id": 1749, + "id": 1748, "start": 650.74, "end": 651.14, "text": "harm," }, { - "id": 1750, + "id": 1749, "start": 651.14, "end": 651.26, "text": "if" }, { - "id": 1751, + "id": 1750, "start": 651.26, "end": 651.5, "text": "there's" }, { - "id": 1752, + "id": 1751, "start": 651.5, "end": 651.66, "text": "no" }, { - "id": 1753, + "id": 1752, "start": 651.66, "end": 651.98, "text": "harm," }, { - "id": 1754, + "id": 1753, "start": 651.98, "end": 652.12, "text": "then" }, { - "id": 1755, + "id": 1754, "start": 652.12, "end": 652.44, "text": "what's" }, { - "id": 1756, + "id": 1755, "start": 652.44, - "end": 652.54, + "end": 652.56, "text": "the" }, { - "id": 1757, - "start": 652.54, - "end": 653.04, + "id": 1756, + "start": 652.56, + "end": 653.06, "text": "problem?" }, { - "id": 1758, - "start": 653.18, + "id": 1757, + "start": 653.16, "end": 653.32, "text": "If" }, { - "id": 1759, + "id": 1758, "start": 653.32, "end": 653.56, "text": "there's" }, { - "id": 1760, + "id": 1759, "start": 653.56, "end": 653.76, "text": "no" }, { - "id": 1761, + "id": 1760, "start": 653.76, "end": 654.06, "text": "harm" }, { - "id": 1762, + "id": 1761, "start": 654.06, "end": 654.24, "text": "and" }, { - "id": 1763, + "id": 1762, "start": 654.24, "end": 654.38, "text": "you" }, { - "id": 1764, + "id": 1763, "start": 654.38, "end": 654.86, "text": "simplify" }, { - "id": 1765, + "id": 1764, "start": 654.86, "end": 654.96, "text": "the" }, { - "id": 1766, + "id": 1765, "start": 654.96, "end": 655.44, "text": "code," }, { - "id": 1767, + "id": 1766, "start": 655.44, "end": 655.68, "text": "then" }, { - "id": 1768, + "id": 1767, "start": 655.68, "end": 655.86, "text": "that" }, { - "id": 1769, + "id": 1768, "start": 655.86, "end": 656.18, "text": "seems" }, { - "id": 1770, + "id": 1769, "start": 656.18, "end": 656.32, "text": "like" }, { - "id": 1771, + "id": 1770, "start": 656.32, - "end": 656.4, + "end": 656.42, "text": "an" }, { - "id": 1772, - "start": 656.4, - "end": 656.9, + "id": 1771, + "start": 656.42, + "end": 656.92, "text": "improvement." }, { - "id": 1773, + "id": 1772, "start": 658.26, - "end": 658.58, + "end": 658.52, "text": "Yeah," }, { - "id": 1774, - "start": 658.58, - "end": 658.86, + "id": 1773, + "start": 658.52, + "end": 658.84, "text": "though" }, { - "id": 1775, - "start": 658.86, + "id": 1774, + "start": 658.84, "end": 659.02, "text": "I" }, { - "id": 1776, + "id": 1775, "start": 659.02, "end": 659.32, "text": "guess" }, { - "id": 1777, + "id": 1776, "start": 659.32, "end": 659.44, "text": "in" }, { - "id": 1778, + "id": 1777, "start": 659.44, "end": 659.64, "text": "this" }, { - "id": 1779, + "id": 1778, "start": 659.64, "end": 660.14, "text": "case," }, { - "id": 1780, + "id": 1779, "start": 660.3, "end": 660.48, "text": "where" }, { - "id": 1781, + "id": 1780, "start": 660.48, "end": 660.6, "text": "the" }, { - "id": 1782, + "id": 1781, "start": 660.6, "end": 660.94, "text": "confusion" }, { - "id": 1783, + "id": 1782, "start": 660.94, "end": 661.22, "text": "comes" }, { - "id": 1784, + "id": 1783, "start": 661.22, "end": 661.46, "text": "from" }, { - "id": 1785, + "id": 1784, "start": 661.46, "end": 661.92, "text": "is," }, { - "id": 1786, + "id": 1785, "start": 661.92, "end": 662.08, "text": "or" }, { - "id": 1787, + "id": 1786, "start": 662.08, "end": 662.58, "text": "potentially" }, { - "id": 1788, + "id": 1787, "start": 662.66, "end": 662.9, "text": "comes" }, { - "id": 1789, + "id": 1788, "start": 662.9, "end": 663.16, "text": "from," }, { - "id": 1790, + "id": 1789, "start": 663.16, "end": 663.4, "text": "is" }, { - "id": 1791, + "id": 1790, "start": 663.4, "end": 663.9, "text": "that" }, { - "id": 1792, + "id": 1791, "start": 663.9, "end": 664.28, "text": "initially" }, { - "id": 1793, + "id": 1792, "start": 664.28, "end": 664.44, "text": "the" }, { - "id": 1794, + "id": 1793, "start": 664.44, "end": 664.64, "text": "idea" }, { - "id": 1795, + "id": 1794, "start": 664.64, "end": 664.82, "text": "was" }, { - "id": 1796, + "id": 1795, "start": 664.82, "end": 664.92, "text": "to" }, { - "id": 1797, + "id": 1796, "start": 664.92, "end": 665.16, "text": "drop" }, { - "id": 1798, + "id": 1797, "start": 665.16, "end": 665.28, "text": "the" }, { - "id": 1799, + "id": 1798, "start": 665.28, "end": 665.64, "text": "setting" }, { - "id": 1800, + "id": 1799, "start": 665.64, "end": 666.14, "text": "entirely." }, { - "id": 1801, + "id": 1800, "start": 667.06, "end": 667.2, "text": "And" }, { - "id": 1802, + "id": 1801, "start": 667.2, "end": 667.48, "text": "because" }, { - "id": 1803, + "id": 1802, "start": 667.48, "end": 667.68, "text": "we" }, { - "id": 1804, + "id": 1803, "start": 667.68, "end": 668.0, "text": "haven't" }, { - "id": 1805, + "id": 1804, "start": 668.0, "end": 668.24, "text": "dropped" }, { - "id": 1806, + "id": 1805, "start": 668.24, "end": 668.4, "text": "it" }, { - "id": 1807, + "id": 1806, "start": 668.4, "end": 668.86, "text": "entirely" }, { - "id": 1808, + "id": 1807, "start": 668.86, "end": 669.36, "text": "now," }, { - "id": 1809, + "id": 1808, "start": 670.42, "end": 670.6, "text": "the" }, { - "id": 1810, + "id": 1809, "start": 670.6, "end": 671.04, "text": "simplicity" }, { - "id": 1811, + "id": 1810, "start": 671.04, "end": 671.38, "text": "argument" }, { - "id": 1812, + "id": 1811, "start": 671.38, "end": 671.88, "text": "isn't" }, { - "id": 1813, + "id": 1812, "start": 672.18, "end": 672.38, "text": "as" }, { - "id": 1814, + "id": 1813, "start": 672.38, "end": 672.88, "text": "strong." }, { - "id": 1815, + "id": 1814, "start": 674.38, "end": 674.6, "text": "But" }, { - "id": 1816, + "id": 1815, "start": 674.6, "end": 675.04, "text": "yeah," }, { - "id": 1817, + "id": 1816, "start": 675.04, "end": 675.16, "text": "The" }, { - "id": 1818, + "id": 1817, "start": 675.16, "end": 675.32, "text": "problem" }, { - "id": 1819, + "id": 1818, "start": 675.32, "end": 675.48, "text": "with" }, { - "id": 1820, + "id": 1819, "start": 675.48, "end": 675.6, "text": "these" }, { - "id": 1821, + "id": 1820, "start": 675.6, "end": 676.04, "text": "alternative" }, { - "id": 1822, + "id": 1821, "start": 676.04, "end": 676.28, "text": "use" }, { - "id": 1823, + "id": 1822, "start": 676.28, "end": 676.56, "text": "cases" }, { - "id": 1824, + "id": 1823, "start": 676.56, "end": 676.88, "text": "is" }, { - "id": 1825, + "id": 1824, "start": 676.88, "end": 677.08, "text": "if" }, { - "id": 1826, + "id": 1825, "start": 677.08, "end": 677.24, "text": "you" }, { - "id": 1827, + "id": 1826, "start": 677.24, "end": 677.56, "text": "wait" }, { - "id": 1828, + "id": 1827, "start": 677.56, "end": 677.8, "text": "until" }, { - "id": 1829, + "id": 1828, "start": 677.8, "end": 678.0, "text": "they're" }, { - "id": 1830, + "id": 1829, "start": 678.0, "end": 678.32, "text": "actually" }, { - "id": 1831, + "id": 1830, "start": 678.32, "end": 678.64, "text": "fully" }, { - "id": 1832, + "id": 1831, "start": 678.64, "end": 679.14, "text": "deployed" }, { - "id": 1833, + "id": 1832, "start": 680.22, "end": 680.42, "text": "and" }, { - "id": 1834, + "id": 1833, "start": 680.42, "end": 680.6, "text": "they" }, { - "id": 1835, + "id": 1834, "start": 680.6, "end": 680.8, "text": "go" }, { - "id": 1836, + "id": 1835, "start": 680.8, "end": 681.1, "text": "around" }, { - "id": 1837, + "id": 1836, "start": 681.1, "end": 681.22, "text": "the" }, { - "id": 1838, + "id": 1837, "start": 681.22, "end": 681.72, "text": "mempool" }, { - "id": 1839, + "id": 1838, "start": 681.78, "end": 682.28, "text": "because" }, { - "id": 1840, + "id": 1839, "start": 682.5, "end": 682.8, "text": "they're" }, { - "id": 1841, + "id": 1840, "start": 682.8, "end": 683.16, "text": "already" }, { - "id": 1842, + "id": 1841, "start": 683.16, "end": 683.66, "text": "deployed," }, { - "id": 1843, + "id": 1842, "start": 684.22, "end": 684.44, "text": "now" }, { - "id": 1844, + "id": 1843, "start": 684.44, "end": 684.66, "text": "you" }, { - "id": 1845, + "id": 1844, "start": 684.66, "end": 685.04, "text": "lift" }, { - "id": 1846, + "id": 1845, "start": 685.04, "end": 685.26, "text": "the" }, { - "id": 1847, + "id": 1846, "start": 685.26, "end": 685.76, "text": "limit" }, { - "id": 1848, + "id": 1847, "start": 685.84, "end": 686.26, "text": "and," }, { - "id": 1849, + "id": 1848, "start": 686.26, "end": 686.42, "text": "well," }, { - "id": 1850, + "id": 1849, "start": 686.42, "end": 686.66, "text": "they're" }, { - "id": 1851, + "id": 1850, "start": 686.66, "end": 687.08, "text": "already" }, { - "id": 1852, + "id": 1851, "start": 687.08, "end": 687.34, "text": "going" }, { - "id": 1853, + "id": 1852, "start": 687.34, "end": 687.54, "text": "around" }, { - "id": 1854, + "id": 1853, "start": 687.54, "end": 687.7, "text": "the" }, { - "id": 1855, + "id": 1854, "start": 687.7, "end": 688.14, "text": "mempool," }, { - "id": 1856, + "id": 1855, "start": 688.14, "end": 688.38, "text": "so" }, { - "id": 1857, + "id": 1856, "start": 688.38, "end": 688.58, "text": "why" }, { - "id": 1858, + "id": 1857, "start": 688.58, "end": 688.78, "text": "would" }, { - "id": 1859, + "id": 1858, "start": 688.78, "end": 689.06, "text": "they" }, { - "id": 1860, + "id": 1859, "start": 689.06, "end": 689.34, "text": "change" }, { - "id": 1861, + "id": 1860, "start": 689.34, "end": 689.84, "text": "anything?" }, { - "id": 1862, + "id": 1861, "start": 690.18, "end": 690.48, "text": "So" }, { - "id": 1863, + "id": 1862, "start": 690.48, "end": 690.66, "text": "you" }, { - "id": 1864, + "id": 1863, "start": 690.66, "end": 690.86, "text": "might" }, { - "id": 1865, + "id": 1864, "start": 690.86, "end": 691.02, "text": "be" }, { - "id": 1866, + "id": 1865, "start": 691.02, "end": 691.16, "text": "too" }, { - "id": 1867, + "id": 1866, "start": 691.16, "end": 691.4, "text": "late" }, { - "id": 1868, + "id": 1867, "start": 691.4, "end": 691.56, "text": "if" }, { - "id": 1869, + "id": 1868, "start": 691.56, "end": 691.78, "text": "you" }, { - "id": 1870, + "id": 1869, "start": 691.78, "end": 691.98, "text": "keep" }, { - "id": 1871, + "id": 1870, "start": 691.98, "end": 692.3, "text": "chasing" }, { - "id": 1872, + "id": 1871, "start": 692.3, "end": 692.44, "text": "these" }, { - "id": 1873, + "id": 1872, "start": 692.44, "end": 692.72, "text": "things" }, { - "id": 1874, + "id": 1873, "start": 692.72, "end": 692.9, "text": "and" }, { - "id": 1875, + "id": 1874, "start": 692.9, "end": 693.24, "text": "Bitcoin" }, { - "id": 1876, + "id": 1875, "start": 693.24, "end": 693.42, "text": "Core" }, { - "id": 1877, + "id": 1876, "start": 693.42, "end": 693.62, "text": "only" }, { - "id": 1878, + "id": 1877, "start": 693.62, "end": 694.04, "text": "releases" }, { - "id": 1879, + "id": 1878, "start": 694.04, "end": 694.28, "text": "once" }, { - "id": 1880, + "id": 1879, "start": 694.28, "end": 694.48, "text": "every" }, { - "id": 1881, + "id": 1880, "start": 694.48, "end": 694.72, "text": "six" }, { - "id": 1882, + "id": 1881, "start": 694.72, "end": 695.22, "text": "months." }, { - "id": 1883, + "id": 1882, "start": 695.66, "end": 695.82, "text": "And" }, { - "id": 1884, + "id": 1883, "start": 695.82, "end": 696.0, "text": "we'll" }, { - "id": 1885, + "id": 1884, "start": 696.0, "end": 696.2, "text": "have" }, { - "id": 1886, + "id": 1885, "start": 696.2, "end": 696.44, "text": "another" }, { - "id": 1887, + "id": 1886, "start": 696.44, "end": 696.76, "text": "topic" }, { - "id": 1888, + "id": 1887, "start": 696.76, "end": 696.9, "text": "on" }, { - "id": 1889, + "id": 1888, "start": 696.9, "end": 697.04, "text": "the" }, { - "id": 1890, + "id": 1889, "start": 697.04, "end": 697.28, "text": "list" }, { - "id": 1891, + "id": 1890, "start": 697.28, "end": 697.58, "text": "where" }, { - "id": 1892, + "id": 1891, "start": 697.58, "end": 697.9, "text": "something" }, { - "id": 1893, + "id": 1892, "start": 697.9, "end": 698.24, "text": "similar" }, { - "id": 1894, + "id": 1893, "start": 698.24, "end": 698.66, "text": "happens" }, { - "id": 1895, + "id": 1894, "start": 698.66, "end": 699.16, "text": "where" }, { - "id": 1896, + "id": 1895, "start": 699.16, "end": 699.36, "text": "it" }, { - "id": 1897, + "id": 1896, "start": 699.36, "end": 699.58, "text": "was" }, { - "id": 1898, + "id": 1897, "start": 699.58, "end": 699.72, "text": "a" }, { - "id": 1899, + "id": 1898, "start": 699.72, "end": 700.12, "text": "response" }, { - "id": 1900, + "id": 1899, "start": 700.12, "end": 700.32, "text": "to" }, { - "id": 1901, + "id": 1900, "start": 700.32, "end": 700.6, "text": "actual" }, { - "id": 1902, + "id": 1901, "start": 700.6, "end": 701.1, "text": "behavior." }, { - "id": 1903, + "id": 1902, "start": 701.64, "end": 701.98, "text": "So" }, { - "id": 1904, + "id": 1903, "start": 701.98, "end": 702.18, "text": "we" }, { - "id": 1905, + "id": 1904, "start": 702.18, "end": 702.34, "text": "were" }, { - "id": 1906, + "id": 1905, "start": 702.34, "end": 702.44, "text": "a" }, { - "id": 1907, + "id": 1906, "start": 702.44, "end": 702.66, "text": "little" }, { - "id": 1908, + "id": 1907, "start": 702.66, "end": 703.16, "text": "bit" }, { - "id": 1909, + "id": 1908, "start": 703.52, "end": 703.82, "text": "late" }, { - "id": 1910, + "id": 1909, "start": 703.82, "end": 704.12, "text": "this" }, { - "id": 1911, + "id": 1910, "start": 704.12, "end": 704.34, "text": "time," }, { - "id": 1912, + "id": 1911, "start": 704.34, "end": 704.48, "text": "I" }, { - "id": 1913, + "id": 1912, "start": 704.48, "end": 704.98, "text": "guess." }, { - "id": 1914, + "id": 1913, "start": 705.06, "end": 705.32, "text": "Yeah," }, { - "id": 1915, + "id": 1914, "start": 705.32, "end": 705.82, "text": "so" }, { - "id": 1916, + "id": 1915, "start": 706.12, "end": 706.28, "text": "if" }, { - "id": 1917, + "id": 1916, "start": 706.28, "end": 706.56, "text": "you're" }, { - "id": 1918, + "id": 1917, "start": 706.56, "end": 706.78, "text": "being" }, { - "id": 1919, + "id": 1918, "start": 706.78, "end": 707.28, "text": "reactive" }, { - "id": 1920, + "id": 1919, "start": 707.42, "end": 707.6, "text": "on" }, { - "id": 1921, + "id": 1920, "start": 707.6, "end": 707.8, "text": "these" }, { - "id": 1922, + "id": 1921, "start": 707.8, "end": 708.16, "text": "things," }, { - "id": 1923, + "id": 1922, "start": 708.16, "end": 708.46, "text": "you're" }, { - "id": 1924, + "id": 1923, "start": 708.46, "end": 708.74, "text": "actually" }, { - "id": 1925, + "id": 1924, "start": 708.74, "end": 708.94, "text": "too" }, { - "id": 1926, + "id": 1925, "start": 708.94, "end": 709.4, "text": "late." }, { - "id": 1927, + "id": 1926, "start": 709.4, "end": 709.82, "text": "And" }, { - "id": 1928, + "id": 1927, "start": 709.82, - "end": 710.04, + "end": 710.06, "text": "if" }, { - "id": 1929, - "start": 710.04, + "id": 1928, + "start": 710.06, "end": 710.36, "text": "there's" }, { - "id": 1930, + "id": 1929, "start": 710.36, "end": 710.58, "text": "no" }, { - "id": 1931, + "id": 1930, "start": 710.58, "end": 711.06, "text": "harm" }, { - "id": 1932, + "id": 1931, "start": 711.06, "end": 711.22, "text": "in" }, { - "id": 1933, + "id": 1932, "start": 711.22, "end": 711.44, "text": "doing" }, { - "id": 1934, + "id": 1933, "start": 711.44, "end": 711.66, "text": "it," }, { - "id": 1935, + "id": 1934, "start": 711.66, "end": 711.96, "text": "then" }, { - "id": 1936, + "id": 1935, "start": 711.96, "end": 712.2, "text": "it's" }, { - "id": 1937, + "id": 1936, "start": 712.2, "end": 712.54, "text": "better" }, { - "id": 1938, + "id": 1937, "start": 712.54, "end": 712.7, "text": "to" }, { - "id": 1939, + "id": 1938, "start": 712.7, "end": 712.9, "text": "just" }, { - "id": 1940, + "id": 1939, "start": 712.9, "end": 713.04, "text": "do" }, { - "id": 1941, + "id": 1940, "start": 713.04, "end": 713.2, "text": "it" }, { - "id": 1942, + "id": 1941, "start": 713.2, "end": 713.56, "text": "now" }, { - "id": 1943, + "id": 1942, "start": 713.56, "end": 713.72, "text": "in" }, { - "id": 1944, + "id": 1943, "start": 713.72, "end": 714.0, "text": "case" }, { - "id": 1945, + "id": 1944, "start": 714.0, "end": 714.24, "text": "someone" }, { - "id": 1946, + "id": 1945, "start": 714.24, "end": 714.68, "text": "might" }, { - "id": 1947, + "id": 1946, "start": 714.68, "end": 714.96, "text": "need" }, { - "id": 1948, + "id": 1947, "start": 714.96, "end": 715.46, "text": "it." }, { - "id": 1949, + "id": 1948, "start": 715.64, "end": 716.14, "text": "Especially" }, { - "id": 1950, + "id": 1949, "start": 716.18, "end": 716.68, "text": "because" }, { - "id": 1951, + "id": 1950, "start": 716.74, "end": 716.98, "text": "the" }, { - "id": 1952, + "id": 1951, "start": 716.98, "end": 717.38, "text": "total" }, { - "id": 1953, + "id": 1952, "start": 717.38, "end": 717.88, "text": "amount" }, { - "id": 1954, + "id": 1953, "start": 717.92, "end": 718.24, "text": "doesn't" }, { - "id": 1955, + "id": 1954, "start": 718.24, "end": 718.52, "text": "change," }, { - "id": 1956, + "id": 1955, "start": 718.52, "end": 718.86, "text": "right?" }, { - "id": 1957, + "id": 1956, "start": 718.86, "end": 719.04, "text": "Like" }, { - "id": 1958, + "id": 1957, "start": 719.04, "end": 719.1, "text": "you" }, { - "id": 1959, + "id": 1958, "start": 719.1, "end": 719.34, "text": "said," }, { - "id": 1960, + "id": 1959, "start": 719.34, "end": 719.44, "text": "you" }, { - "id": 1961, + "id": 1960, "start": 719.44, "end": 719.6, "text": "can" }, { - "id": 1962, + "id": 1961, "start": 719.6, "end": 719.8, "text": "spread" }, { - "id": 1963, + "id": 1962, "start": 719.8, "end": 719.92, "text": "it" }, { - "id": 1964, + "id": 1963, "start": 719.92, "end": 720.08, "text": "over" }, { - "id": 1965, + "id": 1964, "start": 720.08, "end": 720.4, "text": "multiple" }, { - "id": 1966, + "id": 1965, "start": 720.4, "end": 720.9, "text": "outputs." }, { - "id": 1967, + "id": 1966, "start": 723.14, "end": 723.56, "text": "Yeah," }, { - "id": 1968, + "id": 1967, "start": 723.56, "end": 724.06, "text": "okay." }, { - "id": 1969, + "id": 1968, "start": 725.22, "end": 725.46, "text": "Let's" }, { - "id": 1970, + "id": 1969, "start": 725.46, "end": 725.74, "text": "move" }, { - "id": 1971, + "id": 1970, "start": 725.74, "end": 725.94, "text": "on" }, { - "id": 1972, + "id": 1971, "start": 725.94, "end": 726.16, "text": "from" }, { - "id": 1973, + "id": 1972, "start": 726.16, "end": 726.38, "text": "that" }, { - "id": 1974, + "id": 1973, "start": 726.38, "end": 726.6, "text": "point." }, { - "id": 1975, + "id": 1974, "start": 726.6, "end": 726.98, "text": "Anyone" }, { - "id": 1976, + "id": 1975, "start": 726.98, "end": 727.12, "text": "who" }, { - "id": 1977, + "id": 1976, "start": 727.12, "end": 727.28, "text": "was" }, { - "id": 1978, + "id": 1977, "start": 727.28, "end": 727.72, "text": "listening" }, { - "id": 1979, + "id": 1978, "start": 727.72, "end": 728.22, "text": "specifically" }, { - "id": 1980, + "id": 1979, "start": 728.36, "end": 728.56, "text": "to" }, { - "id": 1981, + "id": 1980, "start": 728.56, "end": 728.8, "text": "hear" }, { - "id": 1982, + "id": 1981, "start": 728.8, "end": 729.14, "text": "more" }, { - "id": 1983, + "id": 1982, "start": 729.14, "end": 729.28, "text": "about" }, { - "id": 1984, + "id": 1983, "start": 729.28, "end": 729.44, "text": "the" }, { - "id": 1985, + "id": 1984, "start": 729.44, - "end": 729.84, + "end": 729.8, "text": "Operator" }, { - "id": 1986, - "start": 729.84, + "id": 1985, + "start": 729.8, "end": 729.96, "text": "in" }, { - "id": 1987, + "id": 1986, "start": 729.96, "end": 730.46, "text": "Drama" }, { - "id": 1988, + "id": 1987, "start": 730.52, "end": 730.76, "text": "can" }, { - "id": 1989, + "id": 1988, "start": 730.76, - "end": 730.96, + "end": 730.94, "text": "now" }, { - "id": 1990, - "start": 730.96, - "end": 731.28, + "id": 1989, + "start": 730.94, + "end": 731.26, "text": "switch" }, { - "id": 1991, - "start": 731.28, + "id": 1990, + "start": 731.26, "end": 731.52, "text": "off" }, { - "id": 1992, + "id": 1991, "start": 731.52, "end": 731.76, "text": "because" }, { - "id": 1993, + "id": 1992, "start": 731.76, "end": 731.96, "text": "we're" }, { - "id": 1994, + "id": 1993, "start": 731.96, "end": 732.12, "text": "going" }, { - "id": 1995, + "id": 1994, "start": 732.12, "end": 732.28, "text": "to" }, { - "id": 1996, + "id": 1995, "start": 732.28, "end": 732.56, "text": "talk" }, { - "id": 1997, + "id": 1996, "start": 732.56, "end": 732.8, "text": "about" }, { - "id": 1998, + "id": 1997, "start": 732.8, "end": 733.3, "text": "other" }, { - "id": 1999, + "id": 1998, "start": 734.44, "end": 734.94, "text": "interesting" }, { - "id": 2000, + "id": 1999, "start": 735.02, "end": 735.52, "text": "notable" }, { - "id": 2001, + "id": 2000, "start": 735.62, "end": 736.1, "text": "improvements" }, { - "id": 2002, + "id": 2001, "start": 736.1, "end": 736.22, "text": "in" }, { - "id": 2003, + "id": 2002, "start": 736.22, "end": 736.56, "text": "Bitcoin" }, { - "id": 2004, + "id": 2003, "start": 736.56, "end": 736.78, "text": "Core" }, { - "id": 2005, + "id": 2004, "start": 736.78, "end": 737.28, "text": "30." }, { - "id": 2006, + "id": 2005, "start": 737.38, "end": 737.58, "text": "Right," }, { - "id": 2007, + "id": 2006, "start": 737.58, - "end": 737.8, + "end": 737.78, "text": "Or" }, { - "id": 2008, - "start": 737.8, + "id": 2007, + "start": 737.78, "end": 737.98, "text": "was" }, { - "id": 2009, + "id": 2008, "start": 737.98, "end": 738.16, "text": "there" }, { - "id": 2010, + "id": 2009, "start": 738.16, "end": 738.48, "text": "anything" }, { - "id": 2011, + "id": 2010, "start": 738.48, "end": 738.62, "text": "else" }, { - "id": 2012, + "id": 2011, "start": 738.62, "end": 738.76, "text": "you" }, { - "id": 2013, + "id": 2012, "start": 738.76, "end": 738.96, "text": "wanted" }, { - "id": 2014, + "id": 2013, "start": 738.96, "end": 739.08, "text": "to" }, { - "id": 2015, + "id": 2014, "start": 739.08, "end": 739.28, "text": "say" }, { - "id": 2016, + "id": 2015, "start": 739.28, "end": 739.44, "text": "about" }, { - "id": 2017, + "id": 2016, "start": 739.44, "end": 739.94, "text": "this?" }, { - "id": 2018, + "id": 2017, "start": 740.44, "end": 740.94, "text": "Yes," }, { - "id": 2019, + "id": 2018, "start": 741.76, "end": 742.02, "text": "but" }, { - "id": 2020, + "id": 2019, "start": 742.02, "end": 742.16, "text": "I" }, { - "id": 2021, + "id": 2020, "start": 742.16, "end": 742.4, "text": "was" }, { - "id": 2022, + "id": 2021, "start": 742.4, "end": 742.66, "text": "just" }, { - "id": 2023, + "id": 2022, "start": 742.66, "end": 743.08, "text": "changing" }, { - "id": 2024, + "id": 2023, "start": 743.08, "end": 743.24, "text": "the" }, { - "id": 2025, + "id": 2024, "start": 743.24, "end": 743.74, "text": "sequence" }, { - "id": 2026, + "id": 2025, "start": 743.76, "end": 744.26, "text": "of" }, { - "id": 2027, + "id": 2026, "start": 746.46, "end": 746.88, "text": "items" }, { - "id": 2028, + "id": 2027, "start": 746.88, "end": 747.04, "text": "on" }, { - "id": 2029, + "id": 2028, "start": 747.04, "end": 747.26, "text": "our" }, { - "id": 2030, + "id": 2029, "start": 747.26, "end": 747.62, "text": "to-do" }, { - "id": 2031, + "id": 2030, "start": 747.62, "end": 748.12, "text": "list." }, { - "id": 2032, + "id": 2031, "start": 753.1, "end": 753.22, "text": "All" }, { - "id": 2033, + "id": 2032, "start": 753.22, "end": 753.48, "text": "right," }, { - "id": 2034, + "id": 2033, "start": 753.48, "end": 753.7, "text": "let's" }, { - "id": 2035, + "id": 2034, "start": 753.7, "end": 753.9, "text": "talk" }, { - "id": 2036, + "id": 2035, "start": 753.9, "end": 754.08, "text": "about" }, { - "id": 2037, + "id": 2036, "start": 754.08, "end": 754.24, "text": "the" }, { - "id": 2038, + "id": 2037, "start": 754.24, "end": 754.6, "text": "minimum" }, { - "id": 2039, + "id": 2038, "start": 754.6, "end": 755.0, "text": "relay" }, { - "id": 2040, + "id": 2039, "start": 755.0, "end": 755.22, "text": "fee" }, { - "id": 2041, + "id": 2040, "start": 755.22, "end": 755.72, "text": "then." }, { - "id": 2042, + "id": 2041, "start": 758.04, "end": 758.24, "text": "Because" }, { - "id": 2043, + "id": 2042, "start": 758.24, "end": 758.5, "text": "that's" }, { - "id": 2044, + "id": 2043, "start": 758.5, "end": 758.68, "text": "sort" }, { - "id": 2045, + "id": 2044, "start": 758.68, "end": 758.84, "text": "of" }, { - "id": 2046, + "id": 2045, "start": 758.84, "end": 759.34, "text": "in" }, { - "id": 2047, + "id": 2046, "start": 759.52, "end": 759.72, "text": "the" }, { - "id": 2048, + "id": 2047, "start": 759.72, "end": 759.92, "text": "same" }, { - "id": 2049, + "id": 2048, "start": 759.92, "end": 760.28, "text": "area" }, { - "id": 2050, + "id": 2049, "start": 760.28, "end": 760.44, "text": "of" }, { - "id": 2051, + "id": 2050, "start": 760.44, "end": 760.92, "text": "changes," }, { - "id": 2052, + "id": 2051, "start": 760.92, "end": 761.12, "text": "and" }, { - "id": 2053, + "id": 2052, "start": 761.12, "end": 761.32, "text": "then" }, { - "id": 2054, + "id": 2053, "start": 761.32, "end": 761.72, "text": "we'll" }, { - "id": 2055, + "id": 2054, "start": 761.72, "end": 761.94, "text": "move" }, { - "id": 2056, + "id": 2055, "start": 761.94, "end": 762.1, "text": "on" }, { - "id": 2057, + "id": 2056, "start": 762.1, "end": 762.24, "text": "to" }, { - "id": 2058, + "id": 2057, "start": 762.24, "end": 762.72, "text": "completely" }, { - "id": 2059, + "id": 2058, "start": 762.72, "end": 763.1, "text": "different" }, { - "id": 2060, + "id": 2059, "start": 763.1, "end": 763.6, "text": "changes." }, { - "id": 2061, + "id": 2060, "start": 764.54, "end": 765.04, "text": "Okay," }, { - "id": 2062, + "id": 2061, "start": 765.24, "end": 765.36, "text": "It" }, { - "id": 2063, + "id": 2062, "start": 765.36, "end": 765.58, "text": "was" }, { - "id": 2064, + "id": 2063, "start": 765.58, "end": 765.86, "text": "very" }, { - "id": 2065, + "id": 2064, "start": 765.86, "end": 766.36, "text": "important" }, { - "id": 2066, + "id": 2065, "start": 766.38, "end": 766.56, "text": "to" }, { - "id": 2067, + "id": 2066, "start": 766.56, "end": 766.92, "text": "adjust" }, { - "id": 2068, + "id": 2067, "start": 766.92, "end": 767.18, "text": "that" }, { - "id": 2069, + "id": 2068, "start": 767.18, "end": 767.32, "text": "in" }, { - "id": 2070, + "id": 2069, "start": 767.32, "end": 767.48, "text": "the" }, { - "id": 2071, + "id": 2070, "start": 767.48, "end": 767.78, "text": "Google" }, { - "id": 2072, + "id": 2071, "start": 767.78, "end": 768.04, "text": "Doc" }, { - "id": 2073, + "id": 2072, "start": 768.04, "end": 768.22, "text": "that" }, { - "id": 2074, + "id": 2073, "start": 768.22, "end": 768.34, "text": "no" }, { - "id": 2075, + "id": 2074, "start": 768.34, "end": 768.52, "text": "one" }, { - "id": 2076, + "id": 2075, "start": 768.52, "end": 768.8, "text": "else" }, { - "id": 2077, + "id": 2076, "start": 768.8, "end": 769.0, "text": "will" }, { - "id": 2078, + "id": 2077, "start": 769.0, "end": 769.28, "text": "see" }, { - "id": 2079, + "id": 2078, "start": 769.28, "end": 769.78, "text": "besides" }, { - "id": 2080, + "id": 2079, "start": 769.92, "end": 770.12, "text": "you" }, { - "id": 2081, + "id": 2080, "start": 770.12, "end": 770.32, "text": "and" }, { - "id": 2082, + "id": 2081, "start": 770.32, "end": 770.64, "text": "me." }, { - "id": 2083, + "id": 2082, "start": 770.64, "end": 771.14, "text": "Good" }, { - "id": 2084, + "id": 2083, "start": 771.38, "end": 771.68, "text": "thing" }, { - "id": 2085, + "id": 2084, "start": 771.68, "end": 771.84, "text": "that" }, { - "id": 2086, + "id": 2085, "start": 771.84, "end": 772.0, "text": "you" }, { - "id": 2087, + "id": 2086, "start": 772.0, "end": 772.2, "text": "did" }, { - "id": 2088, + "id": 2087, "start": 772.2, "end": 772.7, "text": "that." }, { - "id": 2089, + "id": 2088, "start": 772.82, "end": 773.32, "text": "Exactly." }, { - "id": 2090, + "id": 2089, "start": 774.56, "end": 775.06, "text": "Okay." }, { - "id": 2091, + "id": 2090, "start": 776.14, "end": 776.28, "text": "So" }, { - "id": 2092, + "id": 2091, "start": 776.28, "end": 776.78, "text": "yeah," }, { - "id": 2093, + "id": 2092, "start": 776.82, "end": 777.04, "text": "so" }, { - "id": 2094, + "id": 2093, "start": 777.04, "end": 777.26, "text": "this" }, { - "id": 2095, + "id": 2094, "start": 777.26, "end": 777.44, "text": "is" }, { - "id": 2096, + "id": 2095, "start": 777.44, "end": 777.8, "text": "another" }, { - "id": 2097, + "id": 2096, "start": 777.8, "end": 778.3, "text": "policy" }, { - "id": 2098, + "id": 2097, "start": 779.84, "end": 780.34, "text": "change," }, { - "id": 2099, + "id": 2098, "start": 780.72, "end": 781.22, "text": "which," }, { - "id": 2100, + "id": 2099, "start": 781.4, "end": 781.9, "text": "okay," }, { - "id": 2101, + "id": 2100, "start": 781.92, "end": 782.12, "text": "so" }, { - "id": 2102, + "id": 2101, "start": 782.12, "end": 782.62, "text": "that's" }, { - "id": 2103, + "id": 2102, "start": 782.9, "end": 783.08, "text": "the" }, { - "id": 2104, + "id": 2103, "start": 783.08, "end": 783.58, "text": "minimum" }, { - "id": 2105, + "id": 2104, "start": 784.12, "end": 784.54, "text": "fee" }, { - "id": 2106, + "id": 2105, "start": 784.54, "end": 784.96, "text": "that" }, { - "id": 2107, + "id": 2106, "start": 784.96, - "end": 785.24, + "end": 785.28, "text": "is" }, { - "id": 2108, - "start": 785.24, + "id": 2107, + "start": 785.28, "end": 785.64, "text": "included" }, { - "id": 2109, + "id": 2108, "start": 785.64, "end": 785.8, "text": "in" }, { - "id": 2110, + "id": 2109, "start": 785.8, "end": 785.94, "text": "a" }, { - "id": 2111, + "id": 2110, "start": 785.94, "end": 786.44, "text": "transaction," }, { - "id": 2112, + "id": 2111, "start": 788.0, "end": 788.22, "text": "can" }, { - "id": 2113, + "id": 2112, "start": 788.22, "end": 788.6, "text": "now" }, { - "id": 2114, + "id": 2113, "start": 788.6, "end": 788.84, "text": "be" }, { - "id": 2115, + "id": 2114, "start": 788.84, "end": 789.34, "text": "lower" }, { - "id": 2116, + "id": 2115, "start": 789.52, "end": 789.96, "text": "before" }, { - "id": 2117, + "id": 2116, "start": 789.96, "end": 790.2, "text": "Bitcoin" }, { - "id": 2118, + "id": 2117, "start": 790.2, "end": 790.52, "text": "Core" }, { - "id": 2119, + "id": 2118, "start": 790.52, "end": 790.86, "text": "nodes" }, { - "id": 2120, + "id": 2119, "start": 790.86, "end": 791.12, "text": "will" }, { - "id": 2121, + "id": 2120, "start": 791.12, "end": 791.38, "text": "accept" }, { - "id": 2122, + "id": 2121, "start": 791.38, "end": 791.52, "text": "it" }, { - "id": 2123, + "id": 2122, "start": 791.52, "end": 791.66, "text": "in" }, { - "id": 2124, + "id": 2123, "start": 791.66, "end": 791.76, "text": "the" }, { - "id": 2125, + "id": 2124, "start": 791.76, "end": 792.24, "text": "mempool" }, { - "id": 2126, + "id": 2125, "start": 792.24, "end": 792.38, "text": "and" }, { - "id": 2127, + "id": 2126, "start": 792.38, "end": 792.66, "text": "relay" }, { - "id": 2128, + "id": 2127, "start": 792.66, - "end": 792.78, + "end": 792.74, "text": "it" }, { - "id": 2129, - "start": 792.78, - "end": 792.9, + "id": 2128, + "start": 792.74, + "end": 792.88, "text": "to" }, { - "id": 2130, - "start": 792.9, + "id": 2129, + "start": 792.88, "end": 793.08, "text": "other" }, { - "id": 2131, + "id": 2130, "start": 793.08, "end": 793.44, "text": "nodes," }, { - "id": 2132, + "id": 2131, "start": 793.44, "end": 793.86, "text": "right?" }, { - "id": 2133, + "id": 2132, "start": 793.86, "end": 794.14, "text": "Yeah," }, { - "id": 2134, + "id": 2133, "start": 794.14, "end": 794.28, "text": "so" }, { - "id": 2135, + "id": 2134, "start": 794.28, "end": 794.38, "text": "it" }, { - "id": 2136, + "id": 2135, "start": 794.38, "end": 794.64, "text": "used" }, { - "id": 2137, + "id": 2136, "start": 794.64, "end": 794.76, "text": "to" }, { - "id": 2138, + "id": 2137, "start": 794.76, "end": 794.86, "text": "be" }, { - "id": 2139, + "id": 2138, "start": 794.86, "end": 795.1, "text": "1" }, { - "id": 2140, + "id": 2139, "start": 795.1, "end": 795.44, "text": "Satoshi" }, { - "id": 2141, + "id": 2140, "start": 795.44, "end": 795.62, "text": "per" }, { - "id": 2142, + "id": 2141, "start": 795.62, "end": 796.12, "text": "Vbyte," }, { - "id": 2143, + "id": 2142, "start": 796.16, "end": 796.36, "text": "now" }, { - "id": 2144, + "id": 2143, "start": 796.36, "end": 796.64, "text": "it's" }, { - "id": 2145, + "id": 2144, "start": 796.64, "end": 797.14, "text": "0.1" }, { - "id": 2146, + "id": 2145, "start": 797.24, "end": 797.64, "text": "Satoshi" }, { - "id": 2147, + "id": 2146, "start": 797.64, "end": 797.8, "text": "per" }, { - "id": 2148, + "id": 2147, "start": 797.8, "end": 798.3, "text": "Vbyte." }, { - "id": 2149, + "id": 2148, "start": 798.82, "end": 799.32, "text": "And" }, { - "id": 2150, + "id": 2149, "start": 799.34, "end": 799.54, "text": "this" }, { - "id": 2151, + "id": 2150, "start": 799.54, "end": 799.72, "text": "is" }, { - "id": 2152, + "id": 2151, "start": 799.72, "end": 799.9, "text": "a" }, { - "id": 2153, + "id": 2152, "start": 799.9, "end": 800.28, "text": "case" }, { - "id": 2154, + "id": 2153, "start": 800.28, "end": 800.78, "text": "of" }, { - "id": 2155, + "id": 2154, "start": 800.86, "end": 801.2, "text": "people" }, { - "id": 2156, + "id": 2155, "start": 801.2, "end": 801.5, "text": "start" }, { - "id": 2157, + "id": 2156, "start": 801.5, "end": 801.82, "text": "doing" }, { - "id": 2158, + "id": 2157, "start": 801.82, "end": 802.32, "text": "things" }, { - "id": 2159, + "id": 2158, "start": 802.54, "end": 802.96, "text": "and" }, { - "id": 2160, + "id": 2159, "start": 802.96, "end": 803.24, "text": "Bitcoin" }, { - "id": 2161, + "id": 2160, "start": 803.24, "end": 803.52, "text": "Core" }, { - "id": 2162, + "id": 2161, "start": 803.52, "end": 803.7, "text": "has" }, { - "id": 2163, + "id": 2162, "start": 803.7, "end": 803.9, "text": "to" }, { - "id": 2164, + "id": 2163, "start": 803.9, "end": 804.4, "text": "follow," }, { - "id": 2165, + "id": 2164, "start": 804.4, "end": 804.9, "text": "otherwise" }, { - "id": 2166, + "id": 2165, "start": 805.04, "end": 805.48, "text": "everybody" }, { - "id": 2167, + "id": 2166, "start": 805.48, "end": 805.64, "text": "will" }, { - "id": 2168, + "id": 2167, "start": 805.64, "end": 805.8, "text": "go" }, { - "id": 2169, + "id": 2168, "start": 805.8, "end": 806.04, "text": "around" }, { - "id": 2170, + "id": 2169, "start": 806.04, "end": 806.18, "text": "the" }, { - "id": 2171, + "id": 2170, "start": 806.18, "end": 806.68, "text": "mempool." }, { - "id": 2172, + "id": 2171, "start": 808.58, "end": 808.78, "text": "So" }, { - "id": 2173, + "id": 2172, "start": 808.78, "end": 808.94, "text": "what" }, { - "id": 2174, + "id": 2173, "start": 808.94, "end": 809.22, "text": "started" }, { - "id": 2175, + "id": 2174, "start": 809.22, "end": 809.58, "text": "happening" }, { - "id": 2176, + "id": 2175, "start": 809.58, "end": 810.06, "text": "is" }, { - "id": 2177, + "id": 2176, "start": 810.06, "end": 810.3, "text": "because" }, { - "id": 2178, + "id": 2177, "start": 810.3, "end": 810.46, "text": "the" }, { - "id": 2179, + "id": 2178, "start": 810.46, "end": 810.72, "text": "fee" }, { - "id": 2180, + "id": 2179, "start": 810.72, "end": 811.02, "text": "market" }, { - "id": 2181, + "id": 2180, "start": 811.02, "end": 811.36, "text": "is" }, { - "id": 2182, + "id": 2181, "start": 811.36, "end": 811.62, "text": "such" }, { - "id": 2183, + "id": 2182, "start": 811.62, "end": 811.76, "text": "an" }, { - "id": 2184, + "id": 2183, "start": 811.76, "end": 812.16, "text": "amazing" }, { - "id": 2185, + "id": 2184, "start": 812.16, "end": 812.66, "text": "success." }, { - "id": 2186, + "id": 2185, "start": 814.54, "end": 814.84, "text": "Yeah," }, { - "id": 2187, + "id": 2186, "start": 814.84, "end": 815.14, "text": "people" }, { - "id": 2188, + "id": 2187, "start": 815.14, "end": 815.44, "text": "wanted" }, { - "id": 2189, + "id": 2188, "start": 815.44, "end": 815.92, "text": "to" }, { - "id": 2190, + "id": 2189, "start": 815.92, "end": 816.22, "text": "pay" }, { - "id": 2191, + "id": 2190, "start": 816.22, "end": 816.42, "text": "less" }, { - "id": 2192, + "id": 2191, "start": 816.42, "end": 816.92, "text": "fees." }, { - "id": 2193, + "id": 2192, "start": 818.48, "end": 818.68, "text": "And" }, { - "id": 2194, + "id": 2193, "start": 818.68, - "end": 818.88, + "end": 818.92, "text": "well," }, { - "id": 2195, - "start": 818.88, + "id": 2194, + "start": 818.92, "end": 819.02, "text": "like" }, { - "id": 2196, + "id": 2195, "start": 819.02, "end": 819.14, "text": "I" }, { - "id": 2197, + "id": 2196, "start": 819.14, "end": 819.34, "text": "said," }, { - "id": 2198, + "id": 2197, "start": 819.34, "end": 819.52, "text": "I'm" }, { - "id": 2199, + "id": 2198, "start": 819.52, "end": 819.78, "text": "not" }, { - "id": 2200, + "id": 2199, "start": 819.78, "end": 819.96, "text": "on" }, { - "id": 2201, + "id": 2200, "start": 819.96, "end": 820.2, "text": "social" }, { - "id": 2202, + "id": 2201, "start": 820.2, "end": 820.52, "text": "media" }, { - "id": 2203, + "id": 2202, "start": 820.52, "end": 820.84, "text": "myself" }, { - "id": 2204, + "id": 2203, "start": 820.84, "end": 820.92, "text": "at" }, { - "id": 2205, + "id": 2204, "start": 820.92, "end": 821.0, "text": "the" }, { - "id": 2206, + "id": 2205, "start": 821.0, "end": 821.5, "text": "moment." }, { - "id": 2207, + "id": 2206, "start": 821.98, "end": 822.18, "text": "But" }, { - "id": 2208, + "id": 2207, "start": 822.18, "end": 822.38, "text": "my" }, { - "id": 2209, + "id": 2208, "start": 822.38, - "end": 822.84, + "end": 822.86, "text": "understanding" }, { - "id": 2210, - "start": 822.84, + "id": 2209, + "start": 822.86, "end": 823.04, "text": "is" }, { - "id": 2211, + "id": 2210, "start": 823.04, "end": 823.18, "text": "that" }, { - "id": 2212, + "id": 2211, "start": 823.18, "end": 823.36, "text": "there" }, { - "id": 2213, + "id": 2212, "start": 823.36, "end": 823.74, "text": "was" }, { - "id": 2214, + "id": 2213, "start": 823.74, "end": 823.86, "text": "sort" }, { - "id": 2215, + "id": 2214, "start": 823.86, "end": 823.98, "text": "of" }, { - "id": 2216, + "id": 2215, "start": 823.98, "end": 824.34, "text": "a" }, { - "id": 2217, + "id": 2216, "start": 824.34, "end": 824.68, "text": "Twitter" }, { - "id": 2218, + "id": 2217, "start": 824.68, "end": 825.18, "text": "movement" }, { - "id": 2219, + "id": 2218, "start": 826.36, "end": 826.62, "text": "for" }, { - "id": 2220, + "id": 2219, "start": 826.62, "end": 826.96, "text": "people" }, { - "id": 2221, + "id": 2220, "start": 826.96, "end": 827.14, "text": "to" }, { - "id": 2222, + "id": 2221, "start": 827.14, "end": 827.64, "text": "individually" }, { - "id": 2223, + "id": 2222, "start": 827.78, "end": 828.26, "text": "configure" }, { - "id": 2224, + "id": 2223, "start": 828.26, "end": 828.48, "text": "their" }, { - "id": 2225, + "id": 2224, "start": 828.48, "end": 828.84, "text": "relay" }, { - "id": 2226, + "id": 2225, "start": 828.84, "end": 829.0, "text": "fee" }, { - "id": 2227, + "id": 2226, "start": 829.0, "end": 829.12, "text": "to" }, { - "id": 2228, + "id": 2227, "start": 829.12, "end": 829.32, "text": "go" }, { - "id": 2229, + "id": 2228, "start": 829.32, "end": 829.82, "text": "lower" }, { - "id": 2230, + "id": 2229, "start": 830.22, "end": 830.34, "text": "by" }, { - "id": 2231, + "id": 2230, "start": 830.34, "end": 830.46, "text": "a" }, { - "id": 2232, + "id": 2231, "start": 830.46, "end": 830.68, "text": "factor" }, { - "id": 2233, + "id": 2232, "start": 830.68, "end": 830.76, "text": "of" }, { - "id": 2234, + "id": 2233, "start": 830.76, "end": 831.26, "text": "10." }, { - "id": 2235, + "id": 2234, "start": 831.34, "end": 831.58, "text": "Yeah," }, { - "id": 2236, + "id": 2235, "start": 831.58, "end": 831.76, "text": "and" }, { - "id": 2237, + "id": 2236, "start": 831.76, "end": 831.88, "text": "that" }, { - "id": 2238, + "id": 2237, "start": 831.88, "end": 832.38, "text": "was..." }, { - "id": 2239, + "id": 2238, "start": 832.44, "end": 832.58, "text": "Some" }, { - "id": 2240, + "id": 2239, "start": 832.58, "end": 832.66, "text": "of" }, { - "id": 2241, + "id": 2240, "start": 832.66, "end": 833.16, "text": "us" }, { - "id": 2242, + "id": 2241, "start": 833.16, "end": 833.48, "text": "followed" }, { - "id": 2243, + "id": 2242, "start": 833.48, "end": 833.72, "text": "that" }, { - "id": 2244, + "id": 2243, "start": 833.72, "end": 834.22, "text": "example." }, { - "id": 2245, + "id": 2244, "start": 834.96, "end": 835.24, "text": "And" }, { - "id": 2246, + "id": 2245, "start": 835.24, "end": 835.44, "text": "so" }, { - "id": 2247, + "id": 2246, "start": 835.44, "end": 835.6, "text": "that" }, { - "id": 2248, + "id": 2247, "start": 835.6, "end": 836.1, "text": "was..." }, { - "id": 2249, + "id": 2248, "start": 836.18, "end": 836.46, "text": "Sure," }, { - "id": 2250, + "id": 2249, "start": 836.46, "end": 836.6, "text": "that" }, { - "id": 2251, + "id": 2250, "start": 836.6, "end": 836.82, "text": "was" }, { - "id": 2252, + "id": 2251, "start": 836.82, "end": 837.18, "text": "always" }, { - "id": 2253, + "id": 2252, "start": 837.18, "end": 837.68, "text": "possible" }, { - "id": 2254, + "id": 2253, "start": 838.28, "end": 838.48, "text": "with" }, { - "id": 2255, + "id": 2254, "start": 838.48, "end": 838.86, "text": "Bitcoin" }, { - "id": 2256, + "id": 2255, "start": 838.86, "end": 839.36, "text": "Core." }, { - "id": 2257, + "id": 2256, "start": 839.76, "end": 840.16, "text": "Any" }, { - "id": 2258, + "id": 2257, "start": 840.16, "end": 840.64, "text": "individual" }, { - "id": 2259, + "id": 2258, "start": 840.64, "end": 840.96, "text": "user" }, { - "id": 2260, + "id": 2259, "start": 840.96, "end": 841.28, "text": "could" }, { - "id": 2261, + "id": 2260, "start": 841.28, "end": 841.78, "text": "already" }, { - "id": 2262, + "id": 2261, "start": 842.48, "end": 842.98, "text": "lower" }, { - "id": 2263, + "id": 2262, "start": 843.08, "end": 843.4, "text": "the" }, { - "id": 2264, + "id": 2263, "start": 843.4, "end": 843.9, "text": "main" }, { - "id": 2265, + "id": 2264, "start": 844.82, "end": 845.32, "text": "relay" }, { - "id": 2266, + "id": 2265, "start": 845.38, "end": 845.88, "text": "fee?" }, { - "id": 2267, + "id": 2266, "start": 846.14, "end": 846.38, "text": "Yes," }, { - "id": 2268, + "id": 2267, "start": 846.38, "end": 846.56, "text": "it's" }, { - "id": 2269, + "id": 2268, "start": 846.56, "end": 846.66, "text": "a" }, { - "id": 2270, + "id": 2269, "start": 846.66, "end": 846.88, "text": "matter" }, { - "id": 2271, + "id": 2270, "start": 846.88, "end": 847.02, "text": "of" }, { - "id": 2272, + "id": 2271, "start": 847.02, - "end": 847.34, + "end": 847.32, "text": "changing" }, { - "id": 2273, - "start": 847.34, + "id": 2272, + "start": 847.32, "end": 847.5, "text": "a" }, { - "id": 2274, + "id": 2273, "start": 847.5, "end": 848.0, "text": "setting." }, { - "id": 2275, + "id": 2274, "start": 848.56, "end": 848.76, "text": "Now," }, { - "id": 2276, + "id": 2275, "start": 848.76, "end": 848.86, "text": "keep" }, { - "id": 2277, + "id": 2276, "start": 848.86, "end": 849.0, "text": "in" }, { - "id": 2278, + "id": 2277, "start": 849.0, "end": 849.32, "text": "mind," }, { - "id": 2279, + "id": 2278, "start": 849.32, - "end": 849.6, + "end": 849.62, "text": "everything" }, { - "id": 2280, - "start": 849.6, + "id": 2279, + "start": 849.62, "end": 849.76, "text": "is" }, { - "id": 2281, + "id": 2280, "start": 849.76, "end": 850.12, "text": "possible" }, { - "id": 2282, + "id": 2281, "start": 850.12, "end": 850.24, "text": "with" }, { - "id": 2283, + "id": 2282, "start": 850.24, "end": 850.56, "text": "Bacon" }, { - "id": 2284, + "id": 2283, "start": 850.56, "end": 850.76, "text": "Core" }, { - "id": 2285, + "id": 2284, "start": 850.76, "end": 850.94, "text": "if" }, { - "id": 2286, + "id": 2285, "start": 850.94, "end": 851.12, "text": "you" }, { - "id": 2287, + "id": 2286, "start": 851.12, "end": 851.6, "text": "recompile" }, { - "id": 2288, + "id": 2287, "start": 851.6, "end": 851.78, "text": "it" }, { - "id": 2289, + "id": 2288, "start": 851.78, "end": 852.18, "text": "yourself," }, { - "id": 2290, + "id": 2289, "start": 852.18, "end": 852.36, "text": "but" }, { - "id": 2291, + "id": 2290, "start": 852.36, "end": 852.52, "text": "in" }, { - "id": 2292, + "id": 2291, "start": 852.52, "end": 852.68, "text": "this" }, { - "id": 2293, + "id": 2292, "start": 852.68, "end": 853.04, "text": "case," }, { - "id": 2294, + "id": 2293, "start": 853.04, "end": 853.26, "text": "it's" }, { - "id": 2295, + "id": 2294, "start": 853.26, "end": 853.44, "text": "just" }, { - "id": 2296, + "id": 2295, "start": 853.44, "end": 853.52, "text": "a" }, { - "id": 2297, + "id": 2296, "start": 853.52, "end": 853.84, "text": "matter" }, { - "id": 2298, + "id": 2297, "start": 853.84, "end": 854.02, "text": "of" }, { - "id": 2299, + "id": 2298, "start": 854.02, "end": 854.34, "text": "changing" }, { - "id": 2300, + "id": 2299, "start": 854.34, "end": 854.5, "text": "a" }, { - "id": 2301, + "id": 2300, "start": 854.5, "end": 855.0, "text": "setting." }, { - "id": 2302, + "id": 2301, "start": 855.78, "end": 856.0, "text": "So" }, { - "id": 2303, + "id": 2302, "start": 856.0, "end": 856.12, "text": "you" }, { - "id": 2304, + "id": 2303, "start": 856.12, "end": 856.26, "text": "can" }, { - "id": 2305, + "id": 2304, "start": 856.26, "end": 856.64, "text": "already" }, { - "id": 2306, + "id": 2305, "start": 856.64, "end": 856.96, "text": "lower" }, { - "id": 2307, + "id": 2306, "start": 856.96, "end": 857.08, "text": "it" }, { - "id": 2308, + "id": 2307, "start": 857.08, "end": 857.58, "text": "to" }, { - "id": 2309, + "id": 2308, "start": 857.68, "end": 857.93, "text": "1," }, { - "id": 2310, + "id": 2309, "start": 857.93, "end": 858.18, "text": "000th" }, { - "id": 2311, + "id": 2310, "start": 858.42, "end": 858.54, "text": "of" }, { - "id": 2312, + "id": 2311, "start": 858.54, "end": 858.68, "text": "a" }, { - "id": 2313, + "id": 2312, "start": 858.68, "end": 859.16, "text": "Satoshi" }, { - "id": 2314, + "id": 2313, "start": 859.16, "end": 859.36, "text": "per" }, { - "id": 2315, + "id": 2314, "start": 859.36, "end": 859.86, "text": "feedbyte." }, { - "id": 2316, + "id": 2315, "start": 860.54, "end": 860.74, "text": "Not" }, { - "id": 2317, + "id": 2316, "start": 860.74, "end": 861.14, "text": "lower" }, { - "id": 2318, + "id": 2317, "start": 861.14, "end": 861.44, "text": "because" }, { - "id": 2319, + "id": 2318, "start": 861.44, "end": 861.62, "text": "the" }, { - "id": 2320, + "id": 2319, "start": 861.62, "end": 862.12, "text": "amounts" }, { - "id": 2321, + "id": 2320, "start": 862.12, "end": 862.62, "text": "internally" }, { - "id": 2322, + "id": 2321, "start": 862.68, "end": 862.96, "text": "are" }, { - "id": 2323, + "id": 2322, "start": 862.96, "end": 863.46, "text": "processed" }, { - "id": 2324, + "id": 2323, "start": 863.68, "end": 863.86, "text": "at" }, { - "id": 2325, + "id": 2324, "start": 863.86, "end": 864.02, "text": "that" }, { - "id": 2326, + "id": 2325, "start": 864.02, "end": 864.52, "text": "resolution." }, { - "id": 2327, + "id": 2326, "start": 864.92, "end": 865.08, "text": "So" }, { - "id": 2328, + "id": 2327, "start": 865.08, "end": 865.32, "text": "you'd" }, { - "id": 2329, + "id": 2328, "start": 865.32, "end": 865.46, "text": "have" }, { - "id": 2330, + "id": 2329, "start": 865.46, "end": 865.56, "text": "to" }, { - "id": 2331, + "id": 2330, "start": 865.56, "end": 865.76, "text": "do" }, { - "id": 2332, + "id": 2331, "start": 865.76, "end": 865.9, "text": "some" }, { - "id": 2333, + "id": 2332, "start": 865.9, "end": 866.04, "text": "more" }, { - "id": 2334, + "id": 2333, "start": 866.04, "end": 866.32, "text": "changes" }, { - "id": 2335, + "id": 2334, "start": 866.32, "end": 866.52, "text": "if" }, { - "id": 2336, + "id": 2335, "start": 866.52, "end": 866.58, "text": "you" }, { - "id": 2337, + "id": 2336, "start": 866.58, "end": 866.72, "text": "want" }, { - "id": 2338, + "id": 2337, "start": 866.72, "end": 866.82, "text": "to" }, { - "id": 2339, + "id": 2338, "start": 866.82, "end": 866.98, "text": "go" }, { - "id": 2340, + "id": 2339, "start": 866.98, "end": 867.24, "text": "even" }, { - "id": 2341, + "id": 2340, "start": 867.24, "end": 867.44, "text": "lower" }, { - "id": 2342, + "id": 2341, "start": 867.44, "end": 867.62, "text": "than" }, { - "id": 2343, + "id": 2342, "start": 867.62, "end": 868.12, "text": "that." }, { - "id": 2344, - "start": 869.34, + "id": 2343, + "start": 869.32, "end": 869.54, "text": "But" }, { - "id": 2345, + "id": 2344, "start": 869.54, "end": 869.62, "text": "I" }, { - "id": 2346, + "id": 2345, "start": 869.62, "end": 870.12, "text": "guess," }, { - "id": 2347, + "id": 2346, "start": 870.24, "end": 870.6, "text": "Yeah," }, { - "id": 2348, + "id": 2347, "start": 870.6, "end": 871.1, "text": "people" }, { - "id": 2349, + "id": 2348, "start": 871.16, "end": 871.56, "text": "settled" }, { - "id": 2350, + "id": 2349, "start": 871.56, "end": 871.78, "text": "on" }, { - "id": 2351, + "id": 2350, "start": 871.78, "end": 872.04, "text": "about" }, { - "id": 2352, + "id": 2351, "start": 872.04, "end": 872.44, "text": "10x" }, { - "id": 2353, + "id": 2352, "start": 872.44, "end": 872.94, "text": "lower." }, { - "id": 2354, + "id": 2353, "start": 873.54, "end": 873.7, "text": "And" }, { - "id": 2355, + "id": 2354, "start": 873.7, "end": 873.9, "text": "some" }, { - "id": 2356, + "id": 2355, "start": 873.9, "end": 874.28, "text": "miners" }, { - "id": 2357, + "id": 2356, "start": 874.28, "end": 874.64, "text": "followed," }, { - "id": 2358, + "id": 2357, "start": 874.64, "end": 874.78, "text": "and" }, { - "id": 2359, + "id": 2358, "start": 874.78, "end": 874.94, "text": "that" }, { - "id": 2360, + "id": 2359, "start": 874.94, "end": 875.22, "text": "means" }, { - "id": 2361, + "id": 2360, "start": 875.22, "end": 875.44, "text": "these" }, { - "id": 2362, + "id": 2361, "start": 875.44, "end": 875.72, "text": "things" }, { - "id": 2363, + "id": 2362, "start": 875.72, "end": 875.86, "text": "get" }, { - "id": 2364, + "id": 2363, "start": 875.86, "end": 876.36, "text": "mined." }, { - "id": 2365, - "start": 876.5, + "id": 2364, + "start": 876.46, "end": 876.6, "text": "But" }, { - "id": 2366, + "id": 2365, "start": 876.6, "end": 876.78, "text": "that" }, { - "id": 2367, + "id": 2366, "start": 876.78, "end": 877.02, "text": "means" }, { - "id": 2368, + "id": 2367, "start": 877.02, "end": 877.2, "text": "if" }, { - "id": 2369, + "id": 2368, "start": 877.2, "end": 877.36, "text": "you" }, { - "id": 2370, + "id": 2369, "start": 877.36, "end": 877.64, "text": "don't" }, { - "id": 2371, + "id": 2370, "start": 877.64, "end": 877.9, "text": "change" }, { - "id": 2372, + "id": 2371, "start": 877.9, "end": 878.04, "text": "your" }, { - "id": 2373, + "id": 2372, "start": 878.04, "end": 878.44, "text": "default" }, { - "id": 2374, + "id": 2373, "start": 878.44, "end": 878.86, "text": "setting," }, { - "id": 2375, + "id": 2374, "start": 878.86, "end": 879.1, "text": "now" }, { - "id": 2376, + "id": 2375, "start": 879.1, "end": 879.32, "text": "you're" }, { - "id": 2377, + "id": 2376, "start": 879.32, "end": 879.48, "text": "kind" }, { - "id": 2378, + "id": 2377, "start": 879.48, "end": 879.6, "text": "of" }, { - "id": 2379, + "id": 2378, "start": 879.6, "end": 880.1, "text": "surprised" }, { - "id": 2380, + "id": 2379, "start": 880.16, "end": 880.36, "text": "about" }, { - "id": 2381, + "id": 2380, "start": 880.36, "end": 880.64, "text": "what" }, { - "id": 2382, + "id": 2381, "start": 880.64, "end": 880.92, "text": "gets" }, { - "id": 2383, + "id": 2382, "start": 880.92, "end": 881.12, "text": "into" }, { - "id": 2384, + "id": 2383, "start": 881.12, "end": 881.62, "text": "blocks." }, { - "id": 2385, + "id": 2384, "start": 883.08, "end": 883.48, "text": "And" }, { - "id": 2386, + "id": 2385, "start": 883.48, "end": 883.68, "text": "that" }, { - "id": 2387, + "id": 2386, "start": 883.68, "end": 884.18, "text": "surprise" }, { - "id": 2388, + "id": 2387, "start": 885.06, "end": 885.48, "text": "hurts" }, { - "id": 2389, + "id": 2388, "start": 885.48, "end": 885.78, "text": "compact" }, { - "id": 2390, + "id": 2389, "start": 885.78, "end": 886.12, "text": "block" }, { - "id": 2391, + "id": 2390, "start": 886.12, "end": 886.62, "text": "relay," }, { - "id": 2392, + "id": 2391, "start": 886.64, "end": 886.92, "text": "among" }, { - "id": 2393, + "id": 2392, "start": 886.92, "end": 887.12, "text": "other" }, { - "id": 2394, + "id": 2393, "start": 887.12, "end": 887.26, "text": "things." }, { - "id": 2395, + "id": 2394, "start": 887.26, "end": 887.76, "text": "So" }, { - "id": 2396, + "id": 2395, "start": 888.82, "end": 889.02, "text": "we" }, { - "id": 2397, + "id": 2396, "start": 889.02, "end": 889.28, "text": "talked" }, { - "id": 2398, + "id": 2397, "start": 889.28, "end": 889.46, "text": "about" }, { - "id": 2399, + "id": 2398, "start": 889.46, "end": 889.96, "text": "compact" }, { - "id": 2400, + "id": 2399, "start": 889.96, "end": 890.28, "text": "block" }, { - "id": 2401, + "id": 2400, "start": 890.28, "end": 890.6, "text": "relay" }, { - "id": 2402, + "id": 2401, "start": 890.6, "end": 890.74, "text": "in" }, { - "id": 2403, + "id": 2402, "start": 890.74, "end": 890.86, "text": "our" }, { - "id": 2404, + "id": 2403, "start": 890.86, "end": 891.22, "text": "previous" }, { - "id": 2405, + "id": 2404, "start": 891.22, "end": 891.72, "text": "episode," }, { - "id": 2406, + "id": 2405, "start": 891.98, "end": 892.2, "text": "but" }, { - "id": 2407, + "id": 2406, "start": 892.2, "end": 892.54, "text": "generally" }, { - "id": 2408, + "id": 2407, "start": 892.54, "end": 892.66, "text": "the" }, { - "id": 2409, + "id": 2408, "start": 892.66, "end": 892.94, "text": "idea" }, { - "id": 2410, + "id": 2409, "start": 892.94, "end": 893.16, "text": "is" }, { - "id": 2411, + "id": 2410, "start": 893.16, "end": 893.66, "text": "that" }, { - "id": 2412, + "id": 2411, "start": 894.48, "end": 894.62, "text": "if" }, { - "id": 2413, + "id": 2412, "start": 894.62, "end": 894.84, "text": "you're" }, { - "id": 2414, + "id": 2413, "start": 894.84, - "end": 895.16, + "end": 895.12, "text": "sending" }, { - "id": 2415, - "start": 895.16, + "id": 2414, + "start": 895.12, "end": 895.26, "text": "a" }, { - "id": 2416, + "id": 2415, "start": 895.26, "end": 895.52, "text": "block" }, { - "id": 2417, + "id": 2416, "start": 895.52, "end": 895.68, "text": "to" }, { - "id": 2418, + "id": 2417, "start": 895.68, "end": 895.84, "text": "the" }, { - "id": 2419, + "id": 2418, "start": 895.84, "end": 896.1, "text": "next" }, { - "id": 2420, + "id": 2419, "start": 896.1, "end": 896.48, "text": "person" }, { - "id": 2421, + "id": 2420, "start": 896.48, "end": 896.68, "text": "down" }, { - "id": 2422, + "id": 2421, "start": 896.68, "end": 896.82, "text": "the" }, { - "id": 2423, + "id": 2422, "start": 896.82, "end": 897.04, "text": "line," }, { - "id": 2424, + "id": 2423, "start": 897.04, "end": 897.18, "text": "to" }, { - "id": 2425, + "id": 2424, "start": 897.18, - "end": 897.38, + "end": 897.4, "text": "one" }, { - "id": 2426, - "start": 897.38, + "id": 2425, + "start": 897.4, "end": 897.52, "text": "of" }, { - "id": 2427, + "id": 2426, "start": 897.52, "end": 897.72, "text": "your" }, { - "id": 2428, + "id": 2427, "start": 897.72, "end": 898.22, "text": "peers," }, { - "id": 2429, + "id": 2428, "start": 898.48, - "end": 898.7, + "end": 898.74, "text": "if" }, { - "id": 2430, - "start": 898.7, + "id": 2429, + "start": 898.74, "end": 898.86, "text": "you" }, { - "id": 2431, + "id": 2430, "start": 898.86, "end": 899.16, "text": "know" }, { - "id": 2432, + "id": 2431, "start": 899.16, "end": 899.44, "text": "what's" }, { - "id": 2433, + "id": 2432, "start": 899.44, "end": 899.6, "text": "in" }, { - "id": 2434, + "id": 2433, "start": 899.6, "end": 899.76, "text": "their" }, { - "id": 2435, + "id": 2434, "start": 899.76, "end": 900.14, "text": "mempool," }, { - "id": 2436, + "id": 2435, "start": 900.14, "end": 900.36, "text": "you" }, { - "id": 2437, + "id": 2436, "start": 900.36, "end": 900.66, "text": "really" }, { - "id": 2438, + "id": 2437, "start": 900.66, "end": 900.86, "text": "only" }, { - "id": 2439, + "id": 2438, "start": 900.86, "end": 901.08, "text": "need" }, { - "id": 2440, + "id": 2439, "start": 901.08, "end": 901.22, "text": "to" }, { - "id": 2441, + "id": 2440, "start": 901.22, "end": 901.56, "text": "send" }, { - "id": 2442, + "id": 2441, "start": 901.56, "end": 901.78, "text": "the" }, { - "id": 2443, + "id": 2442, "start": 901.78, - "end": 902.06, + "end": 902.08, "text": "header" }, { - "id": 2444, - "start": 902.06, + "id": 2443, + "start": 902.08, "end": 902.22, "text": "of" }, { - "id": 2445, + "id": 2444, "start": 902.22, "end": 902.3, "text": "the" }, { - "id": 2446, + "id": 2445, "start": 902.3, "end": 902.66, "text": "block" }, { - "id": 2447, + "id": 2446, "start": 902.66, "end": 902.84, "text": "and" }, { - "id": 2448, + "id": 2447, "start": 902.84, "end": 903.06, "text": "a" }, { - "id": 2449, + "id": 2448, "start": 903.06, "end": 903.48, "text": "summary" }, { - "id": 2450, + "id": 2449, "start": 903.48, "end": 903.66, "text": "of" }, { - "id": 2451, + "id": 2450, "start": 903.66, "end": 903.8, "text": "the" }, { - "id": 2452, + "id": 2451, "start": 903.8, "end": 904.28, "text": "transactions," }, { - "id": 2453, + "id": 2452, "start": 904.28, "end": 904.46, "text": "like" }, { - "id": 2454, + "id": 2453, "start": 904.46, "end": 904.6, "text": "a" }, { - "id": 2455, + "id": 2454, "start": 904.6, "end": 904.86, "text": "list" }, { - "id": 2456, + "id": 2455, "start": 904.86, - "end": 905.04, + "end": 905.08, "text": "of" }, { - "id": 2457, - "start": 905.04, - "end": 905.38, + "id": 2456, + "start": 905.08, + "end": 905.4, "text": "the" }, { - "id": 2458, - "start": 905.38, - "end": 905.88, + "id": 2457, + "start": 905.4, + "end": 905.9, "text": "transaction" }, { - "id": 2459, + "id": 2458, "start": 905.92, "end": 906.42, "text": "IDs," }, { - "id": 2460, + "id": 2459, "start": 906.82, "end": 907.12, "text": "rather" }, { - "id": 2461, + "id": 2460, "start": 907.12, "end": 907.28, "text": "than" }, { - "id": 2462, + "id": 2461, "start": 907.28, "end": 907.44, "text": "the" }, { - "id": 2463, + "id": 2462, "start": 907.44, "end": 907.64, "text": "full" }, { - "id": 2464, + "id": 2463, "start": 907.64, "end": 907.84, "text": "block" }, { - "id": 2465, + "id": 2464, "start": 907.84, "end": 908.0, "text": "with" }, { - "id": 2466, + "id": 2465, "start": 908.0, "end": 908.2, "text": "all" }, { - "id": 2467, + "id": 2466, "start": 908.2, "end": 908.36, "text": "its" }, { - "id": 2468, + "id": 2467, "start": 908.36, "end": 908.86, "text": "contents." }, { - "id": 2469, + "id": 2468, "start": 909.62, "end": 910.12, "text": "But" }, { - "id": 2470, + "id": 2469, "start": 910.44, "end": 910.52, "text": "if" }, { - "id": 2471, + "id": 2470, "start": 910.52, - "end": 910.68, + "end": 910.64, "text": "you" }, { - "id": 2472, - "start": 910.68, + "id": 2471, + "start": 910.64, "end": 910.92, "text": "don't" }, { - "id": 2473, + "id": 2472, "start": 910.92, "end": 911.08, "text": "know" }, { - "id": 2474, + "id": 2473, "start": 911.08, "end": 911.28, "text": "what's" }, { - "id": 2475, + "id": 2474, "start": 911.28, "end": 911.42, "text": "in" }, { - "id": 2476, + "id": 2475, "start": 911.42, "end": 911.72, "text": "somebody" }, { - "id": 2477, + "id": 2476, "start": 911.72, "end": 911.96, "text": "else's" }, { - "id": 2478, + "id": 2477, "start": 911.96, "end": 912.28, "text": "mempool" }, { - "id": 2479, + "id": 2478, "start": 912.28, "end": 912.5, "text": "because" }, { - "id": 2480, + "id": 2479, "start": 912.5, "end": 912.72, "text": "they" }, { - "id": 2481, + "id": 2480, "start": 912.72, "end": 912.96, "text": "changed" }, { - "id": 2482, + "id": 2481, "start": 912.96, "end": 913.14, "text": "some" }, { - "id": 2483, + "id": 2482, "start": 913.14, "end": 913.64, "text": "setting," }, { - "id": 2484, + "id": 2483, "start": 913.98, - "end": 914.32, + "end": 914.34, "text": "now" }, { - "id": 2485, - "start": 914.32, + "id": 2484, + "start": 914.34, "end": 914.44, "text": "you" }, { - "id": 2486, + "id": 2485, "start": 914.44, "end": 914.64, "text": "have" }, { - "id": 2487, + "id": 2486, "start": 914.64, "end": 914.76, "text": "to" }, { - "id": 2488, + "id": 2487, "start": 914.76, "end": 914.9, "text": "send" }, { - "id": 2489, + "id": 2488, "start": 914.9, "end": 915.04, "text": "the" }, { - "id": 2490, + "id": 2489, "start": 915.04, "end": 915.2, "text": "whole" }, { - "id": 2491, + "id": 2490, "start": 915.2, "end": 915.4, "text": "block" }, { - "id": 2492, + "id": 2491, "start": 915.4, "end": 915.76, "text": "over." }, { - "id": 2493, + "id": 2492, "start": 915.76, "end": 915.88, "text": "And" }, { - "id": 2494, + "id": 2493, "start": 915.88, "end": 916.04, "text": "so" }, { - "id": 2495, + "id": 2494, "start": 916.04, "end": 916.24, "text": "this" }, { - "id": 2496, + "id": 2495, "start": 916.24, "end": 916.68, "text": "delays" }, { - "id": 2497, + "id": 2496, "start": 916.68, "end": 917.18, "text": "propagation" }, { - "id": 2498, + "id": 2497, "start": 917.32, "end": 917.72, "text": "network" }, { - "id": 2499, + "id": 2498, "start": 917.72, "end": 918.22, "text": "wide." }, { - "id": 2500, + "id": 2499, "start": 918.76, "end": 919.06, "text": "Yeah," }, { - "id": 2501, + "id": 2500, "start": 919.06, "end": 919.34, "text": "it's" }, { - "id": 2502, + "id": 2501, "start": 919.34, "end": 919.76, "text": "better" }, { - "id": 2503, + "id": 2502, "start": 919.76, "end": 919.92, "text": "for" }, { - "id": 2504, + "id": 2503, "start": 919.92, "end": 920.06, "text": "the" }, { - "id": 2505, + "id": 2504, "start": 920.06, "end": 920.28, "text": "health" }, { - "id": 2506, + "id": 2505, "start": 920.28, "end": 920.44, "text": "of" }, { - "id": 2507, + "id": 2506, "start": 920.44, "end": 920.6, "text": "the" }, { - "id": 2508, + "id": 2507, "start": 920.6, "end": 921.1, "text": "network" }, { - "id": 2509, + "id": 2508, "start": 921.1, "end": 921.26, "text": "if" }, { - "id": 2510, + "id": 2509, "start": 921.26, "end": 921.76, "text": "blocks" }, { - "id": 2511, + "id": 2510, "start": 922.2, "end": 922.4, "text": "find" }, { - "id": 2512, + "id": 2511, "start": 922.4, "end": 922.6, "text": "their" }, { - "id": 2513, + "id": 2512, "start": 922.6, "end": 922.88, "text": "way" }, { - "id": 2514, + "id": 2513, "start": 922.88, "end": 923.24, "text": "across" }, { - "id": 2515, + "id": 2514, "start": 923.24, "end": 923.4, "text": "the" }, { - "id": 2516, + "id": 2515, "start": 923.4, "end": 923.8, "text": "entire" }, { - "id": 2517, + "id": 2516, "start": 923.8, "end": 924.28, "text": "network" }, { - "id": 2518, + "id": 2517, "start": 924.28, "end": 924.52, "text": "as" }, { - "id": 2519, + "id": 2518, "start": 924.52, "end": 924.8, "text": "fast" }, { - "id": 2520, + "id": 2519, "start": 924.8, "end": 924.96, "text": "as" }, { - "id": 2521, + "id": 2520, "start": 924.96, "end": 925.46, "text": "possible." }, { - "id": 2522, + "id": 2521, "start": 925.92, "end": 926.1, "text": "And" }, { - "id": 2523, + "id": 2522, "start": 926.1, "end": 926.32, "text": "that" }, { - "id": 2524, + "id": 2523, "start": 926.32, "end": 926.82, "text": "requires" }, { - "id": 2525, + "id": 2524, "start": 927.84, "end": 928.32, "text": "that" }, { - "id": 2526, + "id": 2525, "start": 928.32, "end": 928.82, "text": "mempools" }, { - "id": 2527, + "id": 2526, "start": 929.44, "end": 929.94, "text": "closely" }, { - "id": 2528, + "id": 2527, "start": 930.16, "end": 930.66, "text": "reflect" }, { - "id": 2529, + "id": 2528, "start": 931.16, "end": 931.38, "text": "the" }, { - "id": 2530, + "id": 2529, "start": 931.38, "end": 931.68, "text": "actual" }, { - "id": 2531, + "id": 2530, "start": 931.68, "end": 931.98, "text": "blocks" }, { - "id": 2532, + "id": 2531, "start": 931.98, "end": 932.16, "text": "that" }, { - "id": 2533, + "id": 2532, "start": 932.16, "end": 932.36, "text": "are" }, { - "id": 2534, + "id": 2533, "start": 932.36, "end": 932.56, "text": "being" }, { - "id": 2535, + "id": 2534, "start": 932.56, "end": 933.06, "text": "mined." }, { - "id": 2536, + "id": 2535, "start": 933.46, "end": 933.96, "text": "So" }, { - "id": 2537, + "id": 2536, "start": 934.86, "end": 935.08, "text": "if" }, { - "id": 2538, + "id": 2537, "start": 935.08, "end": 935.28, "text": "for" }, { - "id": 2539, + "id": 2538, "start": 935.28, "end": 935.74, "text": "whatever" }, { - "id": 2540, + "id": 2539, "start": 935.74, "end": 936.24, "text": "reason" }, { - "id": 2541, + "id": 2540, "start": 936.42, "end": 936.56, "text": "the" }, { - "id": 2542, + "id": 2541, "start": 936.56, "end": 937.06, "text": "blocks" }, { - "id": 2543, + "id": 2542, "start": 937.08, "end": 937.36, "text": "start" }, { - "id": 2544, + "id": 2543, "start": 937.36, "end": 937.54, "text": "to" }, { - "id": 2545, + "id": 2544, "start": 937.54, "end": 937.8, "text": "look" }, { - "id": 2546, + "id": 2545, "start": 937.8, "end": 938.3, "text": "different," }, { - "id": 2547, + "id": 2546, "start": 938.76, "end": 938.96, "text": "in" }, { - "id": 2548, + "id": 2547, "start": 938.96, "end": 939.22, "text": "this" }, { - "id": 2549, + "id": 2548, "start": 939.22, "end": 939.64, "text": "case" }, { - "id": 2550, + "id": 2549, "start": 939.64, "end": 940.12, "text": "because" }, { - "id": 2551, + "id": 2550, "start": 940.12, "end": 940.44, "text": "very" }, { - "id": 2552, + "id": 2551, "start": 940.44, "end": 940.76, "text": "low" }, { - "id": 2553, + "id": 2552, "start": 940.76, "end": 941.02, "text": "fee" }, { - "id": 2554, + "id": 2553, "start": 941.02, "end": 941.52, "text": "transactions" }, { - "id": 2555, + "id": 2554, "start": 941.92, "end": 942.24, "text": "start" }, { - "id": 2556, + "id": 2555, "start": 942.24, "end": 942.38, "text": "to" }, { - "id": 2557, + "id": 2556, "start": 942.38, "end": 942.54, "text": "make" }, { - "id": 2558, + "id": 2557, "start": 942.54, "end": 942.72, "text": "their" }, { - "id": 2559, + "id": 2558, "start": 942.72, "end": 943.08, "text": "way" }, { - "id": 2560, + "id": 2559, "start": 943.08, "end": 943.32, "text": "to" }, { - "id": 2561, + "id": 2560, "start": 943.32, "end": 943.82, "text": "miners," }, { - "id": 2562, + "id": 2561, "start": 944.48, "end": 944.7, "text": "then" }, { - "id": 2563, + "id": 2562, "start": 944.7, "end": 945.06, "text": "it's" }, { - "id": 2564, + "id": 2563, "start": 945.06, "end": 945.56, "text": "actually" }, { - "id": 2565, + "id": 2564, "start": 945.66, "end": 946.08, "text": "better" }, { - "id": 2566, + "id": 2565, "start": 946.08, "end": 946.24, "text": "for" }, { - "id": 2567, + "id": 2566, "start": 946.24, "end": 946.36, "text": "the" }, { - "id": 2568, + "id": 2567, "start": 946.36, "end": 946.72, "text": "health" }, { - "id": 2569, + "id": 2568, "start": 946.72, "end": 946.88, "text": "of" }, { - "id": 2570, + "id": 2569, "start": 946.88, "end": 947.04, "text": "the" }, { - "id": 2571, + "id": 2570, "start": 947.04, "end": 947.54, "text": "network" }, { - "id": 2572, + "id": 2571, "start": 947.6, "end": 947.92, "text": "that" }, { - "id": 2573, + "id": 2572, "start": 947.92, "end": 948.42, "text": "everyone" }, { - "id": 2574, + "id": 2573, "start": 949.16, "end": 949.66, "text": "adapts" }, { - "id": 2575, + "id": 2574, "start": 950.08, "end": 950.28, "text": "the" }, { - "id": 2576, + "id": 2575, "start": 950.28, "end": 950.56, "text": "same" }, { - "id": 2577, + "id": 2576, "start": 950.56, "end": 951.06, "text": "behavior." }, { - "id": 2578, + "id": 2577, "start": 953.48, "end": 953.64, "text": "So" }, { - "id": 2579, + "id": 2578, "start": 953.64, "end": 953.8, "text": "in" }, { - "id": 2580, + "id": 2579, "start": 953.8, "end": 953.87, "text": "this" }, { - "id": 2581, + "id": 2580, "start": 953.87, "end": 953.94, "text": "case," }, { - "id": 2582, + "id": 2581, "start": 953.94, "end": 954.44, "text": "and" }, { - "id": 2583, + "id": 2582, "start": 954.64, "end": 954.92, "text": "also" }, { - "id": 2584, + "id": 2583, "start": 954.92, "end": 955.12, "text": "very" }, { - "id": 2585, + "id": 2584, "start": 955.12, "end": 955.62, "text": "relevant" }, { - "id": 2586, + "id": 2585, "start": 955.64, "end": 955.84, "text": "to" }, { - "id": 2587, + "id": 2586, "start": 955.84, "end": 955.94, "text": "the" }, { - "id": 2588, + "id": 2587, "start": 955.94, "end": 956.18, "text": "upper" }, { - "id": 2589, + "id": 2588, "start": 956.18, "end": 956.68, "text": "turn" }, { - "id": 2590, + "id": 2589, "start": 956.68, "end": 957.04, "text": "issue," }, { - "id": 2591, + "id": 2590, "start": 957.04, "end": 957.54, "text": "but" }, { - "id": 2592, + "id": 2591, "start": 957.64, "end": 957.8, "text": "in" }, { - "id": 2593, + "id": 2592, "start": 957.8, "end": 958.02, "text": "this" }, { - "id": 2594, + "id": 2593, "start": 958.02, "end": 958.26, "text": "case" }, { - "id": 2595, + "id": 2594, "start": 958.26, "end": 958.5, "text": "as" }, { - "id": 2596, + "id": 2595, "start": 958.5, "end": 959.0, "text": "well," }, { - "id": 2597, + "id": 2596, "start": 960.06, "end": 960.3, "text": "Bitcoin" }, { - "id": 2598, + "id": 2597, "start": 960.3, "end": 960.66, "text": "Core" }, { - "id": 2599, + "id": 2598, "start": 960.66, - "end": 960.8, + "end": 960.82, "text": "has" }, { - "id": 2600, - "start": 960.8, - "end": 961.3, + "id": 2599, + "start": 960.82, + "end": 961.32, "text": "decided" }, { - "id": 2601, + "id": 2600, "start": 961.56, "end": 962.06, "text": "to" }, { - "id": 2602, + "id": 2601, "start": 962.42, "end": 962.92, "text": "allow" }, { - "id": 2603, + "id": 2602, "start": 963.42, "end": 963.92, "text": "lower" }, { - "id": 2604, + "id": 2603, "start": 963.94, "end": 964.16, "text": "fee" }, { - "id": 2605, + "id": 2604, "start": 964.16, "end": 964.66, "text": "transactions" }, { - "id": 2606, + "id": 2605, "start": 964.92, "end": 965.42, "text": "in" }, { - "id": 2607, + "id": 2606, "start": 965.66, "end": 965.86, "text": "the" }, { - "id": 2608, + "id": 2607, "start": 965.86, "end": 966.3, "text": "mempool" }, { - "id": 2609, + "id": 2608, "start": 966.3, "end": 966.8, "text": "and" }, { - "id": 2610, + "id": 2609, "start": 966.88, "end": 967.12, "text": "relate" }, { - "id": 2611, + "id": 2610, "start": 967.12, "end": 967.28, "text": "it" }, { - "id": 2612, + "id": 2611, "start": 967.28, "end": 967.4, "text": "to" }, { - "id": 2613, + "id": 2612, "start": 967.4, - "end": 967.6, + "end": 967.64, "text": "other" }, { - "id": 2614, - "start": 967.6, - "end": 968.1, + "id": 2613, + "start": 967.64, + "end": 968.14, "text": "nodes" }, { - "id": 2615, + "id": 2614, "start": 968.3, "end": 968.44, "text": "in" }, { - "id": 2616, + "id": 2615, "start": 968.44, "end": 968.8, "text": "order" }, { - "id": 2617, + "id": 2616, "start": 968.8, "end": 969.0, "text": "to" }, { - "id": 2618, + "id": 2617, "start": 969.0, "end": 969.24, "text": "better" }, { - "id": 2619, + "id": 2618, "start": 969.24, "end": 969.62, "text": "reflect" }, { - "id": 2620, + "id": 2619, "start": 969.62, "end": 969.76, "text": "the" }, { - "id": 2621, + "id": 2620, "start": 969.76, "end": 970.16, "text": "mempool" }, { - "id": 2622, + "id": 2621, "start": 970.16, "end": 970.44, "text": "with" }, { - "id": 2623, + "id": 2622, "start": 970.44, "end": 970.84, "text": "blocks" }, { - "id": 2624, + "id": 2623, "start": 970.84, "end": 970.96, "text": "that" }, { - "id": 2625, + "id": 2624, "start": 970.96, "end": 971.2, "text": "are" }, { - "id": 2626, + "id": 2625, "start": 971.2, "end": 971.48, "text": "being" }, { - "id": 2627, + "id": 2626, "start": 971.48, "end": 971.98, "text": "found." }, { - "id": 2628, + "id": 2627, "start": 972.04, "end": 972.28, "text": "Good" }, { - "id": 2629, + "id": 2628, "start": 972.28, "end": 972.78, "text": "summary?" }, { - "id": 2630, + "id": 2629, "start": 973.26, "end": 973.76, "text": "Yes," }, { - "id": 2631, + "id": 2630, "start": 973.82, "end": 974.1, "text": "and" }, { - "id": 2632, + "id": 2631, "start": 974.1, - "end": 974.3, + "end": 974.32, "text": "so" }, { - "id": 2633, - "start": 974.3, + "id": 2632, + "start": 974.32, "end": 974.54, "text": "this" }, { - "id": 2634, + "id": 2633, "start": 974.54, "end": 974.72, "text": "has" }, { - "id": 2635, + "id": 2634, "start": 974.72, "end": 975.22, "text": "been" }, { - "id": 2636, + "id": 2635, "start": 975.24, "end": 975.42, "text": "a" }, { - "id": 2637, + "id": 2636, "start": 975.42, "end": 975.78, "text": "general" }, { - "id": 2638, + "id": 2637, "start": 975.78, "end": 976.12, "text": "theme" }, { - "id": 2639, + "id": 2638, "start": 976.12, "end": 976.56, "text": "now" }, { - "id": 2640, + "id": 2639, "start": 976.56, "end": 976.92, "text": "over" }, { - "id": 2641, + "id": 2640, "start": 976.92, "end": 977.02, "text": "a" }, { - "id": 2642, + "id": 2641, "start": 977.02, "end": 977.24, "text": "few" }, { - "id": 2643, + "id": 2642, "start": 977.24, "end": 977.58, "text": "different" }, { - "id": 2644, + "id": 2643, "start": 977.58, "end": 978.04, "text": "topics." }, { - "id": 2645, + "id": 2644, "start": 978.04, "end": 978.34, "text": "We've" }, { - "id": 2646, + "id": 2645, "start": 978.34, "end": 978.74, "text": "seen" }, { - "id": 2647, + "id": 2646, "start": 978.74, "end": 978.94, "text": "with" }, { - "id": 2648, + "id": 2647, "start": 978.94, "end": 979.44, "text": "RBF," }, { - "id": 2649, + "id": 2648, "start": 979.46, "end": 979.7, "text": "full" }, { - "id": 2650, + "id": 2649, "start": 979.7, "end": 980.2, "text": "RBF," }, { - "id": 2651, + "id": 2650, "start": 980.2, "end": 980.38, "text": "the" }, { - "id": 2652, + "id": 2651, "start": 980.38, "end": 980.82, "text": "changes." }, { - "id": 2653, + "id": 2652, "start": 980.82, "end": 981.06, "text": "We've" }, { - "id": 2654, + "id": 2653, "start": 981.06, "end": 981.26, "text": "seen" }, { - "id": 2655, + "id": 2654, "start": 981.26, "end": 981.4, "text": "it" }, { - "id": 2656, + "id": 2655, "start": 981.4, "end": 981.6, "text": "with" }, { - "id": 2657, + "id": 2656, "start": 981.6, "end": 982.1, "text": "Operaturn." }, { - "id": 2658, + "id": 2657, "start": 982.12, "end": 982.28, "text": "Now" }, { - "id": 2659, + "id": 2658, "start": 982.28, - "end": 982.56, + "end": 982.58, "text": "we're" }, { - "id": 2660, - "start": 982.56, + "id": 2659, + "start": 982.58, "end": 982.84, "text": "seeing" }, { - "id": 2661, + "id": 2660, "start": 982.84, "end": 983.0, "text": "it" }, { - "id": 2662, + "id": 2661, "start": 983.0, "end": 983.5, "text": "with" }, { - "id": 2663, + "id": 2662, "start": 983.8, - "end": 984.02, + "end": 984.0, "text": "the" }, { - "id": 2664, - "start": 984.02, + "id": 2663, + "start": 984.0, "end": 984.24, "text": "fee" }, { - "id": 2665, + "id": 2664, "start": 984.24, "end": 984.74, "text": "rate." }, { - "id": 2666, + "id": 2665, "start": 985.16, "end": 985.66, "text": "And" }, { - "id": 2667, + "id": 2666, "start": 985.68, "end": 985.84, "text": "the" }, { - "id": 2668, + "id": 2667, "start": 985.84, "end": 986.16, "text": "response" }, { - "id": 2669, + "id": 2668, "start": 986.16, "end": 986.32, "text": "has" }, { - "id": 2670, + "id": 2669, "start": 986.32, "end": 986.46, "text": "been" }, { - "id": 2671, + "id": 2670, "start": 986.46, "end": 986.82, "text": "slightly" }, { - "id": 2672, + "id": 2671, "start": 986.82, "end": 987.14, "text": "different" }, { - "id": 2673, + "id": 2672, "start": 987.14, "end": 987.26, "text": "in" }, { - "id": 2674, + "id": 2673, "start": 987.26, "end": 987.54, "text": "different" }, { - "id": 2675, + "id": 2674, "start": 987.54, "end": 987.9, "text": "cases." }, { - "id": 2676, + "id": 2675, "start": 987.9, "end": 988.4, "text": "So" }, { - "id": 2677, + "id": 2676, "start": 988.68, "end": 988.86, "text": "in" }, { - "id": 2678, + "id": 2677, "start": 988.86, "end": 989.02, "text": "the" }, { - "id": 2679, + "id": 2678, "start": 989.02, "end": 989.44, "text": "case" }, { - "id": 2680, + "id": 2679, "start": 989.44, "end": 989.94, "text": "of" }, { - "id": 2681, + "id": 2680, "start": 990.06, "end": 990.16, "text": "full" }, { - "id": 2682, + "id": 2681, "start": 990.16, "end": 990.66, "text": "RBF," }, { - "id": 2683, + "id": 2682, "start": 991.16, "end": 991.32, "text": "you" }, { - "id": 2684, + "id": 2683, "start": 991.32, "end": 991.56, "text": "had" }, { - "id": 2685, + "id": 2684, "start": 991.56, "end": 992.04, "text": "somebody" }, { - "id": 2686, + "id": 2685, "start": 992.04, "end": 992.54, "text": "basically" }, { - "id": 2687, + "id": 2686, "start": 993.08, "end": 993.56, "text": "promoting" }, { - "id": 2688, + "id": 2687, "start": 993.56, "end": 993.76, "text": "that" }, { - "id": 2689, + "id": 2688, "start": 993.76, "end": 994.26, "text": "concept," }, { - "id": 2690, + "id": 2689, "start": 994.28, "end": 994.64, "text": "releasing" }, { - "id": 2691, + "id": 2690, "start": 994.64, "end": 994.8, "text": "an" }, { - "id": 2692, + "id": 2691, "start": 994.8, "end": 995.3, "text": "alternative" }, { - "id": 2693, + "id": 2692, "start": 995.32, "end": 995.82, "text": "client," }, { - "id": 2694, + "id": 2693, "start": 996.66, "end": 996.9, "text": "and" }, { - "id": 2695, + "id": 2694, "start": 996.9, "end": 996.98, "text": "then" }, { - "id": 2696, + "id": 2695, "start": 996.98, "end": 997.48, "text": "BitConcord" }, { - "id": 2697, + "id": 2696, "start": 997.54, "end": 997.72, "text": "did" }, { - "id": 2698, + "id": 2697, "start": 997.72, "end": 998.0, "text": "not" }, { - "id": 2699, + "id": 2698, "start": 998.0, "end": 998.5, "text": "follow" }, { - "id": 2700, + "id": 2699, "start": 999.02, "end": 999.52, "text": "until" }, { - "id": 2701, + "id": 2700, "start": 999.52, "end": 999.72, "text": "at" }, { - "id": 2702, + "id": 2701, "start": 999.72, "end": 999.94, "text": "some" }, { - "id": 2703, + "id": 2702, "start": 999.94, "end": 1000.44, "text": "point," }, { - "id": 2704, + "id": 2703, "start": 1001.54, "end": 1001.66, "text": "you" }, { - "id": 2705, + "id": 2704, "start": 1001.66, "end": 1002.04, "text": "know," }, { - "id": 2706, + "id": 2705, "start": 1002.04, "end": 1002.18, "text": "all" }, { - "id": 2707, + "id": 2706, "start": 1002.18, "end": 1002.34, "text": "the" }, { - "id": 2708, + "id": 2707, "start": 1002.34, "end": 1002.66, "text": "miners," }, { - "id": 2709, + "id": 2708, "start": 1002.66, "end": 1002.8, "text": "or" }, { - "id": 2710, + "id": 2709, "start": 1002.8, "end": 1002.88, "text": "at" }, { - "id": 2711, + "id": 2710, "start": 1002.88, "end": 1003.14, "text": "least" }, { - "id": 2712, + "id": 2711, "start": 1003.14, "end": 1003.26, "text": "a" }, { - "id": 2713, + "id": 2712, "start": 1003.26, "end": 1003.38, "text": "large" }, { - "id": 2714, + "id": 2713, "start": 1003.38, "end": 1003.66, "text": "chunk" }, { - "id": 2715, + "id": 2714, "start": 1003.66, "end": 1003.74, "text": "of" }, { - "id": 2716, + "id": 2715, "start": 1003.74, "end": 1003.84, "text": "the" }, { - "id": 2717, + "id": 2716, "start": 1003.84, "end": 1004.16, "text": "miners" }, { - "id": 2718, + "id": 2717, "start": 1004.16, "end": 1004.48, "text": "were" }, { - "id": 2719, + "id": 2718, "start": 1004.48, "end": 1004.78, "text": "doing" }, { - "id": 2720, + "id": 2719, "start": 1004.78, "end": 1005.06, "text": "this" }, { - "id": 2721, + "id": 2720, "start": 1005.06, "end": 1005.48, "text": "and" }, { - "id": 2722, + "id": 2721, "start": 1005.48, "end": 1005.86, "text": "compact" }, { - "id": 2723, + "id": 2722, "start": 1005.86, "end": 1006.06, "text": "block" }, { - "id": 2724, + "id": 2723, "start": 1006.06, "end": 1006.36, "text": "relay" }, { - "id": 2725, + "id": 2724, "start": 1006.36, "end": 1006.56, "text": "was" }, { - "id": 2726, + "id": 2725, "start": 1006.56, "end": 1007.06, "text": "broken." }, { - "id": 2727, + "id": 2726, "start": 1007.38, "end": 1007.5, "text": "And" }, { - "id": 2728, + "id": 2727, "start": 1007.5, "end": 1007.66, "text": "so" }, { - "id": 2729, + "id": 2728, "start": 1007.66, "end": 1007.86, "text": "then" }, { - "id": 2730, + "id": 2729, "start": 1007.86, "end": 1008.06, "text": "Bitcoin" }, { - "id": 2731, + "id": 2730, "start": 1008.06, "end": 1008.26, "text": "Core" }, { - "id": 2732, + "id": 2731, "start": 1008.26, "end": 1008.48, "text": "said," }, { - "id": 2733, + "id": 2732, "start": 1008.48, "end": 1008.7, "text": "okay," }, { - "id": 2734, + "id": 2733, "start": 1008.7, "end": 1008.9, "text": "let's" }, { - "id": 2735, + "id": 2734, "start": 1008.9, "end": 1009.12, "text": "turn" }, { - "id": 2736, + "id": 2735, "start": 1009.12, "end": 1009.54, "text": "RBF" }, { - "id": 2737, + "id": 2736, "start": 1009.54, "end": 1009.78, "text": "on." }, { - "id": 2738, + "id": 2737, "start": 1009.78, "end": 1009.92, "text": "So" }, { - "id": 2739, + "id": 2738, "start": 1009.92, "end": 1010.32, "text": "arguably" }, { - "id": 2740, + "id": 2739, "start": 1010.32, "end": 1010.5, "text": "that" }, { - "id": 2741, + "id": 2740, "start": 1010.5, "end": 1010.72, "text": "was" }, { - "id": 2742, + "id": 2741, "start": 1010.72, "end": 1010.92, "text": "too" }, { - "id": 2743, + "id": 2742, "start": 1010.92, "end": 1011.42, "text": "late." }, { - "id": 2744, + "id": 2743, "start": 1013.1, "end": 1013.4, "text": "Because" }, { - "id": 2745, + "id": 2744, "start": 1013.4, "end": 1013.56, "text": "we" }, { - "id": 2746, + "id": 2745, "start": 1013.56, "end": 1013.94, "text": "already" }, { - "id": 2747, + "id": 2746, "start": 1013.94, "end": 1014.14, "text": "had" }, { - "id": 2748, + "id": 2747, "start": 1014.14, "end": 1014.52, "text": "broken" }, { - "id": 2749, + "id": 2748, "start": 1014.52, "end": 1014.88, "text": "compact" }, { - "id": 2750, + "id": 2749, "start": 1014.88, "end": 1015.16, "text": "block" }, { - "id": 2751, + "id": 2750, "start": 1015.16, "end": 1015.58, "text": "relay" }, { - "id": 2752, + "id": 2751, "start": 1015.58, "end": 1016.08, "text": "and" }, { - "id": 2753, + "id": 2752, "start": 1016.88, "end": 1017.04, "text": "the" }, { - "id": 2754, + "id": 2753, "start": 1017.04, "end": 1017.44, "text": "longer" }, { - "id": 2755, + "id": 2754, "start": 1017.44, "end": 1017.66, "text": "you" }, { - "id": 2756, + "id": 2755, "start": 1017.66, "end": 1017.88, "text": "let" }, { - "id": 2757, + "id": 2756, "start": 1017.88, "end": 1018.14, "text": "that" }, { - "id": 2758, + "id": 2757, "start": 1018.14, "end": 1018.32, "text": "sort" }, { - "id": 2759, + "id": 2758, "start": 1018.32, "end": 1018.44, "text": "of" }, { - "id": 2760, + "id": 2759, "start": 1018.44, "end": 1018.94, "text": "centralization" }, { - "id": 2761, + "id": 2760, "start": 1019.82, "end": 1020.32, "text": "risk" }, { - "id": 2762, + "id": 2761, "start": 1020.46, "end": 1020.96, "text": "exist," }, { - "id": 2763, + "id": 2762, "start": 1021.22, "end": 1021.72, "text": "maybe" }, { - "id": 2764, + "id": 2763, "start": 1021.86, "end": 1022.02, "text": "at" }, { - "id": 2765, + "id": 2764, "start": 1022.02, "end": 1022.22, "text": "some" }, { - "id": 2766, + "id": 2765, "start": 1022.22, "end": 1022.48, "text": "point" }, { - "id": 2767, + "id": 2766, "start": 1022.48, "end": 1022.62, "text": "the" }, { - "id": 2768, + "id": 2767, "start": 1022.62, "end": 1022.9, "text": "damage" }, { - "id": 2769, + "id": 2768, "start": 1022.9, "end": 1023.04, "text": "is" }, { - "id": 2770, + "id": 2769, "start": 1023.04, "end": 1023.54, "text": "irreversible." }, { - "id": 2771, + "id": 2770, "start": 1023.96, "end": 1024.3, "text": "Probably" }, { - "id": 2772, + "id": 2771, "start": 1024.3, "end": 1024.5, "text": "not" }, { - "id": 2773, + "id": 2772, "start": 1024.5, "end": 1024.76, "text": "in" }, { - "id": 2774, + "id": 2773, "start": 1024.76, "end": 1024.92, "text": "this" }, { - "id": 2775, + "id": 2774, "start": 1024.92, "end": 1025.42, "text": "case." }, { - "id": 2776, + "id": 2775, "start": 1025.86, "end": 1026.1, "text": "Okay," }, { - "id": 2777, + "id": 2776, "start": 1026.1, "end": 1026.3, "text": "so" }, { - "id": 2778, + "id": 2777, "start": 1026.3, "end": 1026.58, "text": "then" }, { - "id": 2779, + "id": 2778, "start": 1026.58, "end": 1026.86, "text": "we" }, { - "id": 2780, + "id": 2779, "start": 1026.86, "end": 1027.12, "text": "had" }, { - "id": 2781, + "id": 2780, "start": 1027.12, "end": 1027.62, "text": "the" }, { - "id": 2782, + "id": 2781, "start": 1028.24, "end": 1028.74, "text": "OpryChurn" }, { - "id": 2783, + "id": 2782, "start": 1029.02, "end": 1029.52, "text": "stuff" }, { - "id": 2784, + "id": 2783, "start": 1029.8, "end": 1030.3, "text": "where" }, { - "id": 2785, + "id": 2784, "start": 1030.36, "end": 1030.64, "text": "Bitcoin" }, { - "id": 2786, + "id": 2785, "start": 1030.64, "end": 1031.14, "text": "Core" }, { - "id": 2787, + "id": 2786, "start": 1031.26, "end": 1031.76, "text": "developers" }, { - "id": 2788, + "id": 2787, "start": 1031.84, "end": 1032.12, "text": "saw" }, { - "id": 2789, + "id": 2788, "start": 1032.12, "end": 1032.38, "text": "that" }, { - "id": 2790, + "id": 2789, "start": 1032.38, "end": 1032.54, "text": "a" }, { - "id": 2791, + "id": 2790, "start": 1032.54, - "end": 1032.78, + "end": 1032.8, "text": "use" }, { - "id": 2792, - "start": 1032.78, + "id": 2791, + "start": 1032.8, "end": 1033.14, "text": "case" }, { - "id": 2793, + "id": 2792, "start": 1033.14, "end": 1033.52, "text": "was" }, { - "id": 2794, + "id": 2793, "start": 1033.52, "end": 1034.02, "text": "imminent" }, { - "id": 2795, + "id": 2794, "start": 1034.22, "end": 1034.7, "text": "and" }, { - "id": 2796, + "id": 2795, "start": 1034.7, "end": 1035.06, "text": "tried" }, { - "id": 2797, + "id": 2796, "start": 1035.06, "end": 1035.22, "text": "to" }, { - "id": 2798, + "id": 2797, "start": 1035.22, "end": 1035.6, "text": "preempt" }, { - "id": 2799, + "id": 2798, "start": 1035.6, "end": 1036.1, "text": "it." }, { - "id": 2800, + "id": 2799, "start": 1036.98, "end": 1037.26, "text": "That" }, { - "id": 2801, + "id": 2800, "start": 1037.26, "end": 1037.76, "text": "caused" }, { - "id": 2802, + "id": 2801, "start": 1037.8, "end": 1037.98, "text": "an" }, { - "id": 2803, + "id": 2802, "start": 1037.98, "end": 1038.48, "text": "enormous" }, { - "id": 2804, + "id": 2803, "start": 1038.64, "end": 1039.0, "text": "amount" }, { - "id": 2805, + "id": 2804, "start": 1039.0, "end": 1039.14, "text": "of" }, { - "id": 2806, + "id": 2805, "start": 1039.14, "end": 1039.64, "text": "drama." }, { - "id": 2807, + "id": 2806, "start": 1040.46, "end": 1040.74, "text": "And" }, { - "id": 2808, + "id": 2807, "start": 1040.74, "end": 1041.04, "text": "now" }, { - "id": 2809, + "id": 2808, "start": 1041.04, "end": 1041.28, "text": "it's" }, { - "id": 2810, + "id": 2809, "start": 1041.28, "end": 1041.48, "text": "kind" }, { - "id": 2811, + "id": 2810, "start": 1041.48, "end": 1041.98, "text": "of" }, { - "id": 2812, + "id": 2811, "start": 1042.96, "end": 1043.1, "text": "in" }, { - "id": 2813, + "id": 2812, "start": 1043.1, "end": 1043.6, "text": "between," }, { - "id": 2814, + "id": 2813, "start": 1043.6, "end": 1043.86, "text": "like" }, { - "id": 2815, + "id": 2814, "start": 1043.86, "end": 1044.06, "text": "this" }, { - "id": 2816, + "id": 2815, "start": 1044.06, "end": 1044.56, "text": "spontaneous" }, { - "id": 2817, + "id": 2816, "start": 1044.76, "end": 1045.02, "text": "change" }, { - "id": 2818, + "id": 2817, "start": 1045.02, "end": 1045.2, "text": "in" }, { - "id": 2819, + "id": 2818, "start": 1045.2, "end": 1045.7, "text": "policy" }, { - "id": 2820, + "id": 2819, "start": 1045.9, "end": 1046.12, "text": "by" }, { - "id": 2821, + "id": 2820, "start": 1046.12, "end": 1046.58, "text": "users" }, { - "id": 2822, + "id": 2821, "start": 1046.58, "end": 1046.76, "text": "and" }, { - "id": 2823, + "id": 2822, "start": 1046.76, "end": 1047.04, "text": "beacon" }, { - "id": 2824, + "id": 2823, "start": 1047.04, "end": 1047.38, "text": "core" }, { - "id": 2825, + "id": 2824, "start": 1047.38, "end": 1047.78, "text": "follows" }, { - "id": 2826, + "id": 2825, "start": 1047.78, "end": 1048.08, "text": "it" }, { - "id": 2827, + "id": 2826, "start": 1048.08, "end": 1048.44, "text": "just" }, { - "id": 2828, + "id": 2827, "start": 1048.44, "end": 1048.62, "text": "a" }, { - "id": 2829, + "id": 2828, "start": 1048.62, "end": 1048.86, "text": "month" }, { - "id": 2830, + "id": 2829, "start": 1048.86, "end": 1049.02, "text": "or" }, { - "id": 2831, + "id": 2830, "start": 1049.02, "end": 1049.26, "text": "two" }, { - "id": 2832, + "id": 2831, "start": 1049.26, "end": 1049.76, "text": "later." }, { - "id": 2833, + "id": 2832, "start": 1050.9, "end": 1051.3, "text": "Yeah," }, { - "id": 2834, + "id": 2833, "start": 1051.3, "end": 1051.46, "text": "I" }, { - "id": 2835, + "id": 2834, "start": 1051.46, "end": 1051.62, "text": "do" }, { - "id": 2836, + "id": 2835, "start": 1051.62, "end": 1051.84, "text": "think" }, { - "id": 2837, + "id": 2836, "start": 1051.84, "end": 1052.34, "text": "it's..." }, { - "id": 2838, + "id": 2837, "start": 1052.38, "end": 1052.54, "text": "I" }, { - "id": 2839, + "id": 2838, "start": 1052.54, "end": 1052.78, "text": "don't" }, { - "id": 2840, + "id": 2839, "start": 1052.78, "end": 1052.96, "text": "think" }, { - "id": 2841, + "id": 2840, "start": 1052.96, "end": 1053.16, "text": "there's" }, { - "id": 2842, + "id": 2841, "start": 1053.16, "end": 1053.42, "text": "really" }, { - "id": 2843, + "id": 2842, "start": 1053.42, "end": 1053.84, "text": "consensus" }, { - "id": 2844, + "id": 2843, "start": 1053.84, "end": 1054.0, "text": "on" }, { - "id": 2845, + "id": 2844, "start": 1054.0, "end": 1054.16, "text": "how" }, { - "id": 2846, + "id": 2845, "start": 1054.16, "end": 1054.3, "text": "to" }, { - "id": 2847, + "id": 2846, "start": 1054.3, "end": 1054.54, "text": "best" }, { - "id": 2848, + "id": 2847, "start": 1054.54, "end": 1054.74, "text": "deal" }, { - "id": 2849, + "id": 2848, "start": 1054.74, "end": 1054.92, "text": "with" }, { - "id": 2850, + "id": 2849, "start": 1054.92, "end": 1055.28, "text": "this." }, { - "id": 2851, + "id": 2850, "start": 1055.28, "end": 1055.38, "text": "Like" }, { - "id": 2852, + "id": 2851, "start": 1055.38, "end": 1055.64, "text": "these" }, { - "id": 2853, + "id": 2852, "start": 1055.64, "end": 1055.86, "text": "three" }, { - "id": 2854, + "id": 2853, "start": 1055.86, "end": 1056.28, "text": "options," }, { - "id": 2855, + "id": 2854, "start": 1056.28, "end": 1056.38, "text": "you" }, { - "id": 2856, + "id": 2855, "start": 1056.38, "end": 1056.56, "text": "can" }, { - "id": 2857, + "id": 2856, "start": 1056.56, "end": 1056.76, "text": "either" }, { - "id": 2858, + "id": 2857, "start": 1056.76, "end": 1056.9, "text": "be" }, { - "id": 2859, + "id": 2858, "start": 1056.9, "end": 1057.12, "text": "too" }, { - "id": 2860, + "id": 2859, "start": 1057.12, "end": 1057.4, "text": "early" }, { - "id": 2861, + "id": 2860, "start": 1057.4, "end": 1057.58, "text": "or" }, { - "id": 2862, + "id": 2861, "start": 1057.58, "end": 1057.76, "text": "too" }, { - "id": 2863, + "id": 2862, "start": 1057.76, "end": 1058.1, "text": "late" }, { - "id": 2864, + "id": 2863, "start": 1058.1, "end": 1058.6, "text": "or" }, { - "id": 2865, + "id": 2864, "start": 1058.76, "end": 1059.02, "text": "right" }, { - "id": 2866, + "id": 2865, "start": 1059.02, "end": 1059.22, "text": "on" }, { - "id": 2867, + "id": 2866, "start": 1059.22, "end": 1059.72, "text": "time." }, { - "id": 2868, + "id": 2867, "start": 1061.78, "end": 1061.98, "text": "And" }, { - "id": 2869, + "id": 2868, "start": 1061.98, "end": 1062.16, "text": "at" }, { - "id": 2870, + "id": 2869, "start": 1062.16, "end": 1062.28, "text": "some" }, { - "id": 2871, + "id": 2870, "start": 1062.28, "end": 1062.58, "text": "point" }, { - "id": 2872, + "id": 2871, "start": 1062.58, "end": 1062.72, "text": "there" }, { - "id": 2873, + "id": 2872, "start": 1062.72, "end": 1062.98, "text": "might" }, { - "id": 2874, + "id": 2873, "start": 1062.98, "end": 1063.14, "text": "be" }, { - "id": 2875, + "id": 2874, "start": 1063.14, "end": 1063.22, "text": "a" }, { - "id": 2876, + "id": 2875, "start": 1063.22, "end": 1063.72, "text": "deviation" }, { - "id": 2877, + "id": 2876, "start": 1065.36, "end": 1065.66, "text": "from" }, { - "id": 2878, + "id": 2877, "start": 1065.66, "end": 1065.86, "text": "in" }, { - "id": 2879, + "id": 2878, "start": 1065.86, "end": 1066.36, "text": "policy" }, { - "id": 2880, + "id": 2879, "start": 1066.38, "end": 1066.62, "text": "that" }, { - "id": 2881, + "id": 2880, "start": 1066.62, "end": 1066.82, "text": "is" }, { - "id": 2882, + "id": 2881, "start": 1066.82, "end": 1067.26, "text": "simply" }, { - "id": 2883, + "id": 2882, "start": 1067.26, "end": 1067.54, "text": "not" }, { - "id": 2884, + "id": 2883, "start": 1067.54, "end": 1068.04, "text": "acceptable," }, { - "id": 2885, + "id": 2884, "start": 1068.26, "end": 1068.42, "text": "as" }, { - "id": 2886, + "id": 2885, "start": 1068.42, "end": 1068.74, "text": "in" }, { - "id": 2887, + "id": 2886, "start": 1068.74, "end": 1068.84, "text": "it" }, { - "id": 2888, + "id": 2887, "start": 1068.84, "end": 1069.04, "text": "would" }, { - "id": 2889, + "id": 2888, "start": 1069.04, "end": 1069.28, "text": "just" }, { - "id": 2890, + "id": 2889, "start": 1069.28, "end": 1069.78, "text": "be" }, { - "id": 2891, + "id": 2890, "start": 1069.82, "end": 1070.32, "text": "unsafe," }, { - "id": 2892, + "id": 2891, "start": 1070.94, "end": 1071.18, "text": "cause" }, { - "id": 2893, + "id": 2892, "start": 1071.18, "end": 1071.28, "text": "a" }, { - "id": 2894, + "id": 2893, "start": 1071.28, "end": 1071.62, "text": "DOS" }, { - "id": 2895, + "id": 2894, "start": 1071.62, "end": 1072.12, "text": "problem." }, { - "id": 2896, + "id": 2895, "start": 1072.9, "end": 1073.08, "text": "And" }, { - "id": 2897, + "id": 2896, "start": 1073.08, "end": 1073.24, "text": "at" }, { - "id": 2898, + "id": 2897, "start": 1073.24, "end": 1073.4, "text": "that" }, { - "id": 2899, + "id": 2898, "start": 1073.4, "end": 1073.72, "text": "point," }, { - "id": 2900, + "id": 2899, "start": 1073.72, "end": 1073.9, "text": "there's" }, { - "id": 2901, + "id": 2900, "start": 1073.9, "end": 1074.28, "text": "nothing" }, { - "id": 2902, + "id": 2901, "start": 1074.28, "end": 1074.72, "text": "BitConcord" }, { - "id": 2903, + "id": 2902, "start": 1074.72, "end": 1074.88, "text": "can" }, { - "id": 2904, + "id": 2903, "start": 1074.88, "end": 1075.24, "text": "do" }, { - "id": 2905, + "id": 2904, "start": 1075.24, "end": 1075.52, "text": "other" }, { - "id": 2906, + "id": 2905, "start": 1075.52, "end": 1076.0, "text": "than" }, { - "id": 2907, + "id": 2906, "start": 1076.0, "end": 1076.42, "text": "propose" }, { - "id": 2908, + "id": 2907, "start": 1076.42, "end": 1076.58, "text": "a" }, { - "id": 2909, + "id": 2908, "start": 1076.58, "end": 1076.98, "text": "consensus" }, { - "id": 2910, + "id": 2909, "start": 1076.98, "end": 1077.38, "text": "change" }, { - "id": 2911, + "id": 2910, "start": 1077.38, "end": 1077.62, "text": "or" }, { - "id": 2912, + "id": 2911, "start": 1077.62, "end": 1077.8, "text": "just" }, { - "id": 2913, + "id": 2912, "start": 1077.8, "end": 1078.18, "text": "accept" }, { - "id": 2914, + "id": 2913, "start": 1078.18, "end": 1078.32, "text": "that" }, { - "id": 2915, + "id": 2914, "start": 1078.32, "end": 1078.82, "text": "nodes" }, { - "id": 2916, + "id": 2915, "start": 1078.82, "end": 1079.14, "text": "are" }, { - "id": 2917, + "id": 2916, "start": 1079.14, "end": 1079.44, "text": "slow" }, { - "id": 2918, + "id": 2917, "start": 1079.44, "end": 1079.7, "text": "or" }, { - "id": 2919, + "id": 2918, "start": 1079.7, "end": 1080.14, "text": "vulnerable" }, { - "id": 2920, + "id": 2919, "start": 1080.14, "end": 1080.48, "text": "or" }, { - "id": 2921, + "id": 2920, "start": 1080.48, "end": 1080.76, "text": "something" }, { - "id": 2922, + "id": 2921, "start": 1080.76, "end": 1081.02, "text": "bad" }, { - "id": 2923, + "id": 2922, "start": 1081.02, "end": 1081.2, "text": "like" }, { - "id": 2924, + "id": 2923, "start": 1081.2, "end": 1081.7, "text": "that." }, { - "id": 2925, + "id": 2924, "start": 1081.72, "end": 1081.82, "text": "So" }, { - "id": 2926, + "id": 2925, "start": 1081.82, "end": 1082.02, "text": "it's" }, { - "id": 2927, + "id": 2926, "start": 1082.02, "end": 1082.22, "text": "not" }, { - "id": 2928, + "id": 2927, "start": 1082.22, "end": 1082.32, "text": "a" }, { - "id": 2929, + "id": 2928, "start": 1082.32, "end": 1082.64, "text": "healthy" }, { - "id": 2930, + "id": 2929, "start": 1082.64, "end": 1083.04, "text": "development," }, { - "id": 2931, + "id": 2930, "start": 1083.04, "end": 1083.16, "text": "I" }, { - "id": 2932, + "id": 2931, "start": 1083.16, "end": 1083.48, "text": "think," }, { - "id": 2933, + "id": 2932, "start": 1083.48, "end": 1083.98, "text": "but" }, { - "id": 2934, + "id": 2933, "start": 1084.02, "end": 1084.28, "text": "people" }, { - "id": 2935, + "id": 2934, "start": 1084.28, "end": 1084.44, "text": "do" }, { - "id": 2936, + "id": 2935, "start": 1084.44, "end": 1084.6, "text": "what" }, { - "id": 2937, + "id": 2936, "start": 1084.6, "end": 1084.76, "text": "they" }, { - "id": 2938, + "id": 2937, "start": 1084.76, "end": 1084.96, "text": "do," }, { - "id": 2939, + "id": 2938, "start": 1084.96, "end": 1085.46, "text": "right?" }, { - "id": 2940, + "id": 2939, "start": 1085.58, "end": 1085.76, "text": "It's" }, { - "id": 2941, + "id": 2940, "start": 1085.76, "end": 1085.92, "text": "an" }, { - "id": 2942, + "id": 2941, "start": 1085.92, "end": 1086.1, "text": "open" }, { - "id": 2943, + "id": 2942, "start": 1086.1, "end": 1086.5, "text": "source," }, { - "id": 2944, + "id": 2943, "start": 1086.5, "end": 1086.82, "text": "open" }, { - "id": 2945, + "id": 2944, "start": 1086.82, "end": 1087.32, "text": "system." }, { - "id": 2946, + "id": 2945, "start": 1088.2, "end": 1088.44, "text": "Yeah," }, { - "id": 2947, + "id": 2946, "start": 1088.44, "end": 1088.62, "text": "and" }, { - "id": 2948, + "id": 2947, "start": 1088.62, "end": 1088.76, "text": "I" }, { - "id": 2949, + "id": 2948, "start": 1088.76, "end": 1089.02, "text": "think" }, { - "id": 2950, + "id": 2949, "start": 1089.02, "end": 1089.28, "text": "that's" }, { - "id": 2951, + "id": 2950, "start": 1089.28, "end": 1089.44, "text": "an" }, { - "id": 2952, + "id": 2951, "start": 1089.44, "end": 1089.94, "text": "important" }, { - "id": 2953, + "id": 2952, "start": 1089.96, "end": 1090.38, "text": "point" }, { - "id": 2954, + "id": 2953, "start": 1090.38, "end": 1090.64, "text": "to" }, { - "id": 2955, + "id": 2954, "start": 1090.64, "end": 1091.14, "text": "emphasize" }, { - "id": 2956, + "id": 2955, "start": 1091.28, "end": 1091.66, "text": "here" }, { - "id": 2957, + "id": 2956, "start": 1091.66, "end": 1092.16, "text": "because" }, { - "id": 2958, + "id": 2957, "start": 1092.26, "end": 1092.58, "text": "this" }, { - "id": 2959, + "id": 2958, "start": 1092.58, "end": 1092.86, "text": "says" }, { - "id": 2960, + "id": 2959, "start": 1092.86, "end": 1093.0, "text": "a" }, { - "id": 2961, + "id": 2960, "start": 1093.0, "end": 1093.28, "text": "lot" }, { - "id": 2962, + "id": 2961, "start": 1093.28, "end": 1093.78, "text": "about" }, { - "id": 2963, + "id": 2962, "start": 1094.22, "end": 1094.72, "text": "how" }, { - "id": 2964, + "id": 2963, "start": 1094.84, "end": 1095.14, "text": "the" }, { - "id": 2965, + "id": 2964, "start": 1095.14, "end": 1095.58, "text": "Bitcoin" }, { - "id": 2966, + "id": 2965, "start": 1095.58, "end": 1095.86, "text": "Core" }, { - "id": 2967, + "id": 2966, "start": 1095.86, "end": 1096.36, "text": "project" }, { - "id": 2968, + "id": 2967, "start": 1096.54, "end": 1096.7, "text": "sort" }, { - "id": 2969, + "id": 2968, "start": 1096.7, "end": 1096.9, "text": "of" }, { - "id": 2970, + "id": 2969, "start": 1096.9, "end": 1097.4, "text": "operates." }, { - "id": 2971, + "id": 2970, "start": 1098.28, "end": 1098.78, "text": "It's" }, { - "id": 2972, + "id": 2971, "start": 1098.82, "end": 1099.32, "text": "that" }, { - "id": 2973, + "id": 2972, "start": 1100.74, "end": 1100.9, "text": "you" }, { - "id": 2974, + "id": 2973, "start": 1100.9, "end": 1101.4, "text": "guys," }, { - "id": 2975, + "id": 2974, "start": 1101.82, "end": 1102.02, "text": "you" }, { - "id": 2976, + "id": 2975, "start": 1102.02, "end": 1102.24, "text": "are" }, { - "id": 2977, + "id": 2976, "start": 1102.24, "end": 1102.44, "text": "one" }, { - "id": 2978, + "id": 2977, "start": 1102.44, "end": 1102.58, "text": "of" }, { - "id": 2979, + "id": 2978, "start": 1102.58, "end": 1102.7, "text": "the" }, { - "id": 2980, + "id": 2979, "start": 1102.7, "end": 1103.0, "text": "Bitcoin" }, { - "id": 2981, + "id": 2980, "start": 1103.0, "end": 1103.2, "text": "Core" }, { - "id": 2982, + "id": 2981, "start": 1103.2, "end": 1103.7, "text": "developers," }, { - "id": 2983, + "id": 2982, "start": 1103.8, "end": 1104.02, "text": "you" }, { - "id": 2984, + "id": 2983, "start": 1104.02, "end": 1104.36, "text": "don't" }, { - "id": 2985, + "id": 2984, "start": 1104.36, "end": 1104.56, "text": "see" }, { - "id": 2986, + "id": 2985, "start": 1104.56, "end": 1105.06, "text": "yourselves" }, { - "id": 2987, + "id": 2986, "start": 1105.2, "end": 1105.44, "text": "as" }, { - "id": 2988, + "id": 2987, "start": 1105.44, "end": 1105.94, "text": "authorities" }, { - "id": 2989, + "id": 2988, "start": 1106.18, "end": 1106.36, "text": "that" }, { - "id": 2990, + "id": 2989, "start": 1106.36, "end": 1106.86, "text": "decide" }, { - "id": 2991, + "id": 2990, "start": 1106.92, "end": 1107.18, "text": "how" }, { - "id": 2992, + "id": 2991, "start": 1107.18, "end": 1107.44, "text": "other" }, { - "id": 2993, + "id": 2992, "start": 1107.44, "end": 1107.94, "text": "people" }, { - "id": 2994, + "id": 2993, "start": 1108.54, "end": 1108.9, "text": "can" }, { - "id": 2995, + "id": 2994, "start": 1108.9, "end": 1109.12, "text": "or" }, { - "id": 2996, + "id": 2995, "start": 1109.12, "end": 1109.38, "text": "even" }, { - "id": 2997, + "id": 2996, "start": 1109.38, "end": 1109.7, "text": "should" }, { - "id": 2998, + "id": 2997, "start": 1109.7, "end": 1109.96, "text": "use" }, { - "id": 2999, + "id": 2998, "start": 1109.96, "end": 1110.06, "text": "the" }, { - "id": 3000, + "id": 2999, "start": 1110.06, "end": 1110.56, "text": "network." }, { - "id": 3001, + "id": 3000, "start": 1110.56, "end": 1110.8, "text": "It's" }, { - "id": 3002, + "id": 3001, "start": 1110.8, "end": 1111.22, "text": "not" }, { - "id": 3003, + "id": 3002, "start": 1111.22, "end": 1111.4, "text": "in" }, { - "id": 3004, + "id": 3003, "start": 1111.4, "end": 1111.64, "text": "your" }, { - "id": 3005, + "id": 3004, "start": 1111.64, "end": 1112.14, "text": "control" }, { - "id": 3006, + "id": 3005, "start": 1112.22, "end": 1112.5, "text": "how" }, { - "id": 3007, + "id": 3006, "start": 1112.5, "end": 1112.9, "text": "people," }, { - "id": 3008, + "id": 3007, "start": 1112.9, "end": 1113.08, "text": "what" }, { - "id": 3009, + "id": 3008, "start": 1113.08, "end": 1113.26, "text": "kind" }, { - "id": 3010, + "id": 3009, "start": 1113.26, "end": 1113.42, "text": "of" }, { - "id": 3011, + "id": 3010, "start": 1113.42, "end": 1113.92, "text": "transactions" }, { - "id": 3012, + "id": 3011, "start": 1114.0, "end": 1114.5, "text": "people" }, { - "id": 3013, + "id": 3012, "start": 1114.64, "end": 1115.14, "text": "send" }, { - "id": 3014, + "id": 3013, "start": 1115.4, "end": 1115.8, "text": "or" }, { - "id": 3015, + "id": 3014, "start": 1115.8, "end": 1116.3, "text": "what" }, { - "id": 3016, + "id": 3015, "start": 1116.34, "end": 1116.5, "text": "kind" }, { - "id": 3017, + "id": 3016, "start": 1116.5, "end": 1116.62, "text": "of" }, { - "id": 3018, + "id": 3017, "start": 1116.62, "end": 1117.12, "text": "transactions" }, { - "id": 3019, + "id": 3018, "start": 1117.2, "end": 1117.66, "text": "miners" }, { - "id": 3020, + "id": 3019, "start": 1117.66, "end": 1118.16, "text": "mine." }, { - "id": 3021, + "id": 3020, "start": 1118.5, "end": 1118.94, "text": "Bitcoin" }, { - "id": 3022, + "id": 3021, "start": 1118.94, "end": 1119.34, "text": "Core" }, { - "id": 3023, + "id": 3022, "start": 1119.34, "end": 1119.68, "text": "can" }, { - "id": 3024, + "id": 3023, "start": 1119.68, "end": 1120.18, "text": "only," }, { - "id": 3025, + "id": 3024, "start": 1121.6, - "end": 1121.74, + "end": 1121.76, "text": "you" }, { - "id": 3026, - "start": 1121.74, - "end": 1122.24, + "id": 3025, + "start": 1121.76, + "end": 1122.26, "text": "know," }, { - "id": 3027, + "id": 3026, "start": 1122.48, "end": 1122.98, "text": "adjust" }, { - "id": 3028, + "id": 3027, "start": 1123.26, "end": 1123.76, "text": "to" }, { - "id": 3029, + "id": 3028, "start": 1123.78, "end": 1124.28, "text": "that." }, { - "id": 3030, + "id": 3029, "start": 1124.54, "end": 1125.04, "text": "So" }, { - "id": 3031, + "id": 3030, "start": 1125.04, "end": 1125.16, "text": "And" }, { - "id": 3032, + "id": 3031, "start": 1125.16, "end": 1125.3, "text": "then," }, { - "id": 3033, + "id": 3032, "start": 1125.3, "end": 1125.44, "text": "like" }, { - "id": 3034, + "id": 3033, "start": 1125.44, "end": 1125.6, "text": "you" }, { - "id": 3035, + "id": 3034, "start": 1125.6, "end": 1125.8, "text": "said," }, { - "id": 3036, + "id": 3035, "start": 1125.8, "end": 1125.92, "text": "there" }, { - "id": 3037, + "id": 3036, "start": 1125.92, "end": 1126.16, "text": "are" }, { - "id": 3038, + "id": 3037, "start": 1126.16, "end": 1126.36, "text": "a" }, { - "id": 3039, + "id": 3038, "start": 1126.36, "end": 1126.64, "text": "couple" }, { - "id": 3040, + "id": 3039, "start": 1126.64, "end": 1126.72, "text": "of" }, { - "id": 3041, + "id": 3040, "start": 1126.72, "end": 1127.2, "text": "ways" }, { - "id": 3042, + "id": 3041, "start": 1127.2, "end": 1127.4, "text": "to" }, { - "id": 3043, + "id": 3042, "start": 1127.4, "end": 1127.56, "text": "do" }, { - "id": 3044, + "id": 3043, "start": 1127.56, "end": 1127.9, "text": "that," }, { - "id": 3045, + "id": 3044, "start": 1127.9, "end": 1128.12, "text": "which" }, { - "id": 3046, + "id": 3045, "start": 1128.12, "end": 1128.4, "text": "is" }, { - "id": 3047, + "id": 3046, "start": 1128.4, "end": 1128.9, "text": "either" }, { - "id": 3048, + "id": 3047, "start": 1128.9, "end": 1129.12, "text": "sort" }, { - "id": 3049, + "id": 3048, "start": 1129.12, "end": 1129.54, "text": "of," }, { - "id": 3050, + "id": 3049, "start": 1129.54, "end": 1129.64, "text": "you" }, { - "id": 3051, + "id": 3050, "start": 1129.64, "end": 1129.94, "text": "know," }, { - "id": 3052, + "id": 3051, "start": 1129.94, "end": 1130.14, "text": "do" }, { - "id": 3053, + "id": 3052, "start": 1130.14, "end": 1130.28, "text": "it" }, { - "id": 3054, + "id": 3053, "start": 1130.28, "end": 1130.44, "text": "in" }, { - "id": 3055, + "id": 3054, "start": 1130.44, "end": 1130.94, "text": "advance" }, { - "id": 3056, + "id": 3055, "start": 1130.94, "end": 1131.14, "text": "when" }, { - "id": 3057, + "id": 3056, "start": 1131.14, "end": 1131.24, "text": "you" }, { - "id": 3058, + "id": 3057, "start": 1131.24, "end": 1131.4, "text": "see" }, { - "id": 3059, + "id": 3058, "start": 1131.4, "end": 1131.56, "text": "it" }, { - "id": 3060, + "id": 3059, "start": 1131.56, "end": 1132.06, "text": "coming," }, { - "id": 3061, + "id": 3060, "start": 1132.2, "end": 1132.38, "text": "or" }, { - "id": 3062, + "id": 3061, "start": 1132.38, "end": 1132.68, "text": "only" }, { - "id": 3063, + "id": 3062, "start": 1132.68, "end": 1132.8, "text": "do" }, { - "id": 3064, + "id": 3063, "start": 1132.8, "end": 1133.0, "text": "it" }, { - "id": 3065, + "id": 3064, "start": 1133.0, "end": 1133.14, "text": "when" }, { - "id": 3066, + "id": 3065, "start": 1133.14, "end": 1133.32, "text": "it's" }, { - "id": 3067, + "id": 3066, "start": 1133.32, "end": 1133.44, "text": "kind" }, { - "id": 3068, + "id": 3067, "start": 1133.44, "end": 1133.56, "text": "of" }, { - "id": 3069, + "id": 3068, "start": 1133.56, "end": 1133.76, "text": "too" }, { - "id": 3070, + "id": 3069, "start": 1133.76, "end": 1133.96, "text": "late." }, { - "id": 3071, + "id": 3070, "start": 1133.96, "end": 1134.14, "text": "And" }, { - "id": 3072, + "id": 3071, "start": 1134.14, "end": 1134.52, "text": "that's" }, { - "id": 3073, + "id": 3072, "start": 1134.52, "end": 1134.72, "text": "sort" }, { - "id": 3074, + "id": 3073, "start": 1134.72, "end": 1134.84, "text": "of" }, { - "id": 3075, + "id": 3074, "start": 1134.84, "end": 1134.96, "text": "the" }, { - "id": 3076, + "id": 3075, "start": 1134.96, "end": 1135.44, "text": "difficult" }, { - "id": 3077, + "id": 3076, "start": 1135.44, "end": 1135.94, "text": "aspects" }, { - "id": 3078, + "id": 3077, "start": 1135.96, "end": 1136.2, "text": "here" }, { - "id": 3079, + "id": 3078, "start": 1136.2, "end": 1136.38, "text": "to" }, { - "id": 3080, + "id": 3079, "start": 1136.38, "end": 1136.88, "text": "balance." }, { - "id": 3081, + "id": 3080, "start": 1137.18, "end": 1137.5, "text": "Or" }, { - "id": 3082, + "id": 3081, "start": 1137.5, - "end": 1137.84, + "end": 1137.88, "text": "worse," }, { - "id": 3083, - "start": 1137.84, + "id": 3082, + "start": 1137.88, "end": 1138.04, "text": "like" }, { - "id": 3084, + "id": 3083, "start": 1138.04, "end": 1138.2, "text": "you" }, { - "id": 3085, + "id": 3084, "start": 1138.2, "end": 1138.48, "text": "can't" }, { - "id": 3086, + "id": 3085, "start": 1138.48, "end": 1138.64, "text": "do" }, { - "id": 3087, + "id": 3086, "start": 1138.64, "end": 1138.78, "text": "it" }, { - "id": 3088, + "id": 3087, "start": 1138.78, "end": 1138.94, "text": "at" }, { - "id": 3089, + "id": 3088, "start": 1138.94, "end": 1139.44, "text": "all," }, { - "id": 3090, + "id": 3089, "start": 1139.62, "end": 1140.04, "text": "because" }, { - "id": 3091, + "id": 3090, "start": 1140.04, "end": 1140.16, "text": "there" }, { - "id": 3092, + "id": 3091, "start": 1140.16, "end": 1140.36, "text": "might" }, { - "id": 3093, + "id": 3092, "start": 1140.36, "end": 1140.6, "text": "be" }, { - "id": 3094, + "id": 3093, "start": 1140.6, "end": 1140.8, "text": "some" }, { - "id": 3095, + "id": 3094, "start": 1140.8, - "end": 1141.24, + "end": 1141.28, "text": "trade-off" }, { - "id": 3096, - "start": 1141.24, - "end": 1141.74, + "id": 3095, + "start": 1141.28, + "end": 1141.78, "text": "that's" }, { - "id": 3097, + "id": 3096, "start": 1141.92, "end": 1142.32, "text": "really" }, { - "id": 3098, + "id": 3097, "start": 1142.32, "end": 1142.82, "text": "unacceptable." }, { - "id": 3099, + "id": 3098, "start": 1143.34, "end": 1143.84, "text": "Yeah." }, { - "id": 3100, + "id": 3099, "start": 1144.46, "end": 1144.64, "text": "So" }, { - "id": 3101, + "id": 3100, "start": 1144.64, "end": 1144.82, "text": "this" }, { - "id": 3102, + "id": 3101, "start": 1144.82, "end": 1144.92, "text": "is" }, { - "id": 3103, + "id": 3102, "start": 1144.92, "end": 1145.02, "text": "a" }, { - "id": 3104, + "id": 3103, "start": 1145.02, "end": 1145.42, "text": "good" }, { - "id": 3105, + "id": 3104, "start": 1145.42, "end": 1145.8, "text": "example" }, { - "id": 3106, + "id": 3105, "start": 1145.8, "end": 1145.92, "text": "of" }, { - "id": 3107, + "id": 3106, "start": 1145.92, "end": 1146.14, "text": "that" }, { - "id": 3108, + "id": 3107, "start": 1146.14, "end": 1146.26, "text": "as" }, { - "id": 3109, + "id": 3108, "start": 1146.26, "end": 1146.66, "text": "well." }, { - "id": 3110, + "id": 3109, "start": 1146.66, "end": 1147.12, "text": "Users" }, { - "id": 3111, + "id": 3110, "start": 1147.12, "end": 1147.42, "text": "were" }, { - "id": 3112, + "id": 3111, "start": 1147.42, "end": 1147.92, "text": "already" }, { - "id": 3113, + "id": 3112, "start": 1147.92, - "end": 1148.24, + "end": 1148.22, "text": "starting" }, { - "id": 3114, - "start": 1148.24, + "id": 3113, + "start": 1148.22, "end": 1148.4, "text": "to" }, { - "id": 3115, + "id": 3114, "start": 1148.4, "end": 1148.9, "text": "relay" }, { - "id": 3116, + "id": 3115, "start": 1149.06, "end": 1149.36, "text": "very" }, { - "id": 3117, + "id": 3116, "start": 1149.36, "end": 1149.72, "text": "low" }, { - "id": 3118, + "id": 3117, "start": 1149.72, "end": 1150.04, "text": "fee" }, { - "id": 3119, + "id": 3118, "start": 1150.04, "end": 1150.54, "text": "transactions." }, { - "id": 3120, + "id": 3119, "start": 1151.04, "end": 1151.46, "text": "Miners" }, { - "id": 3121, + "id": 3120, "start": 1151.46, "end": 1151.74, "text": "were" }, { - "id": 3122, + "id": 3121, "start": 1151.74, "end": 1152.18, "text": "already" }, { - "id": 3123, + "id": 3122, "start": 1152.18, "end": 1152.5, "text": "starting" }, { - "id": 3124, + "id": 3123, "start": 1152.5, "end": 1152.66, "text": "to" }, { - "id": 3125, + "id": 3124, "start": 1152.66, "end": 1152.9, "text": "mine" }, { - "id": 3126, + "id": 3125, "start": 1152.9, "end": 1153.4, "text": "that." }, { - "id": 3127, + "id": 3126, "start": 1153.44, "end": 1153.62, "text": "So" }, { - "id": 3128, + "id": 3127, "start": 1153.62, "end": 1153.82, "text": "then" }, { - "id": 3129, + "id": 3128, "start": 1153.82, "end": 1154.32, "text": "BitHook" }, { - "id": 3130, + "id": 3129, "start": 1154.34, "end": 1154.76, "text": "Core" }, { - "id": 3131, + "id": 3130, "start": 1154.76, "end": 1154.92, "text": "in" }, { - "id": 3132, + "id": 3131, "start": 1154.92, "end": 1155.08, "text": "this" }, { - "id": 3133, + "id": 3132, "start": 1155.08, "end": 1155.42, "text": "release" }, { - "id": 3134, + "id": 3133, "start": 1155.42, "end": 1155.72, "text": "said," }, { - "id": 3135, + "id": 3134, "start": 1155.72, "end": 1156.06, "text": "okay," }, { - "id": 3136, + "id": 3135, "start": 1156.06, "end": 1156.28, "text": "we're" }, { - "id": 3137, + "id": 3136, "start": 1156.28, "end": 1156.48, "text": "going" }, { - "id": 3138, + "id": 3137, "start": 1156.48, "end": 1156.98, "text": "to" }, { - "id": 3139, + "id": 3138, "start": 1157.04, "end": 1157.54, "text": "lower" }, { - "id": 3140, + "id": 3139, "start": 1157.86, "end": 1158.04, "text": "the" }, { - "id": 3141, + "id": 3140, "start": 1158.04, "end": 1158.54, "text": "fee" }, { - "id": 3142, + "id": 3141, "start": 1159.14, "end": 1159.64, "text": "minimum" }, { - "id": 3143, + "id": 3142, "start": 1159.7, "end": 1159.84, "text": "in" }, { - "id": 3144, + "id": 3143, "start": 1159.84, "end": 1160.14, "text": "order" }, { - "id": 3145, + "id": 3144, "start": 1160.14, "end": 1160.28, "text": "to" }, { - "id": 3146, + "id": 3145, "start": 1160.28, "end": 1160.78, "text": "better..." }, { - "id": 3147, + "id": 3146, "start": 1161.22, "end": 1161.42, "text": "And" }, { - "id": 3148, + "id": 3147, "start": 1161.42, "end": 1161.6, "text": "this" }, { - "id": 3149, + "id": 3148, "start": 1161.6, "end": 1161.98, "text": "change," }, { - "id": 3150, + "id": 3149, "start": 1161.98, "end": 1162.12, "text": "I" }, { - "id": 3151, + "id": 3150, "start": 1162.12, "end": 1162.38, "text": "don't" }, { - "id": 3152, + "id": 3151, "start": 1162.38, "end": 1162.62, "text": "think" }, { - "id": 3153, + "id": 3152, "start": 1162.62, "end": 1162.78, "text": "this" }, { - "id": 3154, + "id": 3153, "start": 1162.78, "end": 1163.0, "text": "change" }, { - "id": 3155, + "id": 3154, "start": 1163.0, "end": 1163.1, "text": "is" }, { - "id": 3156, + "id": 3155, "start": 1163.1, "end": 1163.6, "text": "particularly" }, { - "id": 3157, + "id": 3156, "start": 1163.68, "end": 1164.02, "text": "bad" }, { - "id": 3158, + "id": 3157, "start": 1164.02, "end": 1164.52, "text": "because," }, { - "id": 3159, + "id": 3158, "start": 1164.52, "end": 1164.62, "text": "you" }, { - "id": 3160, + "id": 3159, "start": 1164.62, "end": 1164.92, "text": "know," }, { - "id": 3161, + "id": 3160, "start": 1164.92, "end": 1165.08, "text": "the" }, { - "id": 3162, + "id": 3161, "start": 1165.08, "end": 1165.34, "text": "last" }, { - "id": 3163, + "id": 3162, "start": 1165.34, "end": 1165.64, "text": "time" }, { - "id": 3164, + "id": 3163, "start": 1165.64, "end": 1165.86, "text": "this" }, { - "id": 3165, + "id": 3164, "start": 1165.86, "end": 1166.18, "text": "limit" }, { - "id": 3166, + "id": 3165, "start": 1166.18, "end": 1166.4, "text": "was" }, { - "id": 3167, + "id": 3166, "start": 1166.4, "end": 1166.9, "text": "lowered," }, { - "id": 3168, + "id": 3167, "start": 1167.7, "end": 1167.708, "text": "I" }, { - "id": 3169, + "id": 3168, "start": 1167.708, "end": 1167.716, "text": "think" }, { - "id": 3170, + "id": 3169, "start": 1167.716, "end": 1167.724, "text": "it" }, { - "id": 3171, + "id": 3170, "start": 1167.724, "end": 1167.7319, "text": "was" }, { - "id": 3172, + "id": 3171, "start": 1167.7319, "end": 1167.74, "text": "10" }, { - "id": 3173, + "id": 3172, "start": 1167.74, "end": 1167.98, "text": "sets" }, { - "id": 3174, + "id": 3173, "start": 1167.98, "end": 1168.14, "text": "per" }, { - "id": 3175, + "id": 3174, "start": 1168.14, "end": 1168.38, "text": "fee" }, { - "id": 3176, + "id": 3175, "start": 1168.38, "end": 1168.62, "text": "byte" }, { - "id": 3177, + "id": 3176, "start": 1168.62, "end": 1168.78, "text": "in" }, { - "id": 3178, + "id": 3177, "start": 1168.78, "end": 1168.86, "text": "the" }, { - "id": 3179, + "id": 3178, "start": 1168.86, "end": 1169.14, "text": "past," }, { - "id": 3180, + "id": 3179, "start": 1169.14, "end": 1169.24, "text": "or" }, { - "id": 3181, + "id": 3180, "start": 1169.24, "end": 1169.54, "text": "maybe" }, { - "id": 3182, + "id": 3181, "start": 1169.54, "end": 1170.04, "text": "five," }, { - "id": 3183, + "id": 3182, "start": 1170.3, "end": 1170.48, "text": "and" }, { - "id": 3184, + "id": 3183, "start": 1170.48, "end": 1170.6, "text": "the" }, { - "id": 3185, + "id": 3184, "start": 1170.6, "end": 1170.86, "text": "price" }, { - "id": 3186, + "id": 3185, "start": 1170.86, "end": 1171.02, "text": "has" }, { - "id": 3187, + "id": 3186, "start": 1171.02, - "end": 1171.24, + "end": 1171.22, "text": "gone" }, { - "id": 3188, - "start": 1171.24, - "end": 1171.74, + "id": 3187, + "start": 1171.22, + "end": 1171.72, "text": "up" }, { - "id": 3189, + "id": 3188, "start": 1171.92, "end": 1172.17, "text": "10," }, { - "id": 3190, + "id": 3189, "start": 1172.17, "end": 1172.42, "text": "000x." }, { - "id": 3191, + "id": 3190, "start": 1173.34, "end": 1173.84, "text": "So" }, { - "id": 3192, + "id": 3191, "start": 1173.84, "end": 1174.08, "text": "if" }, { - "id": 3193, + "id": 3192, "start": 1174.08, "end": 1174.28, "text": "you" }, { - "id": 3194, + "id": 3193, "start": 1174.28, "end": 1174.54, "text": "look" }, { - "id": 3195, + "id": 3194, "start": 1174.54, "end": 1174.68, "text": "at" }, { - "id": 3196, + "id": 3195, "start": 1174.68, "end": 1175.18, "text": "this," }, { - "id": 3197, - "start": 1175.74, + "id": 3196, + "start": 1175.66, "end": 1175.94, "text": "you're" }, { - "id": 3198, + "id": 3197, "start": 1175.94, "end": 1176.14, "text": "gonna" }, { - "id": 3199, + "id": 3198, "start": 1176.14, "end": 1176.3, "text": "have" }, { - "id": 3200, + "id": 3199, "start": 1176.3, "end": 1176.42, "text": "to" }, { - "id": 3201, + "id": 3200, "start": 1176.42, "end": 1176.6, "text": "look" }, { - "id": 3202, + "id": 3201, "start": 1176.6, "end": 1176.76, "text": "at" }, { - "id": 3203, + "id": 3202, "start": 1176.76, "end": 1176.9, "text": "it" }, { - "id": 3204, + "id": 3203, "start": 1176.9, "end": 1177.4, "text": "as" }, { - "id": 3205, - "start": 1177.72, + "id": 3204, + "start": 1177.7, "end": 1178.0, "text": "a" }, { - "id": 3206, + "id": 3205, "start": 1178.0, "end": 1178.48, "text": "DOS," }, { - "id": 3207, + "id": 3206, "start": 1178.48, "end": 1178.56, "text": "like" }, { - "id": 3208, + "id": 3207, "start": 1178.56, "end": 1178.68, "text": "a" }, { - "id": 3209, + "id": 3208, "start": 1178.68, "end": 1179.02, "text": "denial" }, { - "id": 3210, + "id": 3209, "start": 1179.02, "end": 1179.14, "text": "of" }, { - "id": 3211, + "id": 3210, "start": 1179.14, "end": 1179.44, "text": "service" }, { - "id": 3212, + "id": 3211, "start": 1179.44, "end": 1179.94, "text": "protection." }, { - "id": 3213, + "id": 3212, "start": 1180.64, "end": 1180.92, "text": "If" }, { - "id": 3214, + "id": 3213, "start": 1180.92, "end": 1181.4, "text": "the" }, { - "id": 3215, + "id": 3214, "start": 1181.4, "end": 1181.9, "text": "minimum" }, { - "id": 3216, + "id": 3215, "start": 1181.92, "end": 1182.42, "text": "fee" }, { - "id": 3217, - "start": 1182.66, - "end": 1183.16, + "id": 3216, + "start": 1182.62, + "end": 1183.12, "text": "relay" }, { - "id": 3218, + "id": 3217, "start": 1183.26, "end": 1183.48, "text": "is" }, { - "id": 3219, + "id": 3218, "start": 1183.48, "end": 1183.82, "text": "too" }, { - "id": 3220, + "id": 3219, "start": 1183.82, "end": 1184.2, "text": "low," }, { - "id": 3221, + "id": 3220, "start": 1184.2, "end": 1184.38, "text": "then" }, { - "id": 3222, + "id": 3221, "start": 1184.38, "end": 1184.76, "text": "somebody" }, { - "id": 3223, + "id": 3222, "start": 1184.76, "end": 1184.96, "text": "can" }, { - "id": 3224, + "id": 3223, "start": 1184.96, "end": 1185.38, "text": "just" }, { - "id": 3225, + "id": 3224, "start": 1185.38, "end": 1185.88, "text": "cheaply" }, { - "id": 3226, + "id": 3225, "start": 1186.56, "end": 1186.92, "text": "cause" }, { - "id": 3227, + "id": 3226, "start": 1186.92, "end": 1187.08, "text": "you" }, { - "id": 3228, + "id": 3227, "start": 1187.08, "end": 1187.2, "text": "to" }, { - "id": 3229, + "id": 3228, "start": 1187.2, "end": 1187.44, "text": "use" }, { - "id": 3230, + "id": 3229, "start": 1187.44, "end": 1187.52, "text": "a" }, { - "id": 3231, + "id": 3230, "start": 1187.52, "end": 1187.68, "text": "lot" }, { - "id": 3232, + "id": 3231, "start": 1187.68, "end": 1187.8, "text": "of" }, { - "id": 3233, + "id": 3232, "start": 1187.8, "end": 1188.3, "text": "bandwidth," }, { - "id": 3234, + "id": 3233, "start": 1188.76, "end": 1189.12, "text": "everyone" }, { - "id": 3235, + "id": 3234, "start": 1189.12, "end": 1189.3, "text": "to" }, { - "id": 3236, + "id": 3235, "start": 1189.3, "end": 1189.54, "text": "use" }, { - "id": 3237, + "id": 3236, "start": 1189.54, "end": 1189.6, "text": "a" }, { - "id": 3238, + "id": 3237, "start": 1189.6, "end": 1189.76, "text": "lot" }, { - "id": 3239, + "id": 3238, "start": 1189.76, "end": 1189.9, "text": "of" }, { - "id": 3240, + "id": 3239, "start": 1189.9, "end": 1190.4, - "text": "bandwidth." + "text": "bandwidth," }, { - "id": 3241, + "id": 3240, "start": 1190.66, - "end": 1190.84, - "text": "Right," + "end": 1190.9, + "text": "right?" }, { - "id": 3242, - "start": 1190.84, + "id": 3241, + "start": 1190.9, "end": 1191.02, - "text": "and" + "text": "And" }, { - "id": 3243, + "id": 3242, "start": 1191.02, "end": 1191.18, "text": "so" }, { - "id": 3244, + "id": 3243, "start": 1191.18, "end": 1191.3, "text": "I" }, { - "id": 3245, + "id": 3244, "start": 1191.3, - "end": 1191.46, + "end": 1191.48, "text": "think" }, { - "id": 3246, - "start": 1191.46, + "id": 3245, + "start": 1191.48, "end": 1191.6, "text": "the" }, { - "id": 3247, + "id": 3246, "start": 1191.6, - "end": 1192.0, + "end": 1191.96, "text": "initial" }, { - "id": 3248, - "start": 1192.0, - "end": 1192.5, + "id": 3247, + "start": 1191.96, + "end": 1192.46, "text": "calculation" }, { - "id": 3249, + "id": 3248, "start": 1192.74, "end": 1193.16, "text": "years" }, { - "id": 3250, + "id": 3249, "start": 1193.16, "end": 1193.48, "text": "ago" }, { - "id": 3251, + "id": 3250, "start": 1193.48, - "end": 1193.64, + "end": 1193.68, "text": "was" }, { - "id": 3252, - "start": 1193.64, + "id": 3251, + "start": 1193.68, "end": 1193.86, "text": "done" }, { - "id": 3253, + "id": 3252, "start": 1193.86, "end": 1194.02, "text": "on" }, { - "id": 3254, + "id": 3253, "start": 1194.02, - "end": 1194.14, + "end": 1194.16, "text": "like," }, { - "id": 3255, - "start": 1194.14, + "id": 3254, + "start": 1194.16, "end": 1194.44, "text": "okay," }, { - "id": 3256, + "id": 3255, "start": 1194.44, - "end": 1194.56, + "end": 1194.6, "text": "if" }, { - "id": 3257, - "start": 1194.56, + "id": 3256, + "start": 1194.6, "end": 1194.86, "text": "somebody" }, { - "id": 3258, + "id": 3257, "start": 1194.86, "end": 1195.12, "text": "spins" }, { - "id": 3259, + "id": 3258, "start": 1195.12, "end": 1195.24, "text": "up" }, { - "id": 3260, + "id": 3259, "start": 1195.24, "end": 1195.32, "text": "a" }, { - "id": 3261, + "id": 3260, "start": 1195.32, "end": 1195.58, "text": "bunch" }, { - "id": 3262, + "id": 3261, "start": 1195.58, "end": 1195.68, "text": "of" }, { - "id": 3263, + "id": 3262, "start": 1195.68, "end": 1196.04, "text": "Amazon" }, { - "id": 3264, + "id": 3263, "start": 1196.04, "end": 1196.32, "text": "nodes" }, { - "id": 3265, + "id": 3264, "start": 1196.32, "end": 1196.48, "text": "and" }, { - "id": 3266, + "id": 3265, "start": 1196.48, "end": 1196.68, "text": "just" }, { - "id": 3267, + "id": 3266, "start": 1196.68, "end": 1197.18, "text": "starts" }, { - "id": 3268, + "id": 3267, "start": 1197.44, "end": 1197.84, "text": "flooding" }, { - "id": 3269, + "id": 3268, "start": 1197.84, "end": 1198.08, "text": "us" }, { - "id": 3270, + "id": 3269, "start": 1198.08, - "end": 1198.44, + "end": 1198.46, "text": "with" }, { - "id": 3271, - "start": 1198.44, + "id": 3270, + "start": 1198.46, "end": 1198.94, "text": "random" }, { - "id": 3272, + "id": 3271, "start": 1198.94, "end": 1199.4099, "text": "data," }, { - "id": 3273, + "id": 3272, "start": 1199.4099, "end": 1199.88, "text": "you" }, { - "id": 3274, + "id": 3273, "start": 1199.88, "end": 1200.06, "text": "know," }, { - "id": 3275, + "id": 3274, "start": 1200.06, "end": 1200.26, "text": "How" }, { - "id": 3276, + "id": 3275, "start": 1200.26, "end": 1200.48, "text": "much" }, { - "id": 3277, + "id": 3276, "start": 1200.48, "end": 1200.68, "text": "does" }, { - "id": 3278, + "id": 3277, "start": 1200.68, "end": 1200.86, "text": "it" }, { - "id": 3279, + "id": 3278, "start": 1200.86, "end": 1201.12, "text": "cost" }, { - "id": 3280, + "id": 3279, "start": 1201.12, "end": 1201.62, "text": "them" }, { - "id": 3281, + "id": 3280, "start": 1201.72, "end": 1202.08, "text": "versus" }, { - "id": 3282, + "id": 3281, "start": 1202.08, "end": 1202.22, "text": "how" }, { - "id": 3283, + "id": 3282, "start": 1202.22, "end": 1202.44, "text": "much" }, { - "id": 3284, + "id": 3283, "start": 1202.44, "end": 1202.64, "text": "does" }, { - "id": 3285, + "id": 3284, "start": 1202.64, "end": 1202.78, "text": "it" }, { - "id": 3286, + "id": 3285, "start": 1202.78, "end": 1203.08, "text": "cost" }, { - "id": 3287, + "id": 3286, "start": 1203.08, "end": 1203.42, "text": "the" }, { - "id": 3288, + "id": 3287, "start": 1203.42, "end": 1203.92, "text": "ecosystem?" }, { - "id": 3289, - "start": 1205.02, + "id": 3288, + "start": 1204.96, "end": 1205.28, "text": "How" }, { - "id": 3290, + "id": 3289, "start": 1205.28, "end": 1205.78, "text": "much" }, { - "id": 3291, + "id": 3290, "start": 1205.86, "end": 1206.22, "text": "cost" }, { - "id": 3292, + "id": 3291, "start": 1206.22, - "end": 1206.4, + "end": 1206.42, "text": "does" }, { - "id": 3293, - "start": 1206.4, + "id": 3292, + "start": 1206.42, "end": 1206.5, "text": "the" }, { - "id": 3294, + "id": 3293, "start": 1206.5, "end": 1207.0, "text": "attacker" }, { - "id": 3295, + "id": 3294, "start": 1207.0, "end": 1207.28, "text": "have" }, { - "id": 3296, + "id": 3295, "start": 1207.28, "end": 1207.48, "text": "and" }, { - "id": 3297, + "id": 3296, "start": 1207.48, "end": 1207.72, "text": "how" }, { - "id": 3298, + "id": 3297, "start": 1207.72, "end": 1208.22, "text": "much" }, { - "id": 3299, + "id": 3298, "start": 1208.56, "end": 1209.06, "text": "resources" }, { - "id": 3300, + "id": 3299, "start": 1209.14, "end": 1209.28, "text": "of" }, { - "id": 3301, + "id": 3300, "start": 1209.28, "end": 1209.4, "text": "the" }, { - "id": 3302, + "id": 3301, "start": 1209.4, "end": 1209.86, "text": "community" }, { - "id": 3303, + "id": 3302, "start": 1209.86, "end": 1210.02, "text": "are" }, { - "id": 3304, + "id": 3303, "start": 1210.02, "end": 1210.16, "text": "they" }, { - "id": 3305, + "id": 3304, "start": 1210.16, "end": 1210.46, "text": "wasting" }, { - "id": 3306, + "id": 3305, "start": 1210.46, "end": 1210.6, "text": "if" }, { - "id": 3307, + "id": 3306, "start": 1210.6, "end": 1210.76, "text": "you" }, { - "id": 3308, + "id": 3307, "start": 1210.76, "end": 1210.96, "text": "add" }, { - "id": 3309, + "id": 3308, "start": 1210.96, "end": 1211.1, "text": "up" }, { - "id": 3310, + "id": 3309, "start": 1211.1, "end": 1211.58, "text": "everybody's" }, { - "id": 3311, + "id": 3310, "start": 1211.58, "end": 1211.88, "text": "node" }, { - "id": 3312, + "id": 3311, "start": 1211.88, "end": 1212.38, "text": "costs?" }, { - "id": 3313, + "id": 3312, "start": 1212.9, "end": 1213.04, "text": "And" }, { - "id": 3314, + "id": 3313, "start": 1213.04, "end": 1213.32, "text": "so" }, { - "id": 3315, + "id": 3314, "start": 1213.32, "end": 1213.38, "text": "I" }, { - "id": 3316, + "id": 3315, "start": 1213.38, "end": 1213.66, "text": "think" }, { - "id": 3317, + "id": 3316, "start": 1213.66, "end": 1213.84, "text": "we're" }, { - "id": 3318, + "id": 3317, "start": 1213.84, "end": 1214.16, "text": "still" }, { - "id": 3319, + "id": 3318, "start": 1214.16, "end": 1214.44, "text": "quite" }, { - "id": 3320, + "id": 3319, "start": 1214.44, "end": 1214.6, "text": "on" }, { - "id": 3321, + "id": 3320, "start": 1214.6, "end": 1214.7, "text": "the" }, { - "id": 3322, + "id": 3321, "start": 1214.7, "end": 1214.96, "text": "safe" }, { - "id": 3323, + "id": 3322, "start": 1214.96, "end": 1215.1, "text": "side" }, { - "id": 3324, + "id": 3323, "start": 1215.1, "end": 1215.24, "text": "of" }, { - "id": 3325, + "id": 3324, "start": 1215.24, "end": 1215.4, "text": "that" }, { - "id": 3326, + "id": 3325, "start": 1215.4, "end": 1215.9, "text": "equation." }, { - "id": 3327, + "id": 3326, "start": 1216.28, "end": 1216.78, "text": "It's" }, { - "id": 3328, + "id": 3327, "start": 1216.88, "end": 1217.28, "text": "really" }, { - "id": 3329, + "id": 3328, "start": 1217.28, "end": 1217.78, "text": "expensive" }, { - "id": 3330, + "id": 3329, "start": 1219.32, "end": 1219.54, "text": "for" }, { - "id": 3331, + "id": 3330, "start": 1219.54, "end": 1219.7, "text": "the" }, { - "id": 3332, + "id": 3331, "start": 1219.7, "end": 1220.2, "text": "attacker." }, { - "id": 3333, + "id": 3332, "start": 1220.28, "end": 1220.46, "text": "They" }, { - "id": 3334, + "id": 3333, "start": 1220.46, "end": 1220.66, "text": "need" }, { - "id": 3335, + "id": 3334, "start": 1220.66, "end": 1220.72, "text": "to" }, { - "id": 3336, + "id": 3335, "start": 1220.72, "end": 1220.92, "text": "spend" }, { - "id": 3337, + "id": 3336, "start": 1220.92, "end": 1221.12, "text": "quite" }, { - "id": 3338, + "id": 3337, "start": 1221.12, "end": 1221.18, "text": "a" }, { - "id": 3339, + "id": 3338, "start": 1221.18, "end": 1221.36, "text": "lot" }, { - "id": 3340, + "id": 3339, "start": 1221.36, "end": 1221.5, "text": "of" }, { - "id": 3341, + "id": 3340, "start": 1221.5, "end": 1222.0, "text": "SATs" }, { - "id": 3342, + "id": 3341, "start": 1222.72, "end": 1222.9, "text": "to" }, { - "id": 3343, + "id": 3342, "start": 1222.9, "end": 1223.16, "text": "cause" }, { - "id": 3344, + "id": 3343, "start": 1223.16, "end": 1223.4, "text": "people" }, { - "id": 3345, + "id": 3344, "start": 1223.4, "end": 1223.56, "text": "to" }, { - "id": 3346, + "id": 3345, "start": 1223.56, "end": 1223.76, "text": "use" }, { - "id": 3347, + "id": 3346, "start": 1223.76, "end": 1224.26, "text": "bandwidth." }, { - "id": 3348, + "id": 3347, "start": 1225.52, "end": 1225.84, "text": "Yeah," }, { - "id": 3349, + "id": 3348, "start": 1225.84, "end": 1226.16, "text": "okay." }, { - "id": 3350, + "id": 3349, "start": 1226.16, "end": 1226.38, "text": "One" }, { - "id": 3351, + "id": 3350, "start": 1226.38, "end": 1226.88, "text": "last" }, { - "id": 3352, + "id": 3351, "start": 1227.98, "end": 1228.34, "text": "note" }, { - "id": 3353, + "id": 3352, "start": 1228.34, "end": 1228.48, "text": "on" }, { - "id": 3354, + "id": 3353, "start": 1228.48, "end": 1228.68, "text": "this" }, { - "id": 3355, + "id": 3354, "start": 1228.68, "end": 1229.04, "text": "point," }, { - "id": 3356, + "id": 3355, "start": 1229.04, "end": 1229.54, "text": "because" }, { - "id": 3357, + "id": 3356, "start": 1230.06, "end": 1230.3, "text": "I" }, { - "id": 3358, + "id": 3357, "start": 1230.3, "end": 1230.8, "text": "noticed" }, { - "id": 3359, + "id": 3358, "start": 1230.92, "end": 1231.24, "text": "that" }, { - "id": 3360, + "id": 3359, "start": 1231.24, "end": 1231.44, "text": "in" }, { - "id": 3361, + "id": 3360, "start": 1231.44, "end": 1231.94, "text": "the" }, { - "id": 3362, + "id": 3361, "start": 1232.8, "end": 1233.3, "text": "GUI," }, { - "id": 3363, + "id": 3362, "start": 1233.96, "end": 1234.28, "text": "that" }, { - "id": 3364, + "id": 3363, "start": 1234.28, "end": 1234.78, "text": "change..." }, { - "id": 3365, - "start": 1234.84, + "id": 3364, + "start": 1234.86, "end": 1235.18, "text": "Yeah," }, { - "id": 3366, + "id": 3365, "start": 1235.18, - "end": 1235.34, + "end": 1235.36, "text": "so" }, { - "id": 3367, - "start": 1235.34, + "id": 3366, + "start": 1235.36, "end": 1235.56, "text": "in" }, { - "id": 3368, + "id": 3367, "start": 1235.56, "end": 1236.02, "text": "the" }, { - "id": 3369, + "id": 3368, "start": 1236.02, "end": 1236.34, "text": "user" }, { - "id": 3370, + "id": 3369, "start": 1236.34, "end": 1236.84, "text": "interface," }, { - "id": 3371, + "id": 3370, "start": 1236.9, "end": 1237.12, "text": "that" }, { - "id": 3372, + "id": 3371, "start": 1237.12, "end": 1237.62, "text": "change" }, { - "id": 3373, + "id": 3372, "start": 1238.56, "end": 1238.72, "text": "does" }, { - "id": 3374, + "id": 3373, "start": 1238.72, "end": 1238.96, "text": "not" }, { - "id": 3375, + "id": 3374, "start": 1238.96, "end": 1239.46, "text": "apply." }, { - "id": 3376, + "id": 3375, "start": 1239.72, "end": 1239.92, "text": "Like" }, { - "id": 3377, + "id": 3376, "start": 1239.92, "end": 1240.08, "text": "the" }, { - "id": 3378, + "id": 3377, "start": 1240.08, "end": 1240.58, "text": "minimum" }, { - "id": 3379, + "id": 3378, "start": 1240.96, "end": 1241.32, "text": "fee" }, { - "id": 3380, + "id": 3379, "start": 1241.32, "end": 1241.48, "text": "if" }, { - "id": 3381, + "id": 3380, "start": 1241.48, "end": 1241.6, "text": "you" }, { - "id": 3382, + "id": 3381, "start": 1241.6, "end": 1241.8, "text": "want" }, { - "id": 3383, + "id": 3382, "start": 1241.8, "end": 1241.98, "text": "to" }, { - "id": 3384, + "id": 3383, "start": 1241.98, "end": 1242.34, "text": "send" }, { - "id": 3385, + "id": 3384, "start": 1242.34, "end": 1242.4, "text": "a" }, { - "id": 3386, + "id": 3385, "start": 1242.4, "end": 1242.9, "text": "transaction" }, { - "id": 3387, + "id": 3386, "start": 1243.08, "end": 1243.32, "text": "is" }, { - "id": 3388, + "id": 3387, "start": 1243.32, "end": 1243.62, "text": "still" }, { - "id": 3389, + "id": 3388, "start": 1243.62, "end": 1243.74, "text": "the" }, { - "id": 3390, + "id": 3389, "start": 1243.74, "end": 1243.98, "text": "same" }, { - "id": 3391, + "id": 3390, "start": 1243.98, "end": 1244.16, "text": "as" }, { - "id": 3392, + "id": 3391, "start": 1244.16, "end": 1244.34, "text": "it" }, { - "id": 3393, + "id": 3392, "start": 1244.34, "end": 1244.54, "text": "ever" }, { - "id": 3394, + "id": 3393, "start": 1244.54, "end": 1244.76, "text": "was," }, { - "id": 3395, + "id": 3394, "start": 1244.76, "end": 1245.26, "text": "right?" }, { - "id": 3396, + "id": 3395, "start": 1245.36, "end": 1245.78, "text": "Technically," }, { - "id": 3397, + "id": 3396, "start": 1245.78, "end": 1246.02, "text": "it's" }, { - "id": 3398, + "id": 3397, "start": 1246.02, "end": 1246.22, "text": "the" }, { - "id": 3399, + "id": 3398, "start": 1246.22, "end": 1246.72, "text": "wallet" }, { - "id": 3400, + "id": 3399, "start": 1246.78, "end": 1247.08, "text": "that's" }, { - "id": 3401, + "id": 3400, "start": 1247.08, "end": 1247.58, "text": "unaffected." }, { - "id": 3402, + "id": 3401, "start": 1248.54, - "end": 1248.66, + "end": 1248.68, "text": "So" }, { - "id": 3403, - "start": 1248.66, + "id": 3402, + "start": 1248.68, "end": 1248.82, "text": "the" }, { - "id": 3404, + "id": 3403, "start": 1248.82, "end": 1249.12, "text": "wallet" }, { - "id": 3405, + "id": 3404, "start": 1249.12, "end": 1249.34, "text": "can" }, { - "id": 3406, + "id": 3405, "start": 1249.34, "end": 1249.54, "text": "be" }, { - "id": 3407, + "id": 3406, "start": 1249.54, "end": 1250.04, "text": "used" }, { - "id": 3408, + "id": 3407, "start": 1250.2, "end": 1250.38, "text": "from" }, { - "id": 3409, + "id": 3408, "start": 1250.38, "end": 1250.58, "text": "the" }, { - "id": 3410, + "id": 3409, "start": 1250.58, "end": 1250.8, "text": "command" }, { - "id": 3411, + "id": 3410, "start": 1250.8, "end": 1251.3, "text": "line." }, { - "id": 3412, + "id": 3411, "start": 1251.6, "end": 1251.88, "text": "You'd" }, { - "id": 3413, + "id": 3412, "start": 1251.88, "end": 1251.96, "text": "be" }, { - "id": 3414, + "id": 3413, "start": 1251.96, "end": 1252.36, "text": "surprised" }, { - "id": 3415, + "id": 3414, "start": 1252.36, "end": 1252.54, "text": "some" }, { - "id": 3416, + "id": 3415, "start": 1252.54, "end": 1252.76, "text": "people" }, { - "id": 3417, + "id": 3416, "start": 1252.76, "end": 1252.94, "text": "use" }, { - "id": 3418, + "id": 3417, "start": 1252.94, "end": 1253.04, "text": "it" }, { - "id": 3419, + "id": 3418, "start": 1253.04, "end": 1253.2, "text": "from" }, { - "id": 3420, + "id": 3419, "start": 1253.2, "end": 1253.32, "text": "the" }, { - "id": 3421, + "id": 3420, "start": 1253.32, "end": 1253.56, "text": "command" }, { - "id": 3422, + "id": 3421, "start": 1253.56, "end": 1253.72, "text": "line" }, { - "id": 3423, + "id": 3422, "start": 1253.72, "end": 1253.94, "text": "and" }, { - "id": 3424, + "id": 3423, "start": 1253.94, "end": 1254.08, "text": "they" }, { - "id": 3425, + "id": 3424, "start": 1254.08, "end": 1254.32, "text": "like" }, { - "id": 3426, + "id": 3425, "start": 1254.32, "end": 1254.82, "text": "it." }, { - "id": 3427, - "start": 1257.04, - "end": 1257.26, + "id": 3426, + "start": 1257.06, + "end": 1257.28, "text": "But" }, { - "id": 3428, - "start": 1257.26, - "end": 1257.6, + "id": 3427, + "start": 1257.28, + "end": 1257.62, "text": "yeah," }, { - "id": 3429, - "start": 1257.6, + "id": 3428, + "start": 1257.62, "end": 1257.8, "text": "as" }, { - "id": 3430, + "id": 3429, "start": 1257.8, "end": 1257.98, "text": "far" }, { - "id": 3431, + "id": 3430, "start": 1257.98, "end": 1258.14, "text": "as" }, { - "id": 3432, + "id": 3431, "start": 1258.14, "end": 1258.26, "text": "I" }, { - "id": 3433, + "id": 3432, "start": 1258.26, "end": 1258.76, "text": "know," }, { - "id": 3434, - "start": 1259.64, + "id": 3433, + "start": 1259.66, "end": 1259.76, "text": "the" }, { - "id": 3435, + "id": 3434, "start": 1259.76, "end": 1260.2, "text": "wallet" }, { - "id": 3436, + "id": 3435, "start": 1260.2, "end": 1260.7, "text": "still" }, { - "id": 3437, + "id": 3436, "start": 1260.7, "end": 1261.2, "text": "has" }, { - "id": 3438, + "id": 3437, "start": 1261.26, "end": 1261.5, "text": "one" }, { - "id": 3439, + "id": 3438, "start": 1261.5, "end": 1261.72, "text": "set" }, { - "id": 3440, + "id": 3439, "start": 1261.72, "end": 1261.88, "text": "per" }, { - "id": 3441, + "id": 3440, "start": 1261.88, "end": 1262.04, "text": "view" }, { - "id": 3442, + "id": 3441, "start": 1262.04, "end": 1262.22, "text": "byte" }, { - "id": 3443, + "id": 3442, "start": 1262.22, "end": 1262.38, "text": "as" }, { - "id": 3444, + "id": 3443, "start": 1262.38, "end": 1262.5, "text": "a" }, { - "id": 3445, + "id": 3444, "start": 1262.5, "end": 1263.0, "text": "minimum." }, { - "id": 3446, + "id": 3445, "start": 1263.04, "end": 1263.12, "text": "I" }, { - "id": 3447, + "id": 3446, "start": 1263.12, "end": 1263.34, "text": "think" }, { - "id": 3448, + "id": 3447, "start": 1263.34, "end": 1263.5, "text": "you" }, { - "id": 3449, + "id": 3448, "start": 1263.5, "end": 1263.7, "text": "can" }, { - "id": 3450, + "id": 3449, "start": 1263.7, "end": 1264.12, "text": "manually" }, { - "id": 3451, + "id": 3450, "start": 1264.12, "end": 1264.28, "text": "set" }, { - "id": 3452, + "id": 3451, "start": 1264.28, "end": 1264.54, "text": "it" }, { - "id": 3453, + "id": 3452, "start": 1264.54, "end": 1265.04, "text": "lower" }, { - "id": 3454, + "id": 3453, "start": 1266.04, "end": 1266.46, "text": "but" }, { - "id": 3455, + "id": 3454, "start": 1266.46, "end": 1266.66, "text": "my" }, { - "id": 3456, + "id": 3455, "start": 1266.66, "end": 1266.94, "text": "guess" }, { - "id": 3457, + "id": 3456, "start": 1266.94, "end": 1267.12, "text": "is" }, { - "id": 3458, + "id": 3457, "start": 1267.12, "end": 1267.34, "text": "the" }, { - "id": 3459, + "id": 3458, "start": 1267.34, "end": 1267.66, "text": "wallet" }, { - "id": 3460, + "id": 3459, "start": 1267.66, "end": 1267.88, "text": "will" }, { - "id": 3461, + "id": 3460, "start": 1267.88, "end": 1268.38, "text": "follow" }, { - "id": 3462, + "id": 3461, "start": 1269.4, "end": 1269.52, "text": "in" }, { - "id": 3463, + "id": 3462, "start": 1269.52, "end": 1269.68, "text": "the" }, { - "id": 3464, + "id": 3463, "start": 1269.68, "end": 1270.18, "text": "next" }, { - "id": 3465, + "id": 3464, "start": 1270.2, "end": 1270.36, "text": "in" }, { - "id": 3466, + "id": 3465, "start": 1270.36, "end": 1270.52, "text": "a" }, { - "id": 3467, + "id": 3466, "start": 1270.52, "end": 1270.76, "text": "later" }, { - "id": 3468, + "id": 3467, "start": 1270.76, "end": 1271.26, "text": "release." }, { - "id": 3469, + "id": 3468, "start": 1271.68, "end": 1271.92, "text": "You" }, { - "id": 3470, + "id": 3469, "start": 1271.92, "end": 1272.04, "text": "kind" }, { - "id": 3471, + "id": 3470, "start": 1272.04, "end": 1272.18, "text": "of" }, { - "id": 3472, + "id": 3471, "start": 1272.18, "end": 1272.34, "text": "want" }, { - "id": 3473, + "id": 3472, "start": 1272.34, "end": 1272.44, "text": "to" }, { - "id": 3474, + "id": 3473, "start": 1272.44, "end": 1272.56, "text": "make" }, { - "id": 3475, + "id": 3474, "start": 1272.56, "end": 1272.78, "text": "sure" }, { - "id": 3476, + "id": 3475, "start": 1272.78, "end": 1272.92, "text": "that" }, { - "id": 3477, + "id": 3476, "start": 1272.92, "end": 1273.08, "text": "the" }, { - "id": 3478, + "id": 3477, "start": 1273.08, "end": 1273.58, "text": "network" }, { - "id": 3479, + "id": 3478, "start": 1273.68, "end": 1274.06, "text": "actually" }, { - "id": 3480, + "id": 3479, "start": 1274.06, "end": 1274.54, "text": "relays" }, { - "id": 3481, + "id": 3480, "start": 1274.54, "end": 1274.86, "text": "your" }, { - "id": 3482, + "id": 3481, "start": 1274.86, "end": 1275.3, "text": "transaction" }, { - "id": 3483, + "id": 3482, "start": 1275.3, "end": 1275.58, "text": "because" }, { - "id": 3484, + "id": 3483, "start": 1275.58, "end": 1275.86, "text": "let's" }, { - "id": 3485, + "id": 3484, "start": 1275.86, "end": 1276.36, "text": "say" }, { - "id": 3486, + "id": 3485, "start": 1276.38, - "end": 1276.68, + "end": 1276.72, "text": "we" }, { - "id": 3487, - "start": 1276.68, + "id": 3486, + "start": 1276.72, "end": 1276.98, "text": "change" }, { - "id": 3488, + "id": 3487, "start": 1276.98, "end": 1277.12, "text": "the" }, { - "id": 3489, + "id": 3488, "start": 1277.12, "end": 1277.42, "text": "wallet" }, { - "id": 3490, + "id": 3489, "start": 1277.42, "end": 1277.8, "text": "now" }, { - "id": 3491, + "id": 3490, "start": 1277.8, "end": 1278.04, "text": "to" }, { - "id": 3492, + "id": 3491, "start": 1278.04, "end": 1278.4, "text": "use" }, { - "id": 3493, + "id": 3492, "start": 1278.4, "end": 1278.68, "text": "this" }, { - "id": 3494, + "id": 3493, "start": 1278.68, "end": 1279.18, "text": "0.1" }, { - "id": 3495, + "id": 3494, "start": 1279.28, "end": 1279.48, "text": "set" }, { - "id": 3496, + "id": 3495, "start": 1279.48, "end": 1279.64, "text": "per" }, { - "id": 3497, + "id": 3496, "start": 1279.64, - "end": 1279.8, - "text": "view" + "end": 1279.76, + "text": "fee" }, { - "id": 3498, - "start": 1279.8, - "end": 1280.3, + "id": 3497, + "start": 1279.76, + "end": 1280.26, "text": "byte" }, { - "id": 3499, + "id": 3498, "start": 1280.66, "end": 1280.86, "text": "and" }, { - "id": 3500, + "id": 3499, "start": 1280.86, "end": 1281.0, "text": "you" }, { - "id": 3501, + "id": 3500, "start": 1281.0, "end": 1281.3, "text": "start" }, { - "id": 3502, + "id": 3501, "start": 1281.3, "end": 1281.48, "text": "your" }, { - "id": 3503, + "id": 3502, "start": 1281.48, "end": 1281.98, "text": "GUI" }, { - "id": 3504, + "id": 3503, "start": 1282.26, "end": 1282.44, "text": "and" }, { - "id": 3505, + "id": 3504, "start": 1282.44, "end": 1282.6, "text": "you" }, { - "id": 3506, + "id": 3505, "start": 1282.6, "end": 1282.88, "text": "have" }, { - "id": 3507, + "id": 3506, "start": 1282.88, "end": 1283.2, "text": "maybe" }, { - "id": 3508, + "id": 3507, "start": 1283.2, "end": 1283.6, "text": "five" }, { - "id": 3509, + "id": 3508, "start": 1283.6, "end": 1284.1, "text": "peers" }, { - "id": 3510, + "id": 3509, "start": 1284.52, "end": 1284.72, "text": "and" }, { - "id": 3511, + "id": 3510, "start": 1284.72, "end": 1284.96, "text": "none" }, { - "id": 3512, + "id": 3511, "start": 1284.96, "end": 1285.16, "text": "of" }, { - "id": 3513, + "id": 3512, "start": 1285.16, "end": 1285.66, "text": "them" }, { - "id": 3514, + "id": 3513, "start": 1285.86, "end": 1286.0, "text": "you" }, { - "id": 3515, + "id": 3514, "start": 1286.0, "end": 1286.4, "text": "know" }, { - "id": 3516, + "id": 3515, "start": 1286.4, "end": 1286.66, "text": "have" }, { - "id": 3517, + "id": 3516, "start": 1286.66, "end": 1286.82, "text": "this" }, { - "id": 3518, + "id": 3517, "start": 1286.82, "end": 1287.24, "text": "custom" }, { - "id": 3519, + "id": 3518, "start": 1287.24, "end": 1287.74, "text": "setting" }, { - "id": 3520, + "id": 3519, "start": 1288.04, "end": 1288.2, "text": "because" }, { - "id": 3521, + "id": 3520, "start": 1288.2, "end": 1288.32, "text": "you" }, { - "id": 3522, + "id": 3521, "start": 1288.32, "end": 1288.48, "text": "know" }, { - "id": 3523, + "id": 3522, "start": 1288.48, "end": 1288.52, "text": "a" }, { - "id": 3524, + "id": 3523, "start": 1288.52, "end": 1288.74, "text": "lot" }, { - "id": 3525, + "id": 3524, "start": 1288.74, "end": 1288.86, "text": "of" }, { - "id": 3526, + "id": 3525, "start": 1288.86, "end": 1289.12, "text": "people" }, { - "id": 3527, + "id": 3526, "start": 1289.12, "end": 1289.32, "text": "do" }, { - "id": 3528, + "id": 3527, "start": 1289.32, - "end": 1289.5, + "end": 1289.48, "text": "but" }, { - "id": 3529, - "start": 1289.5, + "id": 3528, + "start": 1289.48, "end": 1289.7, "text": "not" }, { - "id": 3530, + "id": 3529, "start": 1289.7, "end": 1290.04, "text": "everybody" }, { - "id": 3531, + "id": 3530, "start": 1290.04, "end": 1290.36, "text": "does" }, { - "id": 3532, + "id": 3531, "start": 1290.36, "end": 1290.48, "text": "so" }, { - "id": 3533, + "id": 3532, "start": 1290.48, "end": 1290.64, "text": "you" }, { - "id": 3534, + "id": 3533, "start": 1290.64, "end": 1290.84, "text": "might" }, { - "id": 3535, + "id": 3534, "start": 1290.84, "end": 1291.08, "text": "not" }, { - "id": 3536, + "id": 3535, "start": 1291.08, "end": 1291.16, "text": "be" }, { - "id": 3537, + "id": 3536, "start": 1291.16, "end": 1291.56, "text": "connected" }, { - "id": 3538, + "id": 3537, "start": 1291.56, "end": 1291.68, "text": "to" }, { - "id": 3539, + "id": 3538, "start": 1291.68, "end": 1291.8, "text": "anyone" }, { - "id": 3540, + "id": 3539, "start": 1291.8, "end": 1291.96, "text": "he" }, { - "id": 3541, + "id": 3540, "start": 1291.96, "end": 1292.46, "text": "does." }, { - "id": 3542, + "id": 3541, "start": 1292.52, "end": 1292.68, "text": "So" }, { - "id": 3543, + "id": 3542, "start": 1292.68, "end": 1292.84, "text": "you" }, { - "id": 3544, + "id": 3543, "start": 1292.84, "end": 1293.08, "text": "sent" }, { - "id": 3545, + "id": 3544, "start": 1293.08, "end": 1293.28, "text": "your" }, { - "id": 3546, + "id": 3545, "start": 1293.28, "end": 1293.78, "text": "0.1" }, { - "id": 3547, + "id": 3546, "start": 1294.08, "end": 1294.3, "text": "sats" }, { - "id": 3548, + "id": 3547, "start": 1294.3, "end": 1294.48, "text": "per" }, { - "id": 3549, + "id": 3548, "start": 1294.48, "end": 1294.64, "text": "fee" }, { - "id": 3550, + "id": 3549, "start": 1294.64, "end": 1294.9, "text": "by" }, { - "id": 3551, + "id": 3550, "start": 1294.9, "end": 1295.4, "text": "transaction" }, { - "id": 3552, + "id": 3551, "start": 1295.46, "end": 1295.6, "text": "and" }, { - "id": 3553, + "id": 3552, "start": 1295.6, "end": 1295.76, "text": "it" }, { - "id": 3554, + "id": 3553, "start": 1295.76, "end": 1296.04, "text": "just" }, { - "id": 3555, + "id": 3554, "start": 1296.04, "end": 1296.28, "text": "gets" }, { - "id": 3556, + "id": 3555, "start": 1296.28, "end": 1296.78, "text": "rejected" }, { - "id": 3557, + "id": 3556, "start": 1296.82, "end": 1296.96, "text": "by" }, { - "id": 3558, + "id": 3557, "start": 1296.96, "end": 1297.12, "text": "your" }, { - "id": 3559, + "id": 3558, "start": 1297.12, "end": 1297.44, "text": "peers." }, { - "id": 3560, + "id": 3559, "start": 1297.44, - "end": 1297.58, + "end": 1297.54, "text": "And" }, { - "id": 3561, - "start": 1297.58, + "id": 3560, + "start": 1297.54, "end": 1297.72, "text": "they" }, { - "id": 3562, + "id": 3561, "start": 1297.72, "end": 1298.0, "text": "don't" }, { - "id": 3563, + "id": 3562, "start": 1298.0, "end": 1298.2, "text": "tell" }, { - "id": 3564, + "id": 3563, "start": 1298.2, "end": 1298.4, "text": "you" }, { - "id": 3565, + "id": 3564, "start": 1298.4, "end": 1298.6, "text": "it's" }, { - "id": 3566, + "id": 3565, "start": 1298.6, "end": 1299.1, "text": "rejected." }, { - "id": 3567, + "id": 3566, "start": 1299.86, "end": 1300.12, "text": "So" }, { - "id": 3568, + "id": 3567, "start": 1300.12, "end": 1300.24, "text": "you" }, { - "id": 3569, + "id": 3568, "start": 1300.24, "end": 1300.6, "text": "just," }, { - "id": 3570, + "id": 3569, "start": 1300.6, "end": 1300.76, "text": "you" }, { - "id": 3571, + "id": 3570, "start": 1300.76, - "end": 1301.0, + "end": 1301.02, "text": "send" }, { - "id": 3572, - "start": 1301.0, + "id": 3571, + "start": 1301.02, "end": 1301.28, "text": "it," }, { - "id": 3573, + "id": 3572, "start": 1301.28, "end": 1301.4, "text": "you" }, { - "id": 3574, + "id": 3573, "start": 1301.4, "end": 1301.78, "text": "close" }, { - "id": 3575, + "id": 3574, "start": 1301.78, "end": 1301.94, "text": "your" }, { - "id": 3576, + "id": 3575, "start": 1301.94, "end": 1302.44, "text": "wallet," }, { - "id": 3577, + "id": 3576, "start": 1302.44, "end": 1302.56, "text": "you" }, { - "id": 3578, + "id": 3577, "start": 1302.56, "end": 1302.72, "text": "go" }, { - "id": 3579, + "id": 3578, "start": 1302.72, "end": 1302.8, "text": "to" }, { - "id": 3580, + "id": 3579, "start": 1302.8, "end": 1303.08, "text": "sleep" }, { - "id": 3581, + "id": 3580, "start": 1303.08, "end": 1303.2, "text": "and" }, { - "id": 3582, + "id": 3581, "start": 1303.2, "end": 1303.32, "text": "the" }, { - "id": 3583, + "id": 3582, "start": 1303.32, "end": 1303.58, "text": "next" }, { - "id": 3584, + "id": 3583, "start": 1303.58, "end": 1303.78, "text": "morning" }, { - "id": 3585, + "id": 3584, "start": 1303.78, "end": 1303.94, "text": "you're" }, { - "id": 3586, + "id": 3585, "start": 1303.94, "end": 1304.28, "text": "like," }, { - "id": 3587, + "id": 3586, "start": 1304.28, "end": 1304.48, "text": "why" }, { - "id": 3588, + "id": 3587, "start": 1304.48, "end": 1304.76, "text": "isn't" }, { - "id": 3589, + "id": 3588, "start": 1304.76, "end": 1304.96, "text": "this" }, { - "id": 3590, + "id": 3589, "start": 1304.96, "end": 1305.32, "text": "confirmed" }, { - "id": 3591, + "id": 3590, "start": 1305.32, "end": 1305.54, "text": "yet?" }, { - "id": 3592, + "id": 3591, "start": 1305.54, "end": 1305.72, "text": "It's" }, { - "id": 3593, + "id": 3592, "start": 1305.72, "end": 1306.02, "text": "because" }, { - "id": 3594, + "id": 3593, "start": 1306.02, "end": 1306.24, "text": "it" }, { - "id": 3595, + "id": 3594, "start": 1306.24, "end": 1306.52, "text": "never" }, { - "id": 3596, + "id": 3595, "start": 1306.52, "end": 1306.68, "text": "went" }, { - "id": 3597, + "id": 3596, "start": 1306.68, "end": 1307.1, "text": "anywhere" }, { - "id": 3598, + "id": 3597, "start": 1307.1, "end": 1307.28, "text": "because" }, { - "id": 3599, + "id": 3598, "start": 1307.28, "end": 1307.46, "text": "you" }, { - "id": 3600, + "id": 3599, "start": 1307.46, "end": 1307.64, "text": "only" }, { - "id": 3601, + "id": 3600, "start": 1307.64, "end": 1307.8, "text": "had" }, { - "id": 3602, + "id": 3601, "start": 1307.8, "end": 1307.94, "text": "your" }, { - "id": 3603, + "id": 3602, "start": 1307.94, "end": 1308.16, "text": "note" }, { - "id": 3604, + "id": 3603, "start": 1308.16, "end": 1308.48, "text": "open" }, { - "id": 3605, + "id": 3604, "start": 1308.48, "end": 1308.68, "text": "for" }, { - "id": 3606, + "id": 3605, "start": 1308.68, "end": 1308.92, "text": "five" }, { - "id": 3607, + "id": 3606, "start": 1308.92, "end": 1309.2, "text": "minutes" }, { - "id": 3608, + "id": 3607, "start": 1309.2, "end": 1309.7, "text": "and" }, { - "id": 3609, + "id": 3608, "start": 1309.74, "end": 1309.94, "text": "none" }, { - "id": 3610, + "id": 3609, "start": 1309.94, "end": 1310.08, "text": "of" }, { - "id": 3611, + "id": 3610, "start": 1310.08, "end": 1310.24, "text": "your" }, { - "id": 3612, + "id": 3611, "start": 1310.24, "end": 1310.46, "text": "peers" }, { - "id": 3613, + "id": 3612, "start": 1310.46, "end": 1310.76, "text": "accepted" }, { - "id": 3614, + "id": 3613, "start": 1310.76, "end": 1310.98, "text": "your" }, { - "id": 3615, + "id": 3614, "start": 1310.98, "end": 1311.48, "text": "transaction." }, { - "id": 3616, + "id": 3615, "start": 1311.82, "end": 1312.02, "text": "So" }, { - "id": 3617, + "id": 3616, "start": 1312.02, "end": 1312.2, "text": "you" }, { - "id": 3618, + "id": 3617, "start": 1312.2, "end": 1312.36, "text": "kind" }, { - "id": 3619, + "id": 3618, "start": 1312.36, "end": 1312.54, "text": "of" }, { - "id": 3620, + "id": 3619, "start": 1312.54, "end": 1312.68, "text": "want" }, { - "id": 3621, + "id": 3620, "start": 1312.68, "end": 1313.18, "text": "to" }, { - "id": 3622, + "id": 3621, "start": 1313.3, "end": 1313.56, "text": "be" }, { - "id": 3623, + "id": 3622, "start": 1313.56, "end": 1313.76, "text": "a" }, { - "id": 3624, + "id": 3623, "start": 1313.76, "end": 1313.96, "text": "bit" }, { - "id": 3625, + "id": 3624, "start": 1313.96, "end": 1314.46, "text": "conservative" }, { - "id": 3626, + "id": 3625, "start": 1314.52, "end": 1314.68, "text": "when" }, { - "id": 3627, + "id": 3626, "start": 1314.68, "end": 1314.8, "text": "it" }, { - "id": 3628, + "id": 3627, "start": 1314.8, "end": 1315.0, "text": "comes" }, { - "id": 3629, + "id": 3628, "start": 1315.0, "end": 1315.12, "text": "to" }, { - "id": 3630, + "id": 3629, "start": 1315.12, "end": 1315.24, "text": "the" }, { - "id": 3631, + "id": 3630, "start": 1315.24, "end": 1315.52, "text": "wallet." }, { - "id": 3632, + "id": 3631, "start": 1315.52, "end": 1315.68, "text": "But" }, { - "id": 3633, + "id": 3632, "start": 1315.68, "end": 1315.76, "text": "I" }, { - "id": 3634, + "id": 3633, "start": 1315.76, "end": 1315.92, "text": "think" }, { - "id": 3635, + "id": 3634, "start": 1315.92, "end": 1316.04, "text": "you" }, { - "id": 3636, + "id": 3635, "start": 1316.04, "end": 1316.18, "text": "can" }, { - "id": 3637, + "id": 3636, "start": 1316.18, "end": 1316.32, "text": "just" }, { - "id": 3638, + "id": 3637, "start": 1316.32, "end": 1316.46, "text": "do" }, { - "id": 3639, + "id": 3638, "start": 1316.46, "end": 1316.6, "text": "it" }, { - "id": 3640, + "id": 3639, "start": 1316.6, "end": 1317.1, "text": "manually" }, { - "id": 3641, + "id": 3640, "start": 1317.1, "end": 1317.34, "text": "if" }, { - "id": 3642, + "id": 3641, "start": 1317.34, "end": 1317.5, "text": "you" }, { - "id": 3643, + "id": 3642, "start": 1317.5, "end": 1317.72, "text": "want" }, { - "id": 3644, + "id": 3643, "start": 1317.72, "end": 1318.22, "text": "to." }, { - "id": 3645, + "id": 3644, "start": 1318.38, "end": 1318.64, "text": "Right." }, { - "id": 3646, + "id": 3645, "start": 1318.64, "end": 1318.82, "text": "So" }, { - "id": 3647, + "id": 3646, "start": 1318.82, "end": 1318.98, "text": "in" }, { - "id": 3648, + "id": 3647, "start": 1318.98, "end": 1319.22, "text": "that" }, { - "id": 3649, + "id": 3648, "start": 1319.22, "end": 1319.72, "text": "sense," }, { - "id": 3650, + "id": 3649, "start": 1320.6, "end": 1321.1, "text": "BitHooker" }, { - "id": 3651, + "id": 3650, "start": 1321.22, "end": 1321.56, "text": "actually" }, { - "id": 3652, + "id": 3651, "start": 1321.56, "end": 1321.82, "text": "also" }, { - "id": 3653, + "id": 3652, "start": 1321.82, "end": 1322.32, "text": "adjusts" }, { - "id": 3654, + "id": 3653, "start": 1322.44, "end": 1322.8, "text": "to" }, { - "id": 3655, + "id": 3654, "start": 1322.8, "end": 1322.98, "text": "the" }, { - "id": 3656, + "id": 3655, "start": 1322.98, "end": 1323.48, "text": "situation" }, { - "id": 3657, + "id": 3656, "start": 1323.54, "end": 1323.74, "text": "on" }, { - "id": 3658, + "id": 3657, "start": 1323.74, "end": 1323.9, "text": "the" }, { - "id": 3659, + "id": 3658, "start": 1323.9, "end": 1324.4, "text": "network." }, { - "id": 3660, + "id": 3659, "start": 1324.54, "end": 1324.68, "text": "It" }, { - "id": 3661, + "id": 3660, "start": 1324.68, "end": 1324.86, "text": "will" }, { - "id": 3662, + "id": 3661, "start": 1324.86, "end": 1325.14, "text": "only" }, { - "id": 3663, + "id": 3662, "start": 1325.14, "end": 1325.28, "text": "be" }, { - "id": 3664, + "id": 3663, "start": 1325.28, "end": 1325.78, "text": "implemented" }, { - "id": 3665, + "id": 3664, "start": 1325.8, "end": 1325.98, "text": "in" }, { - "id": 3666, + "id": 3665, "start": 1325.98, "end": 1326.1, "text": "the" }, { - "id": 3667, + "id": 3666, "start": 1326.1, "end": 1326.5, "text": "wallet" }, { - "id": 3668, + "id": 3667, "start": 1326.5, "end": 1326.98, "text": "once" }, { - "id": 3669, + "id": 3668, "start": 1326.98, "end": 1327.32, "text": "there's" }, { - "id": 3670, + "id": 3669, "start": 1327.32, "end": 1327.82, "text": "a" }, { - "id": 3671, + "id": 3670, "start": 1327.94, "end": 1328.24, "text": "good" }, { - "id": 3672, + "id": 3671, "start": 1328.24, "end": 1328.52, "text": "enough" }, { - "id": 3673, + "id": 3672, "start": 1328.52, "end": 1329.02, "text": "likelihood" }, { - "id": 3674, + "id": 3673, "start": 1329.52, "end": 1329.66, "text": "that" }, { - "id": 3675, + "id": 3674, "start": 1329.66, "end": 1329.78, "text": "it" }, { - "id": 3676, + "id": 3675, "start": 1329.78, "end": 1329.94, "text": "will" }, { - "id": 3677, + "id": 3676, "start": 1329.94, "end": 1330.44, "text": "actually" }, { - "id": 3678, + "id": 3677, "start": 1330.76, "end": 1331.02, "text": "make" }, { - "id": 3679, + "id": 3678, "start": 1331.02, "end": 1331.14, "text": "its" }, { - "id": 3680, + "id": 3679, "start": 1331.14, "end": 1331.36, "text": "way" }, { - "id": 3681, + "id": 3680, "start": 1331.36, "end": 1331.52, "text": "through" }, { - "id": 3682, + "id": 3681, "start": 1331.52, "end": 1331.68, "text": "the" }, { - "id": 3683, + "id": 3682, "start": 1331.68, "end": 1332.18, "text": "network." }, { - "id": 3684, + "id": 3683, "start": 1332.44, "end": 1332.66, "text": "Yeah," }, { - "id": 3685, + "id": 3684, "start": 1332.66, "end": 1332.82, "text": "and" }, { - "id": 3686, + "id": 3685, "start": 1332.82, "end": 1332.94, "text": "of" }, { - "id": 3687, + "id": 3686, "start": 1332.94, "end": 1333.14, "text": "course" }, { - "id": 3688, + "id": 3687, "start": 1333.14, "end": 1333.32, "text": "there's" }, { - "id": 3689, + "id": 3688, "start": 1333.32, "end": 1333.58, "text": "also" }, { - "id": 3690, + "id": 3689, "start": 1333.58, "end": 1333.66, "text": "a" }, { - "id": 3691, + "id": 3690, "start": 1333.66, "end": 1334.12, "text": "bottleneck" }, { - "id": 3692, + "id": 3691, "start": 1334.12, "end": 1334.34, "text": "of" }, { - "id": 3693, + "id": 3692, "start": 1334.34, "end": 1334.6, "text": "just" }, { - "id": 3694, + "id": 3693, "start": 1334.6, "end": 1335.06, "text": "that" }, { - "id": 3695, + "id": 3694, "start": 1335.06, "end": 1335.3, "text": "very" }, { - "id": 3696, + "id": 3695, "start": 1335.3, "end": 1335.56, "text": "small" }, { - "id": 3697, + "id": 3696, "start": 1335.56, "end": 1335.8, "text": "number" }, { - "id": 3698, + "id": 3697, "start": 1335.8, "end": 1335.92, "text": "of" }, { - "id": 3699, + "id": 3698, "start": 1335.92, "end": 1336.16, "text": "people" }, { - "id": 3700, + "id": 3699, "start": 1336.16, "end": 1336.32, "text": "that" }, { - "id": 3701, + "id": 3700, "start": 1336.32, "end": 1336.56, "text": "work" }, { - "id": 3702, + "id": 3701, "start": 1336.56, "end": 1336.72, "text": "on" }, { - "id": 3703, + "id": 3702, "start": 1336.72, "end": 1336.88, "text": "the" }, { - "id": 3704, + "id": 3703, "start": 1336.88, "end": 1337.28, "text": "wallet" }, { - "id": 3705, + "id": 3704, "start": 1337.28, "end": 1337.44, "text": "in" }, { - "id": 3706, + "id": 3705, "start": 1337.44, "end": 1337.8, "text": "general" }, { - "id": 3707, + "id": 3706, "start": 1337.8, "end": 1337.96, "text": "in" }, { - "id": 3708, + "id": 3707, "start": 1337.96, "end": 1338.24, "text": "Bitcoin" }, { - "id": 3709, + "id": 3708, "start": 1338.24, "end": 1338.74, "text": "Core." }, { - "id": 3710, + "id": 3709, "start": 1338.94, "end": 1339.02, "text": "I" }, { - "id": 3711, + "id": 3710, "start": 1339.02, "end": 1339.28, "text": "don't" }, { - "id": 3712, + "id": 3711, "start": 1339.28, "end": 1339.78, "text": "think" }, { - "id": 3713, + "id": 3712, "start": 1339.86, "end": 1340.22, "text": "we've" }, { - "id": 3714, + "id": 3713, "start": 1340.22, "end": 1340.64, "text": "adjusted" }, { - "id": 3715, + "id": 3714, "start": 1340.64, "end": 1340.82, "text": "the" }, { - "id": 3716, + "id": 3715, "start": 1340.82, "end": 1341.02, "text": "new" }, { - "id": 3717, + "id": 3716, "start": 1341.02, "end": 1341.52, "text": "RBF," }, { - "id": 3718, + "id": 3717, "start": 1341.98, "end": 1342.2, "text": "I" }, { - "id": 3719, + "id": 3718, "start": 1342.2, "end": 1342.36, "text": "don't" }, { - "id": 3720, + "id": 3719, "start": 1342.36, "end": 1342.56, "text": "think" }, { - "id": 3721, + "id": 3720, "start": 1342.56, "end": 1342.8, "text": "we've" }, { - "id": 3722, + "id": 3721, "start": 1342.8, "end": 1343.16, "text": "adjusted" }, { - "id": 3723, + "id": 3722, "start": 1343.16, "end": 1343.3, "text": "to" }, { - "id": 3724, + "id": 3723, "start": 1343.3, "end": 1343.42, "text": "the" }, { - "id": 3725, + "id": 3724, "start": 1343.42, "end": 1343.6, "text": "new" }, { - "id": 3726, + "id": 3725, "start": 1343.6, "end": 1344.0, "text": "RBF" }, { - "id": 3727, + "id": 3726, "start": 1344.0, "end": 1344.44, "text": "reality" }, { - "id": 3728, + "id": 3727, "start": 1344.44, "end": 1344.94, "text": "yet," }, { - "id": 3729, + "id": 3728, "start": 1346.6, "end": 1346.74, "text": "for" }, { - "id": 3730, + "id": 3729, "start": 1346.74, "end": 1347.18, "text": "example." }, { - "id": 3731, + "id": 3730, "start": 1347.18, "end": 1347.34, "text": "And" }, { - "id": 3732, + "id": 3731, "start": 1347.34, "end": 1347.62, "text": "there's" }, { - "id": 3733, + "id": 3732, "start": 1347.62, "end": 1348.08, "text": "some..." }, { - "id": 3734, + "id": 3733, "start": 1348.08, "end": 1348.26, "text": "How" }, { - "id": 3735, + "id": 3734, "start": 1348.26, "end": 1348.76, "text": "so?" }, { - "id": 3736, + "id": 3735, "start": 1350.08, "end": 1350.58, "text": "You" }, { - "id": 3737, + "id": 3736, "start": 1350.7, "end": 1350.86, "text": "can" }, { - "id": 3738, + "id": 3737, "start": 1350.86, "end": 1351.1, "text": "use" }, { - "id": 3739, + "id": 3738, "start": 1351.1, "end": 1351.56, "text": "RBF" }, { - "id": 3740, + "id": 3739, "start": 1351.56, "end": 1351.8, "text": "for" }, { - "id": 3741, + "id": 3740, "start": 1351.8, "end": 1352.08, "text": "Bitcoin" }, { - "id": 3742, + "id": 3741, "start": 1352.08, "end": 1352.3, "text": "Core," }, { - "id": 3743, + "id": 3742, "start": 1352.3, "end": 1352.8, "text": "right?" }, { - "id": 3744, + "id": 3743, "start": 1353.5, "end": 1353.7, "text": "Yeah," }, { - "id": 3745, + "id": 3744, "start": 1353.7, "end": 1353.84, "text": "well," }, { - "id": 3746, + "id": 3745, "start": 1353.84, "end": 1354.12, "text": "Bitcoin" }, { - "id": 3747, + "id": 3746, "start": 1354.12, "end": 1354.54, "text": "Core" }, { - "id": 3748, + "id": 3747, "start": 1354.54, "end": 1354.9, "text": "wallet" }, { - "id": 3749, + "id": 3748, "start": 1354.9, "end": 1355.06, "text": "has" }, { - "id": 3750, + "id": 3749, "start": 1355.06, "end": 1355.28, "text": "been" }, { - "id": 3751, + "id": 3750, "start": 1355.28, "end": 1355.58, "text": "setting" }, { - "id": 3752, + "id": 3751, "start": 1355.58, "end": 1355.68, "text": "the" }, { - "id": 3753, + "id": 3752, "start": 1355.68, - "end": 1356.14, + "end": 1356.16, "text": "RBF" }, { - "id": 3754, - "start": 1356.14, - "end": 1356.64, + "id": 3753, + "start": 1356.16, + "end": 1356.66, "text": "flag" }, { - "id": 3755, + "id": 3754, "start": 1357.72, "end": 1357.96, "text": "for" }, { - "id": 3756, + "id": 3755, "start": 1357.96, "end": 1358.2, "text": "wallet" }, { - "id": 3757, + "id": 3756, "start": 1358.2, "end": 1358.7, "text": "transactions" }, { - "id": 3758, + "id": 3757, "start": 1358.76, "end": 1358.9, "text": "for" }, { - "id": 3759, + "id": 3758, "start": 1358.9, "end": 1359.14, "text": "many" }, { - "id": 3760, + "id": 3759, "start": 1359.14, "end": 1359.64, "text": "years." }, { - "id": 3761, + "id": 3760, "start": 1360.12, "end": 1360.28, "text": "We" }, { - "id": 3762, + "id": 3761, "start": 1360.28, "end": 1360.64, "text": "don't" }, { - "id": 3763, + "id": 3762, "start": 1360.64, "end": 1360.84, "text": "have" }, { - "id": 3764, + "id": 3763, "start": 1360.84, "end": 1361.04, "text": "to" }, { - "id": 3765, + "id": 3764, "start": 1361.04, "end": 1361.54, "text": "anymore" }, { - "id": 3766, + "id": 3765, "start": 1361.58, "end": 1362.08, "text": "because" }, { - "id": 3767, + "id": 3766, "start": 1362.18, "end": 1362.5, "text": "it's" }, { - "id": 3768, + "id": 3767, "start": 1362.5, "end": 1363.0, "text": "gone." }, { - "id": 3769, + "id": 3768, "start": 1363.66, "end": 1363.84, "text": "But" }, { - "id": 3770, + "id": 3769, "start": 1363.84, "end": 1364.06, "text": "there's" }, { - "id": 3771, + "id": 3770, "start": 1364.06, "end": 1364.44, "text": "also" }, { - "id": 3772, + "id": 3771, "start": 1364.44, "end": 1364.54, "text": "no" }, { - "id": 3773, + "id": 3772, "start": 1364.54, "end": 1364.76, "text": "harm" }, { - "id": 3774, + "id": 3773, "start": 1364.76, "end": 1364.92, "text": "in" }, { - "id": 3775, + "id": 3774, "start": 1364.92, "end": 1365.14, "text": "doing" }, { - "id": 3776, + "id": 3775, "start": 1365.14, "end": 1365.22, "text": "it," }, { - "id": 3777, + "id": 3776, "start": 1365.22, "end": 1365.46, "text": "I" }, { - "id": 3778, + "id": 3777, "start": 1365.46, "end": 1365.96, "text": "guess." }, { - "id": 3779, + "id": 3778, "start": 1366.46, "end": 1366.96, "text": "No," }, { - "id": 3780, + "id": 3779, "start": 1367.22, "end": 1367.64, "text": "and" }, { - "id": 3781, + "id": 3780, "start": 1367.64, "end": 1367.86, "text": "well," }, { - "id": 3782, + "id": 3781, "start": 1367.86, "end": 1368.16, "text": "there's" }, { - "id": 3783, + "id": 3782, "start": 1368.16, "end": 1368.42, "text": "actually" }, { - "id": 3784, + "id": 3783, "start": 1368.42, "end": 1368.68, "text": "harm" }, { - "id": 3785, + "id": 3784, "start": 1368.68, "end": 1368.82, "text": "in" }, { - "id": 3786, + "id": 3785, "start": 1368.82, "end": 1369.04, "text": "turning" }, { - "id": 3787, + "id": 3786, "start": 1369.04, "end": 1369.2, "text": "it" }, { - "id": 3788, + "id": 3787, "start": 1369.2, "end": 1369.7, "text": "off." }, { - "id": 3789, + "id": 3788, "start": 1369.84, "end": 1369.9, "text": "Maybe" }, { - "id": 3790, + "id": 3789, "start": 1369.9, "end": 1370.4, "text": "privacy." }, { - "id": 3791, + "id": 3790, "start": 1371.26, "end": 1371.5, "text": "Yeah," }, { - "id": 3792, + "id": 3791, "start": 1371.5, "end": 1371.66, "text": "you" }, { - "id": 3793, + "id": 3792, "start": 1371.66, "end": 1371.86, "text": "can" }, { - "id": 3794, + "id": 3793, "start": 1371.86, "end": 1372.12, "text": "see" }, { - "id": 3795, + "id": 3794, "start": 1372.12, "end": 1372.28, "text": "who" }, { - "id": 3796, + "id": 3795, "start": 1372.28, "end": 1372.74, "text": "upgraded" }, { - "id": 3797, + "id": 3796, "start": 1372.74, "end": 1372.94, "text": "if" }, { - "id": 3798, + "id": 3797, "start": 1372.94, "end": 1373.14, "text": "we" }, { - "id": 3799, + "id": 3798, "start": 1373.14, "end": 1373.44, "text": "change" }, { - "id": 3800, + "id": 3799, "start": 1373.44, "end": 1373.94, "text": "this." }, { - "id": 3801, + "id": 3800, "start": 1373.94, "end": 1374.28, "text": "And" }, { - "id": 3802, + "id": 3801, "start": 1374.28, "end": 1374.52, "text": "maybe" }, { - "id": 3803, + "id": 3802, "start": 1374.52, "end": 1374.8, "text": "something" }, { - "id": 3804, + "id": 3803, "start": 1374.8, "end": 1375.08, "text": "similar" }, { - "id": 3805, + "id": 3804, "start": 1375.08, "end": 1375.44, "text": "applies" }, { - "id": 3806, + "id": 3805, "start": 1375.44, "end": 1375.58, "text": "to" }, { - "id": 3807, + "id": 3806, "start": 1375.58, "end": 1375.76, "text": "fee" }, { - "id": 3808, + "id": 3807, "start": 1375.76, "end": 1376.12, "text": "rates." }, { - "id": 3809, + "id": 3808, "start": 1376.12, "end": 1376.2, "text": "If" }, { - "id": 3810, + "id": 3809, "start": 1376.2, "end": 1376.32, "text": "we" }, { - "id": 3811, + "id": 3810, "start": 1376.32, "end": 1376.72, "text": "suddenly" }, { - "id": 3812, + "id": 3811, "start": 1376.72, "end": 1376.98, "text": "drop" }, { - "id": 3813, + "id": 3812, "start": 1376.98, "end": 1377.18, "text": "it," }, { - "id": 3814, + "id": 3813, "start": 1377.18, "end": 1377.34, "text": "then" }, { - "id": 3815, + "id": 3814, "start": 1377.34, "end": 1377.52, "text": "you" }, { - "id": 3816, + "id": 3815, "start": 1377.52, "end": 1377.72, "text": "can" }, { - "id": 3817, + "id": 3816, "start": 1377.72, "end": 1377.88, "text": "see" }, { - "id": 3818, + "id": 3817, "start": 1377.88, "end": 1378.2, "text": "who's" }, { - "id": 3819, + "id": 3818, "start": 1378.2, "end": 1378.7, "text": "upgraded." }, { - "id": 3820, + "id": 3819, "start": 1379.34, "end": 1379.84, "text": "So" }, { - "id": 3821, + "id": 3820, "start": 1380.04, "end": 1380.1001, "text": "I'm" }, { - "id": 3822, + "id": 3821, "start": 1380.1001, "end": 1380.16, "text": "not" }, { - "id": 3823, + "id": 3822, "start": 1380.16, "end": 1380.3, "text": "sure" }, { - "id": 3824, + "id": 3823, "start": 1380.3, "end": 1380.36, "text": "what" }, { - "id": 3825, + "id": 3824, "start": 1380.36, "end": 1380.48, "text": "the" }, { - "id": 3826, + "id": 3825, "start": 1380.48, "end": 1380.72, "text": "right" }, { - "id": 3827, + "id": 3826, "start": 1380.72, "end": 1380.92, "text": "path" }, { - "id": 3828, + "id": 3827, "start": 1380.92, "end": 1381.08, "text": "is" }, { - "id": 3829, + "id": 3828, "start": 1381.08, "end": 1381.58, "text": "there." }, { - "id": 3830, + "id": 3829, "start": 1381.96, "end": 1382.46, "text": "Right." }, { - "id": 3831, + "id": 3830, "start": 1383.4, "end": 1383.8, "text": "Okay," }, { - "id": 3832, + "id": 3831, "start": 1383.8, "end": 1384.02, "text": "let's" }, { - "id": 3833, + "id": 3832, "start": 1384.02, "end": 1384.24, "text": "move" }, { - "id": 3834, + "id": 3833, "start": 1384.24, "end": 1384.44, "text": "on" }, { - "id": 3835, + "id": 3834, "start": 1384.44, "end": 1384.6, "text": "to" }, { - "id": 3836, + "id": 3835, "start": 1384.6, "end": 1384.72, "text": "the" }, { - "id": 3837, + "id": 3836, "start": 1384.72, "end": 1384.92, "text": "next" }, { - "id": 3838, + "id": 3837, "start": 1384.92, "end": 1385.42, "text": "point." }, { - "id": 3839, + "id": 3838, "start": 1385.84, "end": 1386.34, "text": "Cool." }, { - "id": 3840, + "id": 3839, "start": 1386.66, "end": 1387.04, "text": "Actually," }, { - "id": 3841, + "id": 3840, "start": 1387.04, "end": 1387.16, "text": "I" }, { - "id": 3842, + "id": 3841, "start": 1387.16, "end": 1387.4, "text": "think" }, { - "id": 3843, + "id": 3842, "start": 1387.4, "end": 1387.6, "text": "this" }, { - "id": 3844, + "id": 3843, "start": 1387.6, "end": 1387.84, "text": "is" }, { - "id": 3845, + "id": 3844, "start": 1387.84, "end": 1388.34, "text": "also," }, { - "id": 3846, + "id": 3845, "start": 1389.1, "end": 1389.4, "text": "there's" }, { - "id": 3847, + "id": 3846, "start": 1389.4, "end": 1389.72, "text": "another" }, { - "id": 3848, + "id": 3847, "start": 1389.72, "end": 1390.12, "text": "policy" }, { - "id": 3849, + "id": 3848, "start": 1390.12, "end": 1390.62, "text": "issue." }, { - "id": 3850, + "id": 3849, "start": 1391.5, "end": 1391.8, "text": "There's" }, { - "id": 3851, + "id": 3850, "start": 1391.8, "end": 1391.98, "text": "a" }, { - "id": 3852, + "id": 3851, "start": 1391.98, "end": 1392.48, "text": "new" }, { - "id": 3853, + "id": 3852, "start": 1392.5, "end": 1392.92, "text": "policy" }, { - "id": 3854, + "id": 3853, "start": 1392.92, "end": 1393.32, "text": "rule," }, { - "id": 3855, + "id": 3854, "start": 1393.32, "end": 1393.58, "text": "just" }, { - "id": 3856, + "id": 3855, "start": 1393.58, "end": 1393.82, "text": "correct" }, { - "id": 3857, + "id": 3856, "start": 1393.82, "end": 1393.94, "text": "me" }, { - "id": 3858, + "id": 3857, "start": 1393.94, "end": 1394.06, "text": "if" }, { - "id": 3859, + "id": 3858, "start": 1394.06, "end": 1394.22, "text": "I'm" }, { - "id": 3860, + "id": 3859, "start": 1394.22, "end": 1394.44, "text": "saying" }, { - "id": 3861, + "id": 3860, "start": 1394.44, "end": 1394.8, "text": "anything" }, { - "id": 3862, + "id": 3861, "start": 1394.8, "end": 1395.04, "text": "wrong," }, { - "id": 3863, + "id": 3862, "start": 1395.04, "end": 1395.16, "text": "but" }, { - "id": 3864, + "id": 3863, "start": 1395.16, "end": 1395.24, "text": "there's" }, { - "id": 3865, + "id": 3864, "start": 1395.24, "end": 1395.36, "text": "a" }, { - "id": 3866, + "id": 3865, "start": 1395.36, "end": 1395.6, "text": "new" }, { - "id": 3867, + "id": 3866, "start": 1395.6, "end": 1395.92, "text": "policy" }, { - "id": 3868, + "id": 3867, "start": 1395.92, "end": 1396.28, "text": "rule" }, { - "id": 3869, + "id": 3868, "start": 1396.28, "end": 1396.64, "text": "that" }, { - "id": 3870, + "id": 3869, "start": 1396.64, "end": 1397.14, "text": "restricts" }, { - "id": 3871, + "id": 3870, "start": 1397.28, "end": 1397.48, "text": "the" }, { - "id": 3872, + "id": 3871, "start": 1397.48, "end": 1397.84, "text": "number" }, { - "id": 3873, + "id": 3872, "start": 1397.84, "end": 1398.34, "text": "of" }, { - "id": 3874, + "id": 3873, "start": 1398.64, "end": 1399.14, "text": "signature" }, { - "id": 3875, + "id": 3874, "start": 1399.2, "end": 1399.7, "text": "operations," }, { - "id": 3876, + "id": 3875, "start": 1400.02, "end": 1400.52, "text": "SIGOPs," }, { - "id": 3877, + "id": 3876, "start": 1401.2, "end": 1401.7, "text": "per" }, { - "id": 3878, + "id": 3877, "start": 1402.04, "end": 1402.54, "text": "transaction" }, { - "id": 3879, + "id": 3878, "start": 1402.6, "end": 1402.82, "text": "or" }, { - "id": 3880, + "id": 3879, "start": 1402.82, "end": 1403.04, "text": "no," }, { - "id": 3881, + "id": 3880, "start": 1403.04, "end": 1403.3, "text": "per" }, { - "id": 3882, + "id": 3881, "start": 1403.3, "end": 1403.8, "text": "output," }, { - "id": 3883, + "id": 3882, "start": 1403.9, "end": 1404.4, "text": "right?" }, { - "id": 3884, + "id": 3883, "start": 1404.72, "end": 1405.08, "text": "Yeah," }, { - "id": 3885, + "id": 3884, "start": 1405.08, "end": 1405.38, "text": "so" }, { - "id": 3886, + "id": 3885, "start": 1405.38, "end": 1405.58, "text": "we" }, { - "id": 3887, + "id": 3886, "start": 1405.58, "end": 1405.76, "text": "did" }, { - "id": 3888, + "id": 3887, "start": 1405.76, "end": 1405.9, "text": "a" }, { - "id": 3889, + "id": 3888, "start": 1405.9, "end": 1406.18, "text": "whole" }, { - "id": 3890, + "id": 3889, "start": 1406.18, "end": 1406.68, "text": "episode," }, { - "id": 3891, + "id": 3890, "start": 1406.78, "end": 1407.28, "text": "93," }, { - "id": 3892, + "id": 3891, "start": 1407.36, "end": 1407.74, "text": "about" }, { - "id": 3893, + "id": 3892, "start": 1407.74, "end": 1408.12, "text": "the" }, { - "id": 3894, + "id": 3893, "start": 1408.12, "end": 1408.58, "text": "great" }, { - "id": 3895, + "id": 3894, "start": 1408.58, "end": 1409.08, "text": "consensus" }, { - "id": 3896, + "id": 3895, "start": 1409.22, "end": 1409.72, "text": "cleanup" }, { - "id": 3897, + "id": 3896, "start": 1409.98, "end": 1410.48, "text": "restoration" }, { - "id": 3898, + "id": 3897, "start": 1411.06, "end": 1411.46, "text": "software" }, { - "id": 3899, + "id": 3898, "start": 1411.46, "end": 1411.96, "text": "proposal," }, { - "id": 3900, + "id": 3899, "start": 1411.98, "end": 1412.28, "text": "which" }, { - "id": 3901, + "id": 3900, "start": 1412.28, "end": 1412.56, "text": "deals" }, { - "id": 3902, + "id": 3901, "start": 1412.56, "end": 1412.8, "text": "with" }, { - "id": 3903, + "id": 3902, "start": 1412.8, "end": 1413.0, "text": "time" }, { - "id": 3904, + "id": 3903, "start": 1413.0, "end": 1413.3, "text": "warp" }, { - "id": 3905, + "id": 3904, "start": 1413.3, "end": 1413.68, "text": "attacks," }, { - "id": 3906, + "id": 3905, "start": 1413.68, "end": 1414.18, "text": "and" }, { - "id": 3907, + "id": 3906, "start": 1414.6, "end": 1414.76, "text": "one" }, { - "id": 3908, + "id": 3907, "start": 1414.76, "end": 1414.92, "text": "of" }, { - "id": 3909, + "id": 3908, "start": 1414.92, "end": 1415.08, "text": "the" }, { - "id": 3910, + "id": 3909, "start": 1415.08, "end": 1415.58, "text": "attacks" }, { - "id": 3911, + "id": 3910, "start": 1415.74, "end": 1415.98, "text": "that" }, { - "id": 3912, + "id": 3911, "start": 1415.98, "end": 1416.22, "text": "soft" }, { - "id": 3913, + "id": 3912, "start": 1416.22, "end": 1416.6, "text": "fork" }, { - "id": 3914, + "id": 3913, "start": 1416.6, "end": 1417.04, "text": "proposed" }, { - "id": 3915, + "id": 3914, "start": 1417.04, "end": 1417.26, "text": "soft" }, { - "id": 3916, + "id": 3915, "start": 1417.26, "end": 1417.5, "text": "fork" }, { - "id": 3917, + "id": 3916, "start": 1417.5, "end": 1417.7, "text": "is" }, { - "id": 3918, + "id": 3917, "start": 1417.7, "end": 1417.94, "text": "trying" }, { - "id": 3919, + "id": 3918, "start": 1417.94, "end": 1418.04, "text": "to" }, { - "id": 3920, + "id": 3919, "start": 1418.04, "end": 1418.24, "text": "deal" }, { - "id": 3921, + "id": 3920, "start": 1418.24, "end": 1418.56, "text": "with" }, { - "id": 3922, + "id": 3921, "start": 1418.56, "end": 1419.06, "text": "is" }, { - "id": 3923, + "id": 3922, "start": 1420.58, "end": 1421.08, "text": "Preventing" }, { - "id": 3924, + "id": 3923, "start": 1421.12, "end": 1421.48, "text": "somebody" }, { - "id": 3925, + "id": 3924, "start": 1421.48, "end": 1421.66, "text": "from" }, { - "id": 3926, + "id": 3925, "start": 1421.66, "end": 1421.88, "text": "making" }, { - "id": 3927, + "id": 3926, "start": 1421.88, "end": 1422.02, "text": "a" }, { - "id": 3928, + "id": 3927, "start": 1422.02, "end": 1422.52, "text": "transaction" }, { - "id": 3929, + "id": 3928, "start": 1422.54, "end": 1422.72, "text": "that" }, { - "id": 3930, + "id": 3929, "start": 1422.72, "end": 1422.98, "text": "takes" }, { - "id": 3931, + "id": 3930, "start": 1422.98, "end": 1423.44, "text": "like" }, { - "id": 3932, + "id": 3931, "start": 1423.44, "end": 1423.62, "text": "an" }, { - "id": 3933, + "id": 3932, "start": 1423.62, "end": 1423.86, "text": "hour" }, { - "id": 3934, + "id": 3933, "start": 1423.86, "end": 1424.02, "text": "and" }, { - "id": 3935, + "id": 3934, "start": 1424.02, - "end": 1424.06, + "end": 1424.08, "text": "a" }, { - "id": 3936, - "start": 1424.06, + "id": 3935, + "start": 1424.08, "end": 1424.32, "text": "half" }, { - "id": 3937, + "id": 3936, "start": 1424.32, "end": 1424.48, "text": "on" }, { - "id": 3938, + "id": 3937, "start": 1424.48, "end": 1424.58, "text": "a" }, { - "id": 3939, + "id": 3938, "start": 1424.58, "end": 1425.02, "text": "Raspberry" }, { - "id": 3940, + "id": 3939, "start": 1425.02, "end": 1425.42, "text": "Pi" }, { - "id": 3941, + "id": 3940, "start": 1425.42, "end": 1425.9, "text": "to" }, { - "id": 3942, + "id": 3941, "start": 1425.9, "end": 1426.12, "text": "Sorry" }, { - "id": 3943, + "id": 3942, "start": 1426.12, "end": 1426.26, "text": "to" }, { - "id": 3944, + "id": 3943, "start": 1426.26, "end": 1426.5, "text": "create" }, { - "id": 3945, + "id": 3944, "start": 1426.5, "end": 1426.58, "text": "a" }, { - "id": 3946, + "id": 3945, "start": 1426.58, "end": 1426.88, "text": "block" }, { - "id": 3947, + "id": 3946, "start": 1426.88, "end": 1427.04, "text": "that" }, { - "id": 3948, + "id": 3947, "start": 1427.04, "end": 1427.3, "text": "takes" }, { - "id": 3949, + "id": 3948, "start": 1427.3, "end": 1427.42, "text": "an" }, { - "id": 3950, + "id": 3949, "start": 1427.42, "end": 1427.64, "text": "hour" }, { - "id": 3951, + "id": 3950, "start": 1427.64, "end": 1427.72, "text": "and" }, { - "id": 3952, + "id": 3951, "start": 1427.72, "end": 1427.86, "text": "a" }, { - "id": 3953, + "id": 3952, "start": 1427.86, "end": 1428.34, "text": "half" }, { - "id": 3954, + "id": 3953, "start": 1428.34, "end": 1428.52, "text": "on" }, { - "id": 3955, + "id": 3954, "start": 1428.52, "end": 1428.64, "text": "a" }, { - "id": 3956, + "id": 3955, "start": 1428.64, "end": 1429.08, "text": "Raspberry" }, { - "id": 3957, + "id": 3956, "start": 1429.08, "end": 1429.54, "text": "Pi" }, { - "id": 3958, + "id": 3957, "start": 1429.54, "end": 1429.84, "text": "to" }, { - "id": 3959, + "id": 3958, "start": 1429.84, "end": 1430.34, "text": "validate." }, { - "id": 3960, + "id": 3959, "start": 1431.26, "end": 1431.5, "text": "And" }, { - "id": 3961, + "id": 3960, "start": 1431.5, "end": 1431.82, "text": "maybe" }, { - "id": 3962, + "id": 3961, "start": 1431.82, "end": 1432.12, "text": "several" }, { - "id": 3963, + "id": 3962, "start": 1432.12, "end": 1432.44, "text": "minutes" }, { - "id": 3964, + "id": 3963, "start": 1432.44, "end": 1432.9, "text": "on" }, { - "id": 3965, + "id": 3964, "start": 1432.9, "end": 1433.08, "text": "a" }, { - "id": 3966, + "id": 3965, "start": 1433.08, "end": 1433.4, "text": "modern" }, { - "id": 3967, + "id": 3966, "start": 1433.4, "end": 1433.9, "text": "computer." }, { - "id": 3968, + "id": 3967, "start": 1434.48, "end": 1434.98, "text": "Because" }, { - "id": 3969, + "id": 3968, "start": 1435.68, "end": 1435.84, "text": "if" }, { - "id": 3970, + "id": 3969, "start": 1435.84, "end": 1435.96, "text": "a" }, { - "id": 3971, + "id": 3970, "start": 1435.96, "end": 1436.46, "text": "malicious" }, { - "id": 3972, + "id": 3971, "start": 1436.6, "end": 1437.1, "text": "miner" }, { - "id": 3973, + "id": 3972, "start": 1437.38, "end": 1437.88, "text": "produces" }, { - "id": 3974, + "id": 3973, "start": 1437.88, "end": 1438.08, "text": "such" }, { - "id": 3975, + "id": 3974, "start": 1438.08, "end": 1438.14, "text": "a" }, { - "id": 3976, + "id": 3975, "start": 1438.14, "end": 1438.64, "text": "block," }, { - "id": 3977, + "id": 3976, "start": 1440.2, "end": 1440.36, "text": "they" }, { - "id": 3978, + "id": 3977, "start": 1440.36, "end": 1440.72, "text": "can" }, { - "id": 3979, + "id": 3978, "start": 1440.72, "end": 1441.04, "text": "stall" }, { - "id": 3980, + "id": 3979, "start": 1441.04, "end": 1441.24, "text": "their" }, { - "id": 3981, + "id": 3980, "start": 1441.24, "end": 1441.74, "text": "competition" }, { - "id": 3982, + "id": 3981, "start": 1441.88, "end": 1442.08, "text": "and" }, { - "id": 3983, + "id": 3982, "start": 1442.08, "end": 1442.4, "text": "maybe" }, { - "id": 3984, + "id": 3983, "start": 1442.4, "end": 1442.56, "text": "get" }, { - "id": 3985, + "id": 3984, "start": 1442.56, "end": 1442.72, "text": "a" }, { - "id": 3986, + "id": 3985, "start": 1442.72, "end": 1443.22, "text": "headstart" }, { - "id": 3987, - "start": 1443.44, + "id": 3986, + "start": 1443.4, "end": 1443.56, "text": "out" }, { - "id": 3988, + "id": 3987, "start": 1443.56, "end": 1443.72, "text": "of" }, { - "id": 3989, + "id": 3988, "start": 1443.72, "end": 1444.22, "text": "that." }, { - "id": 3990, + "id": 3989, "start": 1446.0, "end": 1446.5, "text": "But" }, { - "id": 3991, + "id": 3990, "start": 1446.56, "end": 1447.06, "text": "in" }, { - "id": 3992, + "id": 3991, "start": 1447.12, "end": 1447.28, "text": "the" }, { - "id": 3993, + "id": 3992, "start": 1447.28, "end": 1447.56, "text": "way" }, { - "id": 3994, + "id": 3993, "start": 1447.56, "end": 1447.72, "text": "that" }, { - "id": 3995, + "id": 3994, "start": 1447.72, "end": 1448.0, "text": "was" }, { - "id": 3996, + "id": 3995, "start": 1448.0, "end": 1448.5, "text": "fixed" }, { - "id": 3997, + "id": 3996, "start": 1448.88, "end": 1449.38, "text": "involves" }, { - "id": 3998, + "id": 3997, "start": 1449.72, "end": 1449.96, "text": "that" }, { - "id": 3999, + "id": 3998, "start": 1449.96, "end": 1450.46, "text": "particular" }, { - "id": 4000, + "id": 3999, "start": 1450.52, "end": 1450.84, "text": "rule." }, { - "id": 4001, + "id": 4000, "start": 1450.84, "end": 1451.28, "text": "So" }, { - "id": 4002, + "id": 4001, "start": 1451.28, "end": 1451.46, "text": "this" }, { - "id": 4003, + "id": 4002, "start": 1451.46, "end": 1451.58, "text": "is" }, { - "id": 4004, + "id": 4003, "start": 1451.58, "end": 1451.83, "text": "2," }, { - "id": 4005, + "id": 4004, "start": 1451.83, "end": 1452.08, "text": "500" }, { - "id": 4006, + "id": 4005, "start": 1452.34, "end": 1452.84, "text": "CCOPS" }, { - "id": 4007, + "id": 4006, "start": 1453.44, "end": 1453.94, "text": "limit" }, { - "id": 4008, + "id": 4007, "start": 1454.2, "end": 1454.7, "text": "per," }, { - "id": 4009, + "id": 4008, "start": 1455.06, "end": 1455.16, "text": "I" }, { - "id": 4010, + "id": 4009, "start": 1455.16, "end": 1455.3, "text": "think" }, { - "id": 4011, + "id": 4010, "start": 1455.3, "end": 1455.46, "text": "it's" }, { - "id": 4012, + "id": 4011, "start": 1455.46, "end": 1455.68, "text": "per" }, { - "id": 4013, + "id": 4012, "start": 1455.68, "end": 1456.18, "text": "transaction." }, { - "id": 4014, + "id": 4013, "start": 1458.68, "end": 1459.18, "text": "Okay," }, { - "id": 4015, + "id": 4014, "start": 1459.64, "end": 1459.94, "text": "but" }, { - "id": 4016, + "id": 4015, "start": 1459.94, "end": 1460.28, "text": "just" }, { - "id": 4017, + "id": 4016, "start": 1460.28, "end": 1460.78, "text": "explain" }, { - "id": 4018, + "id": 4017, "start": 1461.04, "end": 1461.16, "text": "what" }, { - "id": 4019, + "id": 4018, "start": 1461.16, "end": 1461.3, "text": "it" }, { - "id": 4020, + "id": 4019, "start": 1461.3, "end": 1461.6, "text": "is." }, { - "id": 4021, + "id": 4020, "start": 1461.6, "end": 1461.82, "text": "It" }, { - "id": 4022, + "id": 4021, "start": 1461.82, "end": 1462.32, "text": "means" }, { - "id": 4023, + "id": 4022, "start": 1462.5, "end": 1463.0, "text": "basically," }, { - "id": 4024, + "id": 4023, "start": 1463.44, "end": 1463.68, "text": "if" }, { - "id": 4025, + "id": 4024, "start": 1463.68, "end": 1463.86, "text": "I" }, { - "id": 4026, + "id": 4025, "start": 1463.86, "end": 1464.28, "text": "understand" }, { - "id": 4027, + "id": 4026, "start": 1464.28, "end": 1464.78, "text": "correctly," }, { - "id": 4028, + "id": 4027, "start": 1465.12, "end": 1465.32, "text": "you" }, { - "id": 4029, + "id": 4028, "start": 1465.32, "end": 1465.52, "text": "can" }, { - "id": 4030, + "id": 4029, "start": 1465.52, "end": 1465.68, "text": "make" }, { - "id": 4031, + "id": 4030, "start": 1465.68, "end": 1465.76, "text": "a" }, { - "id": 4032, + "id": 4031, "start": 1465.76, "end": 1466.26, "text": "transaction" }, { - "id": 4033, + "id": 4032, "start": 1466.32, "end": 1466.52, "text": "or" }, { - "id": 4034, + "id": 4033, "start": 1466.52, "end": 1466.64, "text": "an" }, { - "id": 4035, + "id": 4034, "start": 1466.64, "end": 1467.04, "text": "output" }, { - "id": 4036, + "id": 4035, "start": 1467.04, "end": 1467.52, "text": "with" }, { - "id": 4037, + "id": 4036, "start": 1467.52, "end": 1468.02, "text": "what..." }, { - "id": 4038, + "id": 4037, "start": 1468.38, - "end": 1468.54, + "end": 1468.58, "text": "So" }, { - "id": 4039, - "start": 1468.54, + "id": 4038, + "start": 1468.58, "end": 1468.78, "text": "you're" }, { - "id": 4040, + "id": 4039, "start": 1468.78, "end": 1468.94, "text": "not" }, { - "id": 4041, + "id": 4040, "start": 1468.94, "end": 1469.18, "text": "sure" }, { - "id": 4042, + "id": 4041, "start": 1469.18, - "end": 1469.34, + "end": 1469.38, "text": "which" }, { - "id": 4043, - "start": 1469.34, + "id": 4042, + "start": 1469.38, "end": 1469.48, "text": "of" }, { - "id": 4044, + "id": 4043, "start": 1469.48, "end": 1469.6, "text": "the" }, { - "id": 4045, + "id": 4044, "start": 1469.6, "end": 1469.76, "text": "two" }, { - "id": 4046, + "id": 4045, "start": 1469.76, "end": 1469.86, "text": "it" }, { - "id": 4047, + "id": 4046, "start": 1469.86, "end": 1470.04, "text": "is?" }, { - "id": 4048, + "id": 4047, "start": 1470.04, "end": 1470.2, "text": "It's" }, { - "id": 4049, + "id": 4048, "start": 1470.2, "end": 1470.44, "text": "either" }, { - "id": 4050, + "id": 4049, "start": 1470.44, "end": 1470.52, "text": "a" }, { - "id": 4051, + "id": 4050, "start": 1470.52, "end": 1471.02, "text": "transaction" }, { - "id": 4052, + "id": 4051, "start": 1471.04, "end": 1471.28, "text": "or" }, { - "id": 4053, + "id": 4052, "start": 1471.28, "end": 1471.4, "text": "an" }, { - "id": 4054, + "id": 4053, "start": 1471.4, "end": 1471.64, "text": "output?" }, { - "id": 4055, + "id": 4054, "start": 1471.64, "end": 1471.76, "text": "I" }, { - "id": 4056, + "id": 4055, "start": 1471.76, "end": 1472.26, "text": "think" }, { - "id": 4057, + "id": 4056, "start": 1474.3, "end": 1474.48, "text": "it's" }, { - "id": 4058, + "id": 4057, "start": 1474.48, "end": 1474.74, "text": "per" }, { - "id": 4059, + "id": 4058, "start": 1474.74, "end": 1475.24, "text": "transaction," }, { - "id": 4060, + "id": 4059, "start": 1475.6, "end": 1475.8, "text": "but" }, { - "id": 4061, + "id": 4060, "start": 1475.8, "end": 1476.02, "text": "what" }, { - "id": 4062, + "id": 4061, "start": 1476.02, "end": 1476.28, "text": "you're" }, { - "id": 4063, + "id": 4062, "start": 1476.28, "end": 1476.76, "text": "counting" }, { - "id": 4064, + "id": 4063, "start": 1476.76, "end": 1477.12, "text": "is" }, { - "id": 4065, + "id": 4064, "start": 1477.12, "end": 1477.44, "text": "you're" }, { - "id": 4066, + "id": 4065, "start": 1477.44, "end": 1477.84, "text": "counting" }, { - "id": 4067, + "id": 4066, "start": 1477.84, "end": 1478.08, "text": "SIG" }, { - "id": 4068, + "id": 4067, "start": 1478.08, "end": 1478.3, "text": "ups" }, { - "id": 4069, + "id": 4068, "start": 1478.3, "end": 1478.48, "text": "in" }, { - "id": 4070, + "id": 4069, "start": 1478.48, "end": 1478.72, "text": "the" }, { - "id": 4071, + "id": 4070, "start": 1478.72, "end": 1479.1, "text": "inputs" }, { - "id": 4072, + "id": 4071, "start": 1479.1, "end": 1479.24, "text": "and" }, { - "id": 4073, + "id": 4072, "start": 1479.24, "end": 1479.44, "text": "in" }, { - "id": 4074, + "id": 4073, "start": 1479.44, "end": 1479.52, "text": "the" }, { - "id": 4075, + "id": 4074, "start": 1479.52, "end": 1480.02, "text": "outputs." }, { - "id": 4076, + "id": 4075, "start": 1480.96, "end": 1481.2, "text": "Okay," }, { - "id": 4077, + "id": 4076, "start": 1481.2, "end": 1481.38, "text": "so" }, { - "id": 4078, + "id": 4077, "start": 1481.38, "end": 1481.6, "text": "that" }, { - "id": 4079, + "id": 4078, "start": 1481.6, "end": 1481.82, "text": "can" }, { - "id": 4080, + "id": 4079, "start": 1481.82, "end": 1482.04, "text": "be" }, { - "id": 4081, + "id": 4080, "start": 1482.04, "end": 1482.18, "text": "a" }, { - "id": 4082, + "id": 4081, "start": 1482.18, "end": 1482.68, "text": "maximum" }, { - "id": 4083, + "id": 4082, "start": 1482.78, "end": 1483.02, "text": "of" }, { - "id": 4084, + "id": 4083, "start": 1483.02, "end": 1483.27, "text": "2," }, { - "id": 4085, + "id": 4084, "start": 1483.27, "end": 1483.52, "text": "500" }, { - "id": 4086, + "id": 4085, "start": 1484.28, "end": 1484.78, "text": "signatures" }, { - "id": 4087, + "id": 4086, "start": 1485.06, "end": 1485.56, "text": "basically" }, { - "id": 4088, + "id": 4087, "start": 1485.6, "end": 1485.78, "text": "in" }, { - "id": 4089, + "id": 4088, "start": 1485.78, "end": 1485.92, "text": "a" }, { - "id": 4090, + "id": 4089, "start": 1485.92, "end": 1486.4, "text": "transaction" }, { - "id": 4091, + "id": 4090, "start": 1486.4, "end": 1486.72, "text": "then," }, { - "id": 4092, + "id": 4091, "start": 1486.72, "end": 1486.92, "text": "right?" }, { - "id": 4093, + "id": 4092, "start": 1486.92, "end": 1487.22, "text": "That's" }, { - "id": 4094, + "id": 4093, "start": 1487.22, "end": 1487.44, "text": "what" }, { - "id": 4095, + "id": 4094, "start": 1487.44, "end": 1487.6, "text": "it" }, { - "id": 4096, + "id": 4095, "start": 1487.6, "end": 1488.1, "text": "means." }, { - "id": 4097, + "id": 4096, "start": 1488.34, "end": 1488.6, "text": "Yeah," }, { - "id": 4098, + "id": 4097, "start": 1488.6, "end": 1489.1, "text": "signature" }, { - "id": 4099, + "id": 4098, "start": 1489.14, "end": 1489.64, "text": "operations" }, { - "id": 4100, + "id": 4099, "start": 1489.64, "end": 1489.82, "text": "is" }, { - "id": 4101, + "id": 4100, "start": 1489.82, "end": 1490.2, "text": "slightly" }, { - "id": 4102, + "id": 4101, "start": 1490.2, "end": 1490.58, "text": "different." }, { - "id": 4103, + "id": 4102, "start": 1490.58, "end": 1490.64, "text": "So" }, { - "id": 4104, + "id": 4103, "start": 1490.64, "end": 1490.86, "text": "for" }, { - "id": 4105, + "id": 4104, "start": 1490.86, "end": 1491.36, "text": "example," }, { - "id": 4106, + "id": 4105, "start": 1494.08, "end": 1494.24, "text": "a" }, { - "id": 4107, + "id": 4106, "start": 1494.24, - "end": 1494.72, + "end": 1494.68, "text": "legacy" }, { - "id": 4108, - "start": 1494.72, - "end": 1495.22, + "id": 4107, + "start": 1494.68, + "end": 1495.18, "text": "multisig," }, { - "id": 4109, + "id": 4108, "start": 1497.62, "end": 1497.84, "text": "or" }, { - "id": 4110, + "id": 4109, "start": 1497.84, "end": 1498.1, "text": "bare" }, { - "id": 4111, + "id": 4110, "start": 1498.1, "end": 1498.6, "text": "multisig" }, { - "id": 4112, + "id": 4111, "start": 1498.68, "end": 1499.18, "text": "as" }, { - "id": 4113, + "id": 4112, "start": 1499.18, "end": 1499.44, "text": "we" }, { - "id": 4114, + "id": 4113, "start": 1499.44, "end": 1499.68, "text": "called" }, { - "id": 4115, + "id": 4114, "start": 1499.68, "end": 1500.06, "text": "it," }, { - "id": 4116, + "id": 4115, "start": 1500.06, "end": 1500.26, "text": "I" }, { - "id": 4117, + "id": 4116, "start": 1500.26, "end": 1500.48, "text": "think" }, { - "id": 4118, + "id": 4117, "start": 1500.48, "end": 1500.6, "text": "it" }, { - "id": 4119, + "id": 4118, "start": 1500.6, "end": 1500.86, "text": "counts" }, { - "id": 4120, + "id": 4119, "start": 1500.86, "end": 1501.06, "text": "as" }, { - "id": 4121, + "id": 4120, "start": 1501.06, "end": 1501.56, "text": "20" }, { - "id": 4122, + "id": 4121, "start": 1501.64, "end": 1502.14, "text": "or" }, { - "id": 4123, + "id": 4122, "start": 1502.54, "end": 1502.86, "text": "something" }, { - "id": 4124, + "id": 4123, "start": 1502.86, "end": 1503.0, "text": "like" }, { - "id": 4125, + "id": 4124, "start": 1503.0, "end": 1503.34, "text": "that." }, { - "id": 4126, + "id": 4125, "start": 1503.34, "end": 1503.58, "text": "I'm" }, { - "id": 4127, + "id": 4126, "start": 1503.58, "end": 1503.7, "text": "a" }, { - "id": 4128, + "id": 4127, "start": 1503.7, "end": 1504.12, "text": "little" }, { - "id": 4129, + "id": 4128, "start": 1504.12, "end": 1504.44, "text": "fuzzy" }, { - "id": 4130, + "id": 4129, "start": 1504.44, "end": 1504.64, "text": "on" }, { - "id": 4131, + "id": 4130, "start": 1504.64, "end": 1504.74, "text": "the" }, { - "id": 4132, + "id": 4131, "start": 1504.74, "end": 1505.08, "text": "details" }, { - "id": 4133, + "id": 4132, "start": 1505.08, "end": 1505.32, "text": "here," }, { - "id": 4134, + "id": 4133, "start": 1505.32, "end": 1505.74, "text": "but" }, { - "id": 4135, + "id": 4134, "start": 1505.74, "end": 1506.2, "text": "basically" }, { - "id": 4136, + "id": 4135, "start": 1506.2, "end": 1506.38, "text": "it's" }, { - "id": 4137, + "id": 4136, "start": 1506.38, "end": 1506.56, "text": "a" }, { - "id": 4138, + "id": 4137, "start": 1506.56, "end": 1506.82, "text": "limit" }, { - "id": 4139, + "id": 4138, "start": 1506.82, "end": 1506.96, "text": "in" }, { - "id": 4140, + "id": 4139, "start": 1506.96, "end": 1507.08, "text": "the" }, { - "id": 4141, + "id": 4140, "start": 1507.08, "end": 1507.28, "text": "number" }, { - "id": 4142, + "id": 4141, "start": 1507.28, - "end": 1507.42, + "end": 1507.4, "text": "of" }, { - "id": 4143, - "start": 1507.42, + "id": 4142, + "start": 1507.4, "end": 1507.8, "text": "signature" }, { - "id": 4144, + "id": 4143, "start": 1507.8, "end": 1508.3, "text": "operations." }, { - "id": 4145, + "id": 4144, "start": 1508.32, "end": 1508.6, "text": "No" }, { - "id": 4146, + "id": 4145, "start": 1508.6, "end": 1508.82, "text": "sane" }, { - "id": 4147, + "id": 4146, "start": 1508.82, "end": 1509.32, "text": "transaction" }, { - "id": 4148, + "id": 4147, "start": 1509.38, "end": 1509.58, "text": "would" }, { - "id": 4149, + "id": 4148, "start": 1509.58, "end": 1509.96, "text": "actually" }, { - "id": 4150, + "id": 4149, "start": 1509.96, "end": 1510.16, "text": "go" }, { - "id": 4151, + "id": 4150, "start": 1510.16, "end": 1510.38, "text": "over" }, { - "id": 4152, + "id": 4151, "start": 1510.38, "end": 1510.6, "text": "those" }, { - "id": 4153, + "id": 4152, "start": 1510.6, "end": 1511.1, "text": "limits." }, { - "id": 4154, + "id": 4153, "start": 1513.28, "end": 1513.52, "text": "Because" }, { - "id": 4155, + "id": 4154, "start": 1513.52, "end": 1513.78, "text": "it's" }, { - "id": 4156, + "id": 4155, "start": 1513.78, "end": 1514.28, "text": "thousands." }, { - "id": 4157, + "id": 4156, "start": 1515.4, "end": 1515.66, "text": "Yeah," }, { - "id": 4158, + "id": 4157, "start": 1515.66, "end": 1516.16, "text": "exactly." }, { - "id": 4159, + "id": 4158, "start": 1516.16, "end": 1516.42, "text": "You'd" }, { - "id": 4160, + "id": 4159, "start": 1516.42, "end": 1516.68, "text": "need" }, { - "id": 4161, + "id": 4160, "start": 1516.68, "end": 1517.18, "text": "a" }, { - "id": 4162, + "id": 4161, "start": 1517.18, "end": 1517.54, "text": "very" }, { - "id": 4163, + "id": 4162, "start": 1517.54, "end": 1518.04, "text": "insane" }, { - "id": 4164, + "id": 4163, "start": 1518.24, "end": 1518.48, "text": "kind" }, { - "id": 4165, + "id": 4164, "start": 1518.48, "end": 1518.58, "text": "of" }, { - "id": 4166, + "id": 4165, "start": 1518.58, "end": 1519.08, "text": "multi-sig." }, { - "id": 4167, + "id": 4166, "start": 1519.6, "end": 1519.84, "text": "So" }, { - "id": 4168, + "id": 4167, "start": 1519.84, "end": 1520.02, "text": "the" }, { - "id": 4169, + "id": 4168, "start": 1520.02, "end": 1520.2, "text": "only" }, { - "id": 4170, + "id": 4169, "start": 1520.2, "end": 1520.42, "text": "people" }, { - "id": 4171, + "id": 4170, "start": 1520.42, "end": 1520.6, "text": "who" }, { - "id": 4172, + "id": 4171, "start": 1520.6, "end": 1520.82, "text": "would" }, { - "id": 4173, + "id": 4172, "start": 1520.82, "end": 1521.3, "text": "be" }, { - "id": 4174, + "id": 4173, "start": 1521.3, "end": 1521.6, "text": "making" }, { - "id": 4175, + "id": 4174, "start": 1521.6, "end": 1521.76, "text": "such" }, { - "id": 4176, + "id": 4175, "start": 1521.76, "end": 1521.9, "text": "a" }, { - "id": 4177, + "id": 4176, "start": 1521.9, "end": 1522.3, "text": "transaction" }, { - "id": 4178, + "id": 4177, "start": 1522.3, "end": 1522.58, "text": "are" }, { - "id": 4179, + "id": 4178, "start": 1522.58, "end": 1522.84, "text": "people" }, { - "id": 4180, + "id": 4179, "start": 1522.84, "end": 1523.08, "text": "trying" }, { - "id": 4181, + "id": 4180, "start": 1523.08, "end": 1523.2, "text": "to" }, { - "id": 4182, + "id": 4181, "start": 1523.2, "end": 1523.48, "text": "DOS" }, { - "id": 4183, + "id": 4182, "start": 1523.48, "end": 1523.62, "text": "a" }, { - "id": 4184, + "id": 4183, "start": 1523.62, "end": 1524.12, "text": "network" }, { - "id": 4185, + "id": 4184, "start": 1524.72, "end": 1525.04, "text": "or" }, { - "id": 4186, + "id": 4185, "start": 1525.04, "end": 1525.28, "text": "people" }, { - "id": 4187, + "id": 4186, "start": 1525.28, "end": 1525.48, "text": "doing" }, { - "id": 4188, + "id": 4187, "start": 1525.48, "end": 1525.94, "text": "experiments." }, { - "id": 4189, + "id": 4188, "start": 1525.94, "end": 1526.0, "text": "I" }, { - "id": 4190, + "id": 4189, "start": 1526.0, "end": 1526.18, "text": "think" }, { - "id": 4191, + "id": 4190, "start": 1526.18, "end": 1526.32, "text": "there" }, { - "id": 4192, + "id": 4191, "start": 1526.32, "end": 1526.52, "text": "were" }, { - "id": 4193, + "id": 4192, "start": 1526.52, "end": 1526.72, "text": "some" }, { - "id": 4194, + "id": 4193, "start": 1526.72, "end": 1527.18, "text": "historical" }, { - "id": 4195, + "id": 4194, "start": 1527.18, "end": 1527.68, "text": "examples" }, { - "id": 4196, + "id": 4195, "start": 1527.72, "end": 1528.22, "text": "of" }, { - "id": 4197, + "id": 4196, "start": 1528.48, "end": 1528.98, "text": "these" }, { - "id": 4198, + "id": 4197, "start": 1529.12, "end": 1529.62, "text": "actually" }, { - "id": 4199, + "id": 4198, "start": 1529.92, "end": 1530.42, "text": "violating" }, { - "id": 4200, + "id": 4199, "start": 1530.54, "end": 1531.04, "text": "them." }, { - "id": 4201, + "id": 4200, "start": 1532.52, "end": 1532.78, "text": "Okay," }, { - "id": 4202, + "id": 4201, "start": 1532.78, "end": 1533.2, "text": "so" }, { - "id": 4203, + "id": 4202, "start": 1533.2, "end": 1533.7, "text": "right" }, { - "id": 4204, + "id": 4203, "start": 1534.5, "end": 1534.64, "text": "now" }, { - "id": 4205, + "id": 4204, "start": 1534.64, "end": 1534.84, "text": "if" }, { - "id": 4206, + "id": 4205, "start": 1534.84, "end": 1535.02, "text": "you" }, { - "id": 4207, + "id": 4206, "start": 1535.02, "end": 1535.22, "text": "make" }, { - "id": 4208, + "id": 4207, "start": 1535.22, "end": 1535.34, "text": "a" }, { - "id": 4209, + "id": 4208, "start": 1535.34, "end": 1535.84, "text": "transaction" }, { - "id": 4210, + "id": 4209, "start": 1535.86, "end": 1536.1, "text": "with" }, { - "id": 4211, + "id": 4210, "start": 1536.1, "end": 1536.6, "text": "3000" }, { - "id": 4212, + "id": 4211, "start": 1536.82, "end": 1537.32, "text": "SIGOPs," }, { - "id": 4213, + "id": 4212, "start": 1541.24, "end": 1541.4, "text": "well," }, { - "id": 4214, + "id": 4213, "start": 1541.4, "end": 1541.58, "text": "it" }, { - "id": 4215, + "id": 4214, "start": 1541.58, "end": 1541.82, "text": "can" }, { - "id": 4216, + "id": 4215, "start": 1541.82, "end": 1542.04, "text": "still" }, { - "id": 4217, + "id": 4216, "start": 1542.04, "end": 1542.18, "text": "be" }, { - "id": 4218, + "id": 4217, "start": 1542.18, "end": 1542.52, "text": "mined" }, { - "id": 4219, + "id": 4218, "start": 1542.52, "end": 1542.62, "text": "in" }, { - "id": 4220, + "id": 4219, "start": 1542.62, "end": 1542.74, "text": "a" }, { - "id": 4221, + "id": 4220, "start": 1542.74, "end": 1543.14, "text": "block." }, { - "id": 4222, + "id": 4221, "start": 1543.14, "end": 1543.28, "text": "It" }, { - "id": 4223, + "id": 4222, "start": 1543.28, "end": 1543.46, "text": "is" }, { - "id": 4224, + "id": 4223, "start": 1543.46, "end": 1543.68, "text": "still" }, { - "id": 4225, + "id": 4224, "start": 1543.68, "end": 1544.18, "text": "consensus" }, { - "id": 4226, + "id": 4225, "start": 1544.18, "end": 1544.54, "text": "valid," }, { - "id": 4227, + "id": 4226, "start": 1544.54, "end": 1545.04, "text": "correct?" }, { - "id": 4228, + "id": 4227, "start": 1545.04, "end": 1545.16, "text": "Yeah," }, { - "id": 4229, + "id": 4228, "start": 1545.16, "end": 1545.22, "text": "and" }, { - "id": 4230, + "id": 4229, "start": 1545.22, "end": 1545.36, "text": "that" }, { - "id": 4231, + "id": 4230, "start": 1545.36, "end": 1545.52, "text": "doesn't" }, { - "id": 4232, + "id": 4231, "start": 1545.52, "end": 1545.8, "text": "change," }, { - "id": 4233, + "id": 4232, "start": 1545.8, "end": 1546.0, "text": "right?" }, { - "id": 4234, + "id": 4233, "start": 1546.0, "end": 1546.2, "text": "This" }, { - "id": 4235, + "id": 4234, "start": 1546.2, "end": 1546.36, "text": "is" }, { - "id": 4236, + "id": 4235, "start": 1546.36, "end": 1546.48, "text": "a" }, { - "id": 4237, + "id": 4236, "start": 1546.48, "end": 1546.92, "text": "policy" }, { - "id": 4238, + "id": 4237, "start": 1546.92, "end": 1547.42, "text": "change." }, { - "id": 4239, + "id": 4238, "start": 1547.64, "end": 1547.8, "text": "So" }, { - "id": 4240, + "id": 4239, "start": 1547.8, "end": 1547.96, "text": "the" }, { - "id": 4241, + "id": 4240, "start": 1547.96, "end": 1548.12, "text": "only" }, { - "id": 4242, + "id": 4241, "start": 1548.12, "end": 1548.34, "text": "thing" }, { - "id": 4243, + "id": 4242, "start": 1548.34, "end": 1548.4, "text": "that" }, { - "id": 4244, + "id": 4243, "start": 1548.4, "end": 1548.6, "text": "changes" }, { - "id": 4245, + "id": 4244, "start": 1548.6, "end": 1548.76, "text": "is" }, { - "id": 4246, + "id": 4245, "start": 1548.76, "end": 1548.9, "text": "you" }, { - "id": 4247, + "id": 4246, "start": 1548.9, "end": 1549.2, "text": "can't" }, { - "id": 4248, + "id": 4247, "start": 1549.2, "end": 1549.48, "text": "relay" }, { - "id": 4249, + "id": 4248, "start": 1549.48, "end": 1549.64, "text": "it" }, { - "id": 4250, + "id": 4249, "start": 1549.64, "end": 1550.14, "text": "anymore." }, { - "id": 4251, + "id": 4250, "start": 1550.9, "end": 1551.26, "text": "Right." }, { - "id": 4252, + "id": 4251, "start": 1551.26, "end": 1551.74, "text": "So" }, { - "id": 4253, + "id": 4252, "start": 1551.74, "end": 1551.9, "text": "if" }, { - "id": 4254, + "id": 4253, "start": 1551.9, "end": 1552.36, "text": "someone" }, { - "id": 4255, + "id": 4254, "start": 1552.36, "end": 1552.58, "text": "sends" }, { - "id": 4256, + "id": 4255, "start": 1552.58, "end": 1552.72, "text": "a" }, { - "id": 4257, + "id": 4256, "start": 1552.72, "end": 1553.22, "text": "transaction" }, { - "id": 4258, + "id": 4257, "start": 1553.32, "end": 1553.54, "text": "like" }, { - "id": 4259, + "id": 4258, "start": 1553.54, "end": 1554.02, "text": "that" }, { - "id": 4260, + "id": 4259, "start": 1554.02, "end": 1554.24, "text": "to" }, { - "id": 4261, + "id": 4260, "start": 1554.24, "end": 1554.48, "text": "you" }, { - "id": 4262, + "id": 4261, "start": 1554.48, "end": 1554.68, "text": "and" }, { - "id": 4263, + "id": 4262, "start": 1554.68, "end": 1554.84, "text": "you're" }, { - "id": 4264, + "id": 4263, "start": 1554.84, "end": 1555.2, "text": "running" }, { - "id": 4265, + "id": 4264, "start": 1555.2, "end": 1555.46, "text": "Bitcoin" }, { - "id": 4266, + "id": 4265, "start": 1555.46, "end": 1555.68, "text": "Core" }, { - "id": 4267, + "id": 4266, "start": 1555.68, "end": 1556.18, "text": "30," }, { - "id": 4268, + "id": 4267, "start": 1556.32, "end": 1556.54, "text": "then" }, { - "id": 4269, + "id": 4268, "start": 1556.54, "end": 1556.76, "text": "you're" }, { - "id": 4270, + "id": 4269, "start": 1556.76, "end": 1556.92, "text": "going" }, { - "id": 4271, + "id": 4270, "start": 1556.92, "end": 1557.04, "text": "to" }, { - "id": 4272, + "id": 4271, "start": 1557.04, "end": 1557.24, "text": "not" }, { - "id": 4273, + "id": 4272, "start": 1557.24, "end": 1557.54, "text": "include" }, { - "id": 4274, + "id": 4273, "start": 1557.54, "end": 1557.72, "text": "that" }, { - "id": 4275, + "id": 4274, "start": 1557.72, "end": 1557.84, "text": "in" }, { - "id": 4276, + "id": 4275, "start": 1557.84, "end": 1557.98, "text": "your" }, { - "id": 4277, + "id": 4276, "start": 1557.98, "end": 1558.34, "text": "mempool" }, { - "id": 4278, + "id": 4277, "start": 1558.34, "end": 1558.5, "text": "and" }, { - "id": 4279, + "id": 4278, "start": 1558.5, "end": 1558.68, "text": "not" }, { - "id": 4280, + "id": 4279, "start": 1558.68, "end": 1558.98, "text": "relay" }, { - "id": 4281, + "id": 4280, "start": 1558.98, "end": 1559.08, "text": "it" }, { - "id": 4282, + "id": 4281, "start": 1559.08, "end": 1559.24, "text": "to" }, { - "id": 4283, + "id": 4282, "start": 1559.24, "end": 1559.44, "text": "other" }, { - "id": 4284, + "id": 4283, "start": 1559.44, "end": 1559.94, "text": "nodes." }, { - "id": 4285, + "id": 4284, "start": 1560.04, "end": 1560.16, "text": "But" }, { - "id": 4286, + "id": 4285, "start": 1560.16, "end": 1560.22, "text": "if" }, { - "id": 4287, + "id": 4286, "start": 1560.22, "end": 1560.36, "text": "it's" }, { - "id": 4288, + "id": 4287, "start": 1560.36, "end": 1560.48, "text": "in" }, { - "id": 4289, + "id": 4288, "start": 1560.48, "end": 1560.6, "text": "a" }, { - "id": 4290, + "id": 4289, "start": 1560.6, "end": 1561.08, "text": "block," }, { - "id": 4291, + "id": 4290, "start": 1561.08, "end": 1561.56, "text": "again," }, { - "id": 4292, + "id": 4291, "start": 1561.56, "end": 1561.92, "text": "then" }, { - "id": 4293, + "id": 4292, "start": 1561.92, "end": 1562.16, "text": "that's" }, { - "id": 4294, + "id": 4293, "start": 1562.16, "end": 1562.44, "text": "still" }, { - "id": 4295, + "id": 4294, "start": 1562.44, "end": 1562.94, "text": "fine." }, { - "id": 4296, + "id": 4295, "start": 1563.24, "end": 1563.48, "text": "Yeah," }, { - "id": 4297, + "id": 4296, "start": 1563.48, "end": 1563.68, "text": "and" }, { - "id": 4298, + "id": 4297, "start": 1563.68, "end": 1563.84, "text": "this" }, { - "id": 4299, + "id": 4298, "start": 1563.84, "end": 1564.12, "text": "change" }, { - "id": 4300, + "id": 4299, "start": 1564.12, "end": 1564.28, "text": "is" }, { - "id": 4301, + "id": 4300, "start": 1564.28, "end": 1564.48, "text": "there" }, { - "id": 4302, + "id": 4301, "start": 1564.48, "end": 1564.64, "text": "to" }, { - "id": 4303, + "id": 4302, "start": 1564.64, "end": 1565.08, "text": "protect" }, { - "id": 4304, + "id": 4303, "start": 1565.08, "end": 1565.38, "text": "future" }, { - "id": 4305, + "id": 4304, "start": 1565.38, "end": 1565.74, "text": "miners." }, { - "id": 4306, + "id": 4305, "start": 1565.74, "end": 1566.0, "text": "It's" }, { - "id": 4307, + "id": 4306, "start": 1566.0, "end": 1566.18, "text": "not" }, { - "id": 4308, + "id": 4307, "start": 1566.18, "end": 1566.38, "text": "really" }, { - "id": 4309, + "id": 4308, "start": 1566.38, "end": 1566.6, "text": "there" }, { - "id": 4310, + "id": 4309, "start": 1566.6, "end": 1566.74, "text": "to" }, { - "id": 4311, + "id": 4310, "start": 1566.74, "end": 1567.04, "text": "protect" }, { - "id": 4312, + "id": 4311, "start": 1567.04, "end": 1567.16, "text": "the" }, { - "id": 4313, + "id": 4312, "start": 1567.16, "end": 1567.66, "text": "network" }, { - "id": 4314, + "id": 4313, "start": 1567.66, "end": 1568.16, "text": "because" }, { - "id": 4315, + "id": 4314, "start": 1568.76, "end": 1568.86, "text": "I" }, { - "id": 4316, + "id": 4315, "start": 1568.86, "end": 1569.14, "text": "don't" }, { - "id": 4317, + "id": 4316, "start": 1569.14, "end": 1569.26, "text": "think" }, { - "id": 4318, + "id": 4317, "start": 1569.26, "end": 1569.76, "text": "they're" }, { - "id": 4319, + "id": 4318, "start": 1570.08, "end": 1570.28, "text": "that" }, { - "id": 4320, + "id": 4319, "start": 1570.28, "end": 1570.78, "text": "terrible." }, { - "id": 4321, + "id": 4320, "start": 1572.78, "end": 1573.28, "text": "But" }, { - "id": 4322, + "id": 4321, "start": 1573.78, "end": 1573.98, "text": "a" }, { - "id": 4323, + "id": 4322, "start": 1573.98, "end": 1574.34, "text": "future" }, { - "id": 4324, + "id": 4323, "start": 1574.34, "end": 1574.84, "text": "miner," }, { - "id": 4325, + "id": 4324, "start": 1575.92, "end": 1576.16, "text": "when" }, { - "id": 4326, + "id": 4325, "start": 1576.16, "end": 1576.34, "text": "and" }, { - "id": 4327, + "id": 4326, "start": 1576.34, "end": 1576.56, "text": "if," }, { - "id": 4328, + "id": 4327, "start": 1576.56, "end": 1576.8, "text": "or" }, { - "id": 4329, + "id": 4328, "start": 1576.8, "end": 1576.96, "text": "if" }, { - "id": 4330, + "id": 4329, "start": 1576.96, "end": 1577.16, "text": "and" }, { - "id": 4331, + "id": 4330, "start": 1577.16, "end": 1577.36, "text": "when" }, { - "id": 4332, + "id": 4331, "start": 1577.36, "end": 1577.6, "text": "this" }, { - "id": 4333, + "id": 4332, "start": 1577.6, "end": 1578.08, "text": "becomes" }, { - "id": 4334, + "id": 4333, "start": 1578.08, "end": 1578.42, "text": "a" }, { - "id": 4335, + "id": 4334, "start": 1578.42, "end": 1578.7, "text": "soft" }, { - "id": 4336, + "id": 4335, "start": 1578.7, "end": 1579.2, "text": "fork," }, { - "id": 4337, + "id": 4336, "start": 1579.22, "end": 1579.4, "text": "then" }, { - "id": 4338, + "id": 4337, "start": 1579.4, "end": 1579.6, "text": "it" }, { - "id": 4339, + "id": 4338, "start": 1579.6, "end": 1579.76, "text": "is" }, { - "id": 4340, + "id": 4339, "start": 1579.76, "end": 1580.26, "text": "consensus." }, { - "id": 4341, + "id": 4340, "start": 1580.66, "end": 1580.8, "text": "And" }, { - "id": 4342, + "id": 4341, "start": 1580.8, "end": 1581.0, "text": "we" }, { - "id": 4343, + "id": 4342, "start": 1581.0, "end": 1581.3, "text": "don't" }, { - "id": 4344, + "id": 4343, "start": 1581.3, "end": 1581.5, "text": "want" }, { - "id": 4345, + "id": 4344, "start": 1581.5, "end": 1581.68, "text": "a" }, { - "id": 4346, + "id": 4345, "start": 1581.68, "end": 1582.04, "text": "miner" }, { - "id": 4347, + "id": 4346, "start": 1582.04, "end": 1582.24, "text": "to" }, { - "id": 4348, + "id": 4347, "start": 1582.24, "end": 1582.74, "text": "accidentally" }, { - "id": 4349, + "id": 4348, "start": 1583.04, "end": 1583.32, "text": "mine" }, { - "id": 4350, + "id": 4349, "start": 1583.32, "end": 1583.56, "text": "this" }, { - "id": 4351, + "id": 4350, "start": 1583.56, "end": 1584.06, "text": "thing." }, { - "id": 4352, + "id": 4351, "start": 1584.24, "end": 1584.4, "text": "And" }, { - "id": 4353, + "id": 4352, "start": 1584.4, "end": 1584.62, "text": "so" }, { - "id": 4354, + "id": 4353, "start": 1584.62, "end": 1584.86, "text": "that's" }, { - "id": 4355, + "id": 4354, "start": 1584.86, "end": 1585.04, "text": "one" }, { - "id": 4356, + "id": 4355, "start": 1585.04, "end": 1585.14, "text": "of" }, { - "id": 4357, + "id": 4356, "start": 1585.14, "end": 1585.38, "text": "the" }, { - "id": 4358, + "id": 4357, "start": 1585.38, "end": 1585.88, "text": "reasons," }, { - "id": 4359, + "id": 4358, "start": 1585.92, "end": 1586.12, "text": "that's" }, { - "id": 4360, + "id": 4359, "start": 1586.12, "end": 1586.32, "text": "one" }, { - "id": 4361, + "id": 4360, "start": 1586.32, "end": 1586.42, "text": "of" }, { - "id": 4362, + "id": 4361, "start": 1586.42, "end": 1586.58, "text": "the" }, { - "id": 4363, + "id": 4362, "start": 1586.58, "end": 1586.94, "text": "goals" }, { - "id": 4364, + "id": 4363, "start": 1586.94, "end": 1587.26, "text": "of" }, { - "id": 4365, + "id": 4364, "start": 1587.26, "end": 1587.66, "text": "policy" }, { - "id": 4366, + "id": 4365, "start": 1587.66, "end": 1588.0, "text": "rules" }, { - "id": 4367, + "id": 4366, "start": 1588.0, "end": 1588.2, "text": "is" }, { - "id": 4368, + "id": 4367, "start": 1588.2, "end": 1588.36, "text": "to" }, { - "id": 4369, + "id": 4368, "start": 1588.36, "end": 1588.78, "text": "prevent" }, { - "id": 4370, + "id": 4369, "start": 1588.78, "end": 1589.28, "text": "accidentally" }, { - "id": 4371, + "id": 4370, "start": 1589.3, "end": 1589.72, "text": "mining" }, { - "id": 4372, + "id": 4371, "start": 1589.72, "end": 1590.22, "text": "something." }, { - "id": 4373, + "id": 4372, "start": 1590.94, "end": 1591.26, "text": "Because" }, { - "id": 4374, + "id": 4373, "start": 1591.26, "end": 1591.4, "text": "the" }, { - "id": 4375, + "id": 4374, "start": 1591.4, "end": 1591.72, "text": "miner" }, { - "id": 4376, + "id": 4375, "start": 1591.72, "end": 1591.98, "text": "does" }, { - "id": 4377, + "id": 4376, "start": 1591.98, "end": 1592.22, "text": "it" }, { - "id": 4378, + "id": 4377, "start": 1592.22, - "end": 1592.4, + "end": 1592.36, "text": "as" }, { - "id": 4379, - "start": 1592.4, + "id": 4378, + "start": 1592.36, "end": 1592.54, "text": "a" }, { - "id": 4380, + "id": 4379, "start": 1592.54, "end": 1592.78, "text": "standard" }, { - "id": 4381, + "id": 4380, "start": 1592.78, "end": 1593.24, "text": "transaction," }, { - "id": 4382, + "id": 4381, "start": 1593.24, "end": 1593.42, "text": "they'll" }, { - "id": 4383, + "id": 4382, "start": 1593.42, "end": 1593.74, "text": "never" }, { - "id": 4384, + "id": 4383, "start": 1593.74, "end": 1593.9, "text": "see" }, { - "id": 4385, + "id": 4384, "start": 1593.9, "end": 1594.04, "text": "it," }, { - "id": 4386, + "id": 4385, "start": 1594.04, "end": 1594.28, "text": "they'll" }, { - "id": 4387, + "id": 4386, "start": 1594.28, "end": 1594.48, "text": "never" }, { - "id": 4388, + "id": 4387, "start": 1594.48, "end": 1594.68, "text": "mine" }, { - "id": 4389, + "id": 4388, "start": 1594.68, "end": 1595.14, "text": "it." }, { - "id": 4390, + "id": 4389, "start": 1595.14, "end": 1595.34, "text": "Right," }, { - "id": 4391, + "id": 4390, "start": 1595.34, "end": 1595.5, "text": "so" }, { - "id": 4392, + "id": 4391, "start": 1595.5, "end": 1595.76, "text": "it's" }, { - "id": 4393, + "id": 4392, "start": 1595.76, "end": 1595.9, "text": "kind" }, { - "id": 4394, + "id": 4393, "start": 1595.9, "end": 1596.14, "text": "of" }, { - "id": 4395, + "id": 4394, "start": 1596.14, - "end": 1596.34, + "end": 1596.36, "text": "in" }, { - "id": 4396, - "start": 1596.34, - "end": 1596.84, + "id": 4395, + "start": 1596.36, + "end": 1596.86, "text": "anticipation" }, { - "id": 4397, + "id": 4396, "start": 1597.36, "end": 1597.86, "text": "of" }, { - "id": 4398, + "id": 4397, "start": 1598.04, "end": 1598.54, "text": "hopefully," }, { - "id": 4399, + "id": 4398, "start": 1598.86, "end": 1599.36, "text": "potentially" }, { - "id": 4400, + "id": 4399, "start": 1599.56, "end": 1599.72, "text": "a" }, { - "id": 4401, + "id": 4400, "start": 1599.72, "end": 1600.04, "text": "future" }, { - "id": 4402, + "id": 4401, "start": 1600.04, - "end": 1600.24, + "end": 1600.26, "text": "soft" }, { - "id": 4403, - "start": 1600.24, + "id": 4402, + "start": 1600.26, "end": 1600.58, "text": "fork" }, { - "id": 4404, + "id": 4403, "start": 1600.58, "end": 1600.8, "text": "to" }, { - "id": 4405, + "id": 4404, "start": 1600.8, "end": 1601.3, "text": "already" }, { - "id": 4406, + "id": 4405, "start": 1601.44, "end": 1601.6, "text": "sort" }, { - "id": 4407, + "id": 4406, "start": 1601.6, "end": 1602.1, "text": "of," }, { - "id": 4408, + "id": 4407, "start": 1603.26, "end": 1603.32, "text": "you" }, { - "id": 4409, + "id": 4408, "start": 1603.32, "end": 1603.82, "text": "know," }, { - "id": 4410, + "id": 4409, "start": 1603.82, "end": 1604.32, "text": "push" }, { - "id": 4411, + "id": 4410, "start": 1604.44, "end": 1604.94, "text": "network" }, { - "id": 4412, + "id": 4411, "start": 1605.06, "end": 1605.42, "text": "behavior" }, { - "id": 4413, + "id": 4412, "start": 1605.42, "end": 1605.56, "text": "kind" }, { - "id": 4414, + "id": 4413, "start": 1605.56, "end": 1605.76, "text": "of" }, { - "id": 4415, + "id": 4414, "start": 1605.76, "end": 1605.94, "text": "in" }, { - "id": 4416, + "id": 4415, "start": 1605.94, "end": 1606.16, "text": "that" }, { - "id": 4417, + "id": 4416, "start": 1606.16, "end": 1606.66, "text": "direction" }, { - "id": 4418, + "id": 4417, "start": 1606.68, "end": 1606.88, "text": "so" }, { - "id": 4419, + "id": 4418, "start": 1606.88, "end": 1607.06, "text": "that" }, { - "id": 4420, + "id": 4419, "start": 1607.06, - "end": 1607.26, + "end": 1607.24, "text": "when" }, { - "id": 4421, - "start": 1607.26, + "id": 4420, + "start": 1607.24, "end": 1607.38, "text": "the" }, { - "id": 4422, + "id": 4421, "start": 1607.38, "end": 1607.58, "text": "soft" }, { - "id": 4423, + "id": 4422, "start": 1607.58, "end": 1607.8, "text": "fork" }, { - "id": 4424, + "id": 4423, "start": 1607.8, "end": 1608.28, "text": "happens," }, { - "id": 4425, + "id": 4424, "start": 1608.28, "end": 1608.54, "text": "then" }, { - "id": 4426, + "id": 4425, "start": 1608.54, "end": 1609.04, "text": "it's" }, { - "id": 4427, + "id": 4426, "start": 1609.12, "end": 1609.3, "text": "a" }, { - "id": 4428, + "id": 4427, "start": 1609.3, "end": 1609.8, "text": "relatively" }, { - "id": 4429, + "id": 4428, "start": 1610.02, "end": 1610.5, "text": "small" }, { - "id": 4430, + "id": 4429, "start": 1610.5, "end": 1610.86, "text": "change" }, { - "id": 4431, + "id": 4430, "start": 1610.86, "end": 1611.04, "text": "that" }, { - "id": 4432, + "id": 4431, "start": 1611.04, "end": 1611.46, "text": "can't" }, { - "id": 4433, + "id": 4432, "start": 1611.46, "end": 1611.82, "text": "really" }, { - "id": 4434, + "id": 4433, "start": 1611.82, "end": 1612.04, "text": "cause" }, { - "id": 4435, + "id": 4434, "start": 1612.04, "end": 1612.26, "text": "too" }, { - "id": 4436, + "id": 4435, "start": 1612.26, "end": 1612.48, "text": "much" }, { - "id": 4437, + "id": 4436, "start": 1612.48, "end": 1612.94, "text": "problems," }, { - "id": 4438, + "id": 4437, "start": 1612.94, "end": 1613.44, "text": "essentially," }, { - "id": 4439, + "id": 4438, "start": 1613.48, "end": 1613.98, "text": "right?" }, { - "id": 4440, + "id": 4439, "start": 1614.72, "end": 1614.92, "text": "Yeah," }, { - "id": 4441, + "id": 4440, "start": 1614.92, "end": 1615.42, "text": "exactly." }, { - "id": 4442, + "id": 4441, "start": 1615.44, "end": 1615.52, "text": "You" }, { - "id": 4443, + "id": 4442, "start": 1615.52, "end": 1615.76, "text": "want" }, { - "id": 4444, + "id": 4443, "start": 1615.76, "end": 1615.92, "text": "soft" }, { - "id": 4445, + "id": 4444, "start": 1615.92, "end": 1616.18, "text": "forks" }, { - "id": 4446, + "id": 4445, "start": 1616.18, "end": 1616.32, "text": "to" }, { - "id": 4447, + "id": 4446, "start": 1616.32, "end": 1616.48, "text": "be" }, { - "id": 4448, + "id": 4447, "start": 1616.48, "end": 1616.58, "text": "as" }, { - "id": 4449, + "id": 4448, "start": 1616.58, "end": 1616.82, "text": "safe" }, { - "id": 4450, + "id": 4449, "start": 1616.82, "end": 1616.98, "text": "as" }, { - "id": 4451, + "id": 4450, "start": 1616.98, "end": 1617.48, "text": "possible" }, { - "id": 4452, + "id": 4451, "start": 1617.56, "end": 1617.78, "text": "for" }, { - "id": 4453, + "id": 4452, "start": 1617.78, "end": 1618.14, "text": "users," }, { - "id": 4454, + "id": 4453, "start": 1618.14, "end": 1618.32, "text": "but" }, { - "id": 4455, + "id": 4454, "start": 1618.32, "end": 1618.62, "text": "also" }, { - "id": 4456, + "id": 4455, "start": 1618.62, "end": 1618.78, "text": "for" }, { - "id": 4457, + "id": 4456, "start": 1618.78, "end": 1619.28, "text": "miners." }, { - "id": 4458, + "id": 4457, "start": 1619.76, "end": 1620.06, "text": "Yeah," }, { - "id": 4459, + "id": 4458, "start": 1620.06, "end": 1620.2, "text": "And" }, { - "id": 4460, + "id": 4459, "start": 1620.2, "end": 1620.32, "text": "I" }, { - "id": 4461, + "id": 4460, "start": 1620.32, "end": 1620.72, "text": "think" }, { - "id": 4462, + "id": 4461, "start": 1620.72, "end": 1621.2, "text": "also," }, { - "id": 4463, + "id": 4462, "start": 1621.2, "end": 1621.4, "text": "so" }, { - "id": 4464, + "id": 4463, "start": 1621.4, "end": 1621.64, "text": "that" }, { - "id": 4465, + "id": 4464, "start": 1621.64, "end": 1622.04, "text": "ties" }, { - "id": 4466, + "id": 4465, "start": 1622.04, "end": 1622.24, "text": "in" }, { - "id": 4467, + "id": 4466, "start": 1622.24, "end": 1622.52, "text": "with," }, { - "id": 4468, + "id": 4467, "start": 1622.52, "end": 1622.72, "text": "I" }, { - "id": 4469, + "id": 4468, "start": 1622.72, "end": 1623.16, "text": "guess," }, { - "id": 4470, + "id": 4469, "start": 1623.16, "end": 1623.56, "text": "another" }, { - "id": 4471, + "id": 4470, "start": 1623.56, "end": 1624.06, "text": "point." }, { - "id": 4472, + "id": 4471, "start": 1624.28, "end": 1624.54, "text": "We" }, { - "id": 4473, + "id": 4472, "start": 1624.54, "end": 1625.04, "text": "do" }, { - "id": 4474, + "id": 4473, "start": 1626.14, "end": 1626.64, "text": "apparently" }, { - "id": 4475, + "id": 4474, "start": 1626.68, "end": 1626.94, "text": "keep" }, { - "id": 4476, + "id": 4475, "start": 1626.94, "end": 1627.16, "text": "getting" }, { - "id": 4477, + "id": 4476, "start": 1627.16, "end": 1627.36, "text": "back" }, { - "id": 4478, + "id": 4477, "start": 1627.36, "end": 1627.48, "text": "a" }, { - "id": 4479, + "id": 4478, "start": 1627.48, "end": 1627.66, "text": "little" }, { - "id": 4480, + "id": 4479, "start": 1627.66, "end": 1627.8, "text": "bit" }, { - "id": 4481, + "id": 4480, "start": 1627.8, "end": 1627.96, "text": "to" }, { - "id": 4482, + "id": 4481, "start": 1627.96, "end": 1628.1, "text": "the" }, { - "id": 4483, + "id": 4482, "start": 1628.1, "end": 1628.52, "text": "Operatron" }, { - "id": 4484, + "id": 4483, "start": 1628.52, "end": 1629.02, "text": "issue." }, { - "id": 4485, + "id": 4484, "start": 1629.48, "end": 1629.68, "text": "As" }, { - "id": 4486, + "id": 4485, "start": 1629.68, "end": 1629.88, "text": "a" }, { - "id": 4487, + "id": 4486, "start": 1629.88, "end": 1630.36, "text": "general" }, { - "id": 4488, + "id": 4487, "start": 1630.36, "end": 1630.52, "text": "sort" }, { - "id": 4489, + "id": 4488, "start": 1630.52, "end": 1630.68, "text": "of" }, { - "id": 4490, + "id": 4489, "start": 1630.68, "end": 1631.18, "text": "direction," }, { - "id": 4491, + "id": 4490, "start": 1631.44, "end": 1631.68, "text": "I" }, { - "id": 4492, + "id": 4491, "start": 1631.68, "end": 1632.18, "text": "think" }, { - "id": 4493, + "id": 4492, "start": 1632.62, "end": 1632.84, "text": "the" }, { - "id": 4494, + "id": 4493, "start": 1632.84, "end": 1633.32, "text": "goal" }, { - "id": 4495, + "id": 4494, "start": 1633.32, "end": 1633.52, "text": "of" }, { - "id": 4496, + "id": 4495, "start": 1633.52, "end": 1633.68, "text": "the" }, { - "id": 4497, + "id": 4496, "start": 1633.68, "end": 1634.04, "text": "Bitcoin" }, { - "id": 4498, + "id": 4497, "start": 1634.04, "end": 1634.34, "text": "Core" }, { - "id": 4499, + "id": 4498, "start": 1634.34, "end": 1634.84, "text": "project" }, { - "id": 4500, + "id": 4499, "start": 1635.28, "end": 1635.54, "text": "is" }, { - "id": 4501, + "id": 4500, "start": 1635.54, "end": 1636.04, "text": "to" }, { - "id": 4502, + "id": 4501, "start": 1636.1, "end": 1636.6, "text": "essentially," }, { - "id": 4503, + "id": 4502, "start": 1638.06, "end": 1638.14, "text": "you" }, { - "id": 4504, + "id": 4503, "start": 1638.14, "end": 1638.42, "text": "know," }, { - "id": 4505, + "id": 4504, "start": 1638.42, "end": 1638.58, "text": "as" }, { - "id": 4506, + "id": 4505, "start": 1638.58, "end": 1638.82, "text": "much" }, { - "id": 4507, + "id": 4506, "start": 1638.82, "end": 1638.96, "text": "as" }, { - "id": 4508, + "id": 4507, "start": 1638.96, "end": 1639.3, "text": "possible," }, { - "id": 4509, + "id": 4508, "start": 1639.3, "end": 1639.54, "text": "just" }, { - "id": 4510, + "id": 4509, "start": 1639.54, "end": 1639.72, "text": "get" }, { - "id": 4511, + "id": 4510, "start": 1639.72, "end": 1639.96, "text": "rid" }, { - "id": 4512, + "id": 4511, "start": 1639.96, "end": 1640.08, "text": "of" }, { - "id": 4513, + "id": 4512, "start": 1640.08, "end": 1640.46, "text": "policy" }, { - "id": 4514, + "id": 4513, "start": 1640.46, "end": 1640.94, "text": "rules" }, { - "id": 4515, + "id": 4514, "start": 1640.94, "end": 1641.44, "text": "and" }, { - "id": 4516, + "id": 4515, "start": 1642.36, "end": 1642.68, "text": "make" }, { - "id": 4517, + "id": 4516, "start": 1642.68, "end": 1643.18, "text": "what" }, { - "id": 4518, + "id": 4517, "start": 1643.2, "end": 1643.68, "text": "nodes" }, { - "id": 4519, + "id": 4518, "start": 1643.68, "end": 1644.14, "text": "accept" }, { - "id": 4520, + "id": 4519, "start": 1644.14, "end": 1644.28, "text": "and" }, { - "id": 4521, + "id": 4520, "start": 1644.28, "end": 1644.78, "text": "relay" }, { - "id": 4522, + "id": 4521, "start": 1644.82, "end": 1644.96, "text": "as" }, { - "id": 4523, + "id": 4522, "start": 1644.96, "end": 1645.28, "text": "close" }, { - "id": 4524, + "id": 4523, "start": 1645.28, "end": 1645.44, "text": "as" }, { - "id": 4525, + "id": 4524, "start": 1645.44, "end": 1645.9, "text": "possible" }, { - "id": 4526, + "id": 4525, "start": 1645.9, "end": 1646.04, "text": "to" }, { - "id": 4527, + "id": 4526, "start": 1646.04, "end": 1646.24, "text": "the" }, { - "id": 4528, + "id": 4527, "start": 1646.24, "end": 1646.58, "text": "actual" }, { - "id": 4529, + "id": 4528, "start": 1646.58, "end": 1647.08, "text": "consensus" }, { - "id": 4530, + "id": 4529, "start": 1647.14, "end": 1647.64, "text": "rules." }, { - "id": 4531, + "id": 4530, "start": 1647.72, "end": 1647.88, "text": "Is" }, { - "id": 4532, + "id": 4531, "start": 1647.88, "end": 1648.04, "text": "that" }, { - "id": 4533, + "id": 4532, "start": 1648.04, "end": 1648.54, "text": "correct?" }, { - "id": 4534, + "id": 4533, "start": 1649.16, "end": 1649.34, "text": "There" }, { - "id": 4535, + "id": 4534, "start": 1649.34, "end": 1649.54, "text": "is" }, { - "id": 4536, + "id": 4535, "start": 1649.54, "end": 1649.62, "text": "a" }, { - "id": 4537, + "id": 4536, "start": 1649.62, "end": 1650.12, "text": "philosophy" }, { - "id": 4538, + "id": 4537, "start": 1650.24, "end": 1650.46, "text": "that" }, { - "id": 4539, + "id": 4538, "start": 1650.46, - "end": 1650.96, + "end": 1650.82, "text": "says" }, { - "id": 4540, - "start": 1651.38, - "end": 1651.5, + "id": 4539, + "start": 1650.82, + "end": 1651.32, "text": "that" }, { - "id": 4541, + "id": 4540, "start": 1651.5, "end": 1651.86, "text": "policy" }, { - "id": 4542, + "id": 4541, "start": 1651.86, "end": 1652.04, "text": "and" }, { - "id": 4543, + "id": 4542, "start": 1652.04, "end": 1652.54, "text": "consensus" }, { - "id": 4544, + "id": 4543, "start": 1652.56, "end": 1652.86, "text": "should" }, { - "id": 4545, + "id": 4544, "start": 1652.86, "end": 1653.36, "text": "converge." }, { - "id": 4546, + "id": 4545, "start": 1653.9, "end": 1654.34, "text": "Yeah," }, { - "id": 4547, + "id": 4546, "start": 1654.34, "end": 1654.84, "text": "exactly." }, { - "id": 4548, + "id": 4547, "start": 1655.34, "end": 1655.5, "text": "I" }, { - "id": 4549, + "id": 4548, "start": 1655.5, "end": 1655.74, "text": "don't" }, { - "id": 4550, + "id": 4549, "start": 1655.74, "end": 1656.04, "text": "know" }, { - "id": 4551, + "id": 4550, "start": 1656.04, "end": 1656.26, "text": "if" }, { - "id": 4552, + "id": 4551, "start": 1656.26, "end": 1656.48, "text": "that's" }, { - "id": 4553, + "id": 4552, "start": 1656.48, "end": 1656.98, "text": "realistic," }, { - "id": 4554, + "id": 4553, "start": 1657.9, "end": 1658.4, "text": "but" }, { - "id": 4555, + "id": 4554, "start": 1659.34, "end": 1659.52, "text": "one" }, { - "id": 4556, + "id": 4555, "start": 1659.52, "end": 1659.64, "text": "of" }, { - "id": 4557, + "id": 4556, "start": 1659.64, "end": 1659.72, "text": "the" }, { - "id": 4558, + "id": 4557, "start": 1659.72, "end": 1660.18, "text": "reasons" }, { - "id": 4559, + "id": 4558, "start": 1660.18, "end": 1660.64, "text": "is" }, { - "id": 4560, + "id": 4559, "start": 1660.64, "end": 1661.14, "text": "that" }, { - "id": 4561, + "id": 4560, "start": 1661.98, "end": 1662.18, "text": "one" }, { - "id": 4562, + "id": 4561, "start": 1662.18, "end": 1662.34, "text": "of" }, { - "id": 4563, + "id": 4562, "start": 1662.34, "end": 1662.38, "text": "the" }, { - "id": 4564, + "id": 4563, "start": 1662.38, "end": 1662.8, "text": "goals" }, { - "id": 4565, + "id": 4564, "start": 1662.8, "end": 1663.3, "text": "of," }, { - "id": 4566, + "id": 4565, "start": 1663.7, "end": 1663.86, "text": "one" }, { - "id": 4567, + "id": 4566, "start": 1663.86, "end": 1664.06, "text": "of" }, { - "id": 4568, + "id": 4567, "start": 1664.06, "end": 1664.16, "text": "the" }, { - "id": 4569, + "id": 4568, "start": 1664.16, "end": 1664.38, "text": "use" }, { - "id": 4570, + "id": 4569, "start": 1664.38, - "end": 1664.7, + "end": 1664.72, "text": "cases" }, { - "id": 4571, - "start": 1664.7, + "id": 4570, + "start": 1664.72, "end": 1664.92, "text": "for" }, { - "id": 4572, + "id": 4571, "start": 1664.92, "end": 1665.36, "text": "policy" }, { - "id": 4573, + "id": 4572, "start": 1665.36, "end": 1665.58, "text": "is" }, { - "id": 4574, + "id": 4573, "start": 1665.58, "end": 1666.08, "text": "upgrades," }, { - "id": 4575, + "id": 4574, "start": 1666.38, "end": 1666.76, "text": "upgrade" }, { - "id": 4576, + "id": 4575, "start": 1666.76, "end": 1667.26, "text": "hooks." }, { - "id": 4577, + "id": 4576, "start": 1668.14, "end": 1668.42, "text": "Upgrade" }, { - "id": 4578, + "id": 4577, "start": 1668.42, "end": 1668.7, "text": "hooks" }, { - "id": 4579, + "id": 4578, "start": 1668.7, "end": 1669.02, "text": "means" }, { - "id": 4580, + "id": 4579, "start": 1669.02, "end": 1669.3, "text": "that," }, { - "id": 4581, + "id": 4580, "start": 1669.3, "end": 1669.64, "text": "say," }, { - "id": 4582, + "id": 4581, "start": 1669.64, "end": 1670.02, "text": "SegWit" }, { - "id": 4583, + "id": 4582, "start": 1670.02, "end": 1670.38, "text": "version" }, { - "id": 4584, + "id": 4583, "start": 1670.38, "end": 1670.88, "text": "2," }, { - "id": 4585, - "start": 1670.96, + "id": 4584, + "start": 1670.94, "end": 1671.16, "text": "or" }, { - "id": 4586, + "id": 4585, "start": 1671.16, "end": 1671.5, "text": "3," }, { - "id": 4587, + "id": 4586, "start": 1671.5, "end": 1671.74, "text": "or" }, { - "id": 4588, + "id": 4587, "start": 1671.74, "end": 1672.24, "text": "4," }, { - "id": 4589, + "id": 4588, "start": 1672.8, "end": 1673.3, "text": "currently" }, { - "id": 4590, + "id": 4589, "start": 1673.48, "end": 1673.98, "text": "is" }, { - "id": 4591, + "id": 4590, "start": 1674.16, "end": 1674.44, "text": "not" }, { - "id": 4592, + "id": 4591, "start": 1674.44, "end": 1674.88, "text": "standard," }, { - "id": 4593, + "id": 4592, "start": 1674.88, "end": 1675.04, "text": "so" }, { - "id": 4594, + "id": 4593, "start": 1675.04, "end": 1675.12, "text": "it" }, { - "id": 4595, + "id": 4594, "start": 1675.12, "end": 1675.32, "text": "will" }, { - "id": 4596, + "id": 4595, "start": 1675.32, "end": 1675.52, "text": "not" }, { - "id": 4597, + "id": 4596, "start": 1675.52, "end": 1675.68, "text": "be" }, { - "id": 4598, + "id": 4597, "start": 1675.68, "end": 1676.18, "text": "relayed," }, { - "id": 4599, + "id": 4598, "start": 1676.38, "end": 1676.58, "text": "but" }, { - "id": 4600, + "id": 4599, "start": 1676.58, "end": 1676.74, "text": "it" }, { - "id": 4601, + "id": 4600, "start": 1676.74, "end": 1676.92, "text": "is" }, { - "id": 4602, + "id": 4601, "start": 1676.92, "end": 1677.42, "text": "consensus" }, { - "id": 4603, + "id": 4602, "start": 1677.44, "end": 1677.9, "text": "valid." }, { - "id": 4604, + "id": 4603, "start": 1677.9, "end": 1678.08, "text": "It's" }, { - "id": 4605, + "id": 4604, "start": 1678.08, "end": 1678.38, "text": "just" }, { - "id": 4606, + "id": 4605, "start": 1678.38, "end": 1678.88, "text": "that" }, { - "id": 4607, + "id": 4606, "start": 1679.02, "end": 1679.16, "text": "if" }, { - "id": 4608, + "id": 4607, "start": 1679.16, "end": 1679.34, "text": "you" }, { - "id": 4609, + "id": 4608, "start": 1679.34, "end": 1679.62, "text": "mine" }, { - "id": 4610, + "id": 4609, "start": 1679.62, "end": 1680.12, "text": "it," }, { - "id": 4611, + "id": 4610, "start": 1680.24, "end": 1680.46, "text": "it" }, { - "id": 4612, + "id": 4611, "start": 1680.46, "end": 1680.66, "text": "has" }, { - "id": 4613, + "id": 4612, "start": 1680.66, "end": 1680.86, "text": "no" }, { - "id": 4614, + "id": 4613, "start": 1680.86, "end": 1681.36, "text": "meaning." }, { - "id": 4615, + "id": 4614, "start": 1682.22, "end": 1682.38, "text": "So" }, { - "id": 4616, + "id": 4615, "start": 1682.38, "end": 1682.7, "text": "that's" }, { - "id": 4617, + "id": 4616, "start": 1682.7, "end": 1682.78, "text": "a" }, { - "id": 4618, + "id": 4617, "start": 1682.78, "end": 1683.08, "text": "case" }, { - "id": 4619, + "id": 4618, "start": 1683.08, "end": 1683.48, "text": "where" }, { - "id": 4620, + "id": 4619, "start": 1683.48, "end": 1683.68, "text": "we" }, { - "id": 4621, + "id": 4620, "start": 1683.68, "end": 1683.94, "text": "don't" }, { - "id": 4622, + "id": 4621, "start": 1683.94, "end": 1684.14, "text": "want" }, { - "id": 4623, + "id": 4622, "start": 1684.14, "end": 1684.28, "text": "them" }, { - "id": 4624, + "id": 4623, "start": 1684.28, "end": 1684.44, "text": "to" }, { - "id": 4625, + "id": 4624, "start": 1684.44, "end": 1684.54, "text": "be" }, { - "id": 4626, + "id": 4625, "start": 1684.54, "end": 1684.68, "text": "the" }, { - "id": 4627, + "id": 4626, "start": 1684.68, "end": 1685.06, "text": "same" }, { - "id": 4628, + "id": 4627, "start": 1685.06, "end": 1685.28, "text": "because" }, { - "id": 4629, + "id": 4628, "start": 1685.28, "end": 1685.38, "text": "you" }, { - "id": 4630, + "id": 4629, "start": 1685.38, "end": 1685.66, "text": "would" }, { - "id": 4631, + "id": 4630, "start": 1685.66, "end": 1685.92, "text": "simply" }, { - "id": 4632, + "id": 4631, "start": 1685.92, "end": 1686.18, "text": "never" }, { - "id": 4633, + "id": 4632, "start": 1686.18, "end": 1686.3, "text": "be" }, { - "id": 4634, + "id": 4633, "start": 1686.3, "end": 1686.48, "text": "able" }, { - "id": 4635, + "id": 4634, "start": 1686.48, "end": 1686.58, "text": "to" }, { - "id": 4636, + "id": 4635, "start": 1686.58, "end": 1687.08, "text": "upgrade." }, { - "id": 4637, + "id": 4636, "start": 1688.4, "end": 1688.8, "text": "Sure," }, { - "id": 4638, + "id": 4637, "start": 1688.8, "end": 1689.3, "text": "yeah." }, { - "id": 4639, + "id": 4638, "start": 1689.44, "end": 1689.86, "text": "So" }, { - "id": 4640, + "id": 4639, "start": 1689.86, "end": 1689.96, "text": "I" }, { - "id": 4641, + "id": 4640, "start": 1689.96, "end": 1690.46, "text": "get" }, { - "id": 4642, + "id": 4641, "start": 1690.52, "end": 1690.68, "text": "the" }, { - "id": 4643, + "id": 4642, "start": 1690.68, "end": 1691.18, "text": "philosophy" }, { - "id": 4644, + "id": 4643, "start": 1691.2, "end": 1691.38, "text": "of" }, { - "id": 4645, + "id": 4644, "start": 1691.38, "end": 1691.58, "text": "like" }, { - "id": 4646, + "id": 4645, "start": 1691.58, "end": 1691.74, "text": "you" }, { - "id": 4647, + "id": 4646, "start": 1691.74, "end": 1691.96, "text": "don't" }, { - "id": 4648, + "id": 4647, "start": 1691.96, "end": 1692.1, "text": "want" }, { - "id": 4649, + "id": 4648, "start": 1692.1, "end": 1692.18, "text": "to" }, { - "id": 4650, + "id": 4649, "start": 1692.18, "end": 1692.38, "text": "have" }, { - "id": 4651, + "id": 4650, "start": 1692.38, "end": 1692.62, "text": "these" }, { - "id": 4652, + "id": 4651, "start": 1692.62, "end": 1693.08, "text": "pedantic" }, { - "id": 4653, + "id": 4652, "start": 1693.08, "end": 1693.58, "text": "limits" }, { - "id": 4654, + "id": 4653, "start": 1693.58, "end": 1693.74, "text": "as" }, { - "id": 4655, + "id": 4654, "start": 1693.74, "end": 1693.86, "text": "some" }, { - "id": 4656, + "id": 4655, "start": 1693.86, "end": 1694.1, "text": "people" }, { - "id": 4657, + "id": 4656, "start": 1694.1, "end": 1694.28, "text": "would" }, { - "id": 4658, + "id": 4657, "start": 1694.28, "end": 1694.5, "text": "call" }, { - "id": 4659, + "id": 4658, "start": 1694.5, "end": 1695.0, "text": "them," }, { - "id": 4660, + "id": 4659, "start": 1695.42, "end": 1695.45, "text": "like" }, { - "id": 4661, + "id": 4660, "start": 1695.45, "end": 1695.48, "text": "the" }, { - "id": 4662, + "id": 4661, "start": 1695.48, "end": 1695.98, "text": "opportune" }, { - "id": 4663, + "id": 4662, "start": 1696.06, "end": 1696.32, "text": "size" }, { - "id": 4664, + "id": 4663, "start": 1696.32, "end": 1696.5, "text": "or" }, { - "id": 4665, + "id": 4664, "start": 1696.5, "end": 1697.0, "text": "RBF" }, { - "id": 4666, + "id": 4665, "start": 1697.12, "end": 1697.62, "text": "things." }, { - "id": 4667, + "id": 4666, "start": 1698.42, "end": 1698.64, "text": "But" }, { - "id": 4668, + "id": 4667, "start": 1698.64, "end": 1698.84, "text": "it's" }, { - "id": 4669, + "id": 4668, "start": 1698.84, "end": 1699.2, "text": "not," }, { - "id": 4670, + "id": 4669, "start": 1699.2, "end": 1699.3, "text": "I" }, { - "id": 4671, + "id": 4670, "start": 1699.3, "end": 1699.54, "text": "don't" }, { - "id": 4672, + "id": 4671, "start": 1699.54, "end": 1699.74, "text": "think" }, { - "id": 4673, + "id": 4672, "start": 1699.74, "end": 1699.96, "text": "it's" }, { - "id": 4674, + "id": 4673, "start": 1699.96, "end": 1700.2, "text": "true" }, { - "id": 4675, + "id": 4674, "start": 1700.2, "end": 1700.7, "text": "that" }, { - "id": 4676, + "id": 4675, "start": 1701.06, "end": 1701.5, "text": "consensus" }, { - "id": 4677, + "id": 4676, "start": 1701.5, "end": 1701.7, "text": "and" }, { - "id": 4678, + "id": 4677, "start": 1701.7, "end": 1702.08, "text": "policy" }, { - "id": 4679, + "id": 4678, "start": 1702.08, "end": 1702.4, "text": "cannot" }, { - "id": 4680, + "id": 4679, "start": 1702.4, "end": 1702.54, "text": "be" }, { - "id": 4681, + "id": 4680, "start": 1702.54, "end": 1703.04, "text": "identical" }, { - "id": 4682, + "id": 4681, "start": 1703.1, "end": 1703.4, "text": "because" }, { - "id": 4683, + "id": 4682, "start": 1703.4, "end": 1703.56, "text": "you" }, { - "id": 4684, + "id": 4683, "start": 1703.56, "end": 1703.76, "text": "would" }, { - "id": 4685, + "id": 4684, "start": 1703.76, "end": 1703.94, "text": "never" }, { - "id": 4686, + "id": 4685, "start": 1703.94, "end": 1704.14, "text": "be" }, { - "id": 4687, + "id": 4686, "start": 1704.14, "end": 1704.28, "text": "able" }, { - "id": 4688, + "id": 4687, "start": 1704.28, "end": 1704.48, "text": "to" }, { - "id": 4689, + "id": 4688, "start": 1704.48, "end": 1704.8, "text": "upgrade" }, { - "id": 4690, + "id": 4689, "start": 1704.8, "end": 1705.14, "text": "Bitcoin" }, { - "id": 4691, + "id": 4690, "start": 1705.14, "end": 1705.64, "text": "anymore." }, { - "id": 4692, + "id": 4691, "start": 1705.76, "end": 1706.12, "text": "Yeah," }, { - "id": 4693, + "id": 4692, "start": 1706.12, "end": 1706.32, "text": "you" }, { - "id": 4694, + "id": 4693, "start": 1706.32, "end": 1706.6, "text": "still" }, { - "id": 4695, + "id": 4694, "start": 1706.6, "end": 1706.98, "text": "gotta" }, { - "id": 4696, + "id": 4695, "start": 1706.98, "end": 1707.24, "text": "leave" }, { - "id": 4697, + "id": 4696, "start": 1707.24, "end": 1707.38, "text": "the" }, { - "id": 4698, + "id": 4697, "start": 1707.38, "end": 1707.8, "text": "room" }, { - "id": 4699, + "id": 4698, "start": 1707.8, "end": 1708.04, "text": "for" }, { - "id": 4700, + "id": 4699, "start": 1708.04, "end": 1708.08, "text": "upgrade." }, { - "id": 4701, + "id": 4700, "start": 1708.08, "end": 1708.28, "text": "Or" }, { - "id": 4702, + "id": 4701, "start": 1708.28, "end": 1708.52, "text": "you'd" }, { - "id": 4703, + "id": 4702, "start": 1708.52, "end": 1708.7, "text": "make" }, { - "id": 4704, + "id": 4703, "start": 1708.7, "end": 1709.1, "text": "it," }, { - "id": 4705, + "id": 4704, "start": 1709.1, "end": 1709.44, "text": "depending" }, { - "id": 4706, + "id": 4705, "start": 1709.44, "end": 1709.6, "text": "on" }, { - "id": 4707, + "id": 4706, "start": 1709.6, "end": 1709.76, "text": "how," }, { - "id": 4708, + "id": 4707, "start": 1709.76, "end": 1709.9, "text": "you" }, { - "id": 4709, + "id": 4708, "start": 1709.9, "end": 1710.04, "text": "could" }, { - "id": 4710, + "id": 4709, "start": 1710.04, "end": 1710.28, "text": "also" }, { - "id": 4711, + "id": 4710, "start": 1710.28, "end": 1710.44, "text": "say" }, { - "id": 4712, + "id": 4711, "start": 1710.44, - "end": 1710.62, + "end": 1710.56, "text": "well" }, { - "id": 4713, - "start": 1710.62, - "end": 1710.76, + "id": 4712, + "start": 1710.56, + "end": 1710.8, "text": "you'd" }, { - "id": 4714, - "start": 1710.76, - "end": 1710.96, + "id": 4713, + "start": 1710.8, + "end": 1711.0, "text": "make" }, { - "id": 4715, - "start": 1710.96, + "id": 4714, + "start": 1711.0, "end": 1711.12, "text": "it" }, { - "id": 4716, + "id": 4715, "start": 1711.12, "end": 1711.62, "text": "completely" }, { - "id": 4717, + "id": 4716, "start": 1711.64, "end": 1712.14, "text": "unsafe." }, { - "id": 4718, + "id": 4717, "start": 1712.72, - "end": 1712.96, + "end": 1712.92, "text": "So" }, { - "id": 4719, - "start": 1712.96, + "id": 4718, + "start": 1712.92, "end": 1713.08, "text": "you" }, { - "id": 4720, + "id": 4719, "start": 1713.08, "end": 1713.28, "text": "could" }, { - "id": 4721, + "id": 4720, "start": 1713.28, - "end": 1713.52, + "end": 1713.56, "text": "also" }, { - "id": 4722, - "start": 1713.52, + "id": 4721, + "start": 1713.56, "end": 1713.76, - "text": "say" + "text": "say," }, { - "id": 4723, + "id": 4722, "start": 1713.76, "end": 1714.26, - "text": "well" + "text": "well," }, { - "id": 4724, - "start": 1714.36, - "end": 1714.6, + "id": 4723, + "start": 1714.4, + "end": 1714.64, "text": "let's" }, { - "id": 4725, - "start": 1714.6, + "id": 4724, + "start": 1714.64, "end": 1714.92, "text": "just" }, { - "id": 4726, + "id": 4725, "start": 1714.92, "end": 1715.42, "text": "allow" }, { - "id": 4727, + "id": 4726, "start": 1715.66, "end": 1716.02, "text": "SegWit" }, { - "id": 4728, + "id": 4727, "start": 1716.02, - "end": 1716.34, + "end": 1716.36, "text": "version" }, { - "id": 4729, - "start": 1716.34, - "end": 1716.84, + "id": 4728, + "start": 1716.36, + "end": 1716.86, "text": "3" }, { - "id": 4730, + "id": 4729, "start": 1717.08, "end": 1717.58, "text": "relay" }, { - "id": 4731, + "id": 4730, "start": 1718.0, "end": 1718.14, "text": "and" }, { - "id": 4732, + "id": 4731, "start": 1718.14, "end": 1718.3, "text": "not" }, { - "id": 4733, + "id": 4732, "start": 1718.3, - "end": 1718.56, + "end": 1718.6, "text": "worry" }, { - "id": 4734, - "start": 1718.56, + "id": 4733, + "start": 1718.6, "end": 1718.8, "text": "about" }, { - "id": 4735, + "id": 4734, "start": 1718.8, "end": 1719.28, "text": "it." }, { - "id": 4736, + "id": 4735, "start": 1719.28, "end": 1719.48, "text": "But" }, { - "id": 4737, + "id": 4736, "start": 1719.48, "end": 1719.64, "text": "then" }, { - "id": 4738, + "id": 4737, "start": 1719.64, "end": 1719.92, "text": "people" }, { - "id": 4739, + "id": 4738, "start": 1719.92, "end": 1720.08, "text": "can" }, { - "id": 4740, + "id": 4739, "start": 1720.08, "end": 1720.28, "text": "shoot" }, { - "id": 4741, + "id": 4740, "start": 1720.28, "end": 1720.68, "text": "themselves" }, { - "id": 4742, + "id": 4741, "start": 1720.68, - "end": 1720.84, + "end": 1720.8, "text": "in" }, { - "id": 4743, - "start": 1720.84, + "id": 4742, + "start": 1720.8, "end": 1720.92, "text": "the" }, { - "id": 4744, + "id": 4743, "start": 1720.92, "end": 1721.38, "text": "foot" }, { - "id": 4745, + "id": 4744, "start": 1721.38, - "end": 1721.6, + "end": 1721.58, "text": "and" }, { - "id": 4746, - "start": 1721.6, + "id": 4745, + "start": 1721.58, "end": 1721.8, "text": "give" }, { - "id": 4747, + "id": 4746, "start": 1721.8, "end": 1721.98, "text": "away" }, { - "id": 4748, + "id": 4747, "start": 1721.98, "end": 1722.18, "text": "their" }, { - "id": 4749, + "id": 4748, "start": 1722.18, "end": 1722.68, "text": "money." }, { - "id": 4750, + "id": 4749, "start": 1723.38, "end": 1723.58, "text": "Because" }, { - "id": 4751, + "id": 4750, "start": 1723.58, "end": 1723.74, "text": "you" }, { - "id": 4752, + "id": 4751, "start": 1723.74, "end": 1723.94, "text": "would" }, { - "id": 4753, + "id": 4752, "start": 1723.94, "end": 1724.16, "text": "get" }, { - "id": 4754, + "id": 4753, "start": 1724.16, "end": 1724.38, "text": "a" }, { - "id": 4755, + "id": 4754, "start": 1724.38, "end": 1724.88, "text": "BC1F" }, { - "id": 4756, - "start": 1726.1, - "end": 1726.6, - "text": "address" + "id": 4755, + "start": 1726.16, + "end": 1726.66, + "text": "address," }, { - "id": 4757, + "id": 4756, "start": 1727.38, "end": 1727.58, "text": "which" }, { - "id": 4758, + "id": 4757, "start": 1727.58, "end": 1727.78, "text": "might" }, { - "id": 4759, + "id": 4758, "start": 1727.78, "end": 1727.86, "text": "be" }, { - "id": 4760, + "id": 4759, "start": 1727.86, "end": 1728.06, "text": "some" }, { - "id": 4761, + "id": 4760, "start": 1728.06, "end": 1728.34, "text": "future" }, { - "id": 4762, + "id": 4761, "start": 1728.34, "end": 1728.62, "text": "SegWit" }, { - "id": 4763, + "id": 4762, "start": 1728.62, "end": 1728.9, "text": "version," }, { - "id": 4764, + "id": 4763, "start": 1728.9, "end": 1729.02, "text": "I" }, { - "id": 4765, + "id": 4764, "start": 1729.02, "end": 1729.2, "text": "don't" }, { - "id": 4766, + "id": 4765, "start": 1729.2, "end": 1729.34, "text": "know" }, { - "id": 4767, + "id": 4766, "start": 1729.34, "end": 1729.48, "text": "what" }, { - "id": 4768, + "id": 4767, "start": 1729.48, "end": 1729.64, "text": "the" }, { - "id": 4769, + "id": 4768, "start": 1729.64, "end": 1729.92, "text": "letter" }, { - "id": 4770, + "id": 4769, "start": 1729.92, "end": 1730.14, "text": "F" }, { - "id": 4771, + "id": 4770, "start": 1730.14, "end": 1730.34, "text": "maps" }, { - "id": 4772, + "id": 4771, "start": 1730.34, "end": 1730.84, "text": "to," }, { - "id": 4773, + "id": 4772, "start": 1731.14, "end": 1731.34, "text": "and" }, { - "id": 4774, + "id": 4773, "start": 1731.34, "end": 1731.44, "text": "you" }, { - "id": 4775, + "id": 4774, "start": 1731.44, "end": 1731.62, "text": "would" }, { - "id": 4776, + "id": 4775, "start": 1731.62, "end": 1731.78, "text": "just" }, { - "id": 4777, + "id": 4776, "start": 1731.78, "end": 1731.96, "text": "send" }, { - "id": 4778, + "id": 4777, "start": 1731.96, "end": 1732.08, "text": "to" }, { - "id": 4779, + "id": 4778, "start": 1732.08, "end": 1732.26, "text": "it" }, { - "id": 4780, + "id": 4779, "start": 1732.26, "end": 1732.36, "text": "and" }, { - "id": 4781, + "id": 4780, "start": 1732.36, "end": 1732.5, "text": "that" }, { - "id": 4782, + "id": 4781, "start": 1732.5, "end": 1732.72, "text": "money" }, { - "id": 4783, + "id": 4782, "start": 1732.72, "end": 1732.92, "text": "would" }, { - "id": 4784, + "id": 4783, "start": 1732.92, "end": 1733.1, "text": "just" }, { - "id": 4785, + "id": 4784, "start": 1733.1, "end": 1733.6, "text": "disappear" }, { - "id": 4786, + "id": 4785, "start": 1734.0, "end": 1734.16, "text": "and" }, { - "id": 4787, + "id": 4786, "start": 1734.16, "end": 1734.28, "text": "it" }, { - "id": 4788, + "id": 4787, "start": 1734.28, "end": 1734.52, "text": "wouldn't" }, { - "id": 4789, + "id": 4788, "start": 1734.52, "end": 1734.72, "text": "even" }, { - "id": 4790, + "id": 4789, "start": 1734.72, "end": 1734.92, "text": "go" }, { - "id": 4791, + "id": 4790, "start": 1734.92, "end": 1735.08, "text": "to" }, { - "id": 4792, + "id": 4791, "start": 1735.08, "end": 1735.58, "text": "anyone." }, { - "id": 4793, + "id": 4792, "start": 1737.34, "end": 1737.62, "text": "Okay," }, { - "id": 4794, + "id": 4793, "start": 1737.62, "end": 1738.12, "text": "what's," }, { - "id": 4795, + "id": 4794, "start": 1739.34, "end": 1739.82, "text": "just" }, { - "id": 4796, + "id": 4795, "start": 1739.82, "end": 1740.06, "text": "to" }, { - "id": 4797, + "id": 4796, "start": 1740.06, "end": 1740.34, "text": "give" }, { - "id": 4798, + "id": 4797, "start": 1740.34, "end": 1740.54, "text": "our" }, { - "id": 4799, + "id": 4798, "start": 1740.54, "end": 1741.02, "text": "listeners" }, { - "id": 4800, + "id": 4799, "start": 1741.02, "end": 1741.16, "text": "a" }, { - "id": 4801, + "id": 4800, "start": 1741.16, "end": 1741.32, "text": "sort" }, { - "id": 4802, + "id": 4801, "start": 1741.32, "end": 1741.56, "text": "of" }, { - "id": 4803, + "id": 4802, "start": 1741.56, "end": 1742.02, "text": "rough" }, { - "id": 4804, + "id": 4803, "start": 1742.02, "end": 1742.52, "text": "idea" }, { - "id": 4805, + "id": 4804, "start": 1742.62, "end": 1743.0, "text": "because" }, { - "id": 4806, + "id": 4805, "start": 1743.0, "end": 1743.18, "text": "so" }, { - "id": 4807, + "id": 4806, "start": 1743.18, "end": 1743.4, "text": "now" }, { - "id": 4808, + "id": 4807, "start": 1743.4, "end": 1743.56, "text": "the" }, { - "id": 4809, + "id": 4808, "start": 1743.56, "end": 1743.94, "text": "limit" }, { - "id": 4810, + "id": 4809, "start": 1743.94, "end": 1744.2, "text": "is" }, { - "id": 4811, + "id": 4810, "start": 1744.2, "end": 1744.7, "text": "2500." }, { - "id": 4812, + "id": 4811, "start": 1746.68, "end": 1746.94, "text": "Like" }, { - "id": 4813, + "id": 4812, "start": 1746.94, "end": 1747.12, "text": "you" }, { - "id": 4814, + "id": 4813, "start": 1747.12, "end": 1747.62, "text": "mentioned," }, { - "id": 4815, + "id": 4814, "start": 1747.7, - "end": 1748.0, + "end": 1747.96, "text": "that" }, { - "id": 4816, - "start": 1748.0, + "id": 4815, + "start": 1747.96, "end": 1748.3, "text": "is" }, { - "id": 4817, + "id": 4816, "start": 1748.3, "end": 1748.76, "text": "probably" }, { - "id": 4818, + "id": 4817, "start": 1748.76, "end": 1749.08, "text": "far" }, { - "id": 4819, + "id": 4818, "start": 1749.08, "end": 1749.58, "text": "beyond" }, { - "id": 4820, + "id": 4819, "start": 1749.72, "end": 1750.22, "text": "anything" }, { - "id": 4821, + "id": 4820, "start": 1750.32, "end": 1750.64, "text": "that" }, { - "id": 4822, + "id": 4821, "start": 1750.64, "end": 1751.14, "text": "anyone" }, { - "id": 4823, + "id": 4822, "start": 1751.5, "end": 1751.94, "text": "would" }, { - "id": 4824, + "id": 4823, "start": 1751.94, "end": 1752.34, "text": "ever" }, { - "id": 4825, + "id": 4824, "start": 1752.34, "end": 1752.66, "text": "use" }, { - "id": 4826, + "id": 4825, "start": 1752.66, "end": 1752.9, "text": "for" }, { - "id": 4827, + "id": 4826, "start": 1752.9, "end": 1753.36, "text": "any" }, { - "id": 4828, + "id": 4827, "start": 1753.36, "end": 1753.82, "text": "real" }, { - "id": 4829, + "id": 4828, "start": 1753.82, "end": 1754.32, "text": "reason," }, { - "id": 4830, + "id": 4829, "start": 1754.44, "end": 1754.94, "text": "essentially." }, { - "id": 4831, + "id": 4830, "start": 1757.9, "end": 1758.22, "text": "What" }, { - "id": 4832, + "id": 4831, "start": 1758.22, "end": 1758.46, "text": "kind" }, { - "id": 4833, + "id": 4832, "start": 1758.46, "end": 1758.84, "text": "of" }, { - "id": 4834, + "id": 4833, "start": 1758.84, "end": 1759.34, "text": "impact" }, { - "id": 4835, + "id": 4834, "start": 1759.4, "end": 1759.64, "text": "does" }, { - "id": 4836, + "id": 4835, "start": 1759.64, "end": 1759.94, "text": "this" }, { - "id": 4837, + "id": 4836, "start": 1759.94, "end": 1760.38, "text": "actually" }, { - "id": 4838, + "id": 4837, "start": 1760.38, "end": 1760.68, "text": "have" }, { - "id": 4839, + "id": 4838, "start": 1760.68, "end": 1760.86, "text": "on" }, { - "id": 4840, + "id": 4839, "start": 1760.86, "end": 1761.04, "text": "a" }, { - "id": 4841, + "id": 4840, "start": 1761.04, "end": 1761.54, "text": "note?" }, { - "id": 4842, + "id": 4841, "start": 1761.58, "end": 1761.86, "text": "Let's" }, { - "id": 4843, + "id": 4842, "start": 1761.86, "end": 1762.06, "text": "say" }, { - "id": 4844, + "id": 4843, "start": 1762.06, "end": 1762.24, "text": "this" }, { - "id": 4845, + "id": 4844, "start": 1762.24, "end": 1762.64, "text": "limit" }, { - "id": 4846, + "id": 4845, "start": 1762.64, "end": 1763.14, "text": "is" }, { - "id": 4847, + "id": 4846, "start": 1763.36, "end": 1763.86, "text": "touched." }, { - "id": 4848, + "id": 4847, "start": 1763.92, "end": 1764.14, "text": "There" }, { - "id": 4849, + "id": 4848, "start": 1764.14, "end": 1764.32, "text": "is" }, { - "id": 4850, + "id": 4849, "start": 1764.32, "end": 1764.4, "text": "a" }, { - "id": 4851, + "id": 4850, "start": 1764.4, "end": 1764.88, "text": "transaction" }, { - "id": 4852, + "id": 4851, "start": 1764.88, "end": 1765.08, "text": "that" }, { - "id": 4853, + "id": 4852, "start": 1765.08, "end": 1765.52, "text": "actually" }, { - "id": 4854, + "id": 4853, "start": 1765.52, "end": 1765.76, "text": "has" }, { - "id": 4855, + "id": 4854, "start": 1765.76, "end": 1766.26, "text": "2500" }, { - "id": 4856, + "id": 4855, "start": 1766.48, "end": 1766.98, "text": "SIGOPs." }, { - "id": 4857, + "id": 4856, "start": 1767.56, "end": 1767.74, "text": "Are" }, { - "id": 4858, + "id": 4857, "start": 1767.74, "end": 1767.9, "text": "we" }, { - "id": 4859, + "id": 4858, "start": 1767.9, "end": 1768.26, "text": "talking" }, { - "id": 4860, + "id": 4859, "start": 1768.26, "end": 1768.52, "text": "about" }, { - "id": 4861, + "id": 4860, "start": 1768.52, "end": 1768.62, "text": "a" }, { - "id": 4862, + "id": 4861, "start": 1768.62, "end": 1769.12, "text": "transaction" }, { - "id": 4863, + "id": 4862, "start": 1769.24, "end": 1769.74, "text": "that's" }, { - "id": 4864, + "id": 4863, "start": 1770.56, "end": 1770.72, "text": "going" }, { - "id": 4865, + "id": 4864, "start": 1770.72, "end": 1771.08, "text": "to" }, { - "id": 4866, + "id": 4865, "start": 1771.08, "end": 1771.38, "text": "stall" }, { - "id": 4867, + "id": 4866, "start": 1771.38, "end": 1771.62, "text": "your" }, { - "id": 4868, + "id": 4867, "start": 1771.62, "end": 1771.96, "text": "note" }, { - "id": 4869, + "id": 4868, "start": 1771.96, "end": 1772.22, "text": "with" }, { - "id": 4870, + "id": 4869, "start": 1772.22, "end": 1772.44, "text": "like" }, { - "id": 4871, + "id": 4870, "start": 1772.44, "end": 1772.64, "text": "a" }, { - "id": 4872, + "id": 4871, "start": 1772.64, "end": 1773.08, "text": "second" }, { - "id": 4873, + "id": 4872, "start": 1773.08, "end": 1773.28, "text": "or" }, { - "id": 4874, + "id": 4873, "start": 1773.28, "end": 1773.48, "text": "not" }, { - "id": 4875, + "id": 4874, "start": 1773.48, "end": 1773.8, "text": "even" }, { - "id": 4876, + "id": 4875, "start": 1773.8, "end": 1774.2, "text": "that?" }, { - "id": 4877, + "id": 4876, "start": 1774.2, "end": 1774.7, "text": "Or" }, { - "id": 4878, + "id": 4877, "start": 1774.94, "end": 1775.14, "text": "what" }, { - "id": 4879, + "id": 4878, "start": 1775.14, "end": 1775.38, "text": "sort" }, { - "id": 4880, + "id": 4879, "start": 1775.38, "end": 1775.54, "text": "of" }, { - "id": 4881, + "id": 4880, "start": 1775.54, "end": 1775.92, "text": "ballpark" }, { - "id": 4882, + "id": 4881, "start": 1775.92, "end": 1776.0, "text": "do" }, { - "id": 4883, + "id": 4882, "start": 1776.0, "end": 1776.18, "text": "you" }, { - "id": 4884, + "id": 4883, "start": 1776.18, "end": 1776.38, "text": "think" }, { - "id": 4885, + "id": 4884, "start": 1776.38, "end": 1776.88, "text": "about?" }, { - "id": 4886, + "id": 4885, "start": 1776.88, "end": 1776.98, "text": "I" }, { - "id": 4887, + "id": 4886, "start": 1776.98, "end": 1777.28, "text": "haven't" }, { - "id": 4888, + "id": 4887, "start": 1777.28, "end": 1777.44, "text": "looked" }, { - "id": 4889, + "id": 4888, "start": 1777.44, "end": 1777.6, "text": "at" }, { - "id": 4890, + "id": 4889, "start": 1777.6, "end": 1777.68, "text": "the" }, { - "id": 4891, + "id": 4890, "start": 1777.68, "end": 1778.0, "text": "exact" }, { - "id": 4892, + "id": 4891, "start": 1778.0, "end": 1778.26, "text": "numbers," }, { - "id": 4893, + "id": 4892, "start": 1778.26, "end": 1778.44, "text": "but" }, { - "id": 4894, + "id": 4893, "start": 1778.44, "end": 1778.62, "text": "my" }, { - "id": 4895, + "id": 4894, "start": 1778.62, "end": 1778.86, "text": "guess" }, { - "id": 4896, + "id": 4895, "start": 1778.86, "end": 1779.06, "text": "is" }, { - "id": 4897, + "id": 4896, "start": 1779.06, "end": 1779.34, "text": "it's" }, { - "id": 4898, + "id": 4897, "start": 1779.34, "end": 1779.84, "text": "negligible." }, { - "id": 4899, + "id": 4898, "start": 1780.52, "end": 1780.72, "text": "Like" }, { - "id": 4900, + "id": 4899, "start": 1780.72, "end": 1780.92, "text": "this" }, { - "id": 4901, + "id": 4900, "start": 1780.92, "end": 1781.12, "text": "is" }, { - "id": 4902, + "id": 4901, "start": 1781.12, "end": 1781.38, "text": "very" }, { - "id": 4903, + "id": 4902, "start": 1781.38, "end": 1781.72, "text": "safe" }, { - "id": 4904, + "id": 4903, "start": 1781.72, "end": 1781.92, "text": "for" }, { - "id": 4905, + "id": 4904, "start": 1781.92, "end": 1782.34, "text": "individual" }, { - "id": 4906, + "id": 4905, "start": 1782.34, "end": 1782.84, "text": "transactions." }, { - "id": 4907, + "id": 4906, "start": 1783.5, "end": 1783.52, "text": "And" }, { - "id": 4908, + "id": 4907, "start": 1783.52, "end": 1783.74, "text": "one" }, { - "id": 4909, + "id": 4908, "start": 1783.74, "end": 1783.86, "text": "of" }, { - "id": 4910, + "id": 4909, "start": 1783.86, "end": 1783.98, "text": "the" }, { - "id": 4911, + "id": 4910, "start": 1783.98, "end": 1784.38, "text": "reasons" }, { - "id": 4912, + "id": 4911, "start": 1784.38, "end": 1784.88, "text": "is" }, { - "id": 4913, + "id": 4912, "start": 1784.96, "end": 1785.46, "text": "that" }, { - "id": 4914, + "id": 4913, "start": 1786.42, "end": 1786.92, "text": "the" }, { - "id": 4915, + "id": 4914, "start": 1787.2, "end": 1787.7, "text": "policy..." }, { - "id": 4916, + "id": 4915, "start": 1789.74, "end": 1790.06, "text": "There's" }, { - "id": 4917, + "id": 4916, "start": 1790.06, - "end": 1790.32, + "end": 1790.34, "text": "another" }, { - "id": 4918, - "start": 1790.32, + "id": 4917, + "start": 1790.34, "end": 1790.74, "text": "policy" }, { - "id": 4919, + "id": 4918, "start": 1790.74, "end": 1791.02, "text": "limit" }, { - "id": 4920, + "id": 4919, "start": 1791.02, "end": 1791.22, "text": "which" }, { - "id": 4921, + "id": 4920, "start": 1791.22, "end": 1791.58, "text": "limits" }, { - "id": 4922, + "id": 4921, "start": 1791.58, "end": 1792.08, "text": "transactions" }, { - "id": 4923, + "id": 4922, "start": 1792.08, "end": 1792.24, "text": "to" }, { - "id": 4924, + "id": 4923, "start": 1792.24, "end": 1792.49, "text": "100," }, { - "id": 4925, + "id": 4924, "start": 1792.49, "end": 1792.74, "text": "000" }, { - "id": 4926, + "id": 4925, "start": 1793.36, "end": 1793.86, "text": "kilobytes." }, { - "id": 4927, + "id": 4926, "start": 1794.56, "end": 1795.06, "text": "So" }, { - "id": 4928, + "id": 4927, "start": 1795.2, "end": 1795.46, "text": "my" }, { - "id": 4929, + "id": 4928, "start": 1795.46, "end": 1795.68, "text": "guess" }, { - "id": 4930, + "id": 4929, "start": 1795.68, "end": 1795.94, "text": "would" }, { - "id": 4931, + "id": 4930, "start": 1795.94, "end": 1796.18, "text": "be" }, { - "id": 4932, + "id": 4931, "start": 1796.18, "end": 1796.32, "text": "that" }, { - "id": 4933, + "id": 4932, "start": 1796.32, "end": 1796.74, "text": "the" }, { - "id": 4934, + "id": 4933, "start": 1796.74, "end": 1797.24, "text": "combination" }, { - "id": 4935, + "id": 4934, "start": 1797.54, "end": 1797.74, "text": "of" }, { - "id": 4936, + "id": 4935, "start": 1797.74, "end": 1798.24, "text": "these" }, { - "id": 4937, + "id": 4936, "start": 1798.26, "end": 1798.5, "text": "high" }, { - "id": 4938, + "id": 4937, "start": 1798.5, "end": 1798.82, "text": "numbers" }, { - "id": 4939, + "id": 4938, "start": 1798.82, "end": 1798.94, "text": "of" }, { - "id": 4940, + "id": 4939, "start": 1798.94, "end": 1799.44, "text": "seagulls" }, { - "id": 4941, + "id": 4940, "start": 1799.44, "end": 1799.62, "text": "and" }, { - "id": 4942, + "id": 4941, "start": 1799.62, "end": 1799.76, "text": "a" }, { - "id": 4943, + "id": 4942, "start": 1799.76, "end": 1799.96, "text": "very" }, { - "id": 4944, + "id": 4943, "start": 1799.96, "end": 1800.06, "text": "large" }, { - "id": 4945, + "id": 4944, "start": 1800.06, "end": 1800.56, "text": "transaction" }, { - "id": 4946, + "id": 4945, "start": 1801.16, "end": 1801.4, "text": "are" }, { - "id": 4947, + "id": 4946, "start": 1801.4, "end": 1801.84, "text": "what" }, { - "id": 4948, + "id": 4947, "start": 1801.84, "end": 1802.3, "text": "really" }, { - "id": 4949, + "id": 4948, "start": 1802.3, "end": 1802.64, "text": "is" }, { - "id": 4950, + "id": 4949, "start": 1802.64, "end": 1802.86, "text": "more" }, { - "id": 4951, + "id": 4950, "start": 1802.86, "end": 1803.36, "text": "dangerous." }, { - "id": 4952, + "id": 4951, "start": 1804.3, "end": 1804.46, "text": "You" }, { - "id": 4953, + "id": 4952, "start": 1804.46, "end": 1804.64, "text": "got" }, { - "id": 4954, + "id": 4953, "start": 1804.64, "end": 1804.78, "text": "to" }, { - "id": 4955, + "id": 4954, "start": 1804.78, "end": 1804.92, "text": "keep" }, { - "id": 4956, + "id": 4955, "start": 1804.92, "end": 1805.08, "text": "in" }, { - "id": 4957, + "id": 4956, "start": 1805.08, "end": 1805.58, "text": "mind" }, { - "id": 4958, + "id": 4957, "start": 1805.74, "end": 1806.0, "text": "that" }, { - "id": 4959, + "id": 4958, "start": 1806.0, "end": 1806.14, "text": "we" }, { - "id": 4960, + "id": 4959, "start": 1806.14, "end": 1806.34, "text": "have" }, { - "id": 4961, + "id": 4960, "start": 1806.34, "end": 1806.54, "text": "this" }, { - "id": 4962, + "id": 4961, "start": 1806.54, "end": 1807.04, "text": "quadratic" }, { - "id": 4963, + "id": 4962, "start": 1807.16, "end": 1807.66, "text": "phenomena" }, { - "id": 4964, + "id": 4963, "start": 1807.9, "end": 1808.08, "text": "in" }, { - "id": 4965, + "id": 4964, "start": 1808.08, "end": 1808.52, "text": "Bitcoin," }, { - "id": 4966, + "id": 4965, "start": 1808.52, "end": 1809.02, "text": "so" }, { - "id": 4967, + "id": 4966, "start": 1809.24, "end": 1809.72, "text": "quadratic" }, { - "id": 4968, + "id": 4967, "start": 1809.72, "end": 1810.22, "text": "hashing" }, { - "id": 4969, + "id": 4968, "start": 1810.24, "end": 1810.52, "text": "that's" }, { - "id": 4970, + "id": 4969, "start": 1810.52, "end": 1810.64, "text": "what" }, { - "id": 4971, + "id": 4970, "start": 1810.64, "end": 1810.92, "text": "solves" }, { - "id": 4972, + "id": 4971, "start": 1810.92, "end": 1811.0, "text": "the" }, { - "id": 4973, + "id": 4972, "start": 1811.0, "end": 1811.38, "text": "segwit," }, { - "id": 4974, + "id": 4973, "start": 1811.38, "end": 1811.54, "text": "but" }, { - "id": 4975, + "id": 4974, "start": 1811.54, "end": 1811.96, "text": "legacy" }, { - "id": 4976, + "id": 4975, "start": 1811.96, "end": 1812.46, "text": "transactions" }, { - "id": 4977, + "id": 4976, "start": 1813.06, "end": 1813.56, "text": "still..." }, { - "id": 4978, + "id": 4977, "start": 1814.16, "end": 1814.44, "text": "If" }, { - "id": 4979, + "id": 4978, "start": 1814.44, "end": 1814.62, "text": "you" }, { - "id": 4980, + "id": 4979, "start": 1814.62, "end": 1815.02, "text": "simplify" }, { - "id": 4981, + "id": 4980, "start": 1815.02, "end": 1815.52, "text": "it," }, { - "id": 4982, + "id": 4981, "start": 1816.5, "end": 1817.0, "text": "If" }, { - "id": 4983, + "id": 4982, "start": 1818.66, "end": 1818.82, "text": "two" }, { - "id": 4984, + "id": 4983, "start": 1818.82, "end": 1819.32, "text": "transactions" }, { - "id": 4985, + "id": 4984, "start": 1819.34, "end": 1819.84, "text": "of" }, { - "id": 4986, + "id": 4985, "start": 1820.24, "end": 1820.5, "text": "one" }, { - "id": 4987, + "id": 4986, "start": 1820.5, "end": 1821.0, "text": "kilobyte" }, { - "id": 4988, + "id": 4987, "start": 1821.74, "end": 1821.98, "text": "have" }, { - "id": 4989, + "id": 4988, "start": 1821.98, "end": 1822.44, "text": "like" }, { - "id": 4990, + "id": 4989, "start": 1822.44, "end": 1822.8, "text": "one" }, { - "id": 4991, + "id": 4990, "start": 1822.8, "end": 1823.14, "text": "bad" }, { - "id": 4992, + "id": 4991, "start": 1823.14, "end": 1823.64, "text": "each," }, { - "id": 4993, + "id": 4992, "start": 1824.16, "end": 1824.36, "text": "right," }, { - "id": 4994, + "id": 4993, "start": 1824.36, "end": 1824.56, "text": "it" }, { - "id": 4995, + "id": 4994, "start": 1824.56, - "end": 1824.86, + "end": 1824.84, "text": "adds" }, { - "id": 4996, - "start": 1824.86, + "id": 4995, + "start": 1824.84, "end": 1825.12, "text": "up" }, { - "id": 4997, + "id": 4996, "start": 1825.12, "end": 1825.28, "text": "to" }, { - "id": 4998, + "id": 4997, "start": 1825.28, "end": 1825.56, "text": "two" }, { - "id": 4999, + "id": 4998, "start": 1825.56, "end": 1826.06, "text": "bad." }, { - "id": 5000, + "id": 4999, "start": 1827.04, "end": 1827.34, "text": "But" }, { - "id": 5001, + "id": 5000, "start": 1827.34, "end": 1827.5, "text": "if" }, { - "id": 5002, + "id": 5001, "start": 1827.5, "end": 1827.72, "text": "you" }, { - "id": 5003, + "id": 5002, "start": 1827.72, "end": 1827.92, "text": "make" }, { - "id": 5004, + "id": 5003, "start": 1827.92, "end": 1828.04, "text": "it" }, { - "id": 5005, + "id": 5004, "start": 1828.04, "end": 1828.14, "text": "a" }, { - "id": 5006, + "id": 5005, "start": 1828.14, "end": 1828.32, "text": "two" }, { - "id": 5007, + "id": 5006, "start": 1828.32, "end": 1828.68, "text": "kilobyte" }, { - "id": 5008, + "id": 5007, "start": 1828.68, "end": 1829.18, "text": "transaction," }, { - "id": 5009, - "start": 1829.38, + "id": 5008, + "start": 1829.36, "end": 1829.54, "text": "it" }, { - "id": 5010, + "id": 5009, "start": 1829.54, "end": 1829.8, "text": "might" }, { - "id": 5011, + "id": 5010, "start": 1829.8, "end": 1829.98, "text": "be" }, { - "id": 5012, + "id": 5011, "start": 1829.98, "end": 1830.24, "text": "four" }, { - "id": 5013, + "id": 5012, "start": 1830.24, "end": 1830.74, "text": "bad." }, { - "id": 5014, + "id": 5013, "start": 1831.3, "end": 1831.62, "text": "It's" }, { - "id": 5015, + "id": 5014, "start": 1831.62, "end": 1831.88, "text": "bad" }, { - "id": 5016, + "id": 5015, "start": 1831.88, "end": 1832.22, "text": "times" }, { - "id": 5017, + "id": 5016, "start": 1832.22, "end": 1832.72, "text": "bad." }, { - "id": 5018, + "id": 5017, "start": 1833.14, "end": 1833.355, "text": "Yes," }, { - "id": 5019, + "id": 5018, "start": 1833.355, "end": 1833.5701, "text": "So" }, { - "id": 5020, + "id": 5019, "start": 1833.5701, "end": 1833.785, "text": "if" }, { - "id": 5021, + "id": 5020, "start": 1833.785, "end": 1834.0, "text": "it's" }, { - "id": 5022, + "id": 5021, "start": 1834.0, "end": 1834.3, "text": "one" }, { - "id": 5023, + "id": 5022, "start": 1834.3, "end": 1834.54, "text": "big" }, { - "id": 5024, + "id": 5023, "start": 1834.54, "end": 1834.96, "text": "transaction," }, { - "id": 5025, + "id": 5024, "start": 1834.96, "end": 1835.18, "text": "it's" }, { - "id": 5026, + "id": 5025, "start": 1835.18, "end": 1835.42, "text": "much" }, { - "id": 5027, + "id": 5026, "start": 1835.42, "end": 1835.74, "text": "worse" }, { - "id": 5028, + "id": 5027, "start": 1835.74, "end": 1835.94, "text": "than" }, { - "id": 5029, + "id": 5028, "start": 1835.94, "end": 1836.28, "text": "several" }, { - "id": 5030, + "id": 5029, "start": 1836.28, - "end": 1836.5, + "end": 1836.54, "text": "small" }, { - "id": 5031, - "start": 1836.5, - "end": 1837.0, + "id": 5030, + "start": 1836.54, + "end": 1837.04, "text": "transactions," }, { - "id": 5032, + "id": 5031, "start": 1838.1, "end": 1838.6, "text": "quadratically." }, { - "id": 5033, + "id": 5032, "start": 1839.18, "end": 1839.44, "text": "And" }, { - "id": 5034, + "id": 5033, "start": 1839.44, "end": 1839.94, "text": "so," }, { - "id": 5035, + "id": 5034, "start": 1840.9, "end": 1841.14, "text": "that's" }, { - "id": 5036, + "id": 5035, "start": 1841.14, "end": 1841.52, "text": "probably" }, { - "id": 5037, + "id": 5036, "start": 1841.52, "end": 1842.02, "text": "why" }, { - "id": 5038, + "id": 5037, "start": 1842.34, "end": 1842.56, "text": "an" }, { - "id": 5039, + "id": 5038, "start": 1842.56, "end": 1843.04, "text": "individual" }, { - "id": 5040, + "id": 5039, "start": 1843.04, "end": 1843.54, "text": "transaction" }, { - "id": 5041, + "id": 5040, "start": 1843.68, "end": 1844.18, "text": "violating" }, { - "id": 5042, + "id": 5041, "start": 1844.28, "end": 1844.44, "text": "this" }, { - "id": 5043, + "id": 5042, "start": 1844.44, "end": 1844.8, "text": "policy" }, { - "id": 5044, + "id": 5043, "start": 1844.8, "end": 1845.16, "text": "limit" }, { - "id": 5045, + "id": 5044, "start": 1845.16, "end": 1845.2, "text": "is" }, { - "id": 5046, + "id": 5045, "start": 1845.2, "end": 1845.36, "text": "not" }, { - "id": 5047, + "id": 5046, "start": 1845.36, "end": 1845.48, "text": "going" }, { - "id": 5048, + "id": 5047, "start": 1845.48, "end": 1845.6, "text": "to" }, { - "id": 5049, + "id": 5048, "start": 1845.6, "end": 1845.72, "text": "be" }, { - "id": 5050, + "id": 5049, "start": 1845.72, - "end": 1845.8, + "end": 1845.76, "text": "a" }, { - "id": 5051, - "start": 1845.8, - "end": 1846.3, + "id": 5050, + "start": 1845.76, + "end": 1846.26, "text": "problem," }, { - "id": 5052, + "id": 5051, "start": 1846.96, "end": 1847.2, "text": "but" }, { - "id": 5053, + "id": 5052, "start": 1847.2, "end": 1847.32, "text": "a" }, { - "id": 5054, + "id": 5053, "start": 1847.32, "end": 1847.64, "text": "minor" }, { - "id": 5055, + "id": 5054, "start": 1847.64, "end": 1847.84, "text": "could" }, { - "id": 5056, + "id": 5055, "start": 1847.84, "end": 1848.12, "text": "include" }, { - "id": 5057, + "id": 5056, "start": 1848.12, "end": 1848.24, "text": "a" }, { - "id": 5058, + "id": 5057, "start": 1848.24, "end": 1848.48, "text": "bigger" }, { - "id": 5059, + "id": 5058, "start": 1848.48, "end": 1848.98, "text": "one." }, { - "id": 5060, + "id": 5059, "start": 1849.2, "end": 1849.7, "text": "Right." }, { - "id": 5061, + "id": 5060, "start": 1849.96, "end": 1850.2, "text": "But" }, { - "id": 5062, + "id": 5061, "start": 1850.2, "end": 1850.36, "text": "in" }, { - "id": 5063, + "id": 5062, "start": 1850.36, - "end": 1850.6, + "end": 1850.64, "text": "any" }, { - "id": 5064, - "start": 1850.6, - "end": 1851.1, + "id": 5063, + "start": 1850.64, + "end": 1851.14, "text": "case," }, { - "id": 5065, + "id": 5064, "start": 1851.3, "end": 1851.56, "text": "to" }, { - "id": 5066, + "id": 5065, "start": 1851.56, "end": 1852.06, "text": "summarize" }, { - "id": 5067, + "id": 5066, "start": 1852.12, "end": 1852.62, "text": "this," }, { - "id": 5068, + "id": 5067, "start": 1853.08, "end": 1853.3, "text": "a" }, { - "id": 5069, + "id": 5068, "start": 1853.3, "end": 1853.8, "text": "transaction" }, { - "id": 5070, + "id": 5069, "start": 1853.86, "end": 1854.06, "text": "that" }, { - "id": 5071, + "id": 5070, "start": 1854.06, "end": 1854.32, "text": "has" }, { - "id": 5072, + "id": 5071, "start": 1854.32, "end": 1854.57, "text": "2," }, { - "id": 5073, + "id": 5072, "start": 1854.57, "end": 1854.82, "text": "500" }, { - "id": 5074, - "start": 1855.2, + "id": 5073, + "start": 1855.18, "end": 1855.38, "text": "sig" }, { - "id": 5075, + "id": 5074, "start": 1855.38, "end": 1855.88, "text": "ops" }, { - "id": 5076, + "id": 5075, "start": 1856.04, "end": 1856.38, "text": "is" }, { - "id": 5077, + "id": 5076, "start": 1856.38, "end": 1856.88, "text": "both" }, { - "id": 5078, + "id": 5077, "start": 1857.72, "end": 1858.02, "text": "very" }, { - "id": 5079, + "id": 5078, "start": 1858.02, "end": 1858.52, "text": "implausible" }, { - "id": 5080, + "id": 5079, "start": 1858.68, "end": 1858.84, "text": "to" }, { - "id": 5081, + "id": 5080, "start": 1858.84, "end": 1858.98, "text": "be" }, { - "id": 5082, + "id": 5081, "start": 1858.98, "end": 1859.22, "text": "used" }, { - "id": 5083, + "id": 5082, "start": 1859.22, "end": 1859.44, "text": "for" }, { - "id": 5084, + "id": 5083, "start": 1859.44, "end": 1859.64, "text": "any" }, { - "id": 5085, + "id": 5084, "start": 1859.64, "end": 1859.96, "text": "real" }, { - "id": 5086, + "id": 5085, "start": 1859.96, "end": 1860.26, "text": "reason," }, { - "id": 5087, + "id": 5086, "start": 1860.26, "end": 1860.52, "text": "while" }, { - "id": 5088, + "id": 5087, "start": 1860.52, "end": 1860.66, "text": "at" }, { - "id": 5089, + "id": 5088, "start": 1860.66, "end": 1860.86, "text": "the" }, { - "id": 5090, + "id": 5089, "start": 1860.86, "end": 1861.22, "text": "same" }, { - "id": 5091, + "id": 5090, "start": 1861.22, "end": 1861.62, "text": "time" }, { - "id": 5092, + "id": 5091, "start": 1861.62, "end": 1861.96, "text": "also" }, { - "id": 5093, + "id": 5092, "start": 1861.96, "end": 1862.46, "text": "still" }, { - "id": 5094, + "id": 5093, "start": 1862.66, "end": 1862.92, "text": "well" }, { - "id": 5095, + "id": 5094, "start": 1862.92, "end": 1863.42, "text": "within" }, { - "id": 5096, + "id": 5095, "start": 1863.42, "end": 1863.92, "text": "safety" }, { - "id": 5097, + "id": 5096, "start": 1864.08, "end": 1864.58, "text": "limits." }, { - "id": 5098, + "id": 5097, "start": 1864.9, "end": 1865.06, "text": "So" }, { - "id": 5099, + "id": 5098, "start": 1865.06, "end": 1865.28, "text": "that's" }, { - "id": 5100, + "id": 5099, "start": 1865.28, "end": 1865.78, "text": "why," }, { - "id": 5101, - "start": 1866.34, + "id": 5100, + "start": 1866.26, "end": 1866.42, "text": "at" }, { - "id": 5102, + "id": 5101, "start": 1866.42, "end": 1866.76, "text": "least" }, { - "id": 5103, + "id": 5102, "start": 1866.76, "end": 1866.9, "text": "as" }, { - "id": 5104, + "id": 5103, "start": 1866.9, "end": 1867.04, "text": "a" }, { - "id": 5105, + "id": 5104, "start": 1867.04, "end": 1867.54, "text": "ballpark," }, { - "id": 5106, + "id": 5105, "start": 1867.54, "end": 1867.7, "text": "that" }, { - "id": 5107, + "id": 5106, "start": 1867.7, "end": 1868.0, "text": "number" }, { - "id": 5108, + "id": 5107, "start": 1868.0, "end": 1868.16, "text": "was" }, { - "id": 5109, + "id": 5108, "start": 1868.16, "end": 1868.66, "text": "picked." }, { - "id": 5110, + "id": 5109, "start": 1868.86, "end": 1869.32, "text": "Well," }, { - "id": 5111, + "id": 5110, "start": 1869.32, "end": 1869.64, "text": "yeah," }, { - "id": 5112, + "id": 5111, "start": 1869.64, "end": 1869.86, "text": "and" }, { - "id": 5113, + "id": 5112, "start": 1869.86, "end": 1870.02, "text": "in" }, { - "id": 5114, + "id": 5113, "start": 1870.02, "end": 1870.52, "text": "general," }, { - "id": 5115, + "id": 5114, "start": 1871.34, "end": 1871.54, "text": "the" }, { - "id": 5116, + "id": 5115, "start": 1871.54, "end": 1871.98, "text": "idea" }, { - "id": 5117, + "id": 5116, "start": 1871.98, "end": 1872.18, "text": "of" }, { - "id": 5118, + "id": 5117, "start": 1872.18, "end": 1872.68, "text": "this" }, { - "id": 5119, + "id": 5118, "start": 1873.06, "end": 1873.56, "text": "consensus" }, { - "id": 5120, + "id": 5119, "start": 1873.64, "end": 1874.08, "text": "cleanup" }, { - "id": 5121, + "id": 5120, "start": 1874.08, "end": 1874.38, "text": "thing" }, { - "id": 5122, + "id": 5121, "start": 1874.38, "end": 1874.58, "text": "is" }, { - "id": 5123, + "id": 5122, "start": 1874.58, "end": 1875.08, "text": "to" }, { - "id": 5124, + "id": 5123, "start": 1875.52, "end": 1876.02, "text": "mitigate" }, { - "id": 5125, + "id": 5124, "start": 1876.08, "end": 1876.5, "text": "the" }, { - "id": 5126, + "id": 5125, "start": 1876.5, "end": 1877.0, "text": "worst-case" }, { - "id": 5127, + "id": 5126, "start": 1877.02, "end": 1877.52, "text": "scenario" }, { - "id": 5128, + "id": 5127, "start": 1877.62, "end": 1878.12, "text": "without" }, { - "id": 5129, - "start": 1879.08, - "end": 1879.58, + "id": 5128, + "start": 1879.12, + "end": 1879.62, "text": "confiscating" }, { - "id": 5130, + "id": 5129, "start": 1879.84, - "end": 1880.14, + "end": 1880.12, "text": "any" }, { - "id": 5131, - "start": 1880.14, - "end": 1880.64, + "id": 5130, + "start": 1880.12, + "end": 1880.62, "text": "legitimate" }, { - "id": 5132, + "id": 5131, "start": 1880.86, "end": 1881.06, "text": "use" }, { - "id": 5133, + "id": 5132, "start": 1881.06, "end": 1881.34, "text": "case" }, { - "id": 5134, + "id": 5133, "start": 1881.34, "end": 1881.56, "text": "or" }, { - "id": 5135, + "id": 5134, "start": 1881.56, "end": 1881.9, "text": "getting" }, { - "id": 5136, + "id": 5135, "start": 1881.9, "end": 1882.18, "text": "anywhere" }, { - "id": 5137, + "id": 5136, "start": 1882.18, "end": 1882.44, "text": "near" }, { - "id": 5138, + "id": 5137, "start": 1882.44, "end": 1882.94, "text": "legitimate" }, { - "id": 5139, - "start": 1882.94, + "id": 5138, + "start": 1882.96, "end": 1883.16, "text": "use" }, { - "id": 5140, + "id": 5139, "start": 1883.16, "end": 1883.66, "text": "cases." }, { - "id": 5141, - "start": 1883.74, - "end": 1884.14, - "text": "Yeah." - }, - { - "id": 5142, - "start": 1884.14, - "end": 1884.28, + "id": 5140, + "start": 1884.06, + "end": 1884.22, "text": "So" }, { - "id": 5143, - "start": 1884.28, - "end": 1884.44, + "id": 5141, + "start": 1884.22, + "end": 1884.4, "text": "there" }, { - "id": 5144, - "start": 1884.44, - "end": 1884.62, + "id": 5142, + "start": 1884.4, + "end": 1884.6, "text": "is" }, { - "id": 5145, - "start": 1884.62, - "end": 1884.72, + "id": 5143, + "start": 1884.6, + "end": 1884.68, "text": "a" }, { - "id": 5146, - "start": 1884.72, - "end": 1885.12, + "id": 5144, + "start": 1884.68, + "end": 1885.08, "text": "trade-off." }, { - "id": 5147, - "start": 1885.12, - "end": 1885.26, + "id": 5145, + "start": 1885.08, + "end": 1885.24, "text": "You" }, { - "id": 5148, - "start": 1885.26, + "id": 5146, + "start": 1885.24, "end": 1885.58, "text": "might" }, { - "id": 5149, + "id": 5147, "start": 1885.58, "end": 1886.08, "text": "not" }, { - "id": 5150, - "start": 1886.38, + "id": 5148, + "start": 1886.36, "end": 1886.58, "text": "be" }, { - "id": 5151, + "id": 5149, "start": 1886.58, "end": 1886.82, "text": "able" }, { - "id": 5152, + "id": 5150, "start": 1886.82, "end": 1887.04, "text": "to" }, { - "id": 5153, + "id": 5151, "start": 1887.04, - "end": 1887.5, - "text": "solve" + "end": 1887.54, + "text": "solve," }, { - "id": 5154, - "start": 1887.5, - "end": 1888.0, - "text": "like..." - }, - { - "id": 5155, - "start": 1888.08, - "end": 1888.26, - "text": "There" + "id": 5152, + "start": 1888.04, + "end": 1888.22, + "text": "there" }, { - "id": 5156, - "start": 1888.26, - "end": 1888.46, + "id": 5153, + "start": 1888.22, + "end": 1888.44, "text": "might" }, { - "id": 5157, - "start": 1888.46, + "id": 5154, + "start": 1888.44, "end": 1888.68, "text": "still" }, { - "id": 5158, + "id": 5155, "start": 1888.68, "end": 1888.82, "text": "be" }, { - "id": 5159, + "id": 5156, "start": 1888.82, "end": 1889.16, "text": "blocks" }, { - "id": 5160, + "id": 5157, "start": 1889.16, - "end": 1889.34, + "end": 1889.3, "text": "that" }, { - "id": 5161, - "start": 1889.34, - "end": 1889.48, + "id": 5158, + "start": 1889.3, + "end": 1889.44, "text": "are" }, { - "id": 5162, - "start": 1889.48, + "id": 5159, + "start": 1889.44, "end": 1889.68, "text": "slow" }, { - "id": 5163, + "id": 5160, "start": 1889.68, "end": 1889.82, "text": "to" }, { - "id": 5164, + "id": 5161, "start": 1889.82, "end": 1890.1, - "text": "validate" + "text": "validate," }, { - "id": 5165, + "id": 5162, "start": 1890.1, "end": 1890.34, "text": "but" }, { - "id": 5166, + "id": 5163, "start": 1890.34, "end": 1890.84, "text": "not" }, { - "id": 5167, + "id": 5164, "start": 1891.16, "end": 1891.48, "text": "as" }, { - "id": 5168, + "id": 5165, "start": 1891.48, "end": 1891.98, "text": "slow." }, { - "id": 5169, + "id": 5166, "start": 1893.42, "end": 1893.58, "text": "You" }, { - "id": 5170, + "id": 5167, "start": 1893.58, "end": 1893.82, "text": "can't" }, { - "id": 5171, + "id": 5168, "start": 1893.82, "end": 1893.96, "text": "have" }, { - "id": 5172, + "id": 5169, "start": 1893.96, "end": 1894.08, "text": "a" }, { - "id": 5173, + "id": 5170, "start": 1894.08, "end": 1894.36, "text": "perfect" }, { - "id": 5174, + "id": 5171, "start": 1894.36, "end": 1894.84, "text": "solution," }, { - "id": 5175, + "id": 5172, "start": 1894.84, "end": 1895.08, "text": "because" }, { - "id": 5176, + "id": 5173, "start": 1895.08, "end": 1895.32, "text": "then" }, { - "id": 5177, + "id": 5174, "start": 1895.32, "end": 1895.5, "text": "you're" }, { - "id": 5178, + "id": 5175, "start": 1895.5, "end": 1895.64, "text": "going" }, { - "id": 5179, + "id": 5176, "start": 1895.64, "end": 1895.8, "text": "to" }, { - "id": 5180, + "id": 5177, "start": 1895.8, "end": 1896.3, "text": "start" }, { - "id": 5181, + "id": 5178, "start": 1896.82, "end": 1897.32, "text": "risking" }, { - "id": 5182, + "id": 5179, "start": 1897.36, "end": 1897.54, "text": "that" }, { - "id": 5183, + "id": 5180, "start": 1897.54, "end": 1897.68, "text": "you" }, { - "id": 5184, + "id": 5181, "start": 1897.68, "end": 1898.18, "text": "confiscate" }, { - "id": 5185, + "id": 5182, "start": 1898.24, "end": 1898.74, "text": "somebody's" }, { - "id": 5186, + "id": 5183, "start": 1899.56, "end": 1899.86, "text": "very" }, { - "id": 5187, + "id": 5184, "start": 1899.86, "end": 1900.32, "text": "obscure," }, { - "id": 5188, + "id": 5185, "start": 1900.32, "end": 1900.52, "text": "but" }, { - "id": 5189, + "id": 5186, "start": 1900.52, "end": 1901.02, "text": "still" }, { - "id": 5190, + "id": 5187, "start": 1901.32, "end": 1901.82, "text": "potentially" }, { - "id": 5191, + "id": 5188, "start": 1901.82, "end": 1902.1, "text": "real" }, { - "id": 5192, + "id": 5189, "start": 1902.1, "end": 1902.6, "text": "setup." }, { - "id": 5193, + "id": 5190, "start": 1902.98, "end": 1903.48, "text": "Yeah." }, { - "id": 5194, + "id": 5191, "start": 1904.64, "end": 1905.04, "text": "Okay," }, { - "id": 5195, + "id": 5192, "start": 1905.04, "end": 1905.16, "text": "Let's" }, { - "id": 5196, + "id": 5193, "start": 1905.16, "end": 1905.36, "text": "move" }, { - "id": 5197, + "id": 5194, "start": 1905.36, "end": 1905.48, "text": "to" }, { - "id": 5198, + "id": 5195, "start": 1905.48, "end": 1905.64, "text": "the" }, { - "id": 5199, + "id": 5196, "start": 1905.64, "end": 1905.84, "text": "next" }, { - "id": 5200, + "id": 5197, "start": 1905.84, "end": 1906.34, "text": "point." }, { - "id": 5201, + "id": 5198, "start": 1907.04, "end": 1907.28, "text": "An" }, { - "id": 5202, + "id": 5199, "start": 1907.28, "end": 1907.78, "text": "other" }, { - "id": 5203, + "id": 5200, "start": 1908.4, "end": 1908.9, "text": "improvement" }, { - "id": 5204, + "id": 5201, "start": 1909.16, "end": 1909.54, "text": "is" }, { - "id": 5205, + "id": 5202, "start": 1909.54, "end": 1910.04, "text": "one" }, { - "id": 5206, + "id": 5203, "start": 1910.28, "end": 1910.78, "text": "parent," }, { - "id": 5207, + "id": 5204, "start": 1910.8, "end": 1911.3, "text": "one" }, { - "id": 5208, + "id": 5205, "start": 1911.34, "end": 1911.84, "text": "child" }, { - "id": 5209, + "id": 5206, "start": 1912.02, "end": 1912.52, "text": "orphanage," }, { - "id": 5210, + "id": 5207, "start": 1912.9, "end": 1913.12, "text": "or" }, { - "id": 5211, + "id": 5208, "start": 1913.12, "end": 1913.4, "text": "there's" }, { - "id": 5212, + "id": 5209, "start": 1913.4, "end": 1913.86, "text": "something" }, { - "id": 5213, + "id": 5210, "start": 1913.86, "end": 1914.22, "text": "improved" }, { - "id": 5214, + "id": 5211, "start": 1914.22, "end": 1914.36, "text": "in" }, { - "id": 5215, + "id": 5212, "start": 1914.36, "end": 1914.56, "text": "that" }, { - "id": 5216, + "id": 5213, "start": 1914.56, "end": 1914.96, "text": "sense." }, { - "id": 5217, + "id": 5214, "start": 1914.96, "end": 1915.12, "text": "Can" }, { - "id": 5218, + "id": 5215, "start": 1915.12, "end": 1915.32, "text": "you" }, { - "id": 5219, + "id": 5216, "start": 1915.32, "end": 1915.68, "text": "remind" }, { - "id": 5220, + "id": 5217, "start": 1915.68, "end": 1915.8, "text": "me" }, { - "id": 5221, + "id": 5218, "start": 1915.8, "end": 1916.0, "text": "what" }, { - "id": 5222, + "id": 5219, "start": 1916.0, "end": 1916.22, "text": "it" }, { - "id": 5223, + "id": 5220, "start": 1916.22, "end": 1916.72, "text": "is?" }, { - "id": 5224, + "id": 5221, "start": 1916.78, "end": 1917.1, "text": "Yeah," }, { - "id": 5225, + "id": 5222, "start": 1917.1, "end": 1917.38, "text": "we" }, { - "id": 5226, + "id": 5223, "start": 1917.38, "end": 1917.54, "text": "have" }, { - "id": 5227, + "id": 5224, "start": 1917.54, "end": 1917.9, "text": "covered" }, { - "id": 5228, + "id": 5225, "start": 1917.9, "end": 1918.08, "text": "this" }, { - "id": 5229, + "id": 5226, "start": 1918.08, "end": 1918.2, "text": "in" }, { - "id": 5230, + "id": 5227, "start": 1918.2, "end": 1918.68, "text": "previous" }, { - "id": 5231, + "id": 5228, "start": 1918.68, "end": 1919.18, "text": "episodes," }, { - "id": 5232, + "id": 5229, "start": 1920.48, "end": 1920.78, "text": "But" }, { - "id": 5233, + "id": 5230, "start": 1920.78, "end": 1921.08, "text": "a" }, { - "id": 5234, + "id": 5231, "start": 1921.08, "end": 1921.4, "text": "quick" }, { - "id": 5235, + "id": 5232, "start": 1921.4, "end": 1921.9, "text": "recap" }, { - "id": 5236, + "id": 5233, "start": 1921.92, "end": 1922.16, "text": "is" }, { - "id": 5237, + "id": 5234, "start": 1922.16, "end": 1922.66, "text": "that" }, { - "id": 5238, + "id": 5235, "start": 1922.86, "end": 1923.12, "text": "one" }, { - "id": 5239, + "id": 5236, "start": 1923.12, "end": 1923.54, "text": "parent," }, { - "id": 5240, + "id": 5237, "start": 1923.54, "end": 1923.8, "text": "one" }, { - "id": 5241, + "id": 5238, "start": 1923.8, "end": 1924.3, "text": "child" }, { - "id": 5242, + "id": 5239, "start": 1924.44, "end": 1924.94, "text": "transactions" }, { - "id": 5243, + "id": 5240, "start": 1925.2, "end": 1925.7, "text": "packages" }, { - "id": 5244, + "id": 5241, "start": 1926.66, "end": 1926.9, "text": "are" }, { - "id": 5245, + "id": 5242, "start": 1926.9, "end": 1927.4, "text": "useful" }, { - "id": 5246, + "id": 5243, "start": 1927.44, "end": 1927.8, "text": "for" }, { - "id": 5247, + "id": 5244, "start": 1927.8, "end": 1928.3, "text": "especially" }, { - "id": 5248, + "id": 5245, "start": 1928.6, "end": 1928.94, "text": "tools" }, { - "id": 5249, + "id": 5246, "start": 1928.94, "end": 1929.14, "text": "like" }, { - "id": 5250, + "id": 5247, "start": 1929.14, "end": 1929.64, "text": "Lightning." }, { - "id": 5251, + "id": 5248, "start": 1930.32, "end": 1930.82, "text": "So" }, { - "id": 5252, + "id": 5249, "start": 1931.24, "end": 1931.4, "text": "in" }, { - "id": 5253, + "id": 5250, "start": 1931.4, "end": 1931.5, "text": "the" }, { - "id": 5254, + "id": 5251, "start": 1931.5, "end": 1931.76, "text": "Lightning" }, { - "id": 5255, + "id": 5252, "start": 1931.76, "end": 1932.26, "text": "network," }, { - "id": 5256, + "id": 5253, "start": 1932.66, "end": 1932.88, "text": "when" }, { - "id": 5257, + "id": 5254, "start": 1932.88, "end": 1933.18, "text": "two" }, { - "id": 5258, + "id": 5255, "start": 1933.18, "end": 1933.46, "text": "people" }, { - "id": 5259, + "id": 5256, "start": 1933.46, "end": 1933.64, "text": "have" }, { - "id": 5260, + "id": 5257, "start": 1933.64, "end": 1933.78, "text": "a" }, { - "id": 5261, + "id": 5258, "start": 1933.78, "end": 1934.28, "text": "channel," }, { - "id": 5262, + "id": 5259, "start": 1934.54, "end": 1934.7, "text": "they" }, { - "id": 5263, + "id": 5260, "start": 1934.7, "end": 1934.94, "text": "need" }, { - "id": 5264, + "id": 5261, "start": 1934.94, "end": 1935.06, "text": "to" }, { - "id": 5265, + "id": 5262, "start": 1935.06, "end": 1935.56, "text": "agree" }, { - "id": 5266, + "id": 5263, "start": 1935.9, "end": 1936.02, "text": "on" }, { - "id": 5267, + "id": 5264, "start": 1936.02, "end": 1936.24, "text": "a" }, { - "id": 5268, + "id": 5265, "start": 1936.24, "end": 1936.5, "text": "force" }, { - "id": 5269, + "id": 5266, "start": 1936.5, "end": 1936.84, "text": "close" }, { - "id": 5270, + "id": 5267, "start": 1936.84, "end": 1937.32, "text": "transaction" }, { - "id": 5271, + "id": 5268, "start": 1937.32, "end": 1937.52, "text": "or" }, { - "id": 5272, + "id": 5269, "start": 1937.52, "end": 1937.56, "text": "a" }, { - "id": 5273, + "id": 5270, "start": 1937.56, "end": 1938.06, "text": "penalty" }, { - "id": 5274, + "id": 5271, "start": 1938.06, "end": 1938.56, "text": "transaction." }, { - "id": 5275, + "id": 5272, "start": 1939.44, "end": 1939.94, "text": "Basically" }, { - "id": 5276, + "id": 5273, "start": 1940.08, "end": 1940.28, "text": "the" }, { - "id": 5277, + "id": 5274, "start": 1940.28, "end": 1940.78, "text": "transaction" }, { - "id": 5278, + "id": 5275, "start": 1941.1, "end": 1941.28, "text": "that" }, { - "id": 5279, + "id": 5276, "start": 1941.28, "end": 1941.44, "text": "you" }, { - "id": 5280, + "id": 5277, "start": 1941.44, "end": 1941.6, "text": "can" }, { - "id": 5281, + "id": 5278, "start": 1941.6, "end": 1942.1, "text": "unilaterally" }, { - "id": 5282, + "id": 5279, "start": 1942.3, "end": 1942.5, "text": "close" }, { - "id": 5283, + "id": 5280, "start": 1942.5, "end": 1942.66, "text": "the" }, { - "id": 5284, + "id": 5281, "start": 1942.66, "end": 1942.92, "text": "channel" }, { - "id": 5285, + "id": 5282, "start": 1942.92, "end": 1943.1, "text": "with" }, { - "id": 5286, + "id": 5283, "start": 1943.1, "end": 1943.42, "text": "so" }, { - "id": 5287, + "id": 5284, "start": 1943.42, "end": 1943.6, "text": "if" }, { - "id": 5288, + "id": 5285, "start": 1943.6, "end": 1943.8, "text": "you" }, { - "id": 5289, + "id": 5286, "start": 1943.8, "end": 1943.94, "text": "and" }, { - "id": 5290, + "id": 5287, "start": 1943.94, "end": 1944.08, "text": "I" }, { - "id": 5291, + "id": 5288, "start": 1944.08, "end": 1944.24, "text": "have" }, { - "id": 5292, + "id": 5289, "start": 1944.24, "end": 1944.32, "text": "a" }, { - "id": 5293, + "id": 5290, "start": 1944.32, "end": 1944.6, "text": "channel" }, { - "id": 5294, + "id": 5291, "start": 1944.6, "end": 1944.78, "text": "and" }, { - "id": 5295, + "id": 5292, "start": 1944.78, "end": 1944.96, "text": "one" }, { - "id": 5296, + "id": 5293, "start": 1944.96, "end": 1945.08, "text": "of" }, { - "id": 5297, + "id": 5294, "start": 1945.08, "end": 1945.24, "text": "us" }, { - "id": 5298, + "id": 5295, "start": 1945.24, "end": 1945.36, "text": "is" }, { - "id": 5299, + "id": 5296, "start": 1945.36, "end": 1945.86, "text": "offline" }, { - "id": 5300, + "id": 5297, "start": 1946.6, "end": 1946.84, "text": "we" }, { - "id": 5301, + "id": 5298, "start": 1946.84, "end": 1947.06, "text": "both" }, { - "id": 5302, + "id": 5299, "start": 1947.06, "end": 1947.24, "text": "have" }, { - "id": 5303, + "id": 5300, "start": 1947.24, "end": 1947.34, "text": "a" }, { - "id": 5304, + "id": 5301, "start": 1947.34, "end": 1947.84, "text": "transaction" }, { - "id": 5305, + "id": 5302, "start": 1948.02, "end": 1948.52, "text": "to" }, { - "id": 5306, + "id": 5303, "start": 1948.94, "end": 1949.16, "text": "close" }, { - "id": 5307, + "id": 5304, "start": 1949.16, "end": 1949.34, "text": "the" }, { - "id": 5308, + "id": 5305, "start": 1949.34, "end": 1949.7, "text": "transaction" }, { - "id": 5309, + "id": 5306, "start": 1949.7, "end": 1950.02, "text": "without" }, { - "id": 5310, + "id": 5307, "start": 1950.02, "end": 1950.34, "text": "talking" }, { - "id": 5311, + "id": 5308, "start": 1950.34, "end": 1950.52, "text": "to" }, { - "id": 5312, + "id": 5309, "start": 1950.52, "end": 1950.66, "text": "the" }, { - "id": 5313, + "id": 5310, "start": 1950.66, "end": 1950.84, "text": "other" }, { - "id": 5314, + "id": 5311, "start": 1950.84, "end": 1951.34, "text": "side" }, { - "id": 5315, + "id": 5312, "start": 1951.4, "end": 1951.56, "text": "But" }, { - "id": 5316, + "id": 5313, "start": 1951.56, "end": 1951.72, "text": "we" }, { - "id": 5317, + "id": 5314, "start": 1951.72, "end": 1951.84, "text": "have" }, { - "id": 5318, + "id": 5315, "start": 1951.84, "end": 1951.96, "text": "to" }, { - "id": 5319, + "id": 5316, "start": 1951.96, "end": 1952.24, "text": "decide" }, { - "id": 5320, + "id": 5317, "start": 1952.24, "end": 1952.44, "text": "how" }, { - "id": 5321, + "id": 5318, "start": 1952.44, "end": 1952.64, "text": "much" }, { - "id": 5322, + "id": 5319, "start": 1952.64, "end": 1952.96, "text": "fees" }, { - "id": 5323, + "id": 5320, "start": 1952.96, "end": 1953.24, "text": "go" }, { - "id": 5324, + "id": 5321, "start": 1953.24, "end": 1953.48, "text": "into" }, { - "id": 5325, + "id": 5322, "start": 1953.48, "end": 1953.64, "text": "that" }, { - "id": 5326, + "id": 5323, "start": 1953.64, - "end": 1954.08, + "end": 1954.06, "text": "transaction." }, { - "id": 5327, - "start": 1954.08, + "id": 5324, + "start": 1954.06, "end": 1954.2, "text": "And" }, { - "id": 5328, + "id": 5325, "start": 1954.2, "end": 1954.34, "text": "we" }, { - "id": 5329, + "id": 5326, "start": 1954.34, "end": 1954.54, "text": "don't" }, { - "id": 5330, + "id": 5327, "start": 1954.54, "end": 1954.76, "text": "know" }, { - "id": 5331, + "id": 5328, "start": 1954.76, - "end": 1954.96, + "end": 1954.94, "text": "how" }, { - "id": 5332, - "start": 1954.96, + "id": 5329, + "start": 1954.94, "end": 1955.16, "text": "much" }, { - "id": 5333, + "id": 5330, "start": 1955.16, "end": 1955.66, "text": "fees" }, { - "id": 5334, - "start": 1955.92, + "id": 5331, + "start": 1955.9, "end": 1956.06, "text": "the" }, { - "id": 5335, + "id": 5332, "start": 1956.06, "end": 1956.42, "text": "future" }, { - "id": 5336, + "id": 5333, "start": 1956.42, "end": 1956.56, "text": "is" }, { - "id": 5337, + "id": 5334, "start": 1956.56, - "end": 1956.76, + "end": 1956.72, "text": "going" }, { - "id": 5338, - "start": 1956.76, + "id": 5335, + "start": 1956.72, "end": 1956.82, "text": "to" }, { - "id": 5339, + "id": 5336, "start": 1956.82, "end": 1957.04, "text": "hold." }, { - "id": 5340, + "id": 5337, "start": 1957.04, "end": 1957.2, "text": "So" }, { - "id": 5341, + "id": 5338, "start": 1957.2, "end": 1957.44, "text": "that's" }, { - "id": 5342, + "id": 5339, "start": 1957.44, "end": 1957.76, "text": "always" }, { - "id": 5343, + "id": 5340, "start": 1957.76, "end": 1957.92, "text": "been" }, { - "id": 5344, + "id": 5341, "start": 1957.92, "end": 1958.0, "text": "a" }, { - "id": 5345, + "id": 5342, "start": 1958.0, "end": 1958.2, "text": "bit" }, { - "id": 5346, + "id": 5343, "start": 1958.2, "end": 1958.36, "text": "of" }, { - "id": 5347, + "id": 5344, "start": 1958.36, "end": 1958.52, "text": "a" }, { - "id": 5348, + "id": 5345, "start": 1958.52, "end": 1959.02, "text": "complexity" }, { - "id": 5349, + "id": 5346, "start": 1959.1, "end": 1959.24, "text": "in" }, { - "id": 5350, + "id": 5347, "start": 1959.24, "end": 1959.74, "text": "Lightning." }, { - "id": 5351, + "id": 5348, "start": 1959.86, "end": 1960.08, "text": "And" }, { - "id": 5352, + "id": 5349, "start": 1960.08, "end": 1960.24, "text": "the" }, { - "id": 5353, + "id": 5350, "start": 1960.24, "end": 1960.58, "text": "general" }, { - "id": 5354, + "id": 5351, "start": 1960.58, "end": 1960.96, "text": "solution" }, { - "id": 5355, + "id": 5352, "start": 1960.96, "end": 1961.12, "text": "to" }, { - "id": 5356, + "id": 5353, "start": 1961.12, "end": 1961.32, "text": "that" }, { - "id": 5357, + "id": 5354, "start": 1961.32, "end": 1961.48, "text": "is" }, { - "id": 5358, + "id": 5355, "start": 1961.48, "end": 1961.98, "text": "anchors," }, { - "id": 5359, + "id": 5356, "start": 1962.04, "end": 1962.34, "text": "where" }, { - "id": 5360, + "id": 5357, "start": 1962.34, "end": 1962.84, "text": "you" }, { - "id": 5361, + "id": 5358, "start": 1963.06, "end": 1963.56, "text": "allow" }, { - "id": 5362, + "id": 5359, "start": 1964.14, "end": 1964.64, "text": "yourself" }, { - "id": 5363, + "id": 5360, "start": 1964.7, "end": 1964.86, "text": "to" }, { - "id": 5364, + "id": 5361, "start": 1964.86, "end": 1965.08, "text": "add" }, { - "id": 5365, + "id": 5362, "start": 1965.08, "end": 1965.18, "text": "a" }, { - "id": 5366, + "id": 5363, "start": 1965.18, "end": 1965.68, "text": "transaction" }, { - "id": 5367, + "id": 5364, "start": 1965.9, "end": 1966.36, "text": "later," }, { - "id": 5368, + "id": 5365, "start": 1966.36, "end": 1966.52, "text": "a" }, { - "id": 5369, + "id": 5366, "start": 1966.52, "end": 1966.84, "text": "child" }, { - "id": 5370, + "id": 5367, "start": 1966.84, "end": 1967.28, "text": "transaction" }, { - "id": 5371, + "id": 5368, "start": 1967.28, "end": 1967.78, "text": "later." }, { - "id": 5372, + "id": 5369, "start": 1968.72, "end": 1968.88, "text": "And" }, { - "id": 5373, + "id": 5370, "start": 1968.88, "end": 1969.02, "text": "there" }, { - "id": 5374, + "id": 5371, "start": 1969.02, "end": 1969.14, "text": "are" }, { - "id": 5375, + "id": 5372, "start": 1969.14, "end": 1969.36, "text": "different" }, { - "id": 5376, + "id": 5373, "start": 1969.36, "end": 1969.86, "text": "mechanisms" }, { - "id": 5377, + "id": 5374, "start": 1969.86, "end": 1969.98, "text": "to" }, { - "id": 5378, + "id": 5375, "start": 1969.98, "end": 1970.18, "text": "do" }, { - "id": 5379, + "id": 5376, "start": 1970.18, "end": 1970.5, "text": "that." }, { - "id": 5380, + "id": 5377, "start": 1970.5, "end": 1970.68, "text": "And" }, { - "id": 5381, + "id": 5378, "start": 1970.68, "end": 1970.74, "text": "a" }, { - "id": 5382, + "id": 5379, "start": 1970.74, "end": 1970.88, "text": "lot" }, { - "id": 5383, + "id": 5380, "start": 1970.88, "end": 1971.02, "text": "of" }, { - "id": 5384, + "id": 5381, "start": 1971.02, "end": 1971.16, "text": "them" }, { - "id": 5385, + "id": 5382, "start": 1971.16, "end": 1971.46, "text": "separate" }, { - "id": 5386, + "id": 5383, "start": 1971.46, "end": 1971.68, "text": "from" }, { - "id": 5387, + "id": 5384, "start": 1971.68, "end": 1972.02, "text": "pinning" }, { - "id": 5388, + "id": 5385, "start": 1972.02, "end": 1972.52, "text": "attacks," }, { - "id": 5389, + "id": 5386, "start": 1973.02, "end": 1973.2, "text": "where" }, { - "id": 5390, + "id": 5387, "start": 1973.2, "end": 1973.42, "text": "you" }, { - "id": 5391, + "id": 5388, "start": 1973.42, "end": 1973.66, "text": "would" }, { - "id": 5392, + "id": 5389, "start": 1973.66, "end": 1973.84, "text": "add" }, { - "id": 5393, + "id": 5390, "start": 1973.84, "end": 1973.98, "text": "a" }, { - "id": 5394, + "id": 5391, "start": 1973.98, "end": 1974.32, "text": "transaction," }, { - "id": 5395, + "id": 5392, "start": 1974.32, "end": 1974.48, "text": "but" }, { - "id": 5396, + "id": 5393, "start": 1974.48, "end": 1974.84, "text": "somebody" }, { - "id": 5397, + "id": 5394, "start": 1974.84, - "end": 1974.96, + "end": 1975.02, "text": "else" }, { - "id": 5398, - "start": 1974.96, + "id": 5395, + "start": 1975.02, "end": 1975.2, "text": "would" }, { - "id": 5399, + "id": 5396, "start": 1975.2, "end": 1975.38, "text": "add" }, { - "id": 5400, + "id": 5397, "start": 1975.38, "end": 1975.64, "text": "another" }, { - "id": 5401, + "id": 5398, "start": 1975.64, "end": 1976.0, "text": "one" }, { - "id": 5402, + "id": 5399, "start": 1976.0, "end": 1976.2, "text": "and" }, { - "id": 5403, + "id": 5400, "start": 1976.2, "end": 1976.32, "text": "you" }, { - "id": 5404, + "id": 5401, "start": 1976.32, "end": 1976.6, "text": "wouldn't" }, { - "id": 5405, + "id": 5402, "start": 1976.6, "end": 1976.66, "text": "be" }, { - "id": 5406, + "id": 5403, "start": 1976.66, "end": 1976.84, "text": "able" }, { - "id": 5407, + "id": 5404, "start": 1976.84, "end": 1976.96, "text": "to" }, { - "id": 5408, + "id": 5405, "start": 1976.96, "end": 1977.18, "text": "bump" }, { - "id": 5409, + "id": 5406, "start": 1977.18, "end": 1977.44, "text": "it" }, { - "id": 5410, + "id": 5407, "start": 1977.44, "end": 1977.7, "text": "and" }, { - "id": 5411, + "id": 5408, "start": 1977.7, "end": 1977.88, "text": "it" }, { - "id": 5412, + "id": 5409, "start": 1977.88, "end": 1978.04, "text": "would" }, { - "id": 5413, + "id": 5410, "start": 1978.04, "end": 1978.28, "text": "never" }, { - "id": 5414, + "id": 5411, "start": 1978.28, "end": 1978.44, "text": "get" }, { - "id": 5415, + "id": 5412, "start": 1978.44, "end": 1978.84, "text": "confirmed" }, { - "id": 5416, + "id": 5413, "start": 1978.84, "end": 1978.94, "text": "and" }, { - "id": 5417, + "id": 5414, "start": 1978.94, "end": 1979.14, "text": "you'd" }, { - "id": 5418, + "id": 5415, "start": 1979.14, "end": 1979.28, "text": "be" }, { - "id": 5419, + "id": 5416, "start": 1979.28, "end": 1979.48, "text": "too" }, { - "id": 5420, + "id": 5417, "start": 1979.48, "end": 1979.86, "text": "late" }, { - "id": 5421, + "id": 5418, "start": 1979.86, "end": 1980.36, "text": "and" }, { - "id": 5422, + "id": 5419, "start": 1980.4, "end": 1980.7, "text": "people" }, { - "id": 5423, + "id": 5420, "start": 1980.7, "end": 1981.2, "text": "cry." }, { - "id": 5424, + "id": 5421, "start": 1983.28, "end": 1983.64, "text": "People" }, { - "id": 5425, + "id": 5422, "start": 1983.64, "end": 1983.82, "text": "came" }, { - "id": 5426, + "id": 5423, "start": 1983.82, "end": 1984.0, "text": "up" }, { - "id": 5427, + "id": 5424, "start": 1984.0, "end": 1984.2, "text": "with" }, { - "id": 5428, + "id": 5425, "start": 1984.2, "end": 1984.38, "text": "the" }, { - "id": 5429, + "id": 5426, "start": 1984.38, "end": 1984.82, "text": "concept" }, { - "id": 5430, + "id": 5427, "start": 1984.82, "end": 1985.2, "text": "of" }, { - "id": 5431, + "id": 5428, "start": 1985.2, "end": 1985.7, "text": "ephemeral" }, { - "id": 5432, + "id": 5429, "start": 1985.74, "end": 1986.24, "text": "dust," }, { - "id": 5433, + "id": 5430, "start": 1986.66, "end": 1986.96, "text": "which" }, { - "id": 5434, + "id": 5431, "start": 1986.96, "end": 1987.12, "text": "is" }, { - "id": 5435, + "id": 5432, "start": 1987.12, "end": 1987.36, "text": "not" }, { - "id": 5436, + "id": 5433, "start": 1987.36, "end": 1987.48, "text": "the" }, { - "id": 5437, + "id": 5434, "start": 1987.48, "end": 1987.8, "text": "Finnish" }, { - "id": 5438, + "id": 5435, "start": 1987.8, "end": 1988.04, "text": "metal" }, { - "id": 5439, + "id": 5436, "start": 1988.04, "end": 1988.54, "text": "band," }, { - "id": 5440, + "id": 5437, "start": 1990.52, "end": 1990.76, "text": "which" }, { - "id": 5441, + "id": 5438, "start": 1990.76, "end": 1991.26, "text": "basically" }, { - "id": 5442, + "id": 5439, "start": 1991.84, "end": 1992.26, "text": "lets" }, { - "id": 5443, + "id": 5440, "start": 1992.26, "end": 1992.44, "text": "you" }, { - "id": 5444, + "id": 5441, "start": 1992.44, "end": 1992.6, "text": "make" }, { - "id": 5445, + "id": 5442, "start": 1992.6, "end": 1992.72, "text": "a" }, { - "id": 5446, + "id": 5443, "start": 1992.72, "end": 1993.22, "text": "transaction" }, { - "id": 5447, + "id": 5444, "start": 1993.32, "end": 1993.54, "text": "with" }, { - "id": 5448, + "id": 5445, "start": 1993.54, "end": 1994.04, "text": "a" }, { - "id": 5449, + "id": 5446, "start": 1995.06, "end": 1995.22, "text": "zero" }, { - "id": 5450, + "id": 5447, "start": 1995.22, "end": 1995.48, "text": "fee," }, { - "id": 5451, + "id": 5448, "start": 1995.48, "end": 1995.8, "text": "zero" }, { - "id": 5452, + "id": 5449, "start": 1995.8, "end": 1996.28, "text": "amount" }, { - "id": 5453, + "id": 5450, "start": 1996.28, "end": 1996.78, "text": "output." }, { - "id": 5454, + "id": 5451, "start": 1998.5, "end": 1998.66, "text": "And" }, { - "id": 5455, + "id": 5452, "start": 1998.66, "end": 1998.84, "text": "then" }, { - "id": 5456, + "id": 5453, "start": 1998.84, "end": 1999.06, "text": "the" }, { - "id": 5457, + "id": 5454, "start": 1999.06, "end": 1999.54, "text": "child" }, { - "id": 5458, + "id": 5455, "start": 1999.54, "end": 1999.96, "text": "spends" }, { - "id": 5459, + "id": 5456, "start": 1999.96, "end": 2000.2, "text": "that" }, { - "id": 5460, + "id": 5457, "start": 2000.2, "end": 2000.44, "text": "zero" }, { - "id": 5461, + "id": 5458, "start": 2000.44, "end": 2000.74, "text": "fee," }, { - "id": 5462, + "id": 5459, "start": 2000.74, "end": 2000.94, "text": "zero" }, { - "id": 5463, + "id": 5460, "start": 2000.94, "end": 2001.44, "text": "transaction" }, { - "id": 5464, + "id": 5461, "start": 2001.48, "end": 2001.9, "text": "output" }, { - "id": 5465, + "id": 5462, "start": 2001.9, "end": 2002.08, "text": "and" }, { - "id": 5466, + "id": 5463, "start": 2002.08, "end": 2002.36, "text": "pays" }, { - "id": 5467, + "id": 5464, "start": 2002.36, "end": 2002.6, "text": "whatever" }, { - "id": 5468, + "id": 5465, "start": 2002.6, - "end": 2002.88, + "end": 2002.9, "text": "fee" }, { - "id": 5469, - "start": 2002.88, + "id": 5466, + "start": 2002.9, "end": 2003.04, "text": "is" }, { - "id": 5470, + "id": 5467, "start": 2003.04, "end": 2003.44, "text": "necessary" }, { - "id": 5471, + "id": 5468, "start": 2003.44, "end": 2003.66, "text": "and" }, { - "id": 5472, + "id": 5469, "start": 2003.66, "end": 2003.86, "text": "can" }, { - "id": 5473, + "id": 5470, "start": 2003.86, "end": 2004.14, "text": "decide" }, { - "id": 5474, + "id": 5471, "start": 2004.14, "end": 2004.28, "text": "that" }, { - "id": 5475, + "id": 5472, "start": 2004.28, "end": 2004.44, "text": "at" }, { - "id": 5476, + "id": 5473, "start": 2004.44, "end": 2004.6, "text": "the" }, { - "id": 5477, + "id": 5474, "start": 2004.6, "end": 2004.84, "text": "last" }, { - "id": 5478, + "id": 5475, "start": 2004.84, "end": 2005.34, "text": "moment." }, { - "id": 5479, + "id": 5476, "start": 2005.64, "end": 2006.04, "text": "Yeah," }, { - "id": 5480, + "id": 5477, "start": 2006.04, "end": 2006.54, "text": "and" }, { - "id": 5481, + "id": 5478, "start": 2006.9, "end": 2007.1, "text": "to" }, { - "id": 5482, + "id": 5479, "start": 2007.1, "end": 2007.26, "text": "do" }, { - "id": 5483, + "id": 5480, "start": 2007.26, "end": 2007.56, "text": "that," }, { - "id": 5484, + "id": 5481, "start": 2007.56, "end": 2007.72, "text": "you" }, { - "id": 5485, + "id": 5482, "start": 2007.72, "end": 2007.86, "text": "of" }, { - "id": 5486, + "id": 5483, "start": 2007.86, "end": 2008.18, "text": "course" }, { - "id": 5487, + "id": 5484, "start": 2008.18, "end": 2008.34, "text": "have" }, { - "id": 5488, + "id": 5485, "start": 2008.34, "end": 2008.58, "text": "to" }, { - "id": 5489, + "id": 5486, "start": 2008.58, "end": 2008.9, "text": "add" }, { - "id": 5490, + "id": 5487, "start": 2008.9, "end": 2009.22, "text": "some" }, { - "id": 5491, + "id": 5488, "start": 2009.22, "end": 2009.38, "text": "of" }, { - "id": 5492, + "id": 5489, "start": 2009.38, "end": 2009.62, "text": "your" }, { - "id": 5493, + "id": 5490, "start": 2009.62, "end": 2010.1, "text": "own" }, { - "id": 5494, + "id": 5491, "start": 2010.1, "end": 2010.54, "text": "coins" }, { - "id": 5495, + "id": 5492, "start": 2010.54, "end": 2010.86, "text": "then." }, { - "id": 5496, + "id": 5493, "start": 2010.86, "end": 2011.36, "text": "And" }, { - "id": 5497, + "id": 5494, "start": 2011.5, "end": 2011.86, "text": "basically" }, { - "id": 5498, + "id": 5495, "start": 2011.86, "end": 2012.06, "text": "what" }, { - "id": 5499, + "id": 5496, "start": 2012.06, "end": 2012.22, "text": "you're" }, { - "id": 5500, + "id": 5497, "start": 2012.22, "end": 2012.5, "text": "doing" }, { - "id": 5501, + "id": 5498, "start": 2012.5, "end": 2012.66, "text": "is" }, { - "id": 5502, + "id": 5499, "start": 2012.66, "end": 2012.8, "text": "you" }, { - "id": 5503, + "id": 5500, "start": 2012.8, "end": 2013.22, "text": "spend" }, { - "id": 5504, + "id": 5501, "start": 2013.22, "end": 2013.46, "text": "that" }, { - "id": 5505, + "id": 5502, "start": 2013.46, "end": 2013.8, "text": "zero" }, { - "id": 5506, + "id": 5503, "start": 2013.8, "end": 2014.16, "text": "amount" }, { - "id": 5507, + "id": 5504, "start": 2014.16, "end": 2014.66, "text": "output" }, { - "id": 5508, + "id": 5505, "start": 2014.94, "end": 2015.28, "text": "to" }, { - "id": 5509, + "id": 5506, "start": 2015.28, "end": 2015.78, "text": "yourself" }, { - "id": 5510, + "id": 5507, "start": 2016.1, "end": 2016.28, "text": "in" }, { - "id": 5511, + "id": 5508, "start": 2016.28, "end": 2016.78, "text": "combination" }, { - "id": 5512, + "id": 5509, "start": 2016.94, "end": 2017.2, "text": "with" }, { - "id": 5513, + "id": 5510, "start": 2017.2, "end": 2017.38, "text": "some" }, { - "id": 5514, + "id": 5511, "start": 2017.38, "end": 2017.6, "text": "real" }, { - "id": 5515, + "id": 5512, "start": 2017.6, "end": 2018.1, "text": "money" }, { - "id": 5516, + "id": 5513, "start": 2018.24, "end": 2018.74, "text": "bitcoin" }, { - "id": 5517, + "id": 5514, "start": 2018.94, "end": 2019.34, "text": "sats" }, { - "id": 5518, + "id": 5515, "start": 2019.34, "end": 2019.48, "text": "that" }, { - "id": 5519, + "id": 5516, "start": 2019.48, "end": 2019.68, "text": "you're" }, { - "id": 5520, + "id": 5517, "start": 2019.68, "end": 2020.02, "text": "sending" }, { - "id": 5521, + "id": 5518, "start": 2020.02, "end": 2020.24, "text": "to" }, { - "id": 5522, + "id": 5519, "start": 2020.24, "end": 2020.74, "text": "yourself" }, { - "id": 5523, + "id": 5520, "start": 2020.96, "end": 2021.14, "text": "and" }, { - "id": 5524, + "id": 5521, "start": 2021.14, "end": 2021.38, "text": "you" }, { - "id": 5525, + "id": 5522, "start": 2021.38, "end": 2021.88, "text": "include" }, { - "id": 5526, + "id": 5523, "start": 2021.98, "end": 2022.24, "text": "a" }, { - "id": 5527, + "id": 5524, "start": 2022.24, "end": 2022.7, "text": "fee" }, { - "id": 5528, + "id": 5525, "start": 2022.7, "end": 2022.9, "text": "in" }, { - "id": 5529, + "id": 5526, "start": 2022.9, "end": 2023.26, "text": "that" }, { - "id": 5530, + "id": 5527, "start": 2023.26, "end": 2023.58, "text": "new" }, { - "id": 5531, + "id": 5528, "start": 2023.58, "end": 2024.08, "text": "transaction" }, { - "id": 5532, + "id": 5529, "start": 2024.44, "end": 2024.7, "text": "and" }, { - "id": 5533, + "id": 5530, "start": 2024.7, "end": 2024.92, "text": "if" }, { - "id": 5534, + "id": 5531, "start": 2024.92, "end": 2025.14, "text": "that" }, { - "id": 5535, + "id": 5532, "start": 2025.14, "end": 2025.34, "text": "you" }, { - "id": 5536, + "id": 5533, "start": 2025.34, "end": 2025.6, "text": "know" }, { - "id": 5537, + "id": 5534, "start": 2025.6, "end": 2025.96, "text": "now" }, { - "id": 5538, + "id": 5535, "start": 2025.96, "end": 2026.24, "text": "because" }, { - "id": 5539, + "id": 5536, "start": 2026.24, "end": 2026.42, "text": "this" }, { - "id": 5540, + "id": 5537, "start": 2026.42, "end": 2026.56, "text": "is" }, { - "id": 5541, + "id": 5538, "start": 2026.56, "end": 2026.64, "text": "a" }, { - "id": 5542, + "id": 5539, "start": 2026.64, "end": 2026.84, "text": "new" }, { - "id": 5543, + "id": 5540, "start": 2026.84, "end": 2027.34, "text": "transaction" }, { - "id": 5544, + "id": 5541, "start": 2027.42, "end": 2027.8, "text": "you" }, { - "id": 5545, + "id": 5542, "start": 2027.8, "end": 2028.26, "text": "basically" }, { - "id": 5546, + "id": 5543, "start": 2028.26, "end": 2028.48, "text": "know" }, { - "id": 5547, + "id": 5544, "start": 2028.48, "end": 2028.98, "text": "exactly" }, { - "id": 5548, + "id": 5545, "start": 2029.2, "end": 2029.44, "text": "how" }, { - "id": 5549, + "id": 5546, "start": 2029.44, "end": 2029.6, "text": "much" }, { - "id": 5550, + "id": 5547, "start": 2029.6, "end": 2029.84, "text": "fees" }, { - "id": 5551, + "id": 5548, "start": 2029.84, "end": 2030.08, "text": "you're" }, { - "id": 5552, + "id": 5549, "start": 2030.08, "end": 2030.42, "text": "supposed" }, { - "id": 5553, + "id": 5550, "start": 2030.42, "end": 2030.54, "text": "to" }, { - "id": 5554, + "id": 5551, "start": 2030.54, "end": 2030.86, "text": "include" }, { - "id": 5555, + "id": 5552, "start": 2030.86, "end": 2031.04, "text": "for" }, { - "id": 5556, + "id": 5553, "start": 2031.04, "end": 2031.18, "text": "it" }, { - "id": 5557, + "id": 5554, "start": 2031.18, "end": 2031.3, "text": "to" }, { - "id": 5558, + "id": 5555, "start": 2031.3, "end": 2031.76, "text": "confirm" }, { - "id": 5559, + "id": 5556, "start": 2031.76, - "end": 2032.02, + "end": 2032.04, "text": "within" }, { - "id": 5560, - "start": 2032.02, + "id": 5557, + "start": 2032.04, "end": 2032.16, "text": "a" }, { - "id": 5561, + "id": 5558, "start": 2032.16, "end": 2032.64, "text": "reasonable" }, { - "id": 5562, + "id": 5559, "start": 2032.64, "end": 2033.14, "text": "time." }, { - "id": 5563, + "id": 5560, "start": 2033.44, "end": 2033.68, "text": "Yes," }, { - "id": 5564, + "id": 5561, "start": 2033.68, "end": 2033.82, "text": "and" }, { - "id": 5565, + "id": 5562, "start": 2033.82, "end": 2033.94, "text": "you" }, { - "id": 5566, + "id": 5563, "start": 2033.94, "end": 2034.12, "text": "can" }, { - "id": 5567, + "id": 5564, "start": 2034.12, - "end": 2034.48, + "end": 2034.52, "text": "replace" }, { - "id": 5568, - "start": 2034.48, - "end": 2034.98, + "id": 5565, + "start": 2034.52, + "end": 2035.02, "text": "it" }, { - "id": 5569, + "id": 5566, "start": 2035.68, "end": 2035.9, "text": "if" }, { - "id": 5570, + "id": 5567, "start": 2035.9, "end": 2036.18, "text": "fees" }, { - "id": 5571, + "id": 5568, "start": 2036.18, "end": 2036.38, "text": "go" }, { - "id": 5572, + "id": 5569, "start": 2036.38, "end": 2036.82, "text": "up" }, { - "id": 5573, + "id": 5570, "start": 2036.82, "end": 2037.32, "text": "immediately." }, { - "id": 5574, + "id": 5571, "start": 2037.72, "end": 2038.22, "text": "So," }, { - "id": 5575, + "id": 5572, "start": 2038.32, - "end": 2038.58, + "end": 2038.62, "text": "that's" }, { - "id": 5576, - "start": 2038.58, + "id": 5573, + "start": 2038.62, "end": 2038.74, "text": "a" }, { - "id": 5577, + "id": 5574, "start": 2038.74, "end": 2039.18, "text": "nice" }, { - "id": 5578, + "id": 5575, "start": 2039.18, "end": 2039.68, "text": "solution." }, { - "id": 5579, + "id": 5576, "start": 2040.3, "end": 2040.72, "text": "Normally," }, { - "id": 5580, + "id": 5577, "start": 2040.72, "end": 2040.94, "text": "you're" }, { - "id": 5581, + "id": 5578, "start": 2040.94, "end": 2041.12, "text": "not" }, { - "id": 5582, + "id": 5579, "start": 2041.12, "end": 2041.46, "text": "allowed" }, { - "id": 5583, + "id": 5580, "start": 2041.46, "end": 2041.58, "text": "to" }, { - "id": 5584, + "id": 5581, "start": 2041.58, "end": 2041.92, "text": "relay" }, { - "id": 5585, + "id": 5582, "start": 2041.92, "end": 2042.04, "text": "a" }, { - "id": 5586, + "id": 5583, "start": 2042.04, "end": 2042.54, "text": "transaction" }, { - "id": 5587, + "id": 5584, "start": 2042.54, "end": 2042.68, "text": "that" }, { - "id": 5588, + "id": 5585, "start": 2042.68, "end": 2042.86, "text": "has" }, { - "id": 5589, + "id": 5586, "start": 2042.86, "end": 2042.96, "text": "a" }, { - "id": 5590, + "id": 5587, "start": 2042.96, "end": 2043.24, "text": "zero" }, { - "id": 5591, + "id": 5588, "start": 2043.24, "end": 2043.68, "text": "fees," }, { - "id": 5592, + "id": 5589, "start": 2043.68, "end": 2044.18, "text": "zero" }, { - "id": 5593, + "id": 5590, "start": 2044.2, "end": 2044.44, "text": "that" }, { - "id": 5594, + "id": 5591, "start": 2044.44, "end": 2044.7, "text": "has" }, { - "id": 5595, + "id": 5592, "start": 2044.7, "end": 2044.86, "text": "no" }, { - "id": 5596, + "id": 5593, "start": 2044.86, "end": 2045.36, "text": "fees" }, { - "id": 5597, + "id": 5594, "start": 2045.74, "end": 2045.92, "text": "in" }, { - "id": 5598, + "id": 5595, "start": 2045.92, "end": 2046.26, "text": "general," }, { - "id": 5599, + "id": 5596, "start": 2046.26, "end": 2046.4, "text": "of" }, { - "id": 5600, + "id": 5597, "start": 2046.4, "end": 2046.76, "text": "course," }, { - "id": 5601, + "id": 5598, "start": 2046.76, "end": 2047.04, "text": "that's" }, { - "id": 5602, + "id": 5599, "start": 2047.04, "end": 2047.24, "text": "not" }, { - "id": 5603, + "id": 5600, "start": 2047.24, "end": 2047.4, "text": "going" }, { - "id": 5604, + "id": 5601, "start": 2047.4, "end": 2047.54, "text": "to" }, { - "id": 5605, + "id": 5602, "start": 2047.54, "end": 2048.04, "text": "relay." }, { - "id": 5606, + "id": 5603, "start": 2049.44, "end": 2049.8, "text": "Having" }, { - "id": 5607, + "id": 5604, "start": 2049.8, "end": 2049.92, "text": "an" }, { - "id": 5608, + "id": 5605, "start": 2049.92, "end": 2050.28, "text": "output" }, { - "id": 5609, + "id": 5606, "start": 2050.28, "end": 2050.46, "text": "with" }, { - "id": 5610, + "id": 5607, "start": 2050.46, "end": 2050.6, "text": "a" }, { - "id": 5611, + "id": 5608, "start": 2050.6, "end": 2050.84, "text": "zero" }, { - "id": 5612, + "id": 5609, "start": 2050.84, "end": 2051.24, "text": "amount" }, { - "id": 5613, + "id": 5610, "start": 2051.24, "end": 2051.4, "text": "is" }, { - "id": 5614, + "id": 5611, "start": 2051.4, "end": 2051.68, "text": "also" }, { - "id": 5615, + "id": 5612, "start": 2051.68, "end": 2051.84, "text": "not" }, { - "id": 5616, + "id": 5613, "start": 2051.84, "end": 2052.1, "text": "going" }, { - "id": 5617, + "id": 5614, "start": 2052.1, "end": 2052.24, "text": "to" }, { - "id": 5618, + "id": 5615, "start": 2052.24, "end": 2052.54, "text": "relay" }, { - "id": 5619, + "id": 5616, "start": 2052.54, "end": 2052.74, "text": "because" }, { - "id": 5620, + "id": 5617, "start": 2052.74, "end": 2052.88, "text": "we" }, { - "id": 5621, + "id": 5618, "start": 2052.88, "end": 2053.08, "text": "have" }, { - "id": 5622, + "id": 5619, "start": 2053.08, "end": 2053.18, "text": "a" }, { - "id": 5623, + "id": 5620, "start": 2053.18, "end": 2053.52, "text": "dust" }, { - "id": 5624, + "id": 5621, "start": 2053.52, "end": 2054.02, "text": "limit" }, { - "id": 5625, + "id": 5622, "start": 2054.04, "end": 2054.54, "text": "there." }, { - "id": 5626, + "id": 5623, "start": 2055.06, "end": 2055.16, "text": "The" }, { - "id": 5627, + "id": 5624, "start": 2055.16, "end": 2055.32, "text": "idea" }, { - "id": 5628, + "id": 5625, "start": 2055.32, "end": 2055.48, "text": "is" }, { - "id": 5629, + "id": 5626, "start": 2055.48, "end": 2055.64, "text": "that" }, { - "id": 5630, + "id": 5627, "start": 2055.64, "end": 2055.8, "text": "you" }, { - "id": 5631, + "id": 5628, "start": 2055.8, "end": 2056.0, "text": "can" }, { - "id": 5632, + "id": 5629, "start": 2056.0, "end": 2056.32, "text": "relate" }, { - "id": 5633, + "id": 5630, "start": 2056.32, "end": 2056.48, "text": "them" }, { - "id": 5634, + "id": 5631, "start": 2056.48, "end": 2056.64, "text": "as" }, { - "id": 5635, + "id": 5632, "start": 2056.64, "end": 2056.76, "text": "a" }, { - "id": 5636, + "id": 5633, "start": 2056.76, "end": 2057.26, "text": "package," }, { - "id": 5637, + "id": 5634, "start": 2057.28, "end": 2057.44, "text": "a" }, { - "id": 5638, + "id": 5635, "start": 2057.44, "end": 2057.94, "text": "one-child," }, { - "id": 5639, + "id": 5636, "start": 2057.96, "end": 2058.46, "text": "one-parent" }, { - "id": 5640, + "id": 5637, "start": 2058.48, "end": 2058.98, "text": "transaction." }, { - "id": 5641, + "id": 5638, "start": 2059.36, "end": 2059.6, "text": "So" }, { - "id": 5642, + "id": 5639, "start": 2059.6, "end": 2059.82, "text": "it's" }, { - "id": 5643, + "id": 5640, "start": 2059.82, "end": 2060.32, "text": "ephemeral" }, { - "id": 5644, + "id": 5641, "start": 2060.32, "end": 2060.72, "text": "dust" }, { - "id": 5645, + "id": 5642, "start": 2060.72, "end": 2060.92, "text": "because" }, { - "id": 5646, + "id": 5643, "start": 2060.92, "end": 2061.1, "text": "the" }, { - "id": 5647, + "id": 5644, "start": 2061.1, "end": 2061.38, "text": "dust" }, { - "id": 5648, + "id": 5645, "start": 2061.38, "end": 2061.88, "text": "exists," }, { - "id": 5649, + "id": 5646, "start": 2062.3, "end": 2062.48, "text": "but" }, { - "id": 5650, + "id": 5647, "start": 2062.48, "end": 2062.72, "text": "it's" }, { - "id": 5651, + "id": 5648, "start": 2062.72, "end": 2063.22, "text": "immediately" }, { - "id": 5652, + "id": 5649, "start": 2063.26, "end": 2063.76, "text": "spent," }, { - "id": 5653, + "id": 5650, "start": 2064.02, "end": 2064.22, "text": "and" }, { - "id": 5654, + "id": 5651, "start": 2064.22, "end": 2064.34, "text": "it" }, { - "id": 5655, + "id": 5652, "start": 2064.34, "end": 2064.62, "text": "always" }, { - "id": 5656, + "id": 5653, "start": 2064.62, "end": 2064.96, "text": "goes" }, { - "id": 5657, + "id": 5654, "start": 2064.96, "end": 2065.08, "text": "as" }, { - "id": 5658, + "id": 5655, "start": 2065.08, "end": 2065.2, "text": "a" }, { - "id": 5659, + "id": 5656, "start": 2065.2, "end": 2065.46, "text": "pair" }, { - "id": 5660, + "id": 5657, "start": 2065.46, "end": 2065.6, "text": "in" }, { - "id": 5661, + "id": 5658, "start": 2065.6, "end": 2065.72, "text": "the" }, { - "id": 5662, + "id": 5659, "start": 2065.72, "end": 2065.9, "text": "same" }, { - "id": 5663, + "id": 5660, "start": 2065.9, "end": 2066.24, "text": "block." }, { - "id": 5664, + "id": 5661, "start": 2066.24, "end": 2066.4, "text": "So" }, { - "id": 5665, + "id": 5662, "start": 2066.4, "end": 2066.52, "text": "the" }, { - "id": 5666, + "id": 5663, "start": 2066.52, "end": 2066.78, "text": "block" }, { - "id": 5667, + "id": 5664, "start": 2066.78, "end": 2066.98, "text": "never" }, { - "id": 5668, + "id": 5665, "start": 2066.98, "end": 2067.34, "text": "creates" }, { - "id": 5669, + "id": 5666, "start": 2067.34, "end": 2067.52, "text": "any" }, { - "id": 5670, + "id": 5667, "start": 2067.52, "end": 2068.02, "text": "dust," }, { - "id": 5671, + "id": 5668, "start": 2068.08, "end": 2068.28, "text": "only" }, { - "id": 5672, + "id": 5669, "start": 2068.28, "end": 2068.44, "text": "the" }, { - "id": 5673, + "id": 5670, "start": 2068.44, "end": 2068.94, "text": "transaction" }, { - "id": 5674, + "id": 5671, "start": 2068.98, "end": 2069.48, "text": "does." }, { - "id": 5675, + "id": 5672, "start": 2070.06, "end": 2070.56, "text": "Yeah," }, { - "id": 5676, + "id": 5673, "start": 2070.92, "end": 2071.24, "text": "the" }, { - "id": 5677, + "id": 5674, "start": 2071.24, "end": 2071.74, "text": "zero" }, { - "id": 5678, + "id": 5675, "start": 2072.9, "end": 2073.18, "text": "set" }, { - "id": 5679, + "id": 5676, "start": 2073.18, "end": 2073.68, "text": "transaction" }, { - "id": 5680, + "id": 5677, "start": 2073.82, "end": 2074.08, "text": "is" }, { - "id": 5681, + "id": 5678, "start": 2074.08, "end": 2074.58, "text": "immediately," }, { - "id": 5682, + "id": 5679, "start": 2074.86, "end": 2075.06, "text": "or" }, { - "id": 5683, + "id": 5680, "start": 2075.06, "end": 2075.44, "text": "output" }, { - "id": 5684, + "id": 5681, "start": 2075.44, "end": 2075.64, "text": "is" }, { - "id": 5685, + "id": 5682, "start": 2075.64, "end": 2076.14, "text": "immediately" }, { - "id": 5686, + "id": 5683, "start": 2076.14, "end": 2076.6, "text": "spent" }, { - "id": 5687, + "id": 5684, "start": 2076.6, "end": 2076.82, "text": "in" }, { - "id": 5688, + "id": 5685, "start": 2076.82, "end": 2076.96, "text": "the" }, { - "id": 5689, + "id": 5686, "start": 2076.96, "end": 2077.36, "text": "same" }, { - "id": 5690, + "id": 5687, "start": 2077.36, "end": 2077.72, "text": "block." }, { - "id": 5691, + "id": 5688, "start": 2077.72, "end": 2077.9, "text": "It's" }, { - "id": 5692, + "id": 5689, "start": 2077.9, "end": 2078.32, "text": "just," }, { - "id": 5693, + "id": 5690, "start": 2078.32, "end": 2078.54, "text": "it's" }, { - "id": 5694, + "id": 5691, "start": 2078.54, "end": 2079.04, "text": "immediately" }, { - "id": 5695, + "id": 5692, "start": 2079.08, "end": 2079.36, "text": "gone," }, { - "id": 5696, + "id": 5693, "start": 2079.36, "end": 2079.64, "text": "right?" }, { - "id": 5697, + "id": 5694, "start": 2079.64, "end": 2079.88, "text": "That's" }, { - "id": 5698, + "id": 5695, "start": 2079.88, "end": 2080.04, "text": "the" }, { - "id": 5699, + "id": 5696, "start": 2080.04, "end": 2080.24, "text": "point." }, { - "id": 5700, + "id": 5697, "start": 2080.24, "end": 2080.74, "text": "Yeah." }, { - "id": 5701, + "id": 5698, "start": 2080.76, "end": 2080.94, "text": "So" }, { - "id": 5702, + "id": 5699, "start": 2080.94, "end": 2081.32, "text": "what's" }, { - "id": 5703, + "id": 5700, "start": 2081.32, "end": 2081.58, "text": "the" }, { - "id": 5704, + "id": 5701, "start": 2081.58, "end": 2082.08, "text": "improvement" }, { - "id": 5705, + "id": 5702, "start": 2082.16, "end": 2082.34, "text": "in" }, { - "id": 5706, + "id": 5703, "start": 2082.34, "end": 2082.62, "text": "Bitcoin" }, { - "id": 5707, + "id": 5704, "start": 2082.62, "end": 2082.8, "text": "Core" }, { - "id": 5708, + "id": 5705, "start": 2082.8, "end": 2083.3, "text": "30?" }, { - "id": 5709, + "id": 5706, "start": 2084.6, "end": 2084.7, "text": "The" }, { - "id": 5710, + "id": 5707, "start": 2084.7, "end": 2085.2, "text": "improvement" }, { - "id": 5711, + "id": 5708, "start": 2085.2, "end": 2085.36, "text": "is" }, { - "id": 5712, + "id": 5709, "start": 2085.36, "end": 2085.72, "text": "that" }, { - "id": 5713, + "id": 5710, "start": 2085.72, "end": 2085.92, "text": "this" }, { - "id": 5714, + "id": 5711, "start": 2085.92, "end": 2086.42, "text": "mechanism" }, { - "id": 5715, + "id": 5712, "start": 2086.56, "end": 2086.72, "text": "under" }, { - "id": 5716, + "id": 5713, "start": 2086.72, "end": 2086.88, "text": "the" }, { - "id": 5717, + "id": 5714, "start": 2086.88, "end": 2087.12, "text": "hood" }, { - "id": 5718, + "id": 5715, "start": 2087.12, "end": 2087.56, "text": "relied" }, { - "id": 5719, + "id": 5716, "start": 2087.56, "end": 2087.72, "text": "on" }, { - "id": 5720, + "id": 5717, "start": 2087.72, "end": 2087.96, "text": "something" }, { - "id": 5721, + "id": 5718, "start": 2087.96, "end": 2088.16, "text": "called" }, { - "id": 5722, + "id": 5719, "start": 2088.16, "end": 2088.28, "text": "the" }, { - "id": 5723, + "id": 5720, "start": 2088.28, "end": 2088.78, "text": "orphanage." }, { - "id": 5724, + "id": 5721, "start": 2088.84, "end": 2088.9, "text": "And" }, { - "id": 5725, + "id": 5722, "start": 2088.9, "end": 2089.04, "text": "the" }, { - "id": 5726, + "id": 5723, "start": 2089.04, "end": 2089.4, "text": "orphanage" }, { - "id": 5727, + "id": 5724, "start": 2089.4, "end": 2089.6, "text": "is" }, { - "id": 5728, + "id": 5725, "start": 2089.6, "end": 2089.68, "text": "a" }, { - "id": 5729, + "id": 5726, "start": 2089.68, "end": 2089.9, "text": "way" }, { - "id": 5730, + "id": 5727, "start": 2089.9, "end": 2090.06, "text": "for" }, { - "id": 5731, + "id": 5728, "start": 2090.06, "end": 2090.32, "text": "Bitcoin" }, { - "id": 5732, + "id": 5729, "start": 2090.32, "end": 2090.58, "text": "Core" }, { - "id": 5733, + "id": 5730, "start": 2090.58, "end": 2090.74, "text": "to" }, { - "id": 5734, + "id": 5731, "start": 2090.74, "end": 2091.04, "text": "see," }, { - "id": 5735, + "id": 5732, "start": 2091.04, "end": 2091.26, "text": "hey," }, { - "id": 5736, + "id": 5733, "start": 2091.26, "end": 2091.38, "text": "I" }, { - "id": 5737, + "id": 5734, "start": 2091.38, "end": 2091.56, "text": "just" }, { - "id": 5738, + "id": 5735, "start": 2091.56, "end": 2091.72, "text": "got" }, { - "id": 5739, + "id": 5736, "start": 2091.72, "end": 2091.88, "text": "a" }, { - "id": 5740, + "id": 5737, "start": 2091.88, "end": 2092.04, "text": "new" }, { - "id": 5741, + "id": 5738, "start": 2092.04, "end": 2092.54, "text": "transaction," }, { - "id": 5742, + "id": 5739, "start": 2093.42, "end": 2093.64, "text": "but" }, { - "id": 5743, + "id": 5740, "start": 2093.64, "end": 2093.8, "text": "I" }, { - "id": 5744, + "id": 5741, "start": 2093.8, "end": 2094.0, "text": "don't" }, { - "id": 5745, + "id": 5742, "start": 2094.0, "end": 2094.14, "text": "know" }, { - "id": 5746, + "id": 5743, "start": 2094.14, "end": 2094.32, "text": "what" }, { - "id": 5747, + "id": 5744, "start": 2094.32, "end": 2094.48, "text": "the" }, { - "id": 5748, + "id": 5745, "start": 2094.48, "end": 2094.72, "text": "parent" }, { - "id": 5749, + "id": 5746, "start": 2094.72, "end": 2095.08, "text": "is," }, { - "id": 5750, + "id": 5747, "start": 2095.08, "end": 2095.26, "text": "so" }, { - "id": 5751, + "id": 5748, "start": 2095.26, "end": 2095.44, "text": "I'm" }, { - "id": 5752, + "id": 5749, "start": 2095.44, "end": 2095.6, "text": "just" }, { - "id": 5753, + "id": 5750, "start": 2095.6, "end": 2095.76, "text": "going" }, { - "id": 5754, + "id": 5751, "start": 2095.76, "end": 2095.88, "text": "to" }, { - "id": 5755, + "id": 5752, "start": 2095.88, "end": 2096.12, "text": "keep" }, { - "id": 5756, + "id": 5753, "start": 2096.12, "end": 2096.26, "text": "it" }, { - "id": 5757, + "id": 5754, "start": 2096.26, "end": 2096.42, "text": "for" }, { - "id": 5758, + "id": 5755, "start": 2096.42, "end": 2096.52, "text": "a" }, { - "id": 5759, + "id": 5756, "start": 2096.52, "end": 2096.72, "text": "little" }, { - "id": 5760, + "id": 5757, "start": 2096.72, "end": 2097.04, "text": "bit" }, { - "id": 5761, + "id": 5758, "start": 2097.04, "end": 2097.18, "text": "and" }, { - "id": 5762, + "id": 5759, "start": 2097.18, "end": 2097.68, "text": "then" }, { - "id": 5763, + "id": 5760, "start": 2097.7, "end": 2098.18, "text": "ask" }, { - "id": 5764, + "id": 5761, "start": 2098.18, "end": 2098.34, "text": "the" }, { - "id": 5765, + "id": 5762, "start": 2098.34, "end": 2098.58, "text": "peer" }, { - "id": 5766, + "id": 5763, "start": 2098.58, "end": 2098.74, "text": "for" }, { - "id": 5767, + "id": 5764, "start": 2098.74, "end": 2098.9, "text": "the" }, { - "id": 5768, + "id": 5765, "start": 2098.9, "end": 2099.4, "text": "parent." }, { - "id": 5769, + "id": 5766, "start": 2100.64, "end": 2101.14, "text": "And" }, { - "id": 5770, + "id": 5767, "start": 2101.16, "end": 2101.32, "text": "so" }, { - "id": 5771, + "id": 5768, "start": 2101.32, "end": 2101.56, "text": "the" }, { - "id": 5772, + "id": 5769, "start": 2101.56, "end": 2102.06, "text": "orphanage" }, { - "id": 5773, + "id": 5770, "start": 2102.16, "end": 2102.42, "text": "is" }, { - "id": 5774, + "id": 5771, "start": 2102.42, "end": 2102.92, "text": "specifically" }, { - "id": 5775, + "id": 5772, "start": 2103.48, "end": 2103.8, "text": "for" }, { - "id": 5776, + "id": 5773, "start": 2103.8, "end": 2104.3, "text": "transactions" }, { - "id": 5777, + "id": 5774, "start": 2104.6, "end": 2105.1, "text": "that" }, { - "id": 5778, + "id": 5775, "start": 2105.22, "end": 2105.46, "text": "do" }, { - "id": 5779, + "id": 5776, "start": 2105.46, "end": 2105.68, "text": "make" }, { - "id": 5780, + "id": 5777, "start": 2105.68, "end": 2105.86, "text": "it" }, { - "id": 5781, + "id": 5778, "start": 2105.86, "end": 2106.06, "text": "to" }, { - "id": 5782, + "id": 5779, "start": 2106.06, "end": 2106.26, "text": "you" }, { - "id": 5783, + "id": 5780, "start": 2106.26, "end": 2106.5, "text": "over" }, { - "id": 5784, + "id": 5781, "start": 2106.5, "end": 2106.76, "text": "the" }, { - "id": 5785, + "id": 5782, "start": 2106.76, "end": 2107.2, "text": "peer-to-peer" }, { - "id": 5786, + "id": 5783, "start": 2107.2, "end": 2107.68, "text": "network," }, { - "id": 5787, + "id": 5784, "start": 2107.68, "end": 2107.9, "text": "but" }, { - "id": 5788, + "id": 5785, "start": 2107.9, "end": 2108.0, "text": "you" }, { - "id": 5789, + "id": 5786, "start": 2108.0, "end": 2108.36, "text": "don't" }, { - "id": 5790, + "id": 5787, "start": 2108.36, "end": 2108.86, "text": "see" }, { - "id": 5791, + "id": 5788, "start": 2108.86, "end": 2109.28, "text": "basically" }, { - "id": 5792, + "id": 5789, "start": 2109.28, "end": 2109.64, "text": "where" }, { - "id": 5793, + "id": 5790, "start": 2109.64, "end": 2109.86, "text": "it's" }, { - "id": 5794, + "id": 5791, "start": 2109.86, "end": 2110.16, "text": "coming" }, { - "id": 5795, + "id": 5792, "start": 2110.16, "end": 2110.58, "text": "from" }, { - "id": 5796, + "id": 5793, "start": 2110.58, "end": 2110.76, "text": "on" }, { - "id": 5797, + "id": 5794, "start": 2110.76, "end": 2110.9, "text": "the" }, { - "id": 5798, + "id": 5795, "start": 2110.9, "end": 2111.4, "text": "blockchain." }, { - "id": 5799, + "id": 5796, "start": 2111.98, "end": 2112.26, "text": "Yeah," }, { - "id": 5800, + "id": 5797, "start": 2112.26, "end": 2112.4, "text": "it's" }, { - "id": 5801, + "id": 5798, "start": 2112.4, "end": 2112.6, "text": "not" }, { - "id": 5802, + "id": 5799, "start": 2112.6, "end": 2112.94, "text": "spending" }, { - "id": 5803, + "id": 5800, "start": 2112.94, "end": 2113.32, "text": "anything" }, { - "id": 5804, + "id": 5801, "start": 2113.32, "end": 2113.5, "text": "you" }, { - "id": 5805, + "id": 5802, "start": 2113.5, "end": 2113.86, "text": "know." }, { - "id": 5806, + "id": 5803, "start": 2113.86, "end": 2114.06, "text": "So" }, { - "id": 5807, + "id": 5804, "start": 2114.06, "end": 2114.56, "text": "you're" }, { - "id": 5808, + "id": 5805, "start": 2114.8, "end": 2115.06, "text": "like," }, { - "id": 5809, + "id": 5806, "start": 2115.06, "end": 2115.22, "text": "tell" }, { - "id": 5810, + "id": 5807, "start": 2115.22, "end": 2115.32, "text": "me" }, { - "id": 5811, + "id": 5808, "start": 2115.32, "end": 2115.52, "text": "what" }, { - "id": 5812, + "id": 5809, "start": 2115.52, "end": 2115.66, "text": "the" }, { - "id": 5813, + "id": 5810, "start": 2115.66, "end": 2115.92, "text": "parent" }, { - "id": 5814, + "id": 5811, "start": 2115.92, "end": 2116.12, "text": "is" }, { - "id": 5815, + "id": 5812, "start": 2116.12, "end": 2116.62, "text": "and" }, { - "id": 5816, + "id": 5813, "start": 2117.28, "end": 2117.42, "text": "the" }, { - "id": 5817, + "id": 5814, "start": 2117.42, "end": 2117.64, "text": "peer" }, { - "id": 5818, + "id": 5815, "start": 2117.64, "end": 2117.86, "text": "sends" }, { - "id": 5819, + "id": 5816, "start": 2117.86, "end": 2118.0, "text": "it" }, { - "id": 5820, + "id": 5817, "start": 2118.0, "end": 2118.16, "text": "to" }, { - "id": 5821, + "id": 5818, "start": 2118.16, "end": 2118.66, "text": "you." }, { - "id": 5822, + "id": 5819, "start": 2118.8, "end": 2119.3, "text": "Right." }, { - "id": 5823, + "id": 5820, "start": 2120.06, "end": 2120.24, "text": "That" }, { - "id": 5824, + "id": 5821, "start": 2120.24, "end": 2120.74, "text": "mechanism" }, { - "id": 5825, + "id": 5822, "start": 2121.5, "end": 2121.68, "text": "has" }, { - "id": 5826, + "id": 5823, "start": 2121.68, "end": 2121.9, "text": "been" }, { - "id": 5827, + "id": 5824, "start": 2121.9, "end": 2122.2, "text": "around" }, { - "id": 5828, + "id": 5825, "start": 2122.2, "end": 2122.38, "text": "now" }, { - "id": 5829, + "id": 5826, "start": 2122.38, "end": 2122.58, "text": "for" }, { - "id": 5830, + "id": 5827, "start": 2122.58, "end": 2122.68, "text": "I" }, { - "id": 5831, + "id": 5828, "start": 2122.68, "end": 2122.96, "text": "think" }, { - "id": 5832, + "id": 5829, "start": 2122.96, "end": 2123.4, "text": "since" }, { - "id": 5833, + "id": 5830, "start": 2123.4, "end": 2123.8, "text": "version" }, { - "id": 5834, + "id": 5831, "start": 2123.8, "end": 2124.3, "text": "29." }, { - "id": 5835, + "id": 5832, "start": 2125.16, "end": 2125.32, "text": "The" }, { - "id": 5836, + "id": 5833, "start": 2125.32, "end": 2125.68, "text": "problem" }, { - "id": 5837, + "id": 5834, "start": 2125.68, "end": 2125.9, "text": "with" }, { - "id": 5838, + "id": 5835, "start": 2125.9, "end": 2126.0, "text": "that" }, { - "id": 5839, + "id": 5836, "start": 2126.0, "end": 2126.4, "text": "mechanism" }, { - "id": 5840, + "id": 5837, "start": 2126.4, "end": 2126.6, "text": "is" }, { - "id": 5841, + "id": 5838, "start": 2126.6, "end": 2126.76, "text": "that" }, { - "id": 5842, + "id": 5839, "start": 2126.76, "end": 2126.98, "text": "it's" }, { - "id": 5843, + "id": 5840, "start": 2126.98, "end": 2127.24, "text": "very" }, { - "id": 5844, + "id": 5841, "start": 2127.24, "end": 2127.48, "text": "easy" }, { - "id": 5845, + "id": 5842, "start": 2127.48, "end": 2127.66, "text": "to" }, { - "id": 5846, + "id": 5843, "start": 2127.66, "end": 2128.16, "text": "attack." }, { - "id": 5847, + "id": 5844, "start": 2128.32, "end": 2128.66, "text": "So" }, { - "id": 5848, + "id": 5845, "start": 2128.66, "end": 2128.84, "text": "you" }, { - "id": 5849, + "id": 5846, "start": 2128.84, "end": 2129.04, "text": "can" }, { - "id": 5850, + "id": 5847, "start": 2129.04, "end": 2129.3, "text": "flood" }, { - "id": 5851, + "id": 5848, "start": 2129.3, "end": 2129.44, "text": "the" }, { - "id": 5852, + "id": 5849, "start": 2129.44, "end": 2129.94, "text": "orphanage" }, { - "id": 5853, + "id": 5850, "start": 2129.98, "end": 2130.48, "text": "basically" }, { - "id": 5854, + "id": 5851, "start": 2130.54, "end": 2131.04, "text": "with" }, { - "id": 5855, + "id": 5852, "start": 2131.1, "end": 2131.6, "text": "infinite" }, { - "id": 5856, + "id": 5853, "start": 2131.86, "end": 2132.16, "text": "child" }, { - "id": 5857, + "id": 5854, "start": 2132.16, "end": 2132.66, "text": "transactions." }, { - "id": 5858, + "id": 5855, "start": 2133.42, "end": 2133.62, "text": "That" }, { - "id": 5859, + "id": 5856, "start": 2133.62, "end": 2133.82, "text": "can" }, { - "id": 5860, + "id": 5857, "start": 2133.82, "end": 2134.0, "text": "just" }, { - "id": 5861, + "id": 5858, "start": 2134.0, "end": 2134.12, "text": "be" }, { - "id": 5862, + "id": 5859, "start": 2134.12, "end": 2134.46, "text": "complete" }, { - "id": 5863, + "id": 5860, "start": 2134.46, "end": 2134.84, "text": "garbage" }, { - "id": 5864, + "id": 5861, "start": 2134.84, "end": 2135.28, "text": "transactions" }, { - "id": 5865, + "id": 5862, "start": 2135.28, "end": 2135.38, "text": "because" }, { - "id": 5866, + "id": 5863, "start": 2135.38, "end": 2135.54, "text": "the" }, { - "id": 5867, + "id": 5864, "start": 2135.54, "end": 2135.74, "text": "node" }, { - "id": 5868, + "id": 5865, "start": 2135.74, "end": 2135.9, "text": "has" }, { - "id": 5869, + "id": 5866, "start": 2135.9, "end": 2136.04, "text": "no" }, { - "id": 5870, + "id": 5867, "start": 2136.04, "end": 2136.24, "text": "way" }, { - "id": 5871, + "id": 5868, "start": 2136.24, "end": 2136.38, "text": "to" }, { - "id": 5872, + "id": 5869, "start": 2136.38, "end": 2136.6, "text": "know" }, { - "id": 5873, + "id": 5870, "start": 2136.6, "end": 2136.72, "text": "that" }, { - "id": 5874, + "id": 5871, "start": 2136.72, "end": 2136.82, "text": "a" }, { - "id": 5875, + "id": 5872, "start": 2136.82, "end": 2137.04, "text": "child" }, { - "id": 5876, + "id": 5873, "start": 2137.04, "end": 2137.2, "text": "is" }, { - "id": 5877, + "id": 5874, "start": 2137.2, "end": 2137.36, "text": "a" }, { - "id": 5878, + "id": 5875, "start": 2137.36, "end": 2137.54, "text": "real" }, { - "id": 5879, + "id": 5876, "start": 2137.54, "end": 2138.04, "text": "transaction." }, { - "id": 5880, + "id": 5877, "start": 2138.86, "end": 2139.0, "text": "So" }, { - "id": 5881, + "id": 5878, "start": 2139.0, "end": 2139.3, "text": "it's" }, { - "id": 5882, + "id": 5879, "start": 2139.3, "end": 2139.8, "text": "essentially" }, { - "id": 5883, + "id": 5880, "start": 2140.08, "end": 2140.56, "text": "free" }, { - "id": 5884, + "id": 5881, "start": 2140.56, "end": 2141.06, "text": "to," }, { - "id": 5885, + "id": 5882, "start": 2141.64, "end": 2141.82, "text": "if" }, { - "id": 5886, + "id": 5883, "start": 2141.82, "end": 2141.94, "text": "you" }, { - "id": 5887, + "id": 5884, "start": 2141.94, "end": 2142.16, "text": "know" }, { - "id": 5888, + "id": 5885, "start": 2142.16, "end": 2142.34, "text": "what" }, { - "id": 5889, + "id": 5886, "start": 2142.34, "end": 2142.6, "text": "peer" }, { - "id": 5890, + "id": 5887, "start": 2142.6, "end": 2142.72, "text": "you" }, { - "id": 5891, + "id": 5888, "start": 2142.72, "end": 2142.98, "text": "want" }, { - "id": 5892, + "id": 5889, "start": 2142.98, "end": 2143.1, "text": "to" }, { - "id": 5893, + "id": 5890, "start": 2143.1, "end": 2143.58, "text": "influence," }, { - "id": 5894, + "id": 5891, "start": 2143.58, "end": 2144.08, "text": "you" }, { - "id": 5895, + "id": 5892, "start": 2147.04, "end": 2147.14, "text": "just" }, { - "id": 5896, + "id": 5893, "start": 2147.14, "end": 2147.44, "text": "flood" }, { - "id": 5897, + "id": 5894, "start": 2147.44, "end": 2147.94, "text": "them" }, { - "id": 5898, + "id": 5895, "start": 2147.98, "end": 2148.18, "text": "with" }, { - "id": 5899, + "id": 5896, "start": 2148.18, "end": 2148.68, "text": "orphans" }, { - "id": 5900, + "id": 5897, "start": 2148.72, "end": 2149.22, "text": "basically." }, { - "id": 5901, + "id": 5898, "start": 2149.5, "end": 2149.7, "text": "And" }, { - "id": 5902, + "id": 5899, "start": 2149.7, "end": 2149.94, "text": "it's" }, { - "id": 5903, + "id": 5900, "start": 2149.94, "end": 2150.06, "text": "a" }, { - "id": 5904, + "id": 5901, "start": 2150.06, "end": 2150.28, "text": "first" }, { - "id": 5905, + "id": 5902, "start": 2150.28, "end": 2150.46, "text": "in" }, { - "id": 5906, + "id": 5903, "start": 2150.46, "end": 2150.68, "text": "first" }, { - "id": 5907, + "id": 5904, "start": 2150.68, "end": 2150.92, "text": "out" }, { - "id": 5908, + "id": 5905, "start": 2150.92, "end": 2151.28, "text": "system," }, { - "id": 5909, + "id": 5906, "start": 2151.28, "end": 2151.6, "text": "so" }, { - "id": 5910, + "id": 5907, "start": 2151.6, "end": 2151.96, "text": "once" }, { - "id": 5911, + "id": 5908, "start": 2151.96, "end": 2152.36, "text": "100" }, { - "id": 5912, + "id": 5909, "start": 2152.36, "end": 2152.76, "text": "orphans" }, { - "id": 5913, + "id": 5910, "start": 2152.76, "end": 2152.96, "text": "are" }, { - "id": 5914, + "id": 5911, "start": 2152.96, "end": 2153.46, "text": "there," }, { - "id": 5915, + "id": 5912, "start": 2154.0, "end": 2154.16, "text": "you" }, { - "id": 5916, + "id": 5913, "start": 2154.16, "end": 2154.34, "text": "just" }, { - "id": 5917, + "id": 5914, "start": 2154.34, "end": 2154.72, "text": "replace" }, { - "id": 5918, + "id": 5915, "start": 2154.72, "end": 2154.88, "text": "all" }, { - "id": 5919, + "id": 5916, "start": 2154.88, "end": 2155.16, "text": "100" }, { - "id": 5920, + "id": 5917, "start": 2155.16, "end": 2155.28, "text": "of" }, { - "id": 5921, + "id": 5918, "start": 2155.28, "end": 2155.56, "text": "them," }, { - "id": 5922, + "id": 5919, "start": 2155.56, "end": 2155.76, "text": "and" }, { - "id": 5923, + "id": 5920, "start": 2155.76, "end": 2156.0, "text": "there's" }, { - "id": 5924, + "id": 5921, "start": 2156.0, "end": 2156.14, "text": "no" }, { - "id": 5925, + "id": 5922, "start": 2156.14, "end": 2156.52, "text": "orphans" }, { - "id": 5926, + "id": 5923, "start": 2156.52, "end": 2156.96, "text": "anymore." }, { - "id": 5927, + "id": 5924, "start": 2156.96, "end": 2157.1, "text": "And" }, { - "id": 5928, + "id": 5925, "start": 2157.1, "end": 2157.34, "text": "so" }, { - "id": 5929, + "id": 5926, "start": 2157.34, "end": 2157.84, "text": "this" }, { - "id": 5930, + "id": 5927, "start": 2158.06, "end": 2158.34, "text": "relay" }, { - "id": 5931, + "id": 5928, "start": 2158.34, "end": 2158.84, "text": "mechanism" }, { - "id": 5932, + "id": 5929, "start": 2158.84, "end": 2159.16, "text": "doesn't" }, { - "id": 5933, + "id": 5930, "start": 2159.16, "end": 2159.44, "text": "work." }, { - "id": 5934, + "id": 5931, "start": 2159.44, "end": 2159.64, "text": "So" }, { - "id": 5935, + "id": 5932, "start": 2159.64, "end": 2159.78, "text": "I" }, { - "id": 5936, + "id": 5933, "start": 2159.78, "end": 2160.06, "text": "guess" }, { - "id": 5937, + "id": 5934, "start": 2160.06, "end": 2160.26, "text": "in" }, { - "id": 5938, + "id": 5935, "start": 2160.26, "end": 2160.42, "text": "the" }, { - "id": 5939, + "id": 5936, "start": 2160.42, "end": 2160.76, "text": "lightning" }, { - "id": 5940, + "id": 5937, "start": 2160.76, "end": 2161.26, "text": "scenario," }, { - "id": 5941, + "id": 5938, "start": 2162.3, "end": 2162.8, "text": "if" }, { - "id": 5942, + "id": 5939, "start": 2163.1, "end": 2163.28, "text": "you" }, { - "id": 5943, + "id": 5940, "start": 2163.28, "end": 2163.54, "text": "are" }, { - "id": 5944, + "id": 5941, "start": 2163.54, "end": 2163.82, "text": "trying" }, { - "id": 5945, + "id": 5942, "start": 2163.82, "end": 2163.96, "text": "to" }, { - "id": 5946, + "id": 5943, "start": 2163.96, "end": 2164.34, "text": "attack" }, { - "id": 5947, + "id": 5944, "start": 2164.34, "end": 2164.54, "text": "your" }, { - "id": 5948, + "id": 5945, "start": 2164.54, "end": 2165.04, "text": "counterparty" }, { - "id": 5949, + "id": 5946, "start": 2165.8, "end": 2165.98, "text": "and" }, { - "id": 5950, + "id": 5947, "start": 2165.98, "end": 2166.1, "text": "you" }, { - "id": 5951, + "id": 5948, "start": 2166.1, "end": 2166.5, "text": "roughly" }, { - "id": 5952, + "id": 5949, "start": 2166.5, "end": 2166.76, "text": "know" }, { - "id": 5953, + "id": 5950, "start": 2166.76, "end": 2166.9, "text": "what" }, { - "id": 5954, + "id": 5951, "start": 2166.9, "end": 2167.16, "text": "peers" }, { - "id": 5955, + "id": 5952, "start": 2167.16, "end": 2167.36, "text": "they're" }, { - "id": 5956, + "id": 5953, "start": 2167.36, "end": 2167.76, "text": "connected" }, { - "id": 5957, + "id": 5954, "start": 2167.76, "end": 2168.26, "text": "to," }, { - "id": 5958, + "id": 5955, "start": 2169.02, "end": 2169.44, "text": "maybe" }, { - "id": 5959, + "id": 5956, "start": 2169.44, "end": 2169.72, "text": "you" }, { - "id": 5960, + "id": 5957, "start": 2169.72, "end": 2170.22, "text": "can" }, { - "id": 5961, + "id": 5958, "start": 2170.44, "end": 2170.94, "text": "blast" }, { - "id": 5962, + "id": 5959, "start": 2171.26, "end": 2171.48, "text": "their" }, { - "id": 5963, + "id": 5960, "start": 2171.48, "end": 2171.98, "text": "orphanages" }, { - "id": 5964, + "id": 5961, "start": 2172.16, "end": 2172.66, "text": "out" }, { - "id": 5965, + "id": 5962, "start": 2172.84, "end": 2173.04, "text": "and" }, { - "id": 5966, + "id": 5963, "start": 2173.04, "end": 2173.26, "text": "then" }, { - "id": 5967, + "id": 5964, "start": 2173.26, "end": 2173.74, "text": "your" }, { - "id": 5968, + "id": 5965, "start": 2173.74, "end": 2174.02, "text": "peer" }, { - "id": 5969, + "id": 5966, "start": 2174.02, "end": 2174.18, "text": "will" }, { - "id": 5970, + "id": 5967, "start": 2174.18, "end": 2174.34, "text": "not" }, { - "id": 5971, + "id": 5968, "start": 2174.34, "end": 2174.48, "text": "be" }, { - "id": 5972, + "id": 5969, "start": 2174.48, "end": 2174.64, "text": "able" }, { - "id": 5973, + "id": 5970, "start": 2174.64, "end": 2174.76, "text": "to" }, { - "id": 5974, + "id": 5971, "start": 2174.76, "end": 2175.04, "text": "get" }, { - "id": 5975, + "id": 5972, "start": 2175.04, "end": 2175.54, "text": "their" }, { - "id": 5976, + "id": 5973, "start": 2175.72, "end": 2176.16, "text": "penalty" }, { - "id": 5977, + "id": 5974, "start": 2176.16, "end": 2176.64, "text": "transaction" }, { - "id": 5978, + "id": 5975, "start": 2176.64, "end": 2177.14, "text": "out." }, { - "id": 5979, + "id": 5976, "start": 2177.16, "end": 2177.54, "text": "Something" }, { - "id": 5980, + "id": 5977, "start": 2177.54, "end": 2177.72, "text": "like" }, { - "id": 5981, + "id": 5978, "start": 2177.72, "end": 2177.84, "text": "that," }, { - "id": 5982, + "id": 5979, "start": 2177.84, "end": 2178.0, "text": "that" }, { - "id": 5983, + "id": 5980, "start": 2178.0, "end": 2178.16, "text": "would" }, { - "id": 5984, + "id": 5981, "start": 2178.16, "end": 2178.28, "text": "be" }, { - "id": 5985, + "id": 5982, "start": 2178.28, "end": 2178.48, "text": "the" }, { - "id": 5986, + "id": 5983, "start": 2178.48, "end": 2178.98, "text": "risk." }, { - "id": 5987, + "id": 5984, "start": 2179.02, "end": 2179.24, "text": "Yes," }, { - "id": 5988, + "id": 5985, "start": 2179.24, "end": 2179.34, "text": "I" }, { - "id": 5989, + "id": 5986, "start": 2179.34, "end": 2179.64, "text": "would" }, { - "id": 5990, + "id": 5987, "start": 2179.64, "end": 2180.14, "text": "feel." }, { - "id": 5991, + "id": 5988, "start": 2180.54, "end": 2180.74, "text": "So" }, { - "id": 5992, + "id": 5989, "start": 2180.74, "end": 2181.06, "text": "version" }, { - "id": 5993, + "id": 5990, "start": 2181.06, "end": 2181.38, "text": "30" }, { - "id": 5994, + "id": 5991, "start": 2181.38, "end": 2181.66, "text": "makes" }, { - "id": 5995, + "id": 5992, "start": 2181.66, "end": 2181.78, "text": "the" }, { - "id": 5996, + "id": 5993, "start": 2181.78, "end": 2182.2, "text": "orphanage" }, { - "id": 5997, + "id": 5994, "start": 2182.2, "end": 2182.26, "text": "a" }, { - "id": 5998, + "id": 5995, "start": 2182.26, "end": 2182.54, "text": "lot" }, { - "id": 5999, + "id": 5996, "start": 2182.54, "end": 2183.04, "text": "stronger." }, { - "id": 6000, + "id": 5997, "start": 2184.24, "end": 2184.44, "text": "It" }, { - "id": 6001, + "id": 5998, "start": 2184.44, "end": 2184.94, "text": "basically," }, { - "id": 6002, + "id": 5999, "start": 2185.58, "end": 2186.08, "text": "well," }, { - "id": 6003, + "id": 6000, "start": 2186.12, "end": 2186.32, "text": "I" }, { - "id": 6004, + "id": 6001, "start": 2186.32, "end": 2186.64, "text": "don't" }, { - "id": 6005, + "id": 6002, "start": 2186.64, "end": 2187.04, "text": "understand" }, { - "id": 6006, + "id": 6003, "start": 2187.04, "end": 2187.16, "text": "the" }, { - "id": 6007, + "id": 6004, "start": 2187.16, "end": 2187.38, "text": "full" }, { - "id": 6008, + "id": 6005, "start": 2187.38, "end": 2187.8, "text": "mechanism," }, { - "id": 6009, + "id": 6006, "start": 2187.8, "end": 2188.02, "text": "but" }, { - "id": 6010, + "id": 6007, "start": 2188.02, "end": 2188.2, "text": "it" }, { - "id": 6011, + "id": 6008, "start": 2188.2, "end": 2188.58, "text": "boils" }, { - "id": 6012, + "id": 6009, "start": 2188.58, "end": 2188.84, "text": "down" }, { - "id": 6013, + "id": 6010, "start": 2188.84, "end": 2189.34, "text": "to," }, { - "id": 6014, + "id": 6011, "start": 2190.06, "end": 2190.56, "text": "If" }, { - "id": 6015, + "id": 6012, "start": 2190.86, "end": 2191.08, "text": "one" }, { - "id": 6016, + "id": 6013, "start": 2191.08, "end": 2191.28, "text": "of" }, { - "id": 6017, + "id": 6014, "start": 2191.28, "end": 2191.62, "text": "your," }, { - "id": 6018, + "id": 6015, "start": 2191.62, "end": 2191.82, "text": "let's" }, { - "id": 6019, + "id": 6016, "start": 2191.82, "end": 2192.02, "text": "say" }, { - "id": 6020, + "id": 6017, "start": 2192.02, "end": 2192.22, "text": "you" }, { - "id": 6021, + "id": 6018, "start": 2192.22, "end": 2192.48, "text": "have" }, { - "id": 6022, + "id": 6019, "start": 2192.48, "end": 2192.68, "text": "10" }, { - "id": 6023, + "id": 6020, "start": 2192.68, "end": 2193.12, "text": "peers," }, { - "id": 6024, + "id": 6021, "start": 2193.12, "end": 2193.38, "text": "and" }, { - "id": 6025, + "id": 6022, "start": 2193.38, "end": 2193.58, "text": "one" }, { - "id": 6026, + "id": 6023, "start": 2193.58, "end": 2194.02, "text": "of" }, { - "id": 6027, + "id": 6024, "start": 2194.02, "end": 2194.24, "text": "your" }, { - "id": 6028, + "id": 6025, "start": 2194.24, "end": 2194.64, "text": "peers" }, { - "id": 6029, + "id": 6026, "start": 2194.64, "end": 2195.08, "text": "starts" }, { - "id": 6030, + "id": 6027, "start": 2195.08, "end": 2195.58, "text": "misbehaving" }, { - "id": 6031, + "id": 6028, "start": 2195.72, "end": 2195.9, "text": "by" }, { - "id": 6032, + "id": 6029, "start": 2195.9, "end": 2196.22, "text": "sending" }, { - "id": 6033, + "id": 6030, "start": 2196.22, "end": 2196.4, "text": "you" }, { - "id": 6034, + "id": 6031, "start": 2196.4, "end": 2196.74, "text": "tons" }, { - "id": 6035, + "id": 6032, "start": 2196.74, "end": 2196.86, "text": "and" }, { - "id": 6036, + "id": 6033, "start": 2196.86, "end": 2197.36, "text": "tons" }, { - "id": 6037, + "id": 6034, "start": 2197.36, "end": 2197.6, "text": "of" }, { - "id": 6038, + "id": 6035, "start": 2197.6, "end": 2198.1, "text": "orphans," }, { - "id": 6039, + "id": 6036, "start": 2199.24, "end": 2199.44, "text": "you're" }, { - "id": 6040, + "id": 6037, "start": 2199.44, "end": 2199.72, "text": "not" }, { - "id": 6041, + "id": 6038, "start": 2199.72, "end": 2199.9, "text": "just" }, { - "id": 6042, + "id": 6039, "start": 2199.9, "end": 2200.12, "text": "going" }, { - "id": 6043, + "id": 6040, "start": 2200.12, "end": 2200.24, "text": "to" }, { - "id": 6044, + "id": 6041, "start": 2200.24, "end": 2200.58, "text": "flush" }, { - "id": 6045, + "id": 6042, "start": 2200.58, "end": 2200.76, "text": "them" }, { - "id": 6046, + "id": 6043, "start": 2200.76, "end": 2201.26, "text": "all." }, { - "id": 6047, + "id": 6044, "start": 2201.28, "end": 2201.54, "text": "You're" }, { - "id": 6048, + "id": 6045, "start": 2201.54, "end": 2202.04, "text": "only," }, { - "id": 6049, + "id": 6046, "start": 2202.56, "end": 2202.78, "text": "if" }, { - "id": 6050, + "id": 6047, "start": 2202.78, "end": 2203.18, "text": "another" }, { - "id": 6051, + "id": 6048, "start": 2203.18, "end": 2203.68, "text": "peer" }, { - "id": 6052, + "id": 6049, "start": 2203.84, "end": 2204.18, "text": "also" }, { - "id": 6053, + "id": 6050, "start": 2204.18, "end": 2204.44, "text": "sent" }, { - "id": 6054, + "id": 6051, "start": 2204.44, "end": 2204.6, "text": "you" }, { - "id": 6055, + "id": 6052, "start": 2204.6, "end": 2204.76, "text": "that" }, { - "id": 6056, + "id": 6053, "start": 2204.76, "end": 2205.04, "text": "orphan," }, { - "id": 6057, + "id": 6054, "start": 2205.04, "end": 2205.24, "text": "you're" }, { - "id": 6058, + "id": 6055, "start": 2205.24, "end": 2205.44, "text": "gonna" }, { - "id": 6059, + "id": 6056, "start": 2205.44, "end": 2205.66, "text": "hold" }, { - "id": 6060, + "id": 6057, "start": 2205.66, "end": 2205.92, "text": "onto" }, { - "id": 6061, + "id": 6058, "start": 2205.92, "end": 2206.42, "text": "it." }, { - "id": 6062, + "id": 6059, "start": 2207.08, "end": 2207.32, "text": "So" }, { - "id": 6063, + "id": 6060, "start": 2207.32, "end": 2207.64, "text": "there's" }, { - "id": 6064, + "id": 6061, "start": 2207.64, "end": 2207.86, "text": "just" }, { - "id": 6065, + "id": 6062, "start": 2207.86, "end": 2207.96, "text": "a" }, { - "id": 6066, + "id": 6063, "start": 2207.96, "end": 2208.22, "text": "better" }, { - "id": 6067, + "id": 6064, "start": 2208.22, "end": 2208.64, "text": "accounting" }, { - "id": 6068, + "id": 6065, "start": 2208.64, "end": 2209.0, "text": "system" }, { - "id": 6069, + "id": 6066, "start": 2209.0, "end": 2209.12, "text": "that" }, { - "id": 6070, + "id": 6067, "start": 2209.12, "end": 2209.3, "text": "makes" }, { - "id": 6071, + "id": 6068, "start": 2209.3, "end": 2209.44, "text": "it" }, { - "id": 6072, + "id": 6069, "start": 2209.44, "end": 2209.6, "text": "more" }, { - "id": 6073, + "id": 6070, "start": 2209.6, "end": 2209.96, "text": "difficult" }, { - "id": 6074, + "id": 6071, "start": 2209.96, "end": 2210.08, "text": "to" }, { - "id": 6075, + "id": 6072, "start": 2210.08, "end": 2210.5, "text": "attack" }, { - "id": 6076, + "id": 6073, "start": 2210.5, "end": 2210.64, "text": "the" }, { - "id": 6077, + "id": 6074, "start": 2210.64, "end": 2211.14, "text": "orphanage." }, { - "id": 6078, + "id": 6075, "start": 2212.12, "end": 2212.42, "text": "Bitcoin" }, { - "id": 6079, + "id": 6076, "start": 2212.42, "end": 2212.58, "text": "Core" }, { - "id": 6080, + "id": 6077, "start": 2212.58, "end": 2212.8, "text": "is" }, { - "id": 6081, + "id": 6078, "start": 2212.8, "end": 2213.3, "text": "protecting" }, { - "id": 6082, + "id": 6079, "start": 2213.36, "end": 2213.48, "text": "the" }, { - "id": 6083, + "id": 6080, "start": 2213.48, "end": 2213.98, "text": "kids." }, { - "id": 6084, + "id": 6081, "start": 2214.34, "end": 2214.84, "text": "Exactly," }, { - "id": 6085, + "id": 6082, "start": 2215.08, "end": 2215.44, "text": "yeah," }, { - "id": 6086, + "id": 6083, "start": 2215.44, "end": 2215.94, "text": "yeah." }, { - "id": 6087, + "id": 6084, "start": 2216.24, "end": 2216.58, "text": "Protect" }, { - "id": 6088, + "id": 6085, "start": 2216.58, "end": 2216.78, "text": "the" }, { - "id": 6089, + "id": 6086, "start": 2216.78, "end": 2217.28, "text": "children." }, { - "id": 6090, + "id": 6087, "start": 2218.26, "end": 2218.76, "text": "Okay," }, { - "id": 6091, + "id": 6088, "start": 2218.78, "end": 2219.02, "text": "so" }, { - "id": 6092, + "id": 6089, "start": 2219.02, "end": 2219.14, "text": "the" }, { - "id": 6093, + "id": 6090, "start": 2219.14, "end": 2219.62, "text": "orphanage" }, { - "id": 6094, + "id": 6091, "start": 2219.62, "end": 2219.78, "text": "is" }, { - "id": 6095, + "id": 6092, "start": 2219.78, "end": 2220.28, "text": "more" }, { - "id": 6096, + "id": 6093, "start": 2220.28, "end": 2220.78, "text": "robust" }, { - "id": 6097, + "id": 6094, "start": 2220.84, "end": 2221.34, "text": "now." }, { - "id": 6098, + "id": 6095, "start": 2221.6, "end": 2221.88, "text": "Next" }, { - "id": 6099, + "id": 6096, "start": 2221.88, "end": 2222.38, "text": "point." }, { - "id": 6100, + "id": 6097, "start": 2224.14, "end": 2224.36, "text": "Yes," }, { - "id": 6101, + "id": 6098, "start": 2224.36, "end": 2224.7, "text": "there's" }, { - "id": 6102, + "id": 6099, "start": 2224.7, "end": 2224.78, "text": "a" }, { - "id": 6103, + "id": 6100, "start": 2224.78, "end": 2225.1, "text": "Bitcoin" }, { - "id": 6104, + "id": 6101, "start": 2225.1, "end": 2225.46, "text": "command," }, { - "id": 6105, + "id": 6102, "start": 2225.46, "end": 2225.66, "text": "but" }, { - "id": 6106, + "id": 6103, "start": 2225.66, "end": 2225.74, "text": "I" }, { - "id": 6107, + "id": 6104, "start": 2225.74, "end": 2225.94, "text": "think" }, { - "id": 6108, + "id": 6105, "start": 2225.94, "end": 2226.1, "text": "that" }, { - "id": 6109, + "id": 6106, "start": 2226.1, "end": 2226.26, "text": "was" }, { - "id": 6110, + "id": 6107, "start": 2226.26, "end": 2226.36, "text": "a" }, { - "id": 6111, + "id": 6108, "start": 2226.36, "end": 2226.5, "text": "bit" }, { - "id": 6112, + "id": 6109, "start": 2226.5, "end": 2226.68, "text": "too" }, { - "id": 6113, + "id": 6110, "start": 2226.68, - "end": 2227.12, + "end": 2227.16, "text": "nerdy." }, { - "id": 6114, - "start": 2227.12, + "id": 6111, + "start": 2227.16, "end": 2227.2, "text": "I" }, { - "id": 6115, + "id": 6112, "start": 2227.2, "end": 2227.42, "text": "don't" }, { - "id": 6116, + "id": 6113, "start": 2227.42, "end": 2227.54, "text": "know" }, { - "id": 6117, + "id": 6114, "start": 2227.54, "end": 2227.68, "text": "if" }, { - "id": 6118, + "id": 6115, "start": 2227.68, "end": 2227.8, "text": "you" }, { - "id": 6119, + "id": 6116, "start": 2227.8, "end": 2228.08, "text": "cared" }, { - "id": 6120, + "id": 6117, "start": 2228.08, "end": 2228.3, "text": "about" }, { - "id": 6121, + "id": 6118, "start": 2228.3, "end": 2228.8, "text": "it." }, { - "id": 6122, + "id": 6119, "start": 2229.72, "end": 2229.84, "text": "Oh" }, { - "id": 6123, + "id": 6120, "start": 2229.84, "end": 2230.12, "text": "yeah" }, { - "id": 6124, + "id": 6121, "start": 2230.12, "end": 2230.32, "text": "no" }, { - "id": 6125, + "id": 6122, "start": 2230.32, "end": 2230.44, "text": "no" }, { - "id": 6126, + "id": 6123, "start": 2230.44, "end": 2230.64, "text": "go" }, { - "id": 6127, + "id": 6124, "start": 2230.64, "end": 2230.84, "text": "for" }, { - "id": 6128, + "id": 6125, "start": 2230.84, "end": 2230.96, "text": "it" }, { - "id": 6129, + "id": 6126, "start": 2230.96, "end": 2231.2, "text": "though" }, { - "id": 6130, + "id": 6127, "start": 2231.2, "end": 2231.7, "text": "yeah." }, { - "id": 6131, + "id": 6128, "start": 2231.72, "end": 2231.98, "text": "There's" }, { - "id": 6132, + "id": 6129, "start": 2231.98, "end": 2232.18, "text": "one" }, { - "id": 6133, + "id": 6130, "start": 2232.18, "end": 2232.44, "text": "command" }, { - "id": 6134, + "id": 6131, "start": 2232.44, "end": 2232.6, "text": "to" }, { - "id": 6135, + "id": 6132, "start": 2232.6, "end": 2232.78, "text": "rule" }, { - "id": 6136, + "id": 6133, "start": 2232.78, "end": 2232.92, "text": "them" }, { - "id": 6137, + "id": 6134, "start": 2232.92, "end": 2233.14, "text": "all" }, { - "id": 6138, + "id": 6135, "start": 2233.14, "end": 2233.34, "text": "so" }, { - "id": 6139, + "id": 6136, "start": 2233.34, "end": 2233.52, "text": "there" }, { - "id": 6140, + "id": 6137, "start": 2233.52, "end": 2233.74, "text": "used" }, { - "id": 6141, + "id": 6138, "start": 2233.74, "end": 2233.9, "text": "to" }, { - "id": 6142, + "id": 6139, "start": 2233.9, "end": 2234.06, "text": "be" }, { - "id": 6143, + "id": 6140, "start": 2234.06, "end": 2234.44, "text": "Bitcoin" }, { - "id": 6144, + "id": 6141, "start": 2234.44, "end": 2234.86, "text": "D," }, { - "id": 6145, + "id": 6142, "start": 2234.86, "end": 2235.34, "text": "Bitcoin" }, { - "id": 6146, + "id": 6143, "start": 2235.34, "end": 2235.82, "text": "QT," }, { - "id": 6147, + "id": 6144, "start": 2235.82, "end": 2236.32, "text": "Bitcoin" }, { - "id": 6148, + "id": 6145, "start": 2239.4, "end": 2239.66, "text": "well" }, { - "id": 6149, + "id": 6146, "start": 2239.66, "end": 2239.96, "text": "Bitcoin" }, { - "id": 6150, + "id": 6147, "start": 2239.96, "end": 2240.22, "text": "D" }, { - "id": 6151, + "id": 6148, "start": 2240.22, "end": 2240.38, "text": "and" }, { - "id": 6152, + "id": 6149, "start": 2240.38, "end": 2240.72, "text": "Bitcoin" }, { - "id": 6153, + "id": 6150, "start": 2240.72, "end": 2241.22, "text": "QT" }, { - "id": 6154, + "id": 6151, "start": 2241.26, "end": 2241.76, "text": "basically" }, { - "id": 6155, + "id": 6152, "start": 2241.76, "end": 2241.94, "text": "and" }, { - "id": 6156, + "id": 6153, "start": 2241.94, "end": 2242.2, "text": "then" }, { - "id": 6157, + "id": 6154, "start": 2242.2, "end": 2242.48, "text": "there's" }, { - "id": 6158, + "id": 6155, "start": 2242.48, "end": 2242.64, "text": "some" }, { - "id": 6159, + "id": 6156, "start": 2242.64, "end": 2242.88, "text": "other" }, { - "id": 6160, + "id": 6157, "start": 2242.88, "end": 2243.24, "text": "changes" }, { - "id": 6161, + "id": 6158, "start": 2243.24, "end": 2243.54, "text": "coming" }, { - "id": 6162, + "id": 6159, "start": 2243.54, "end": 2243.72, "text": "up" }, { - "id": 6163, + "id": 6160, "start": 2243.72, "end": 2243.86, "text": "that" }, { - "id": 6164, + "id": 6161, "start": 2243.86, "end": 2244.12, "text": "would" }, { - "id": 6165, + "id": 6162, "start": 2244.12, "end": 2244.62, "text": "add" }, { - "id": 6166, + "id": 6163, "start": 2244.82, "end": 2245.2, "text": "Bitcoin" }, { - "id": 6167, + "id": 6164, "start": 2245.2, "end": 2245.7, "text": "Node" }, { - "id": 6168, + "id": 6165, "start": 2245.8, "end": 2246.12, "text": "and" }, { - "id": 6169, + "id": 6166, "start": 2246.12, "end": 2246.62, "text": "Bitcoin" }, { - "id": 6170, + "id": 6167, "start": 2246.92, "end": 2247.42, "text": "GUI" }, { - "id": 6171, + "id": 6168, "start": 2247.98, "end": 2248.48, "text": "and" }, { - "id": 6172, + "id": 6169, "start": 2248.78, "end": 2248.86, "text": "you" }, { - "id": 6173, + "id": 6170, "start": 2248.86, "end": 2249.06, "text": "know" }, { - "id": 6174, + "id": 6171, "start": 2249.06, "end": 2249.24, "text": "other" }, { - "id": 6175, + "id": 6172, "start": 2249.24, "end": 2249.64, "text": "developers" }, { - "id": 6176, + "id": 6173, "start": 2249.64, "end": 2249.84, "text": "like" }, { - "id": 6177, + "id": 6174, "start": 2249.84, "end": 2250.06, "text": "okay" }, { - "id": 6178, + "id": 6175, "start": 2250.06, "end": 2250.28, "text": "this" }, { - "id": 6179, + "id": 6176, "start": 2250.28, "end": 2250.4, "text": "is" }, { - "id": 6180, + "id": 6177, "start": 2250.4, "end": 2250.7, "text": "becoming" }, { - "id": 6181, + "id": 6178, "start": 2250.7, "end": 2250.84, "text": "a" }, { - "id": 6182, + "id": 6179, "start": 2250.84, "end": 2251.2, "text": "confused" }, { - "id": 6183, + "id": 6180, "start": 2251.2, "end": 2251.56, "text": "mess" }, { - "id": 6184, + "id": 6181, "start": 2251.56, "end": 2251.88, "text": "somebody" }, { - "id": 6185, + "id": 6182, "start": 2251.88, "end": 2252.36, "text": "downloads" }, { - "id": 6186, + "id": 6183, "start": 2252.36, "end": 2252.86, "text": "Bitcoin" }, { - "id": 6187, + "id": 6184, "start": 2253.12, "end": 2253.34, "text": "and" }, { - "id": 6188, + "id": 6185, "start": 2253.34, "end": 2253.5, "text": "they" }, { - "id": 6189, + "id": 6186, "start": 2253.5, "end": 2253.74, "text": "see" }, { - "id": 6190, + "id": 6187, "start": 2253.74, "end": 2254.08, "text": "like" }, { - "id": 6191, + "id": 6188, "start": 2254.08, "end": 2254.58, "text": "15" }, { - "id": 6192, + "id": 6189, "start": 2255.38, "end": 2255.82, "text": "commands" }, { - "id": 6193, + "id": 6190, "start": 2255.82, "end": 2255.94, "text": "that" }, { - "id": 6194, + "id": 6191, "start": 2255.94, "end": 2256.18, "text": "start" }, { - "id": 6195, + "id": 6192, "start": 2256.18, "end": 2256.3, "text": "with" }, { - "id": 6196, + "id": 6193, "start": 2256.3, "end": 2256.8, "text": "Bitcoin." }, { - "id": 6197, + "id": 6194, "start": 2259.18, "end": 2259.4, "text": "What" }, { - "id": 6198, + "id": 6195, "start": 2259.4, "end": 2259.56, "text": "to" }, { - "id": 6199, + "id": 6196, "start": 2259.56, "end": 2259.74, "text": "do" }, { - "id": 6200, + "id": 6197, "start": 2259.74, "end": 2260.24, "text": "now?" }, { - "id": 6201, + "id": 6198, "start": 2264.24, "end": 2264.44, "text": "And" }, { - "id": 6202, + "id": 6199, "start": 2264.44, "end": 2264.6, "text": "so" }, { - "id": 6203, + "id": 6200, "start": 2264.6, "end": 2264.76, "text": "the" }, { - "id": 6204, + "id": 6201, "start": 2264.76, "end": 2265.18, "text": "solution" }, { - "id": 6205, + "id": 6202, "start": 2265.18, "end": 2265.34, "text": "is" }, { - "id": 6206, + "id": 6203, "start": 2265.34, "end": 2265.48, "text": "to" }, { - "id": 6207, + "id": 6204, "start": 2265.48, "end": 2265.66, "text": "add" }, { - "id": 6208, + "id": 6205, "start": 2265.66, "end": 2265.92, "text": "another" }, { - "id": 6209, + "id": 6206, "start": 2265.92, "end": 2266.42, "text": "command" }, { - "id": 6210, + "id": 6207, "start": 2266.74, "end": 2266.94, "text": "which" }, { - "id": 6211, + "id": 6208, "start": 2266.94, "end": 2267.1, "text": "is" }, { - "id": 6212, + "id": 6209, "start": 2267.1, "end": 2267.22, "text": "just" }, { - "id": 6213, + "id": 6210, "start": 2267.22, "end": 2267.46, "text": "called" }, { - "id": 6214, + "id": 6211, "start": 2267.46, "end": 2267.96, "text": "Bitcoin" }, { - "id": 6215, + "id": 6212, "start": 2269.28, "end": 2269.46, "text": "And" }, { - "id": 6216, + "id": 6213, "start": 2269.46, "end": 2269.6, "text": "you" }, { - "id": 6217, + "id": 6214, "start": 2269.6, "end": 2269.82, "text": "call" }, { - "id": 6218, + "id": 6215, "start": 2269.82, - "end": 2270.02, + "end": 2270.0, "text": "that" }, { - "id": 6219, - "start": 2270.02, - "end": 2270.52, + "id": 6216, + "start": 2270.0, + "end": 2270.5, "text": "command" }, { - "id": 6220, + "id": 6217, "start": 2270.94, "end": 2271.2, "text": "and" }, { - "id": 6221, + "id": 6218, "start": 2271.2, "end": 2271.4, "text": "you" }, { - "id": 6222, + "id": 6219, "start": 2271.4, "end": 2271.66, "text": "tell" }, { - "id": 6223, + "id": 6220, "start": 2271.66, "end": 2272.16, "text": "it" }, { - "id": 6224, + "id": 6221, "start": 2272.36, "end": 2272.54, "text": "what" }, { - "id": 6225, + "id": 6222, "start": 2272.54, "end": 2272.8, "text": "else" }, { - "id": 6226, + "id": 6223, "start": 2272.8, "end": 2272.96, "text": "to" }, { - "id": 6227, + "id": 6224, "start": 2272.96, "end": 2273.16, "text": "call." }, { - "id": 6228, + "id": 6225, "start": 2273.16, "end": 2273.66, "text": "So" }, { - "id": 6229, + "id": 6226, "start": 2273.86, "end": 2274.0, "text": "it" }, { - "id": 6230, + "id": 6227, "start": 2274.0, "end": 2274.14, "text": "has" }, { - "id": 6231, + "id": 6228, "start": 2274.14, "end": 2274.24, "text": "a" }, { - "id": 6232, + "id": 6229, "start": 2274.24, "end": 2274.74, "text": "documentation," }, { - "id": 6233, + "id": 6230, "start": 2274.84, "end": 2275.02, "text": "you" }, { - "id": 6234, + "id": 6231, "start": 2275.02, "end": 2275.32, "text": "call" }, { - "id": 6235, + "id": 6232, "start": 2275.32, "end": 2275.64, "text": "Bitcoin" }, { - "id": 6236, + "id": 6233, "start": 2275.64, "end": 2276.14, "text": "space" }, { - "id": 6237, + "id": 6234, "start": 2276.96, "end": 2277.46, "text": "node," }, { - "id": 6238, + "id": 6235, "start": 2277.78, "end": 2277.98, "text": "it" }, { - "id": 6239, + "id": 6236, "start": 2277.98, "end": 2278.28, "text": "starts" }, { - "id": 6240, + "id": 6237, "start": 2278.28, "end": 2278.78, "text": "BitcoinD." }, { - "id": 6241, + "id": 6238, "start": 2279.64, "end": 2279.82, "text": "There" }, { - "id": 6242, + "id": 6239, "start": 2279.82, "end": 2280.08, "text": "are" }, { - "id": 6243, + "id": 6240, "start": 2280.08, "end": 2280.58, "text": "15" }, { - "id": 6244, + "id": 6241, "start": 2280.64, "end": 2281.12, "text": "standards." }, { - "id": 6245, + "id": 6242, "start": 2281.12, "end": 2281.4, "text": "That's" }, { - "id": 6246, + "id": 6243, "start": 2281.4, "end": 2281.62, "text": "too" }, { - "id": 6247, + "id": 6244, "start": 2281.62, "end": 2281.88, "text": "many" }, { - "id": 6248, + "id": 6245, "start": 2281.88, "end": 2282.38, "text": "standards." }, { - "id": 6249, + "id": 6246, "start": 2283.28, "end": 2283.42, "text": "We" }, { - "id": 6250, + "id": 6247, "start": 2283.42, "end": 2283.68, "text": "need" }, { - "id": 6251, + "id": 6248, "start": 2283.68, - "end": 2283.84, + "end": 2283.82, "text": "a" }, { - "id": 6252, - "start": 2283.84, + "id": 6249, + "start": 2283.82, "end": 2284.24, "text": "standard" }, { - "id": 6253, + "id": 6250, "start": 2284.24, "end": 2284.4, "text": "to" }, { - "id": 6254, + "id": 6251, "start": 2284.4, "end": 2284.6, "text": "rule" }, { - "id": 6255, + "id": 6252, "start": 2284.6, "end": 2284.74, "text": "them" }, { - "id": 6256, + "id": 6253, "start": 2284.74, "end": 2285.14, "text": "all." }, { - "id": 6257, + "id": 6254, "start": 2285.14, "end": 2285.38, "text": "Now" }, { - "id": 6258, + "id": 6255, "start": 2285.38, "end": 2285.56, "text": "there" }, { - "id": 6259, + "id": 6256, "start": 2285.56, - "end": 2285.76, + "end": 2285.74, "text": "are" }, { - "id": 6260, - "start": 2285.76, + "id": 6257, + "start": 2285.74, "end": 2286.22, "text": "16" }, { - "id": 6261, + "id": 6258, "start": 2286.22, "end": 2286.72, "text": "standards." }, { - "id": 6262, + "id": 6259, "start": 2287.58, "end": 2287.88, "text": "Yeah," }, { - "id": 6263, + "id": 6260, "start": 2287.88, "end": 2288.38, "text": "exactly." }, { - "id": 6264, + "id": 6261, "start": 2289.6, "end": 2289.8, "text": "So" }, { - "id": 6265, + "id": 6262, "start": 2289.8, - "end": 2290.04, + "end": 2290.02, "text": "this" }, { - "id": 6266, - "start": 2290.04, + "id": 6263, + "start": 2290.02, "end": 2290.2, "text": "is" }, { - "id": 6267, + "id": 6264, "start": 2290.2, "end": 2290.7, "text": "for" }, { - "id": 6268, + "id": 6265, "start": 2290.92, "end": 2291.32, "text": "nerds" }, { - "id": 6269, + "id": 6266, "start": 2291.32, "end": 2291.52, "text": "that" }, { - "id": 6270, + "id": 6267, "start": 2291.52, "end": 2291.76, "text": "use" }, { - "id": 6271, + "id": 6268, "start": 2291.76, "end": 2291.88, "text": "the" }, { - "id": 6272, + "id": 6269, "start": 2291.88, "end": 2292.18, "text": "command" }, { - "id": 6273, + "id": 6270, "start": 2292.18, "end": 2292.68, "text": "line," }, { - "id": 6274, + "id": 6271, "start": 2292.86, "end": 2293.36, "text": "which" }, { - "id": 6275, + "id": 6272, "start": 2294.28, "end": 2294.5, "text": "as" }, { - "id": 6276, + "id": 6273, "start": 2294.5, "end": 2294.76, "text": "you" }, { - "id": 6277, + "id": 6274, "start": 2294.76, "end": 2295.26, "text": "said," }, { - "id": 6278, + "id": 6275, "start": 2296.72, "end": 2297.02, "text": "command" }, { - "id": 6279, + "id": 6276, "start": 2297.02, "end": 2297.34, "text": "line" }, { - "id": 6280, + "id": 6277, "start": 2297.34, "end": 2297.62, "text": "doesn't" }, { - "id": 6281, + "id": 6278, "start": 2297.62, "end": 2297.96, "text": "exist" }, { - "id": 6282, + "id": 6279, "start": 2297.96, "end": 2298.14, "text": "for" }, { - "id": 6283, + "id": 6280, "start": 2298.14, "end": 2298.42, "text": "me." }, { - "id": 6284, + "id": 6281, "start": 2298.42, "end": 2298.56, "text": "If" }, { - "id": 6285, + "id": 6282, "start": 2298.56, "end": 2298.76, "text": "it's" }, { - "id": 6286, + "id": 6283, "start": 2298.76, "end": 2298.96, "text": "not" }, { - "id": 6287, + "id": 6284, "start": 2298.96, "end": 2299.12, "text": "in" }, { - "id": 6288, + "id": 6285, "start": 2299.12, "end": 2299.28, "text": "the" }, { - "id": 6289, + "id": 6286, "start": 2299.28, "end": 2299.78, "text": "GUI," }, { - "id": 6290, + "id": 6287, "start": 2299.84, "end": 2300.08, "text": "sure," }, { - "id": 6291, + "id": 6288, "start": 2300.08, "end": 2300.28, "text": "so" }, { - "id": 6292, + "id": 6289, "start": 2300.28, "end": 2300.46, "text": "I'm" }, { - "id": 6293, + "id": 6290, "start": 2300.46, "end": 2300.64, "text": "not" }, { - "id": 6294, + "id": 6291, "start": 2300.64, "end": 2301.0, "text": "aware" }, { - "id": 6295, + "id": 6292, "start": 2301.0, "end": 2301.16, "text": "of" }, { - "id": 6296, + "id": 6293, "start": 2301.16, "end": 2301.36, "text": "its" }, { - "id": 6297, + "id": 6294, "start": 2301.36, "end": 2301.86, "text": "existence." }, { - "id": 6298, + "id": 6295, "start": 2302.28, "end": 2302.4, "text": "I" }, { - "id": 6299, + "id": 6296, "start": 2302.4, "end": 2302.58, "text": "don't" }, { - "id": 6300, + "id": 6297, "start": 2302.58, "end": 2302.84, "text": "care" }, { - "id": 6301, + "id": 6298, "start": 2302.84, "end": 2303.08, "text": "about" }, { - "id": 6302, + "id": 6299, "start": 2303.08, "end": 2303.44, "text": "it," }, { - "id": 6303, + "id": 6300, "start": 2303.44, "end": 2303.62, "text": "but" }, { - "id": 6304, + "id": 6301, "start": 2303.62, "end": 2303.86, "text": "this" }, { - "id": 6305, + "id": 6302, "start": 2303.86, "end": 2304.0, "text": "is" }, { - "id": 6306, + "id": 6303, "start": 2304.0, "end": 2304.5, "text": "for" }, { - "id": 6307, + "id": 6304, "start": 2304.72, "end": 2305.08, "text": "those" }, { - "id": 6308, + "id": 6305, "start": 2305.08, "end": 2305.58, "text": "people" }, { - "id": 6309, + "id": 6306, "start": 2305.68, "end": 2305.96, "text": "like" }, { - "id": 6310, + "id": 6307, "start": 2305.96, "end": 2306.46, "text": "yourself" }, { - "id": 6311, + "id": 6308, "start": 2306.5, "end": 2306.76, "text": "that" }, { - "id": 6312, + "id": 6309, "start": 2306.76, "end": 2307.04, "text": "for" }, { - "id": 6313, + "id": 6310, "start": 2307.04, "end": 2307.24, "text": "some" }, { - "id": 6314, + "id": 6311, "start": 2307.24, "end": 2307.72, "text": "reason" }, { - "id": 6315, + "id": 6312, "start": 2307.72, "end": 2308.02, "text": "prefer" }, { - "id": 6316, + "id": 6313, "start": 2308.02, "end": 2308.18, "text": "to" }, { - "id": 6317, + "id": 6314, "start": 2308.18, "end": 2308.38, "text": "use" }, { - "id": 6318, + "id": 6315, "start": 2308.38, "end": 2308.88, "text": "that," }, { - "id": 6319, + "id": 6316, "start": 2308.98, "end": 2309.48, "text": "right?" }, { - "id": 6320, + "id": 6317, "start": 2310.16, "end": 2310.66, "text": "Yes." }, { - "id": 6321, + "id": 6318, "start": 2311.22, "end": 2311.72, "text": "Okay." }, { - "id": 6322, + "id": 6319, "start": 2312.12, "end": 2312.46, "text": "Well," }, { - "id": 6323, + "id": 6320, "start": 2312.46, "end": 2312.68, "text": "one" }, { - "id": 6324, + "id": 6321, "start": 2312.68, "end": 2312.9, "text": "such" }, { - "id": 6325, + "id": 6322, "start": 2312.9, "end": 2313.26, "text": "user" }, { - "id": 6326, + "id": 6323, "start": 2313.26, "end": 2313.48, "text": "might" }, { - "id": 6327, + "id": 6324, "start": 2313.48, "end": 2313.64, "text": "be" }, { - "id": 6328, + "id": 6325, "start": 2313.64, "end": 2313.84, "text": "a" }, { - "id": 6329, + "id": 6326, "start": 2313.84, "end": 2314.34, "text": "miner." }, { - "id": 6330, + "id": 6327, "start": 2316.68, "end": 2316.87, "text": "Sure," }, { - "id": 6331, + "id": 6328, "start": 2316.87, "end": 2317.06, "text": "I" }, { - "id": 6332, + "id": 6329, "start": 2317.06, "end": 2317.56, "text": "mean," }, { - "id": 6333, + "id": 6330, "start": 2319.38, "end": 2319.56, "text": "I'm" }, { - "id": 6334, + "id": 6331, "start": 2319.56, "end": 2319.84, "text": "sure" }, { - "id": 6335, + "id": 6332, "start": 2319.84, "end": 2320.08, "text": "there's" }, { - "id": 6336, + "id": 6333, "start": 2320.08, "end": 2320.18, "text": "a" }, { - "id": 6337, + "id": 6334, "start": 2320.18, "end": 2320.36, "text": "lot" }, { - "id": 6338, + "id": 6335, "start": 2320.36, "end": 2320.48, "text": "of" }, { - "id": 6339, + "id": 6336, "start": 2320.48, "end": 2320.76, "text": "people" }, { - "id": 6340, + "id": 6337, "start": 2320.76, "end": 2320.9, "text": "that" }, { - "id": 6341, + "id": 6338, "start": 2320.9, "end": 2321.12, "text": "use" }, { - "id": 6342, + "id": 6339, "start": 2321.12, "end": 2321.62, "text": "it." }, { - "id": 6343, + "id": 6340, "start": 2321.98, "end": 2322.1, "text": "That" }, { - "id": 6344, + "id": 6341, "start": 2322.1, "end": 2322.28, "text": "was" }, { - "id": 6345, + "id": 6342, "start": 2322.28, "end": 2322.38, "text": "a" }, { - "id": 6346, + "id": 6343, "start": 2322.38, "end": 2322.7, "text": "bridge" }, { - "id": 6347, + "id": 6344, "start": 2322.7, "end": 2322.84, "text": "to" }, { - "id": 6348, + "id": 6345, "start": 2322.84, "end": 2323.0, "text": "the" }, { - "id": 6349, + "id": 6346, "start": 2323.0, "end": 2323.24, "text": "next" }, { - "id": 6350, + "id": 6347, "start": 2323.24, "end": 2323.74, "text": "topic." }, { - "id": 6351, + "id": 6348, "start": 2324.06, "end": 2324.54, "text": "Oh," }, { - "id": 6352, + "id": 6349, "start": 2324.54, "end": 2324.8, "text": "so" }, { - "id": 6353, + "id": 6350, "start": 2324.8, "end": 2325.3, "text": "you're" }, { - "id": 6354, + "id": 6351, "start": 2326.16, "end": 2326.66, "text": "Clever." }, { - "id": 6355, + "id": 6352, "start": 2328.66, "end": 2329.14, "text": "IPC" }, { - "id": 6356, + "id": 6353, "start": 2329.14, "end": 2329.6, "text": "mining" }, { - "id": 6357, + "id": 6354, "start": 2329.6, "end": 2330.1, "text": "interface." }, { - "id": 6358, + "id": 6355, "start": 2331.06, "end": 2331.28, "text": "Yeah," }, { - "id": 6359, + "id": 6356, "start": 2331.28, - "end": 2331.42, + "end": 2331.44, "text": "I" }, { - "id": 6360, - "start": 2331.42, + "id": 6357, + "start": 2331.44, "end": 2331.9, "text": "don't" }, { - "id": 6361, + "id": 6358, "start": 2331.9, "end": 2332.36, "text": "remember" }, { - "id": 6362, + "id": 6359, "start": 2332.36, "end": 2332.58, "text": "what" }, { - "id": 6363, + "id": 6360, "start": 2332.58, "end": 2332.76, "text": "this" }, { - "id": 6364, + "id": 6361, "start": 2332.76, "end": 2333.26, "text": "was." }, { - "id": 6365, + "id": 6362, "start": 2334.02, "end": 2334.14, "text": "Tell" }, { - "id": 6366, + "id": 6363, "start": 2334.14, "end": 2334.64, "text": "me." }, { - "id": 6367, + "id": 6364, "start": 2334.64, "end": 2334.78, "text": "Tell" }, { - "id": 6368, + "id": 6365, "start": 2334.78, "end": 2334.92, "text": "me" }, { - "id": 6369, + "id": 6366, "start": 2334.92, "end": 2335.32, "text": "more." }, { - "id": 6370, + "id": 6367, "start": 2335.32, "end": 2335.52, "text": "We" }, { - "id": 6371, + "id": 6368, "start": 2335.52, "end": 2335.9, "text": "talked" }, { - "id": 6372, + "id": 6369, "start": 2335.9, "end": 2336.04, "text": "about" }, { - "id": 6373, + "id": 6370, "start": 2336.04, "end": 2336.46, "text": "Stratum" }, { - "id": 6374, + "id": 6371, "start": 2336.46, "end": 2336.96, "text": "V2" }, { - "id": 6375, + "id": 6372, "start": 2337.34, "end": 2337.44, "text": "a" }, { - "id": 6376, + "id": 6373, "start": 2337.44, "end": 2337.74, "text": "couple" }, { - "id": 6377, + "id": 6374, "start": 2337.74, "end": 2337.84, "text": "of" }, { - "id": 6378, + "id": 6375, "start": 2337.84, "end": 2338.28, "text": "episodes" }, { - "id": 6379, + "id": 6376, "start": 2338.28, "end": 2338.78, "text": "ago." }, { - "id": 6380, + "id": 6377, "start": 2339.14, "end": 2339.44, "text": "We" }, { - "id": 6381, + "id": 6378, "start": 2339.44, "end": 2339.94, "text": "had," }, { - "id": 6382, + "id": 6379, "start": 2340.54, "end": 2341.04, "text": "Yeah," }, { - "id": 6383, + "id": 6380, "start": 2341.34, "end": 2341.56, "text": "well," }, { - "id": 6384, + "id": 6381, "start": 2341.56, "end": 2341.78, "text": "we" }, { - "id": 6385, + "id": 6382, "start": 2341.78, - "end": 2342.16, + "end": 2342.18, "text": "did," }, { - "id": 6386, - "start": 2342.16, + "id": 6383, + "start": 2342.18, "end": 2342.22, "text": "I" }, { - "id": 6387, + "id": 6384, "start": 2342.22, "end": 2342.5, "text": "think" }, { - "id": 6388, + "id": 6385, "start": 2342.5, "end": 2342.66, "text": "in" }, { - "id": 6389, + "id": 6386, "start": 2342.66, "end": 2342.92, "text": "multiple" }, { - "id": 6390, + "id": 6387, "start": 2342.92, "end": 2343.42, "text": "episodes." }, { - "id": 6391, + "id": 6388, "start": 2344.34, "end": 2344.54, "text": "There" }, { - "id": 6392, + "id": 6389, "start": 2344.54, "end": 2344.74, "text": "has" }, { - "id": 6393, + "id": 6390, "start": 2344.74, "end": 2344.96, "text": "been" }, { - "id": 6394, + "id": 6391, "start": 2344.96, "end": 2345.14, "text": "the" }, { - "id": 6395, + "id": 6392, "start": 2345.14, "end": 2345.64, "text": "idea" }, { - "id": 6396, + "id": 6393, "start": 2345.74, "end": 2346.04, "text": "of" }, { - "id": 6397, + "id": 6394, "start": 2346.04, "end": 2346.54, "text": "decentralizing" }, { - "id": 6398, + "id": 6395, "start": 2346.76, "end": 2347.2, "text": "mining," }, { - "id": 6399, + "id": 6396, "start": 2347.2, "end": 2347.44, "text": "Stratum" }, { - "id": 6400, + "id": 6397, "start": 2347.44, "end": 2347.72, "text": "V2" }, { - "id": 6401, + "id": 6398, "start": 2347.72, "end": 2347.84, "text": "is" }, { - "id": 6402, + "id": 6399, "start": 2347.84, "end": 2348.0, "text": "one" }, { - "id": 6403, + "id": 6400, "start": 2348.0, "end": 2348.2, "text": "way" }, { - "id": 6404, + "id": 6401, "start": 2348.2, "end": 2348.32, "text": "to" }, { - "id": 6405, + "id": 6402, "start": 2348.32, "end": 2348.48, "text": "do" }, { - "id": 6406, + "id": 6403, "start": 2348.48, "end": 2348.6401, "text": "that." }, { - "id": 6407, + "id": 6404, "start": 2348.6401, "end": 2348.8, "text": "It" }, { - "id": 6408, + "id": 6405, "start": 2348.8, "end": 2349.12, "text": "adds" }, { - "id": 6409, + "id": 6406, "start": 2349.12, "end": 2349.62, "text": "encryption" }, { - "id": 6410, + "id": 6407, "start": 2349.9, "end": 2350.08, "text": "for" }, { - "id": 6411, + "id": 6408, "start": 2350.08, "end": 2350.24, "text": "one" }, { - "id": 6412, + "id": 6409, "start": 2350.24, "end": 2350.58, "text": "thing," }, { - "id": 6413, + "id": 6410, "start": 2350.58, "end": 2350.68, "text": "and" }, { - "id": 6414, + "id": 6411, "start": 2350.68, "end": 2350.9, "text": "it" }, { - "id": 6415, + "id": 6412, "start": 2350.9, "end": 2351.2, "text": "also" }, { - "id": 6416, + "id": 6413, "start": 2351.2, "end": 2351.4, "text": "adds" }, { - "id": 6417, + "id": 6414, "start": 2351.4, "end": 2351.58, "text": "the" }, { - "id": 6418, + "id": 6415, "start": 2351.58, "end": 2352.08, "text": "ability" }, { - "id": 6419, + "id": 6416, "start": 2352.78, "end": 2353.14, "text": "for" }, { - "id": 6420, + "id": 6417, "start": 2353.14, "end": 2353.52, "text": "individual" }, { - "id": 6421, + "id": 6418, "start": 2353.52, "end": 2353.86, "text": "miners" }, { - "id": 6422, + "id": 6419, "start": 2353.86, "end": 2354.02, "text": "to" }, { - "id": 6423, + "id": 6420, "start": 2354.02, "end": 2354.24, "text": "create" }, { - "id": 6424, + "id": 6421, "start": 2354.24, "end": 2354.44, "text": "their" }, { - "id": 6425, + "id": 6422, "start": 2354.44, "end": 2354.7, "text": "own" }, { - "id": 6426, + "id": 6423, "start": 2354.7, "end": 2355.02, "text": "block" }, { - "id": 6427, + "id": 6424, "start": 2355.02, "end": 2355.52, "text": "templates." }, { - "id": 6428, + "id": 6425, "start": 2355.78, "end": 2355.94, "text": "To" }, { - "id": 6429, + "id": 6426, "start": 2355.94, "end": 2356.12, "text": "kind" }, { - "id": 6430, + "id": 6427, "start": 2356.12, "end": 2356.28, "text": "of" }, { - "id": 6431, + "id": 6428, "start": 2356.28, "end": 2356.78, "text": "separate," }, { - "id": 6432, + "id": 6429, "start": 2356.84, "end": 2356.96, "text": "you" }, { - "id": 6433, + "id": 6430, "start": 2356.96, "end": 2357.46, "text": "know." }, { - "id": 6434, + "id": 6431, "start": 2359.9, "end": 2360.4, "text": "And" }, { - "id": 6435, + "id": 6432, "start": 2361.04, "end": 2361.38, "text": "that" }, { - "id": 6436, + "id": 6433, "start": 2361.38, "end": 2361.56, "text": "is" }, { - "id": 6437, + "id": 6434, "start": 2361.56, "end": 2361.66, "text": "mostly..." }, { - "id": 6438, + "id": 6435, "start": 2361.66, "end": 2361.74, "text": "I" }, { - "id": 6439, + "id": 6436, "start": 2361.74, "end": 2362.04, "text": "mean," }, { - "id": 6440, + "id": 6437, "start": 2362.04, "end": 2362.28, "text": "it's" }, { - "id": 6441, + "id": 6438, "start": 2362.28, "end": 2362.76, "text": "basically" }, { - "id": 6442, + "id": 6439, "start": 2362.76, "end": 2362.88, "text": "a" }, { - "id": 6443, + "id": 6440, "start": 2362.88, "end": 2363.12, "text": "way" }, { - "id": 6444, + "id": 6441, "start": 2363.12, "end": 2363.32, "text": "to" }, { - "id": 6445, + "id": 6442, "start": 2363.32, "end": 2363.82, "text": "decentralize" }, { - "id": 6446, + "id": 6443, "start": 2364.16, "end": 2364.44, "text": "mining" }, { - "id": 6447, + "id": 6444, "start": 2364.44, "end": 2364.84, "text": "pools," }, { - "id": 6448, + "id": 6445, "start": 2364.84, "end": 2365.34, "text": "right?" }, { - "id": 6449, + "id": 6446, "start": 2365.76, "end": 2366.26, "text": "Miners" }, { - "id": 6450, + "id": 6447, "start": 2366.26, "end": 2366.42, "text": "on" }, { - "id": 6451, + "id": 6448, "start": 2366.42, "end": 2366.58, "text": "a" }, { - "id": 6452, + "id": 6449, "start": 2366.58, "end": 2366.82, "text": "pool" }, { - "id": 6453, + "id": 6450, "start": 2366.82, "end": 2367.1, "text": "can" }, { - "id": 6454, + "id": 6451, "start": 2367.1, "end": 2367.28, "text": "for" }, { - "id": 6455, + "id": 6452, "start": 2367.28, "end": 2367.78, "text": "themselves" }, { - "id": 6456, + "id": 6453, "start": 2367.8, "end": 2368.2, "text": "decide" }, { - "id": 6457, + "id": 6454, "start": 2368.2, "end": 2368.38, "text": "what" }, { - "id": 6458, + "id": 6455, "start": 2368.38, "end": 2368.52, "text": "they" }, { - "id": 6459, + "id": 6456, "start": 2368.52, "end": 2368.78, "text": "put" }, { - "id": 6460, + "id": 6457, "start": 2368.78, "end": 2368.92, "text": "in" }, { - "id": 6461, + "id": 6458, "start": 2368.92, "end": 2369.42, "text": "blocks." }, { - "id": 6462, + "id": 6459, "start": 2369.64, "end": 2370.04, "text": "Yeah," }, { - "id": 6463, + "id": 6460, "start": 2370.04, "end": 2370.16, "text": "And" }, { - "id": 6464, + "id": 6461, "start": 2370.16, "end": 2370.3, "text": "this" }, { - "id": 6465, + "id": 6462, "start": 2370.3, "end": 2370.6, "text": "mostly" }, { - "id": 6466, + "id": 6463, "start": 2370.6, "end": 2370.92, "text": "exists" }, { - "id": 6467, + "id": 6464, "start": 2370.92, "end": 2371.36, "text": "outside" }, { - "id": 6468, + "id": 6465, "start": 2371.36, "end": 2371.48, "text": "of" }, { - "id": 6469, + "id": 6466, "start": 2371.48, "end": 2371.8, "text": "Bitcoin" }, { - "id": 6470, + "id": 6467, "start": 2371.8, "end": 2372.16, "text": "Core." }, { - "id": 6471, + "id": 6468, "start": 2372.16, "end": 2372.36, "text": "There's" }, { - "id": 6472, + "id": 6469, "start": 2372.36, "end": 2372.44, "text": "a" }, { - "id": 6473, + "id": 6470, "start": 2372.44, "end": 2372.76, "text": "project" }, { - "id": 6474, + "id": 6471, "start": 2372.76, "end": 2373.0, "text": "called" }, { - "id": 6475, + "id": 6472, "start": 2373.0, "end": 2373.12, "text": "the" }, { - "id": 6476, + "id": 6473, "start": 2373.12, "end": 2373.48, "text": "Stratum" }, { - "id": 6477, + "id": 6474, "start": 2373.48, "end": 2373.84, "text": "Reference" }, { - "id": 6478, + "id": 6475, "start": 2373.84, "end": 2374.34, "text": "Implementation," }, { - "id": 6479, + "id": 6476, "start": 2374.6, "end": 2375.1, "text": "SRI." }, { - "id": 6480, + "id": 6477, "start": 2376.16, "end": 2376.42, "text": "They" }, { - "id": 6481, + "id": 6478, "start": 2376.42, "end": 2376.66, "text": "make" }, { - "id": 6482, + "id": 6479, "start": 2376.66, "end": 2376.82, "text": "all" }, { - "id": 6483, + "id": 6480, "start": 2376.82, "end": 2377.08, "text": "sorts" }, { - "id": 6484, + "id": 6481, "start": 2377.08, "end": 2377.36, "text": "of" }, { - "id": 6485, + "id": 6482, "start": 2377.36, "end": 2377.7, "text": "software" }, { - "id": 6486, + "id": 6483, "start": 2377.7, "end": 2378.2, "text": "tools," }, { - "id": 6487, + "id": 6484, "start": 2378.24, "end": 2378.44, "text": "like" }, { - "id": 6488, + "id": 6485, "start": 2378.44, "end": 2378.62, "text": "to" }, { - "id": 6489, + "id": 6486, "start": 2378.62, "end": 2378.86, "text": "run" }, { - "id": 6490, + "id": 6487, "start": 2378.86, "end": 2379.0, "text": "your" }, { - "id": 6491, + "id": 6488, "start": 2379.0, "end": 2379.14, "text": "own" }, { - "id": 6492, + "id": 6489, "start": 2379.14, "end": 2379.64, "text": "pool," }, { - "id": 6493, + "id": 6490, "start": 2379.64, "end": 2380.14, "text": "to" }, { - "id": 6494, + "id": 6491, "start": 2380.44, "end": 2380.88, "text": "convert" }, { - "id": 6495, + "id": 6492, "start": 2380.88, "end": 2381.12, "text": "between" }, { - "id": 6496, + "id": 6493, "start": 2381.12, "end": 2381.46, "text": "Stratum" }, { - "id": 6497, + "id": 6494, "start": 2381.46, "end": 2381.82, "text": "V1" }, { - "id": 6498, + "id": 6495, "start": 2381.82, "end": 2381.94, "text": "and" }, { - "id": 6499, + "id": 6496, "start": 2381.94, "end": 2382.34, "text": "Stratum" }, { - "id": 6500, + "id": 6497, "start": 2382.34, "end": 2382.84, "text": "V2," }, { - "id": 6501, + "id": 6498, "start": 2383.7, "end": 2383.94, "text": "to" }, { - "id": 6502, + "id": 6499, "start": 2383.94, "end": 2384.14, "text": "make" }, { - "id": 6503, + "id": 6500, "start": 2384.14, "end": 2384.34, "text": "your" }, { - "id": 6504, + "id": 6501, "start": 2384.34, "end": 2384.5, "text": "own" }, { - "id": 6505, + "id": 6502, "start": 2384.5, "end": 2384.8, "text": "block" }, { - "id": 6506, + "id": 6503, "start": 2384.8, "end": 2385.18, "text": "templates," }, { - "id": 6507, + "id": 6504, "start": 2385.18, "end": 2385.68, "text": "etc." }, { - "id": 6508, + "id": 6505, "start": 2385.94, "end": 2386.22, "text": "But" }, { - "id": 6509, + "id": 6506, "start": 2386.22, "end": 2386.38, "text": "they" }, { - "id": 6510, + "id": 6507, "start": 2386.38, "end": 2386.56, "text": "do" }, { - "id": 6511, + "id": 6508, "start": 2386.56, "end": 2386.78, "text": "need" }, { - "id": 6512, + "id": 6509, "start": 2386.78, "end": 2387.08, "text": "Bitcoin" }, { - "id": 6513, + "id": 6510, "start": 2387.08, "end": 2387.36, "text": "Core" }, { - "id": 6514, + "id": 6511, "start": 2387.36, "end": 2387.56, "text": "for" }, { - "id": 6515, + "id": 6512, "start": 2387.56, "end": 2387.78, "text": "one" }, { - "id": 6516, + "id": 6513, "start": 2387.78, "end": 2388.08, "text": "thing," }, { - "id": 6517, + "id": 6514, "start": 2388.08, "end": 2388.28, "text": "which" }, { - "id": 6518, + "id": 6515, "start": 2388.28, "end": 2388.42, "text": "is" }, { - "id": 6519, + "id": 6516, "start": 2388.42, "end": 2388.6, "text": "to" }, { - "id": 6520, + "id": 6517, "start": 2388.6, "end": 2388.78, "text": "make" }, { - "id": 6521, + "id": 6518, "start": 2388.78, "end": 2388.88, "text": "the" }, { - "id": 6522, + "id": 6519, "start": 2388.88, "end": 2389.12, "text": "block" }, { - "id": 6523, + "id": 6520, "start": 2389.12, "end": 2389.62, "text": "templates." }, { - "id": 6524, + "id": 6521, "start": 2390.02, "end": 2390.2, "text": "And" }, { - "id": 6525, + "id": 6522, "start": 2390.2, "end": 2390.44, "text": "also" }, { - "id": 6526, + "id": 6523, "start": 2390.44, "end": 2390.64, "text": "to" }, { - "id": 6527, + "id": 6524, "start": 2390.64, "end": 2391.14, "text": "send" }, { - "id": 6528, + "id": 6525, "start": 2391.6, "end": 2391.82, "text": "the" }, { - "id": 6529, + "id": 6526, "start": 2391.82, "end": 2392.32, "text": "solution" }, { - "id": 6530, + "id": 6527, "start": 2392.34, "end": 2392.72, "text": "if" }, { - "id": 6531, + "id": 6528, "start": 2392.72, "end": 2392.88, "text": "you" }, { - "id": 6532, + "id": 6529, "start": 2392.88, "end": 2393.1, "text": "find" }, { - "id": 6533, + "id": 6530, "start": 2393.1, "end": 2393.2, "text": "a" }, { - "id": 6534, + "id": 6531, "start": 2393.2, "end": 2393.7, "text": "block." }, { - "id": 6535, + "id": 6532, "start": 2394.38, "end": 2394.88, "text": "And" }, { - "id": 6536, + "id": 6533, "start": 2395.26, "end": 2395.44, "text": "this" }, { - "id": 6537, + "id": 6534, "start": 2395.44, "end": 2395.68, "text": "part" }, { - "id": 6538, + "id": 6535, "start": 2395.68, "end": 2395.84, "text": "is" }, { - "id": 6539, + "id": 6536, "start": 2395.84, "end": 2396.06, "text": "called" }, { - "id": 6540, + "id": 6537, "start": 2396.06, "end": 2396.2, "text": "the" }, { - "id": 6541, + "id": 6538, "start": 2396.2, "end": 2396.6, "text": "template" }, { - "id": 6542, + "id": 6539, "start": 2396.6, "end": 2397.1, "text": "provider." }, { - "id": 6543, + "id": 6540, "start": 2397.38, "end": 2397.5, "text": "And" }, { - "id": 6544, + "id": 6541, "start": 2397.5, "end": 2397.72, "text": "so" }, { - "id": 6545, + "id": 6542, "start": 2397.72, "end": 2397.86, "text": "the" }, { - "id": 6546, + "id": 6543, "start": 2397.86, "end": 2398.32, "text": "original" }, { - "id": 6547, + "id": 6544, "start": 2398.32, "end": 2398.78, "text": "idea" }, { - "id": 6548, + "id": 6545, "start": 2398.78, "end": 2399.06, "text": "was" }, { - "id": 6549, + "id": 6546, "start": 2399.06, "end": 2399.56, "text": "for," }, { - "id": 6550, + "id": 6547, "start": 2399.84, "end": 2400.12, "text": "when" }, { - "id": 6551, + "id": 6548, "start": 2400.12, "end": 2400.28, "text": "the" }, { - "id": 6552, + "id": 6549, "start": 2400.28, "end": 2400.58, "text": "spec" }, { - "id": 6553, + "id": 6550, "start": 2400.58, "end": 2400.8, "text": "was" }, { - "id": 6554, + "id": 6551, "start": 2400.8, "end": 2401.3, "text": "written," }, { - "id": 6555, + "id": 6552, "start": 2401.4, "end": 2401.64, "text": "was" }, { - "id": 6556, + "id": 6553, "start": 2401.64, "end": 2401.8, "text": "for" }, { - "id": 6557, + "id": 6554, "start": 2401.8, "end": 2402.12, "text": "Bitcoin" }, { - "id": 6558, + "id": 6555, "start": 2402.12, "end": 2402.44, "text": "Core" }, { - "id": 6559, + "id": 6556, "start": 2402.44, "end": 2402.64, "text": "to" }, { - "id": 6560, + "id": 6557, "start": 2402.64, "end": 2402.8, "text": "be" }, { - "id": 6561, + "id": 6558, "start": 2402.8, "end": 2402.96, "text": "the" }, { - "id": 6562, + "id": 6559, "start": 2402.96, "end": 2403.34, "text": "template" }, { - "id": 6563, + "id": 6560, "start": 2403.34, "end": 2403.84, "text": "provider." }, { - "id": 6564, + "id": 6561, "start": 2404.94, "end": 2405.08, "text": "Just" }, { - "id": 6565, + "id": 6562, "start": 2405.08, "end": 2405.28, "text": "to" }, { - "id": 6566, + "id": 6563, "start": 2405.28, "end": 2405.38, "text": "be" }, { - "id": 6567, + "id": 6564, "start": 2405.38, "end": 2405.64, "text": "very" }, { - "id": 6568, + "id": 6565, "start": 2405.64, "end": 2406.02, "text": "clear" }, { - "id": 6569, + "id": 6566, "start": 2406.02, "end": 2406.26, "text": "about" }, { - "id": 6570, + "id": 6567, "start": 2406.26, "end": 2406.76, "text": "this," }, { - "id": 6571, + "id": 6568, "start": 2407.16, "end": 2407.66, "text": "templates" }, { - "id": 6572, + "id": 6569, "start": 2407.68, "end": 2408.18, "text": "basically" }, { - "id": 6573, + "id": 6570, "start": 2408.2, "end": 2408.48, "text": "just" }, { - "id": 6574, + "id": 6571, "start": 2408.48, "end": 2408.86, "text": "means" }, { - "id": 6575, + "id": 6572, "start": 2408.86, "end": 2409.24, "text": "everything" }, { - "id": 6576, + "id": 6573, "start": 2409.24, "end": 2409.4, "text": "that" }, { - "id": 6577, + "id": 6574, "start": 2409.4, "end": 2409.68, "text": "goes" }, { - "id": 6578, + "id": 6575, "start": 2409.68, "end": 2409.84, "text": "into" }, { - "id": 6579, + "id": 6576, "start": 2409.84, "end": 2410.04, "text": "a" }, { - "id": 6580, + "id": 6577, "start": 2410.04, "end": 2410.54, "text": "block." }, { - "id": 6581, + "id": 6578, "start": 2410.68, "end": 2411.06, "text": "Except" }, { - "id": 6582, + "id": 6579, "start": 2411.06, "end": 2411.24, "text": "the" }, { - "id": 6583, + "id": 6580, "start": 2411.24, "end": 2411.68, "text": "solution" }, { - "id": 6584, + "id": 6581, "start": 2411.68, "end": 2411.88, "text": "for" }, { - "id": 6585, + "id": 6582, "start": 2411.88, "end": 2412.16, "text": "it." }, { - "id": 6586, + "id": 6583, "start": 2412.16, "end": 2412.44, "text": "Yeah," }, { - "id": 6587, + "id": 6584, "start": 2412.44, "end": 2412.74, "text": "except" }, { - "id": 6588, + "id": 6585, "start": 2412.74, "end": 2412.9, "text": "the" }, { - "id": 6589, + "id": 6586, "start": 2412.9, "end": 2413.4, "text": "nods." }, { - "id": 6590, + "id": 6587, "start": 2413.5, "end": 2413.78, "text": "Except" }, { - "id": 6591, + "id": 6588, "start": 2413.78, "end": 2413.98, "text": "the" }, { - "id": 6592, + "id": 6589, "start": 2413.98, "end": 2414.34, "text": "hash," }, { - "id": 6593, + "id": 6590, "start": 2414.34, "end": 2414.54, "text": "yeah," }, { - "id": 6594, + "id": 6591, "start": 2414.54, "end": 2415.04, "text": "sure." }, { - "id": 6595, + "id": 6592, "start": 2415.48, "end": 2415.66, "text": "And" }, { - "id": 6596, + "id": 6593, "start": 2415.66, "end": 2415.82, "text": "the" }, { - "id": 6597, + "id": 6594, "start": 2415.82, "end": 2416.24, "text": "payout" }, { - "id": 6598, + "id": 6595, "start": 2416.24, "end": 2416.74, "text": "stuff." }, { - "id": 6599, + "id": 6596, "start": 2418.46, "end": 2418.82, "text": "Yeah," }, { - "id": 6600, + "id": 6597, "start": 2418.82, "end": 2419.32, "text": "so" }, { - "id": 6601, + "id": 6598, "start": 2419.46, "end": 2419.84, "text": "Bitcoin" }, { - "id": 6602, + "id": 6599, "start": 2419.84, "end": 2420.28, "text": "Core" }, { - "id": 6603, + "id": 6600, "start": 2420.28, "end": 2420.5, "text": "is" }, { - "id": 6604, + "id": 6601, "start": 2420.5, "end": 2420.72, "text": "good" }, { - "id": 6605, + "id": 6602, "start": 2420.72, "end": 2420.86, "text": "at" }, { - "id": 6606, + "id": 6603, "start": 2420.86, "end": 2421.14, "text": "making" }, { - "id": 6607, + "id": 6604, "start": 2421.14, "end": 2421.5, "text": "templates," }, { - "id": 6608, + "id": 6605, "start": 2421.5, "end": 2421.98, "text": "but" }, { - "id": 6609, + "id": 6606, "start": 2421.98, "end": 2422.2, "text": "the" }, { - "id": 6610, + "id": 6607, "start": 2422.2, "end": 2422.64, "text": "problem" }, { - "id": 6611, + "id": 6608, "start": 2422.64, "end": 2422.96, "text": "was" }, { - "id": 6612, + "id": 6609, "start": 2422.96, "end": 2423.32, "text": "that" }, { - "id": 6613, + "id": 6610, "start": 2423.32, "end": 2423.48, "text": "in" }, { - "id": 6614, + "id": 6611, "start": 2423.48, "end": 2423.86, "text": "order" }, { - "id": 6615, + "id": 6612, "start": 2423.86, "end": 2424.22, "text": "for" }, { - "id": 6616, + "id": 6613, "start": 2424.22, "end": 2424.52, "text": "Bitcoin" }, { - "id": 6617, + "id": 6614, "start": 2424.52, "end": 2424.78, "text": "Core" }, { - "id": 6618, + "id": 6615, "start": 2424.78, "end": 2424.96, "text": "to" }, { - "id": 6619, + "id": 6616, "start": 2424.96, "end": 2425.12, "text": "do" }, { - "id": 6620, + "id": 6617, "start": 2425.12, "end": 2425.28, "text": "this," }, { - "id": 6621, + "id": 6618, "start": 2425.28, "end": 2425.44, "text": "it" }, { - "id": 6622, + "id": 6619, "start": 2425.44, "end": 2425.64, "text": "would" }, { - "id": 6623, + "id": 6620, "start": 2425.64, "end": 2425.76, "text": "have" }, { - "id": 6624, + "id": 6621, "start": 2425.76, "end": 2425.92, "text": "to" }, { - "id": 6625, + "id": 6622, "start": 2425.92, "end": 2426.26, "text": "speak" }, { - "id": 6626, + "id": 6623, "start": 2426.26, "end": 2426.46, "text": "the" }, { - "id": 6627, + "id": 6624, "start": 2426.46, "end": 2426.96, "text": "StatMp2" }, { - "id": 6628, + "id": 6625, "start": 2427.18, "end": 2427.68, "text": "protocol." }, { - "id": 6629, + "id": 6626, "start": 2427.98, "end": 2428.14, "text": "So" }, { - "id": 6630, + "id": 6627, "start": 2428.14, "end": 2428.26, "text": "it" }, { - "id": 6631, + "id": 6628, "start": 2428.26, "end": 2428.34, "text": "would" }, { - "id": 6632, + "id": 6629, "start": 2428.34, "end": 2428.52, "text": "have" }, { - "id": 6633, + "id": 6630, "start": 2428.52, "end": 2428.82, "text": "to" }, { - "id": 6634, + "id": 6631, "start": 2428.82, "end": 2429.24, "text": "support" }, { - "id": 6635, + "id": 6632, "start": 2429.24, "end": 2429.44, "text": "the" }, { - "id": 6636, + "id": 6633, "start": 2429.44, "end": 2429.94, "text": "same" }, { - "id": 6637, + "id": 6634, "start": 2430.46, "end": 2430.96, "text": "encryption" }, { - "id": 6638, + "id": 6635, "start": 2431.02, "end": 2431.52, "text": "standards" }, { - "id": 6639, + "id": 6636, "start": 2432.62, "end": 2432.78, "text": "and" }, { - "id": 6640, + "id": 6637, "start": 2432.78, "end": 2432.98, "text": "new" }, { - "id": 6641, + "id": 6638, "start": 2432.98, "end": 2433.48, "text": "messages." }, { - "id": 6642, + "id": 6639, "start": 2434.92, "end": 2435.2, "text": "And" }, { - "id": 6643, + "id": 6640, "start": 2435.2, "end": 2435.46, "text": "so" }, { - "id": 6644, + "id": 6641, "start": 2435.46, "end": 2435.72, "text": "this" }, { - "id": 6645, + "id": 6642, "start": 2435.72, "end": 2435.86, "text": "was" }, { - "id": 6646, + "id": 6643, "start": 2435.86, "end": 2436.36, "text": "implemented" }, { - "id": 6647, + "id": 6644, "start": 2436.56, "end": 2436.78, "text": "by" }, { - "id": 6648, + "id": 6645, "start": 2436.78, "end": 2437.0, "text": "me" }, { - "id": 6649, + "id": 6646, "start": 2437.0, "end": 2437.16, "text": "and" }, { - "id": 6650, + "id": 6647, "start": 2437.16, "end": 2437.26, "text": "a" }, { - "id": 6651, + "id": 6648, "start": 2437.26, "end": 2437.48, "text": "few" }, { - "id": 6652, + "id": 6649, "start": 2437.48, "end": 2437.98, "text": "others," }, { - "id": 6653, + "id": 6650, "start": 2438.1, "end": 2438.3, "text": "and" }, { - "id": 6654, + "id": 6651, "start": 2438.3, "end": 2438.48, "text": "there" }, { - "id": 6655, + "id": 6652, "start": 2438.48, "end": 2438.62, "text": "was" }, { - "id": 6656, + "id": 6653, "start": 2438.62, "end": 2438.82, "text": "some" }, { - "id": 6657, + "id": 6654, "start": 2438.82, "end": 2439.32, "text": "resistance" }, { - "id": 6658, + "id": 6655, "start": 2439.52, "end": 2439.72, "text": "to" }, { - "id": 6659, + "id": 6656, "start": 2439.72, "end": 2440.22, "text": "adding," }, { - "id": 6660, + "id": 6657, "start": 2440.52, "end": 2440.94, "text": "basically" }, { - "id": 6661, + "id": 6658, "start": 2440.94, "end": 2441.08, "text": "to" }, { - "id": 6662, + "id": 6659, "start": 2441.08, "end": 2441.32, "text": "adding" }, { - "id": 6663, + "id": 6660, "start": 2441.32, "end": 2441.5, "text": "all" }, { - "id": 6664, + "id": 6661, "start": 2441.5, "end": 2441.68, "text": "this" }, { - "id": 6665, + "id": 6662, "start": 2441.68, "end": 2442.18, "text": "extra" }, { - "id": 6666, + "id": 6663, "start": 2443.66, "end": 2444.16, "text": "complexity," }, { - "id": 6667, + "id": 6664, "start": 2444.5298, - "end": 2444.8672, + "end": 2444.8623, "text": "adding" }, { - "id": 6668, - "start": 2444.8672, - "end": 2445.2048, + "id": 6665, + "start": 2444.8623, + "end": 2445.1948, "text": "these" }, { - "id": 6669, - "start": 2445.2048, - "end": 2445.5425, + "id": 6666, + "start": 2445.1948, + "end": 2445.5276, "text": "extra" }, { - "id": 6670, - "start": 2445.5425, - "end": 2445.88, + "id": 6667, + "start": 2445.5276, + "end": 2445.86, "text": "cryptographic" }, { - "id": 6671, - "start": 2445.88, - "end": 2446.38, + "id": 6668, + "start": 2445.86, + "end": 2446.36, "text": "methods" }, { - "id": 6672, + "id": 6669, "start": 2446.48, "end": 2446.98, "text": "and" }, { - "id": 6673, + "id": 6670, "start": 2447.22, "end": 2447.62, "text": "listening" }, { - "id": 6674, + "id": 6671, "start": 2447.62, "end": 2447.78, "text": "to" }, { - "id": 6675, + "id": 6672, "start": 2447.78, "end": 2448.16, "text": "ports" }, { - "id": 6676, + "id": 6673, "start": 2448.16, "end": 2448.32, "text": "and" }, { - "id": 6677, + "id": 6674, "start": 2448.32, "end": 2448.82, "text": "processing" }, { - "id": 6678, + "id": 6675, "start": 2449.02, "end": 2449.52, "text": "messages," }, { - "id": 6679, + "id": 6676, "start": 2449.6, "end": 2450.1, "text": "etc." }, { - "id": 6680, - "start": 2451.34, - "end": 2451.56, + "id": 6677, + "start": 2451.3, + "end": 2451.58, "text": "So" }, { - "id": 6681, - "start": 2451.56, - "end": 2451.86, + "id": 6678, + "start": 2451.58, + "end": 2451.88, "text": "then" }, { - "id": 6682, - "start": 2451.86, + "id": 6679, + "start": 2451.88, "end": 2452.12, "text": "a" }, { - "id": 6683, + "id": 6680, "start": 2452.12, "end": 2452.62, "text": "compromise" }, { - "id": 6684, - "start": 2452.82, + "id": 6681, + "start": 2452.8, "end": 2453.2, "text": "was" }, { - "id": 6685, + "id": 6682, "start": 2453.2, - "end": 2453.66, + "end": 2453.64, "text": "reached," }, { - "id": 6686, - "start": 2453.66, - "end": 2453.86, + "id": 6683, + "start": 2453.64, + "end": 2453.88, "text": "which" }, { - "id": 6687, - "start": 2453.86, - "end": 2454.06, + "id": 6684, + "start": 2453.88, + "end": 2454.1, "text": "is" }, { - "id": 6688, - "start": 2454.06, - "end": 2454.56, - "text": "that" + "id": 6685, + "start": 2454.1, + "end": 2454.6, + "text": "that," }, { - "id": 6689, - "start": 2454.72, + "id": 6686, + "start": 2454.6, + "end": 2454.78, + "text": "well," + }, + { + "id": 6687, + "start": 2454.78, "end": 2455.08, "text": "we'll" }, { - "id": 6690, + "id": 6688, "start": 2455.08, "end": 2455.32, "text": "have" }, { - "id": 6691, + "id": 6689, "start": 2455.32, "end": 2455.64, "text": "Bitcoin" }, { - "id": 6692, + "id": 6690, "start": 2455.64, "end": 2456.14, "text": "Core" }, { - "id": 6693, + "id": 6691, "start": 2457.16, - "end": 2457.5, + "end": 2457.44, "text": "listen" }, { - "id": 6694, - "start": 2457.5, + "id": 6692, + "start": 2457.44, "end": 2457.8, "text": "on" }, { - "id": 6695, + "id": 6693, "start": 2457.8, "end": 2457.98, "text": "a" }, { - "id": 6696, + "id": 6694, "start": 2457.98, "end": 2458.38, "text": "protocol" }, { - "id": 6697, + "id": 6695, "start": 2458.38, "end": 2458.52, "text": "we" }, { - "id": 6698, + "id": 6696, "start": 2458.52, "end": 2458.78, "text": "call" }, { - "id": 6699, + "id": 6697, "start": 2458.78, "end": 2459.28, "text": "IPC," }, { - "id": 6700, + "id": 6698, "start": 2459.34, "end": 2459.84, "text": "Inter-Process" }, { - "id": 6701, - "start": 2459.9, - "end": 2460.4, + "id": 6699, + "start": 2459.92, + "end": 2460.42, "text": "Communication," }, { - "id": 6702, + "id": 6700, "start": 2461.32, "end": 2461.5, "text": "and" }, { - "id": 6703, + "id": 6701, "start": 2461.5, "end": 2461.72, "text": "it's" }, { - "id": 6704, + "id": 6702, "start": 2461.72, "end": 2462.02, "text": "not" }, { - "id": 6705, + "id": 6703, "start": 2462.02, "end": 2462.52, "text": "directly" }, { - "id": 6706, + "id": 6704, "start": 2462.56, "end": 2462.9, "text": "supporting" }, { - "id": 6707, + "id": 6705, "start": 2462.9, "end": 2463.26, "text": "Stratum" }, { - "id": 6708, + "id": 6706, "start": 2463.26, "end": 2463.76, "text": "V2," }, { - "id": 6709, + "id": 6707, "start": 2464.28, "end": 2464.54, "text": "but" }, { - "id": 6710, + "id": 6708, "start": 2464.54, "end": 2464.7, "text": "it" }, { - "id": 6711, + "id": 6709, "start": 2464.7, "end": 2465.02, "text": "does" }, { - "id": 6712, + "id": 6710, "start": 2465.02, "end": 2465.44, "text": "support" }, { - "id": 6713, + "id": 6711, "start": 2465.44, "end": 2465.64, "text": "the" }, { - "id": 6714, + "id": 6712, "start": 2465.64, "end": 2466.1, "text": "messages" }, { - "id": 6715, + "id": 6713, "start": 2466.1, "end": 2466.22, "text": "that" }, { - "id": 6716, + "id": 6714, "start": 2466.22, "end": 2466.56, "text": "Stratum" }, { - "id": 6717, + "id": 6715, "start": 2466.56, "end": 2466.76, "text": "V2" }, { - "id": 6718, + "id": 6716, "start": 2466.76, "end": 2467.2, "text": "needs," }, { - "id": 6719, + "id": 6717, "start": 2467.2, "end": 2467.36, "text": "or" }, { - "id": 6720, + "id": 6718, "start": 2467.36, "end": 2467.54, "text": "it" }, { - "id": 6721, + "id": 6719, "start": 2467.54, "end": 2467.66, "text": "can" }, { - "id": 6722, + "id": 6720, "start": 2467.66, "end": 2467.8, "text": "give" }, { - "id": 6723, + "id": 6721, "start": 2467.8, "end": 2467.92, "text": "the" }, { - "id": 6724, + "id": 6722, "start": 2467.92, "end": 2468.3, "text": "information" }, { - "id": 6725, + "id": 6723, "start": 2468.3, "end": 2468.6, "text": "Stratum" }, { - "id": 6726, + "id": 6724, "start": 2468.6, "end": 2468.8, "text": "V2" }, { - "id": 6727, + "id": 6725, "start": 2468.8, "end": 2469.06, "text": "needs." }, { - "id": 6728, + "id": 6726, "start": 2469.06, "end": 2469.16, "text": "So" }, { - "id": 6729, + "id": 6727, "start": 2469.16, "end": 2469.32, "text": "it" }, { - "id": 6730, + "id": 6728, "start": 2469.32, "end": 2469.48, "text": "can" }, { - "id": 6731, + "id": 6729, "start": 2469.48, "end": 2469.66, "text": "give" }, { - "id": 6732, + "id": 6730, "start": 2469.66, "end": 2469.8, "text": "a" }, { - "id": 6733, + "id": 6731, "start": 2469.8, "end": 2470.08, "text": "block" }, { - "id": 6734, + "id": 6732, "start": 2470.08, "end": 2470.58, "text": "template," }, { - "id": 6735, + "id": 6733, "start": 2470.68, "end": 2470.84, "text": "it" }, { - "id": 6736, + "id": 6734, "start": 2470.84, "end": 2471.04, "text": "can" }, { - "id": 6737, + "id": 6735, "start": 2471.04, "end": 2471.32, "text": "push" }, { - "id": 6738, + "id": 6736, "start": 2471.32, "end": 2471.44, "text": "a" }, { - "id": 6739, + "id": 6737, "start": 2471.44, "end": 2471.72, "text": "block" }, { - "id": 6740, + "id": 6738, "start": 2471.72, "end": 2472.22, "text": "template," }, { - "id": 6741, + "id": 6739, "start": 2473.32, "end": 2473.82, "text": "etc." }, { - "id": 6742, + "id": 6740, "start": 2474.72, "end": 2475.06, "text": "And" }, { - "id": 6743, + "id": 6741, "start": 2475.06, "end": 2475.56, "text": "So" }, { - "id": 6744, + "id": 6742, "start": 2476.24, "end": 2476.74, "text": "that's" }, { - "id": 6745, + "id": 6743, "start": 2478.58, "end": 2479.08, "text": "what's" }, { - "id": 6746, + "id": 6744, "start": 2479.16, "end": 2479.44, "text": "in" }, { - "id": 6747, + "id": 6745, "start": 2479.44, "end": 2479.9, "text": "version" }, { - "id": 6748, + "id": 6746, "start": 2479.9, "end": 2480.28, "text": "30" }, { - "id": 6749, + "id": 6747, "start": 2480.28, "end": 2480.5, "text": "of" }, { - "id": 6750, + "id": 6748, "start": 2480.5, "end": 2480.92, "text": "Bitcoin" }, { - "id": 6751, + "id": 6749, "start": 2480.92, "end": 2481.42, "text": "Core." }, { - "id": 6752, + "id": 6750, "start": 2481.46, "end": 2481.6, "text": "And" }, { - "id": 6753, + "id": 6751, "start": 2481.6, "end": 2481.78, "text": "then" }, { - "id": 6754, + "id": 6752, "start": 2481.78, "end": 2481.88, "text": "you" }, { - "id": 6755, + "id": 6753, "start": 2481.88, "end": 2482.04, "text": "can" }, { - "id": 6756, + "id": 6754, "start": 2482.04, "end": 2482.2, "text": "use" }, { - "id": 6757, + "id": 6755, "start": 2482.2, - "end": 2482.34, + "end": 2482.32, "text": "a" }, { - "id": 6758, - "start": 2482.34, + "id": 6756, + "start": 2482.32, "end": 2482.68, "text": "separate" }, { - "id": 6759, + "id": 6757, "start": 2482.68, "end": 2483.18, "text": "application" }, { - "id": 6760, + "id": 6758, "start": 2483.68, "end": 2483.86, "text": "to" }, { - "id": 6761, + "id": 6759, "start": 2483.86, "end": 2484.16, "text": "connect" }, { - "id": 6762, + "id": 6760, "start": 2484.16, "end": 2484.28, "text": "to" }, { - "id": 6763, + "id": 6761, "start": 2484.28, "end": 2484.52, "text": "Bitcoin" }, { - "id": 6764, + "id": 6762, "start": 2484.52, "end": 2484.86, "text": "Core" }, { - "id": 6765, + "id": 6763, "start": 2484.86, "end": 2485.08, "text": "and" }, { - "id": 6766, + "id": 6764, "start": 2485.08, "end": 2485.58, "text": "actually," }, { - "id": 6767, + "id": 6765, "start": 2486.04, "end": 2486.54, "text": "basically" }, { - "id": 6768, + "id": 6766, "start": 2486.92, "end": 2487.42, "text": "translate" }, { - "id": 6769, + "id": 6767, "start": 2487.66, "end": 2487.94, "text": "this" }, { - "id": 6770, + "id": 6768, "start": 2487.94, "end": 2488.38, "text": "to" }, { - "id": 6771, + "id": 6769, "start": 2488.38, "end": 2488.66, "text": "the" }, { - "id": 6772, + "id": 6770, "start": 2488.66, "end": 2488.86, "text": "actual" }, { - "id": 6773, + "id": 6771, "start": 2488.86, "end": 2489.22, "text": "Stratum" }, { - "id": 6774, + "id": 6772, "start": 2489.22, "end": 2489.72, "text": "V2" }, { - "id": 6775, + "id": 6773, "start": 2489.86, "end": 2490.36, "text": "language." }, { - "id": 6776, + "id": 6774, "start": 2490.82, "end": 2491.26, "text": "Right," }, { - "id": 6777, + "id": 6775, "start": 2491.26, "end": 2491.76, "text": "so" }, { - "id": 6778, + "id": 6776, "start": 2492.34, "end": 2492.5, "text": "let" }, { - "id": 6779, + "id": 6777, "start": 2492.5, "end": 2492.78, "text": "me" }, { - "id": 6780, + "id": 6778, "start": 2492.78, "end": 2493.16, "text": "repeat" }, { - "id": 6781, + "id": 6779, "start": 2493.16, "end": 2493.34, "text": "this" }, { - "id": 6782, + "id": 6780, "start": 2493.34, "end": 2493.54, "text": "back" }, { - "id": 6783, + "id": 6781, "start": 2493.54, "end": 2493.74, "text": "to" }, { - "id": 6784, + "id": 6782, "start": 2493.74, "end": 2493.9, "text": "you" }, { - "id": 6785, + "id": 6783, "start": 2493.9, "end": 2494.06, "text": "and" }, { - "id": 6786, + "id": 6784, "start": 2494.06, "end": 2494.24, "text": "see" }, { - "id": 6787, + "id": 6785, "start": 2494.24, "end": 2494.4, "text": "if" }, { - "id": 6788, + "id": 6786, "start": 2494.4, "end": 2494.9, "text": "I" }, { - "id": 6789, + "id": 6787, "start": 2494.92, "end": 2495.2, "text": "get" }, { - "id": 6790, + "id": 6788, "start": 2495.2, "end": 2495.58, "text": "it." }, { - "id": 6791, + "id": 6789, "start": 2495.58, "end": 2495.74, "text": "So" }, { - "id": 6792, + "id": 6790, "start": 2495.74, "end": 2496.14, "text": "Stratum" }, { - "id": 6793, + "id": 6791, "start": 2496.14, "end": 2496.5, "text": "V2" }, { - "id": 6794, + "id": 6792, "start": 2496.5, "end": 2496.74, "text": "is" }, { - "id": 6795, + "id": 6793, "start": 2496.74, "end": 2497.16, "text": "basically" }, { - "id": 6796, + "id": 6794, "start": 2497.16, "end": 2497.36, "text": "a" }, { - "id": 6797, + "id": 6795, "start": 2497.36, "end": 2497.76, "text": "different" }, { - "id": 6798, + "id": 6796, "start": 2497.76, "end": 2498.24, "text": "project." }, { - "id": 6799, + "id": 6797, "start": 2498.24, "end": 2498.56, "text": "It's" }, { - "id": 6800, + "id": 6798, "start": 2498.56, - "end": 2498.68, + "end": 2498.66, "text": "a" }, { - "id": 6801, - "start": 2498.68, + "id": 6799, + "start": 2498.66, "end": 2499.12, "text": "mining" }, { - "id": 6802, + "id": 6800, "start": 2499.12, "end": 2499.62, "text": "specific" }, { - "id": 6803, + "id": 6801, "start": 2499.66, "end": 2500.16, "text": "project." }, { - "id": 6804, + "id": 6802, "start": 2500.52, "end": 2500.76, "text": "It's" }, { - "id": 6805, + "id": 6803, "start": 2500.76, "end": 2500.94, "text": "like" }, { - "id": 6806, + "id": 6804, "start": 2500.94, "end": 2501.44, "text": "I" }, { - "id": 6807, + "id": 6805, "start": 2501.6, "end": 2501.98, "text": "said," }, { - "id": 6808, + "id": 6806, "start": 2501.98, "end": 2502.18, "text": "a" }, { - "id": 6809, + "id": 6807, "start": 2502.18, "end": 2502.48, "text": "way" }, { - "id": 6810, + "id": 6808, "start": 2502.48, "end": 2502.98, "text": "for" }, { - "id": 6811, + "id": 6809, "start": 2504.16, "end": 2504.64, "text": "mining" }, { - "id": 6812, + "id": 6810, "start": 2504.64, "end": 2505.14, "text": "pools" }, { - "id": 6813, + "id": 6811, "start": 2505.26, "end": 2505.76, "text": "to" }, { - "id": 6814, + "id": 6812, "start": 2506.1, "end": 2506.6, "text": "decentralize" }, { - "id": 6815, + "id": 6813, "start": 2506.92, "end": 2507.18, "text": "part" }, { - "id": 6816, + "id": 6814, "start": 2507.18, "end": 2507.32, "text": "of" }, { - "id": 6817, + "id": 6815, "start": 2507.32, "end": 2507.52, "text": "their" }, { - "id": 6818, + "id": 6816, "start": 2507.52, "end": 2508.02, "text": "operations." }, { - "id": 6819, + "id": 6817, "start": 2508.72, "end": 2509.22, "text": "Namely," }, { - "id": 6820, + "id": 6818, "start": 2510.14, "end": 2510.64, "text": "individual" }, { - "id": 6821, + "id": 6819, "start": 2510.7, "end": 2511.2, "text": "hashers," }, { - "id": 6822, + "id": 6820, "start": 2511.38, "end": 2511.46, "text": "you" }, { - "id": 6823, + "id": 6821, "start": 2511.46, "end": 2511.9, "text": "know," }, { - "id": 6824, + "id": 6822, "start": 2511.9, "end": 2512.3, "text": "users" }, { - "id": 6825, + "id": 6823, "start": 2512.3, "end": 2512.46, "text": "of" }, { - "id": 6826, + "id": 6824, "start": 2512.46, "end": 2512.54, "text": "the" }, { - "id": 6827, + "id": 6825, "start": 2512.54, "end": 2512.86, "text": "pool," }, { - "id": 6828, + "id": 6826, "start": 2512.86, "end": 2513.36, "text": "miners," }, { - "id": 6829, + "id": 6827, "start": 2513.6, "end": 2513.8, "text": "they" }, { - "id": 6830, + "id": 6828, "start": 2513.8, "end": 2514.02, "text": "can" }, { - "id": 6831, + "id": 6829, "start": 2514.02, "end": 2514.52, "text": "decide" }, { - "id": 6832, + "id": 6830, "start": 2514.52, "end": 2514.76, "text": "what" }, { - "id": 6833, + "id": 6831, "start": 2514.76, "end": 2515.04, "text": "goes" }, { - "id": 6834, + "id": 6832, "start": 2515.04, "end": 2515.24, "text": "into" }, { - "id": 6835, + "id": 6833, "start": 2515.24, "end": 2515.34, "text": "a" }, { - "id": 6836, + "id": 6834, "start": 2515.34, "end": 2515.76, "text": "block," }, { - "id": 6837, + "id": 6835, "start": 2515.76, "end": 2515.92, "text": "which" }, { - "id": 6838, + "id": 6836, "start": 2515.92, "end": 2516.42, "text": "transactions" }, { - "id": 6839, + "id": 6837, "start": 2516.44, "end": 2516.66, "text": "go" }, { - "id": 6840, + "id": 6838, "start": 2516.66, "end": 2516.82, "text": "into" }, { - "id": 6841, + "id": 6839, "start": 2516.82, "end": 2516.98, "text": "a" }, { - "id": 6842, + "id": 6840, "start": 2516.98, "end": 2517.48, "text": "block." }, { - "id": 6843, + "id": 6841, "start": 2517.66, "end": 2517.8, "text": "But" }, { - "id": 6844, + "id": 6842, "start": 2517.8, "end": 2518.06, "text": "for" }, { - "id": 6845, + "id": 6843, "start": 2518.06, "end": 2518.56, "text": "that," }, { - "id": 6846, + "id": 6844, "start": 2518.64, "end": 2518.84, "text": "they" }, { - "id": 6847, + "id": 6845, "start": 2518.84, "end": 2519.12, "text": "would" }, { - "id": 6848, + "id": 6846, "start": 2519.12, "end": 2519.62, "text": "actually" }, { - "id": 6849, + "id": 6847, "start": 2520.3, "end": 2520.66, "text": "use" }, { - "id": 6850, + "id": 6848, "start": 2520.66, "end": 2521.06, "text": "Bitcoin" }, { - "id": 6851, + "id": 6849, "start": 2521.06, "end": 2521.56, "text": "Core" }, { - "id": 6852, + "id": 6850, "start": 2522.38, "end": 2522.88, "text": "to" }, { - "id": 6853, + "id": 6851, "start": 2523.42, "end": 2523.66, "text": "hear" }, { - "id": 6854, + "id": 6852, "start": 2523.66, "end": 2523.84, "text": "what" }, { - "id": 6855, + "id": 6853, "start": 2523.84, "end": 2524.3, "text": "transactions" }, { - "id": 6856, + "id": 6854, "start": 2524.3, "end": 2524.44, "text": "are" }, { - "id": 6857, + "id": 6855, "start": 2524.44, "end": 2524.6, "text": "on" }, { - "id": 6858, + "id": 6856, "start": 2524.6, "end": 2524.74, "text": "the" }, { - "id": 6859, + "id": 6857, "start": 2524.74, "end": 2525.14, "text": "network," }, { - "id": 6860, + "id": 6858, "start": 2525.14, "end": 2525.64, "text": "etc." }, { - "id": 6861, + "id": 6859, "start": 2525.82, "end": 2525.98, "text": "And" }, { - "id": 6862, + "id": 6860, "start": 2525.98, - "end": 2526.18, + "end": 2526.2, "text": "use" }, { - "id": 6863, - "start": 2526.18, - "end": 2526.42, + "id": 6861, + "start": 2526.2, + "end": 2526.44, "text": "this" }, { - "id": 6864, - "start": 2526.42, + "id": 6862, + "start": 2526.44, "end": 2526.74, "text": "to" }, { - "id": 6865, + "id": 6863, "start": 2526.74, "end": 2527.24, "text": "construct" }, { - "id": 6866, + "id": 6864, "start": 2527.44, "end": 2527.94, "text": "essentially" }, { - "id": 6867, - "start": 2528.48, + "id": 6865, + "start": 2528.52, "end": 2528.68, "text": "the" }, { - "id": 6868, + "id": 6866, "start": 2528.68, "end": 2529.18, "text": "block." }, { - "id": 6869, + "id": 6867, "start": 2529.44, "end": 2529.84, "text": "And" }, { - "id": 6870, + "id": 6868, "start": 2529.84, "end": 2530.34, "text": "then" }, { - "id": 6871, + "id": 6869, "start": 2530.76, "end": 2530.96, "text": "now" }, { - "id": 6872, + "id": 6870, "start": 2530.96, - "end": 2531.26, + "end": 2531.28, "text": "there's" }, { - "id": 6873, - "start": 2531.26, + "id": 6871, + "start": 2531.28, "end": 2531.48, "text": "kind" }, { - "id": 6874, + "id": 6872, "start": 2531.48, "end": 2531.82, "text": "of" }, { - "id": 6875, + "id": 6873, "start": 2531.82, "end": 2531.98, "text": "a" }, { - "id": 6876, + "id": 6874, "start": 2531.98, "end": 2532.48, "text": "bridge," }, { - "id": 6877, + "id": 6875, "start": 2532.54, "end": 2532.7, "text": "a" }, { - "id": 6878, + "id": 6876, "start": 2532.7, "end": 2532.9, "text": "way" }, { - "id": 6879, + "id": 6877, "start": 2532.9, "end": 2533.08, "text": "to" }, { - "id": 6880, + "id": 6878, "start": 2533.08, "end": 2533.58, "text": "connect" }, { - "id": 6881, + "id": 6879, "start": 2533.58, - "end": 2533.86, + "end": 2533.94, "text": "with" }, { - "id": 6882, - "start": 2533.86, + "id": 6880, + "start": 2533.94, "end": 2534.1, "text": "the" }, { - "id": 6883, + "id": 6881, "start": 2534.1, "end": 2534.44, "text": "Stratum" }, { - "id": 6884, + "id": 6882, "start": 2534.44, "end": 2534.8, "text": "V2" }, { - "id": 6885, + "id": 6883, "start": 2534.8, "end": 2535.14, "text": "protocol" }, { - "id": 6886, + "id": 6884, "start": 2535.14, "end": 2535.3, "text": "in" }, { - "id": 6887, + "id": 6885, "start": 2535.3, "end": 2535.54, "text": "order" }, { - "id": 6888, + "id": 6886, "start": 2535.54, "end": 2535.72, "text": "to" }, { - "id": 6889, + "id": 6887, "start": 2535.72, "end": 2535.92, "text": "make" }, { - "id": 6890, + "id": 6888, "start": 2535.92, "end": 2536.06, "text": "it" }, { - "id": 6891, + "id": 6889, "start": 2536.06, "end": 2536.22, "text": "all" }, { - "id": 6892, + "id": 6890, "start": 2536.22, "end": 2536.56, "text": "work." }, { - "id": 6893, + "id": 6891, "start": 2536.56, "end": 2536.72, "text": "Is" }, { - "id": 6894, + "id": 6892, "start": 2536.72, "end": 2536.88, "text": "that" }, { - "id": 6895, + "id": 6893, "start": 2536.88, "end": 2537.02, "text": "a" }, { - "id": 6896, + "id": 6894, "start": 2537.02, "end": 2537.22, "text": "good" }, { - "id": 6897, + "id": 6895, "start": 2537.22, "end": 2537.42, "text": "enough" }, { - "id": 6898, + "id": 6896, "start": 2537.42, "end": 2537.92, "text": "summary?" }, { - "id": 6899, + "id": 6897, "start": 2539.14, "end": 2539.3, "text": "Yeah," }, { - "id": 6900, + "id": 6898, "start": 2539.3, "end": 2539.6, "text": "exactly." }, { - "id": 6901, + "id": 6899, "start": 2539.6, "end": 2539.74, "text": "So" }, { - "id": 6902, + "id": 6900, "start": 2539.74, "end": 2539.9, "text": "there's" }, { - "id": 6903, + "id": 6901, "start": 2539.9, "end": 2540.02, "text": "a" }, { - "id": 6904, + "id": 6902, "start": 2540.02, "end": 2540.28, "text": "bridge" }, { - "id": 6905, + "id": 6903, "start": 2540.28, "end": 2540.5, "text": "between" }, { - "id": 6906, + "id": 6904, "start": 2540.5, "end": 2540.8, "text": "Bitcoin" }, { - "id": 6907, + "id": 6905, "start": 2540.8, "end": 2541.02, "text": "Core" }, { - "id": 6908, + "id": 6906, "start": 2541.02, "end": 2541.18, "text": "and" }, { - "id": 6909, + "id": 6907, "start": 2541.18, "end": 2541.22, "text": "the" }, { - "id": 6910, + "id": 6908, "start": 2541.22, "end": 2541.42, "text": "rest" }, { - "id": 6911, + "id": 6909, "start": 2541.42, "end": 2541.5, "text": "of" }, { - "id": 6912, + "id": 6910, "start": 2541.5, "end": 2541.58, "text": "the" }, { - "id": 6913, + "id": 6911, "start": 2541.58, "end": 2541.88, "text": "Stratum" }, { - "id": 6914, + "id": 6912, "start": 2541.88, "end": 2542.26, "text": "V2" }, { - "id": 6915, + "id": 6913, "start": 2542.26, "end": 2542.76, "text": "ecosystem," }, { - "id": 6916, + "id": 6914, "start": 2543.36, "end": 2543.56, "text": "and" }, { - "id": 6917, + "id": 6915, "start": 2543.56, "end": 2543.72, "text": "it" }, { - "id": 6918, + "id": 6916, "start": 2543.72, "end": 2544.08, "text": "uses" }, { - "id": 6919, + "id": 6917, "start": 2544.08, "end": 2544.26, "text": "this" }, { - "id": 6920, + "id": 6918, "start": 2544.26, "end": 2544.76, "text": "new" }, { - "id": 6921, + "id": 6919, "start": 2545.36, "end": 2545.86, "text": "IPC" }, { - "id": 6922, + "id": 6920, "start": 2546.04, "end": 2546.54, "text": "system." }, { - "id": 6923, + "id": 6921, "start": 2547.74, "end": 2548.04, "text": "Right." }, { - "id": 6924, + "id": 6922, "start": 2548.04, "end": 2548.1, "text": "Which" }, { - "id": 6925, + "id": 6923, "start": 2548.1, "end": 2548.38, "text": "initially" }, { - "id": 6926, + "id": 6924, "start": 2548.38, "end": 2548.58, "text": "was" }, { - "id": 6927, + "id": 6925, "start": 2548.58, "end": 2548.94, "text": "intended" }, { - "id": 6928, + "id": 6926, "start": 2548.94, "end": 2549.18, "text": "for" }, { - "id": 6929, + "id": 6927, "start": 2549.18, "end": 2549.44, "text": "something" }, { - "id": 6930, + "id": 6928, "start": 2549.44, "end": 2549.92, "text": "completely" }, { - "id": 6931, + "id": 6929, "start": 2549.92, - "end": 2550.22, + "end": 2550.2, "text": "different," }, { - "id": 6932, - "start": 2550.22, + "id": 6930, + "start": 2550.2, "end": 2550.58, "text": "namely" }, { - "id": 6933, + "id": 6931, "start": 2550.58, "end": 2550.78, "text": "the" }, { - "id": 6934, + "id": 6932, "start": 2550.78, "end": 2551.28, "text": "separation" }, { - "id": 6935, + "id": 6933, "start": 2551.32, "end": 2551.48, "text": "of" }, { - "id": 6936, + "id": 6934, "start": 2551.48, "end": 2551.98, "text": "processes." }, { - "id": 6937, + "id": 6935, "start": 2552.54, "end": 2552.84, "text": "So" }, { - "id": 6938, + "id": 6936, "start": 2552.84, "end": 2553.04, "text": "it" }, { - "id": 6939, + "id": 6937, "start": 2553.04, "end": 2553.54, "text": "was" }, { - "id": 6940, + "id": 6938, "start": 2553.58, "end": 2554.08, "text": "designed" }, { - "id": 6941, - "start": 2554.16, + "id": 6939, + "start": 2554.18, "end": 2554.54, "text": "to" }, { - "id": 6942, + "id": 6940, "start": 2554.54, "end": 2554.94, "text": "split" }, { - "id": 6943, + "id": 6941, "start": 2554.94, "end": 2555.16, "text": "the" }, { - "id": 6944, + "id": 6942, "start": 2555.16, "end": 2555.46, "text": "node" }, { - "id": 6945, + "id": 6943, "start": 2555.46, "end": 2555.66, "text": "from" }, { - "id": 6946, + "id": 6944, "start": 2555.66, "end": 2555.8, "text": "the" }, { - "id": 6947, + "id": 6945, "start": 2555.8, "end": 2556.2, "text": "wallet" }, { - "id": 6948, + "id": 6946, "start": 2556.2, "end": 2556.36, "text": "and" }, { - "id": 6949, + "id": 6947, "start": 2556.36, "end": 2556.5, "text": "from" }, { - "id": 6950, + "id": 6948, "start": 2556.5, "end": 2556.66, "text": "the" }, { - "id": 6951, + "id": 6949, "start": 2556.66, "end": 2557.16, "text": "GUI" }, { - "id": 6952, + "id": 6950, "start": 2557.28, "end": 2557.54, "text": "so" }, { - "id": 6953, + "id": 6951, "start": 2557.54, "end": 2557.76, "text": "that" }, { - "id": 6954, + "id": 6952, "start": 2557.76, "end": 2558.0, "text": "if" }, { - "id": 6955, + "id": 6953, "start": 2558.0, "end": 2558.2, "text": "one" }, { - "id": 6956, + "id": 6954, "start": 2558.2, "end": 2558.3, "text": "of" }, { - "id": 6957, + "id": 6955, "start": 2558.3, "end": 2558.48, "text": "them" }, { - "id": 6958, + "id": 6956, "start": 2558.48, "end": 2558.98, "text": "crashes," }, { - "id": 6959, + "id": 6957, "start": 2558.98, "end": 2559.14, "text": "the" }, { - "id": 6960, + "id": 6958, "start": 2559.14, "end": 2559.36, "text": "other" }, { - "id": 6961, + "id": 6959, "start": 2559.36, "end": 2559.72, "text": "doesn't" }, { - "id": 6962, + "id": 6960, "start": 2559.72, "end": 2560.22, "text": "crash." }, { - "id": 6963, + "id": 6961, "start": 2561.04, "end": 2561.18, "text": "And" }, { - "id": 6964, + "id": 6962, "start": 2561.18, - "end": 2561.34, + "end": 2561.32, "text": "we" }, { - "id": 6965, - "start": 2561.34, + "id": 6963, + "start": 2561.32, "end": 2561.58, "text": "might" }, { - "id": 6966, + "id": 6964, "start": 2561.58, "end": 2561.78, "text": "still" }, { - "id": 6967, + "id": 6965, "start": 2561.78, "end": 2561.96, "text": "do" }, { - "id": 6968, + "id": 6966, "start": 2561.96, "end": 2562.18, "text": "that," }, { - "id": 6969, + "id": 6967, "start": 2562.18, "end": 2562.38, "text": "but" }, { - "id": 6970, + "id": 6968, "start": 2562.38, "end": 2562.54, "text": "for" }, { - "id": 6971, + "id": 6969, "start": 2562.54, "end": 2562.84, "text": "now" }, { - "id": 6972, + "id": 6970, "start": 2562.84, "end": 2563.1, "text": "we" }, { - "id": 6973, + "id": 6971, "start": 2563.1, "end": 2563.5, "text": "basically" }, { - "id": 6974, + "id": 6972, "start": 2563.5, "end": 2564.0, "text": "repurposed" }, { - "id": 6975, + "id": 6973, "start": 2564.14, "end": 2564.34, "text": "this" }, { - "id": 6976, + "id": 6974, "start": 2564.34, "end": 2564.84, "text": "tool." }, { - "id": 6977, + "id": 6975, "start": 2565.16, "end": 2565.66, "text": "Right." }, { - "id": 6978, - "start": 2567.38, + "id": 6976, + "start": 2567.42, "end": 2567.66, "text": "So" }, { - "id": 6979, + "id": 6977, "start": 2567.66, "end": 2567.92, "text": "right" }, { - "id": 6980, + "id": 6978, "start": 2567.92, "end": 2568.42, "text": "now," }, { - "id": 6981, + "id": 6979, "start": 2569.3, "end": 2569.54, "text": "the" }, { - "id": 6982, + "id": 6980, "start": 2569.54, "end": 2569.84, "text": "only" }, { - "id": 6983, + "id": 6981, "start": 2569.84, "end": 2570.22, "text": "mining" }, { - "id": 6984, + "id": 6982, "start": 2570.22, "end": 2570.5, "text": "pool" }, { - "id": 6985, + "id": 6983, "start": 2570.5, "end": 2570.66, "text": "that" }, { - "id": 6986, + "id": 6984, "start": 2570.66, "end": 2570.92, "text": "I'm" }, { - "id": 6987, + "id": 6985, "start": 2570.92, - "end": 2571.22, + "end": 2571.26, "text": "aware" }, { - "id": 6988, - "start": 2571.22, + "id": 6986, + "start": 2571.26, "end": 2571.38, "text": "of" }, { - "id": 6989, + "id": 6987, "start": 2571.38, "end": 2571.56, "text": "that" }, { - "id": 6990, + "id": 6988, "start": 2571.56, "end": 2571.82, "text": "uses" }, { - "id": 6991, + "id": 6989, "start": 2571.82, "end": 2572.24, "text": "Stratum" }, { - "id": 6992, + "id": 6990, "start": 2572.24, "end": 2572.64, "text": "V2" }, { - "id": 6993, + "id": 6991, "start": 2572.64, "end": 2573.14, "text": "is" }, { - "id": 6994, + "id": 6992, "start": 2573.24, "end": 2573.74, "text": "Demand" }, { - "id": 6995, + "id": 6993, "start": 2573.76, "end": 2574.16, "text": "Pool," }, { - "id": 6996, + "id": 6994, "start": 2574.16, - "end": 2574.38, + "end": 2574.36, "text": "but" }, { - "id": 6997, - "start": 2574.38, + "id": 6995, + "start": 2574.36, "end": 2574.64, "text": "they're" }, { - "id": 6998, + "id": 6996, "start": 2574.64, "end": 2574.84, "text": "kind" }, { - "id": 6999, + "id": 6997, "start": 2574.84, "end": 2575.12, "text": "of" }, { - "id": 7000, + "id": 6998, "start": 2575.12, "end": 2575.58, "text": "still" }, { - "id": 7001, + "id": 6999, "start": 2575.58, "end": 2575.92, "text": "in" }, { - "id": 7002, + "id": 7000, "start": 2575.92, "end": 2576.42, "text": "startup" }, { - "id": 7003, + "id": 7001, "start": 2576.42, "end": 2576.88, "text": "phase," }, { - "id": 7004, + "id": 7002, "start": 2576.88, "end": 2577.04, "text": "I" }, { - "id": 7005, + "id": 7003, "start": 2577.04, "end": 2577.44, "text": "think." }, { - "id": 7006, + "id": 7004, "start": 2577.44, "end": 2577.72, "text": "And" }, { - "id": 7007, + "id": 7005, "start": 2577.72, "end": 2578.18, "text": "Brains" }, { - "id": 7008, + "id": 7006, "start": 2578.18, "end": 2578.32, "text": "as" }, { - "id": 7009, + "id": 7007, "start": 2578.32, "end": 2578.82, "text": "well." }, { - "id": 7010, + "id": 7008, "start": 2579.24, "end": 2579.44, "text": "Do" }, { - "id": 7011, + "id": 7009, "start": 2579.44, "end": 2579.64, "text": "they" }, { - "id": 7012, + "id": 7010, "start": 2579.64, "end": 2579.86, "text": "use" }, { - "id": 7013, + "id": 7011, "start": 2579.86, "end": 2580.36, "text": "it?" }, { - "id": 7014, + "id": 7012, "start": 2580.36, "end": 2580.7, "text": "Yes," }, { - "id": 7015, + "id": 7013, "start": 2580.7, "end": 2580.9, "text": "but" }, { - "id": 7016, + "id": 7014, "start": 2580.9, "end": 2581.06, "text": "I" }, { - "id": 7017, + "id": 7015, "start": 2581.06, "end": 2581.26, "text": "don't" }, { - "id": 7018, + "id": 7016, "start": 2581.26, "end": 2581.46, "text": "think" }, { - "id": 7019, + "id": 7017, "start": 2581.46, "end": 2581.58, "text": "they" }, { - "id": 7020, + "id": 7018, "start": 2581.58, "end": 2581.8, "text": "do" }, { - "id": 7021, + "id": 7019, "start": 2581.8, "end": 2582.02, "text": "their" }, { - "id": 7022, + "id": 7020, "start": 2582.02, "end": 2582.42, "text": "own," }, { - "id": 7023, + "id": 7021, "start": 2582.42, "end": 2582.54, "text": "I" }, { - "id": 7024, + "id": 7022, "start": 2582.54, "end": 2582.76, "text": "don't" }, { - "id": 7025, + "id": 7023, "start": 2582.76, "end": 2582.98, "text": "think" }, { - "id": 7026, + "id": 7024, "start": 2582.98, "end": 2583.12, "text": "they" }, { - "id": 7027, + "id": 7025, "start": 2583.12, "end": 2583.62, "text": "offer" }, { - "id": 7028, + "id": 7026, "start": 2584.2, "end": 2584.54, "text": "custom" }, { - "id": 7029, + "id": 7027, "start": 2584.54, "end": 2585.04, "text": "templates." }, { - "id": 7030, + "id": 7028, "start": 2585.82, "end": 2585.98, "text": "They" }, { - "id": 7031, + "id": 7029, "start": 2585.98, "end": 2586.26, "text": "just" }, { - "id": 7032, + "id": 7030, "start": 2586.26, "end": 2586.6, "text": "support" }, { - "id": 7033, + "id": 7031, "start": 2586.6, "end": 2586.82, "text": "the" }, { - "id": 7034, + "id": 7032, "start": 2586.82, "end": 2587.12, "text": "new" }, { - "id": 7035, + "id": 7033, "start": 2587.12, "end": 2587.62, "text": "technology." }, { - "id": 7036, + "id": 7034, "start": 2587.64, "end": 2587.78, "text": "But" }, { - "id": 7037, + "id": 7035, "start": 2587.78, - "end": 2588.04, + "end": 2588.0, "text": "that's" }, { - "id": 7038, - "start": 2588.04, + "id": 7036, + "start": 2588.0, "end": 2588.24, "text": "already" }, { - "id": 7039, + "id": 7037, "start": 2588.24, "end": 2588.4, "text": "an" }, { - "id": 7040, + "id": 7038, "start": 2588.4, "end": 2588.8, "text": "improvement" }, { - "id": 7041, + "id": 7039, "start": 2588.8, "end": 2589.3, "text": "because" }, { - "id": 7042, + "id": 7040, "start": 2590.08, "end": 2590.58, "text": "if" }, { - "id": 7043, + "id": 7041, "start": 2592.04, "end": 2592.16, "text": "you" }, { - "id": 7044, + "id": 7042, "start": 2592.16, "end": 2592.56, "text": "run" }, { - "id": 7045, + "id": 7043, "start": 2592.56, "end": 2592.78, "text": "your" }, { - "id": 7046, + "id": 7044, "start": 2592.78, "end": 2593.1, "text": "ASIC" }, { - "id": 7047, + "id": 7045, "start": 2593.1, "end": 2593.32, "text": "farm" }, { - "id": 7048, + "id": 7046, "start": 2593.32, "end": 2593.48, "text": "and" }, { - "id": 7049, + "id": 7047, "start": 2593.48, - "end": 2593.64, + "end": 2593.66, "text": "you" }, { - "id": 7050, - "start": 2593.64, - "end": 2594.14, + "id": 7048, + "start": 2593.66, + "end": 2594.16, "text": "connect" }, { - "id": 7051, + "id": 7049, "start": 2594.2, "end": 2594.66, "text": "to" }, { - "id": 7052, + "id": 7050, "start": 2594.66, "end": 2595.16, "text": "any" }, { - "id": 7053, + "id": 7051, "start": 2595.16, "end": 2595.4, "text": "Stratum" }, { - "id": 7054, + "id": 7052, "start": 2595.4, "end": 2595.72, "text": "V1" }, { - "id": 7055, + "id": 7053, "start": 2595.72, "end": 2596.0, "text": "pool" }, { - "id": 7056, + "id": 7054, "start": 2596.0, "end": 2596.5, "text": "now," }, { - "id": 7057, + "id": 7055, "start": 2597.48, "end": 2597.72, "text": "your" }, { - "id": 7058, + "id": 7056, "start": 2597.72, "end": 2598.16, "text": "router" }, { - "id": 7059, + "id": 7057, "start": 2598.16, "end": 2598.34, "text": "or" }, { - "id": 7060, + "id": 7058, "start": 2598.34, "end": 2598.52, "text": "your" }, { - "id": 7061, + "id": 7059, "start": 2598.52, "end": 2598.9, "text": "internet" }, { - "id": 7062, + "id": 7060, "start": 2598.9, "end": 2599.4, "text": "provider" }, { - "id": 7063, + "id": 7061, "start": 2599.4, "end": 2599.6, "text": "or" }, { - "id": 7064, + "id": 7062, "start": 2599.6, "end": 2600.02, "text": "anyone" }, { - "id": 7065, + "id": 7063, "start": 2600.02, "end": 2600.22, "text": "can" }, { - "id": 7066, + "id": 7064, "start": 2600.22, "end": 2600.48, "text": "just" }, { - "id": 7067, + "id": 7065, "start": 2600.48, "end": 2600.76, "text": "steal" }, { - "id": 7068, + "id": 7066, "start": 2600.76, "end": 2600.94, "text": "your" }, { - "id": 7069, + "id": 7067, "start": 2600.94, "end": 2601.16, "text": "hash" }, { - "id": 7070, + "id": 7068, "start": 2601.16, - "end": 2601.56, + "end": 2601.18, "text": "rate." }, { - "id": 7071, - "start": 2601.56, - "end": 2601.6099, + "id": 7069, + "start": 2601.18, + "end": 2601.2, "text": "Yeah," }, { - "id": 7072, - "start": 2601.6099, + "id": 7070, + "start": 2601.2, "end": 2601.66, "text": "yeah," }, { - "id": 7073, + "id": 7071, "start": 2601.66, - "end": 2602.16, + "end": 2602.01, "text": "yeah." }, { - "id": 7074, - "start": 2602.36, - "end": 2602.4302, + "id": 7072, + "start": 2602.01, + "end": 2602.36, "text": "That's" }, { - "id": 7075, - "start": 2602.4302, + "id": 7073, + "start": 2602.36, "end": 2602.5, "text": "no" }, { - "id": 7076, + "id": 7074, "start": 2602.5, "end": 2602.7, "text": "good," }, { - "id": 7077, + "id": 7075, "start": 2602.7, "end": 2603.06, "text": "Sjoerd." }, { - "id": 7078, + "id": 7076, "start": 2603.06, "end": 2603.21, "text": "But," }, { - "id": 7079, + "id": 7077, "start": 2603.21, "end": 2603.36, "text": "yeah," }, { - "id": 7080, + "id": 7078, "start": 2603.36, "end": 2603.86, "text": "okay." }, { - "id": 7081, + "id": 7079, "start": 2605.27, "end": 2605.77, "text": "But" }, { - "id": 7082, + "id": 7080, "start": 2607.18, "end": 2607.68, "text": "Brains" }, { - "id": 7083, + "id": 7081, "start": 2607.72, "end": 2607.9, "text": "does" }, { - "id": 7084, + "id": 7082, "start": 2607.9, "end": 2608.26, "text": "not," }, { - "id": 7085, + "id": 7083, "start": 2608.26, "end": 2608.42, "text": "or" }, { - "id": 7086, + "id": 7084, "start": 2608.42, "end": 2608.58, "text": "at" }, { - "id": 7087, + "id": 7085, "start": 2608.58, "end": 2608.82, "text": "least" }, { - "id": 7088, + "id": 7086, "start": 2608.82, "end": 2609.1, "text": "not" }, { - "id": 7089, + "id": 7087, "start": 2609.1, "end": 2609.6, "text": "yet," }, { - "id": 7090, + "id": 7088, "start": 2609.6, "end": 2610.06, "text": "allow" }, { - "id": 7091, + "id": 7089, "start": 2610.06, "end": 2610.48, "text": "individual" }, { - "id": 7092, + "id": 7090, "start": 2610.48, "end": 2610.86, "text": "miners" }, { - "id": 7093, + "id": 7091, "start": 2610.86, "end": 2611.08, "text": "to" }, { - "id": 7094, + "id": 7092, "start": 2611.08, "end": 2611.48, "text": "construct" }, { - "id": 7095, + "id": 7093, "start": 2611.48, "end": 2611.64, "text": "their" }, { - "id": 7096, + "id": 7094, "start": 2611.64, "end": 2612.14, "text": "blocks." }, { - "id": 7097, + "id": 7095, "start": 2612.44, "end": 2612.64, "text": "I" }, { - "id": 7098, + "id": 7096, "start": 2612.64, "end": 2612.9, "text": "don't" }, { - "id": 7099, + "id": 7097, "start": 2612.9, "end": 2613.12, "text": "believe" }, { - "id": 7100, + "id": 7098, "start": 2613.12, "end": 2613.48, "text": "so." }, { - "id": 7101, + "id": 7099, "start": 2613.48, - "end": 2613.68, + "end": 2613.7, "text": "And" }, { - "id": 7102, - "start": 2613.68, - "end": 2614.18, + "id": 7100, + "start": 2613.7, + "end": 2614.2, "text": "Demandpool" }, { - "id": 7103, + "id": 7101, "start": 2614.46, "end": 2614.76, "text": "does" }, { - "id": 7104, + "id": 7102, "start": 2614.76, "end": 2615.02, "text": "plan" }, { - "id": 7105, + "id": 7103, "start": 2615.02, "end": 2615.14, "text": "to" }, { - "id": 7106, + "id": 7104, "start": 2615.14, "end": 2615.28, "text": "do" }, { - "id": 7107, + "id": 7105, "start": 2615.28, "end": 2615.54, "text": "that," }, { - "id": 7108, + "id": 7106, "start": 2615.54, "end": 2615.68, "text": "but" }, { - "id": 7109, + "id": 7107, "start": 2615.68, "end": 2615.9, "text": "I" }, { - "id": 7110, + "id": 7108, "start": 2615.9, "end": 2616.18, "text": "don't" }, { - "id": 7111, + "id": 7109, "start": 2616.18, "end": 2616.3, "text": "think" }, { - "id": 7112, + "id": 7110, "start": 2616.3, "end": 2616.5, "text": "they've" }, { - "id": 7113, + "id": 7111, "start": 2616.5, "end": 2616.9, "text": "actually" }, { - "id": 7114, + "id": 7112, "start": 2616.9, "end": 2617.26, "text": "launched" }, { - "id": 7115, + "id": 7113, "start": 2617.26, - "end": 2617.4, + "end": 2617.36, "text": "this" }, { - "id": 7116, - "start": 2617.4, - "end": 2617.9, + "id": 7114, + "start": 2617.36, + "end": 2617.86, "text": "yet." }, { - "id": 7117, + "id": 7115, "start": 2619.0, "end": 2619.16, "text": "So" }, { - "id": 7118, + "id": 7116, "start": 2619.16, "end": 2619.36, "text": "there" }, { - "id": 7119, + "id": 7117, "start": 2619.36, "end": 2619.52, "text": "was" }, { - "id": 7120, + "id": 7118, "start": 2619.52, "end": 2619.66, "text": "a" }, { - "id": 7121, + "id": 7119, "start": 2619.66, "end": 2619.84, "text": "bit" }, { - "id": 7122, + "id": 7120, "start": 2619.84, "end": 2619.96, "text": "of" }, { - "id": 7123, + "id": 7121, "start": 2619.96, "end": 2620.12, "text": "a" }, { - "id": 7124, + "id": 7122, "start": 2620.12, "end": 2620.32, "text": "chicken" }, { - "id": 7125, + "id": 7123, "start": 2620.32, "end": 2620.82, "text": "egg." }, { - "id": 7126, + "id": 7124, "start": 2620.92, "end": 2621.04, "text": "I" }, { - "id": 7127, + "id": 7125, "start": 2621.04, "end": 2621.32, "text": "happen" }, { - "id": 7128, + "id": 7126, "start": 2621.32, "end": 2621.46, "text": "to" }, { - "id": 7129, + "id": 7127, "start": 2621.46, "end": 2621.68, "text": "know" }, { - "id": 7130, + "id": 7128, "start": 2621.68, "end": 2621.88, "text": "that" }, { - "id": 7131, + "id": 7129, "start": 2621.88, "end": 2622.34, "text": "they're" }, { - "id": 7132, + "id": 7130, "start": 2622.34, "end": 2622.66, "text": "getting" }, { - "id": 7133, + "id": 7131, "start": 2622.66, "end": 2623.1, "text": "close" }, { - "id": 7134, + "id": 7132, "start": 2623.1, "end": 2623.28, "text": "to" }, { - "id": 7135, + "id": 7133, "start": 2623.28, - "end": 2623.68, + "end": 2623.44, "text": "sort" }, { - "id": 7136, - "start": 2623.68, - "end": 2624.18, + "id": 7134, + "start": 2623.44, + "end": 2623.94, "text": "of" }, { - "id": 7137, + "id": 7135, "start": 2624.44, "end": 2624.9, "text": "launching" }, { - "id": 7138, + "id": 7136, "start": 2624.9, "end": 2625.08, "text": "for" }, { - "id": 7139, + "id": 7137, "start": 2625.08, "end": 2625.4, "text": "real," }, { - "id": 7140, + "id": 7138, "start": 2625.4, "end": 2625.9, "text": "basically." }, { - "id": 7141, + "id": 7139, "start": 2626.3, "end": 2626.64, "text": "Oh," }, { - "id": 7142, + "id": 7140, "start": 2626.64, "end": 2626.92, "text": "that's" }, { - "id": 7143, + "id": 7141, "start": 2626.92, "end": 2627.2, "text": "good" }, { - "id": 7144, + "id": 7142, "start": 2627.2, "end": 2627.68, "text": "news." }, { - "id": 7145, + "id": 7143, "start": 2627.68, "end": 2627.9, "text": "It" }, { - "id": 7146, + "id": 7144, "start": 2627.9, "end": 2628.12, "text": "has" }, { - "id": 7147, + "id": 7145, "start": 2628.12, "end": 2628.34, "text": "been" }, { - "id": 7148, + "id": 7146, "start": 2628.34, "end": 2628.42, "text": "a" }, { - "id": 7149, + "id": 7147, "start": 2628.42, "end": 2628.62, "text": "bit" }, { - "id": 7150, + "id": 7148, "start": 2628.62, "end": 2628.8, "text": "of" }, { - "id": 7151, + "id": 7149, "start": 2628.8, "end": 2628.94, "text": "a" }, { - "id": 7152, + "id": 7150, "start": 2628.94, "end": 2629.2, "text": "chicken" }, { - "id": 7153, + "id": 7151, "start": 2629.2, "end": 2629.54, "text": "egg" }, { - "id": 7154, + "id": 7152, "start": 2629.54, "end": 2629.9, "text": "problem" }, { - "id": 7155, + "id": 7153, "start": 2629.9, "end": 2630.08, "text": "on" }, { - "id": 7156, + "id": 7154, "start": 2630.08, "end": 2630.22, "text": "the" }, { - "id": 7157, + "id": 7155, "start": 2630.22, "end": 2630.48, "text": "Bitcoin" }, { - "id": 7158, + "id": 7156, "start": 2630.48, "end": 2630.74, "text": "Core" }, { - "id": 7159, + "id": 7157, "start": 2630.74, "end": 2630.94, "text": "side" }, { - "id": 7160, + "id": 7158, "start": 2630.94, "end": 2631.44, "text": "because" }, { - "id": 7161, + "id": 7159, "start": 2632.74, "end": 2633.2, "text": "shipping" }, { - "id": 7162, + "id": 7160, "start": 2633.2, "end": 2633.42, "text": "this" }, { - "id": 7163, + "id": 7161, "start": 2633.42, "end": 2633.68, "text": "new," }, { - "id": 7164, + "id": 7162, "start": 2633.68, "end": 2633.86, "text": "even" }, { - "id": 7165, + "id": 7163, "start": 2633.86, "end": 2634.02, "text": "this" }, { - "id": 7166, + "id": 7164, "start": 2634.02, "end": 2634.24, "text": "new" }, { - "id": 7167, + "id": 7165, "start": 2634.24, "end": 2634.66, "text": "IPC" }, { - "id": 7168, + "id": 7166, "start": 2634.66, "end": 2635.16, "text": "interface" }, { - "id": 7169, + "id": 7167, "start": 2635.18, "end": 2635.44, "text": "was" }, { - "id": 7170, + "id": 7168, "start": 2635.44, "end": 2635.76, "text": "also" }, { - "id": 7171, + "id": 7169, "start": 2635.76, "end": 2636.26, "text": "controversial" }, { - "id": 7172, + "id": 7170, "start": 2637.04, "end": 2637.54, "text": "partially" }, { - "id": 7173, + "id": 7171, "start": 2637.56, "end": 2638.06, "text": "because" }, { - "id": 7174, + "id": 7172, "start": 2638.14, "end": 2638.52, "text": "nobody" }, { - "id": 7175, + "id": 7173, "start": 2638.52, "end": 2638.66, "text": "was" }, { - "id": 7176, + "id": 7174, "start": 2638.66, "end": 2638.9, "text": "using" }, { - "id": 7177, + "id": 7175, "start": 2638.9, "end": 2639.06, "text": "it" }, { - "id": 7178, + "id": 7176, "start": 2639.06, "end": 2639.38, "text": "yet" }, { - "id": 7179, + "id": 7177, "start": 2639.38, "end": 2639.54, "text": "and" }, { - "id": 7180, + "id": 7178, "start": 2639.54, "end": 2639.92, "text": "so" }, { - "id": 7181, + "id": 7179, "start": 2639.92, "end": 2640.14, "text": "there's" }, { - "id": 7182, + "id": 7180, "start": 2640.14, "end": 2640.28, "text": "some" }, { - "id": 7183, + "id": 7181, "start": 2640.28, "end": 2640.62, "text": "people" }, { - "id": 7184, + "id": 7182, "start": 2640.62, "end": 2640.8, "text": "that" }, { - "id": 7185, + "id": 7183, "start": 2640.8, "end": 2640.98, "text": "say" }, { - "id": 7186, + "id": 7184, "start": 2640.98, "end": 2641.4, "text": "well" }, { - "id": 7187, + "id": 7185, "start": 2641.4, "end": 2641.56, "text": "we" }, { - "id": 7188, + "id": 7186, "start": 2641.56, "end": 2641.8, "text": "should" }, { - "id": 7189, + "id": 7187, "start": 2641.8, "end": 2642.08, "text": "first" }, { - "id": 7190, + "id": 7188, "start": 2642.08, "end": 2642.56, "text": "thoroughly" }, { - "id": 7191, + "id": 7189, "start": 2642.56, "end": 2642.84, "text": "test" }, { - "id": 7192, + "id": 7190, "start": 2642.84, "end": 2643.16, "text": "it" }, { - "id": 7193, + "id": 7191, "start": 2643.16, "end": 2643.34, "text": "with" }, { - "id": 7194, + "id": 7192, "start": 2643.34, "end": 2643.48, "text": "the" }, { - "id": 7195, + "id": 7193, "start": 2643.48, "end": 2643.76, "text": "pools" }, { - "id": 7196, + "id": 7194, "start": 2643.76, "end": 2643.92, "text": "and" }, { - "id": 7197, + "id": 7195, "start": 2643.92, "end": 2644.34, "text": "etc." }, { - "id": 7198, + "id": 7196, "start": 2644.34, "end": 2644.48, "text": "To" }, { - "id": 7199, + "id": 7197, "start": 2644.48, "end": 2644.64, "text": "make" }, { - "id": 7200, + "id": 7198, "start": 2644.64, "end": 2644.82, "text": "sure" }, { - "id": 7201, + "id": 7199, "start": 2644.82, "end": 2645.06, "text": "it's" }, { - "id": 7202, + "id": 7200, "start": 2645.06, "end": 2645.38, "text": "right" }, { - "id": 7203, + "id": 7201, "start": 2645.38, "end": 2645.58, "text": "and" }, { - "id": 7204, + "id": 7202, "start": 2645.58, "end": 2645.74, "text": "then" }, { - "id": 7205, + "id": 7203, "start": 2645.74, "end": 2646.02, "text": "ship" }, { - "id": 7206, + "id": 7204, "start": 2646.02, "end": 2646.52, "text": "it." }, { - "id": 7207, + "id": 7205, "start": 2646.96, "end": 2647.24, "text": "Whereas" }, { - "id": 7208, + "id": 7206, "start": 2647.24, "end": 2647.38, "text": "the" }, { - "id": 7209, + "id": 7207, "start": 2647.38, "end": 2647.66, "text": "counter" }, { - "id": 7210, + "id": 7208, "start": 2647.66, "end": 2648.0, "text": "argument" }, { - "id": 7211, + "id": 7209, "start": 2648.0, "end": 2648.16, "text": "to" }, { - "id": 7212, + "id": 7210, "start": 2648.16, "end": 2648.4, "text": "that" }, { - "id": 7213, + "id": 7211, "start": 2648.4, "end": 2648.56, "text": "is," }, { - "id": 7214, + "id": 7212, "start": 2648.56, "end": 2648.72, "text": "well," }, { - "id": 7215, + "id": 7213, "start": 2648.72, "end": 2648.86, "text": "the" }, { - "id": 7216, + "id": 7214, "start": 2648.86, "end": 2649.14, "text": "pools" }, { - "id": 7217, + "id": 7215, "start": 2649.14, "end": 2649.24, "text": "are" }, { - "id": 7218, + "id": 7216, "start": 2649.24, "end": 2649.36, "text": "not" }, { - "id": 7219, + "id": 7217, "start": 2649.36, "end": 2649.52, "text": "going" }, { - "id": 7220, + "id": 7218, "start": 2649.52, "end": 2649.62, "text": "to" }, { - "id": 7221, + "id": 7219, "start": 2649.62, "end": 2649.88, "text": "test" }, { - "id": 7222, + "id": 7220, "start": 2649.88, "end": 2649.96, "text": "it" }, { - "id": 7223, + "id": 7221, "start": 2649.96, "end": 2650.12, "text": "if" }, { - "id": 7224, + "id": 7222, "start": 2650.12, "end": 2650.32, "text": "it's" }, { - "id": 7225, + "id": 7223, "start": 2650.32, "end": 2650.52, "text": "not" }, { - "id": 7226, + "id": 7224, "start": 2650.52, "end": 2650.76, "text": "already" }, { - "id": 7227, + "id": 7225, "start": 2650.76, "end": 2651.04, "text": "shipped" }, { - "id": 7228, + "id": 7226, "start": 2651.04, "end": 2651.14, "text": "in" }, { - "id": 7229, + "id": 7227, "start": 2651.14, "end": 2651.46, "text": "Bitcoin" }, { - "id": 7230, + "id": 7228, "start": 2651.46, "end": 2651.68, "text": "Core," }, { - "id": 7231, + "id": 7229, "start": 2651.68, "end": 2651.92, "text": "because" }, { - "id": 7232, + "id": 7230, "start": 2651.92, "end": 2652.1, "text": "it's" }, { - "id": 7233, + "id": 7231, "start": 2652.1, "end": 2652.24, "text": "too" }, { - "id": 7234, + "id": 7232, "start": 2652.24, "end": 2652.4, "text": "much" }, { - "id": 7235, + "id": 7233, "start": 2652.4, "end": 2652.54, "text": "of" }, { - "id": 7236, + "id": 7234, "start": 2652.54, "end": 2652.62, "text": "a" }, { - "id": 7237, + "id": 7235, "start": 2652.62, "end": 2652.84, "text": "pain" }, { - "id": 7238, + "id": 7236, "start": 2652.84, "end": 2652.98, "text": "for" }, { - "id": 7239, + "id": 7237, "start": 2652.98, "end": 2653.26, "text": "them" }, { - "id": 7240, + "id": 7238, "start": 2653.26, "end": 2653.66, "text": "to" }, { - "id": 7241, + "id": 7239, "start": 2653.66, "end": 2654.16, "text": "compile" }, { - "id": 7242, + "id": 7240, "start": 2654.64, "end": 2654.76, "text": "some" }, { - "id": 7243, + "id": 7241, "start": 2654.76, "end": 2655.26, "text": "custom" }, { - "id": 7244, + "id": 7242, "start": 2655.94, "end": 2656.44, "text": "experimental" }, { - "id": 7245, + "id": 7243, "start": 2656.56, "end": 2656.96, "text": "version," }, { - "id": 7246, + "id": 7244, "start": 2656.96, "end": 2657.16, "text": "and" }, { - "id": 7247, + "id": 7245, "start": 2657.16, "end": 2657.56, "text": "especially" }, { - "id": 7248, + "id": 7246, "start": 2657.56, "end": 2657.72, "text": "if" }, { - "id": 7249, + "id": 7247, "start": 2657.72, "end": 2657.92, "text": "they're" }, { - "id": 7250, + "id": 7248, "start": 2657.92, "end": 2658.16, "text": "not" }, { - "id": 7251, + "id": 7249, "start": 2658.16, "end": 2658.48, "text": "sure" }, { - "id": 7252, + "id": 7250, "start": 2658.48, "end": 2658.6, "text": "that" }, { - "id": 7253, + "id": 7251, "start": 2658.6, "end": 2658.84, "text": "it's" }, { - "id": 7254, + "id": 7252, "start": 2658.84, "end": 2659.12, "text": "actually" }, { - "id": 7255, + "id": 7253, "start": 2659.12, "end": 2659.28, "text": "going" }, { - "id": 7256, + "id": 7254, "start": 2659.28, "end": 2659.44, "text": "to" }, { - "id": 7257, + "id": 7255, "start": 2659.44, "end": 2659.94, "text": "be" }, { - "id": 7258, + "id": 7256, "start": 2660.22, "end": 2660.66, "text": "deployed," }, { - "id": 7259, + "id": 7257, "start": 2660.66, "end": 2660.86, "text": "right?" }, { - "id": 7260, + "id": 7258, "start": 2660.86, "end": 2661.0, "text": "They" }, { - "id": 7261, + "id": 7259, "start": 2661.0, "end": 2661.18, "text": "need" }, { - "id": 7262, + "id": 7260, "start": 2661.18, "end": 2661.3, "text": "to" }, { - "id": 7263, + "id": 7261, "start": 2661.3, "end": 2661.76, "text": "have" }, { - "id": 7264, + "id": 7262, "start": 2661.76, "end": 2661.82, "text": "at" }, { - "id": 7265, + "id": 7263, "start": 2661.82, "end": 2662.08, "text": "least" }, { - "id": 7266, + "id": 7264, "start": 2662.08, "end": 2662.28, "text": "some" }, { - "id": 7267, + "id": 7265, "start": 2662.28, "end": 2662.78, "text": "confidence." }, { - "id": 7268, + "id": 7266, "start": 2663.44, "end": 2663.94, "text": "Yeah." }, { - "id": 7269, - "start": 2664.02, + "id": 7267, + "start": 2664.0, "end": 2664.16, "text": "There" }, { - "id": 7270, + "id": 7268, "start": 2664.16, "end": 2664.34, "text": "was" }, { - "id": 7271, + "id": 7269, "start": 2664.34, "end": 2664.62, "text": "that" }, { - "id": 7272, + "id": 7270, "start": 2664.62, "end": 2664.8, "text": "chicken" }, { - "id": 7273, + "id": 7271, "start": 2664.8, "end": 2665.08, "text": "egg," }, { - "id": 7274, + "id": 7272, "start": 2665.08, "end": 2665.38, "text": "but" }, { - "id": 7275, + "id": 7273, "start": 2665.38, "end": 2665.58, "text": "now" }, { - "id": 7276, + "id": 7274, "start": 2665.58, "end": 2665.76, "text": "it's" }, { - "id": 7277, + "id": 7275, "start": 2665.76, "end": 2665.92, "text": "in" }, { - "id": 7278, + "id": 7276, "start": 2665.92, "end": 2666.0, "text": "the" }, { - "id": 7279, + "id": 7277, "start": 2666.0, "end": 2666.42, "text": "release." }, { - "id": 7280, + "id": 7278, "start": 2666.42, "end": 2666.58, "text": "But" }, { - "id": 7281, + "id": 7279, "start": 2666.58, "end": 2666.82, "text": "it's" }, { - "id": 7282, + "id": 7280, "start": 2666.82, "end": 2666.98, "text": "not" }, { - "id": 7283, + "id": 7281, "start": 2666.98, "end": 2667.38, "text": "completely" }, { - "id": 7284, + "id": 7282, "start": 2667.38, "end": 2667.62, "text": "final" }, { - "id": 7285, + "id": 7283, "start": 2667.62, "end": 2667.9, "text": "yet," }, { - "id": 7286, + "id": 7284, "start": 2667.9, "end": 2668.08, "text": "so" }, { - "id": 7287, + "id": 7285, "start": 2668.08, "end": 2668.18, "text": "it" }, { - "id": 7288, + "id": 7286, "start": 2668.18, "end": 2668.38, "text": "might" }, { - "id": 7289, + "id": 7287, "start": 2668.38, "end": 2668.7, "text": "still" }, { - "id": 7290, + "id": 7288, "start": 2668.7, "end": 2668.86, "text": "make" }, { - "id": 7291, + "id": 7289, "start": 2668.86, "end": 2669.06, "text": "a" }, { - "id": 7292, + "id": 7290, "start": 2669.06, "end": 2669.24, "text": "few" }, { - "id": 7293, + "id": 7291, "start": 2669.24, "end": 2669.6, "text": "breaking" }, { - "id": 7294, + "id": 7292, "start": 2669.6, "end": 2670.06, "text": "changes" }, { - "id": 7295, + "id": 7293, "start": 2670.06, "end": 2670.16, "text": "in" }, { - "id": 7296, + "id": 7294, "start": 2670.16, "end": 2670.24, "text": "the" }, { - "id": 7297, + "id": 7295, "start": 2670.24, "end": 2670.44, "text": "next" }, { - "id": 7298, + "id": 7296, "start": 2670.44, "end": 2670.94, "text": "release." }, { - "id": 7299, + "id": 7297, "start": 2671.8, "end": 2672.08, "text": "Okay," }, { - "id": 7300, + "id": 7298, "start": 2672.08, "end": 2672.2, "text": "I" }, { - "id": 7301, + "id": 7299, "start": 2672.2, - "end": 2672.44, + "end": 2672.4, "text": "was" }, { - "id": 7302, - "start": 2672.44, + "id": 7300, + "start": 2672.4, "end": 2672.64, "text": "just" }, { - "id": 7303, + "id": 7301, "start": 2672.64, "end": 2673.08, "text": "gonna," }, { - "id": 7304, + "id": 7302, "start": 2673.08, "end": 2673.42, "text": "so" }, { - "id": 7305, + "id": 7303, "start": 2673.42, "end": 2673.56, "text": "I" }, { - "id": 7306, + "id": 7304, "start": 2673.56, "end": 2673.84, "text": "was" }, { - "id": 7307, + "id": 7305, "start": 2673.84, "end": 2674.04, "text": "gonna" }, { - "id": 7308, + "id": 7306, "start": 2674.04, "end": 2674.3, "text": "ask," }, { - "id": 7309, + "id": 7307, "start": 2674.3, "end": 2674.54, "text": "oh," }, { - "id": 7310, + "id": 7308, "start": 2674.54, "end": 2674.64, "text": "is" }, { - "id": 7311, + "id": 7309, "start": 2674.64, "end": 2674.84, "text": "this" }, { - "id": 7312, + "id": 7310, "start": 2674.84, "end": 2675.32, "text": "completely" }, { - "id": 7313, + "id": 7311, "start": 2675.32, "end": 2675.54, "text": "good" }, { - "id": 7314, + "id": 7312, "start": 2675.54, "end": 2675.66, "text": "to" }, { - "id": 7315, + "id": 7313, "start": 2675.66, "end": 2675.84, "text": "go" }, { - "id": 7316, + "id": 7314, "start": 2675.84, "end": 2676.14, "text": "now," }, { - "id": 7317, + "id": 7315, "start": 2676.14, "end": 2676.34, "text": "or" }, { - "id": 7318, + "id": 7316, "start": 2676.34, "end": 2676.54, "text": "is" }, { - "id": 7319, + "id": 7317, "start": 2676.54, "end": 2676.76, "text": "there" }, { - "id": 7320, + "id": 7318, "start": 2676.76, "end": 2677.26, "text": "still" }, { - "id": 7321, + "id": 7319, "start": 2677.28, "end": 2677.58, "text": "work" }, { - "id": 7322, + "id": 7320, "start": 2677.58, "end": 2677.7, "text": "to" }, { - "id": 7323, + "id": 7321, "start": 2677.7, "end": 2677.84, "text": "be" }, { - "id": 7324, + "id": 7322, "start": 2677.84, "end": 2678.04, "text": "done" }, { - "id": 7325, + "id": 7323, "start": 2678.04, "end": 2678.24, "text": "on" }, { - "id": 7326, + "id": 7324, "start": 2678.24, "end": 2678.32, "text": "the" }, { - "id": 7327, + "id": 7325, "start": 2678.32, "end": 2678.6, "text": "Bitcoin" }, { - "id": 7328, + "id": 7326, "start": 2678.6, "end": 2678.86, "text": "Core" }, { - "id": 7329, + "id": 7327, "start": 2678.86, "end": 2679.36, "text": "side?" }, { - "id": 7330, + "id": 7328, "start": 2679.62, "end": 2679.88, "text": "No," }, { - "id": 7331, + "id": 7329, "start": 2679.88, "end": 2680.12, "text": "there's" }, { - "id": 7332, + "id": 7330, "start": 2680.12, "end": 2680.58, "text": "still," }, { - "id": 7333, + "id": 7331, "start": 2680.58, "end": 2680.68, "text": "I" }, { - "id": 7334, + "id": 7332, "start": 2680.68, "end": 2680.84, "text": "mean," }, { - "id": 7335, + "id": 7333, "start": 2680.84, "end": 2681.0, "text": "it" }, { - "id": 7336, + "id": 7334, "start": 2681.0, "end": 2681.28, "text": "should," }, { - "id": 7337, + "id": 7335, "start": 2681.28, "end": 2681.64, "text": "it's" }, { - "id": 7338, + "id": 7336, "start": 2681.64, "end": 2682.14, "text": "usable," }, { - "id": 7339, + "id": 7337, "start": 2682.24, "end": 2682.44, "text": "but" }, { - "id": 7340, + "id": 7338, "start": 2682.44, "end": 2682.54, "text": "I" }, { - "id": 7341, + "id": 7339, "start": 2682.54, "end": 2682.78, "text": "think" }, { - "id": 7342, + "id": 7340, "start": 2682.78, "end": 2682.92, "text": "it" }, { - "id": 7343, + "id": 7341, "start": 2682.92, "end": 2683.14, "text": "can" }, { - "id": 7344, + "id": 7342, "start": 2683.14, "end": 2683.28, "text": "be" }, { - "id": 7345, + "id": 7343, "start": 2683.28, "end": 2683.78, "text": "improved." }, { - "id": 7346, + "id": 7344, "start": 2684.06, "end": 2684.56, "text": "Right," }, { - "id": 7347, + "id": 7345, "start": 2684.6, "end": 2685.1, "text": "sure." }, { - "id": 7348, + "id": 7346, "start": 2686.26, "end": 2686.76, "text": "Okay," }, { - "id": 7349, + "id": 7347, "start": 2687.72, "end": 2688.22, "text": "any" }, { - "id": 7350, + "id": 7348, "start": 2688.46, "end": 2688.96, "text": "last" }, { - "id": 7351, + "id": 7349, "start": 2688.96, "end": 2689.3, "text": "thoughts" }, { - "id": 7352, + "id": 7350, "start": 2689.3, "end": 2689.44, "text": "on" }, { - "id": 7353, + "id": 7351, "start": 2689.44, "end": 2689.64, "text": "this" }, { - "id": 7354, + "id": 7352, "start": 2689.64, "end": 2690.0, "text": "topic" }, { - "id": 7355, + "id": 7353, "start": 2690.0, "end": 2690.34, "text": "before" }, { - "id": 7356, + "id": 7354, "start": 2690.34, "end": 2690.5, "text": "we" }, { - "id": 7357, + "id": 7355, "start": 2690.5, "end": 2690.74, "text": "move" }, { - "id": 7358, + "id": 7356, "start": 2690.74, "end": 2690.9, "text": "to" }, { - "id": 7359, + "id": 7357, "start": 2690.9, "end": 2691.04, "text": "the" }, { - "id": 7360, + "id": 7358, "start": 2691.04, "end": 2691.54, "text": "last" }, { - "id": 7361, + "id": 7359, "start": 2693.36, "end": 2693.62, "text": "one" }, { - "id": 7362, + "id": 7360, "start": 2693.62, "end": 2693.8, "text": "on" }, { - "id": 7363, + "id": 7361, "start": 2693.8, "end": 2693.94, "text": "our" }, { - "id": 7364, + "id": 7362, "start": 2693.94, "end": 2694.44, "text": "list?" }, { - "id": 7365, + "id": 7363, "start": 2694.52, "end": 2694.64, "text": "No," }, { - "id": 7366, + "id": 7364, "start": 2694.64, "end": 2694.86, "text": "let's" }, { - "id": 7367, + "id": 7365, "start": 2694.86, "end": 2695.36, "text": "move." }, { - "id": 7368, + "id": 7366, "start": 2695.94, "end": 2696.26, "text": "Okay," }, { - "id": 7369, + "id": 7367, "start": 2696.26, - "end": 2696.48, + "end": 2696.46, "text": "last" }, { - "id": 7370, - "start": 2696.48, + "id": 7368, + "start": 2696.46, "end": 2696.68, "text": "one" }, { - "id": 7371, + "id": 7369, "start": 2696.68, "end": 2696.96, "text": "on" }, { - "id": 7372, + "id": 7370, "start": 2696.96, "end": 2697.18, "text": "our" }, { - "id": 7373, + "id": 7371, "start": 2697.18, "end": 2697.68, "text": "list" }, { - "id": 7374, + "id": 7372, "start": 2697.8, "end": 2698.3, "text": "is..." }, { - "id": 7375, + "id": 7373, "start": 2700.78, "end": 2700.92, "text": "You" }, { - "id": 7376, + "id": 7374, "start": 2700.92, "end": 2701.3, "text": "explain" }, { - "id": 7377, + "id": 7375, "start": 2701.3, "end": 2701.5, "text": "this" }, { - "id": 7378, + "id": 7376, "start": 2701.5, "end": 2701.62, "text": "to" }, { - "id": 7379, + "id": 7377, "start": 2701.62, - "end": 2702.1, + "end": 2702.06, "text": "me." }, { - "id": 7380, - "start": 2702.1, - "end": 2702.4, + "id": 7378, + "start": 2702.06, + "end": 2702.44, "text": "NATs" }, { - "id": 7381, - "start": 2702.4, + "id": 7379, + "start": 2702.44, "end": 2702.86, "text": "BMP" }, { - "id": 7382, + "id": 7380, "start": 2702.86, "end": 2703.28, "text": "Import" }, { - "id": 7383, + "id": 7381, "start": 2703.28, "end": 2703.64, "text": "Control" }, { - "id": 7384, + "id": 7382, "start": 2703.64, "end": 2704.14, "text": "Protocol," }, { - "id": 7385, + "id": 7383, "start": 2704.2, "end": 2704.7, "text": "PCP." }, { - "id": 7386, + "id": 7384, "start": 2705.46, "end": 2705.86, "text": "We" }, { - "id": 7387, + "id": 7385, "start": 2705.86, "end": 2706.02, "text": "have" }, { - "id": 7388, + "id": 7386, "start": 2706.02, "end": 2706.3, "text": "covered" }, { - "id": 7389, + "id": 7387, "start": 2706.3, "end": 2706.48, "text": "this" }, { - "id": 7390, + "id": 7388, "start": 2706.48, "end": 2706.58, "text": "in" }, { - "id": 7391, + "id": 7389, "start": 2706.58, "end": 2706.9, "text": "earlier" }, { - "id": 7392, + "id": 7390, "start": 2706.9, "end": 2707.4, "text": "episodes." }, { - "id": 7393, + "id": 7391, "start": 2708.48, "end": 2708.68, "text": "It's" }, { - "id": 7394, + "id": 7392, "start": 2708.68, "end": 2708.82, "text": "a" }, { - "id": 7395, + "id": 7393, "start": 2708.82, "end": 2709.14, "text": "lonely" }, { - "id": 7396, + "id": 7394, "start": 2709.14, "end": 2709.4, "text": "world" }, { - "id": 7397, + "id": 7395, "start": 2709.4, "end": 2709.62, "text": "out" }, { - "id": 7398, + "id": 7396, "start": 2709.62, "end": 2709.96, "text": "there," }, { - "id": 7399, + "id": 7397, "start": 2709.96, "end": 2710.32, "text": "especially" }, { - "id": 7400, + "id": 7398, "start": 2710.32, "end": 2710.48, "text": "if" }, { - "id": 7401, + "id": 7399, "start": 2710.48, "end": 2710.64, "text": "you" }, { - "id": 7402, + "id": 7400, "start": 2710.64, "end": 2710.84, "text": "run" }, { - "id": 7403, + "id": 7401, "start": 2710.84, - "end": 2711.0, + "end": 2711.04, "text": "your" }, { - "id": 7404, - "start": 2711.0, - "end": 2711.5, + "id": 7402, + "start": 2711.04, + "end": 2711.54, "text": "node" }, { - "id": 7405, + "id": 7403, "start": 2712.1, "end": 2712.32, "text": "from" }, { - "id": 7406, + "id": 7404, "start": 2712.32, "end": 2712.5, "text": "a" }, { - "id": 7407, + "id": 7405, "start": 2712.5, "end": 2713.0, "text": "residential" }, { - "id": 7408, + "id": 7406, "start": 2713.42, "end": 2713.92, "text": "place." }, { - "id": 7409, - "start": 2715.72, - "end": 2716.22, + "id": 7407, + "start": 2715.7, + "end": 2716.2, "text": "Typically," }, { - "id": 7410, + "id": 7408, "start": 2716.36, "end": 2716.62, "text": "your" }, { - "id": 7411, + "id": 7409, "start": 2716.62, "end": 2717.04, "text": "router" }, { - "id": 7412, + "id": 7410, "start": 2717.04, "end": 2717.22, "text": "will" }, { - "id": 7413, + "id": 7411, "start": 2717.22, "end": 2717.64, "text": "block" }, { - "id": 7414, + "id": 7412, "start": 2717.64, "end": 2717.86, "text": "any" }, { - "id": 7415, + "id": 7413, "start": 2717.86, "end": 2718.36, "text": "connections" }, { - "id": 7416, + "id": 7414, "start": 2718.54, "end": 2718.94, "text": "to" }, { - "id": 7417, + "id": 7415, "start": 2718.94, "end": 2719.44, "text": "you." }, { - "id": 7418, + "id": 7416, "start": 2719.64, "end": 2719.82, "text": "So" }, { - "id": 7419, + "id": 7417, "start": 2719.82, "end": 2720.02, "text": "your" }, { - "id": 7420, + "id": 7418, "start": 2720.02, "end": 2720.46, "text": "node" }, { - "id": 7421, + "id": 7419, "start": 2720.46, "end": 2720.66, "text": "can" }, { - "id": 7422, + "id": 7420, "start": 2720.66, "end": 2720.86, "text": "reach" }, { - "id": 7423, + "id": 7421, "start": 2720.86, "end": 2721.06, "text": "the" }, { - "id": 7424, + "id": 7422, "start": 2721.06, "end": 2721.34, "text": "outside" }, { - "id": 7425, + "id": 7423, "start": 2721.34, "end": 2721.54, "text": "world," }, { - "id": 7426, + "id": 7424, "start": 2721.54, "end": 2721.7, "text": "but" }, { - "id": 7427, + "id": 7425, "start": 2721.7, "end": 2721.82, "text": "the" }, { - "id": 7428, + "id": 7426, "start": 2721.82, "end": 2722.12, "text": "outside" }, { - "id": 7429, + "id": 7427, "start": 2722.12, "end": 2722.36, "text": "world" }, { - "id": 7430, + "id": 7428, "start": 2722.36, "end": 2722.64, "text": "cannot" }, { - "id": 7431, + "id": 7429, "start": 2722.64, "end": 2722.88, "text": "reach" }, { - "id": 7432, + "id": 7430, "start": 2722.88, "end": 2723.38, "text": "you." }, { - "id": 7433, + "id": 7431, "start": 2723.94, "end": 2724.24, "text": "And" }, { - "id": 7434, + "id": 7432, "start": 2724.24, "end": 2724.74, "text": "there's" }, { - "id": 7435, + "id": 7433, "start": 2724.84, "end": 2725.2, "text": "various" }, { - "id": 7436, + "id": 7434, "start": 2725.2, "end": 2725.64, "text": "methods" }, { - "id": 7437, + "id": 7435, "start": 2725.64, "end": 2725.9, "text": "that's" }, { - "id": 7438, + "id": 7436, "start": 2725.9, "end": 2726.24, "text": "often" }, { - "id": 7439, + "id": 7437, "start": 2726.24, "end": 2726.74, "text": "used." }, { - "id": 7440, + "id": 7438, "start": 2727.98, "end": 2728.32, "text": "Don't" }, { - "id": 7441, + "id": 7439, "start": 2728.32, "end": 2728.52, "text": "call" }, { - "id": 7442, + "id": 7440, "start": 2728.52, "end": 2728.74, "text": "us," }, { - "id": 7443, + "id": 7441, "start": 2728.74, "end": 2728.98, "text": "we'll" }, { - "id": 7444, + "id": 7442, "start": 2728.98, "end": 2729.22, "text": "call" }, { - "id": 7445, + "id": 7443, "start": 2729.22, "end": 2729.48, "text": "you" }, { - "id": 7446, + "id": 7444, "start": 2729.48, "end": 2729.66, "text": "kind" }, { - "id": 7447, + "id": 7445, "start": 2729.66, "end": 2729.82, "text": "of" }, { - "id": 7448, + "id": 7446, "start": 2729.82, "end": 2730.32, "text": "a..." }, { - "id": 7449, + "id": 7447, "start": 2731.26, "end": 2731.76, "text": "Yes," }, { - "id": 7450, + "id": 7448, "start": 2731.8, "end": 2732.04, "text": "and" }, { - "id": 7451, + "id": 7449, "start": 2732.04, "end": 2732.54, "text": "now" }, { - "id": 7452, + "id": 7450, "start": 2732.62, "end": 2732.78, "text": "in" }, { - "id": 7453, + "id": 7451, "start": 2732.78, "end": 2732.9, "text": "the" }, { - "id": 7454, + "id": 7452, "start": 2732.9, "end": 2733.12, "text": "world" }, { - "id": 7455, + "id": 7453, "start": 2733.12, "end": 2733.32, "text": "of" }, { - "id": 7456, + "id": 7454, "start": 2733.32, "end": 2733.8, "text": "gaming" }, { - "id": 7457, + "id": 7455, "start": 2733.8, "end": 2734.12, "text": "and" }, { - "id": 7458, + "id": 7456, "start": 2734.12, "end": 2734.62, "text": "torrents," }, { - "id": 7459, + "id": 7457, "start": 2734.84, "end": 2735.34, "text": "etc." }, { - "id": 7460, + "id": 7458, "start": 2735.74, "end": 2735.9, "text": "There" }, { - "id": 7461, + "id": 7459, "start": 2735.9, "end": 2736.16, "text": "have" }, { - "id": 7462, + "id": 7460, "start": 2736.16, "end": 2736.5, "text": "already" }, { - "id": 7463, + "id": 7461, "start": 2736.5, "end": 2737.0, "text": "been" }, { - "id": 7464, + "id": 7462, "start": 2737.08, "end": 2737.46, "text": "methods" }, { - "id": 7465, + "id": 7463, "start": 2737.46, "end": 2737.96, "text": "developed" }, { - "id": 7466, + "id": 7464, "start": 2737.96, "end": 2738.24, "text": "to" }, { - "id": 7467, + "id": 7465, "start": 2738.24, "end": 2738.56, "text": "change" }, { - "id": 7468, + "id": 7466, "start": 2738.56, "end": 2738.8, "text": "that," }, { - "id": 7469, + "id": 7467, "start": 2738.8, "end": 2738.96, "text": "so" }, { - "id": 7470, + "id": 7468, "start": 2738.96, "end": 2739.14, "text": "that" }, { - "id": 7471, + "id": 7469, "start": 2739.14, "end": 2739.28, "text": "you" }, { - "id": 7472, + "id": 7470, "start": 2739.28, "end": 2739.44, "text": "can" }, { - "id": 7473, + "id": 7471, "start": 2739.44, "end": 2739.78, "text": "actually" }, { - "id": 7474, + "id": 7472, "start": 2739.78, "end": 2740.14, "text": "listen" }, { - "id": 7475, + "id": 7473, "start": 2740.14, "end": 2740.38, "text": "to" }, { - "id": 7476, + "id": 7474, "start": 2740.38, "end": 2740.64, "text": "people" }, { - "id": 7477, + "id": 7475, "start": 2740.64, "end": 2741.04, "text": "connecting" }, { - "id": 7478, + "id": 7476, "start": 2741.04, "end": 2741.22, "text": "to" }, { - "id": 7479, + "id": 7477, "start": 2741.22, "end": 2741.48, "text": "you." }, { - "id": 7480, + "id": 7478, "start": 2741.48, "end": 2741.64, "text": "Because" }, { - "id": 7481, + "id": 7479, "start": 2741.64, "end": 2741.94, "text": "there's" }, { - "id": 7482, + "id": 7480, "start": 2741.94, "end": 2742.44, "text": "some" }, { - "id": 7483, + "id": 7481, "start": 2742.66, "end": 2743.16, "text": "performance" }, { - "id": 7484, + "id": 7482, "start": 2743.22, "end": 2743.72, "text": "reasons" }, { - "id": 7485, + "id": 7483, "start": 2744.02, "end": 2744.18, "text": "that" }, { - "id": 7486, + "id": 7484, "start": 2744.18, "end": 2744.32, "text": "you" }, { - "id": 7487, + "id": 7485, "start": 2744.32, "end": 2744.54, "text": "want" }, { - "id": 7488, + "id": 7486, "start": 2744.54, "end": 2744.64, "text": "to" }, { - "id": 7489, + "id": 7487, "start": 2744.64, "end": 2744.8, "text": "do" }, { - "id": 7490, + "id": 7488, "start": 2744.8, "end": 2745.3, "text": "that." }, { - "id": 7491, + "id": 7489, "start": 2746.22, "end": 2746.38, "text": "And" }, { - "id": 7492, + "id": 7490, "start": 2746.38, "end": 2746.62, "text": "other" }, { - "id": 7493, + "id": 7491, "start": 2746.62, "end": 2746.92, "text": "reasons" }, { - "id": 7494, + "id": 7492, "start": 2746.92, "end": 2747.08, "text": "why" }, { - "id": 7495, + "id": 7493, "start": 2747.08, "end": 2747.18, "text": "you" }, { - "id": 7496, + "id": 7494, "start": 2747.18, "end": 2747.32, "text": "want" }, { - "id": 7497, + "id": 7495, "start": 2747.32, "end": 2747.44, "text": "to" }, { - "id": 7498, + "id": 7496, "start": 2747.44, "end": 2747.6, "text": "do" }, { - "id": 7499, + "id": 7497, "start": 2747.6, "end": 2748.1, "text": "that." }, { - "id": 7500, + "id": 7498, "start": 2748.58, "end": 2748.74, "text": "And" }, { - "id": 7501, + "id": 7499, "start": 2748.74, "end": 2749.02, "text": "Bitcoin" }, { - "id": 7502, + "id": 7500, "start": 2749.02, "end": 2749.28, "text": "Core" }, { - "id": 7503, + "id": 7501, "start": 2749.28, "end": 2749.54, "text": "was" }, { - "id": 7504, + "id": 7502, "start": 2749.54, "end": 2749.78, "text": "using" }, { - "id": 7505, + "id": 7503, "start": 2749.78, "end": 2750.0, "text": "that" }, { - "id": 7506, + "id": 7504, "start": 2750.0, "end": 2750.5, "text": "from" }, { - "id": 7507, + "id": 7505, "start": 2750.5, "end": 2750.72, "text": "very" }, { - "id": 7508, + "id": 7506, "start": 2750.72, "end": 2751.04, "text": "early" }, { - "id": 7509, + "id": 7507, "start": 2751.04, "end": 2751.26, "text": "on," }, { - "id": 7510, + "id": 7508, "start": 2751.26, "end": 2751.42, "text": "like" }, { - "id": 7511, + "id": 7509, "start": 2751.42, "end": 2751.92, "text": "2012" }, { - "id": 7512, + "id": 7510, "start": 2752.12, "end": 2752.36, "text": "or" }, { - "id": 7513, + "id": 7511, "start": 2752.36, "end": 2752.64, "text": "even" }, { - "id": 7514, + "id": 7512, "start": 2752.64, "end": 2753.14, "text": "earlier." }, { - "id": 7515, + "id": 7513, "start": 2753.48, "end": 2753.8, "text": "But" }, { - "id": 7516, + "id": 7514, "start": 2753.8, "end": 2753.94, "text": "the" }, { - "id": 7517, + "id": 7515, "start": 2753.94, "end": 2754.28, "text": "method" }, { - "id": 7518, + "id": 7516, "start": 2754.28, "end": 2754.36, "text": "it" }, { - "id": 7519, + "id": 7517, "start": 2754.36, "end": 2754.52, "text": "was" }, { - "id": 7520, + "id": 7518, "start": 2754.52, "end": 2754.72, "text": "using" }, { - "id": 7521, + "id": 7519, "start": 2754.72, "end": 2754.92, "text": "back" }, { - "id": 7522, + "id": 7520, "start": 2754.92, "end": 2755.12, "text": "then" }, { - "id": 7523, + "id": 7521, "start": 2755.12, "end": 2755.28, "text": "was" }, { - "id": 7524, + "id": 7522, "start": 2755.28, "end": 2755.68, "text": "unsafe," }, { - "id": 7525, + "id": 7523, "start": 2755.68, "end": 2755.76, "text": "it" }, { - "id": 7526, + "id": 7524, "start": 2755.76, "end": 2755.9, "text": "was" }, { - "id": 7527, + "id": 7525, "start": 2755.9, "end": 2756.12, "text": "called" }, { - "id": 7528, + "id": 7526, "start": 2756.12, "end": 2756.62, "text": "UPnP," }, { - "id": 7529, + "id": 7527, "start": 2756.96, "end": 2757.04, "text": "and" }, { - "id": 7530, + "id": 7528, "start": 2757.04, "end": 2757.24, "text": "so" }, { - "id": 7531, + "id": 7529, "start": 2757.24, "end": 2757.34, "text": "it" }, { - "id": 7532, + "id": 7530, "start": 2757.34, "end": 2757.5, "text": "was" }, { - "id": 7533, + "id": 7531, "start": 2757.5, "end": 2757.66, "text": "kind" }, { - "id": 7534, + "id": 7532, "start": 2757.66, "end": 2757.94, "text": "of" }, { - "id": 7535, + "id": 7533, "start": 2757.94, "end": 2758.24, "text": "turned" }, { - "id": 7536, + "id": 7534, "start": 2758.24, "end": 2758.44, "text": "off" }, { - "id": 7537, + "id": 7535, "start": 2758.44, "end": 2758.62, "text": "by" }, { - "id": 7538, + "id": 7536, "start": 2758.62, "end": 2758.98, "text": "default." }, { - "id": 7539, + "id": 7537, "start": 2758.98, "end": 2759.14, "text": "It's" }, { - "id": 7540, + "id": 7538, "start": 2759.14, "end": 2759.38, "text": "there," }, { - "id": 7541, + "id": 7539, "start": 2759.38, "end": 2759.54, "text": "it's" }, { - "id": 7542, + "id": 7540, "start": 2759.54, "end": 2759.76, "text": "always" }, { - "id": 7543, + "id": 7541, "start": 2759.76, "end": 2759.92, "text": "been" }, { - "id": 7544, + "id": 7542, "start": 2759.92, "end": 2760.1, "text": "there," }, { - "id": 7545, + "id": 7543, "start": 2760.1, "end": 2760.28, "text": "but" }, { - "id": 7546, + "id": 7544, "start": 2760.28, "end": 2760.42, "text": "it" }, { - "id": 7547, + "id": 7545, "start": 2760.42, "end": 2760.62, "text": "was" }, { - "id": 7548, + "id": 7546, "start": 2760.62, "end": 2760.98, "text": "off" }, { - "id": 7549, + "id": 7547, "start": 2760.98, "end": 2761.18, "text": "because" }, { - "id": 7550, + "id": 7548, "start": 2761.18, "end": 2761.3, "text": "there" }, { - "id": 7551, + "id": 7549, "start": 2761.3, "end": 2761.4, "text": "were" }, { - "id": 7552, + "id": 7550, "start": 2761.4, "end": 2761.56, "text": "too" }, { - "id": 7553, + "id": 7551, "start": 2761.56, "end": 2761.76, "text": "many" }, { - "id": 7554, + "id": 7552, "start": 2761.76, "end": 2762.26, "text": "vulnerabilities" }, { - "id": 7555, + "id": 7553, "start": 2762.36, "end": 2762.56, "text": "in" }, { - "id": 7556, + "id": 7554, "start": 2762.56, "end": 2762.64, "text": "the" }, { - "id": 7557, + "id": 7555, "start": 2762.64, "end": 2763.14, "text": "software." }, { - "id": 7558, + "id": 7556, "start": 2763.78, "end": 2764.02, "text": "And" }, { - "id": 7559, + "id": 7557, "start": 2764.02, "end": 2764.18, "text": "as" }, { - "id": 7560, + "id": 7558, "start": 2764.18, "end": 2764.4, "text": "of" }, { - "id": 7561, + "id": 7559, "start": 2764.4, "end": 2764.9, "text": "recently," }, { - "id": 7562, + "id": 7560, "start": 2764.9, "end": 2765.08, "text": "we" }, { - "id": 7563, + "id": 7561, "start": 2765.08, "end": 2765.32, "text": "have" }, { - "id": 7564, + "id": 7562, "start": 2765.32, "end": 2765.82, "text": "a" }, { - "id": 7565, + "id": 7563, "start": 2765.94, "end": 2766.18, "text": "brand" }, { - "id": 7566, + "id": 7564, "start": 2766.18, "end": 2766.38, "text": "new" }, { - "id": 7567, + "id": 7565, "start": 2766.38, "end": 2766.88, "text": "method." }, { - "id": 7568, + "id": 7566, "start": 2767.74, "end": 2767.9, "text": "By" }, { - "id": 7569, + "id": 7567, "start": 2767.9, "end": 2768.16, "text": "brand" }, { - "id": 7570, + "id": 7568, "start": 2768.16, "end": 2768.36, "text": "new," }, { - "id": 7571, + "id": 7569, "start": 2768.36, "end": 2768.48, "text": "I" }, { - "id": 7572, + "id": 7570, "start": 2768.48, "end": 2768.64, "text": "mean" }, { - "id": 7573, + "id": 7571, "start": 2768.64, "end": 2768.86, "text": "it's" }, { - "id": 7574, + "id": 7572, "start": 2768.86, "end": 2768.94, "text": "a" }, { - "id": 7575, + "id": 7573, "start": 2768.94, "end": 2769.44, "text": "10-year-old" }, { - "id": 7576, + "id": 7574, "start": 2769.48, "end": 2769.96, "text": "standard" }, { - "id": 7577, + "id": 7575, "start": 2769.96, "end": 2770.46, "text": "probably," }, { - "id": 7578, + "id": 7576, "start": 2770.86, "end": 2771.18, "text": "called" }, { - "id": 7579, + "id": 7577, "start": 2771.18, "end": 2771.68, "text": "PCP," }, { - "id": 7580, + "id": 7578, "start": 2771.72, "end": 2771.98, "text": "Port" }, { - "id": 7581, + "id": 7579, "start": 2771.98, "end": 2772.34, "text": "Control" }, { - "id": 7582, + "id": 7580, "start": 2772.34, "end": 2772.84, "text": "Protocol." }, { - "id": 7583, + "id": 7581, "start": 2773.52, "end": 2773.78, "text": "It's" }, { - "id": 7584, + "id": 7582, "start": 2773.78, "end": 2773.94, "text": "been" }, { - "id": 7585, + "id": 7583, "start": 2773.94, "end": 2774.44, "text": "implemented" }, { - "id": 7586, + "id": 7584, "start": 2774.48, "end": 2774.62, "text": "from" }, { - "id": 7587, + "id": 7585, "start": 2774.62, "end": 2775.06, "text": "scratch" }, { - "id": 7588, + "id": 7586, "start": 2775.06, "end": 2775.3, "text": "in" }, { - "id": 7589, + "id": 7587, "start": 2775.3, "end": 2775.66, "text": "Bitcoin" }, { - "id": 7590, + "id": 7588, "start": 2775.66, "end": 2775.92, "text": "Core" }, { - "id": 7591, + "id": 7589, "start": 2775.92, "end": 2776.42, "text": "itself." }, { - "id": 7592, + "id": 7590, "start": 2778.82, "end": 2779.06, "text": "And" }, { - "id": 7593, + "id": 7591, "start": 2779.06, "end": 2779.2, "text": "as" }, { - "id": 7594, + "id": 7592, "start": 2779.2, "end": 2779.4, "text": "of" }, { - "id": 7595, + "id": 7593, "start": 2779.4, "end": 2779.66, "text": "version" }, { - "id": 7596, + "id": 7594, "start": 2779.66, "end": 2779.96, "text": "30," }, { - "id": 7597, + "id": 7595, "start": 2779.96, "end": 2780.16, "text": "it's" }, { - "id": 7598, + "id": 7596, "start": 2780.16, "end": 2780.4, "text": "on" }, { - "id": 7599, + "id": 7597, "start": 2780.4, "end": 2780.6, "text": "by" }, { - "id": 7600, + "id": 7598, "start": 2780.6, "end": 2781.1, "text": "default." }, { - "id": 7601, + "id": 7599, "start": 2781.34, "end": 2781.6, "text": "So" }, { - "id": 7602, + "id": 7600, "start": 2781.6, "end": 2781.78, "text": "that" }, { - "id": 7603, + "id": 7601, "start": 2781.78, "end": 2782.08, "text": "means" }, { - "id": 7604, + "id": 7602, "start": 2782.08, "end": 2782.24, "text": "if" }, { - "id": 7605, + "id": 7603, "start": 2782.24, "end": 2782.4, "text": "you" }, { - "id": 7606, + "id": 7604, "start": 2782.4, "end": 2782.8, "text": "install" }, { - "id": 7607, + "id": 7605, "start": 2782.8, "end": 2783.0, "text": "your" }, { - "id": 7608, + "id": 7606, "start": 2783.0, "end": 2783.36, "text": "node" }, { - "id": 7609, + "id": 7607, "start": 2783.36, "end": 2783.86, "text": "freshly," }, { - "id": 7610, + "id": 7608, "start": 2783.94, "end": 2784.14, "text": "and" }, { - "id": 7611, + "id": 7609, "start": 2784.14, "end": 2784.28, "text": "if" }, { - "id": 7612, + "id": 7610, "start": 2784.28, "end": 2784.44, "text": "your" }, { - "id": 7613, + "id": 7611, "start": 2784.44, "end": 2784.78, "text": "router" }, { - "id": 7614, + "id": 7612, "start": 2784.78, "end": 2785.24, "text": "supports" }, { - "id": 7615, + "id": 7613, "start": 2785.24, "end": 2785.44, "text": "this" }, { - "id": 7616, + "id": 7614, "start": 2785.44, "end": 2785.94, "text": "protocol," }, { - "id": 7617, + "id": 7615, "start": 2786.46, "end": 2786.72, "text": "which" }, { - "id": 7618, + "id": 7616, "start": 2786.72, "end": 2786.94, "text": "it" }, { - "id": 7619, + "id": 7617, "start": 2786.94, "end": 2787.04, "text": "may" }, { - "id": 7620, + "id": 7618, "start": 2787.04, "end": 2787.18, "text": "or" }, { - "id": 7621, + "id": 7619, "start": 2787.18, "end": 2787.44, "text": "may" }, { - "id": 7622, + "id": 7620, "start": 2787.44, "end": 2787.94, "text": "not," }, { - "id": 7623, + "id": 7621, "start": 2788.1, "end": 2788.14, "text": "I" }, { - "id": 7624, + "id": 7622, "start": 2788.14, "end": 2788.34, "text": "think" }, { - "id": 7625, + "id": 7623, "start": 2788.34, "end": 2788.44, "text": "a" }, { - "id": 7626, + "id": 7624, "start": 2788.44, "end": 2788.62, "text": "lot" }, { - "id": 7627, + "id": 7625, "start": 2788.62, "end": 2788.74, "text": "of" }, { - "id": 7628, + "id": 7626, "start": 2788.74, "end": 2789.02, "text": "modern" }, { - "id": 7629, + "id": 7627, "start": 2789.02, "end": 2789.4, "text": "routers" }, { - "id": 7630, + "id": 7628, "start": 2789.4, "end": 2789.62, "text": "will" }, { - "id": 7631, + "id": 7629, "start": 2789.62, "end": 2789.96, "text": "support" }, { - "id": 7632, + "id": 7630, "start": 2789.96, "end": 2790.46, "text": "it," }, { - "id": 7633, + "id": 7631, "start": 2791.4, "end": 2791.62, "text": "Your" }, { - "id": 7634, + "id": 7632, "start": 2791.62, "end": 2791.82, "text": "node" }, { - "id": 7635, + "id": 7633, "start": 2791.82, "end": 2791.96, "text": "is" }, { - "id": 7636, + "id": 7634, "start": 2791.96, "end": 2792.46, "text": "listening," }, { - "id": 7637, + "id": 7635, "start": 2793.54, "end": 2793.74, "text": "which" }, { - "id": 7638, + "id": 7636, "start": 2793.74, "end": 2793.96, "text": "means" }, { - "id": 7639, + "id": 7637, "start": 2793.96, "end": 2794.08, "text": "you" }, { - "id": 7640, + "id": 7638, "start": 2794.08, "end": 2794.24, "text": "can" }, { - "id": 7641, + "id": 7639, "start": 2794.24, "end": 2794.44, "text": "have" }, { - "id": 7642, + "id": 7640, "start": 2794.44, "end": 2794.48, "text": "a" }, { - "id": 7643, + "id": 7641, "start": 2794.48, "end": 2794.64, "text": "bit" }, { - "id": 7644, + "id": 7642, "start": 2794.64, "end": 2794.84, "text": "more" }, { - "id": 7645, + "id": 7643, "start": 2794.84, "end": 2795.28, "text": "connections" }, { - "id": 7646, + "id": 7644, "start": 2795.28, "end": 2795.46, "text": "and" }, { - "id": 7647, + "id": 7645, "start": 2795.46, "end": 2795.64, "text": "the" }, { - "id": 7648, + "id": 7646, "start": 2795.64, "end": 2796.0, "text": "network" }, { - "id": 7649, + "id": 7647, "start": 2796.0, "end": 2796.14, "text": "is" }, { - "id": 7650, + "id": 7648, "start": 2796.14, "end": 2796.26, "text": "going" }, { - "id": 7651, + "id": 7649, "start": 2796.26, "end": 2796.4, "text": "to" }, { - "id": 7652, + "id": 7650, "start": 2796.4, "end": 2796.54, "text": "be" }, { - "id": 7653, + "id": 7651, "start": 2796.54, "end": 2796.72, "text": "more" }, { - "id": 7654, + "id": 7652, "start": 2796.72, "end": 2797.22, "text": "robust." }, { - "id": 7655, + "id": 7653, "start": 2797.76, "end": 2798.08, "text": "Yeah," }, { - "id": 7656, + "id": 7654, "start": 2798.08, "end": 2798.58, "text": "so" }, { - "id": 7657, + "id": 7655, "start": 2799.44, "end": 2799.94, "text": "basically," }, { - "id": 7658, + "id": 7656, "start": 2800.38, "end": 2800.88, "text": "normally" }, { - "id": 7659, + "id": 7657, "start": 2800.96, "end": 2801.16, "text": "if" }, { - "id": 7660, + "id": 7658, "start": 2801.16, "end": 2801.38, "text": "you" }, { - "id": 7661, + "id": 7659, "start": 2801.38, "end": 2801.64, "text": "start" }, { - "id": 7662, + "id": 7660, "start": 2801.64, - "end": 2801.8, + "end": 2801.78, "text": "up" }, { - "id": 7663, - "start": 2801.8, + "id": 7661, + "start": 2801.78, "end": 2801.92, "text": "a" }, { - "id": 7664, + "id": 7662, "start": 2801.92, "end": 2802.34, "text": "node," }, { - "id": 7665, + "id": 7663, "start": 2802.34, "end": 2802.84, "text": "then" }, { - "id": 7666, + "id": 7664, "start": 2802.84, "end": 2803.12, "text": "you" }, { - "id": 7667, + "id": 7665, "start": 2803.12, "end": 2803.52, "text": "can" }, { - "id": 7668, + "id": 7666, "start": 2803.52, "end": 2804.02, "text": "connect" }, { - "id": 7669, + "id": 7667, "start": 2804.08, "end": 2804.28, "text": "to" }, { - "id": 7670, + "id": 7668, "start": 2804.28, "end": 2804.5, "text": "other" }, { - "id": 7671, + "id": 7669, "start": 2804.5, "end": 2804.86, "text": "nodes," }, { - "id": 7672, + "id": 7670, "start": 2804.86, "end": 2805.06, "text": "but" }, { - "id": 7673, + "id": 7671, "start": 2805.06, "end": 2805.28, "text": "other" }, { - "id": 7674, + "id": 7672, "start": 2805.28, "end": 2805.62, "text": "nodes" }, { - "id": 7675, + "id": 7673, "start": 2805.62, "end": 2805.98, "text": "cannot" }, { - "id": 7676, + "id": 7674, "start": 2805.98, "end": 2806.42, "text": "connect" }, { - "id": 7677, + "id": 7675, "start": 2806.42, "end": 2806.62, "text": "to" }, { - "id": 7678, + "id": 7676, "start": 2806.62, "end": 2807.12, "text": "you." }, { - "id": 7679, + "id": 7677, "start": 2807.32, "end": 2807.64, "text": "Which" }, { - "id": 7680, + "id": 7678, "start": 2807.64, "end": 2808.0, "text": "means" }, { - "id": 7681, + "id": 7679, "start": 2808.0, "end": 2808.24, "text": "there" }, { - "id": 7682, + "id": 7680, "start": 2808.24, "end": 2808.38, "text": "is" }, { - "id": 7683, + "id": 7681, "start": 2808.38, "end": 2808.88, "text": "essentially" }, { - "id": 7684, + "id": 7682, "start": 2808.92, "end": 2809.16, "text": "a" }, { - "id": 7685, + "id": 7683, "start": 2809.16, "end": 2809.66, "text": "subsection" }, { - "id": 7686, + "id": 7684, "start": 2810.74, "end": 2811.24, "text": "or" }, { - "id": 7687, + "id": 7685, "start": 2811.68, "end": 2811.94, "text": "a" }, { - "id": 7688, + "id": 7686, "start": 2811.94, "end": 2812.44, "text": "sub-community," }, { - "id": 7689, + "id": 7687, "start": 2812.8, "end": 2813.04, "text": "whatever" }, { - "id": 7690, + "id": 7688, "start": 2813.04, "end": 2813.2, "text": "you" }, { - "id": 7691, + "id": 7689, "start": 2813.2, "end": 2813.36, "text": "want" }, { - "id": 7692, + "id": 7690, "start": 2813.36, "end": 2813.48, "text": "to" }, { - "id": 7693, + "id": 7691, "start": 2813.48, "end": 2813.68, "text": "call" }, { - "id": 7694, + "id": 7692, "start": 2813.68, "end": 2813.94, "text": "it," }, { - "id": 7695, + "id": 7693, "start": 2813.94, "end": 2814.16, "text": "of" }, { - "id": 7696, + "id": 7694, "start": 2814.16, "end": 2814.52, "text": "Bitcoin" }, { - "id": 7697, + "id": 7695, "start": 2814.52, "end": 2814.8, "text": "Core" }, { - "id": 7698, + "id": 7696, "start": 2814.8, "end": 2815.3, "text": "nodes" }, { - "id": 7699, + "id": 7697, "start": 2815.64, "end": 2815.92, "text": "that" }, { - "id": 7700, + "id": 7698, "start": 2815.92, "end": 2816.42, "text": "are" }, { - "id": 7701, + "id": 7699, "start": 2816.92, "end": 2817.42, "text": "providing" }, { - "id": 7702, + "id": 7700, "start": 2817.56, "end": 2817.88, "text": "more" }, { - "id": 7703, + "id": 7701, "start": 2817.88, "end": 2818.36, "text": "services" }, { - "id": 7704, + "id": 7702, "start": 2818.36, "end": 2818.52, "text": "or" }, { - "id": 7705, + "id": 7703, "start": 2818.52, "end": 2818.78, "text": "more" }, { - "id": 7706, + "id": 7704, "start": 2818.78, "end": 2819.28, "text": "connection" }, { - "id": 7707, + "id": 7705, "start": 2819.44, "end": 2819.6, "text": "to" }, { - "id": 7708, + "id": 7706, "start": 2819.6, "end": 2819.7, "text": "the" }, { - "id": 7709, + "id": 7707, "start": 2819.7, "end": 2819.92, "text": "rest" }, { - "id": 7710, + "id": 7708, "start": 2819.92, "end": 2820.04, "text": "of" }, { - "id": 7711, + "id": 7709, "start": 2820.04, "end": 2820.06, "text": "the" }, { - "id": 7712, + "id": 7710, "start": 2820.06, "end": 2820.48, "text": "network" }, { - "id": 7713, + "id": 7711, "start": 2820.48, "end": 2820.68, "text": "than" }, { - "id": 7714, + "id": 7712, "start": 2820.68, "end": 2821.18, "text": "others." }, { - "id": 7715, + "id": 7713, "start": 2821.38, "end": 2821.56, "text": "Yeah," }, { - "id": 7716, + "id": 7714, "start": 2821.56, "end": 2821.78, "text": "they're" }, { - "id": 7717, + "id": 7715, "start": 2821.78, "end": 2821.92, "text": "going" }, { - "id": 7718, + "id": 7716, "start": 2821.92, "end": 2822.04, "text": "to" }, { - "id": 7719, + "id": 7717, "start": 2822.04, "end": 2822.3, "text": "be" }, { - "id": 7720, + "id": 7718, "start": 2822.3, "end": 2822.56, "text": "better" }, { - "id": 7721, + "id": 7719, "start": 2822.56, "end": 2823.04, "text": "connected" }, { - "id": 7722, + "id": 7720, "start": 2823.04, "end": 2823.34, "text": "and" }, { - "id": 7723, + "id": 7721, "start": 2823.34, "end": 2823.56, "text": "also" }, { - "id": 7724, + "id": 7722, "start": 2823.56, "end": 2823.8, "text": "there's" }, { - "id": 7725, + "id": 7723, "start": 2823.8, "end": 2823.9, "text": "a" }, { - "id": 7726, + "id": 7724, "start": 2823.9, "end": 2824.28, "text": "demand" }, { - "id": 7727, + "id": 7725, "start": 2824.28, "end": 2824.54, "text": "on" }, { - "id": 7728, + "id": 7726, "start": 2824.54, "end": 2824.74, "text": "those" }, { - "id": 7729, + "id": 7727, "start": 2824.74, "end": 2824.96, "text": "nodes" }, { - "id": 7730, + "id": 7728, "start": 2824.96, "end": 2825.46, "text": "because" }, { - "id": 7731, + "id": 7729, "start": 2825.74, "end": 2826.04, "text": "there's" }, { - "id": 7732, + "id": 7730, "start": 2826.04, "end": 2826.22, "text": "only" }, { - "id": 7733, + "id": 7731, "start": 2826.22, "end": 2826.38, "text": "a" }, { - "id": 7734, + "id": 7732, "start": 2826.38, "end": 2826.68, "text": "limited" }, { - "id": 7735, + "id": 7733, "start": 2826.68, "end": 2826.94, "text": "number" }, { - "id": 7736, + "id": 7734, "start": 2826.94, "end": 2827.08, "text": "of" }, { - "id": 7737, + "id": 7735, "start": 2827.08, "end": 2827.24, "text": "them" }, { - "id": 7738, + "id": 7736, "start": 2827.24, "end": 2827.36, "text": "and" }, { - "id": 7739, + "id": 7737, "start": 2827.36, "end": 2827.76, "text": "everybody" }, { - "id": 7740, + "id": 7738, "start": 2827.76, "end": 2828.0, "text": "wants" }, { - "id": 7741, + "id": 7739, "start": 2828.0, "end": 2828.12, "text": "to" }, { - "id": 7742, + "id": 7740, "start": 2828.12, "end": 2828.36, "text": "connect" }, { - "id": 7743, + "id": 7741, "start": 2828.36, "end": 2828.52, "text": "to" }, { - "id": 7744, + "id": 7742, "start": 2828.52, "end": 2829.02, "text": "them." }, { - "id": 7745, + "id": 7743, "start": 2830.08, "end": 2830.24, "text": "Yeah," }, { - "id": 7746, + "id": 7744, "start": 2830.24, "end": 2830.44, "text": "so" }, { - "id": 7747, + "id": 7745, "start": 2830.44, "end": 2830.76, "text": "it's" }, { - "id": 7748, + "id": 7746, "start": 2830.76, "end": 2830.9, "text": "a" }, { - "id": 7749, + "id": 7747, "start": 2830.9, "end": 2831.2, "text": "slightly" }, { - "id": 7750, + "id": 7748, "start": 2831.2, "end": 2831.7, "text": "centralizing" }, { - "id": 7751, + "id": 7749, "start": 2832.1, "end": 2832.6, "text": "factor" }, { - "id": 7752, + "id": 7750, "start": 2832.6, "end": 2833.04, "text": "actually" }, { - "id": 7753, + "id": 7751, "start": 2833.04, "end": 2833.26, "text": "that" }, { - "id": 7754, + "id": 7752, "start": 2833.26, "end": 2833.68, "text": "everyone" }, { - "id": 7755, + "id": 7753, "start": 2833.68, "end": 2833.86, "text": "sort" }, { - "id": 7756, + "id": 7754, "start": 2833.86, "end": 2834.06, "text": "of" }, { - "id": 7757, + "id": 7755, "start": 2834.06, "end": 2834.56, "text": "initially..." }, { - "id": 7758, + "id": 7756, "start": 2835.06, "end": 2835.22, "text": "I" }, { - "id": 7759, + "id": 7757, "start": 2835.22, "end": 2835.66, "text": "wouldn't" }, { - "id": 7760, + "id": 7758, "start": 2835.66, "end": 2835.86, "text": "say" }, { - "id": 7761, + "id": 7759, "start": 2835.86, "end": 2836.36, "text": "centralizing" }, { - "id": 7762, + "id": 7760, "start": 2836.4, "end": 2836.62, "text": "because" }, { - "id": 7763, + "id": 7761, "start": 2836.62, "end": 2836.88, "text": "there's" }, { - "id": 7764, + "id": 7762, "start": 2836.88, "end": 2837.3, "text": "plenty" }, { - "id": 7765, + "id": 7763, "start": 2837.3, "end": 2837.44, "text": "of" }, { - "id": 7766, + "id": 7764, "start": 2837.44, "end": 2837.94, "text": "them," }, { - "id": 7767, + "id": 7765, "start": 2838.18, "end": 2838.68, "text": "but" }, { - "id": 7768, + "id": 7766, "start": 2838.94, "end": 2839.12, "text": "they" }, { - "id": 7769, + "id": 7767, "start": 2839.12, "end": 2839.3, "text": "could" }, { - "id": 7770, + "id": 7768, "start": 2839.3, "end": 2839.44, "text": "get" }, { - "id": 7771, + "id": 7769, "start": 2839.44, "end": 2839.94, "text": "overloaded." }, { - "id": 7772, + "id": 7770, "start": 2840.16, "end": 2840.38, "text": "If" }, { - "id": 7773, + "id": 7771, "start": 2840.38, "end": 2840.6, "text": "the" }, { - "id": 7774, + "id": 7772, "start": 2840.6, "end": 2841.1, "text": "ratio" }, { - "id": 7775, + "id": 7773, "start": 2842.24, "end": 2842.56, "text": "becomes" }, { - "id": 7776, + "id": 7774, "start": 2842.56, "end": 2842.76, "text": "too" }, { - "id": 7777, + "id": 7775, "start": 2842.76, "end": 2843.26, "text": "asymmetrical," }, { - "id": 7778, + "id": 7776, "start": 2843.8, "end": 2844.3, "text": "then" }, { - "id": 7779, + "id": 7777, "start": 2844.72, "end": 2844.86, "text": "the" }, { - "id": 7780, + "id": 7778, "start": 2844.86, "end": 2845.12, "text": "few" }, { - "id": 7781, + "id": 7779, "start": 2845.12, "end": 2845.44, "text": "notes" }, { - "id": 7782, + "id": 7780, "start": 2845.44, "end": 2845.58, "text": "that" }, { - "id": 7783, + "id": 7781, "start": 2845.58, "end": 2845.68, "text": "are" }, { - "id": 7784, + "id": 7782, "start": 2845.68, "end": 2846.14, "text": "listening" }, { - "id": 7785, + "id": 7783, "start": 2846.14, "end": 2846.32, "text": "will" }, { - "id": 7786, + "id": 7784, "start": 2846.32, "end": 2846.5, "text": "get" }, { - "id": 7787, + "id": 7785, "start": 2846.5, "end": 2846.88, "text": "completely" }, { - "id": 7788, + "id": 7786, "start": 2846.88, "end": 2847.38, "text": "overwhelmed." }, { - "id": 7789, + "id": 7787, "start": 2849.7, "end": 2849.8, "text": "I" }, { - "id": 7790, + "id": 7788, "start": 2849.8, "end": 2850.06, "text": "didn't" }, { - "id": 7791, + "id": 7789, "start": 2850.06, "end": 2850.3, "text": "say" }, { - "id": 7792, + "id": 7790, "start": 2850.3, "end": 2850.8, "text": "centralized," }, { - "id": 7793, + "id": 7791, "start": 2851.06, "end": 2851.36, "text": "but" }, { - "id": 7794, + "id": 7792, "start": 2851.36, "end": 2851.5, "text": "I" }, { - "id": 7795, + "id": 7793, "start": 2851.5, "end": 2851.76, "text": "would" }, { - "id": 7796, + "id": 7794, "start": 2851.76, "end": 2851.98, "text": "say" }, { - "id": 7797, + "id": 7795, "start": 2851.98, "end": 2852.22, "text": "that" }, { - "id": 7798, + "id": 7796, "start": 2852.22, "end": 2852.42, "text": "is" }, { - "id": 7799, + "id": 7797, "start": 2852.42, "end": 2852.56, "text": "a" }, { - "id": 7800, + "id": 7798, "start": 2852.56, "end": 2852.8, "text": "sort" }, { - "id": 7801, + "id": 7799, "start": 2852.8, "end": 2853.08, "text": "of" }, { - "id": 7802, + "id": 7800, "start": 2853.08, "end": 2853.58, "text": "centralizing" }, { - "id": 7803, + "id": 7801, "start": 2854.78, "end": 2855.22, "text": "aspect," }, { - "id": 7804, + "id": 7802, "start": 2855.22, "end": 2855.46, "text": "right?" }, { - "id": 7805, + "id": 7803, "start": 2855.46, "end": 2855.74, "text": "It's" }, { - "id": 7806, + "id": 7804, "start": 2855.74, "end": 2856.1, "text": "better" }, { - "id": 7807, + "id": 7805, "start": 2856.1, "end": 2856.3, "text": "if" }, { - "id": 7808, + "id": 7806, "start": 2856.3, "end": 2856.5, "text": "all" }, { - "id": 7809, + "id": 7807, "start": 2856.5, "end": 2856.78, "text": "nodes" }, { - "id": 7810, + "id": 7808, "start": 2856.78, "end": 2856.94, "text": "are" }, { - "id": 7811, + "id": 7809, "start": 2856.94, "end": 2857.12, "text": "sort" }, { - "id": 7812, + "id": 7810, "start": 2857.12, "end": 2857.28, "text": "of" }, { - "id": 7813, + "id": 7811, "start": 2857.28, "end": 2857.56, "text": "equal" }, { - "id": 7814, + "id": 7812, "start": 2857.56, "end": 2857.74, "text": "in" }, { - "id": 7815, + "id": 7813, "start": 2857.74, "end": 2857.92, "text": "that" }, { - "id": 7816, + "id": 7814, "start": 2857.92, "end": 2858.2, "text": "sense" }, { - "id": 7817, + "id": 7815, "start": 2858.2, "end": 2858.36, "text": "and" }, { - "id": 7818, + "id": 7816, "start": 2858.36, "end": 2858.72, "text": "everyone" }, { - "id": 7819, + "id": 7817, "start": 2858.72, "end": 2859.02, "text": "helps" }, { - "id": 7820, + "id": 7818, "start": 2859.02, "end": 2859.22, "text": "each" }, { - "id": 7821, + "id": 7819, "start": 2859.22, "end": 2859.48, "text": "other" }, { - "id": 7822, + "id": 7820, "start": 2859.48, "end": 2859.8, "text": "rather" }, { - "id": 7823, + "id": 7821, "start": 2859.8, "end": 2860.12, "text": "than" }, { - "id": 7824, + "id": 7822, "start": 2860.12, "end": 2860.62, "text": "everyone" }, { - "id": 7825, + "id": 7823, "start": 2860.86, "end": 2861.36, "text": "relying" }, { - "id": 7826, + "id": 7824, "start": 2861.38, "end": 2861.58, "text": "on" }, { - "id": 7827, + "id": 7825, "start": 2861.58, "end": 2861.78, "text": "some" }, { - "id": 7828, + "id": 7826, "start": 2861.78, "end": 2862.28, "text": "subset." }, { - "id": 7829, + "id": 7827, "start": 2862.74, "end": 2862.98, "text": "It's" }, { - "id": 7830, + "id": 7828, "start": 2862.98, "end": 2863.26, "text": "better," }, { - "id": 7831, + "id": 7829, "start": 2863.26, "end": 2863.46, "text": "but" }, { - "id": 7832, + "id": 7830, "start": 2863.46, "end": 2863.58, "text": "I" }, { - "id": 7833, + "id": 7831, "start": 2863.58, "end": 2863.82, "text": "don't" }, { - "id": 7834, + "id": 7832, "start": 2863.82, "end": 2864.02, "text": "think" }, { - "id": 7835, + "id": 7833, "start": 2864.02, "end": 2864.14, "text": "there" }, { - "id": 7836, + "id": 7834, "start": 2864.14, "end": 2864.34, "text": "was" }, { - "id": 7837, + "id": 7835, "start": 2864.34, "end": 2864.44, "text": "a" }, { - "id": 7838, + "id": 7836, "start": 2864.44, "end": 2864.7, "text": "risk" }, { - "id": 7839, + "id": 7837, "start": 2864.7, "end": 2864.82, "text": "of" }, { - "id": 7840, + "id": 7838, "start": 2864.82, "end": 2865.32, "text": "centralization" }, { - "id": 7841, + "id": 7839, "start": 2865.52, "end": 2866.02, "text": "here." }, { - "id": 7842, + "id": 7840, "start": 2866.12, "end": 2866.62, "text": "But" }, { - "id": 7843, + "id": 7841, "start": 2866.72, "end": 2866.8, "text": "I" }, { - "id": 7844, + "id": 7842, "start": 2866.8, "end": 2866.92, "text": "do" }, { - "id": 7845, + "id": 7843, "start": 2866.92, "end": 2867.16, "text": "think" }, { - "id": 7846, + "id": 7844, "start": 2867.16, "end": 2867.36, "text": "there's" }, { - "id": 7847, + "id": 7845, "start": 2867.36, "end": 2867.58, "text": "just" }, { - "id": 7848, + "id": 7846, "start": 2867.58, "end": 2867.72, "text": "a" }, { - "id": 7849, + "id": 7847, "start": 2867.72, "end": 2868.08, "text": "risk" }, { - "id": 7850, + "id": 7848, "start": 2868.08, "end": 2868.48, "text": "of" }, { - "id": 7851, + "id": 7849, "start": 2868.48, "end": 2868.98, "text": "overloading" }, { - "id": 7852, + "id": 7850, "start": 2869.0, "end": 2869.2, "text": "these" }, { - "id": 7853, + "id": 7851, "start": 2869.2, "end": 2869.7, "text": "resources." }, { - "id": 7854, + "id": 7852, "start": 2870.22, "end": 2870.38, "text": "And" }, { - "id": 7855, + "id": 7853, "start": 2870.38, "end": 2870.64, "text": "part" }, { - "id": 7856, + "id": 7854, "start": 2870.64, "end": 2870.86, "text": "of" }, { - "id": 7857, + "id": 7855, "start": 2870.86, "end": 2871.14, "text": "the" }, { - "id": 7858, + "id": 7856, "start": 2871.14, "end": 2871.46, "text": "problem" }, { - "id": 7859, + "id": 7857, "start": 2871.46, "end": 2871.66, "text": "is" }, { - "id": 7860, + "id": 7858, "start": 2871.66, "end": 2871.9, "text": "because" }, { - "id": 7861, + "id": 7859, "start": 2871.9, "end": 2872.08, "text": "we" }, { - "id": 7862, + "id": 7860, "start": 2872.08, "end": 2872.3, "text": "want" }, { - "id": 7863, + "id": 7861, "start": 2872.3, "end": 2872.44, "text": "to" }, { - "id": 7864, + "id": 7862, "start": 2872.44, "end": 2872.7, "text": "move" }, { - "id": 7865, + "id": 7863, "start": 2872.7, "end": 2873.0, "text": "away" }, { - "id": 7866, + "id": 7864, "start": 2873.0, "end": 2873.5, "text": "from..." }, { - "id": 7867, + "id": 7865, "start": 2874.44, - "end": 2874.58, + "end": 2874.56, "text": "So," }, { - "id": 7868, - "start": 2874.58, + "id": 7866, + "start": 2874.56, "end": 2874.84, "text": "Bitcoin" }, { - "id": 7869, + "id": 7867, "start": 2874.84, "end": 2875.16, "text": "nodes" }, { - "id": 7870, + "id": 7868, "start": 2875.16, "end": 2875.36, "text": "want" }, { - "id": 7871, + "id": 7869, "start": 2875.36, "end": 2875.48, "text": "to" }, { - "id": 7872, + "id": 7870, "start": 2875.48, "end": 2875.8, "text": "connect" }, { - "id": 7873, + "id": 7871, "start": 2875.8, "end": 2875.96, "text": "to" }, { - "id": 7874, + "id": 7872, "start": 2875.96, "end": 2876.12, "text": "a" }, { - "id": 7875, + "id": 7873, "start": 2876.12, "end": 2876.44, "text": "diverse" }, { - "id": 7876, + "id": 7874, "start": 2876.44, "end": 2876.6, "text": "set" }, { - "id": 7877, + "id": 7875, "start": 2876.6, "end": 2876.76, "text": "of" }, { - "id": 7878, + "id": 7876, "start": 2876.76, "end": 2877.18, "text": "peers." }, { - "id": 7879, + "id": 7877, "start": 2877.18, "end": 2877.44, "text": "And" }, { - "id": 7880, + "id": 7878, "start": 2877.44, "end": 2877.76, "text": "not" }, { - "id": 7881, + "id": 7879, "start": 2877.76, "end": 2878.26, "text": "in" }, { - "id": 7882, + "id": 7880, "start": 2879.0, "end": 2879.5, "text": "the" }, { - "id": 7883, + "id": 7881, "start": 2880.24, "end": 2880.56, "text": "woke" }, { - "id": 7884, + "id": 7882, "start": 2880.56, "end": 2880.76, "text": "sense" }, { - "id": 7885, + "id": 7883, "start": 2880.76, "end": 2880.92, "text": "of" }, { - "id": 7886, + "id": 7884, "start": 2880.92, "end": 2881.02, "text": "the" }, { - "id": 7887, + "id": 7885, "start": 2881.02, "end": 2881.24, "text": "word," }, { - "id": 7888, + "id": 7886, "start": 2881.24, "end": 2881.44, "text": "but" }, { - "id": 7889, + "id": 7887, "start": 2881.44, "end": 2881.64, "text": "in" }, { - "id": 7890, + "id": 7888, "start": 2881.64, "end": 2882.14, "text": "the" }, { - "id": 7891, + "id": 7889, "start": 2882.7, "end": 2882.9, "text": "as" }, { - "id": 7892, + "id": 7890, "start": 2882.9, "end": 2883.4, "text": "many" }, { - "id": 7893, + "id": 7891, "start": 2883.52, "end": 2884.0, "text": "places" }, { - "id": 7894, + "id": 7892, "start": 2884.0, "end": 2884.12, "text": "in" }, { - "id": 7895, + "id": 7893, "start": 2884.12, "end": 2884.28, "text": "the" }, { - "id": 7896, + "id": 7894, "start": 2884.28, "end": 2884.7, "text": "world" }, { - "id": 7897, + "id": 7895, "start": 2884.7, "end": 2885.16, "text": "like" }, { - "id": 7898, + "id": 7896, "start": 2885.16, "end": 2885.5, "text": "different" }, { - "id": 7899, + "id": 7897, "start": 2885.5, "end": 2885.94, "text": "countries," }, { - "id": 7900, + "id": 7898, "start": 2885.94, "end": 2886.44, "text": "different" }, { - "id": 7901, + "id": 7899, "start": 2886.66, "end": 2887.16, "text": "networks," }, { - "id": 7902, + "id": 7900, "start": 2887.64, "end": 2887.82, "text": "so" }, { - "id": 7903, + "id": 7901, "start": 2887.82, "end": 2888.0, "text": "that" }, { - "id": 7904, + "id": 7902, "start": 2888.0, "end": 2888.24, "text": "it's" }, { - "id": 7905, + "id": 7903, "start": 2888.24, "end": 2888.52, "text": "harder" }, { - "id": 7906, + "id": 7904, "start": 2888.52, "end": 2888.68, "text": "to" }, { - "id": 7907, + "id": 7905, "start": 2888.68, "end": 2888.94, "text": "trick" }, { - "id": 7908, + "id": 7906, "start": 2888.94, "end": 2889.22, "text": "you" }, { - "id": 7909, + "id": 7907, "start": 2889.22, "end": 2889.44, "text": "for" }, { - "id": 7910, + "id": 7908, "start": 2889.44, "end": 2889.68, "text": "one" }, { - "id": 7911, + "id": 7909, "start": 2889.68, "end": 2890.12, "text": "network" }, { - "id": 7912, + "id": 7910, "start": 2890.12, "end": 2890.44, "text": "operator" }, { - "id": 7913, + "id": 7911, "start": 2890.44, "end": 2890.58, "text": "to" }, { - "id": 7914, + "id": 7912, "start": 2890.58, "end": 2890.8, "text": "trick" }, { - "id": 7915, + "id": 7913, "start": 2890.8, "end": 2891.3, "text": "you." }, { - "id": 7916, + "id": 7914, "start": 2892.98, "end": 2893.26, "text": "There's" }, { - "id": 7917, + "id": 7915, "start": 2893.26, "end": 2893.36, "text": "a" }, { - "id": 7918, + "id": 7916, "start": 2893.36, "end": 2893.78, "text": "new" }, { - "id": 7919, + "id": 7917, "start": 2893.78, "end": 2894.18, "text": "project" }, { - "id": 7920, + "id": 7918, "start": 2894.18, "end": 2894.34, "text": "we" }, { - "id": 7921, + "id": 7919, "start": 2894.34, "end": 2894.6, "text": "talked" }, { - "id": 7922, + "id": 7920, "start": 2894.6, "end": 2894.8, "text": "about" }, { - "id": 7923, + "id": 7921, "start": 2894.8, "end": 2895.06, "text": "years" }, { - "id": 7924, + "id": 7922, "start": 2895.06, "end": 2895.28, "text": "ago" }, { - "id": 7925, + "id": 7923, "start": 2895.28, "end": 2895.42, "text": "in" }, { - "id": 7926, + "id": 7924, "start": 2895.42, "end": 2895.52, "text": "a" }, { - "id": 7927, + "id": 7925, "start": 2895.52, "end": 2895.92, "text": "podcast" }, { - "id": 7928, + "id": 7926, "start": 2895.92, "end": 2896.22, "text": "called" }, { - "id": 7929, + "id": 7927, "start": 2896.22, "end": 2896.72, "text": "ASMAP," }, { - "id": 7930, + "id": 7928, "start": 2897.08, "end": 2897.24, "text": "where" }, { - "id": 7931, + "id": 7929, "start": 2897.24, "end": 2897.4, "text": "we" }, { - "id": 7932, + "id": 7930, "start": 2897.4, "end": 2897.64, "text": "try" }, { - "id": 7933, + "id": 7931, "start": 2897.64, "end": 2897.8, "text": "to" }, { - "id": 7934, + "id": 7932, "start": 2897.8, "end": 2898.04, "text": "map" }, { - "id": 7935, + "id": 7933, "start": 2898.04, "end": 2898.16, "text": "the" }, { - "id": 7936, + "id": 7934, "start": 2898.16, "end": 2898.52, "text": "internet" }, { - "id": 7937, + "id": 7935, "start": 2898.52, "end": 2898.64, "text": "and" }, { - "id": 7938, + "id": 7936, "start": 2898.64, "end": 2898.76, "text": "then" }, { - "id": 7939, + "id": 7937, "start": 2898.76, "end": 2898.94, "text": "try" }, { - "id": 7940, + "id": 7938, "start": 2898.94, "end": 2899.04, "text": "to" }, { - "id": 7941, + "id": 7939, "start": 2899.04, "end": 2899.4, "text": "connect" }, { - "id": 7942, + "id": 7940, "start": 2899.4, "end": 2899.54, "text": "it" }, { - "id": 7943, + "id": 7941, "start": 2899.54, "end": 2899.84, "text": "really" }, { - "id": 7944, + "id": 7942, "start": 2899.84, - "end": 2900.02, + "end": 2900.06, "text": "to" }, { - "id": 7945, - "start": 2900.02, + "id": 7943, + "start": 2900.06, "end": 2900.32, "text": "different" }, { - "id": 7946, + "id": 7944, "start": 2900.32, "end": 2900.76, "text": "countries" }, { - "id": 7947, + "id": 7945, "start": 2900.76, "end": 2901.26, "text": "etc." }, { - "id": 7948, + "id": 7946, "start": 2901.76, "end": 2901.98, "text": "And" }, { - "id": 7949, + "id": 7947, "start": 2901.98, "end": 2902.2, "text": "one" }, { - "id": 7950, + "id": 7948, "start": 2902.2, "end": 2902.36, "text": "of" }, { - "id": 7951, + "id": 7949, "start": 2902.36, "end": 2902.48, "text": "the" }, { - "id": 7952, + "id": 7950, "start": 2902.48, "end": 2902.66, "text": "side" }, { - "id": 7953, + "id": 7951, "start": 2902.66, "end": 2902.96, "text": "effects" }, { - "id": 7954, + "id": 7952, "start": 2902.96, "end": 2903.1, "text": "of" }, { - "id": 7955, + "id": 7953, "start": 2903.1, "end": 2903.24, "text": "that" }, { - "id": 7956, + "id": 7954, "start": 2903.24, "end": 2903.56, "text": "project" }, { - "id": 7957, + "id": 7955, "start": 2903.56, "end": 2903.74, "text": "is" }, { - "id": 7958, + "id": 7956, "start": 2903.74, "end": 2903.9, "text": "that" }, { - "id": 7959, + "id": 7957, "start": 2903.9, "end": 2904.06, "text": "we" }, { - "id": 7960, + "id": 7958, "start": 2904.06, "end": 2904.32, "text": "might" }, { - "id": 7961, + "id": 7959, "start": 2904.32, "end": 2904.82, "text": "start" }, { - "id": 7962, + "id": 7960, "start": 2907.26, "end": 2907.3901, "text": "connecting" }, { - "id": 7963, + "id": 7961, "start": 2907.3901, "end": 2907.52, "text": "to" }, { - "id": 7964, + "id": 7962, "start": 2907.52, "end": 2907.74, "text": "very" }, { - "id": 7965, + "id": 7963, "start": 2907.74, "end": 2908.1, "text": "obscure" }, { - "id": 7966, + "id": 7964, "start": 2908.1, "end": 2908.6, "text": "places" }, { - "id": 7967, - "start": 2909.24, + "id": 7965, + "start": 2909.2, "end": 2909.38, "text": "and" }, { - "id": 7968, + "id": 7966, "start": 2909.38, "end": 2909.44, "text": "a" }, { - "id": 7969, + "id": 7967, "start": 2909.44, "end": 2909.68, "text": "lot" }, { - "id": 7970, + "id": 7968, "start": 2909.68, "end": 2909.76, "text": "of" }, { - "id": 7971, + "id": 7969, "start": 2909.76, "end": 2910.04, "text": "nodes" }, { - "id": 7972, + "id": 7970, "start": 2910.04, "end": 2910.22, "text": "would" }, { - "id": 7973, + "id": 7971, "start": 2910.22, "end": 2910.38, "text": "start" }, { - "id": 7974, + "id": 7972, "start": 2910.38, "end": 2910.84, "text": "connecting" }, { - "id": 7975, + "id": 7973, "start": 2910.84, "end": 2910.96, "text": "to" }, { - "id": 7976, + "id": 7974, "start": 2910.96, "end": 2911.12, "text": "those" }, { - "id": 7977, + "id": 7975, "start": 2911.12, "end": 2911.36, "text": "very" }, { - "id": 7978, + "id": 7976, "start": 2911.36, "end": 2911.76, "text": "obscure" }, { - "id": 7979, + "id": 7977, "start": 2911.76, "end": 2912.16, "text": "places" }, { - "id": 7980, + "id": 7978, "start": 2912.16, "end": 2912.4, "text": "because" }, { - "id": 7981, + "id": 7979, "start": 2912.4, "end": 2912.6, "text": "they're" }, { - "id": 7982, + "id": 7980, "start": 2912.6, "end": 2912.8, "text": "trying" }, { - "id": 7983, + "id": 7981, "start": 2912.8, "end": 2912.96, "text": "to" }, { - "id": 7984, + "id": 7982, "start": 2912.96, "end": 2913.46, "text": "diversify" }, { - "id": 7985, + "id": 7983, "start": 2913.48, "end": 2913.56, "text": "a" }, { - "id": 7986, + "id": 7984, "start": 2913.56, "end": 2913.8, "text": "bit" }, { - "id": 7987, + "id": 7985, "start": 2913.8, "end": 2914.0, "text": "too" }, { - "id": 7988, + "id": 7986, "start": 2914.0, "end": 2914.5, "text": "much." }, { - "id": 7989, + "id": 7987, "start": 2915.08, "end": 2915.24, "text": "And" }, { - "id": 7990, + "id": 7988, "start": 2915.24, "end": 2915.4, "text": "then" }, { - "id": 7991, + "id": 7989, "start": 2915.4, "end": 2915.9, "text": "those," }, { - "id": 7992, + "id": 7990, "start": 2916.14, "end": 2916.36, "text": "like" }, { - "id": 7993, + "id": 7991, "start": 2916.36, "end": 2916.54, "text": "you" }, { - "id": 7994, + "id": 7992, "start": 2916.54, "end": 2917.04, "text": "run" }, { - "id": 7995, + "id": 7993, "start": 2917.12, "end": 2917.34, "text": "in" }, { - "id": 7996, + "id": 7994, "start": 2917.34, "end": 2917.8, "text": "some" }, { - "id": 7997, + "id": 7995, "start": 2917.8, "end": 2918.2, "text": "random" }, { - "id": 7998, + "id": 7996, "start": 2918.2, "end": 2918.56, "text": "place" }, { - "id": 7999, + "id": 7997, "start": 2918.56, "end": 2918.72, "text": "in" }, { - "id": 8000, + "id": 7998, "start": 2918.72, "end": 2919.0, "text": "South" }, { - "id": 8001, + "id": 7999, "start": 2919.0, "end": 2919.5, "text": "America," }, { - "id": 8002, + "id": 8000, "start": 2920.38, "end": 2920.52, "text": "you" }, { - "id": 8003, + "id": 8001, "start": 2920.52, "end": 2920.76, "text": "have" }, { - "id": 8004, + "id": 8002, "start": 2920.76, "end": 2920.84, "text": "an" }, { - "id": 8005, + "id": 8003, "start": 2920.84, "end": 2921.16, "text": "internet" }, { - "id": 8006, + "id": 8004, "start": 2921.16, "end": 2921.52, "text": "provider" }, { - "id": 8007, + "id": 8005, "start": 2921.52, "end": 2921.68, "text": "that" }, { - "id": 8008, + "id": 8006, "start": 2921.68, "end": 2921.88, "text": "with" }, { - "id": 8009, + "id": 8007, "start": 2921.88, "end": 2922.08, "text": "just" }, { - "id": 8010, + "id": 8008, "start": 2922.08, "end": 2922.24, "text": "one" }, { - "id": 8011, + "id": 8009, "start": 2922.24, "end": 2922.54, "text": "Bitcoin" }, { - "id": 8012, + "id": 8010, "start": 2922.54, "end": 2922.72, "text": "node" }, { - "id": 8013, + "id": 8011, "start": 2922.72, "end": 2922.88, "text": "in" }, { - "id": 8014, + "id": 8012, "start": 2922.88, "end": 2923.14, "text": "it," }, { - "id": 8015, + "id": 8013, "start": 2923.14, "end": 2923.28, "text": "and" }, { - "id": 8016, + "id": 8014, "start": 2923.28, "end": 2923.44, "text": "then" }, { - "id": 8017, + "id": 8015, "start": 2923.44, "end": 2923.68, "text": "like" }, { - "id": 8018, + "id": 8016, "start": 2923.68, "end": 2924.06, "text": "thousands" }, { - "id": 8019, + "id": 8017, "start": 2924.06, "end": 2924.18, "text": "of" }, { - "id": 8020, + "id": 8018, "start": 2924.18, "end": 2924.44, "text": "nodes" }, { - "id": 8021, + "id": 8019, "start": 2924.44, "end": 2924.6, "text": "try" }, { - "id": 8022, + "id": 8020, "start": 2924.6, "end": 2924.7, "text": "to" }, { - "id": 8023, + "id": 8021, "start": 2924.7, "end": 2924.96, "text": "connect" }, { - "id": 8024, + "id": 8022, "start": 2924.96, "end": 2925.1, "text": "to" }, { - "id": 8025, + "id": 8023, "start": 2925.1, "end": 2925.14, "text": "you" }, { - "id": 8026, + "id": 8024, "start": 2925.14, "end": 2925.48, "text": "because" }, { - "id": 8027, + "id": 8025, "start": 2925.48, "end": 2925.68, "text": "you" }, { - "id": 8028, + "id": 8026, "start": 2925.68, "end": 2926.12, "text": "are" }, { - "id": 8029, + "id": 8027, "start": 2926.12, "end": 2926.36, "text": "very" }, { - "id": 8030, + "id": 8028, "start": 2926.36, "end": 2926.72, "text": "unique" }, { - "id": 8031, + "id": 8029, "start": 2926.72, "end": 2926.88, "text": "and" }, { - "id": 8032, + "id": 8030, "start": 2926.88, "end": 2927.38, "text": "special." }, { - "id": 8033, - "start": 2929.54, + "id": 8031, + "start": 2929.46, "end": 2929.7, "text": "And" }, { - "id": 8034, + "id": 8032, "start": 2929.7, "end": 2930.2, "text": "so" }, { - "id": 8035, + "id": 8033, "start": 2930.32, "end": 2930.54, "text": "if" }, { - "id": 8036, + "id": 8034, "start": 2930.54, "end": 2930.76, "text": "more" }, { - "id": 8037, + "id": 8035, "start": 2930.76, "end": 2931.04, "text": "nodes" }, { - "id": 8038, + "id": 8036, "start": 2931.04, "end": 2931.2, "text": "are" }, { - "id": 8039, + "id": 8037, "start": 2931.2, "end": 2931.66, "text": "listening," }, { - "id": 8040, + "id": 8038, "start": 2931.66, "end": 2931.82, "text": "then" }, { - "id": 8041, + "id": 8039, "start": 2931.82, - "end": 2932.3, + "end": 2932.28, "text": "hopefully" }, { - "id": 8042, - "start": 2932.3, + "id": 8040, + "start": 2932.28, "end": 2932.54, "text": "on" }, { - "id": 8043, + "id": 8041, "start": 2932.54, "end": 2932.7, "text": "that" }, { - "id": 8044, + "id": 8042, "start": 2932.7, "end": 2933.04, "text": "obscure" }, { - "id": 8045, + "id": 8043, "start": 2933.04, "end": 2933.32, "text": "internet" }, { - "id": 8046, + "id": 8044, "start": 2933.32, "end": 2933.68, "text": "provider," }, { - "id": 8047, + "id": 8045, "start": 2933.68, "end": 2933.92, "text": "there's" }, { - "id": 8048, + "id": 8046, "start": 2933.92, "end": 2934.1, "text": "also" }, { - "id": 8049, + "id": 8047, "start": 2934.1, "end": 2934.24, "text": "going" }, { - "id": 8050, + "id": 8048, "start": 2934.24, "end": 2934.36, "text": "to" }, { - "id": 8051, + "id": 8049, "start": 2934.36, "end": 2934.52, "text": "be" }, { - "id": 8052, + "id": 8050, "start": 2934.52, "end": 2934.68, "text": "more" }, { - "id": 8053, + "id": 8051, "start": 2934.68, "end": 2934.96, "text": "nodes" }, { - "id": 8054, + "id": 8052, "start": 2934.96, "end": 2935.46, "text": "listening." }, { - "id": 8055, + "id": 8053, "start": 2935.72, "end": 2935.92, "text": "So" }, { - "id": 8056, + "id": 8054, "start": 2935.92, "end": 2936.12, "text": "not" }, { - "id": 8057, + "id": 8055, "start": 2936.12, "end": 2936.32, "text": "all" }, { - "id": 8058, + "id": 8056, "start": 2936.32, "end": 2936.38, "text": "the" }, { - "id": 8059, + "id": 8057, "start": 2936.38, "end": 2936.74, "text": "traffic" }, { - "id": 8060, + "id": 8058, "start": 2936.74, "end": 2936.94, "text": "just" }, { - "id": 8061, + "id": 8059, "start": 2936.94, "end": 2937.16, "text": "goes" }, { - "id": 8062, + "id": 8060, "start": 2937.16, "end": 2937.32, "text": "to" }, { - "id": 8063, + "id": 8061, "start": 2937.32, "end": 2937.48, "text": "that" }, { - "id": 8064, + "id": 8062, "start": 2937.48, "end": 2937.72, "text": "one" }, { - "id": 8065, + "id": 8063, "start": 2937.72, "end": 2938.1, "text": "listening" }, { - "id": 8066, + "id": 8064, "start": 2938.1, "end": 2938.6, "text": "node." }, { - "id": 8067, + "id": 8065, "start": 2940.06, "end": 2940.32, "text": "Yeah," }, { - "id": 8068, + "id": 8066, "start": 2940.32, - "end": 2940.6, + "end": 2940.66, "text": "okay." }, { - "id": 8069, - "start": 2940.6, + "id": 8067, + "start": 2940.66, "end": 2941.08, "text": "So," }, { - "id": 8070, + "id": 8068, "start": 2941.08, "end": 2941.28, "text": "and" }, { - "id": 8071, + "id": 8069, "start": 2941.28, "end": 2941.56, "text": "this" }, { - "id": 8072, + "id": 8070, "start": 2941.56, "end": 2942.06, "text": "is..." }, { - "id": 8073, + "id": 8071, "start": 2942.8, "end": 2943.3, "text": "Sorry," }, { - "id": 8074, + "id": 8072, "start": 2944.46, "end": 2944.64, "text": "what" }, { - "id": 8075, + "id": 8073, "start": 2944.64, "end": 2945.14, "text": "exactly" }, { - "id": 8076, + "id": 8074, "start": 2945.14, "end": 2945.28, "text": "is" }, { - "id": 8077, + "id": 8075, "start": 2945.28, "end": 2945.44, "text": "new" }, { - "id": 8078, + "id": 8076, "start": 2945.44, "end": 2945.54, "text": "in" }, { - "id": 8079, + "id": 8077, "start": 2945.54, "end": 2946.04, "text": "BitMarkore?" }, { - "id": 8080, + "id": 8078, "start": 2946.14, "end": 2946.36, "text": "Like," }, { - "id": 8081, + "id": 8079, "start": 2946.36, "end": 2946.5, "text": "this" }, { - "id": 8082, + "id": 8080, "start": 2946.5, "end": 2946.96, "text": "is" }, { - "id": 8083, + "id": 8081, "start": 2946.96, "end": 2947.24, "text": "now" }, { - "id": 8084, + "id": 8082, "start": 2947.24, "end": 2947.54, "text": "just" }, { - "id": 8085, + "id": 8083, "start": 2947.54, "end": 2947.68, "text": "a" }, { - "id": 8086, + "id": 8084, "start": 2947.68, "end": 2948.04, "text": "thing," }, { - "id": 8087, + "id": 8085, "start": 2948.04, "end": 2948.54, "text": "or?" }, { - "id": 8088, + "id": 8086, "start": 2948.8, "end": 2949.0, "text": "So" }, { - "id": 8089, + "id": 8087, "start": 2949.0, "end": 2949.14, "text": "this" }, { - "id": 8090, + "id": 8088, "start": 2949.14, "end": 2949.44, "text": "feature" }, { - "id": 8091, + "id": 8089, "start": 2949.44, "end": 2949.52, "text": "has" }, { - "id": 8092, + "id": 8090, "start": 2949.52, "end": 2949.76, "text": "been" }, { - "id": 8093, + "id": 8091, "start": 2949.76, "end": 2949.88, "text": "in" }, { - "id": 8094, + "id": 8092, "start": 2949.88, "end": 2950.12, "text": "there" }, { - "id": 8095, + "id": 8093, "start": 2950.12, "end": 2950.4, "text": "since" }, { - "id": 8096, + "id": 8094, "start": 2950.4, "end": 2950.56, "text": "the" }, { - "id": 8097, + "id": 8095, "start": 2950.56, "end": 2950.76, "text": "last" }, { - "id": 8098, + "id": 8096, "start": 2950.76, "end": 2951.2, "text": "version," }, { - "id": 8099, + "id": 8097, "start": 2951.2, "end": 2951.4, "text": "but" }, { - "id": 8100, + "id": 8098, "start": 2951.4, "end": 2951.6, "text": "it's" }, { - "id": 8101, + "id": 8099, "start": 2951.6, "end": 2951.82, "text": "now" }, { - "id": 8102, + "id": 8100, "start": 2951.82, "end": 2951.98, "text": "on" }, { - "id": 8103, + "id": 8101, "start": 2951.98, "end": 2952.16, "text": "by" }, { - "id": 8104, + "id": 8102, "start": 2952.16, "end": 2952.56, "text": "default." }, { - "id": 8105, + "id": 8103, "start": 2952.56, "end": 2952.72, "text": "So" }, { - "id": 8106, + "id": 8104, "start": 2952.72, - "end": 2952.98, + "end": 2952.94, "text": "if" }, { - "id": 8107, - "start": 2952.98, - "end": 2953.48, + "id": 8105, + "start": 2952.94, + "end": 2953.44, "text": "you" }, { - "id": 8108, + "id": 8106, "start": 2954.06, "end": 2954.56, "text": "upgrade" }, { - "id": 8109, + "id": 8107, "start": 2955.06, "end": 2955.2, "text": "and" }, { - "id": 8110, + "id": 8108, "start": 2955.2, "end": 2955.32, "text": "you" }, { - "id": 8111, + "id": 8109, "start": 2955.32, "end": 2955.72, "text": "didn't" }, { - "id": 8112, + "id": 8110, "start": 2955.72, "end": 2956.12, "text": "manually" }, { - "id": 8113, + "id": 8111, "start": 2956.12, "end": 2956.36, "text": "turn" }, { - "id": 8114, + "id": 8112, "start": 2956.36, "end": 2956.4, "text": "it" }, { - "id": 8115, + "id": 8113, "start": 2956.4, "end": 2956.64, "text": "on" }, { - "id": 8116, + "id": 8114, "start": 2956.64, "end": 2956.72, "text": "or" }, { - "id": 8117, + "id": 8115, "start": 2956.72, "end": 2957.04, "text": "manually" }, { - "id": 8118, + "id": 8116, "start": 2957.04, "end": 2957.16, "text": "turn" }, { - "id": 8119, + "id": 8117, "start": 2957.16, "end": 2957.32, "text": "it" }, { - "id": 8120, + "id": 8118, "start": 2957.32, "end": 2957.52, "text": "off," }, { - "id": 8121, + "id": 8119, "start": 2957.52, "end": 2957.64, "text": "it" }, { - "id": 8122, + "id": 8120, "start": 2957.64, "end": 2957.8, "text": "will" }, { - "id": 8123, + "id": 8121, "start": 2957.8, "end": 2957.96, "text": "be" }, { - "id": 8124, + "id": 8122, "start": 2957.96, "end": 2958.46, "text": "on." }, { - "id": 8125, + "id": 8123, "start": 2958.48, - "end": 2958.7, + "end": 2958.72, "text": "If" }, { - "id": 8126, - "start": 2958.7, + "id": 8124, + "start": 2958.72, "end": 2958.9, "text": "you" }, { - "id": 8127, + "id": 8125, "start": 2958.9, "end": 2959.12, "text": "turn" }, { - "id": 8128, + "id": 8126, "start": 2959.12, - "end": 2959.3, + "end": 2959.34, "text": "it" }, { - "id": 8129, - "start": 2959.3, + "id": 8127, + "start": 2959.34, "end": 2959.54, "text": "off," }, { - "id": 8130, + "id": 8128, "start": 2959.54, "end": 2960.04, "text": "it's" }, { - "id": 8131, + "id": 8129, "start": 2960.24, "end": 2960.38, "text": "not" }, { - "id": 8132, + "id": 8130, "start": 2960.38, "end": 2960.5, "text": "going" }, { - "id": 8133, + "id": 8131, "start": 2960.5, "end": 2960.64, "text": "to" }, { - "id": 8134, + "id": 8132, "start": 2960.64, - "end": 2960.8, + "end": 2960.76, "text": "be" }, { - "id": 8135, - "start": 2960.8, + "id": 8133, + "start": 2960.76, "end": 2960.98, "text": "turned" }, { - "id": 8136, + "id": 8134, "start": 2960.98, "end": 2961.36, "text": "on." }, { - "id": 8137, + "id": 8135, "start": 2961.36, "end": 2961.5, "text": "Then" }, { - "id": 8138, + "id": 8136, "start": 2961.5, "end": 2961.66, "text": "it" }, { - "id": 8139, + "id": 8137, "start": 2961.66, "end": 2961.82, "text": "can" }, { - "id": 8140, + "id": 8138, "start": 2961.82, "end": 2961.98, "text": "be" }, { - "id": 8141, + "id": 8139, "start": 2961.98, "end": 2962.24, "text": "called" }, { - "id": 8142, + "id": 8140, "start": 2962.24, "end": 2962.4, "text": "by" }, { - "id": 8143, + "id": 8141, "start": 2962.4, "end": 2962.54, "text": "the" }, { - "id": 8144, + "id": 8142, "start": 2962.54, "end": 2962.9, "text": "outside" }, { - "id": 8145, + "id": 8143, "start": 2962.9, "end": 2963.4, "text": "world." }, { - "id": 8146, + "id": 8144, "start": 2963.76, "end": 2963.98, "text": "If" }, { - "id": 8147, + "id": 8145, "start": 2963.98, "end": 2964.14, "text": "your" }, { - "id": 8148, + "id": 8146, "start": 2964.14, "end": 2964.52, "text": "router" }, { - "id": 8149, + "id": 8147, "start": 2964.52, "end": 2964.88, "text": "supports" }, { - "id": 8150, + "id": 8148, "start": 2964.88, "end": 2965.08, "text": "it," }, { - "id": 8151, + "id": 8149, "start": 2965.08, "end": 2965.58, "text": "yes." }, { - "id": 8152, + "id": 8150, "start": 2967.34, "end": 2967.84, "text": "Okay." }, { - "id": 8153, + "id": 8151, "start": 2968.18, "end": 2968.58, "text": "Do" }, { - "id": 8154, + "id": 8152, "start": 2968.58, "end": 2969.06, "text": "routers" }, { - "id": 8155, + "id": 8153, "start": 2969.06, - "end": 2969.48, + "end": 2969.44, "text": "generally" }, { - "id": 8156, - "start": 2969.48, + "id": 8154, + "start": 2969.44, "end": 2969.82, "text": "support" }, { - "id": 8157, + "id": 8155, "start": 2969.82, "end": 2970.04, "text": "this," }, { - "id": 8158, + "id": 8156, "start": 2970.04, "end": 2970.2, "text": "or" }, { - "id": 8159, + "id": 8157, "start": 2970.2, "end": 2970.52, "text": "what's" }, { - "id": 8160, + "id": 8158, "start": 2970.52, "end": 2970.84, "text": "the" }, { - "id": 8161, + "id": 8159, "start": 2970.84, "end": 2971.12, "text": "if" }, { - "id": 8162, + "id": 8160, "start": 2971.12, "end": 2971.62, "text": "there?" }, { - "id": 8163, + "id": 8161, "start": 2972.22, "end": 2972.44, "text": "I'm" }, { - "id": 8164, + "id": 8162, "start": 2972.44, "end": 2972.6, "text": "not" }, { - "id": 8165, + "id": 8163, "start": 2972.6, "end": 2973.04, "text": "sure." }, { - "id": 8166, + "id": 8164, "start": 2973.04, "end": 2973.34, "text": "Like," }, { - "id": 8167, + "id": 8165, "start": 2973.34, "end": 2973.64, "text": "we'll" }, { - "id": 8168, + "id": 8166, "start": 2973.64, "end": 2973.92, "text": "find" }, { - "id": 8169, + "id": 8167, "start": 2973.92, "end": 2974.34, "text": "out." }, { - "id": 8170, + "id": 8168, "start": 2974.34, "end": 2974.54, "text": "Like," }, { - "id": 8171, + "id": 8169, "start": 2974.54, "end": 2974.74, "text": "it" }, { - "id": 8172, + "id": 8170, "start": 2974.74, "end": 2974.96, "text": "should" }, { - "id": 8173, + "id": 8171, "start": 2974.96, "end": 2975.28, "text": "be" }, { - "id": 8174, + "id": 8172, "start": 2975.28, "end": 2975.5, "text": "pretty" }, { - "id": 8175, + "id": 8173, "start": 2975.5, "end": 2975.8, "text": "clear" }, { - "id": 8176, + "id": 8174, "start": 2975.8, "end": 2975.94, "text": "in" }, { - "id": 8177, + "id": 8175, "start": 2975.94, "end": 2976.06, "text": "the" }, { - "id": 8178, + "id": 8176, "start": 2976.06, "end": 2976.42, "text": "stats" }, { - "id": 8179, + "id": 8177, "start": 2976.42, "end": 2976.6, "text": "that" }, { - "id": 8180, + "id": 8178, "start": 2976.6, "end": 2976.74, "text": "the" }, { - "id": 8181, + "id": 8179, "start": 2976.74, "end": 2976.98, "text": "number" }, { - "id": 8182, + "id": 8180, "start": 2976.98, "end": 2977.12, "text": "of" }, { - "id": 8183, + "id": 8181, "start": 2977.12, "end": 2977.48, "text": "listening" }, { - "id": 8184, + "id": 8182, "start": 2977.48, "end": 2977.76, "text": "notes" }, { - "id": 8185, + "id": 8183, "start": 2977.76, "end": 2977.96, "text": "would" }, { - "id": 8186, + "id": 8184, "start": 2977.96, "end": 2978.04, "text": "go" }, { - "id": 8187, + "id": 8185, "start": 2978.04, "end": 2978.2, "text": "up" }, { - "id": 8188, + "id": 8186, "start": 2978.2, "end": 2978.7, "text": "dramatically." }, { - "id": 8189, + "id": 8187, "start": 2979.52, "end": 2979.72, "text": "Because" }, { - "id": 8190, + "id": 8188, "start": 2979.72, "end": 2979.84, "text": "at" }, { - "id": 8191, + "id": 8189, "start": 2979.84, "end": 2979.96, "text": "the" }, { - "id": 8192, + "id": 8190, "start": 2979.96, "end": 2980.44, "text": "moment," }, { - "id": 8193, + "id": 8191, "start": 2980.44, "end": 2980.64, "text": "most" }, { - "id": 8194, + "id": 8192, "start": 2980.64, "end": 2980.76, "text": "of" }, { - "id": 8195, + "id": 8193, "start": 2980.76, "end": 2980.92, "text": "the" }, { - "id": 8196, + "id": 8194, "start": 2980.92, "end": 2981.16, "text": "listening" }, { - "id": 8197, + "id": 8195, "start": 2981.16, "end": 2981.4, "text": "notes" }, { - "id": 8198, + "id": 8196, "start": 2981.4, "end": 2981.58, "text": "are" }, { - "id": 8199, + "id": 8197, "start": 2981.58, "end": 2981.84, "text": "on" }, { - "id": 8200, + "id": 8198, "start": 2981.84, "end": 2982.28, "text": "tour," }, { - "id": 8201, + "id": 8199, "start": 2982.28, "end": 2982.72, "text": "because" }, { - "id": 8202, + "id": 8200, "start": 2982.72, "end": 2982.84, "text": "the" }, { - "id": 8203, + "id": 8201, "start": 2982.84, "end": 2983.14, "text": "way" }, { - "id": 8204, + "id": 8202, "start": 2983.14, "end": 2983.5, "text": "people" }, { - "id": 8205, + "id": 8203, "start": 2983.5, "end": 2983.7, "text": "set" }, { - "id": 8206, + "id": 8204, "start": 2983.7, "end": 2983.86, "text": "up" }, { - "id": 8207, + "id": 8205, "start": 2983.86, "end": 2983.98, "text": "their" }, { - "id": 8208, + "id": 8206, "start": 2983.98, "end": 2984.26, "text": "tour" }, { - "id": 8209, + "id": 8207, "start": 2984.26, "end": 2984.76, "text": "notes" }, { - "id": 8210, + "id": 8208, "start": 2986.02, "end": 2986.52, "text": "usually" }, { - "id": 8211, + "id": 8209, "start": 2986.56, "end": 2986.78, "text": "is" }, { - "id": 8212, + "id": 8210, "start": 2986.78, "end": 2987.06, "text": "such" }, { - "id": 8213, + "id": 8211, "start": 2987.06, "end": 2987.22, "text": "that" }, { - "id": 8214, + "id": 8212, "start": 2987.22, "end": 2987.46, "text": "they're" }, { - "id": 8215, + "id": 8213, "start": 2987.46, "end": 2987.74, "text": "also" }, { - "id": 8216, + "id": 8214, "start": 2987.74, "end": 2988.24, "text": "listening." }, { - "id": 8217, + "id": 8215, "start": 2989.22, "end": 2989.4, "text": "So" }, { - "id": 8218, + "id": 8216, "start": 2989.4, "end": 2989.64, "text": "that's" }, { - "id": 8219, + "id": 8217, "start": 2989.64, "end": 2989.86, "text": "why" }, { - "id": 8220, + "id": 8218, "start": 2989.86, "end": 2990.08, "text": "some" }, { - "id": 8221, + "id": 8219, "start": 2990.08, "end": 2990.44, "text": "people" }, { - "id": 8222, + "id": 8220, "start": 2990.44, "end": 2990.64, "text": "are" }, { - "id": 8223, + "id": 8221, "start": 2990.64, "end": 2990.98, "text": "saying," }, { - "id": 8224, + "id": 8222, "start": 2990.98, "end": 2991.14, "text": "oh," }, { - "id": 8225, + "id": 8223, "start": 2991.14, "end": 2991.26, "text": "the" }, { - "id": 8226, + "id": 8224, "start": 2991.26, "end": 2991.6, "text": "majority" }, { - "id": 8227, + "id": 8225, "start": 2991.6, "end": 2991.76, "text": "of" }, { - "id": 8228, + "id": 8226, "start": 2991.76, "end": 2992.08, "text": "Bitcoin" }, { - "id": 8229, + "id": 8227, "start": 2992.08, "end": 2992.28, "text": "notes" }, { - "id": 8230, + "id": 8228, "start": 2992.28, "end": 2992.44, "text": "is" }, { - "id": 8231, + "id": 8229, "start": 2992.44, "end": 2992.64, "text": "on" }, { - "id": 8232, + "id": 8230, "start": 2992.64, "end": 2992.82, "text": "tour." }, { - "id": 8233, + "id": 8231, "start": 2992.82, "end": 2992.9, "text": "Well," }, { - "id": 8234, + "id": 8232, "start": 2992.9, "end": 2993.2, "text": "that's" }, { - "id": 8235, + "id": 8233, "start": 2993.2, "end": 2993.32, "text": "not" }, { - "id": 8236, + "id": 8234, "start": 2993.32, - "end": 2993.56, + "end": 2993.68, "text": "true." }, { - "id": 8237, - "start": 2993.56, + "id": 8235, + "start": 2993.68, "end": 2993.74, "text": "The" }, { - "id": 8238, + "id": 8236, "start": 2993.74, "end": 2994.06, "text": "majority" }, { - "id": 8239, + "id": 8237, "start": 2994.06, "end": 2994.18, "text": "of" }, { - "id": 8240, + "id": 8238, "start": 2994.18, "end": 2994.62, "text": "listening" }, { - "id": 8241, + "id": 8239, "start": 2994.62, "end": 2994.88, "text": "Bitcoin" }, { - "id": 8242, + "id": 8240, "start": 2994.88, "end": 2995.14, "text": "notes" }, { - "id": 8243, + "id": 8241, "start": 2995.14, "end": 2995.28, "text": "is" }, { - "id": 8244, + "id": 8242, "start": 2995.28, "end": 2995.44, "text": "on" }, { - "id": 8245, + "id": 8243, "start": 2995.44, "end": 2995.94, "text": "tour." }, { - "id": 8246, + "id": 8244, "start": 2996.14, "end": 2996.28, "text": "But" }, { - "id": 8247, + "id": 8245, "start": 2996.28, "end": 2996.5, "text": "that" }, { - "id": 8248, + "id": 8246, "start": 2996.5, "end": 2996.72, "text": "might" }, { - "id": 8249, + "id": 8247, "start": 2996.72, "end": 2996.92, "text": "no" }, { - "id": 8250, + "id": 8248, "start": 2996.92, "end": 2997.24, "text": "longer" }, { - "id": 8251, + "id": 8249, "start": 2997.24, "end": 2997.38, "text": "be" }, { - "id": 8252, + "id": 8250, "start": 2997.38, "end": 2997.66, "text": "true" }, { - "id": 8253, + "id": 8251, "start": 2997.66, "end": 2998.16, "text": "eventually." }, { - "id": 8254, + "id": 8252, "start": 2999.16, "end": 2999.38, "text": "Right," }, { - "id": 8255, + "id": 8253, "start": 2999.38, "end": 2999.88, "text": "right." }, { - "id": 8256, + "id": 8254, "start": 3001.72, "end": 3002.22, "text": "PCP" }, { - "id": 8257, + "id": 8255, "start": 3002.22, "end": 3002.42, "text": "is" }, { - "id": 8258, + "id": 8256, "start": 3002.42, "end": 3002.72, "text": "also" }, { - "id": 8259, + "id": 8257, "start": 3002.72, "end": 3002.98, "text": "a" }, { - "id": 8260, + "id": 8258, "start": 3002.98, "end": 3003.22, "text": "type" }, { - "id": 8261, + "id": 8259, "start": 3003.22, "end": 3003.38, "text": "of" }, { - "id": 8262, + "id": 8260, "start": 3003.38, "end": 3003.88, "text": "drugs." }, { - "id": 8263, + "id": 8261, "start": 3005.32, "end": 3005.72, "text": "That's" }, { - "id": 8264, + "id": 8262, "start": 3005.72, "end": 3005.9, "text": "not" }, { - "id": 8265, + "id": 8263, "start": 3005.9, "end": 3006.1, "text": "my" }, { - "id": 8266, + "id": 8264, "start": 3006.1, "end": 3006.6, "text": "expertise," }, { - "id": 8267, + "id": 8265, "start": 3006.8, "end": 3007.12, "text": "but" }, { - "id": 8268, + "id": 8266, "start": 3007.12, "end": 3007.34, "text": "you" }, { - "id": 8269, + "id": 8267, "start": 3007.34, "end": 3007.54, "text": "tell" }, { - "id": 8270, + "id": 8268, "start": 3007.54, "end": 3008.04, "text": "me." }, { - "id": 8271, + "id": 8269, "start": 3008.24, "end": 3008.74, "text": "Coincidence?" }, { - "id": 8272, + "id": 8270, "start": 3009.52, "end": 3009.64, "text": "I" }, { - "id": 8273, + "id": 8271, "start": 3009.64, "end": 3009.92, "text": "think" }, { - "id": 8274, + "id": 8272, "start": 3009.92, "end": 3010.24, "text": "every" }, { - "id": 8275, + "id": 8273, "start": 3010.24, "end": 3010.44, "text": "three" }, { - "id": 8276, + "id": 8274, "start": 3010.44, "end": 3010.76, "text": "letter" }, { - "id": 8277, + "id": 8275, "start": 3010.76, "end": 3011.2, "text": "acronym" }, { - "id": 8278, + "id": 8276, "start": 3011.2, "end": 3011.48, "text": "probably" }, { - "id": 8279, + "id": 8277, "start": 3011.48, "end": 3011.98, "text": "is." }, { - "id": 8280, + "id": 8278, "start": 3014.54, "end": 3015.04, "text": "Okay," }, { - "id": 8281, + "id": 8279, "start": 3015.04, "end": 3015.16, "text": "I" }, { - "id": 8282, + "id": 8280, "start": 3015.16, "end": 3015.32, "text": "think" }, { - "id": 8283, + "id": 8281, "start": 3015.32, "end": 3015.48, "text": "we" }, { - "id": 8284, + "id": 8282, "start": 3015.48, "end": 3015.72, "text": "made" }, { - "id": 8285, + "id": 8283, "start": 3015.72, "end": 3015.8, "text": "it" }, { - "id": 8286, + "id": 8284, "start": 3015.8, "end": 3016.0, "text": "through" }, { - "id": 8287, + "id": 8285, "start": 3016.0, "end": 3016.08, "text": "the" }, { - "id": 8288, + "id": 8286, "start": 3016.08, "end": 3016.32, "text": "list," }, { - "id": 8289, + "id": 8287, "start": 3016.32, "end": 3016.82, "text": "Shorts." }, { - "id": 8290, + "id": 8288, "start": 3017.28, "end": 3017.48, "text": "We" }, { - "id": 8291, + "id": 8289, "start": 3017.48, "end": 3017.98, "text": "did." }, { - "id": 8292, + "id": 8290, "start": 3018.08, "end": 3018.34, "text": "Well," }, { - "id": 8293, + "id": 8291, "start": 3018.34, "end": 3018.48, "text": "in" }, { - "id": 8294, + "id": 8292, "start": 3018.48, "end": 3018.68, "text": "that" }, { - "id": 8295, + "id": 8293, "start": 3018.68, "end": 3019.16, "text": "case," }, { - "id": 8296, + "id": 8294, "start": 3019.16, "end": 3019.48, "text": "unless" }, { - "id": 8297, + "id": 8295, "start": 3019.48, "end": 3019.64, "text": "you" }, { - "id": 8298, + "id": 8296, "start": 3019.64, "end": 3019.8, "text": "have" }, { - "id": 8299, + "id": 8297, "start": 3019.8, "end": 3020.16, "text": "anything" }, { - "id": 8300, + "id": 8298, "start": 3020.16, "end": 3020.32, "text": "to" }, { - "id": 8301, + "id": 8299, "start": 3020.32, "end": 3020.82, "text": "add?" }, { - "id": 8302, + "id": 8300, "start": 3022.76, "end": 3023.1, "text": "No." }, { - "id": 8303, + "id": 8301, "start": 3023.1, "end": 3023.32, "text": "Where" }, { - "id": 8304, + "id": 8302, "start": 3023.32, "end": 3023.52, "text": "can" }, { - "id": 8305, + "id": 8303, "start": 3023.52, "end": 3023.86, "text": "people" }, { - "id": 8306, + "id": 8304, "start": 3023.86, "end": 3024.08, "text": "find" }, { - "id": 8307, + "id": 8305, "start": 3024.08, "end": 3024.52, "text": "this?" }, { - "id": 8308, + "id": 8306, "start": 3024.52, "end": 3024.72, "text": "Where" }, { - "id": 8309, + "id": 8307, "start": 3024.72, "end": 3024.88, "text": "can" }, { - "id": 8310, + "id": 8308, "start": 3024.88, "end": 3025.12, "text": "people" }, { - "id": 8311, + "id": 8309, "start": 3025.12, "end": 3025.32, "text": "find" }, { - "id": 8312, + "id": 8310, "start": 3025.32, "end": 3025.82, "text": "BitcoinCore30?" }, { - "id": 8313, + "id": 8311, "start": 3027.04, "end": 3027.54, "text": "BitcoinCore.org." }, { - "id": 8314, + "id": 8312, "start": 3029.06, "end": 3029.56, "text": "Okay." }, { - "id": 8315, + "id": 8313, "start": 3030.02, "end": 3030.195, "text": "Thanks," }, { - "id": 8316, + "id": 8314, "start": 3030.195, "end": 3030.37, "text": "Shorts." }, { - "id": 8317, + "id": 8315, "start": 3030.37, "end": 3030.545, "text": "Thank" }, { - "id": 8318, + "id": 8316, "start": 3030.545, "end": 3030.72, "text": "Thanks" }, { - "id": 8319, + "id": 8317, "start": 3030.72, "end": 3030.94, "text": "for" }, { - "id": 8320, + "id": 8318, "start": 3030.94, "end": 3031.44, "text": "listening" }, { - "id": 8321, + "id": 8319, "start": 3031.54, - "end": 3031.76, + "end": 3031.78, "text": "to" }, { - "id": 8322, - "start": 3031.76, - "end": 3032.26, + "id": 8320, + "start": 3031.78, + "end": 3032.28, "text": "Bitcoin" }, { - "id": 8323, + "id": 8321, "start": 3032.92, "end": 3033.42, "text": "Explained." @@ -49991,7 +49979,7 @@ { "id": 6, "start": 72.26, - "end": 74.04, + "end": 74.08, "speaker": "Speaker 1", "chapter": null }, @@ -50067,7 +50055,7 @@ }, { "id": 17, - "start": 226.36, + "start": 226.32, "end": 248.16, "speaker": "Speaker 0", "chapter": null @@ -50158,7 +50146,7 @@ }, { "id": 30, - "start": 576.06, + "start": 576.04, "end": 618.54, "speaker": "Speaker 1", "chapter": null @@ -50166,7 +50154,7 @@ { "id": 31, "start": 618.68, - "end": 656.9, + "end": 656.92, "speaker": "Speaker 0", "chapter": null }, @@ -50823,7 +50811,7 @@ }, { "id": 125, - "start": 2567.38, + "start": 2567.42, "end": 2577.44, "speaker": "Speaker 0", "chapter": null @@ -50845,13 +50833,13 @@ { "id": 128, "start": 2580.36, - "end": 2602.16, + "end": 2601.18, "speaker": "Speaker 1", "chapter": null }, { "id": 129, - "start": 2602.36, + "start": 2601.18, "end": 2612.14, "speaker": "Speaker 0", "chapter": null @@ -50908,13 +50896,13 @@ { "id": 137, "start": 2695.94, - "end": 2702.1, + "end": 2702.06, "speaker": "Speaker 0", "chapter": null }, { "id": 138, - "start": 2702.1, + "start": 2702.06, "end": 2726.74, "speaker": "Speaker 1", "chapter": null diff --git a/bitcoin-explained/aaron-and-sjors-discuss-what-s-new-in-bitcoin-core-v30/metadata_2026-04-18T015405Z.json b/bitcoin-explained/aaron-and-sjors-discuss-what-s-new-in-bitcoin-core-v30/metadata_2026-04-18T015405Z.json new file mode 100644 index 0000000..2aa8743 --- /dev/null +++ b/bitcoin-explained/aaron-and-sjors-discuss-what-s-new-in-bitcoin-core-v30/metadata_2026-04-18T015405Z.json @@ -0,0 +1,14 @@ +{ + "title": "Aaron and Sjors discuss what's new in Bitcoin Core v30", + "speakers": [], + "tags": [], + "type": "audio", + "loc": "bitcoin-explained", + "source_file": "https://bitcoinexplainedpodcast.com/audio/@nado/99.mp3", + "media": "https://bitcoinexplainedpodcast.com/@nado/episodes/99", + "categories": [], + "chapters": [], + "date": "2025-11-06", + "episode": 99, + "deepgram_output": "deepgram_2026-04-18T015502Z.json" +} \ No newline at end of file