Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion INTRO.md
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
A short introduction about your team
What Blockchain Is: A Brief Primer
One of the most talked about yet misunderstood topics in recent times, blockchain is completely overhauling the way digital transactions are conducted and could eventually change the way several industries conduct their daily business.

Two words that have rapidly become part of the mainstream vernacular are bitcoin and blockchain, which are often used interchangeably even though they shouldn’t be. While they are related in a sense, these terms refer to two very different things.

Bitcoin is a form of virtual currency, more commonly known as cryptocurrency, which is decentralized and allows users to exchange money without the need for a third-party. All bitcoin transactions are logged and made available in a public ledger, helping ensure their authenticity and preventing fraud. The underlying technology that facilitates these transactions and eliminates the need for an intermediary is the blockchain.

Important: One of blockchain’s main benefits lies in its transparency, as the aforementioned ledger functions as a living, breathing chronicle of all peer-to-peer transactions that occur.

Each time a transaction takes place, such as one party sending bitcoin directly to another, the details of that deal – including its source, destination and date/timestamp – are added to what is referred to as a block.

This block contains the transaction in this example along with other similar types of transactions that have been recently submitted, usually within the past ten minutes or so when you’re dealing with bitcoin in particular. Intervals may vary depending on the specific blockchain and its configuration.

Important: The validity of the transactions within the cryptographically-protected block is then checked and confirmed by the collective computing power of miners within the network in question.

On an individual basis, these miners are computers which are configured to utilize their GPU and/or CPU cycles to solve complex mathematical problems, passing the block’s data through a hashing algorithm until a solution is found. Once solved, the block and all of its respective transactions have been verified as legitimate. Rewards (Bitcoin, in this example, but it could be Litecoin or some other currency) are then divvied up among the computer or computers that contributed to the successful hash.

Tip: Now that the transactions within a block are deemed valid it is attached to the most recently verified block in the chain, creating a sequential ledger which is viewable by all who desire.

This process continues in perpetuity, expanding upon the blockchain’s contents and providing a public record that can be trusted. In addition to being constantly updated, the chain and all of its blocks are distributed across the network to a large number of machines.

This ensures that the latest version of this decentralized ledger exists virtually everywhere, making it almost impossible to forge.