Bitcoin Forum
July 12, 2026, 03:01:41 AM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Discussion / So you want to learn the Bitcoin's core protocol? (for developers) on: December 20, 2022, 09:42:02 AM
I've written a blog post on Bitcoin's core protocol. It's not for everyone but people who know how to code and looking for an introduction to the core protocol might find it helpful.

Link: https://www.tzionis.com/bitcoin-protocol-in-45-minutes

PS: Every section comes with a minimal Node.js script that you can run locally and play around
2  Bitcoin / Development & Technical Discussion / Re: [Request for feedback] Bitcoin protocol in 45 minutes on: December 17, 2022, 11:50:21 AM
I just notice this thread is located on "Bitcoin Technical Support" board. To get more feedback, i would recommend you to move this thread to "Development & Technical Discussion" board instead. You can do that by click "move topic" on left bottom of this thread.

It's now in "Development & Technical Discussion".
3  Bitcoin / Development & Technical Discussion / Re: [Request for feedback] Bitcoin protocol in 45 minutes on: December 17, 2022, 10:40:23 AM
Thanks for the review. I made a few adjust so the post does not convey wrong information about the network. I also added a "thanks" section at the end of the post and referred to your avatar there.

Bitcoin is a decentralized network of nodes. Each node connects to a few other nodes to share information about the network.

Each transaction has a version, some inputs, some outputs and a locktime. Version represents the version of the transaction.

4  Bitcoin / Development & Technical Discussion / [Request for feedback] Bitcoin protocol in 45 minutes on: December 14, 2022, 02:50:35 PM
I created a bunch of Node.js scripts that create and broadcast testnet transactions. It's meant for newcomers that have some programming experience to get a grisp of how the core protocol works. The scripts re-implement the core TCP protocol in a minimal way and you can try them straight within the blog post.

I'm sharing it here for some feedback before sharing it on Reddit and other dev communities that are not familiar with the core protocol.

Link: https://www.tzionis.com/bitcoin-protocol-in-45-minutes

PS: Although I'm not saving anything, addresses you create on the site should be considered compromised

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!