POPULARITY
The full schedule for Latent Space LIVE! at NeurIPS has been announced, featuring Best of 2024 overview talks for the AI Startup Landscape, Computer Vision, Open Models, Transformers Killers, Synthetic Data, Agents, and Scaling, and speakers from Sarah Guo of Conviction, Roboflow, AI2/Meta, Recursal/Together, HuggingFace, OpenHands and SemiAnalysis. Join us for the IRL event/Livestream! Alessio will also be holding a meetup at AWS Re:Invent in Las Vegas this Wednesday. See our new Events page for dates of AI Engineer Summit, Singapore, and World's Fair in 2025. LAST CALL for questions for our big 2024 recap episode! Submit questions and messages on Speakpipe here for a chance to appear on the show!When we first observed that GPT Wrappers are Good, Actually, we did not even have Bolt on our radar. Since we recorded our Anthropic episode discussing building Agents with the new Claude 3.5 Sonnet, Bolt.new (by Stackblitz) has easily cleared the $8m ARR bar, repeating and accelerating its initial $4m feat.There are very many AI code generators and VS Code forks out there, but Bolt probably broke through initially because of its incredible zero shot low effort app generation:But as we explain in the pod, Bolt also emphasized deploy (Netlify)/ backend (Supabase)/ fullstack capabilities on top of Stackblitz's existing WebContainer full-WASM-powered-developer-environment-in-the-browser tech. Since then, the team has been shipping like mad (with weekly office hours), with bugfixing, full screen, multi-device, long context, diff based edits (using speculative decoding like we covered in Inference, Fast and Slow).All of this has captured the imagination of low/no code builders like Greg Isenberg and many others on YouTube/TikTok/Reddit/X/Linkedin etc:Just as with Fireworks, our relationship with Bolt/Stackblitz goes a bit deeper than normal - swyx advised the launch and got a front row seat to this epic journey, as well as demoed it with Realtime Voice at the recent OpenAI Dev Day. So we are very proud to be the first/closest to tell the full open story of Bolt/Stackblitz!Flow Engineering + Qodo/AlphaCodium UpdateIn year 2 of the pod we have been on a roll getting former guests to return as guest cohosts (Harrison Chase, Aman Sanger, Jon Frankle), and it was a pleasure to catch Itamar Friedman back on the pod, giving us an update on all things Qodo and Testing Agents from our last catchup a year and a half ago:Qodo (they renamed in September) went viral in early January this year with AlphaCodium (paper here, code here) beating DeepMind's AlphaCode with high efficiency:With a simple problem solving code agent:* The first step is to have the model reason about the problem. They describe it using bullet points and focus on the goal, inputs, outputs, rules, constraints, and any other relevant details.* Then, they make the model reason about the public tests and come up with an explanation of why the input leads to that particular output. * The model generates two to three potential solutions in text and ranks them in terms of correctness, simplicity, and robustness. * Then, it generates more diverse tests for the problem, covering cases not part of the original public tests. * Iteratively, pick a solution, generate the code, and run it on a few test cases. * If the tests fail, improve the code and repeat the process until the code passes every test.swyx has previously written similar thoughts on types vs tests for putting bounds on program behavior, but AlphaCodium extends this to AI generated tests and code.More recently, Itamar has also shown that AlphaCodium's techniques also extend well to the o1 models:Making Flow Engineering a useful technique to improve code model performance on every model. This is something we see AI Engineers uniquely well positioned to do compared to ML Engineers/Researchers.Full Video PodcastLike and subscribe!Show Notes* Itamar* Qodo* First episode* Eric* Bolt* StackBlitz* Thinkster* AlphaCodium* WebContainersChapters* 00:00:00 Introductions & Updates* 00:06:01 Generic vs. Specific AI Agents* 00:07:40 Maintaining vs Creating with AI* 00:17:46 Human vs Agent Computer Interfaces* 00:20:15 Why Docker doesn't work for Bolt* 00:24:23 Creating Testing and Code Review Loops* 00:28:07 Bolt's Task Breakdown Flow* 00:31:04 AI in Complex Enterprise Environments* 00:41:43 AlphaCodium* 00:44:39 Strategies for Breaking Down Complex Tasks* 00:45:22 Building in Open Source* 00:50:35 Choosing a product as a founder* 00:59:03 Reflections on Bolt Success* 01:06:07 Building a B2C GTM* 01:18:11 AI Capabilities and Pricing Tiers* 01:20:28 What makes Bolt unique* 01:23:07 Future Growth and Product Development* 01:29:06 Competitive Landscape in AI Engineering* 01:30:01 Advice to Founders and Embracing AI* 01:32:20 Having a baby and completing an Iron ManTranscriptAlessio [00:00:00]: Hey everyone, welcome to the Latent Space Podcast. This is Alessio, partner and CTO at Decibel Partners, and I'm joined by my co-host Swyx, founder of Smol.ai.Swyx [00:00:12]: Hey, and today we're still in our sort of makeshift in-between studio, but we're very delighted to have a former returning guest host, Itamar. Welcome back.Itamar [00:00:21]: Great to be here after a year or more. Yeah, a year and a half.Swyx [00:00:24]: You're one of our earliest guests on Agents. Now you're CEO co-founder of Kodo. Right. Which has just been renamed. You also raised a $40 million Series A, and we can get caught up on everything, but we're also delighted to have our new guest, Eric. Welcome.Eric [00:00:42]: Thank you. Excited to be here. Should I say Bolt or StackBlitz?Swyx [00:00:45]: Like, is it like its own company now or?Eric [00:00:47]: Yeah. Bolt's definitely bolt.new. That's the thing that we're probably the most known for, I imagine, at this point.Swyx [00:00:54]: Which is ridiculous to say because you were working at StackBlitz for so long.Eric [00:00:57]: Yeah. I mean, within a week, we were doing like double the amount of traffic. And StackBlitz had been online for seven years, and we were like, what? But anyways, yeah. So we're StackBlitz, the company behind bolt.new. If you've heard of bolt.new, that's our stuff. Yeah.Swyx [00:01:12]: Yeah.Itamar [00:01:13]: Excellent. I see, by the way, that the founder mode, you need to know to capture opportunities. So kudos on doing that, right? You're working on some technology, and then suddenly you can exploit that to a new world. Yeah.Eric [00:01:24]: Totally. And I think, well, not to jump, but 100%, I mean, a couple of months ago, we had the idea for Bolt earlier this year, but we haven't really shared this too much publicly. But we actually had tried to build it with some of those state-of-the-art models back in January, February, you can kind of imagine which, and they just weren't good enough to actually do the code generation where the code was accurate and it was fast and whatever have you without a ton of like rag, but then there was like issues with that. So we put it on the shelf and then we got kind of a sneak peek of some of the new models that have come out in the past couple of months now. And so once we saw that, once we actually saw the code gen from it, we were like, oh my God, like, okay, we can build a product around this. And so that was really the impetus of us building the thing. But with that, it was StackBlitz, the core StackBlitz product the past seven years has been an IDE for developers. So the entire user experience flow we've built up just didn't make sense. And so when we kind of went out to build Bolt, we just thought, you know, if we were inventing our product today, what would the interface look like given what is now possible with the AI code gen? And so there's definitely a lot of conversations we had internally, but you know, just kind of when we logically laid it out, we were like, yeah, I think it makes sense to just greenfield a new thing and let's see what happens. If it works great, then we'll figure it out. If it doesn't work great, then it'll get deleted at some point. So that's kind of how it actually came to be.Swyx [00:02:49]: I'll mention your background a little bit. You were also founder of Thinkster before you started StackBlitz. So both of you are second time founders. Both of you have sort of re-founded your company recently. Yours was more of a rename. I think a slightly different direction as well. And then we can talk about both. Maybe just chronologically, should we get caught up on where Kodo is first and then you know, just like what people should know since the last pod? Sure.Itamar [00:03:12]: The last pod was two months after we launched and we basically had the vision that we talked about. The idea that software development is about specification, test and code, etc. We are more on the testing part as in essence, we think that if you solve testing, you solve software development. The beautiful chart that we'll put up on screen. And testing is a really big field, like there are many dimensions, unit testing, the level of the component, how big it is, how large it is. And then there is like different type of testing, is it regression or smoke or whatever. So back then we only had like one ID extension with unit tests as in focus. One and a half year later, first ID extension supports more type of testing as context aware. We index local, local repos, but also 10,000s of repos for Fortune 500 companies. We have another agent, another tool that is called, the pure agent is the open source and the commercial one is CodoMerge. And then we have another open source called CoverAgent, which is not yet a commercial product coming very soon. It's very impressive. It could be that already people are approving automated pull requests that they don't even aware in really big open sources. So once we have enough of these, we will also launch another agent. So for the first one and a half year, what we did is grew in our offering and mostly on the side of, does this code actually works, testing, code review, et cetera. And we believe that's the critical milestone that needs to be achieved to actually have the AI engineer for enterprise software. And then like for the first year was everything bottom up, getting to 1 million installation. 2024, that was 2023, 2024 was starting to monetize, to feel like how it is to make the first buck. So we did the teams offering, it went well with a thousand of teams, et cetera. And then we started like just a few months ago to do enterprise with everything you need, which is a lot of things that discussed in the last post that was just released by Codelm. So that's how we call it at Codelm. Just opening the brackets, our company name was Codelm AI, and we renamed to Codo and we call our models Codelm. So back to my point, so we started Enterprise Motion and already have multiple Fortune 100 companies. And then with that, we raised a series of $40 million. And what's exciting about it is that enables us to develop more agents. That's our focus. I think it's very different. We're not coming very soon with an ID or something like that.Swyx [00:06:01]: You don't want to fork this code?Itamar [00:06:03]: Maybe we'll fork JetBrains or something just to be different.Swyx [00:06:08]: I noticed that, you know, I think the promise of general purpose agents has kind of died. Like everyone is doing kind of what you're doing. There's Codogen, Codomerge, and then there's a third one. What's the name of it?Itamar [00:06:17]: Yeah. Codocover. Cover. Which is like a commercial version of a cover agent. It's coming soon.Swyx [00:06:23]: Yeah. It's very similar with factory AI, also doing like droids. They all have special purpose doing things, but people don't really want general purpose agents. Right. The last time you were here, we talked about AutoGBT, the biggest thing of 2023. This year, not really relevant anymore. And I think it's mostly just because when you give me a general purpose agent, I don't know what to do with it.Eric [00:06:42]: Yeah.Itamar [00:06:43]: I totally agree with that. We're seeing it for a while and I think it will stay like that despite the computer use, et cetera, that supposedly can just replace us. You can just like prompt it to be, hey, now be a QA or be a QA person or a developer. I still think that there's a few reasons why you see like a dedicated agent. Again, I'm a bit more focused, like my head is more on complex software for big teams and enterprise, et cetera. And even think about permissions and what are the data sources and just the same way you manage permissions for users. Developers, you probably want to have dedicated guardrails and dedicated approvals for agents. I intentionally like touched a point on not many people think about. And of course, then what you can think of, like maybe there's different tools, tool use, et cetera. But just the first point by itself is a good reason why you want to have different agents.Alessio [00:07:40]: Just to compare that with Bot.new, you're almost focused on like the application is very complex and now you need better tools to kind of manage it and build on top of it. On Bot.new, it's almost like I was using it the other day. There's basically like, hey, look, I'm just trying to get started. You know, I'm not very opinionated on like how you're going to implement this. Like this is what I want to do. And you build a beautiful app with it. What people ask as the next step, you know, going back to like the general versus like specific, have you had people say, hey, you know, this is great to start, but then I want a specific Bot.new dot whatever else to do a more vertical integration and kind of like development or what's the, what do people say?Eric [00:08:18]: Yeah. I think, I think you kind of hit the, hit it head on, which is, you know, kind of the way that we've, we've kind of talked about internally is it's like people are using Bolt to go from like 0.0 to 1.0, like that's like kind of the biggest unlock that Bolt has versus most other things out there. I mean, I think that's kind of what's, what's very unique about Bolt. I think the, you know, the working on like existing enterprise applications is, I mean, it's crazy important because, you know, there's a, you look, when you look at the fortune 500, I mean, these code bases, some of these have been around for 20, 30 plus years. And so it's important to be going from, you know, 101.3 to 101.4, et cetera. I think for us, so what's been actually pretty interesting is we see there's kind of two different users for us that are coming in and it's very distinct. It's like people that are developers already. And then there's people that have never really written software and more if they have, it's been very, very minimal. And so in the first camp, what these developers are doing, like to go from zero to one, they're coming to Bolt and then they're ejecting the thing to get up or just downloading it and, you know, opening cursor, like whatever to, to, you know, keep iterating on the thing. And sometimes they'll bring it back to Bolt to like add in a huge piece of functionality or something. Right. But for the people that don't know how to code, they're actually just, they, they live in this thing. And that was one of the weird things when we launched is, you know, within a day of us being online, one of the most popular YouTube videos, and there's been a ton since, which was, you know, there's like, oh, Bolt is the cursor killer. And I originally saw the headlines and I was like, thanks for the views. I mean, I don't know. This doesn't make sense to me. That's not, that's not what we kind of thought.Swyx [00:09:44]: It's how YouTubers talk to each other. Well, everything kills everything else.Eric [00:09:47]: Totally. But what blew my mind was that there was any comparison because it's like cursor is a, is a local IDE product. But when, when we actually kind of dug into it and we, and we have people that are using our product saying this, I'm not using cursor. And I was like, what? And it turns out there are hundreds of thousands of people that we have seen that we're using cursor and we're trying to build apps with that where they're not traditional software does, but we're heavily leaning on the AI. And as you can imagine, it is very complicated, right? To do that with cursor. So when Bolt came out, they're like, wow, this thing's amazing because it kind of inverts the complexity where it's like, you know, it's not an IDE, it's, it's a, it's a chat-based sort of interface that we have. So that's kind of the split, which is rather interesting. We've had like the first startups now launch off of Bolt entirely where this, you know, tomorrow I'm doing a live stream with this guy named Paul, who he's built an entire CRM using this thing and you know, with backend, et cetera. And people have made their first money on the internet period, you know, launching this with Stripe or whatever have you. So that's, that's kind of the two main, the two main categories of folks that we see using Bolt though.Itamar [00:10:51]: I agree that I don't understand the comparison. It doesn't make sense to me. I think like we have like two type of families of tools. One is like we re-imagine the software development. I think Bolt is there and I think like a cursor is more like a evolution of what we already have. It's like taking the IDE and it's, it's amazing and it's okay, let's, let's adapt the IDE to an era where LLMs can do a lot for us. And Bolt is more like, okay, let's rethink everything totally. And I think we see a few tools there, like maybe Vercel, Veo and maybe Repl.it in that area. And then in the area of let's expedite, let's change, let's, let's progress with what we already have. You can see Cursor and Kodo, but we're different between ourselves, Cursor and Kodo, but definitely I think that comparison doesn't make sense.Alessio [00:11:42]: And just to set the context, this is not a Twitter demo. You've made 4 million of revenue in four weeks. So this is, this is actually working, you know, it's not a, what, what do you think that is? Like, there's been so many people demoing coding agents on Twitter and then it doesn't really work. And then you guys were just like, here you go, it's live, go use it, pay us for it. You know, is there anything in the development that was like interesting and maybe how that compares to building your own agents?Eric [00:12:08]: We had no idea, honestly, like we, we, we've been pretty blown away and, and things have just kind of continued to grow faster since then. We're like, oh, today is week six. So I, I kind of came back to the point you just made, right, where it's, you, you kind of outlined, it's like, there's kind of this new market of like kind of rethinking the software development and then there's heavily augmenting existing developers. I think that, you know, both of which are, you know, AI code gen being extremely good, it's allowed existing developers, it's allowing existing developers to camera out software far faster than they could have ever before, right? It's like the ultimate power tool for an existing developer. But this code gen stuff is now so good. And then, and we saw this over the past, you know, from the beginning of the year when we tried to first build, it's actually lowered the barrier to people that, that aren't traditionally software engineers. But the kind of the key thing is if you kind of think about it from, imagine you've never written software before, right? My co-founder and I, he and I grew up down the street from each other in Chicago. We learned how to code when we were 13 together and we've been building stuff ever since. And this is back in like the mid 2000s or whatever, you know, there was nothing for free to learn from online on the internet and how to code. For our 13th birthdays, we asked our parents for, you know, O'Reilly books cause you couldn't get this at the library, right? And so instead of like an Xbox, we got, you know, programming books. But the hardest part for everyone learning to code is getting an environment set up locally, you know? And so when we built StackBlitz, like kind of the key thesis, like seven years ago, the insight we had was that, Hey, it seems like the browser has a lot of new APIs like WebAssembly and service workers, et cetera, where you could actually write an operating system that ran inside the browser that could boot in milliseconds. And you, you know, basically there's this missing capability of the web. Like the web should be able to build apps for the web, right? You should be able to build the web on the web. Every other platform has that, Visual Studio for Windows, Xcode for Mac. The web has no built in primitive for this. And so just like our built in kind of like nerd instinct on this was like, that seems like a huge hole and it's, you know, it will be very valuable or like, you know, very valuable problem to solve. So if you want to set up that environments, you know, this is what we spent the past seven years doing. And the reality is existing developers have running locally. They already know how to set up that environment. So the problem isn't as acute for them. When we put Bolt online, we took that technology called WebContainer and married it with these, you know, state of the art frontier models. And the people that have the most pain with getting stuff set up locally is people that don't code. I think that's been, you know, really the big explosive reason is no one else has been trying to make dev environments work inside of a browser tab, you know, for the past if since ever, other than basically our company, largely because there wasn't an immediate demand or need. So I think we kind of find ourselves at the right place at the right time. And again, for this market of people that don't know how to write software, you would kind of expect that you should be able to do this without downloading something to your computer in the same way that, hey, I don't have to download Photoshop now to make designs because there's Figma. I don't have to download Word because there's, you know, Google Docs. They're kind of looking at this as that sort of thing, right? Which was kind of the, you know, our impetus and kind of vision from the get-go. But you know, the code gen, the AI code gen stuff that's come out has just been, you know, an order of magnitude multiplier on how magic that is, right? So that's kind of my best distillation of like, what is going on here, you know?Alessio [00:15:21]: And you can deploy too, right?Eric [00:15:22]: Yeah.Alessio [00:15:23]: Yeah.Eric [00:15:24]: And so that's, what's really cool is it's, you know, we have deployment built in with Netlify and this is actually, I think, Sean, you actually built this at Netlify when you were there. Yeah. It's one of the most brilliant integrations actually, because, you know, effectively the API that Sean built, maybe you can speak to it, but like as a provider, we can just effectively give files to Netlify without the user even logging in and they have a live website. And if they want to keep, hold onto it, they can click a link and claim it to their Netlify account. But it basically is just this really magic experience because when you come to Bolt, you say, I want a website. Like my mom, 70, 71 years old, made her first website, you know, on the internet two weeks ago, right? It was about her nursing days.Swyx [00:16:03]: Oh, that's fantastic though. It wouldn't have been made.Eric [00:16:06]: A hundred percent. Cause even in, you know, when we've had a lot of people building personal, like deeply personal stuff, like in the first week we launched this, the sales guy from the East Coast, you know, replied to a tweet of mine and he said, thank you so much for building this to your team. His daughter has a medical condition and so for her to travel, she has to like line up donors or something, you know, so ahead of time. And so he actually used Bolt to make a website to do that, to actually go and send it to folks in the region she was going to travel to ahead of time. I was really touched by it, but I also thought like, why, you know, why didn't he use like Wix or Squarespace? Right? I mean, this is, this is a solved problem, quote unquote, right? And then when I thought, I actually use Squarespace for my, for my, uh, the wedding website for my wife and I, like back in 2021, so I'm familiar, you know, it was, it was faster. I know how to code. I was like, this is faster. Right. And I thought back and I was like, there's a whole interface you have to learn how to use. And it's actually not that simple. There's like a million things you can configure in that thing. When you come to Bolt, there's a, there's a text box. You just say, I need a, I need a wedding website. Here's the date. Here's where it is. And here's a photo of me and my wife, put it somewhere relevant. It's actually the simplest way. And that's what my, when my mom came, she said, uh, I'm Pat Simons. I was a nurse in the seventies, you know, and like, here's the things I did and a website came out. So coming back to why is this such a, I think, why are we seeing this sort of growth? It's, this is the simplest interface I think maybe ever created to actually build it, a deploy a website. And then that website, my mom made, she's like, okay, this looks great. And there's, there's one button, you just click it, deploy, and it's live and you can buy a domain name, attach it to it. And you know, it's as simple as it gets, it's getting even simpler with some of the stuff we're working on. But anyways, so that's, it's, it's, uh, it's been really interesting to see some of the usage like that.Swyx [00:17:46]: I can offer my perspective. So I, you know, I probably should have disclosed a little bit that, uh, I'm a, uh, stack list investor.Alessio [00:17:53]: Canceled the episode. I know, I know. Don't play it now. Pause.Eric actually reached out to ShowMeBolt before the launch. And we, you know, we talked a lot about, like, the framing of, of what we're going to talk about how we marketed the thing, but also, like, what we're So that's what Bolt was going to need, like a whole sort of infrastructure.swyx: Netlify, I was a maintainer but I won't take claim for the anonymous upload. That's actually the origin story of Netlify. We can have Matt Billman talk about it, but that was [00:18:00] how Netlify started. You could drag and drop your zip file or folder from your desktop onto a website, it would have a live URL with no sign in.swyx: And so that was the origin story of Netlify. And it just persists to today. And it's just like it's really nice, interesting that both Bolt and CognitionDevIn and a bunch of other sort of agent type startups, they all use Netlify to deploy because of this one feature. They don't really care about the other features.swyx: But, but just because it's easy for computers to use and talk to it, like if you build an interface for computers specifically, that it's easy for them to Navigate, then they will be used in agents. And I think that's a learning that a lot of developer tools companies are having. That's my bolt launch story and now if I say all that stuff.swyx: And I just wanted to come back to, like, the Webcontainers things, right? Like, I think you put a lot of weight on the technical modes. I think you also are just like, very good at product. So you've, you've like, built a better agent than a lot of people, the rest of us, including myself, who have tried to build these things, and we didn't get as far as you did.swyx: Don't shortchange yourself on products. But I think specifically [00:19:00] on, on infra, on like the sandboxing, like this is a thing that people really want. Alessio has Bax E2B, which we'll have on at some point, talking about like the sort of the server full side. But yours is, you know, inside of the browser, serverless.swyx: It doesn't cost you anything to serve one person versus a million people. It doesn't, doesn't cost you anything. I think that's interesting. I think in theory, we should be able to like run tests because you can run the full backend. Like, you can run Git, you can run Node, you can run maybe Python someday.swyx: We talked about this. But ideally, you should be able to have a fully gentic loop, running code, seeing the errors, correcting code, and just kind of self healing, right? Like, I mean, isn't that the dream?Eric: Totally.swyx: Yeah,Eric: totally. At least in bold, we've got, we've got a good amount of that today. I mean, there's a lot more for us to do, but one of the nice things, because like in web container, you know, there's a lot of kind of stuff you go Google like, you know, turn docker container into wasm.Eric: You'll find a lot of stuff out there that will do that. The problem is it's very big, it's slow, and that ruins the experience. And so what we ended up doing is just writing an operating system from [00:20:00] scratch that was just purpose built to, you know, run in a browser tab. And the reason being is, you know, Docker 2 awesome things will give you an image that's like out 60 to 100 megabits, you know, maybe more, you know, and our, our OS, you know, kind of clocks in, I think, I think we're in like a, maybe, maybe a megabyte or less or something like that.Eric: I mean, it's, it's, you know, really, really, you know, stripped down.swyx: This is basically the task involved is I understand that it's. Mapping every single, single Linux call to some kind of web, web assembly implementation,Eric: but more or less, and, and then there's a lot of things actually, like when you're looking at a dev environment, there's a lot of things that you don't need that a traditional OS is gonna have, right?Eric: Like, you know audio drivers or you like, there's just like, there's just tons of things. Oh, yeah. Right. Yeah. That goes . Yeah. You can just kind, you can, you can kind of tos them. Or alternatively, what you can do is you can actually be the nice thing. And this is, this kind of comes back to the origins of browsers, which is, you know, they're, they're at the beginning of the web and, you know, the late nineties, there was two very different kind of visions for the web where Alan Kay vehemently [00:21:00] disagree with the idea that should be document based, which is, you know, Tim Berners Lee, you know, that, and that's kind of what ended up winning, winning was this document based kind of browsing documents on the web thing.Eric: Alan Kay, he's got this like very famous quote where he said, you know, you want web browsers to be mini operating systems. They should download little mini binaries and execute with like a little mini virtualized operating system in there. And what's kind of interesting about the history, not to geek out on this aspect, what's kind of interesting about the history is both of those folks ended up being right.Eric: Documents were actually the pragmatic way that the web worked. Was, you know, became the most ubiquitous platform in the world to the degree now that this is why WebAssembly has been invented is that we're doing, we need to do more low level things in a browser, same thing with WebGPU, et cetera. And so all these APIs, you know, to build an operating system came to the browser.Eric: And that was actually the realization we had in 2017 was, holy heck, like you can actually, you know, service workers, which were designed for allowing your app to work offline. That was the kind of the key one where it was like, wait a second, you can actually now run. Web servers within a [00:22:00] browser, like you can run a server that you open up.Eric: That's wild. Like full Node. js. Full Node. js. Like that capability. Like, I can have a URL that's programmatically controlled. By a web application itself, boom. Like the web can build the web. The primitive is there. Everyone at the time, like we talked to people that like worked on, you know Chrome and V8 and they were like, uhhhh.Eric: You know, like I don't know. But it's one of those things you just kind of have to go do it to find out. So we spent a couple of years, you know, working on it and yeah. And, and, and got to work in back in 2021 is when we kind of put the first like data of web container online. Butswyx: in partnership with Google, right?swyx: Like Google actually had to help you get over the finish line with stuff.Eric: A hundred percent, because well, you know, over the years of when we were doing the R and D on the thing. Kind of the biggest challenge, the two ways that you can kind of test how powerful and capable a platform are, the two types of applications are one, video games, right, because they're just very compute intensive, a lot of calculations that have to happen, right?Eric: The second one are IDEs, because you're talking about actually virtualizing the actual [00:23:00] runtime environment you are in to actually build apps on top of it, which requires sophisticated capabilities, a lot of access to data. You know, a good amount of compute power, right, to effectively, you know, building app in app sort of thing.Eric: So those, those are the stress tests. So if your platform is missing stuff, those are the things where you find out. Those are, those are the people building games and IDEs. They're the ones filing bugs on operating system level stuff. And for us, browser level stuff.Eric [00:23:47]: yeah, what ended up happening is we were just hammering, you know, the Chromium bug tracker, and they're like, who are these guys? Yeah. And, and they were amazing because I mean, just making Chrome DevTools be able to debug, I mean, it's, it's not, it wasn't originally built right for debugging an operating system, right? They've been phenomenal working with us and just kind of really pushing the limits, but that it's a rising tide that's kind of lifted all boats because now there's a lot of different types of applications that you can debug with Chrome Dev Tools that are running a browser that runs more reliably because just the stress testing that, that we and, you know, games that are coming to the web are kind of pushing as well, but.Itamar [00:24:23]: That's awesome. About the testing, I think like most, let's say coding assistant from different kinds will need this loop of testing. And even I would add code review to some, to some extent that you mentioned. How is testing different from code review? Code review could be, for example, PR review, like a code review that is done at the point of when you want to merge branches. But I would say that code review, for example, checks best practices, maintainability, and so on. It's not just like CI, but more than CI. And testing is like a more like checking functionality, et cetera. So it's different. We call, by the way, all of these together code integrity, but that's a different story. Just to go back to the, to the testing and specifically. Yeah. It's, it's, it's since the first slide. Yeah. We're consistent. So if we go back to the testing, I think like, it's not surprising that for us testing is important and for Bolt it's testing important, but I want to shed some light on a different perspective of it. Like let's think about autonomous driving. Those startups that are doing autonomous driving for highway and autonomous driving for the city. And I think like we saw the autonomous of the highway much faster and reaching to a level, I don't know, four or so much faster than those in the city. Now, in both cases, you need testing and quote unquote testing, you know, verifying validation that you're doing the right thing on the road and you're reading and et cetera. But it's probably like so different in the city that it could be like actually different technology. And I claim that we're seeing something similar here. So when you're building the next Wix, and if I was them, I was like looking at you and being a bit scared. That's what you're disrupting, what you just said. Then basically, I would say that, for example, the UX UI is freaking important. And because you're you're more aiming for the end user. In this case, maybe it's an end user that doesn't know how to develop for developers. It's also important. But let alone those that do not know to develop, they need a slick UI UX. And I think like that's one reason, for example, I think Cursor have like really good technology. I don't know the underlying what's under the hood, but at least what they're saying. But I think also their UX UI is great. It's a lot because they did their own ID. While if you're aiming for the city AI, suddenly like there's a lot of testing and code review technology that it's not necessarily like that important. For example, let's talk about integration tests. Probably like a lot of what you're building involved at the moment is isolated applications. Maybe the vision or the end game is maybe like having one solution for everything. It could be that eventually the highway companies will go into the city and the other way around. But at the beginning, there is a difference. And integration tests are a good example. I guess they're a bit less important. And when you think about enterprise software, they're really important. So to recap, like I think like the idea of looping and verifying your test and verifying your code in different ways, testing or code review, et cetera, seems to be important in the highway AI and the city AI, but in different ways and different like critical for the city, even more and more variety. Actually, I was looking to ask you like what kind of loops you guys are doing. For example, when I'm using Bolt and I'm enjoying it a lot, then I do see like sometimes you're trying to catch the errors and fix them. And also, I noticed that you're breaking down tasks into smaller ones and then et cetera, which is already a common notion for a year ago. But it seems like you're doing it really well. So if you're willing to share anything about it.Eric [00:28:07]: Yeah, yeah. I realized I never actually hit the punchline of what I was saying before. I mentioned the point about us kind of writing an operating system from scratch because what ended up being important about that is that to your point, it's actually a very, like compared to like a, you know, if you're like running cursor on anyone's machine, you kind of don't know what you're dealing with, with the OS you're running on. There could be an error happens. It could be like a million different things, right? There could be some config. There could be, it could be God knows what, right? The thing with WebConnect is because we wrote the entire thing from scratch. It's actually a unified image basically. And we can instrument it at any level that we think is going to be useful, which is exactly what we did when we started building Bolt is we instrumented stuff at like the process level, at the runtime level, you know, et cetera, et cetera, et cetera. Stuff that would just be not impossible to do on local, but to do that in a way that works across any operating system, whatever is, I mean, would just be insanely, you know, insanely difficult to do right and reliably. And that's what you saw when you've used Bolt is that when an error actually will occur, whether it's in the build process or the actual web application itself is failing or anything kind of in between, you can actually capture those errors. And today it's a very primitive way of how we've implemented it largely because the product just didn't exist 90 days ago. So we're like, we got some work ahead of us and we got to hire some more a little bit, but basically we present and we say, Hey, this is, here's kind of the things that went wrong. There's a fix it button and then a ignore button, and then you can just hit fix it. And then we take all that telemetry through our agent, you run it through our agent and say, kind of, here's the state of the application. Here's kind of the errors that we got from Node.js or the browser or whatever, and like dah, dah, dah, dah. And it can take a crack at actually solving it. And it's actually pretty darn good at being able to do that. That's kind of been a, you know, closing the loop and having it be a reliable kind of base has seemed to be a pretty big upgrade over doing stuff locally, just because I think that's a pretty key ingredient of it. And yeah, I think breaking things down into smaller tasks, like that's, that's kind of a key part of our agent. I think like Claude did a really good job with artifacts. I think, you know, us and kind of everyone else has, has kind of taken their approach of like actually breaking out certain tasks in a certain order into, you know, kind of a concrete way. And, and so actually the core of Bolt, I know we actually made open source. So you can actually go and check out like the system prompts and et cetera, and you can run it locally and whatever have you. So anyone that's interested in this stuff, I'd highly recommend taking a look at. There's not a lot of like stuff that's like open source in this realm. It's, that was one of the fun things that we've we thought would be cool to do. And people, people seem to like it. I mean, there's a lot of forks and people adding different models and stuff. So it's been cool to see.Swyx [00:30:41]: Yeah. I'm happy to add, I added real-time voice for my opening day demo and it was really fun to hack with. So thank you for doing that. Yeah. Thank you. I'm going to steal your code.Eric [00:30:52]: Because I want that.Swyx [00:30:52]: It's funny because I built on top of the fork of Bolt.new that already has the multi LLM thing. And so you just told me you're going to merge that in. So then you're going to merge two layers of forks down into this thing. So it'll be fun.Eric [00:31:03]: Heck yeah.Alessio [00:31:04]: Just to touch on like the environment, Itamar, you maybe go into the most complicated environments that even the people that work there don't know how to run. How much of an impact does that have on your performance? Like, you know, it's most of the work you're doing actually figuring out environment and like the libraries, because I'm sure they're using outdated version of languages, they're using outdated libraries, they're using forks that have not been on the public internet before. How much of the work that you're doing is like there versus like at the LLM level?Itamar [00:31:32]: One of the reasons I was asking about, you know, what are the steps to break things down, because it really matters. Like, what's the tech stack? How complicated the software is? It's hard to figure it out when you're dealing with the real world, any environment of enterprise as a city, when I'm like, while maybe sometimes like, I think you do enable like in Bolt, like to install stuff, but it's quite a like controlled environment. And that's a good thing to do, because then you narrow down and it's easier to make things work. So definitely, there are two dimensions, I think, actually spaces. One is the fact just like installing our software without yet like doing anything, making it work, just installing it because we work with enterprise and Fortune 500, etc. Many of them want on prem solution.Swyx [00:32:22]: So you have how many deployment options?Itamar [00:32:24]: Basically, we had, we did a metric metrics, say 96 options, because, you know, they're different dimensions. Like, for example, one dimension, we connect to your code management system to your Git. So are you having like GitHub, GitLab? Subversion? Is it like on cloud or deployed on prem? Just an example. Which model agree to use its APIs or ours? Like we have our Is it TestGPT? Yeah, when we started with TestGPT, it was a huge mistake name. It was cool back then, but I don't think it's a good idea to name a model after someone else's model. Anyway, that's my opinion. So we gotSwyx [00:33:02]: I'm interested in these learnings, like things that you change your mind on.Itamar [00:33:06]: Eventually, when you're building a company, you're building a brand and you want to create your own brand. By the way, when I thought about Bolt.new, I also thought about if it's not a problem, because when I think about Bolt, I do think about like a couple of companies that are already called this way.Swyx [00:33:19]: Curse companies. You could call it Codium just to...Itamar [00:33:24]: Okay, thank you. Touche. Touche.Eric [00:33:27]: Yeah, you got to imagine the board meeting before we launched Bolt, one of our investors, you can imagine they're like, are you sure? Because from the investment side, it's kind of a famous, very notorious Bolt. And they're like, are you sure you want to go with that name? Oh, yeah. Yeah, absolutely.Itamar [00:33:43]: At this point, we have actually four models. There is a model for autocomplete. There's a model for the chat. There is a model dedicated for more for code review. And there is a model that is for code embedding. Actually, you might notice that there isn't a good code embedding model out there. Can you name one? Like dedicated for code?Swyx [00:34:04]: There's code indexing, and then you can do sort of like the hide for code. And then you can embed the descriptions of the code.Itamar [00:34:12]: Yeah, but you do see a lot of type of models that are dedicated for embedding and for different spaces, different fields, etc. And I'm not aware. And I know that if you go to the bedrock, try to find like there's a few code embedding models, but none of them are specialized for code.Swyx [00:34:31]: Is there a benchmark that you would tell us to pay attention to?Itamar [00:34:34]: Yeah, so it's coming. Wait for that. Anyway, we have our models. And just to go back to the 96 option of deployment. So I'm closing the brackets for us. So one is like dimensional, like what Git deployment you have, like what models do you agree to use? Dotter could be like if it's air-gapped completely, or you want VPC, and then you have Azure, GCP, and AWS, which is different. Do you use Kubernetes or do not? Because we want to exploit that. There are companies that do not do that, etc. I guess you know what I mean. So that's one thing. And considering that we are dealing with one of all four enterprises, we needed to deal with that. So you asked me about how complicated it is to solve that complex code. I said, it's just a deployment part. And then now to the software, we see a lot of different challenges. For example, some companies, they did actually a good job to build a lot of microservices. Let's not get to if it's good or not, but let's first assume that it is a good thing. A lot of microservices, each one of them has their own repo. And now you have tens of thousands of repos. And you as a developer want to develop something. And I remember me coming to a corporate for the first time. I don't know where to look at, like where to find things. So just doing a good indexing for that is like a challenge. And moreover, the regular indexing, the one that you can find, we wrote a few blogs on that. By the way, we also have some open source, different than yours, but actually three and growing. Then it doesn't work. You need to let the tech leads and the companies influence your indexing. For example, Mark with different repos with different colors. This is a high quality repo. This is a lower quality repo. This is a repo that we want to deprecate. This is a repo we want to grow, etc. And let that be part of your indexing. And only then things actually work for enterprise and they don't get to a fatigue of, oh, this is awesome. Oh, but I'm starting, it's annoying me. I think Copilot is an amazing tool, but I'm quoting others, meaning GitHub Copilot, that they see not so good retention of GitHub Copilot and enterprise. Ooh, spicy. Yeah. I saw snapshots of people and we have customers that are Copilot users as well. And also I saw research, some of them is public by the way, between 38 to 50% retention for users using Copilot and enterprise. So it's not so good. By the way, I don't think it's that bad, but it's not so good. So I think that's a reason because, yeah, it helps you auto-complete, but then, and especially if you're working on your repo alone, but if it's need that context of remote repos that you're code-based, that's hard. So to make things work, there's a lot of work on that, like giving the controllability for the tech leads, for the developer platform or developer experience department in the organization to influence how things are working. A short example, because if you have like really old legacy code, probably some of it is not so good anymore. If you just fine tune on these code base, then there is a bias to repeat those mistakes or old practices, etc. So you need, for example, as I mentioned, to influence that. For example, in Coda, you can have a markdown of best practices by the tech leads and Coda will include that and relate to that and will not offer suggestions that are not according to the best practices, just as an example. So that's just a short list of things that you need to do in order to deal with, like you mentioned, the 100.1 to 100.2 version of software. I just want to say what you're doing is extremelyEric [00:38:32]: impressive because it's very difficult. I mean, the business of Stackplus, kind of before bulk came online, we sold a version of our IDE that went on-prem. So I understand what you're saying about the difficulty of getting stuff just working on-prem. Holy heck. I mean, that is extremely hard. I guess the question I have for you is, I mean, we were just doing that with kind of Kubernetes-based stuff, but the spread of Fortune 500 companies that you're working with, how are they doing the inference for this? Are you kind of plugging into Azure's OpenAI stuff and AWS's Bedrock, you know, Cloud stuff? Or are they just like running stuff on GPUs? Like, what is that? How are these folks approaching that? Because, man, what we saw on the enterprise side, I mean, I got to imagine that that's a huge challenge. Everything you said and more, like,Itamar [00:39:15]: for example, like someone could be, and I don't think any of these is bad. Like, they made their decision. Like, for example, some people, they're, I want only AWS and VPC on AWS, no matter what. And then they, some of them, like there is a subset, I will say, I'm willing to take models only for from Bedrock and not ours. And we have a problem because there is no good code embedding model on Bedrock. And that's part of what we're doing now with AWS to solve that. We solve it in a different way. But if you are willing to run on AWS VPC, but run your run models on GPUs or inferentia, like the new version of the more coming out, then our models can run on that. But everything you said is right. Like, we see like on-prem deployment where they have their own GPUs. We see Azure where you're using OpenAI Azure. We see cases where you're running on GCP and they want OpenAI. Like this cross, like a case, although there is Gemini or even Sonnet, I think is available on GCP, just an example. So all the options, that's part of the challenge. I admit that we thought about it, but it was even more complicated. And it took us a few months to actually, that metrics that I mentioned, to start clicking each one of the blocks there. A few months is impressive. I mean,Eric [00:40:35]: honestly, just that's okay. Every one of these enterprises is, their networking is different. Just everything's different. Every single one is different. I see you understand. Yeah. So that just cannot be understated. That it is, that's extremely impressive. Hats off.Itamar [00:40:50]: It could be, by the way, like, for example, oh, we're only AWS, but our GitHub enterprise is on-prem. Oh, we forgot. So we need like a private link or whatever, like every time like that. It's not, and you do need to think about it if you want to work with an enterprise. And it's important. Like I understand like their, I respect their point of view.Swyx [00:41:10]: And this primarily impacts your architecture, your tech choices. Like you have to, you can't choose some vendors because...Itamar [00:41:15]: Yeah, definitely. To be frank, it makes us hard for a startup because it means that we want, we want everyone to enjoy all the variety of models. By the way, it was hard for us with our technology. I want to open a bracket, like a window. I guess you're familiar with our Alpha Codium, which is an open source.Eric [00:41:33]: We got to go over that. Yeah. So I'll do that quickly.Itamar [00:41:36]: Yeah. A pin in that. Yeah. Actually, we didn't have it in the last episode. So, so, okay.Swyx [00:41:41]: Okay. We'll come back to that later, but let's talk about...Itamar [00:41:43]: Yeah. So, so just like shortly, and then we can double click on Alpha Codium. But Alpha Codium is a open source tool. You can go and try it and lets you compete on CodeForce. This is a website and a competition and actually reach a master level level, like 95% with a click of a button. You don't need to do anything. And part of what we did there is taking a problem and breaking it to different, like smaller blocks. And then the models are doing a much better job. Like we all know it by now that taking small tasks and solving them, by the way, even O1, which is supposed to be able to do system two thinking like Greg from OpenAI like hinted, is doing better on these kinds of problems. But still, it's very useful to break it down for O1, despite O1 being able to think by itself. And that's what we presented like just a month ago, OpenAI released that now they are doing 93 percentile with O1 IOI left and International Olympiad of Formation. Sorry, I forgot. Exactly. I told you I forgot. And we took their O1 preview with Alpha Codium and did better. Like it just shows like, and there is a big difference between the preview and the IOI. It shows like that these models are not still system two thinkers, and there is a big difference. So maybe they're not complete system two. Yeah, they need some guidance. I call them system 1.5. We can, we can have it. I thought about it. Like, you know, I care about this philosophy stuff. And I think like we didn't see it even close to a system two thinking. I can elaborate later. But closing the brackets, like we take Alpha Codium and as our principle of thinking, we take tasks and break them down to smaller tasks. And then we want to exploit the best model to solve them. So I want to enable anyone to enjoy O1 and SONET and Gemini 1.5, etc. But at the same time, I need to develop my own models as well, because some of the Fortune 500 want to have all air gapped or whatever. So that's a challenge. Now you need to support so many models. And to some extent, I would say that the flow engineering, the breaking down to two different blocks is a necessity for us. Why? Because when you take a big block, a big problem, you need a very different prompt for each one of the models to actually work. But when you take a big problem and break it into small tasks, we can talk how we do that, then the prompt matters less. What I want to say, like all this, like as a startup trying to do different deployment, getting all the juice that you can get from models, etc. is a big problem. And one need to think about it. And one of our mitigation is that process of taking tasks and breaking them down. That's why I'm really interested to know how you guys are doing it. And part of what we do is also open source. So you can see.Swyx [00:44:39]: There's a lot in there. But yeah, flow over prompt. I do believe that that does make sense. I feel like there's a lot that both of you can sort of exchange notes on breaking down problems. And I just want you guys to just go for it. This is fun to watch.Eric [00:44:55]: Yeah. I mean, what's super interesting is the context you're working in is, because for us too with Bolt, we've started thinking because our kind of existing business line was going behind the firewall, right? We were like, how do we do this? Adding the inference aspect on, we're like, okay, how does... Because I mean, there's not a lot of prior art, right? I mean, this is all new. This is all new. So I definitely am going to have a lot of questions for you.Itamar [00:45:17]: I'm here. We're very open, by the way. We have a paper on a blog or like whatever.Swyx [00:45:22]: The Alphacodeum, GitHub, and we'll put all this in the show notes.Itamar [00:45:25]: Yeah. And even the new results of O1, we published it.Eric [00:45:29]: I love that. And I also just, I think spiritually, I like your approach of being transparent. Because I think there's a lot of hype-ium around AI stuff. And a lot of it is, it's just like, you have these companies that are just kind of keep their stuff closed source and then just max hype it, but then it's kind of nothing. And I think it kind of gives a bad rep to the incredible stuff that's actually happening here. And so I think it's stuff like what you're doing where, I mean, true merit and you're cracking open actual code for others to learn from and use. That strikes me as the right approach. And it's great to hear that you're making such incredible progress.Itamar [00:46:02]: I have something to share about the open source. Most of our tools are, we have an open source version and then a premium pro version. But it's not an easy decision to do that. I actually wanted to ask you about your strategy, but I think in your case, there is, in my opinion, relatively a good strategy where a lot of parts of open source, but then you have the deployment and the environment, which is not right if I get it correctly. And then there's a clear, almost hugging face model. Yeah, you can do that, but why should you try to deploy it yourself, deploy it with us? But in our case, and I'm not sure you're not going to hit also some competitors, and I guess you are. I wanted to ask you, for example, on some of them. In our case, one day we looked on one of our competitors that is doing code review. We're a platform. We have the code review, the testing, et cetera, spread over the ID to get. And in each agent, we have a few startups or a big incumbents that are doing only that. So we noticed one of our competitors having not only a very similar UI of our open source, but actually even our typo. And you sit there and you're kind of like, yeah, we're not that good. We don't use enough Grammarly or whatever. And we had a couple of these and we saw it there. And then it's a challenge. And I want to ask you, Bald is doing so well, and then you open source it. So I think I know what my answer was. I gave it before, but still interestingEric [00:47:29]: to hear what you think. GeoHot said back, I don't know who he was up to at this exact moment, but I think on comma AI, all that stuff's open source. And someone had asked him, why is this open source? And he's like, if you're not actually confident that you can go and crush it and build the best thing, then yeah, you should probably keep your stuff closed source. He said something akin to that. I'm probably kind of butchering it, but I thought it was kind of a really good point. And that's not to say that you should just open source everything, because for obvious reasons, there's kind of strategic things you have to kind of take in mind. But I actually think a pretty liberal approach, as liberal as you kind of can be, it can really make a lot of sense. Because that is so validating that one of your competitors is taking your stuff and they're like, yeah, let's just kind of tweak the styles. I mean, clearly, right? I think it's kind of healthy because it keeps, I'm sure back at HQ that day when you saw that, you're like, oh, all right, well, we have to grind even harder to make sure we stay ahead. And so I think it's actually a very useful, motivating thing for the teams. Because you might feel this period of comfort. I think a lot of companies will have this period of comfort where they're not feeling the competition and one day they get disrupted. So kind of putting stuff out there and letting people push it forces you to face reality soon, right? And actually feel that incrementally so you can kind of adjust course. And that's for us, the open source version of Bolt has had a lot of features people have been begging us for, like persisting chat messages and checkpoints and stuff. Within the first week, that stuff was landed in the open source versions. And they're like, why can't you ship this? It's in the open, so people have forked it. And we're like, we're trying to keep our servers and GPUs online. But it's been great because the folks in the community did a great job, kept us on our toes. And we've got to know most of these folks too at this point that have been building these things. And so it actually was very instructive. Like, okay, well, if we're going to go kind of land this, there's some UX patterns we can kind of look at and the code is open source to this stuff. What's great about these, what's not. So anyways, NetNet, I think it's awesome. I think from a competitive point of view for us, I think in particular, what's interesting is the core technology of WebContainer going. And I think that right now, there's really nothing that's kind of on par with that. And we also, we have a business of, because WebContainer runs in your browser, but to make it work, you have to install stuff from NPM. You have to make cores bypass requests, like connected databases, which all require server-side proxying or acceleration. And so we actually sell WebContainer as a service. One of the core reasons we open-sourced kind of the core components of Bolt when we launched was that we think that there's going to be a lot more of these AI, in-your-browser AI co-gen experiences, kind of like what Anthropic did with Artifacts and Clod. By the way, Artifacts uses WebContainers. Not yet. No, yeah. Should I strike that? I think that they've got their own thing at the moment, but there's been a lot of interest in WebContainers from folks doing things in that sort of realm and in the AI labs and startups and everything in between. So I think there'll be, I imagine, over the coming months, there'll be lots of things being announced to folks kind of adopting it. But yeah, I think effectively...Swyx [00:50:35]: Okay, I'll say this. If you're a large model lab and you want to build sandbox environments inside of your chat app, you should call Eric.Itamar [00:50:43]: But wait, wait, wait, wait, wait, wait. I have a question about that. I think OpenAI, they felt that people are not using their model as they would want to. So they built ChatGPT. But I would say that ChatGPT now defines OpenAI. I know they're doing a lot of business from their APIs, but still, is this how you think? Isn't Bolt.new your business now? Why don't you focus on that instead of the...Swyx [00:51:16]: What's your advice as a founder?Eric [00:51:18]: You're right. And so going into it, we, candidly, we were like, Bolt.new, this thing is super cool. We think people are stoked. We think people will be stoked. But we were like, maybe that's allowed. Best case scenario, after month one, we'd be mind blown if we added a couple hundred K of error or something. And we were like, but we think there's probably going to be an immediate huge business. Because there was some early poll on folks wanting to put WebContainer into their product offerings, kind of similar to what Bolt is doing or whatever. We were actually prepared for the inverse outcome here. But I mean, well, I guess we've seen poll on both. But I mean, what's happened with Bolt, and you're right, it's actually the same strategy as like OpenAI or Anthropic, where we have our ChatGPT to OpenAI's APIs is Bolt to WebContainer. And so we've kind of taken that same approach. And we're seeing, I guess, some of the similar results, except right now, the revenue side is extremely lopsided to Bolt.Itamar [00:52:16]: I think if you ask me what's my advice, I think you have three options. One is to focus on Bolt. The other is to focus on the WebContainer. The third is to raise one billion dollars and do them both. I'm serious. I think otherwise, you need to choose. And if you raise enough money, and I think it's big bucks, because you're going to be chased by competitors. And I think it will be challenging to do both. And maybe you can. I don't know. We do see these numbers right now, raising above $100 million, even without havingEric [00:52:49]: a product. You can see these. It's excellent advice. And I think what's been amazing, but also kind of challenging is we're trying to forecast, okay, well, where are these things going? I mean, in the initial weeks, I think us and all the investors in the company that we're sharing this with, it was like, this is cool. Okay, we added 500k. Wow, that's crazy. Wow, we're at a million now. Most things, you have this kind of the tech crunch launch of initiation and then the thing of sorrow. And if there's going to be a downtrend, it's just not coming yet. Now that we're kind of looking ahead, we're six weeks in. So now we're getting enough confidence in our convictions to go, okay, this se
In dieser Folge gehen wir der Frage nach, ob die fundamentalen Eigenschaften Bitcoins, wie beispielsweise dessen Begrenztheit oder der proof-of-work-Konsens geändert werden könnten. Dies ist für uns insbesondere deshalb interessant, da eine Änderung des Codes bereits beispielsweise von Greenpeace gefordert wurde und immer mal wieder das Gerücht aufkommt, man könnte die Obergrenze beliebig verschieben. Warum es auf der einen Seite einfach möglich ist, Bitcoin zu ändern, es aber dennoch nicht passieren wird, erfahrt ihr in der Folge. Ihr möchtet unseren Podcast unterstützen? Hier findet ihr alle Möglichkeiten inklusive unserer Lightning-Spendenadresse & den Value 4 Value Links: bitcoinverstehen.info/unterstuetzen/
In dieser Folge gehen wir der Frage nach, ob die fundamentalen Eigenschaften Bitcoins, wie beispielsweise dessen Begrenztheit oder der proof-of-work-Konsens geändert werden könnten. Dies ist für uns insbesondere deshalb interessant, da eine Änderung des Codes bereits beispielsweise von Greenpeace gefordert wurde und immer mal wieder das Gerücht aufkommt, man könnte die Obergrenze beliebig verschieben. Warum es auf der einen Seite einfach möglich ist, Bitcoin zu ändern, es aber dennoch nicht passieren wird, erfahrt ihr in der Folge. Ihr möchtet unseren Podcast unterstützen? Hier findet ihr alle Möglichkeiten inklusive unserer Lightning-Spendenadresse & den Value 4 Value Links: bitcoinverstehen.info/unterstuetzen/
What's a Bitcoin full node? What privacy does & doesn't it offer? How can you easily & cheaply get started? Initial Block Download (IBD)? Security best practices? Are there any alternatives?
The Daily Gwei Refuel gives you a recap every week day on everything that happened in the Ethereum and crypto ecosystems over the previous 24 hours - hosted by Anthony Sassano. Timestamps and links to topics discussed: https://daily-gwei-links.vercel.app/recent 00:00 Introductory song 00:10 SBF found guilty https://twitter.com/News_Of_Alpha/status/1720226064436252687 11:25 Ethereum full node running on a PS4 https://twitter.com/sassal0x/status/1720240177749360866 14:53 Staking node operators vs validators https://twitter.com/TrueWaveBreak/status/1720132500033335742 20:42 New staking report from GSR https://twitter.com/MattKunke/status/1720188020995793175 22:15 Octant's first ETH distribution https://twitter.com/OctantApp/status/1720346250703200474 24:10 Polygon CDK vs OP Stack https://twitter.com/abhishek095/status/1720193061232451722 26:57 New MetaMask security update https://twitter.com/MetaMask/status/1720066950116626900 This episode is also available on YouTube: https://youtu.be/ANbV6MXSg-w Subscribe to the newsletter: https://thedailygwei.substack.com/ Subscribe on YouTube: https://www.youtube.com/channel/UCvCp6vKY5jDr87htKH6hgDA/ Follow Anthony on Twitter: https://twitter.com/sassal0x Follow The Daily Gwei on Twitter: https://twitter.com/thedailygwei Join the Discord Channel: https://discord.gg/4pfUJsENcg DISCLAIMER: All information presented across all of The Daily Gwei's communication channels is strictly for educational purposes and should not be taken as investment advice.
John Stefanopoulos joins me to discuss the future of Bitcoin mining and why its decentralization is important, running a full node, and how miners protect the Bitcoin network. John Stefanopoulos is the CEO and Founder of FutureBit.// GUEST // Twitter: https://twitter.com/JStefanop1Website: https://www.futurebit.io/// SPONSORS // In Wolf's Clothing: https://wolfnyc.com/NetSuite: https://netsuite.com/whatismoneyiCoin Hardware Wallet (use discount code BITCOIN23): https://www.icointechnology.com/CrowdHealth: https://www.joincrowdhealth.com/breedloveWasabi Wallet: https://wasabiwallet.io/Bitcoin Apparel (use discount code BREEDLOVE): https://thebitcoinclothingcompany.com/Feel Free Tonics (use discount code BREEDLOVE): https://botanictonics.comCarnivore Bar (use discount code BREEDLOVE): https://carnivorebar.com/// OUTLINE //00:00:00 - Coming up00:00:34 - Intro00:02:07 - Helping Lightning Startups with In Wolf's Clothing00:02:54 - Introducing John Stefanopoulos00:03:19 - Genesis of FutureBit00:07:55 - Bitcoin Mining: ASIC, USB Miner, and Full Node00:09:38 - What is Hash?00:11:28 - Understanding Bitcoin00:14:10 - Defining ASICs00:16:56 - Centralized Market of ASIC Hardware00:18:18 - Significance of Hashrate00:21:31 - Ways to Incentivize People into Bitcoin00:22:48 - Run Your Business From Anywhere with NetSuite00:23:53 - Secure Your Bitcoin Stash with the iCoin Hardware Wallet00:24:49 - What is a Full Node?00:27:13 - Incentives for Running a Full Node00:29:44 - A Quick Recap00:31:57 - Decentralization Issue of Bitcoin00:36:03 - What is a Mempool?00:39:39 - Censorship Resistance Issue with Bitcoin Mining00:41:55 - The Power of Numbers00:45:02 - Take Control of Your Healthcare with CrowdHealth00:46:04 - A Bitcoin Wallet with Privacy Built-In: Wasabi Wallet00:46:56 - What is a Mining Pool?00:50:25 - Centralization of Mining Pools00:52:42 - Future of Bitcoin Mining00:59:04 - The Mainframe Moment for Bitcoin Mining01:01:18 - More Miners, Better Network01:02:59 - Where to Find John on the Internet// PODCAST // Podcast Website: https://whatismoneypodcast.com/Apple Podcast: https://podcasts.apple.com/us/podcast/the-what-is-money-show/id1541404400Spotify: https://open.spotify.com/show/25LPvm8EewBGyfQQ1abIsE?RSS Feed: https://feeds.simplecast.com/MLdpYXYI// SUPPORT THIS CHANNEL // Bitcoin: 3D1gfxKZKMtfWaD1bkwiR6JsDzu6e9bZQ7 Sats via Strike: https://strike.me/breedlove22Sats via Tippin.me: https://tippin.me/@Breedlove22Dollars via Paypal: https://www.paypal.com/paypalme/RBreedlove// WRITTEN WORK // Medium: https://breedlove22.medium.com/Substack: https://breedlove22.substack.com/// SOCIAL // Breedlove Twitter: https://twitter.com/Breedlove22WiM? Twitter: https://twitter.com/WhatisMoneyShowLinkedIn: https://www.linkedin.com/in/breedlove22Instagram: https://www.instagram.com/breedlove_22TikTok: https://www.tiktok.com/@breedlove22All My Current Work: https://vida.page/breedlove22
Balancing Privacy and Regulatory Concerns in the Crypto Space Balancing privacy and programmability is notoriously difficult. In this episode of the Public Key Podcast, host Ian Andrews speaks with the creator of a Layer 1 privacy focused blockchain, Elena Nadolinski, Founder and CEO of the Iron Fish foundation. Elena explains what it means to have programmability in a fully private environment and how the Iron Fish Foundation is balancing privacy and regulatory concerns in the crypto space. She also demystifies the differences between mixers and privacy coins, while explaining how Iron Fish as a privacy platform has the ability to support multiple assets and their plans to bridge other chains. Elena clarifies what is zero knowledge proof and how view keys are utilized in a way that is very much analogous to how the non-crypto financial world works today. Minute-by-minute episode breakdown (2:15) - Introduction to Iron Fish's L1 blockchain and its privacy features (4:04) - Elena's background and journey from AirBNB into crypto (7:25) - Evolution of zero-knowledge proofs and their importance in privacy (13:06) -Differences between mixers, ZCash and Iron Fish's privacy protocol and multi-chain capabilities (17:05) - Iron Fish's focus on usability and blockchain interoperability (21:02) -Balancing privacy and regulatory concerns in the crypto space (26:05) - Explaining the concept of view keys for privacy and transparency (31:37) - Future roadmap for Iron Fish including asset support and community growth Related resources Check out more resources provided by Chainalysis that perfectly complement this episode of the Public Key. Website: Iron Fish: Seamless, Safe Crypto Blog: Verified Assets on Iron Fish! Article: Sequoia Capital - Elena Nadolinski: Privacy for the People Blog: Web3 = Web2++: The Iron Fish Vision Announcement: The Privacy Layer for Web3, Iron Fish, Launches Node Application, Enabling Privacy-conscious Users to Run a Full Node in One Clicks Blog: Understanding View Keys in Iron Fish Blog: Vulnerability in Curve Finance Vyper Code Leads to Multi-Million Dollar Hack Affecting Several Liquidity Pools [UPDATED 8/8/23] YouTube: Chainalysis YouTube page Twitter: Chainalysis Twitter: BuildCareers at Chainalysising trust in blockchain Tik Tok: Building trust in #blockchains among people, businesses, and governments. Telegram: Chainalysis on Telegram Speakers on today's episode Ian Andrews * Host * (Chief Marketing Officer, Chainalysis) Elena Nadolinski (Founder and CEO, Iron Fish) This website may contain links to third-party sites that are not under the control of Chainalysis, Inc. or its affiliates (collectively “Chainalysis”). Access to such information does not imply association with, endorsement of, approval of, or recommendation by Chainalysis of the site or its operators, and Chainalysis is not responsible for the products, services, or other content hosted therein. Our podcasts are for informational purposes only, and are not intended to provide legal, tax, financial, or investment advice. Listeners should consult their own advisors before making these types of decisions. Chainalysis has no responsibility or liability for any decision made or any other acts or omissions in connection with your use of this material. Chainalysis does not guarantee or warrant the accuracy, completeness, timeliness, suitability or validity of the information in any particular podcast and will not be responsible for any claim attributable to errors, omissions, or other inaccuracies of any part of such material. Unless stated otherwise, reference to any specific product or entity does not constitute an endorsement or recommendation by Chainalysis. The views expressed by guests are their own and their appearance on the program does not imply an endorsement of them or any entity they represent. Views and opinions expressed by Chainalysis employees are those of the employees and do not necessarily reflect the views of the company.
UTREEXO é uma implementação do protocolo Bitcoin que tem como objetivo reduzir significativamente o processamento e armazenamento de blocos nas máquinas rodando nodes para atender usuários com esses gargalos. Uma das possibilidades seria a sincronização de nodes soberanos em celulares de maneira rápida e segura utilizando um full node de confiança como ponte de 1kb para um estado avançado da rede, antes da criação da carteira no celular. O Davidson Souza esteve trabalhando na implementação do UTREEXO em Rust e agora está com um novo projeto que facilita a utilização desse tipo de node com carteiras que utilizam Electrum Server, o Floresta. Dov conversou com ele para entender melhor e começar a sua jornada nessa toca. Repositórios relevantes https://github.com/utreexo/utreexod https://github.com/Davidson-Souza/Floresta https://github.com/mit-dci/rustreexo Anúncio do Floresta e twitter do Davidson https://twitter.com/Erik17192799/status/1640831466085990400 https://medium.com/vinteum-org/introducing-floresta-an-utreexo-powered-electrum-server-implementation-60feba8e179d ZK Proofs https://twitter.com/BTCillustrated/status/1641223500084936706 Apresentação do autor do UTREEXOD e coautor da Lightning Network https://www.youtube.com/watch?v=6Y6n88DmkjU Para deixar feedback no Bitcoin Discord Entre no: discord.bitcoinheiros.com Acesse a pergunta https://discord.com/channels/791295335279493152/1019659099333464074/threads/1074850967054471278 Gravado no bloco 783648 00:00 Introdução 02:05 O que é o node UTREEXO e onde posso implementar para usar? 04:49 O que acontecerá quando eu estiver rodando um node UTREEXO? 05:47 Bitcoin Core e nodes: Fundamentos básicos do funcionamento da rede Bitcoin 10:48 Nodes Bitcoin: As funcionalidades para os usuários e a rede Bitcoin 13:05 Verificação de transações de bitcoin e a importância das UTXOS Set: Como são feitas e verificadas as transações? 18:42 Os problemas e dilemas de armazenar, re-escrever e ler grandes quantidades de UTXOs 26:54 Tipos de nodes: Os quatro tipos de nodes possíveis dentro da rede Bitcoin com o UTREEXO 30:04 O funcionamento, limitações e diferenças de um node UTREEXO 40:48 Um pouco mais sobre a história de Davidson Souza no Summer Bitcoin e no projeto UTREEXO 43:42 Projeto Floresta: Um Protótipo de UTREEXO em Rust que facilita a utilização em carteiras que usam Electrum Sever 49:34 Tutorial para quem deseja testar a Floresta e mais respostas para dúvidas sobre UTREEXO 01:01:37 Seria possível pegar a informação de Initial Block Download com UTREEXO confiável e não passar por ele? 01:07:35 Eu devo apenas usar o UTREEXO, Full Node ou os dois? - O UTREEXO e Floresta é mais eficiente e otimizado por seguir a XPub? 01:13:03 O que posso fazer para ajudar a melhorar o UTREEXO e Floresta sendo desenvolvedor ou usuário não técnico? ________________ APOIE O CANAL https://bitcoinheiros.com/apoie/ ⚡ln@pay.bitcoinheiros.com Loja dos Bitcoinheiros https://loja.bitcoinheiros.com/ Escute no Fountain Podcasts (https://fountain.fm/join-fountain) para receber e enviar satoshinhos no modelo Value4Value SIGA OS BITCOINHEIROS: Site: https://www.bitcoinheiros.com Youtube: https://www.youtube.com/bitcoinheiros Twitter: https://www.twitter.com/bitcoinheiros Allan - https://www.twitter.com/allanraicher Dov - https://twitter.com/bitdov Becas - https://twitter.com/bksbk6 Ivan - https://twitter.com/bitofsilence Instagram: https://www.instagram.com/bitcoinheiros Facebook: https://www.fb.com/bitcoinheiros Podcast: https://anchor.fm/bitcoinheiros COMO GUARDAR SEUS BITCOINS? Bitcoinheiros recomendam o uso de carteiras Multisig com Hardware Wallets de diferentes fabricantes ou próprias. Para ver as carteiras de hardware que recomendamos, acesse https://www.bitcoinheiros.com/carteiras Veja os descontos e clique nos links de afiliados para ajudar o canal Por exemplo, para a COLDCARD - https://store.coinkite.com/promo/bitcoinheiros Com o código "bitcoinheiros" você ganha 5% de desconto na ColdCard Playlist "Canivete Suíço Bitcoinheiro" https://www.youtube.com/playlist?list=PLgcVYwONyxmg-KH5bwzMU4sdyMbVMPqwb Playlist "Carteiras Multisig de Bitcoin" https://www.youtube.com/playlist?list=PLgcVYwONyxmi74PiIUSnGieNIPqmtmdjW ISENÇÃO DE RESPONSABILIDADE: Este conteúdo foi preparado para fins meramente informativos. NÃO é uma recomendação financeira nem de investimento. As opiniões apresentadas são apenas opiniões. Faça sua própria pesquisa. Não nos responsabilizamos por qualquer decisão de investimento que você tomar ou ação que você executar inspirada em nossos vídeos. --- Send in a voice message: https://podcasters.spotify.com/pod/show/bitcoinheiros/message
StarkWare releases the Papyrus StarkNet full node. Lyra releases a primer for its Newport upgrade. Polygon schedules its Delhi hard fork. And core developers plan for the Capella upgrade. Newsletter: https://ethdaily.substack.com
This interview is the result of 2 separate recordings which took place in August and October 2022: in the first one, Christian Rootzoll talks about what's new with RaspiBlitz. In the second part, Matthew Croughan joins to talk about integrating NixOS.
Gabriel Custodiet explains what a Bitcoin full node is, what privacy benefits its grants, and how to run one: specifically a RoninDojo Tanto. RoninDojo Tanto → https://ronindojo.io/en/tanto Full Node Resources → https://bitcoiner.guide/qna/nodes/ → https://unchained.com/blog/what-is-a-bitcoin-node/ → https://bitcoin.org/en/bitcoin-core/ → https://bitcoin.org/en/full-node#what-is-a-full-node Watchman Privacy → https://watchmanprivacy.com (newsletter, consultation requests) → https://twitter.com/watchmanprivacy → https://www.amazon.com/Watchman-Guide-Privacy-Financial-Lifestyle/dp/B08PX7KFS2 Bitcoin Privacy Course → https://rpf.gumroad.com/l/privatebitcoin Monero Donation Address (If you can't see the whole string, double click in the middle to select all) →8829DiYwJ344peEM7SzUspMtgUWKAjGJRHmu4Q6R8kEWMpafiXPPNBkeRBhNPK6sw27urqqMYTWWXZrsX6BLRrj7HiooPAy Please subscribe to and rate this podcast wherever you can to help it thrive. Thank you!
In dieser Folge sprechen wir mit Christian (@rootzoll), dem Entwickler des Raspiblitz, über die praktische Einrichtung und Verwendung einer Bitcoin Full Node. Dafür erläutert er zunächst, welche Funktion eine Full Node übernimmt und welche Gründe dafür sprechen, eine eigene Bitcoin Full Node zu betreiben. Anschließend beleuchten wir, welche Hard- bzw. Software benötigt wird, was bei der Sicherheit beachtet werden muss und welche Funktionen im Alltag verwendet werden können. Zum Abschluss sprechen wir noch darüber, ob in Zukunft alle Netzwerkteilnehmer eine Bitcoin Full Node betreiben werden und wo ihr weitere Informationen zur Einrichtung finden könnt. Alle genannten Links und weitere Quellen zu Bitcoin Full Nodes findet ihr unter bitcoinverstehen.info/107 Diese Folge findet ihr ebenfalls im Videoformat auf YouTube unter bitcoinverstehen.info/youtube Alle weiteren Episoden und Informationen findet ihr unter bitcoinverstehen.info Ihr möchtet den Podcast unterstützen? Hier findet ihr alle Möglichkeiten bitcoinverstehen.info/unterstuetzen/ Wenn ihr weitere Fragen zu Bitcoin habt, dann schreibt gerne an fragen@bitcoinverstehen.info Folgt uns gerne auf Twitter: twitter.com/BTCVerstehenPod WEITERE INFORMATIONEN • Christian bei Twitter: twitter.com/rootzoll • Raspiblitz im Fulmo Onlineshop: shop.fulmo.org WAS BESPRECHEN WIR? • Vorstellung 02:25 • Gründe der Volksbank 07:04 • Bitcoin-only 16:12 • Inhalte des Angebots 21:09 • Zukunft der Banken 42:48 • Positiv für Bitcoin? 49:34 • Weitere Banken 51:45 VIELEN DANK AN UNSERE SPONSOREN • Hardwarewallet BitBox02 Bitcoin-only Edition* (shiftcrypto.ch/btcverstehen) - Mit dem Code BTCVERSTEHEN (Eingabe während des Kaufprozesses) erhaltet ihr 5 % Rabatt auf die BitBox02 Bitcoin-only Edition von Shift Crypto. • Relai App* (relai.ch/btcverstehen) - Mit dem Referral Code BTCVERSTEHEN (Eingabe während des Kaufprozesses) erhaltet ihr 0,5 % Ersparnis auf die Gebühren bei euren Käufen. *Die hier aufgeführten Links sind sogenannte Affiliate Links. Kommt über einen solchen Link ein Einkauf zustande, werden wir mit einer Provision beteiligt. Für euch entstehen dabei keine Mehrkosten. MUSIK "No? Yeah!" by LiQWYD soundcloud.com/liqwyd Creative Commons — Attribution 3.0 Unported — CC BY 3.0 Download / Stream: hypeddit.com/track/nwio90
In dieser Folge sprechen wir mit Christian (@rootzoll), dem Entwickler des Raspiblitz, über die praktische Einrichtung und Verwendung einer Bitcoin Full Node. Dafür erläutert er zunächst, welche Funktion eine Full Node übernimmt und welche Gründe dafür sprechen, eine eigene Bitcoin Full Node zu betreiben. Anschließend beleuchten wir, welche Hard- bzw. Software benötigt wird, was bei der Sicherheit beachtet werden muss und welche Funktionen im Alltag verwendet werden können. Zum Abschluss sprechen wir noch darüber, ob in Zukunft alle Netzwerkteilnehmer eine Bitcoin Full Node betreiben werden und wo ihr weitere Informationen zur Einrichtung finden könnt. Alle genannten Links und weitere Quellen zu Bitcoin Full Nodes findet ihr unter bitcoinverstehen.info/107 Diese Folge findet ihr ebenfalls im Videoformat auf YouTube unter bitcoinverstehen.info/youtube Alle weiteren Episoden und Informationen findet ihr unter bitcoinverstehen.info Ihr möchtet den Podcast unterstützen? Hier findet ihr alle Möglichkeiten bitcoinverstehen.info/unterstuetzen/ Wenn ihr weitere Fragen zu Bitcoin habt, dann schreibt gerne an fragen@bitcoinverstehen.info Folgt uns gerne auf Twitter: twitter.com/BTCVerstehenPod WEITERE INFORMATIONEN • Christian bei Twitter: twitter.com/rootzoll • Raspiblitz im Fulmo Onlineshop: shop.fulmo.org WAS BESPRECHEN WIR? • Vorstellung 02:59 • Was sind Full Nodes? 07:39 • Hardware 16:58 • Software 25:13 • Praktische Verwendung 31:25 • Für wen gedacht? 47:07 • Zukunftsausblick 57:12 VIELEN DANK AN UNSERE SPONSOREN • Hardwarewallet BitBox02 Bitcoin-only Edition* (shiftcrypto.ch/btcverstehen) - Mit dem Code BTCVERSTEHEN (Eingabe während des Kaufprozesses) erhaltet ihr 5 % Rabatt auf die BitBox02 Bitcoin-only Edition von Shift Crypto. • Relai App* (relai.ch/btcverstehen) - Mit dem Referral Code BTCVERSTEHEN (Eingabe während des Kaufprozesses) erhaltet ihr 0,5 % Ersparnis auf die Gebühren bei euren Käufen. *Die hier aufgeführten Links sind sogenannte Affiliate Links. Kommt über einen solchen Link ein Einkauf zustande, werden wir mit einer Provision beteiligt. Für euch entstehen dabei keine Mehrkosten. MUSIK "No? Yeah!" by LiQWYD soundcloud.com/liqwyd Creative Commons — Attribution 3.0 Unported — CC BY 3.0 Download / Stream: hypeddit.com/track/nwio90
My friend and fellow student of money codenamed "Lester" joins me for a multi-episode conversation exploring the excellent book "The Twilight of Gold" by Melchior Palyi.Be sure to check out NYDIG, one of the most important companies in Bitcoin: https://nydig.com/GUESTLester's Twitter: https://twitter.com/ProgrammableTxBOOKThe Twilight of Gold: https://archive.org/details/twilightofgold190000paly/PODCASTPodcast Website: https://whatismoneypodcast.com/Apple Podcast: https://podcasts.apple.com/us/podcast/the-what-is-money-show/id1541404400Spotify: https://open.spotify.com/show/25LPvm8EewBGyfQQ1abIsE?si=wgVuY16XR0io4NLNo0A11A&nd=1RSS Feed: https://feeds.simplecast.com/MLdpYXYITranscript:OUTLINE00:00:00 “What is Money?” Intro00:00:08 Peel's Act: The Original Bitcoin, With a Few Exceptions…00:04:33 Satoshi's Creation has Been Sought by Humanity for Centuries00:08:00 21M Bitcoin: Finally, Something Humanity Can Agree Upon00:09:25 Running a Full Node is Equivalent to Convertibility on the Gold Standard00:10:48 How Network Effects Propelled the Gold Standard00:14:53 International Trade Required Gold Deposits Within Each Country00:15:33 Bitcoin as the Ultimate Ulysses Contract00:18:17 A Bitcoin Full Node is Subversive to Commercial Banking00:20:20 “There's One Economy in the World, and It's the World Economy”00:22:07 The Three Flavors of the Gold Standard00:26:15 NYDIG00:27:23 The Balance of Trade and the Directionality of Gold Flows00:38:31 An Example of an Exporter Banking on a Gold Standard00:42:11 How Interest Rates Were Used to Manipulate Gold Flows00:45:56 The Beauty of an Idealized Gold Standard…00:49:54 The Titanic Trade Imbalance Accumulated Since 197100:51:37 An Unwitting Twisting of Incentives Across History…SOCIALBreedlove Twitter: https://twitter.com/Breedlove22WiM? Twitter: https://twitter.com/WhatisMoneyShowLinkedIn: https://www.linkedin.com/in/breedlove22/Instagram: https://www.instagram.com/breedlove_22/TikTok: https://www.tiktok.com/@breedlove22?lang=enAll My Current Work: https://linktr.ee/breedlove22WRITTEN WORKMedium: https://breedlove22.medium.com/Substack: https://breedlove22.substack.com/WAYS TO CONTRIBUTEBitcoin: 3D1gfxKZKMtfWaD1bkwiR6JsDzu6e9bZQ7Sats via Strike: https://strike.me/breedlove22Sats via Tippin.me: https://tippin.me/@Breedlove22Dollars via Paypal: https://www.paypal.com/paypalme/RBreedloveDollars via Venmo: https://venmo.com/code?user_id=1784359925317632528The "What is Money?" Show Patreon Page: https://www.patreon.com/user?u=32843101&fan_landing=trueRECOMMENDED BUSINESSESWorldclass Bitcoin Financial Services: https://nydig.com/Join Me At Bitcoin 2022 (10% off if paying with fiat, or discount code BREEDLOVE for Bitcoin): https://www.tixr.com/groups/bitcoinconference/events/bitcoin-2022-26217Automatic Recurring Bitcoin Buying: https://www.swanbitcoin.com/breedlove/Buy Bitcoin in a Tax-Advantaged Account: https://www.daim.io/robert-breedlove/Buy Your Dream Home without Selling Your Bitcoin with Ledn: https://ledn.io/en/?utm_source=breedlove&utm_medium=email+&utm_campaign=substack
Brave Browser | Fast, secure, blocks ads, and protects your data: https://brave.com/pey693 Bloom Pool Merch | Amazon Free Shipping & Returns: https://rb.gy/kbhhhb bigpey Discord | Community for questions and conversations: https://discord.gg/R8hy3YC Podcast Links: https://bloompool.io/ - Bloom Website https://iohk.io/en/blog/posts/2020/06... --- This episode is sponsored by · Anchor: The easiest way to make a podcast. https://anchor.fm/app Support this podcast: https://anchor.fm/bigpeyyt/support
This week, Anna (https://twitter.com/AnnaRRose) chats with Brian Fabian Crain (https://twitter.com/crainbf), a fellow podcaster from Epicenter (https://epicenter.tv), founder of Chorus One (https://www.chorus.one/) and an early member of the Berlin crypto community. The conversation starts from Brian's early involvement in Bitcoin in 2013 and his role in the local Berlin community, leading him to launch the Epicenter podcast. Brian then tells his story of founding Chorus One, a validator whose history is tightly connected to that of Cosmos as a whole, finally moving into the present day of bridges, liquid staking and the future of Proof of Stake blockchains. Here are some links for this episode: Gnosis & Full Node with Friederike Ernst, Zero Knowledge Episode 94 (https://www.zeroknowledge.fm/94) Analyzing Osmosis & Preventing MEV with Sunny and Dev, Zero Knowledge Episode 188 (https://www.zeroknowledge.fm/188) Look into Solana, Zero Knowledge Episode 135 (https://www.zeroknowledge.fm/135) Staking derivatives & DeFi with Alex Evans (and Tarun!), Zero Knowledge Episode 140 (https://www.zeroknowledge.fm/140) Announcement (https://medium.com/chorus-one/zero-knowledge-validator-chooses-chorus-one-as-a-staking-infrastructure-partner-9bfb26d7800a) about Chorus One and ZKV Partnership Keep an eye on the Zero Knowledge Podcast (https://zeroknowledge.fm) website, something pretty cool is coming soon! In the meantime, if you're looking for a job in crypto look no further than the ZK Jobs Board (https://www.zeroknowledge.fm/zkjobsboard). Thank you to this week's sponsor, EY (https://ey.com)! Smart contracts with robust privacy technologies are the future of both business and finance. At EY, they are investing in tools, like our smart contract review service to assess consistency with standards and best practices. Users can run pre-defined automated tests and simulate smart contract execution by configuring selected functions through a user interface. To find out more about our technologies and services, visit them at https://blockchain.ey.com If you like what we do: Subscribe to our podcast newsletter (https://zeroknowledge.substack.com/) to not miss any event! Follow us on Twitter - @zeroknowledgefm (https://twitter.com/zeroknowledgefm) Join us on Telegram (https://t.me/joinchat/TORo7aknkYNLHmCM) Catch us on Youtube (https://www.youtube.com/channel/UCYWsYz5cKw4wZ9Mpe4kuM_g) Read up on the r/ZKPodcast subreddit (https://www.reddit.com/r/zkpodcast) Give us feedback! -https://forms.gle/iKMSrVtcAn6BByH6A Support our Gitcoin Grant (https://gitcoin.co/grants/329/zero-knowledge-podcast-2) Support us on the ZKPatreon (https://www.patreon.com/zeroknowledge) Donate through coinbase.commerce (https://commerce.coinbase.com/checkout/f1e56274-c92b-4a99-802f-50727d651b38) Or directly here: ETH: 0xC0FFEE1B5083230a5154F55f253B6b6ae8F29B1a BTC: 1cafekGa3podM4fBxPSQc6RCEXQNTK8Zz ZEC: t1R2bujRF3Hzte9ALHpMJvY8t5kb9ut9SpQ DOT: 14zPzb7ihiBeaUn9jdPW9cHKGBd9qtTuJE75hhW2CvzLh6rT
read-through of https://jimmysong.substack.com/p/why-you-should-run-a-full-node-bitcoin
Start9 Labs CEO Matt Hill explains why it's important to manage your entire digital sovereignty with simple yet powerful open source software. Embassy OS, a Raspberry Pi operating system, offers a Bitcoin & Lightning node, plus other useful applications.
This week Anna (https://twitter.com/AnnaRRose) and Tarun (https://twitter.com/tarunchitra) chat with Martin Köppelmann (https://twitter.com/koeppelmann), CEO of Gnosis. The company was known for championing prediction markets, but Gnosis has now shifted to making key infrastructure products. Martin chats about this transition and explains Gnosis's current products, which include a unique DEX called CowSwap and a number of products for managing DAO treasuries and governance. Here are some links for this episode: Gnosis & Full Node with Friederike Ernst, Zero Knowledge episode 94 (https://www.zeroknowledge.fm/94) SafeSnap introductory post (https://blog.gnosis.pm/introducing-safesnap-the-first-in-a-decentralized-governance-tool-suite-for-the-gnosis-safe-ea67eb95c34f) Gnosis Protocol V2 intro (https://blog.gnosis.pm/introducing-gnosis-protocol-v2-and-balancer-gnosis-protocol-f693b2938ae4) Flashbots with Phil Daian and Stephane Gosselin, Zero Knowledge episode 168 (https://www.zeroknowledge.fm/168) Aping into DeFi and NFTs with Andy Chorlian and Tarun Chitra, Zero Knowledge episode 181 (https://www.zeroknowledge.fm/181) If you're looking for a job in the world of blockchain and zero knowledge, don't forget to check out our Jobs Board (https://www.zeroknowledge.fm/zkjobsboard)! Listings include engineering, applied crypto and business roles from top companies in the space. Thanks to this week's sponsor, Least Authority (https://leastauthority.com) & PrivateStorage (https://private.storage/) PrivateStorage is a private, secure and end-to-end encrypted storage solution created by Least Authority, a leader in the security of distributed systems. Privacy is at the core of their work. PrivateStorage was created using privacy and security by design principles, and includes features like end-to-end encryption, zero knowledge access passes and accountless authorization, to ensure users have greater anonymity and assurance that their data is protected. PrivateStorage cannot see user data when it is stored on their grid. Visit PrivateStorage (https://private.storage/) and register to be notified once the service is launched. This is a one time notification email and not a mailing list. The addresses will be deleted after the notification email is distributed. If you like what we do: Follow us on Twitter - @zeroknowledgefm (https://twitter.com/zeroknowledgefm) Join us on Telegram (https://t.me/joinchat/TORo7aknkYNLHmCM) Catch us on Youtube (https://www.youtube.com/channel/UCYWsYz5cKw4wZ9Mpe4kuM_g) Read up on the r/ZKPodcast subreddit (https://www.reddit.com/r/zkpodcast) Give us feedback! -https://forms.gle/iKMSrVtcAn6BByH6A Support our Gitcoin Grant (https://gitcoin.co/grants/329/zero-knowledge-podcast-2) Support us on the ZKPatreon (https://www.patreon.com/zeroknowledge) Donate through coinbase.commerce (https://commerce.coinbase.com/checkout/f1e56274-c92b-4a99-802f-50727d651b38) Or directly here: ETH: 0xC0FFEE1B5083230a5154F55f253B6b6ae8F29B1a BTC: 1cafekGa3podM4fBxPSQc6RCEXQNTK8Zz ZEC: t1R2bujRF3Hzte9ALHpMJvY8t5kb9ut9SpQ
The purpose of this episode is to go over the fundamental concepts and terms associated with Bitcoin and its network. Click here to download a PDF version of this audio glossary. If you want to learn more, I highly recommend reading Saifedean Ammous's book The Bitcoin Standard and visiting his website for more learning tools. ---------- Bitcoin is a scarce, digital currency that is decentralized. Satoshi Nakamoto is the name used by the pseudonymous person or group that conceived of Bitcoin and released the White Paper introducing Bitcoin as a peer-to-peer electronic cash system on October 31, 2008 at the peak of the U.S. Great Financial Crisis. A Satoshi is a division of a Bitcoin. One bitcoin is equal to 100 million satoshis also known as sats. Stacking Sats refers to accumulating the smallest unit of a Bitcoin. Blockchain is the technology that enables Bitcoin. It is a shared, digital ledger of transactions distributed across the computer systems in the peer-to-peer network. A Full Node a computer in Bitcoin's network that hosts and synchronizes a copy of the entire blockchain ledger. Bitcoin Mining is the process of verifying blocks of Bitcoin transactions. It's also the process by which new bitcoins are entered into circulation. Proof of Work (PoW) is the algorithm that secures Bitcoin. Miners deploy extremely large amounts of computing power to solve very complex cryptographic puzzles. These computer systems compete with each other to be the first to solve the puzzle and be able to validate the new block for the blockchain. Miners must reach a consensus to confirm the puzzle was solved, then the block can be accepted and permanently recorded onto the blockchain ledger. Proof of Work ensures the security of the blockchain and complete decentralization of the process. It prevents attacks and double spending. No person, entity or country controls Bitcoin, instead Bitcoin is controlled by verifiable software systems and processes. When a miner solves a puzzle, and that work and those transactions are confirmed, the miner is paid a reward in new Bitcoins according to a schedule. Every four years, the amount of Bitcoin the miners receive for each block of transactions is reduced by 50%. These events are referred to the Halvings. The next halving will occur in 2024. Proof of Stake (PoS) is a different process of validating transactions on the blockchain. It based on validators who stake their own currency in the mining process. It's more energy efficient but it can lead to centralization, because people who have more coins to stake can verify more transactions. Digital Scarcity refers to the limited availability of a virtual good that cannot be easily copied or recreated. Bitcoin has a hard supply cap of 21 million coins that will ever be mined and because of decentralization that can never be changed no matter how high the price per Bitcoin goes. No person, entity or government can create new coins that will dilute the value of existing coins. Fiat refers to currency that is established as money or legal tender by government decree or regulation. More simply, fiat is government-issued money and almost all currencies around the world are fiat currencies. Fiat money gives central banks greater control over the economy because they control how much money is printed. Fiat money is 100% centralized because it is entirely controlled by governments. The printing of new money to finance government debt dilutes existing money saved and introduces inflation. A Central Bank Digital Currency or CBDC is fiat money in the form of a digital coin. It is being considered or introduced by various Central Banks, including the US, China and Europe. Because it is digital it gives Central Banks new and powerful tools to monitor, tax, stimulate or influence society. As with today's fiat money, digital dollars, Yuan or Euros will be 100% centralized. Keynesian Economics is a school of thought that believes that government intervention in the form of increasing/decreasing the money supply can stabilize the economy. The theory advocates for government spending through public policies that aim to achieve full employment and price stability. Most Western Central Banks today practice Keynesian Economics and utilize increases to the money supply to theoretically smooth business cycles. Austrian Economics aligns more with Bitcoin philosophy and argues that government efforts to control the economic cycle invariably make it worse. Austrian economists believe that the less government interferes in free markets, the more soundly the economy grows. It argues the manipulation of money supply distorts the allocation of capital and causes boom bust cycles to be more frequent and severe. Michael Saylor is the CEO of MicroStrategy ($MSTR), the first publicly listed company to adopt the Bitcoin Standard and convert its entire treasury of capital into Bitcoin. MicroStrategy currently owns more than 90,000 Bitcoins. Saylor advocates for Bitcoin adoption by other institutions and helps guide CEOs and money managers through the process. A Bitcoin Maximalist is an individual who, like MicroStrategy, has adopted the Bitcoin Standard and converted their savings entirely into Bitcoin, shunning all other assets as a store of value. The Stock-to-Flow model is an econometric model discovered by Plan B, which predicts Bitcoin's price based on its scarcity, represented by the ratio of the existing supply of Bitcoin to how many new coins are being created. Because the supply of Bitcoin is absolute and reductions in the flow of new supply via the halvings are scheduled, the stock to flow ratio can be accurately predicted into the future. According to The Stock to Flow Model, the increasing price of Bitcoin since inception correlates strongly with the halving cycles and changes in the stock to flow ratio. The model predicts the likely price for Bitcoin after the last halving (2020) will reach approximately $100,000.
Muita gente ainda não entende exatamente o que é rodar um full node de Bitcoin. Este vídeo tenta desmistificar alguns mitos comuns sobre os infâmes nós bitcoin. LINKS: https://en.bitcoin.it/wiki/Clearing_Up_Misconceptions_About_Full_Nodes http://luke.dashjr.org/programs/bitcoin/files/charts/software.html https://bitcoincore.org/en/download/ https://specter.solutions/ https://github.com/Fonta1n3/FullyNoded https://bitcoinheiros.com/apoie/ Loja dos Bitcoinheiros https://loja.bitcoinheiros.com/ SIGA OS BITCOINHEIROS: Site: https://www.bitcoinheiros.com Youtube: https://www.youtube.com/bitcoinheiros Twitter: https://www.twitter.com/bitcoinheiros Allan - https://www.twitter.com/allanraicher Dov - https://twitter.com/bitdov Becas - https://twitter.com/bksbk6 Ivan - https://twitter.com/bitofsilence Instagram: https://www.instagram.com/bitcoinheiros Facebook: https://www.fb.com/bitcoinheiros Podcast: https://anchor.fm/bitcoinheiros APOIE O CANAL: - Dê uma gorjeta em Bitcoin: https://bitcoinheiros.com/apoie/ - Inscreva-se no canal - Deixe seu comentário no vídeo - Dê um like no vídeo - Compartilhe o vídeo e o canal com amigos e familiares na sua rede social - Envie um email com seu comentário e sugestões: bitcoinheiros@protonmail.com COMO GUARDAR SEUS BITCOINS? Bitcoinheiros recomendam o uso de carteiras Multisig com Hardware Wallets de diferentes fabricantes. Busque por "canivete bitcoinheiro" em nosso canal para saber mais. - COLDCARD - https://store.coinkite.com/promo/bitcoinheiros (use o código bitcoinheiros para ganhar 5% de desconto) - TREZOR PARA RESIDENTES NO BRASIL E AMÉRICA DO SUL Revendedor oficial: https://www.kriptobr.com/?afiliado=1288 Com o código "bitcoinheiros" você ganha 5% de desconto na Trezor - TREZOR PARA RESIDENTES EM OUTROS PAÍSES https://shop.trezor.io/product/trezor-model-t?offer_id=15&aff_id=3722 Com o código "bitcoinheiros" você ganha 5% de desconto na Trezor ISENÇÃO DE RESPONSABILIDADE: Este conteúdo foi preparado para fins meramente informativos. NÃO é uma recomendação financeira nem de investimento. As opiniões apresentadas são apenas opiniões. Faça sua própria pesquisa. Não nos responsabilizamos por qualquer decisão de investimento que você tomar ou ação que você executar inspirada em nossos vídeos.
This week, Anna chats with Eduardo Antuñia Díez (https://github.com/eduadiez) - co-founder / project lead of DAppNode (https://dappnode.io/) - about the importance of running your own node, the roll out of ETH2 and the role DAppNode aims to play in the future. Here are some useful links: STABLE Act (Stablecoin Tethering and Bank Licensing Enforcement (STABLE) Act) Jordi episode (https://www.zeroknowledge.fm/145) DAppNode Discord (https://discord.dappnode.io) DAppNode Gaurdians of Ethereum DAO proposal (https://medium.com/dappnode/guardians-of-ethereum-a-validator-dao-proposal-d82e76231b45) Zero Knowledge Gitcoin grant (https://gitcoin.co/grants/329/zero-knowledge-podcast) is eligible for Gitcoin's CLR matching - on now! Last chance to donate before the new year. Thanks to this week’s sponsor O(1) Labs (https://o1labs.org/), the team incubating Mina (minaprotocol.com) protocol. Mina is the world’s lightest blockchain, powered by participants. And over the past 18 months, the community - alongside the core team at O(1) Labs - have been working on a rigorous testnet. And now they’re close to finding a mainnet candidate. Signup for this adversarial testnet, Testworld. Signups open today, but is limited to the first 1000 participants. Go to minaprotocol.com/adversarial (https://minaprotocol.com/adversarial) to secure your spot. Also be sure to join their active technical community discord at bit.ly/minadiscord (http://bit.ly/MinaDiscord) If you like what we do: Follow us on Twitter - @zeroknowledgefm (-https://twitter.com/zeroknowledgefm) Join us on Telegram (https://t.me/joinchat/B_81tQ57-ThZg8yOSx5gjA) Catch us on Youtube (https://www.youtube.com/channel/UCYWsYz5cKw4wZ9Mpe4kuM_g) Read up on the r/ZKPodcast subreddit (https://www.reddit.com/r/zkpodcast t) Give us feedback! https://forms.gle/iKMSrVtcAn6BByH6A Support our Gitcoin Grant (https://gitcoin.co/grants/329/zero-knowledge-podcast-2) Support us on the ZKPatreon (https://www.patreon.com/zeroknowledge)
21ism Podcast - Telling Artist's Stories Through Vision & Sound
Rootzoll is a prolific Berlin based Bitcoin Developer whose primary focus is RaspiBlitz.com - a hugely respected Lightning & Full Node open source project. Not only is @rootzoll a talented developer, he is also an eloquent speaker with a great ability to explain complicated technical subjects simply. We are massive fans of the RaspiBlitz project and have their nodes ourselves so it was an obvious choice for our inaugural episode. Interviewing @rootzoll is our own @max_buybit and our good friend @BitcoinQ_A
BTCxZelko is the Co-Founder of RoninDojo the Full Node for Samourai wallet users. I recently set one up and love it so I was really excited to have this conversation. We talked about Bitcoin, Nodes, privacy, PGP, Linux and much more. We slagged off @BrainHarrington @BitcoinQ_A @SamouraiWallet @matt_odell @mynodebtc I really enjoyed this conversation and I hope you enjoy listening. twitter - @BTCxZelko website - https://ronindojo.io As always please feel free to reach out and ask me any questions. Website - https://www.bit-buy-bit.com Twitter - @BitBuyBitPod Email - bit-buy-bitpodcast@protonmail.com Today you can exchange $1 for 7601 Sats (Sale ends soon.) Thank you Coinfloor for sponsoring the show. If you haven't signed up or bought Bitcoin then click the link below for 30% off Autobuy fees for 3 months. coinfloor.co.uk/BITBUYBIT
Michael O’Rourke is founder of Pocket Network, a decentralized API protocol, and marketplace. We talk about the history of node infrastructure in public blockchain networks, the problem of increasing centralisation and the importance of democratising the use of full nodes. We address; could Jeff Bezos switch off crypto via AWS (Amazon Web Services), due to its reliance on cloud infrastructure, why sustainable decentralised public blockchains need incentives like the POKT token, designing governance in the Pocket DAO, and the power of gamification.
Transcription: sicksub.network/LNJ037_transcript This is the 37th episode of the Lightning Junkies podcast! In this episode we have Mario Havel, Mario is known for being a shepherd of onboarding people to the Lightning Network. He works with Paralelni Polis and their Decentruck to extole a crypto anarchy perspective. More than that, Mario is working towards creating and existing in a parallel economy. In this episode he goes into more detail how an organization like Paralelni Polis can help create Bitcoin economies and how something like Lightning Network can do its part. We talk about: 3:37 - Background of Paralelni Polis 7:20 - Parallel Economy 15:29 - Integrating Lightning 16:21 - Who is Lightning Network for? 18:00 - Onboarding with Lightning vs Onchain 22:29 - The Ethical Dilemma of Recommending a Custodial Wallet to a Noob 25:19 - The Lightning Arc 27:02 - Why Should You Run a Full Node? 32:01 - Best Practices for Onboarding Someone to Lightning Network 34:06 - Darknet Markets and Their Practical Use 36:01 - Darknet Market Built on Lightning Network Mario’s Twitter: twitter.com/_TaxMeIfYouCan_ Paraleni Polis’ Twitter: twitter.com/Paralelni_polis Decentruck Twitter: twitter.com/decentruck Paraleni Polis’ Website: www.paralelnipolis.cz/ Support us here: lightningjunkies.net/support Follow Lightning Junkies: lightningjunkies.net Follow Lightning Junkies on Twitter: sicksub.network/LNJunkies Follow Chaz on Twitter: sicksub.network/TheChaz Follow Lightning Cat: sicksub.network/LNJCat People Mentioned: twitter.com/bleskomat twitter.com/SamouraiDev Projects Mentioned: github.com/Kixunil/cryptoanarchy-deb-repo-builder
Stadicus is a hero of individual sovereignty: he became known in the Bitcoin space for his RaspiBolt guides to run a full Bitcoin and Lightning node, and he also works for ShiftCrypto trying to push the boundaries of privacy and security.
In dieser Episode sprechen wir darüber, was Bitcoin Nodes sind, welche Aufgaben sie im Netzwerk übernehmen, welche Bedeutung sie für die Dezentralität des Netzwerks besitzen und wieso es sind sinnvoll ist eine eigene Full Node zu betreiben. ERWÄHNTE MEDIEN • www.bitcoinready.de/bitcoin-begriffe SOCIAL MEDIA • Twitter: twitter.com/BTCVerstehenPod • Instagram: instagram.com/bitcoinverstehenpodcast • Facebook: facebook.com/bitcoinverstehenpodcast EMPFOHLENE HARDWAREWALLETS UND APPS ZUM KAUFEN • Hardwarewallet BitBox02 Bitcoin-only Edition (shiftcrypto.ch/btcverstehen) - Mit dem Code BTCVERSTEHEN (Eingabe während des Kaufprozesses) erhaltet ihr 5 % Rabatt auf die BitBox02 Bitcoin-only Edition von Shift Crypto. • Relai App* (relai.ch) - Mit dem Referral Code REL090 (Eingabe während des Kaufprozesses) erhaltet ihr 0,5 % Ersparnis auf die Gebühren bei euren Käufen. HILFREICHE BÜCHER RUND UM BITCOIN* • Bitcoin verstehen - Bitcoin für Einsteiger von Jonas Hofmeister (amzn.to/37MKx0l) • Der Bitcoin Standard: Die dezentrale Alternative zum Zentralbankensystem von Saifedean Ammous (amzn.to/36ZpKXb) • Bitcoin entdecken: Wie die Technologie hinter dem ersten knappen und dezentralisierten Geld funktioniert von Yan Pritzker (amzn.to/3grxDaH) • 21 Lektionen: Meine Reise in den Kaninchenbau von Gigi (amzn.to/3n1U48U) • Bitcoin: Selbstbestimmung durch Mathematik von Knut Svanholm (amzn.to/3gpvSLg) • Bitcoin: Unabhängigkeit neu gedacht von Knut Svanholm (amzn.to/3gsdVvz) • Bitcoin verwahren und vererben von Marc Steiner (amzn.to/2K1N8dq) *Die hier aufgeführten Links sind sogenannte Affiliate Links. Kommt über einen solchen Link ein Einkauf zustande, werden wir mit einer Provision beteiligt. Für euch entstehen dabei keine Mehrkosten. Wo und wie ihr ein Produkt kauft, bleibt natürlich euch überlassen. MUSIK "No? Yeah!" by LiQWYD soundcloud.com/liqwyd Creative Commons — Attribution 3.0 Unported — CC BY 3.0 Download / Stream: hypeddit.com/track/nwio90
In dieser Episode sprechen wir darüber, was Bitcoin Nodes sind, welche Aufgaben sie im Netzwerk übernehmen, welche Bedeutung sie für die Dezentralität des Netzwerks besitzen und wieso es sind sinnvoll ist eine eigene Full Node zu betreiben. ERWÄHNTE MEDIEN • www.bitcoinready.de/bitcoin-begriffe SOCIAL MEDIA • Twitter: twitter.com/BTCVerstehenPod • Instagram: instagram.com/bitcoinverstehenpodcast • Facebook: facebook.com/bitcoinverstehenpodcast EMPFOHLENE HARDWAREWALLETS UND APPS ZUM KAUFEN • Hardwarewallet BitBox02 Bitcoin-only Edition (shiftcrypto.ch/btcverstehen) - Mit dem Code BTCVERSTEHEN10 (Eingabe während des Kaufprozesses) erhaltet ihr 10 % Rabatt auf die BitBox02 Bitcoin-only Edition von Shift Crypto. • Relai App* (relai.ch) - Mit dem Referral Code REL090 (Eingabe während des Kaufprozesses) erhaltet ihr 0,5 % Ersparnis auf die Gebühren bei euren Käufen. HILFREICHE BÜCHER RUND UM BITCOIN* • Bitcoin verstehen - Bitcoin für Einsteiger von Jonas Hofmeister (amzn.to/37MKx0l) • Der Bitcoin Standard: Die dezentrale Alternative zum Zentralbankensystem von Saifedean Ammous (amzn.to/36ZpKXb) • Bitcoin entdecken: Wie die Technologie hinter dem ersten knappen und dezentralisierten Geld funktioniert von Yan Pritzker (amzn.to/3grxDaH) • 21 Lektionen: Meine Reise in den Kaninchenbau von Gigi (amzn.to/3n1U48U) • Bitcoin: Selbstbestimmung durch Mathematik von Knut Svanholm (amzn.to/3gpvSLg) • Bitcoin: Unabhängigkeit neu gedacht von Knut Svanholm (amzn.to/3gsdVvz) • Bitcoin verwahren und vererben von Marc Steiner (amzn.to/2K1N8dq) *Die hier aufgeführten Links sind sogenannte Affiliate Links. Kommt über einen solchen Link ein Einkauf zustande, werden wir mit einer Provision beteiligt. Für euch entstehen dabei keine Mehrkosten. Wo und wie ihr ein Produkt kauft, bleibt natürlich euch überlassen. MUSIK "No? Yeah!" by LiQWYD soundcloud.com/liqwyd Creative Commons — Attribution 3.0 Unported — CC BY 3.0 Download / Stream: hypeddit.com/track/nwio90
Hello everyone and welcome on this new Sesterce Podcast episode 9 the subject today will be about Bitcoin Full Node. If you are happy with the knowledge shared please subscribe to be sure to don't miss our future podcasts and let us a like to support us ! You can contact us on our different social media : Twitter : https://twitter.com/sestercegroup Facebook : https://www.facebook.com/sestercegroup Instagram : https://www.instagram.com/sestercegroup/ Linkedin : https://www.linkedin.com/company/sest... See you next time ! With care from France. https://sesterce.com --- Send in a voice message: https://anchor.fm/sesterce/message
Alessandro Cecere @elsultanbitcoin, CEO of Coinspree.com & Creator of pandoraBox, joins me in this fascinating episode- touching our hearts and souls with his unique passion, knowledge, wisdom, and love for Bitcoin & humanity. -Full Node for institutional&individual users -Global Hash Rate-Competition (Venezuela&Iran) -Techn. Infrastructure needed for Bitcoin´s critical adoption rate -Necessary conditions for Hyperbitcoinization -Global Central Banking Cartel & Banking Cartel -Vision of Alessandro for humanity´s future. -and so much more. On Fire!:) Thank you, Alessandro, from within my heart and soul for all your work! Love, share, re-tweet, follow, and subscribe! Links of Alessandro: twitter: @elsultanbitcoin Website: coinspree.com I would appreciate a positive rating & review on anchor.fm/keyvandavani or any other platform. Subscribe to my Podcast-Show on: Apple Podcast: https://apple.co/2IA2dhV Google Podcast: https://bit.ly/31rSymq Spotify: https://spoti.fi/2wOfq1k Breaker: https://bit.ly/2IzhiQO Overcast: https://bit.ly/2R4nnbJ Castbox: https://bit.ly/34DbM97 Pocket-Casts: https://bit.ly/2XElbKv Radio Public: https://bit.ly/2I86iuH twitter: @keyvandavani Website: keyvandavani.com/podcast TheTotalConnector.com YouTube: youtube.com/c/keyvandavani Bitcoin-sponsors are welcome! hello@thetotalconnector.com Thank you for listening and your support! Keyvan --- Send in a voice message: https://anchor.fm/keyvandavani/message
This week: Gigi, author of 21 Lessons, Udi Wertheimer, independent software developer and host of Reckless VR meetups, Swan founder Cory Klippsten and Swan head of education, Brady Swenson, hosts. LinksGigi on TwitterUdi on TwitterSwan Bitcoin - the best place to buy and invest in BitcoinSwan Bitcoin on TwitterSwan Signal on YouTubeSwan Signal on FacebookSwan Signal on TwitchSwan Signal PodcastSwan Signal Telegram Chat Room
Douglas Bakkum- CEO of Shiftcrypto.ch- joins me in this episode to discuss the special features and security-questions in connection with the Bitcoin-only Hardware Wallet Bitbox02. -Tamper evident packaging - Special security features -Trusting the Hardware&Security Devices? -Minimizing potential attack vectors -Connecting to Full Node (mynode etc.) -Delivering more for Users on the Roadmap Links: Douglas Bakkum on twitter: @douglasbakkum ShiftCrypto on twitter: @ShiftCryptoHQ Website: shiftcrypto.ch/bitbox02/ Survey for Community: shiftcrypto.ch/features-questionnaire/ Stay safe & secure! Love, share, re-tweet, follow, and subscribe! Thank you for your support! I would appreciate a positive rating & review on anchor.fm/keyvandavani or any of these platforms: Subscribe to my Podcast-Show on: Apple Podcast: https://apple.co/2IA2dhV Google Podcast: https://bit.ly/31rSymq Spotify: https://spoti.fi/2wOfq1k Breaker: https://bit.ly/2IzhiQO Overcast: https://bit.ly/2R4nnbJ Castbox: https://bit.ly/34DbM97 Pocket-Casts: https://bit.ly/2XElbKv Radio Public: https://bit.ly/2I86iuH twitter: @keyvandavani Website: keyvandavani.com/podcast TheTotalConnector.com YouTube: youtube.com/c/keyvandavani Ethical (Bitcoin-) sponsors are welcome! hello@thetotalconnector.com Thank you for listening and your support! Keyvan --- Send in a voice message: https://anchor.fm/keyvandavani/message
Alessandro Cecere is CEO at Coinspree, a leading LATAM Bitcoin business based in Caracas, Venezuela. Coinspree provides custodial solutions to institutional investors and merchants. Coinspree has also launched the PandoraBox - a beautiful full node solution. El Sultan Bitcoin made waves on Bitcoin Twitter recently with his cypherpunk satellite setup. Alessandro is incredibly passionate and this episode is insanely bullish. Get yourself ready to get hyped - prep some fiat in case you need to smash that buy button during this ep. Citizen Bitcoin on TwitterCitizen Bitcoin PodcastCitizen Bitcoin Layer One merch collectionBitcoiner's BestMusic: Moon in the Sky by HobotekAlessandro on TwitterCoinspree
Ben Kaufman joins me to discuss: -Why run a Full Node? -Specter -UX/UI -practical & individual tutorials support for noobs & merchants and much more. Links of Ben: twitter: @_benkaufman Articles: medium.com/@ben_kaufman I would appreciate a positive rating & review on anchor.fm/keyvandavani or any of these platforms: Subscribe to my Podcast-Show on: Apple Podcast: https://apple.co/2IA2dhV Google Podcast: https://bit.ly/31rSymq Spotify: https://spoti.fi/2wOfq1k Breaker: https://bit.ly/2IzhiQO Overcast: https://bit.ly/2R4nnbJ Castbox: https://bit.ly/34DbM97 Pocket-Casts: https://bit.ly/2XElbKv Radio Public: https://bit.ly/2I86iuH twitter: @keyvandavani Website: keyvandavani.com/podcast TheTotalConnector.com YouTube: youtube.com/c/keyvandavani Ethical (Bitcoin-) sponsors are welcome! hello@thetotalconnector.com Thank you for listening and your support! Keyvan --- Send in a voice message: https://anchor.fm/keyvandavani/message
Links:Learn Me BitcoinTwitter-Greg WalkerSocial Media- The Bitcoin Podcast NetworkSlackTwitch-TheMexicanFilipinoYouTubeDonate!Discuss
Alessandro Cecere is a bitcoiner from Venezuela who is very passionate about Bitcoin full nodes. As the CEO and founder of Coinspree, he is looking into the most interesting and promising ways of protecting financial sovereignty with dedicated hardware.
IN THIS SHOW: BITCOIN A PONZI SCHEME - BITCOIN COULD REACH $1 TRILLION BY 2021 - HTC SMARTPHONE WITH FULL NODE CAPACITY - US CITIZENS CAN NOW RECEIVE TAX REFUND IN BITCOIN
LIVESTREAM ENDS SUDDENLY - MY INTERNET CRASHED! IN THIS SHOW: BITCOIN A PONZI SCHEME - BITCOIN COULD REACH $1 TRILLION BY 2021 - HTC SMARTPHONE WITH FULL NODE CAPACITY - US CITIZENS CAN NOW RECEIVE TAX REFUND IN BITCOIN
Links:Github WasabiDocGithub WasabiResearchClub Github ZeroLinkWebsite WasabiWebsite ZksnacksTwitter-Wasabi WalletSponsorStatus WebsiteStatus APPDAPPS WebsiteDAPPS EmailAD Music Rod Hamilton Enchanted ForestDonate!
Conheça a maneira fácil de rodar seu node bitcoin e lightning por meio de uma interface muito amigável e sem a necessidade de usar linha de comando. De lambuja, você ainda terá acesso a: - rode seu node via Tor (nativo) - Bitcoin explorer (pesquise transações, endereços com privacidade) - Electrum Server para conectar com sua hardware wallet - Conecte com sua carteira lightning usando apenas um leitor de QR code - Acesse remotamente via VPN e TOR (versão paga) Playlist: https://www.youtube.com/playlist?list=PLgcVYwONyxmjWYV1sZw8eYzx9px1WcfPX Link: https://mynodebtc.com https://bitcoinheiros.com/apoie/ SIGA OS BITCOINHEIROS: Site: https://www.bitcoinheiros.com Youtube: https://www.youtube.com/bitcoinheiros Twitter: https://www.twitter.com/bitcoinheiros Allan - https://www.twitter.com/allanraicher Dov - https://twitter.com/bitdov Becas - https://twitter.com/bksbk6 Ivan - https://twitter.com/bitofsilence Instagram: https://www.instagram.com/bitcoinheiros Facebook: https://www.fb.com/bitcoinheiros Podcast: https://anchor.fm/bitcoinheiros APOIE O CANAL: - Dê uma gorjeta em Bitcoin: https://bitcoinheiros.com/apoie/ - Inscreva-se no canal - Deixe seu comentário no vídeo - Dê um like no vídeo - Compartilhe o vídeo e o canal com amigos e familiares na sua rede social - Envie um email com seu comentário e sugestões: bitcoinheiros@protonmail.com COMO GUARDAR SEUS BITCOINS? Bitcoinheiros recomendam o uso de carteiras Multisig com Hardware Wallets de diferentes fabricantes. Busque por "canivete bitcoinheiro" em nosso canal para saber mais. - COLDCARD - https://store.coinkite.com/promo/bitcoinheiros (use o código bitcoinheiros para ganhar 5% de desconto) - TREZOR PARA RESIDENTES NO BRASIL E AMÉRICA DO SUL Revendedor oficial: https://www.kriptobr.com/?afiliado=1288 Com o código "bitcoinheiros" você ganha 5% de desconto na Trezor - TREZOR PARA RESIDENTES EM OUTROS PAÍSES https://shop.trezor.io/product/trezor-model-t?offer_id=15&aff_id=3722 Com o código "bitcoinheiros" você ganha 5% de desconto na Trezor ISENÇÃO DE RESPONSABILIDADE: Este conteúdo foi preparado para fins meramente informativos. NÃO é uma recomendação financeira nem de investimento. As opiniões apresentadas são apenas opiniões. Faça sua própria pesquisa. Não nos responsabilizamos por qualquer decisão de investimento que você tomar ou ação que você executar inspirada em nossos vídeos. --- Send in a voice message: https://anchor.fm/bitcoinheiros/message
Muita gente pergunta se é realmente necessário rodar um full node de Bitcoin. Neste vídeo o Dov explica quais são alguns dos maiores benefícios e motivações para você rodar seu próprio node. Lembre-se: Rodar um node só serve se você usar ele para interagir de fato com a blockchain, enviando (transmitindo) e recebendo (verificando) transações Vídeo: https://youtu.be/PLGHdIpS0W0 LINKS: Full node de Bitcoin https://bitcoincore.org/ https://github.com/lightning-power-users/node-launcher Opções de Block Explorer local (em ordem de preferência pessoal) https://github.com/janoside/btc-rpc-explorer https://github.com/Blockstream/esplora https://github.com/yogh-io/bitcoin-transaction-explorer SIGA OS BITCOINHEIROS: Site: https://www.bitcoinheiros.com Youtube: https://www.youtube.com/bitcoinheiros Twitter: https://www.twitter.com/bitcoinheiros Allan - https://www.twitter.com/allanraicher Dov - https://twitter.com/bitdov Becas - https://twitter.com/bksbk6 Ivan - https://twitter.com/bitofsilence Instagram: https://www.instagram.com/bitcoinheiros Facebook: https://www.fb.com/bitcoinheiros Podcast: https://anchor.fm/bitcoinheiros APOIE O CANAL: - Dê uma gorjeta pela Lightning Network: https://tippin.me/@bitcoinheiros - Dê uma gorjeta em Bitcoin onchain: https://tallyco.in/bitcoinheiros - Inscreva-se no canal - Deixe seu comentário no vídeo - Dê um like no vídeo - Compartilhe o vídeo e o canal com amigos e familiares na sua rede social - Envie um email com seu comentário e sugestões: bitcoinheiros@protonmail.com COMO GUARDAR SEUS BITCOINS? Bitcoinheiros recomendam o uso de carteiras Multisig com Hardware Wallets de diferentes fabricantes. Busque por "canivete bitcoinheiro" em nosso canal para saber mais. - COLDCARD - https://store.coinkite.com/promo/bitcoinheiros (use o código bitcoinheiros para ganhar 5% de desconto) - TREZOR PARA RESIDENTES NO BRASIL E AMÉRICA DO SUL Revendedor oficial: https://www.kriptobr.com/?afiliado=1288 Com o código "bitcoinheiros" você ganha 5% de desconto na Trezor - TREZOR PARA RESIDENTES EM OUTROS PAÍSES https://shop.trezor.io/product/trezor-model-t?offer_id=15&aff_id=3722 Com o código "bitcoinheiros" você ganha 5% de desconto na Trezor ISENÇÃO DE RESPONSABILIDADE: Este conteúdo foi preparado para fins meramente informativos. NÃO é uma recomendação financeira nem de investimento. As opiniões apresentadas são apenas opiniões. Faça sua própria pesquisa. Não nos responsabilizamos por qualquer decisão de investimento que você tomar ou ação que você executar inspirada em nossos vídeos. #Bitcoin #FullNode #Soberania
Welcome to The 1 Bitcoin Show! Lots of Altcoin noise today. The case of Justin Sun of Tron buying Steemit may be part of a larger trend. Ethereum pumpers are still around and ready to jump on the bandwagon. April 2016 BTC vs today. The Tel Aviv BTC halving party will be on May 21! Unconfiscatable is getting closer and there are funny polls out to get you excited. Rocky on Bcash. More! Recorded in Los Angeles, CA! Watch the show here- https://www.youtube.com/watch?v=vMZMcInYI0A Follow Adam on Twitter- https://twitter.com/TechBalt All of the BitcoinMeister videos are here at- http://DisruptMeister.com Financially support the podcast here- https://anchor.fm/bitcoinmeister/support --- This episode is sponsored by · Anchor: The easiest way to make a podcast. https://anchor.fm/app Support this podcast: https://anchor.fm/bitcoinmeister/support
Location: Skype Date: Friday, 17th January Project: Block Digest Role: Host Welcome to the Beginner's Guide to Bitcoin. Bitcoin can be intimidating for beginners. The protocol is complicated, the community can be aggressive and unforgiving, silly mistakes can lose you money, and it is easy to succumb to altcoin marketing. Bitcoin does though, offer you the opportunity to hold a new type of monetary asset, one which can't be seized by the government and is censorship resistance and It has the potential to change the way the world. The goal of What Bitcoin Did has always been about making things simple; there are no stupid questions, and the show is here to help beginners navigate this new world. To kick off 2020, we are launching a special series to help beginners understand Bitcoin. We will be looking at the basics from breaking down the protocol to explaining the economics and discussing the potential societal shift. Beginners Guide Part 6 - How Bitcoin Works with Shinobi As a newcomer to Bitcoin, you can begin using the network without understanding the protocol. While in the early days Bitcoin required a level of technical knowledge, there is now a plethora of companies creating products which abstract this away. As Bitcoin is such a unique form of money, you should invest time in understanding some of the more complicated aspects such as how the protocol works. While there are good wallets which will take care of validating transactions for you, by operating a node, you can become fully self-sovereign by validating your transactions. The Bitcoin protocol is complicated, so in this episode, we give you an introduction and overview of how it works: Supply - Bitcoin has a fixed supply of 21 million coins and a fixed supply issuance. Starting at 50BTC per block this reward is cut in half every 210,000 blocks (or ~every four years). UTXOs - an Unspent Transaction Output which is used as an input for a new transaction. Open-source - openly available source code that anyone can access allowing anyone to review and contribute to the code. Consensus rules - the rules that full nodes must follow to be in agreement with all other nodes on the state of the blockchain Full Node - a program that verifies and validates all transactions and blocks for the entire history of the Bitcoin blockchain Mining - the process of adding transactions to the Bitcoin ledger and securing the network. Miners create blocks by spending energy in what is known as proof of work. The difficulty adjustment - this alters every 2016 blocks (~2 weeks) based on the time it took to mine the previous 2016 blocks, which is how the network can maintain a ~10 minute block time. In Part 6 of the Bitcoin Beginner's Guide, I am joined by Shinobi, host of Block Digest. In this episode, we are looking at how the Bitcoin protocol works. We discuss the supply & halvings, transactions & UTXOs, consensus rules, mining and nodes.
Location: SkypeDate: Friday, 17th January Project: Block DigestRole: HostWelcome to the Beginner's Guide to Bitcoin.Bitcoin can be intimidating for beginners. The protocol is complicated, the community can be aggressive and unforgiving, silly mistakes can lose you money, and it is easy to succumb to altcoin marketing.Bitcoin does though, offer you the opportunity to hold a new type of monetary asset, one which can't be seized by the government and is censorship resistance and It has the potential to change the way the world.The goal of What Bitcoin Did has always been about making things simple; there are no stupid questions, and the show is here to help beginners navigate this new world. To kick off 2020, we are launching a special series to help beginners understand Bitcoin. We will be looking at the basics from breaking down the protocol to explaining the economics and discussing the potential societal shift.Beginners Guide Part 6 - How Bitcoin Works with ShinobiAs a newcomer to Bitcoin, you can begin using the network without understanding the protocol. While in the early days Bitcoin required a level of technical knowledge, there is now a plethora of companies creating products which abstract this away.As Bitcoin is such a unique form of money, you should invest time in understanding some of the more complicated aspects such as how the protocol works. While there are good wallets which will take care of validating transactions for you, by operating a node, you can become fully self-sovereign by validating your transactions.The Bitcoin protocol is complicated, so in this episode, we give you an introduction and overview of how it works:- Supply - Bitcoin has a fixed supply of 21 million coins and a fixed supply issuance. Starting at 50BTC per block this reward is cut in half every 210,000 blocks (or ~every four years).- UTXOs - an Unspent Transaction Output which is used as an input for a new transaction.- Open-source - openly available source code that anyone can access allowing anyone to review and contribute to the code.- Consensus rules - the rules that full nodes must follow to be in agreement with all other nodes on the state of the blockchain- Full Node - a program that verifies and validates all transactions and blocks for the entire history of the Bitcoin blockchain- Mining - the process of adding transactions to the Bitcoin ledger and securing the network. Miners create blocks by spending energy in what is known as proof of work.- The difficulty adjustment - this alters every 2016 blocks (~2 weeks) based on the time it took to mine the previous 2016 blocks, which is how the network can maintain a ~10 minute block time.In Part 6 of the Bitcoin Beginner’s Guide, I am joined by Shinobi, host of Block Digest. In this episode, we are looking at how the Bitcoin protocol works. We discuss the supply & halvings, transactions & UTXOs, consensus rules, mining and nodes.-----If you enjoy The What Bitcoin Did Podcast you can help support the show my doing the following:Become a Patron and get access to shows early or help contributeMake a tip:Bitcoin: 3FiC6w7eb3dkcaNHMAnj39ANTAkv8Ufi2SQR Codes: Bitcoin | Ethereum | Litecoin | Monero | ZCash | RipplecoinIf you do send a tip then please email me so that I can say thank youSubscribe on iTunes | Spotify | Stitcher | SoundCloud | YouTube | Deezer | TuneIn | RSS FeedLeave a review on iTunesShare the show and episodes with your friends and familySubscribe to the newsletter on my websiteFollow me on Twitter Personal | Twitter Podcast | Instagram | Medium | YouTubeIf you are interested in sponsoring the show, you can read more about that here or please feel free to drop me an email to discuss options.
Kryptohelden - Bitcoin, Ethereum & Co meistern - ohne Hektik!
Heute begrüßen wir Sascha Hanse. Sascha ist Chief of Research bei Aeternity und hat bereits 2011 Mining Software geschrieben. Auch heute ist er am Puls der Zeit mit seiner Arbeit zu zero knowledge (zk-)proofs. Die heutige Folge ist sehr technisch und sehr wichtig, da wir eine Transaktion von Anfang bis Ende erklären. Fun fact: Sascha und Onur waren auf der selben Oberschule und kennen sich vom Informatikunterricht!
On the EthHub Weekly Recap we cover topics from the EthHub Weekly Newsletter. In this episode we discuss Eric’s trip to ETHWaterloo, the popularity of the ENS, RealT integrating Uniswap, Dai ceiling is raised, Ethereum marketing DAO launches, Maria Paula’s thread on being saved by crypto when bank account was frozen and a great Ethereum node tutorial by Justin Leroux. Support our show by donating funds to ethhub.eth! Buy EthHub Merch Get on the email list at ethhub.substack.com
Episódio final da jornada do Canivete Suíço Bitcoinheiro. Falamos de privacidade e algumas situações que poderiam ser interessantes para usar o recurso de Coinjoin oferecido pela Wasabi Wallet. Além disso, os macetes de como usar a Wasabi como software para sua Hardware Wallet sem precisar instalar TOR nem o Electrum Personal Server para conectar diretamente com o seu Full Node. Para fechar com chave de ouro, mostramos na prática como usar a Wasabi e quais cuidados você deve tomar. Episódio imperdível desta jornada épica. Vídeo na íntegra: https://youtu.be/LTvTK0J1hRI SIGA OS BITCOINHEIROS: Youtube: https://www.youtube.com/bitcoinheiros Twitter: https://www.twitter.com/bitcoinheiros Allan - https://www.twitter.com/allanraicher Dov - https://twitter.com/bitdov Becas - https://twitter.com/bksbk6 Ivan - https://twitter.com/bitofsilence Instagram: https://www.instagram.com/bitcoinheiros Facebook: https://www.fb.com/bitcoinheiros Podcast: https://anchor.fm/bitcoinheiros APOIE O CANAL: - Dê uma gorjeta pela Lightning Network: https://tippin.me/@bitcoinheiros - Dê uma gorjeta em Bitcoin onchain: https://tallyco.in/bitcoinheiros - Inscreva-se no canal - Deixe seu comentário no vídeo - Dê um like no vídeo - Compartilhe o vídeo e o canal com amigos e familiares na sua rede social - Envie um email com seu comentário e sugestões: bitcoinheiros@protonmail.com COMO GUARDAR SEUS BITCOINS? Bitcoinheiros recomendam o uso de carteiras Multisig com Hardware Wallets de diferentes fabricantes. Busque por "canivete bitcoinheiro" em nosso canal para saber mais. - COLDCARD - https://coldcardwallet.com - TREZOR - https://shop.trezor.io/?offer_id=10&aff_id=1135 (usando este link você ajuda o canal) ISENÇÃO DE RESPONSABILIDADE: Este conteúdo foi preparado para fins meramente informativos. NÃO é uma recomendação financeira nem de investimento. As opiniões apresentadas são apenas opiniões. Faça sua própria pesquisa. Não nos responsabilizamos por qualquer decisão de investimento que você tomar ou ação que você executar inspirada em nossos vídeos. #Bitcoin #Segurança #Privacidade --- Send in a voice message: https://anchor.fm/bitcoinheiros/message
In this episode, Anna chats with Friederike Ernst (https://twitter.com/tw_tter) from Gnosis (https://twitter.com/gnosisPM) about their work on prediction markets, wallet security, exchanges, and the co-working space Full Node (https://www.fullnode.berlin/) in Berlin - a hub for the blockchain community that Friederike spearheaded. Some links that were mentioned: sight.pm (https://sight.pm/) Phil Daian's front-running article (https://arxiv.org/pdf/1904.05234.pdf) slow.trade (https://slow.trade/#/verification) Full Node Berlin (https://www.fullnode.berlin/) Thank you to this week's sponsor Trail of Bits (trailofbits.com) Trail of Bits recently releases their smart contract audit executive summary. They aggregated the work of 23 smart contract audits and found that 78% of high impact, easily exploitable findings are discoverable with automated analysis tools, 50% of all findings will never be found with automated tools, and Unit testing has no impact on security For more on this audit, have a look at their latest blog post https://blog.trailofbits.com/2019/08/08/246-findings-from-our-smart-contract-audits-an-executive-summary/ If you like what we do: Follow us on Twitter - @zeroknowledgefm (https://twitter.com/zeroknowledgefm) Join us on Telegram (https://t.me/joinchat/B_81tQ57-ThZg8yOSx5gjA) Support our Gitcoin Grant (https://gitcoin.co/grants/38/zero-knowledge-podcast) Support us on the ZKPatreon (https://www.patreon.com/zeroknowledge) Or directly here: ETH: 0xC0FFEE1B5083230a5154F55f253B6b6ae8F29B1a BTC: 1cafekGa3podM4fBxPSQc6RCEXQNTK8Zz ZEC: t1R2bujRF3Hzte9ALHpMJvY8t5kb9ut9SpQ
Decred Privacy - Mainnet - https://twitter.com/decredproject/status/1167269901293297664Privacidade Rap - https://cryptobriefing.com/decred-struts-privacy-credentials-with-surprisingly-awesome-rap-snippet/DCR in Depth - https://twitter.com/decredproject/status/1168558002867191808Market Makers - https://medium.com/politeia-digest/issue-21-august-13-august-31-2019-57442fe52d7d51% PoS - https://twitter.com/_Checkmatey_/status/1168111355397922817Full-Node - https://twitter.com/_Checkmatey_/status/1168408868302536704Campus Party.
Location: Skype Date: Monday, 26th August Project: Casa Role: Product Manager Full nodes are fundamental to the security of the Bitcoin network by maintaining decentralisation and validating transactions and blocks by enforcing consensus rules. While running a full node is an act of supporting the Bitcoin network, it also ensures that you are not trusting any third party. If a transaction breaks consensus rules, then your node will reject it, irrespective of what others nodes do. Further, running a full node offers increased privacy and safety. So why do so few Bitcoiners run a full node? Many either do not understand the benefits of running a full node and/or find it intimidating. While there are many useful online guides, most rely on at least some technical ability and not everyone has the inclination, hardware requirements or technical knowledge. The difficulties mean many, understandably, opt to use a hardware wallet, lite wallet and even trust exchanges or custodial wallets to secure their Bitcoin. It is hard to put a number on the number of nodes in operation, but certainly, the total amount is a long way off Luke Dashjr's target of 85% adoption. How can more users be encouraged to run a full node? Casa is one company trying to help by solving some of the friction points around education, design and user experience. Casa offers an out of the box, plug-and-play Bitcoin and Lightning node. In this interview, I sit down with Brian Lockhart from Casa to talk about Bitcoin full nodes. We discuss why it is vital to the individual and for the Bitcoin community, and how Casa is working to make it easier for people to run a full node.
Location: SkypeDate: Monday, 26th AugustProject: CasaRole: Product ManagerFull nodes are fundamental to the security of the Bitcoin network by maintaining decentralisation and validating transactions and blocks by enforcing consensus rules.While running a full node is an act ofin supporting the Bitcoin network, it also ensures that you are not trusting any third party. If a transaction breaks consensus rules, then your node will reject it, irrespective of what others nodes do. Further, running a full node offers increased privacy and safety.So why do so few Bitcoiners run a full node?Many either do not understand the benefits of running a full node and/or find it intimidating. While there are many useful online guides, most rely on at least some technical ability and not everyone has the inclination, hardware requirements or technical knowledge.The difficulties mean many, understandably, opt to use a hardware wallet, lite wallet and even trust exchanges or custodial wallets to secure their Bitcoin.It is hard to put a number on the number of nodes in operation, but certainly, the total amount is a long way off Luke Dashjr's target of 85% adoption.How can more users be encouraged to run a full node?Casa is one company trying to help by solving some of the friction points around education, design and user experience. Casa offers an out of the box, plug-and-play Bitcoin and Lightning node.In this interview, I sit down with Brian Lockhart from Casa to talk about Bitcoin full nodes. We discuss why it is vital to the individual and for the Bitcoin community, and how Casa is working to make it easier for people to run a full node.-----If you enjoy The What Bitcoin Did Podcast you can help support the show my doing the following:Become a Patron and get access to shows early or help contributeMake a tip:Bitcoin: 3FiC6w7eb3dkcaNHMAnj39ANTAkv8Ufi2SQR Codes: Bitcoin | Ethereum | Litecoin | Monero | ZCash | RipplecoinIf you do send a tip then please email me so that I can say thank youSubscribe on iTunes | Spotify | Stitcher | SoundCloud | YouTube | TuneIn | RSS FeedLeave a review on iTunesShare the show and episodes with your friends and familySubscribe to the newsletter on my websiteFollow me on Twitter Personal | Twitter Podcast | Instagram | Medium | YouTubeIf you are interested in sponsoring the show, you can read more about that here or please feel free to drop me an email to discuss options.
"Buy Bitcoin" ink stamps, only £1!!! (not for stamping all your fiat) https://www.jigawatt.co/ Check out the brand new http://WorldCryptoNetwork.com/ Follow WCN on Twitter: https://twitter.com/WorldCryptoNet Follow me on Twitter: https://twitter.com/BTCSocialist
Using an ESP32 we do a simple GET request to our bitcoin, lightning network LND full node https://github.com/arcbtc/ESP32-LND-GET "Buy Bitcoin" ink stamps, only £1!!! (not for stamping all your fiat) https://www.jigawatt.co/ Check out the brand new http://WorldCryptoNetwork.com/ Follow WCN on Twitter: https://twitter.com/WorldCryptoNet Follow me on Twitter: https://twitter.com/BTCSocialist
On this edition of the Crypto.IQ Daily Radio Show we do a deep dive market analysis. The crypto market is in the red this morning and Bitcoin (BTC) dropped as low as $7,500 yesterday evening. The CME gap and a longer term support level suggests that Bitcoin (BTC) could head down towards $7,000. We discuss how the SEC is suing Kik for the $100 million Kin ICO, and alleges that Kik sold $55 million of Kin tokens to United States investors without following the proper securities procedures. The SEC is seeking to ban Kik from conducting crypto activity, wants to return investments to investors, and is seeking a civil penalty. Learn about Utreexo, a new protocol developed by Lightning Network Co-Creator Tadge Dryja. Utreexo will make it faster and easier to run a Bitcoin (BTC) full node, which would increase the health of the Bitcoin (BTC) network and increase user security. Hear about how Former Mt. Gox CEO Mark Karpeles is launching a company which hopes to develop a blockchain-based operating system.
Apologize ahead of time. The audio gets bad towards the 40 minute mark. Sounds like a bandwidth issue. Thanks for sticking with it!
#CryptoCorner: #BTC Rallies to $7500 with Record Trading Volume, Binance to Re-open Tomorrow, Boerse Stuttgart Lists XRP and LTC ETNs and HTC Announces Full Node Blockchain Smartphone
Kryptohelden - Bitcoin, Ethereum & Co meistern - ohne Hektik!
In diesem 1x1 sprechen wir über gängige Blockchain Netzwerkkomponenten. * Was sind full nodes? * Was sind light nodes und light clients? * Was sind simple payment verifications (SPVs)? * Was sind headless miner? * Was sind Anwendungsfälle und Unterschiede dieser Komponenten?
Don't forget to SUBSCRIBE (https://www.youtube.com/c/monerotalk)! The more subscribers, the more we can help Monero grow!
Peter talks about different types of wallets and their security. The underlying technology of hierarchical deterministic (HD) wallets is discussed as well as Full Node and Simplified Payment Verification (SPV) wallets.
Casa CEO Jeremy Welch discusses running a Bitcoin full-node and Lightning Network node.
Listen to WCN Audio Podcasts:https://itunes.apple.com/us/podcast/world-crypto-network/id825708806?mt=2 Call Us LIVE!SKYPE WorldCryptoNetwork Track the Mayer Multiple on WCN: https://www.worldcryptonetwork.com/price Check out the brand new http://WorldCryptoNetwork.com/ Follow WCN on Twitter:https://twitter.com/WorldCryptoNet Subscribe to the WCN YouTube Channel and participate in the live chat!https://www.youtube.com/user/WorldCryptoNetworkFollow the best podcasts from the best minds in the Bitcoin and Cryptocurrency space on twitter.https://twitter.com/bitcoinpodcasts
Zu Gast im Interview ist Stefan George, CTO und Co-Founder von Gnosis aus Berlin. Neben der generellen Funktionsweise von Vorhersagemärkten (prediction markets) gehen wir vor allem auf die Bestandteile des “Prediction Market Framework” ein, das Gnosis seit 2014 auf Basis von Ethereum entwickelt. Wir erfahren, wie damit das Fertigstellungsdatum des Berliner Flughafens vorhergesagt werden kann, und wie Geschehnisse aus der Realwelt durch Oracles verfügbar gemacht werden. Außerdem verrät uns Stefan, wieviel ein Security Audit für 200 Zeilen Code auf der Blockchain kostet, und warum sie den Full Node, Deutschlands ersten Blockchain Co-Working Space, gegründet haben.
Listen to WCN Audio Podcasts:https://itunes.apple.com/us/podcast/world-crypto-network/id825708806?mt=2Call Us LIVE!SKYPE WorldCryptoNetworkTrack the Mayer Multiple on WCN: https://www.worldcryptonetwork.com/priceCheck out the brand new http://WorldCryptoNetwork.com/Follow WCN on Twitter:https://twitter.com/WorldCryptoNetSubscribe to the WCN YouTube Channel and participate in the live chat!https://www.youtube.com/user/WorldCryptoNetworkFollow the best podcasts from the best minds in the Bitcoin and Cryptocurrency space on twitter.https://twitter.com/bitcoinpodcasts
Jimmy Song is a Bitcoin Core Contributor and former VP of Engineering for Armory. He caught the Bitcoin bug back in 2011 and started contributing to Bitcoin open source projects since 2013. He’s a contributor to CoinDesk and has a popular Bitcoin blog. He’s been teaching blockchain to engineers for over 3 years. Jimmy graduated from the University of Michigan with a Bachelors of Science in Mathematics.Seminar: http://programmingblockchain.com/ Newsletter: http://eepurl.com/cZr_Aj Medium: https://medium.com/@jimmysong Twitter: https://twitter.com/jimmysong Github: https://github.com/jimmysongFollow the best podcasts from the best minds in the Bitcoin and Cryptocurrency space on twitter.https://twitter.com/bitcoinpodcasts
Ethereum from a Full Node’s Perspective - E.G. Galano - ETHBerlin
Jimmy Song is a Bitcoin Core Contributor and former VP of Engineering for Armory. He caught the Bitcoin bug back in 2011 and started contributing to Bitcoin open source projects since 2013. He’s a contributor to CoinDesk and has a popular Bitcoin blog. He’s been teaching blockchain to engineers for over 3 years. Jimmy graduated from the University of Michigan with a Bachelors of Science in Mathematics.Seminar: http://programmingblockchain.com/ Newsletter: http://eepurl.com/cZr_Aj Medium: https://medium.com/@jimmysong Twitter: https://twitter.com/jimmysong Github: https://github.com/jimmysongFollow the best podcasts from the best minds in the Bitcoin and Cryptocurrency space on twitter.https://twitter.com/bitcoinpodcasts
Jimmy Song is a Bitcoin Core Contributor and former VP of Engineering for Armory. He caught the Bitcoin bug back in 2011 and started contributing to Bitcoin open source projects since 2013. He’s a contributor to CoinDesk and has a popular Bitcoin blog. He’s been teaching blockchain to engineers for over 3 years. Jimmy graduated from the University of Michigan with a Bachelors of Science in Mathematics.Seminar: http://programmingblockchain.com/Newsletter: http://eepurl.com/cZr_AjMedium: https://medium.com/@jimmysongTwitter: https://twitter.com/jimmysongGithub: https://github.com/jimmysongFollow the best podcasts from the best minds in the Bitcoin and Cryptocurrency space on twitter.https://twitter.com/bitcoinpodcasts
In this episode, we share an introduction to full nodes. Speaking with the Parity community support lead, Thibaut Sardan, we walk through what it means to set up the Parity Ethereum client, explore what the difference is between this and a light client, help define some of the commonly used language and answer some frequently asked questions. Big thank you to 1kx (https://twitter.com/1kxnetwork) for inviting us to the Full Node co-working (https://www.fullnode.berlin/) space to record this episode! Links: Parity FAQ (https://wiki.parity.io/FAQ) Parity UI and Light Wallets (https://paritytech.io/creating-a-lighter-experience/)
We'll cover OpenBSD's defensive approach to OS security, help you Understanding Syscall Conventions for Different Platforms, Mishandling SMTP Sender Verification, how the cd command works, and the LUA boot loader coming to FreeBSD. This episode was brought to you by Headlines Pledge: OpenBSD's defensive approach to OS Security (https://medium.com/@_neerajpal/pledge-openbsds-defensive-approach-for-os-security-86629ef779ce) The meaning of Pledge is same as in the real world, that is, “a solemn promise or undertaking”. So, in OpenBSD: Calling pledge in a program means to promise that the program will only use certain resources. How does it make a program more secure? It limits the operation of a program. Example: You wrote a program named ‘abc' that only needed the stdio to just print something to stdout. You added pledge to use only stdio and nothing else. Then, a malicious user found out that there is a vulnerability in your program which one can exploit and get into shell (or root shell). Exploiting your program to open a shell (or root shell) will result in the kernel killing the process with SIGABRT (which cannot be caught/ignored) and will generate a log (which you can find with dmesg). This happens because before executing other codes of your program, the code first pledges not to use anything other than stdio promise/operations. But, opening a shell or root shell will call several other system-calls which are distributed in lots of other promises like “stdio”, “proc”, “exec” etc. They are all forbidden because the program has already promised not to use any promises other than stdio. Pledge is not a system call filter. So, it is not used to restrict system calls. For example, pledge(“read”,NULL) ? wrong syntax of the pledge() pledge(“stdio inet”,NULL) ? correct syntax of the pledge() Pledge works on stdio, dns, inet, etc. promises but not directly on system calls like read, write, etc. And, unique functionality of pledge() is that it works on behavioral approach not just like 1:1 approach with the system calls. On 11 December 2017, Theo de Raadt said: List: openbsd-tech Subject: pledge execpromises From: Theo de Raadt Date: 2017–12–11 21:20:51 Message-ID: 6735.1513027251 () cvs ! openbsd ! org This will probably be committed in the next day or so. The 2nd argument of pledge() becomes execpromises, which is what will gets activated after execve. There is also a small new feature called “error”, which causes violating system calls to return -1 with ENOSYS rather than killing the process. This must be used with EXTREME CAUTION because libraries and programs are full of unchecked system calls. If you carry on past one of these failures, your program is in uncharted territory and risks of exploitation become high. “error” is being introduced for a different reason: The pre-exec process's expectation of what the post-exec process will do might mismatch, so “error” allows things like starting an editor which has no network access or maybe other restrictions in the future… Every Journey Starts with a FAIL...or Understanding Syscall Conventions for Different Platforms (http://k3research.outerhaven.de/posts/every-journey-starts-with-a-fail.html) Introduction Not long ago I started looking into FreeBSD kernel exploitation. There are only a few resources but probably the best starting point is argp's Phrack article from 2009[0]. And while he does only provide one technique, I wanted to understand it and port it to a modern FreeBSD release before describing new, own researched techniques. Well, at least this was my plan. In reality I ended researching how different operating systems resp. the same operating system but for different architectures implement syscalls. Hence, new exploiting methods have to wait for another post. In this one I want to describe my personal FAIL while porting argp's exploit example to a FreeBSD 11.1-RELEASE running on a 64bit processor. Maybe this will give other people interested in kernel stuff some insights they didn't know before. If you already know how syscalls work on 32bit and 64bit *BSD because you are an experienced exploit or kernel developer, you will probably want to search for something else to read. Moreover, some of the debugging stuff can look laborious because I wanted to show the steps I have done while attacking my problem instead of showing a simple walkthrough to the solution. The Problem argp described in his article vulnerable code consisting of a loadable kernel module which exposes a syscall to the userland. Because it was written around the time when FreeBSD 8-RELEASE came out and because he has written himself that the code needs smaller adjustments to work with this version (it was written for FreeBSD 7) I thought I will first port it to FreeBSD 11.1-RELEASE. Moreover it was written for an Intel 32bit processor architecture as we can see from his shellcode examples. Hence, I wanted to go right away the harder way and modify it to work on an 64bit processor. Why the Original Code Worked While It Was Wrong As written above, the syscall convention for the 32bit architecture is different from the one for the 64bit architecture. Indeed, a syscall on a 32bit FreeBSD system passes the arguments via the stack while the syscall offset is stored in the EAX register. The transfer into the kernel address space is done in 'cpufetchsyscall_args' in 'sys/i386/i386/trap.c'. ``` int cpufetchsyscallargs(struct thread *td, struct syscallargs *sa) { ... frame = td->td_frame; params = (caddr_t)frame->tf_esp + sizeof(int); sa->code = frame->tf_eax; ... if (params != NULL && sa->narg != 0) error = copyin(params, (caddr_t)sa->args, (u_int)(sa->narg * sizeof(int))); else ... } ``` That is, 'params' points to ESP+4 bytes offset. Later, the arguments are copied into the kernel space which is referenced by 'sa->args'. 'args' is an array of eight 'registert' which is defined as 'int32t' on the 32bit platform in comparison to the 64bit platform. And as 'struct args' only consisted of integers they got copied into the syscall arguments which are given to the trigger function inside the kernel module. We could verify this by changing 'int op' to 'long long op' in the kernel module and in trigger.c. We get the following output: root@freebsd64:trigger/ # ./trigger 0x28414000 256 3 1 0x28414000 256 4294967295 2 root@freebsd64:trigger/ # To bring this to an end: argp's version only worked for his special choice of arguments and only on 32bit. On 32bit FreeBSD platforms the arguments are transferred into kernel space by 4 byte integers, hence it will only work for integers anyway. On 64bit FreeBSD platforms we have to use syscall(2) in the intended way. iXsystems New Disks! (https://www.ixsystems.com/blog/gdpr-countdown/) A Life Lesson in Mishandling SMTP Sender Verification (https://bsdly.blogspot.co.uk/2018/02/a-life-lesson-in-mishandling-smtp.html) It all started with one of those rare spam mails that got through. This one was hawking address lists, much like the ones I occasionally receive to addresses that I can not turn into spamtraps. The message was addressed to, of all things, root@skapet.bsdly.net. (The message with full headers has been preserved here for reference). Yes, that's right, they sent their spam to root@. And a quick peek at the headers revealed that like most of those attempts at hawking address lists for spamming that actually make it to a mailbox here, this one had been sent by an outlook.com customer. The problem with spam delivered via outlook.com is that you can't usefully blacklist the sending server, since the largish chunk of the world that uses some sort of Microsoft hosted email solution (Office365 and its ilk) have their usually legitimate mail delivered via the very same infrastructure. And since outlook.com is one of the mail providers that doesn't play well with greylisting (it spreads its retries across no less than 81 subnets (the output of 'echo outlook.com | doas smtpctl spf walk' is preserved here), it's fairly common practice to just whitelist all those networks and avoid the hassle of lost or delayed mail to and from Microsoft customers. I was going to just ignore this message too, but we've seen an increasing number of spammy outfits taking advantage of outlook.com's seeming right of way to innocent third parties' mail boxes. So I decided to try both to do my best at demoralizing this particular sender and alert outlook.com to their problem. I wrote a messsage (preserved here) with a Cc: to abuse@outlook.com where the meat is, ``` Ms Farell, The address root@skapet.bsdly.net has never been subscribed to any mailing list, for obvious reasons. Whoever sold you an address list with that address on it are criminals and you should at least demand your money back. Whoever handles abuse@outlook.com will appreciate the attachment, which is a copy of the message as it arrived here with all headers intact. Yours sincerely, Peter N. M. Hansteen ``` What happened next is quite amazing. If my analysis is correct, it may not be possible for senders who are not themselves outlook.com customers to actually reach the outlook.com abuse team. Any student or practitioner of SMTP mail delivery should know that SPF records should only happen on ingress, that is at the point where the mail traffic enters your infrastructure and the sender IP address is the original one. Leave the check for later when the message may have been forwarded, and you do not have sufficient data to perform the check. Whenever I encounter incredibly stupid and functionally destructive configuration errors like this I tend to believe they're down to simple incompetence and not malice. But this one has me wondering. If you essentially require incoming mail to include the contents of spf.outlook.com (currently no less than 81 subnets) as valid senders for the domain, you are essentially saying that only outlook.com customers are allowed to communicate. If that restriction is a result of a deliberate choice rather than a simple configuration error, the problem moves out of the technical sphere and could conceivably become a legal matter, depending on what outlook.com have specified in their contracts that they are selling to their customers. But let us assume that this is indeed a matter of simple bad luck or incompetence and that the solution is indeed technical. I would have liked to report this to whoever does technical things at that domain via email, but unfortunately there are indications that being their customer is a precondition for using that channel of communication to them. I hope they fix that, and soon. And then move on to terminating their spamming customers' contracts. The main lesson to be learned from this is that when you shop around for email service, please do yourself a favor and make an effort to ensure that your prospective providers actually understand how the modern-ish SMTP addons SPF, DKIM and DMARC actually work. Otherwise you may end up receiving more of the mail you don't want than what you do want, and your own mail may end up not being delivered as intended. News Roundup Running Salt Proxy Minions on OpenBSD (https://mirceaulinic.net/2018-02-14-openbsd-salt-proxy/) As I have previously attempted several times in the past, I am (finally) very close to switch to OpenBSD, a more stable and reliable operating system that I like. Before starting to make the actual change on both personal and work computer, I started testing some of the tools I'm currently using, and understand what are the expectations. In general I didn't encounter issues, or when I did, I found the answers in the documentation (which is really great), or various forums. I didn't find however any questions regarding Proxy Minions on OpenBSD which is why I thought it might be helpful to share my experience. Installation and Startup With these said, I started playing with Salt, and it was simple and straightforward. First step - install Salt: pkg_add salt. This will bring several ports for Python futures, ZeroMQ, or Tornado which are needed for Salt. After configuring the pillar_roots in the /etc/salt/master config file for the Master, I started up the master process using rcctl: Starting up the Proxy Minions The Salt package for OpenBSD comes with the rc file for salt-proxy as well, /etc/rc.d/salt_proxy While typically you run a single regular Minion on a given machine, it is very like that there are multiple Proxy processes. Additionally, the default Salt rc file has the following configuration for the salt-proxy daemon: Starting many Proxy Minions I have managed to startup a Proxy Minion, but what about many? Executing the three commands above for each and every device is tedious and cannot scale very well. I thus have figured the following way: Have a separate rc file per Proxy, each having the daemon instruction explicitly specifying its Minion ID Start the service (using the regular Minion that controls the machine where the Proxy processes are running) And the test Proxy Minion is then up (after accepting the key, i.e,, salt-key -a test) Extending the same to a (very) large number of Proxy Minions, you can easily manage the rc files and start the services using a Salt State executed on the regular Minion: Using the file.managed State function to generate the contents of the rc file for each Proxy, with its own Minion ID. Using the service.running State function start the service. These two steps would suffice to start an arbitrary number of Proxy Minions, and the command executed will always be the same regardless how many processes you aim to manage. Conclusions I am still a novice when it comes to OpenBSD, I have plenty to learn, but it looks like the transition will be much smoother than I expected. I am already looking forward to the handover, and - most importantly - I will no longer be using systemd. :-) LUA boot loader coming very soon (https://lists.freebsd.org/pipermail/freebsd-current/2018-February/068464.html) As you may know, the Lua (http://www.lua.org) boot loader has been in the works for some time. It started out life as a GSoC in 2014 by Pedro Souza mentored by Wojciech A. Koszek. Rui Paulo created a svn project branch to try to integrate it. I rebased that effort into a github branch which Pedro Arthur fixed up. Over the past year, I've been cleaning up the boot loader for other reasons, and found the time was ripe to start integrating this into the tree. However, those integration efforts have taken a while as my day-job work on the boot loader took priority. In the mean time, Ed Maste and the FreeBSD Foundation funded Zakary Nafziger to enhance the original GSoC Lua scripts to bring it closer to parity with the evolution of the FORTH menu system since the GSoC project started. I'm pleased to announce that all these threads of development have converged and I'll be pushing the FreeBSD Lua Loader later today. This loader uses Lua as its scripting language instead of FORTH. While co-existance is planned, the timeline for it is looking to be a few weeks and I didn't want to delay pushing this into the tree for that. To try the loader, you'll need to build WITHOUTFORTH=yes and WITHLOADERLUA=yes. Fortunately, you needn't do a full world to do this, you can do it in src/stand and install the result (be sure to have the options for both the build and the install). This will replace your current /boot/loader that is scripted with FORTH to one that's scripted with Lua. It will install the lua scripts in /boot/lua. The boot is scripted with /boot/lua/loader.lua instead of /boot/loader.rc. You are strongly advised to create a backup copy of /boot/loader before testing (eg cp /boot/loader /boot/loaderforth), since you'll need to boot that from boot2 if something goes wrong. I've tested it extensively, though, with userboot.so and it's test program, so all the initial kinks of finding the lua scripts, etc have been worked out. While it's possible to build all the /boot/loader variants with Lua, I've just tested a BIOS booting /boot/loader both with and without menus enabled. I've not tested any of the other variants and the instructions for testing some of them may be rather tedious (especially UEFI, if you want a simple path to back out). Since there's not been full convergence testing, you'll almost certainly find bumps in this system. Also, all the build-system APIs are likely not yet final. I put MFC after a month on the commit. Due to the heroic (dare I say almost crazy) work of Kyle Evans on merging all the revs from -current to 11, I'm planning a MFC to 11 after the co-existence issues are hammered out. In 11, FORTH will be the default, and Lua will be built by default, but users will have to do something to use it. 12, both FORTH and Lua will be built and installed, with Lua as default (barring unforeseen complications). Once the co-existence stuff goes in, I imagine we'll make the switch to Lua by default shortly after that. In 13, FORTH will be removed unless there's a really really compelling case made to keep it. So please give it a spin and give me any feedback, documentation updates and/or bug fixes. I'm especially interested in reviews from people that have embedded Lua in other projects or experts in Lua that can improve the robustness of the menu code. Bitcoin Full Node on FreeBSD (https://bsdmag.org/5374-2/) What is a Bitcoin ? Bitcoin is a valuable popular open-source cryptocurrency that was invented by Satoshi Nakamoto in 2009. Bitcoins have value because they possess same characteristics like money (durability, portability, fungibility, scarcity, divisibility, and recognizability), but based on the properties of mathematics rather than on physical properties (like gold and silver) or trust in central authorities (like fiat currencies). In short, Bitcoin is backed by mathematics. Bitcoin is the first decentralized peer-to-peer cryptocurrency that is controlled by its users. Transactions take place directly between users, and are later verified by network nodes with digital signature and then placed in a public distributed ledger called a blockchain. Bitcoin is unique in that only 21 million bitcoins will ever be created. The unit of the bitcoin system is bitcoin or mBTC. What is a Bitcoin Wallet ? A wallet is nothing more than a pair of public and private keys that are created by a client to store the digital credentials for your bitcoin. There are several types of wallets: Desktop Wallet Token Wallet Online Wallet Mobile Wallet A token wallet is the safest way to work with bitcoin network, but you can use your mobile or pc as a bitcoin wallet. What is a Blockchain? A blockchain is a ledger that records bitcoin transactions. The blockchain is a distributed database that achieves independent verification of the chain of ownership. Each network node stores its own copy of the blockchain. Transactions will broadcast on the bitcoin network, and about 2400 transactions create a block. These blocks are building blocks of the blockchain. What is Mining? Mining is the process of dedicating computing power to process transactions, secure the network, and keep everyone in the system synchronized together. It has been designed to be fully decentralized. Miners need mining software with specialized hardware. Mining software listens for transactions broadcasted through the peer-to-peer network and performs appropriate tasks to process and confirm these transactions. Bitcoin miners perform this work because they can earn transaction fees paid by users for faster transaction processing. New transactions have to be confirmed then be included in a block along with a mathematical proof of work. Such proofs are very hard to generate because there is no way to create them other than by trying billions of calculations per second. Hence, miners are required to perform these calculations before their blocks are accepted by the network and before they are rewarded. As more people start to mine, the difficulty of finding valid blocks is automatically increased by the network to ensure that the average time to find a block remains equal to 10 minutes. As a result, mining is a very competitive business where no individual miner can control what is included in the blockchain. The proof of work is also designed to depend on the previous block to force a chronological order in the blockchain. This makes it exponentially difficult to reverse previous transactions because it would require the recalculation of the proofs of work of all the subsequent blocks. When two blocks are found at the same time, miners work on the first block they receive and switch to the longest chain of blocks as soon as the next block is found. This allows mining to secure and maintain a global consensus based on processing power. What is Pooled Mining? You have more chances if you participate with others to create a block. In a pool, all participating miners get paid every time a participating server solves a block. The payment depends on the amount of work an individual miner contributed to help find that block. What is a Full Node? A full node is a client that fully validates transactions and blocks. Full nodes also help the network by accepting transactions and blocks from other full nodes, validating those transactions and blocks, and then relaying them to further full nodes. Many people and organizations volunteer to run full nodes using spare computing and bandwidth resources. What is a Bitcoind? bitcoind is a Bitcoin client under the MIT license in 32-bit and 64-bit versions for Windows, GNU/Linux-based OSes, Mac OS X, OpenBSD and FreeBSD as well. Conclusion Cryptocurrencies are replacement for banking we know today, and bitcoin is the game changer. Mining bitcoin with typical hardware is not a good idea. It needs specialized devices like ASIC, but you can create a full node and help the bitcoin network. Useful Links https://en.wikipedia.org/wiki/Cryptocurrency https://bitcoin.org/en/faq *** Latest DRM Graphics work The DRM Graphics stack from Linux is ported to FreeBSD on an ongoing basis to provide support for accelerated graphics for Intel and AMD GPUs. The LinuxKPI bits that the drm-next-kmod driver port depends on have been merged into stable/11 and will be included as part of the upcoming FreeBSD 11.2 (https://svnweb.freebsd.org/ports?view=revision&revision=462202) Additionally, the version of the drives has been updated from Linux 4.9 to Linux 4.11 with a number of additional devices being supported (https://lists.freebsd.org/pipermail/freebsd-current/2018-February/068690.html) *** How does cd work? (https://blog.safia.rocks/post/171311670379/how-does-cd-work) In my last blog post, I dove into some of the code behind the sudo command. I thought this was pretty fun. sudo is one of those commands that I use quite often but haven't had the chance to look into truly. I started thinking about other commands that I use on a daily basis but had little understanding of the internals of. The first command that came to mind is cd. cd stands for change directory. Simply put, it allows you to set your current working directory to a different directory. I read through some of the code that was defined in this file. Some of it was in functions, and other bits were in templates, but after a while, I figured that most of the code was a wrapper around a function called chdir. A lot of the functions defined in the cd.def file linked above actually just invoke chdir and handle errors and parameter cleaning. So all in all, here is what happens when you run cd on the command line. The cd builtin is invoked as part of the Bash shell. The Bash shell invokes the chdir function. The chdir function is part of Unix and invokes the chdir system call. The Unix kernel executes the chdir call and does its own low-level thing. I could dive in a little bit more into how #4 works, but let's be honest, I've already read too much code at this point, and my eyes are starting to hurt. Beastie Bits Stockholm BSD User Group: March 22 (https://www.meetup.com/BSD-Users-Stockholm/events/247552279/) Open Source Hardware Camp 2018 (30/06 & 01/07) Call for Participation (http://mailman.uk.freebsd.org/pipermail/ukfreebsd/2018-February/014182.html) Initial release schedule announcement for FreeBSD 11.2 (https://www.freebsd.org/releases/11.2R/schedule.html) Serious Shell Programming (Devin Teske) (https://www.gitbook.com/book/freebsdfrau/serious-shell-programming/details) SSH Mastery 2/e out (https://blather.michaelwlucas.com/archives/3115) TCP Fast Open client side lands in FreeBSD (https://svnweb.freebsd.org/base?view=revision&revision=330001) Help the Tor BSD Project increase the OS diversity of Tor nodes, for your own safety, and everyone else's (https://torbsd.org/open-letter.html) 5 Differences Between TrueOS & Linux (https://www.kompulsa.com/2018/02/23/5-differences-trueos-linux/) *** Feedback/Questions Ambrose - Bunch of questions (http://dpaste.com/0KRRG18#wrap) Eddy - ZFSoL with single SSD (http://dpaste.com/0MTXYJN#wrap)
Call with comments 747-777-9471FREE BITCOINOpen a Coinbase account @ https://CryptoCousins.com/Coinbase & receive $10 worth of Bitcoin.YouTube https://cryptocousins.com/YoutubeFacebook https://cryptocousins.com/facebookgroupTwitter https://cryptocousins.com/TwitterTelegram https://cryptocousins.com/TelegramDiscord https://cryptocousins.com/DiscordThis Podcast is not investment advice & only contains our personal opinions. You are using all Information at your own risk.
Breaking Down the Mystery of Bitcoin Full Nodes. Thanks for tuning in to episode 13 of the crypto cousins podcast. Tony and I are diving into an interesting topic today, Bitcoin Full Nodes. We had a listener question on this subject and as a special guest we had Trace Mayer give us some of his insights. Bitcoin: $14,538.00, up $385.00 since last tuesday (2.7%). SUBSCRIBE EVERYWHERE @ CryptoCousins.com/Subscribe YOU CAN WATCH ON YOUTUBE @ YouTube.com/CryptoCousins ######MY WEBSITES###### 4MinuteCrypto.com | CryptoCousins.com | ArlingtonCrypto.com | BitBlockBoom.com | CryptoCrybaby.com | GaryLeland.com ######MY CONTACT INFO###### TheCryptoCousins@gmail.com | Facebook.com/msg/GaryLeland | 817-476-0660 ######MY SOCIAL MEDIA###### Twitter.com/GaryLeland | Facebook.com/GaryLelands | Linkedin.com/in/GaryLeland | Instagram.com/Gary_Leland | Facebook.com/groups/CryptoCousins | Instagram.com/Gary_Leland | Steemit.com/@CryptoCousins | GaryLeland.Tumblr.com ########SHOW YOUR SUPPORT###### Patreon.com/CryptoCousins | 4MinuteCrypto.com/Donate | Tippin.me/@GaryLeland | Cash.me/$CryptoCousins ######USEFUL LINKS ###### Enable Alexa Daily Flash Briefings 4MinuteCrypto.com/Alexa Setup Your Binance Exchange Account CryptoCousins.com/Binance $25 In Free Bitcoin by joining Voyager CryptoCousins.com/Voyager $10 in Free Bitcoin by joining Coinbase CryptoCousins.com/Coinbase Free Bat Tokens At Brave Browser Brave.com/cry570 The Trezor Wallet Trezor.io/?a=cryptocousins.com Use Abra on your mobile phone Invite.Abra.com/O09bMlKIuS Bitcoin Clothing & Gear CryptoCrybaby.com The Crypto Cousins Podcast CryptoCousins.com/Subscribe Gary is available to emcee your Bitcoin/Crypto event. Please email GaryLeland@gmail.com for additional info. This is a CryptoCousins.com Production
To put it briefly, Bitcrust is a full-node implementation of Bitcoin. (Eventually, intended to become a full software suite for Bitcoin.) But what does that mean exactly? Tomas Van der Wansem explains: “It basically means that we're building software akin to the normal reference software for Bitcoin, which is called Bitcoin Core. So instead of Bitcoin Core we build our own software.” Bitcrust runs on the same network, the same rules, the same protocol as Core, but it's more modular, and more efficient than Core. The modularity is an important aspect of Bitcrust. “We're building in a modular approach: several different components to serve miners, businesses, and users for their Bitcoin needs, basically,” says Van der Wansem. Listen in to learn more about Bitcrust. Subscribe, review. And if you can, consider donating some Bitcoin to the podcast. Every little bit helps.