Author

Topic: Any resources to properly understand Bitcoin protocol? (Read 107 times)

legendary
Activity: 2212
Merit: 5622
Non-custodial BTC Wallet
Where can I find resources to learn about Bitcoin and its functions, for instance, the Merkle root etc.
Would love some learning resources about the same.

You can read all about this in mastering bitcoin, one of the best books about bitcoin. Written by Andreas Antonopoulos, it is available online here:

https://github.com/bitcoinbook/bitcoinbook/blob/develop/ch09.asciidoc#merkle-trees
Quote
Merkle Trees
Each block in the Bitcoin blockchain contains a summary of all the transactions in the block using a merkle tree.

A merkle tree, also known as a binary hash tree, is a data structure used for efficiently summarizing and verifying the integrity of large sets of data. Merkle trees are binary trees containing cryptographic hashes. The term "tree" is used in computer science to describe a branching data structure, but these trees are usually displayed upside down with the "root" at the top and the "leaves" at the bottom of a diagram, as you will see in the examples that follow.

legendary
Activity: 3234
Merit: 2943
Block halving is coming.
I think what you want is the developing skill about bitcoin including Merkle root.

I have an awesome source that you can't easily find on Google including courses and step-by-step DIY blockchain including Merkle root and more about developing Bitcoin.

Here are the two links below

- https://github.com/openblockchains/awesome-blockchains
- https://github.com/yjjnls/awesome-blockchain

The first link is only related to bitcoin but the 2nd link includes altcoin and how they work.

Hope it helps.  Smiley
legendary
Activity: 2170
Merit: 3858
Farewell o_e_l_e_o
First i used to learn from bitcoin on bitcoin.org website.
Code:
https://bitcoin.org/
If you recommend bitcoin.org, you should recommend

hero member
Activity: 1624
Merit: 791
Bitcoin To The Moon 📈📈📈
[1]. How can a non technical newbie can learn about bitcoin?

You should read that thread and check out the discussion below, there have been lots of people sharing complete resources on bitcoin.

You can find from various sources listed there.
So many links have been shared.
I think you will definitely find it.
hero member
Activity: 1400
Merit: 770
First i used to learn from bitcoin on bitcoin.org website.
Code:
https://bitcoin.org/

But a while ago I also often read from Binance Academy. There are indeed common crypto concerns, but if you look carefully there are some discussions about Blokchain. Maybe you can go straight to their web.
Code:
https://academy.binance.com
sr. member
Activity: 966
Merit: 421
Bitcoindata.science
You can start here:
https://learnmeabitcoin.com/

and also alternate with this on cousera if you need video illustrations and both options are free
https://www.coursera.org/learn/cryptocurrency/supplement/M3c6U/course-information.

This concepts might seem strange at the start but consistency makes the entire concept make sense to you. Most of the concepts might looks intimidating at first i too feel same in few topics but with consistency i see perfection in few years time
member
Activity: 90
Merit: 91
I guess that many of us first reference was Mastering Bitcoin by Andreas Antonopoulos: today outdated regarding many recent developments (let's hope in a 3rd edition Wink ), but still a solid foundation of the field for geek-level readers
jr. member
Activity: 49
Merit: 19
Where can I find resources to learn about Bitcoin and its functions, for instance, the Merkle root etc.
Would love some learning resources about the same.
Jump to: