Here are some of the important crypto related terms every trader should understand..

Cryptocurrency News and Public Mining Pools

Here are some of the important crypto related terms every trader should understand..

Node – A member of the Blockchain network.

Address – An address is a string of alphanumeric characters which identify an entity in the blockchain network. Used to send and receive cryptocurrency transactions.

Distributed ledger – A ledger which is maintained on many nodes in a decentralized network. The records are stored in a chronological order. This ledger can be of two types : Permissioned and Unpermissioned based on who has the access to view the ledger.

Peer to peer– Also short termed as P2P. As the name suggests, interactions that happen between two peers(parties/entities) in a highly interconnected network.

Block – A block is a data structure that contains all the necessary metadata about the block(Block Header) itself and contains transactions. The first block in a blockchain is called the genesis block.

block height – Block height is the number of blocks connected in the blockchain. Block height is a usually measure of the amount of data in the blockchain.

Blockchain – A chain of blocks which contain some metadata about the block, some transactions and joined to the previous block by the previous block’s hash value.

Block explorer – A tool to see statistics of a block in a blockchain.

Hash – Performing a hash function on the output data in a blockchain is termed as hash. Commonly used in sentences like “the hash of “geeksforgeeks file is 142c53v2v31vc1526v35v63v5v4”. Used in verifying cryptocurrency transactions.

Hash rate – Performance of a computer mining is measured in hashes per second or hash rate.

Cryptographic hash function – A function that takes a variable-size input and output is a fixed-size unique value. SHA-256 algorithm is a cryptographic hash function example.

Mining – Process of solving a complex mathematical problem in order to attach the new block of transactions to the blockchain. This term is used in reference to blockchains that use Proof-of-Work as consensus mechanism. But general use of this term is prevalent too.

Difficulty – Hardness with which a new block of transactions can be connected to the blockchain. In Bitcoin, the difficulty is adjusted every 2016 blocks to keep the time of mining a new block at about 10 minutes.

Block reward – Reward that is given to the entity which connects the new block to the blockchain. In the case of Bitcoin, miners get a reward of 12.5 Bitcoins for attaching new block to the blockchain. In the case of Peercoin, minters get a reward of 42.64 (at the time of writing this article) Peercoins for attaching a new block of transactions to the blockchain.

Crypto currency – A formal of digital asset which is regulated and transacted on the blockchain network. Encryption techniques are used to regulate the cryptocurrency, hence the name.

Satoshi – The smallest recordable unit of currency in the Bitcoin. Currently, a satoshi is numerically equal to 0.00000001 BTC.

Altcoin – An alternative to Bitcoin (ALTernative COIN).

Wallet – A wallet is a file that contains the private keys of an entity. A wallet provides an interface to view and do transactions on the blockchain. Different wallets for different type of blockchains.

Consensus – Consensus is a way for all the nodes in a network to agree on the shared state of the ledger (list of transactions). Some common consensus mechanisms are Raft, Paxos, Byzantine Fault Tolerance algorithm, Proof-of-Work(PoW), Proof-of-Stake (PoS), etc.

Smart contract – A smart contract has details and permissions written in code that require an exact sequence of events to take place to trigger the agreement of the terms mentioned in the smart contract. It can also include the time constraints that can introduce deadlines in the contract. Also known as cryptocontract and digital contract. It was first put forward by Nick Szabo in 1994.

Transaction – An exchange of assets between two parties/entities.

Transaction Fee – A part of the digital asset (cryptocurrency) that is charged from the parties who perform that transaction as a way to pay the networks who invest their resources in order to sustain the blockchain. In a proof of stake based blockchain (like Peercoin). the transaction fee is transferred to the minter/forger once he validates the new block of transactions successfully.

Blockchain fork – An act of blockchain software update which leads to splitting of a blockchain into two or more valid blockchains. There are three common types of forks in blockchain, namely, hard fork, soft fork, temporary/accidental fork.

51% attack – An attack in which a single organization (of entities) performs invalid activities on the blockchain network because they control 51% of the network’s resources. In the Bitcoin network, it refers to owning 51% of miners. In Peercoin, it refers to owning 51% of peercoins.

Double Spend – An act of using the same digital asset (cryptocurrency) twice. Its a common type of attack in blockchains. This type of attack becomes more difficult with increasing members that add the new block to the chain.

Confirmation – The confirmation is the act of successfully adding a transaction to the blockchain after verification. As a rule of thumb, more confirmations means more security against a double spend attack (permanency).

Testnet – As the name suggests, a Bitcoin test blockchain which is used by the network developers to carry out tests so that the main blockchain network is not affected. Assets in a testnet do not have any value. There have been three generations of testnet at the time of writing this article i.e., Testnet1, Testnet2, Testnet3 (currently).

dApp – Full form : decentralized Application. An application that is open sourced which is operated anonymously and has its data stored on a blockchain. It must have some kind of incentive for the members who help to construct the blockchain.

ASIC – Full form : Application Specific Intergrated Circuit. These are a type of computers which are designed for performing a special task. In the case of Bitcoin, ASIC computers are used to solve SHA-256 hashing problem which help to connect the new blocks to the blockchain.

Edit (thanks for reminding me this in comments) – a zero-knowledge proof or zero-knowledge protocol is a method by which one party (the prover) can prove to another party (the verifier) that they know a value x, without conveying any information apart from the fact that they know the value x.

I know its long but you gotta understand this terms if you invest in crypto..

Hope i helped any newbie out there..

submitted by /u/samybhai
[link] [comments]