create account

Understanding Blockchain and Cryptocurrency Jargon by thatnode

View this thread on: hive.blogpeakd.comecency.com
· @thatnode ·
$33.25
Understanding Blockchain and Cryptocurrency Jargon
<html>
<p>At this point, especially after the growing hype we saw in late 2017, everyone has heard about bitcoin. It's a very interesting concept at first, as most people develop an itch to understand more since it has become a very conversational trend. With this guide to all the jargon associated with bitcoin, hopefully you'll be able to impress your friends, family, and co-workers with a conversation about the technology that will be more revolutionizing than the internet. The descriptions of the terms below are general, but I hope they leave you with enough comprehension to know the basic ins and outs of the blockchain and cryptocurrency world.</p>
<p><strong>Cryptocurrencies Like Bitcoin (BTC)</strong>: the simplest and most heard of explanation of what a cryptocurrency is, is that it's electronic cash made to be used as a form of payment, or to transact value of some kind. Cryptocurrency, or crypto for short, is better than fiat currency because it can be sent/received quickly, cheaply, and safely thanks to blockchain technology. A common question arises, where does a cryptocurrency's value come from? By taking a look at Bitcoin, we see that there is a cap on how many bitcoins will ever be in existence. One way cryptos can be valued is based off their scarcity: for example, there will only ever be 21 million bitcoins (many other cryptos also have a limited supply). Another way to derive value from cryptos is that it's difficult&nbsp;to acquire them (through mining, talked about below). For example, every 4 years it gets harder (need more and more computational power) to mine bitcoin. Also, just like any other commodity, value is determined partly on speculation. That is, there are people who will buy at a price higher than you bought in for. Most importantly, value comes from user consensus and adoption. Bitcoin and other cryptocurrencies are constantly evolving and becoming better, and more individuals and entities are beginning to adopt and use them.</p>
<p><strong>Coin vs Token</strong>: These two terms trick people up the most. All coins and tokens are considered cryptocurrencies but there is a difference between them so they shouldn't be used synonymously. Coins (Bitcoin, Ethereum, Monero, NEO, etc.)&nbsp;have their own blockchain. Tokens (VeChain, OmiseGo, Augur, etc.)&nbsp; don't have their own blockchain and are built on another, most likely the Ethereum blockchain. Coins are usually used as payment method while tokens vary on their use cases because the projects behind them are using blockchain technology for specific purposes. For a more in depth understand of the difference between coins and tokens I recommend checking out <a href="https://www.bitdegree.org/tutorials/token-vs-coin/">this article</a>.</p>
<p><strong>Blockchain</strong>: the technology behind bitcoin. It's a decentralized digital ledger where data can be stored and transferred securely, quickly, and cheaply. No person or entity is in control of any individual blockchain (as there are quite a few). Most blockchains are considered to be public blockchains (aside from private blockchains which companies create as a way to experiment and do small scale real-world implementations) meaning they are global and opensource, so anyone anywhere can download and run the blockchain on their computer as well as build applications off of it. Individuals who want to make an impact in a certain industry will often start a project with aims of utilizing the blockchain, this project can then develop their own blockchain or use other blockchains already created and well established. The bitcoin blockchain is the first blockchain (developed by an unknown person or group of people only referred to by the name Satoshi Nakamoto), making bitcoin the first of its kind. For a great visualize explanation to blockchain I recommend giving <a href="https://graphics.reuters.com/TECHNOLOGY-BLOCKCHAIN/010070P11GN/index.html">this article</a> a look.</p>
<p>Breaking down the block and the chain: By taking a look at the bitcoin blockchain (created solely for the purpose of transacting value, that is bitcoin), each block consists of a number of bitcoin transactions. To determine that number you take the maximum block size divided by the average transaction size, that then equals the average transactions per block. So, currently: 1,000,000 bytes (1MB)/500 bytes=2,000 transactions per block. There then arises a problem because the blocks have a maximum size, so if there is no more room on the block for your transaction, you will need to wait for a new block to be created. More people using bitcoin with a 1MB block size means more transaction delays. As for understanding "the chain aspect": blocks can never be deleted or edited. Only new blocks can be added. Each block, once validated and processed, gets attached to the block that came before it. Giving the name “blockchain”. So, more users=more transactions=more blocks=longer chain=more safe and reliable the blockchain becomes.</p>
<p><strong>Decentralized Applications (DApps): </strong>DApps are truly advancing the use cases for blockchain. It's an ambiguous term to define, but essentially a dApp is an application that utilizes blockchain technology. Traditional, centralized applications are software programs like web browsers, games, utilities, etc. that run on your computer and each have different "applications" for use so they're called such. Decentralized applications can be viewed the same way but they don't run on your computer, rather they run on their own blockchain or on another (the crypto associated with such a dApp would be a token). A dApp takes a normal application and utilizes the blockchain to enhance it's functions. For example, <a href="http://www.brave.com/">Brave</a> is an enhanced web browser application built off the ethereum blockchain, and its token is called Basic Attention Token. There's <a href="http://www.steemit.com/">steemit.com</a>&nbsp;which is essentially like reddit but it uses blockchain technology, and since it has its own blockchain, the coin Steem is used to pay users who produce content on the website. There are so many uses cases for blockchain and dApps aim to fulfill them. In the broadest terms, bitcoin is too considered a dApp. For simplicity, just think of decentralized applications as what the name implies: applications that are decentralized thanks to blockchain technology. DApps come in many varieties and it's easy to get lost in researching all of them out there but it's fun to know how the blockchain is being used in so many different and revolutionary ways.</p>
<p><strong>Nodes</strong>: So what makes blockchain technology so exceptional and revolutionizing? One answer is that it is decentralized. No entity or individual has authority over a public blockchain. This is possible because of nodes. A node is a point of connection in a network. It’s a processing device (your computer) with a specific address (your IP address). A bitcoin node is known as a full client. This is an individual who owns/runs the full blockchain on their computer which helps validate transactions and blocks. In order for information to be updated on blockchain, all nodes must validate it (consensus). If 99.99% of all nodes were to be destroyed, a blockchain can still survive as long as one node is still online to keep the network running. As for a private blockchain, all the nodes (very few if not just one) are controlled by one entity, usually the company running the project.</p>
<p><strong>Mining</strong>: How a bitcoin (or some other cryptocurrencies) is created. "<strong>Miner(s)</strong>" is the name given to those individuals doing the mining. Their computers solve very complex computational puzzles (which is essentially processing every single transaction occurring on the specific blockchain the miner is mining on and then making sure every transaction is valid). The mining process is how a block can be linked to the one before it. The first miner whose computer(s) solves the puzzle is the one who places the next block in the chain. In doing so, bitcoin is rewarded to miner.</p>
<p><strong>More Technical Jargon:</strong></p>
<p><strong>Public/Private Keys and Wallets</strong>: You can think of a cryptocurrency wallet as your storage place for your public keys (used to receive crypto) and private keys (used to send crypto). These keys are a randomly generated long list of numbers and letters. For example, here is my public key address for my coinbase bitcoin wallet: 368iinsizSZZN3xM4JuURd1kBHhXVcxRXk When transfering crypto, it's quite cumbersome to type in the entire address, so most wallets include QR codes that allow easy address input. The crypto wallet is a software program that enables you to have full control over your crypto depending on which type wallet you opt for. Check out blockgeeks' post <a href="https://blockgeeks.com/guides/cryptocurrency-wallet-guide/">here</a>&nbsp;for different versions of wallets where you can store public and private keys for each cryptocurrency you own.</p>
<p><strong>Cryptography, </strong>which has been around for quite some time,&nbsp;is an essential component of cryptocurrencies as it keeps information safe using math. <a href="https://www.investinblockchain.com/what-is-cryptography/">For example</a>, "<strong>digital signatures</strong>&nbsp;use cryptography for wallet identification and secretly match the public and private key of a wallet" and "by attaching a digital signature to a transaction, no one can dispute that that transaction came from the wallet it purports to have come from, and that wallet can’t be impersonated by another wallet." Researching further into how cryptography is used with the blockchain will bring you into the world of "hashing" and "encryption" and even more computer-like technical jargon.</p>
<p><strong>Smart Contracts</strong>: Nick Szabo, a computer scientist and cryptographer who is considered a legend in the crypto world, was the first to propose smart contracts, and some people even speculate that he is Satoshi Nakamoto. Although proposed in the '90s, smart contracts have taken to their truest form and function thanks to blockchain technology. Smart contracts, existing on the blockchain, allow for the transaction of more complex data like property titles, marriage licenses, ownership rights, etc. As the name itself implies, "<a href="https://www.fool.com/investing/2018/03/09/smart-contracts-and-the-blockchain-explained.aspx">it's a contract, or an agreement between parties involved in a transaction that holds each party responsible (buyer vs. seller, for example) for their role</a>." Without the blockchain, smart contracts&nbsp;can't operate in a decentralized, distributed, secure, and very trustworthy way. On the flip side, without smart contracts, blockchain use cases are minimized.</p>
<p><strong>Consensus Algorithms</strong>: It is through consensus algorithms that allows nodes to come to a "consensus" or in other words, reach an agreement on the contents of the blockchain which they are a part of. Seeing as how blockchains are decentralized and run on a peer-to-peer network, problems like double spending may arise since there are so many nodes in the network that must validate the blocks. Consensus algorithms are "<a href="https://www.mycryptopedia.com/blockchain-consensus-algorithms/">mechanisms that are used to achieve agreement on a single data value, and thus obtain reliability in a network that can involve unreliable participants</a>." Proof of Work (PoW) is the most common consensus algorithm as it is what's used on the bitcoin blockchain. There are consensus rules and the "<a href="https://www.mycryptopedia.com/blockchain-consensus-algorithms/">blocks that do not follow these consensus rules will be rejected by network nodes. The combination of the PoW consensus algorithm and the consensus rules produces a reliable network in which agreement as to the shared state of the blockchain can be achieved</a>". Consensus algorithms induce trust and reliability into the blockchain network and there are other ones besides PoW, including: proof-of-stake (PoS), proof-of-authority (PoA), delegated proof-of-stake (DPoS), etc. For a better look into the different types of consensus algorithms, check out <a href="https://hackernoon.com/a-hitchhikers-guide-to-consensus-algorithms-d81aae3eb0e3">this article</a>.</p>
<p><strong>Hard Forks and Soft Forks:&nbsp;</strong>If you've heard of Bitcoin Cash or Ethereum Classic you should know that these coins are the products of a process called "forking." A fork is done to a blockchain when it needs to be upgraded. When a blockchain forks, the one chain turns into two. Imagine an actual fork utensil, it has the main stem and then breaks into tinier ones at the end. In a hard fork, both the original and the newer blockchain exist simultaneously. Ethereum Classic and Bitcoin Cash are both examples of a hard fork. When a fork like that happens, those holding Bitcoin at the time of the fork are then rewarded with the same amount of Bitcoin Cash as they have Bitcoin (depending on where they store their Bitcoin). Literally free money. In a hard fork, the nodes have a choice to either upgrade (following new rules of the newly diverged blockchain) or don't upgrade (follow old rules from original blockchain). In the case of a soft fork, there is no choice to diverge or stay the same, nodes must upgrade. This then makes the newer version of the blockchain the permanent one, while the older version seizes to exist since there won't be any nodes left running it. Look into <a href="https://medium.com/@lightcoin/the-differences-between-a-hard-fork-a-soft-fork-and-a-chain-split-and-what-they-mean-for-the-769273f358c9">this article</a> for more info on these forks, as well as <strong>segregated witness</strong> (the act of increasing the block size by removing signature data from transactions in order to increase transaction time) and an on going dilemma of upgrading the bitcoin blockchain.</p>
<p><strong>Hash Rate</strong>&nbsp;(at the bottom for a reason, might want to skip this one as it'll probably lead to more confusion): The most technical term I've come across, so I'll just refer to<a href="https://www.buybitcoinworldwide.com/mining/hash-rate/">&nbsp;this explanation </a>&nbsp;because it is the best I've come across so far, "a hash rate can be defined as the speed at which a given mining machine operates. Crypto mining involves finding blocks through complex computations. The blocks are like mathematical puzzles. The mining machine has to make thousands or even millions of guesses per second to find the right answers to solve the block.&nbsp;In other words, to effectively mine a block, the miner should hash the block’s header such that it’s below or equal to the “target.” The target changes with every change in difficulty. To arrive at a given hash (or target), the miner has to vary some of the block’s headers, which is known as a “<a href="https://en.bitcoin.it/wiki/Nonce">nonce</a>”.&nbsp;Each nonce begins with “0” and is increased every time to get the necessary hash (or target).&nbsp;Given that the varying of the nonce is a game of chances, the chances of getting a given hash (or target) is very low. The miner, therefore, has to make numerous tries by varying the nonce. The number of attempts that miner makes per second is known as the hash rate or hash power."&nbsp;</p>
</html>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorthatnode
permlinkunderstanding-blockchain-and-cryptocurrency-jargon
categorybitcoin
json_metadata{"tags":["bitcoin","blockchain","cryptocurrency","crypto","technology"],"links":["https://www.bitdegree.org/tutorials/token-vs-coin/","https://graphics.reuters.com/TECHNOLOGY-BLOCKCHAIN/010070P11GN/index.html","http://www.brave.com/","http://www.steemit.com/","https://blockgeeks.com/guides/cryptocurrency-wallet-guide/","https://www.investinblockchain.com/what-is-cryptography/","https://www.fool.com/investing/2018/03/09/smart-contracts-and-the-blockchain-explained.aspx","https://www.mycryptopedia.com/blockchain-consensus-algorithms/","https://hackernoon.com/a-hitchhikers-guide-to-consensus-algorithms-d81aae3eb0e3","https://medium.com/@lightcoin/the-differences-between-a-hard-fork-a-soft-fork-and-a-chain-split-and-what-they-mean-for-the-769273f358c9","https://www.buybitcoinworldwide.com/mining/hash-rate/","https://en.bitcoin.it/wiki/Nonce"],"app":"steemit/0.1","format":"html"}
created2018-08-18 02:56:27
last_update2018-08-18 02:56:27
depth0
children8
last_payout2018-08-25 02:56:27
cashout_time1969-12-31 23:59:59
total_payout_value25.060 HBD
curator_payout_value8.185 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15,508
author_reputation6,889,094,430,101
root_title"Understanding Blockchain and Cryptocurrency Jargon"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id68,559,464
net_rshares25,462,439,690,550
author_curate_reward""
vote details (30)
@cryptofrau ·
Dear author, I really like your content! You’re writing in a very interesting manner!
I think my last post will also be interesting for you
https://steemit.com/ubex/@cryptofrau/ubex-artificial-intelligence-in-advertising

Please, upvote it! I’ve upvoted yours in advance.
properties (22)
authorcryptofrau
permlinkre-thatnode-understanding-blockchain-and-cryptocurrency-jargon-20180818t073116608z
categorybitcoin
json_metadata{"tags":["bitcoin"],"links":["https://steemit.com/ubex/@cryptofrau/ubex-artificial-intelligence-in-advertising"],"app":"steemit/0.1"}
created2018-08-18 07:31:15
last_update2018-08-18 07:31:15
depth1
children0
last_payout2018-08-25 07:31:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length271
author_reputation17,417,064,271
root_title"Understanding Blockchain and Cryptocurrency Jargon"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id68,576,951
net_rshares0
@discoverytv ·
Hi,
Really amazing article,i appreciate the amount of work that went into it,it helped me understand more of this complex word in a much easier way,thank you !!
👍  
properties (23)
authordiscoverytv
permlinkre-thatnode-understanding-blockchain-and-cryptocurrency-jargon-20180819t110528155z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2018-08-19 11:05:30
last_update2018-08-19 11:05:30
depth1
children1
last_payout2018-08-26 11:05:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length160
author_reputation2,561,172,460
root_title"Understanding Blockchain and Cryptocurrency Jargon"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id68,687,195
net_rshares607,577,041
author_curate_reward""
vote details (1)
@thatnode ·
Thanks! I'm glad I could help
properties (22)
authorthatnode
permlinkre-discoverytv-re-thatnode-understanding-blockchain-and-cryptocurrency-jargon-20180819t153500561z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2018-08-19 15:35:03
last_update2018-08-19 15:35:03
depth2
children0
last_payout2018-08-26 15:35:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length29
author_reputation6,889,094,430,101
root_title"Understanding Blockchain and Cryptocurrency Jargon"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id68,709,365
net_rshares0
@jadegarrick ·
properties (23)
authorjadegarrick
permlinkre-thatnode-understanding-blockchain-and-cryptocurrency-jargon-20180818t095606542z
categorybitcoin
json_metadata{"tags":["bitcoin"],"app":"steemit/0.1"}
created2018-08-18 02:56:45
last_update2018-08-18 02:56:45
depth1
children1
last_payout2018-08-25 02:56:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation15,831,203,574
root_title"Understanding Blockchain and Cryptocurrency Jargon"
beneficiaries[]
max_accepted_payout0.000 HBD
percent_hbd10,000
post_id68,559,490
net_rshares1,013,197,029,317
author_curate_reward""
vote details (15)
@emperorofnaps ·
re-jadegarrick-re-thatnode-understanding-blockchain-and-cryptocurrency-jargon-20180818t095606542z-20180821t072920085z
You got a 8.70% upvote from @emperorofnaps courtesy of @jadegarrick!

Want to promote your posts too? Send 0.05+ SBD or STEEM to @emperorofnaps to receive a share of a full upvote every 2.4 hours...Then go relax and take a nap!
properties (22)
authoremperorofnaps
permlinkre-jadegarrick-re-thatnode-understanding-blockchain-and-cryptocurrency-jargon-20180818t095606542z-20180821t072920085z
categorybitcoin
json_metadata{"app":"postpromoter/2.1.0"}
created2018-08-21 07:29:18
last_update2018-08-21 07:29:18
depth2
children0
last_payout2018-08-28 07:29:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length228
author_reputation-5,364,516,344
root_title"Understanding Blockchain and Cryptocurrency Jargon"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id68,886,564
net_rshares0
@steemitboard ·
Congratulations @thatnode! You have completed the following achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x70/http://steemitboard.com/notifications/firstcomment.png)](http://steemitboard.com/@thatnode) You made your First Comment

<sub>_Click on the badge to view your Board of Honor._</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Do not miss the last post from @steemitboard:**
[SteemitBoard and the Veterans on Steemit - The First Community Badge.](https://steemit.com/veterans/@steemitboard/steemitboard-and-the-veterans-on-steemit-the-first-community-badge)

> Do you like [SteemitBoard's project](https://steemit.com/@steemitboard)? Then **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-thatnode-20180819t210020000z
categorybitcoin
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-08-19 21:00:18
last_update2018-08-19 21:00:18
depth1
children0
last_payout2018-08-26 21:00:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length907
author_reputation38,975,615,169,260
root_title"Understanding Blockchain and Cryptocurrency Jargon"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id68,734,199
net_rshares0
@testwallet ·
Hello @thatnode.<br/>It appears you have exposed your private MEMO key as a memo in a recent transfer.<br/>We suggest changing your password before another user can maliciously use it; reading any encrypted messages sent to your account, or pretending to be you on services such as Minnow Booster.<br/> To change your password go to https://steemit.com/change_password and fill out the form.<br/>[Click here for more information.](https://steemit.com/introduceyourself/@testwallet/testwallet-introduction-about-us-and-guide-to-changing-your-password)
properties (22)
authortestwallet
permlinkre-thatnode-testwallet-test-1534865374844-understanding-blockchain-and-cryptocurrency-jargon
categorybitcoin
json_metadata{"tags":"testwallet","app":"steemjs/testwallet/passwordexposure"}
created2018-08-21 15:31:09
last_update2018-08-21 15:31:09
depth1
children0
last_payout2018-08-28 15:31:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length550
author_reputation551,406,233
root_title"Understanding Blockchain and Cryptocurrency Jargon"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id68,926,001
net_rshares0
@tts ·
To listen to the audio version of this article click on the play image.
[![](https://s18.postimg.org/51o0kpijd/play200x46.png)](http://ec2-52-72-169-104.compute-1.amazonaws.com/thatnode__understanding-blockchain-and-cryptocurrency-jargon.mp3)
Brought to you by [@tts](https://steemit.com/tts/@tts/introduction). If you find it useful please consider upvoting this reply.
properties (22)
authortts
permlinkre-understanding-blockchain-and-cryptocurrency-jargon-20180818t034141
categorybitcoin
json_metadata""
created2018-08-18 03:41:42
last_update2018-08-18 03:41:42
depth1
children0
last_payout2018-08-25 03:41:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length370
author_reputation-4,535,154,553,995
root_title"Understanding Blockchain and Cryptocurrency Jargon"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id68,562,249
net_rshares0