Blockchain essentials
Invest in Blockchain

Blockchain essentials

March 24th - Sunday, Bengaluru : A fairly relaxed weekend and i thought would spend sometime explaining fundamentals from my notes, so lets begin ....

History : If you are wondering it started with the emergence of cryptocurrency? not quite ! The existence remains ever since the time of data structures and cryptography. The very primitive form of the blockchain was the hash tree, also known as a Merkle tree. This data structure was patented by Ralph Merkle in 1979, and functioned by verifying and handling data between computer systems. In a peer-to-peer network of computers, validating data was important to make sure nothing was altered or changed during transfer. It also helped to ensure that false data was not sent. In essence, it is used to maintain and prove the integrity of data being shared. In 1991, the Merkle tree was used to create a “secured chain of blocks” — a series of data records, each connected to the one before it. The newest record in this chain would contain the history of the entire chain. And thus, the blockchain was created.

The Mechanics & key features :

1. Blockchain keeps a record of all data exchanges — this record is referred to as a “ledger” in the cryptocurrency world, and each data exchange is a “transaction“. Every verified transaction is added to the ledger as a “block”

2. It utilizes a distributed system to verify each transaction — a peer-to-peer network of nodes

3. Once signed and verified, the new transaction is added to the blockchain and can not be altered

To begin, we need to explore the concept of “keys”. With a set of cryptographic keys, you get a unique identity. Your keys are the Private Key and Public Key, and together they are combined to give you a digital signature. Your public key is how others are able to identify you. Your private key gives you the power to digitally sign and authorize different actions on behalf of this digital identity when used with your public key.

No alt text provided for this image

In the cryptocurrency world, this represents your wallet address (public key) and your private key is what let’s you authorize transfers, withdrawals, and other actions with your digital property like cryptocurrencies. As an aside, this is why it’s so important to keep your private key safe — anyone who has your private key can use it to access any of your digital assets associated with your public key and do what they want with it!

Everytime a transaction occurs, that transaction is signed by whoever is authorizing it. That transaction might be something like “Alice is sending Bob 0.4 BTC”, will include Bob’s address (public key), and will be signed by a digital signature using both Alice’s public key and private key. This gets added to the ledger of that blockchain that Alice sent Bob 0.4 BTC, and will also include a timestamp and a unique ID number. When this transaction occurs, it’s broadcasted to a peer-to-peer network of nodes — basically other digital entities that acknowledge that this transaction has occurred and adds it to the ledger.

Each transaction in that ledger will have the same data: a digital signature, a public key, a timestamp, and a unique ID. Each transaction will be connected, so if you move back one transaction in the ledger, you may see that Chuck sent Alice 0.8 BTC at some time. If you move back another transaction, you might see that Dan sent Chuck 0.2 BTC at some other time before that.

No alt text provided for this image

The anonymity of cryptocurrencies come from the fact that your public key is just a randomized sequence of numbers and letters — so you are not literally signing with your own name or some sort of handle. A public key doesn’t tell you the real identity of the person behind it. You are also more or less free to generate as many key pairs as you want and have multiple cryptocurrency wallets. Be warned though, there could be other ways someone can figure out your identity — for example, through your spending habits.

Why is Decentralization So Important?

For enthusiasts of blockchain, you will hear a lot about the decentralized aspect of it. What makes this so appealing is that it makes the blockchain impervious to censorship, tampering, or corruption.

Because it uses a peer-to-peer network, copies of the ledger are stored in many different locations, and unless you manage to track down every single one of them (Bitcoin is estimated to have over 35,000 nodes in its P2P network), you can’t destroy it. As well, because so many different, independent nodes are keeping track of the ledger, modifying it in an untrustworthy way won’t go very far because all the other nodes will disagree with that transaction and won’t add it to the ledger.

This is a huge part of why so many people believe blockchain technology is the future of currency, and why it is being adopted in industries other than cryptocurrency.

There’s Always a Downside: However, like any system created by humans, there are always downsides.

Blockchain technology has a pretty steep learning curve. Especially for the typical individual without a technical background, all the jargon and computer science concepts involved may intimidate and scare away otherwise would-be users. However, the rising popularity of cryptocurrency is resulting in the blockchain moving into the mainstream, with a lot more resources available to make the topic more approachable.

Transferring, trading, and buying cryptocurrencies usually involves a transaction fee, and is not usually instantaneous. The former can be costly, the latter inconvenient.

There is also a concept called the “51% attack” — if for some reason 51% of a peer-to-peer network validates an otherwise invalid transaction, it will still get approved and added to the ledger by nature of how the validation process works. Maybe right now it’s unlikely to happen, but it is a security flaw that might have potential for exploitation in the future.

However, there are a lot of developers, users, and enthusiasts who truly believe blockchain technology is the future. Many want to see the technology succeed, so stay tuned for new developments!

References :

https://www.investopedia.com/terms/b/blockchain.asp

https://www.coindesk.com/information/what-is-blockchain-technology









Good article. 51% attack is far less possible on public Blockchain systems like Bitcoin than on private controlled ones like Ripple.

To view or add a comment, sign in

More articles by Devi Singh

Others also viewed

Explore content categories