Tuesday, December 26, 2017

Cryptocurrency Terms






For anyone who strives to make sense of the cryptocurrency term.
This post serves to explain some of those most common terms in simple language.



Address (Cryptocurrency) is a public key of cryptocurrency to which transactions can be sent. A wallet is a collection of private keys that correspond to addresses. A private key is necessary to spend from an address.

ADDY  refers to a cryptocurrency public address (or key).

Altcoin  is a combination of two words: "alt" and "coin"; alt is short for alternative and coin signifies currency. Thus together they imply a category of cryptocurrency that is alternative to the digital currency Bitcoin.

Arbitrage Taking advantage of a difference in price of the same commodity on two different exchanges.

ASIC  Stands for "application-specific integrated circuit". In other words, a chip designed to perform a narrow set of tasks (compared to CPU or GPU that perform a wide range of functions). ASIC typically refers to specialized mining chips or the whole machines built on these chips. Some ASIC manufacturers: Avalon, ASICMiner, Butterfly Labs (BFL) and Cointerra.

ASICMiner A Chinese manufacturer that makes custom mining hardware, sells shares for bitcoins, pays dividends from on-site mining and also ships actual hardware to customers. 

ATH  (All Time High) the price of a certain cryptocurrency or coin has broken all of its past records and is trading at the highest price it has ever achieved.

Batch Payment is a payment processing system that send a certain amount to each recipient in one transaction (As normal payment processing is sending to one recipient in one transaction).

BEAR  a trader/investor who believes the prices of a particular cryptocurrency will fall and they can make profit from the falling price.

Bit is a common unit used to designate a sub-unit of a bitcoin - 1,000,000 bits is equal to 1 bitcoin (BTC or B⃦). This unit is usually more convenient for pricing tips, goods and services.

Block is a record in the block chain that contains and confirms many waiting transactions. Roughly every 10 minutes, on average, a new block including transactions is appended to the block chain through mining.

blockchain  A digital ledger in which bitcoin transactions are recorded. It comprises individual blocks, which each contain information about a single transaction.

Block Explorer is an online block chain browser which displays the contents of individual cryptocoin blocks and transactions and the transaction histories and balances of address.

Brain wallet is a concept of storing private keys as a memorable phrase without any digital or paper trace. Either a single key is used for a single address, or a deterministic wallet derived from a single key.

Bullish  An expectation that price is going to increase.
Bearish An expectation that price is going to decrease.

Confirmation means that a transaction has been processed by the network and is highly unlikely to be reversed. Transactions receive a confirmation when they are included in a block and for each subsequent block. Even a single confirmation can be considered secure for low value transactions, although for larger amounts like 1000 US$, it makes sense to wait for 6 confirmations or more. Each confirmation exponentially decreases the risk of a reversed transaction.

Cloud mining or Cloud hashing enable users to purchase mining capacity of hardware in data centres. Cloud mining enables people to earn Bitcoin or other cryptocurrencies without managing hardware, software, electricity, bandwidth or other offline issues.

CPU/GPU Bitcoin Mining. The least powerful category of bitcoin mining hardware is your computer itself. Theoretically, you could use your computer's CPU to mine for bitcoins, but in practice, this is so slow by today's standards that there isn't any point. ... Graphics cards feature graphical processing units (GPUs)

Cold Storage A collective term for various security measures to reduce the risk of remote access to the private keys. It could be a normal computer disconnected from the internet, or a dedicated hardware wallet, or a USB stick with a wallet file, or a paper wallet.

Confirmed Transaction Transaction that has been included in the blockchain. Probability of transaction being rejected is measured in a number of confirmations.

Confirmation Number Confirmation number is a measure of probability that transaction could be rejected from the main chain. "Zero confirmations" means that transaction is unconfirmed (not in any block yet). One confirmation means that the transaction is included in the latest block in the main chain. Two confirmations means the transaction is included in the block right before the latest one. And so on. Probability of transaction being reversed ("double spent") is diminishing exponentially with more blocks added "on top" of it.

Cryptocurrency  is a digital asset designed to work as a medium of exchange using cryptography to secure the transactions, to control the creation of additional units, and to verify the transfer of assets.
Visit  List of Cryptocurrencies 

Cryptocurrency faucet are a reward system, in the form of a website or app, that dispenses small cryptocurrency rewards in the form of a satoshi (bitcoin, ethereum, litecoin, doge etc), for visitors to claim in exchange for completing a captcha or task as described by the website.




Digital currency (digital money or electronic money or electronic currency) is a type of currency available only in digital form, not in physical (such as banknotes and coins).

Dust Transaction  A small amount of bitcoin transaction but it is listed on the blockchain.

ERC-20  A type of token standard for Ethereum which ensures the tokens perform in a predictable way.

Flipping  a strategy of investing in tokens before they are listed on the exchanges and reselling them for a profit when they are trading in the secondary market.

Fork  A situation where a blockchain splits into two separate chains. Forks generally happen in the crypto-world when new ‘governance rules’ are built into the blockchain’s code

Full Node A node which implements all of Bitcoin protocol and does not require trusting any external service to validate transactions. It is able to download and validate the entire blockchain. All full nodes implement the same peer-to-peer messaging protocol to exchange transactions and blocks, but that is not a requirement. A full node may receive and validate data using any protocol and from any source. However, the highest security is achieved by being able to communicate as fast as possible with as many nodes as possible.

Hash  (Rate)A hash is the output of a hash function and, as it relates to Bitcoin, the Hash Rate is the speed at which a compute is completing an operation in the Bitcoin code. A higher hash rate is better when mining as it increases your opportunity of finding the next block and receiving the reward.

Hash algorithm is a function that converts a data string into a numeric string output of fixed length. The output string is generally much smaller than the original data.

Hashrate  A measure of mining hardware performance expressed in hashes per second (GH/s). As of July 27, 2014 the hash rate of all Bitcoin mining nodes combined is around 135 799 000 GH/s. For comparison, AMD Radeon graphics cards produce from 0.2 to 0.8 GH/s depending on model.

ICO 'Initial Coin Offering' An unregulated means by which funds are raised for a new cryptocurrency venture.

Mining is a process of validating a transaction or block in a network by the process of complex algorithms to prove and validate the correctness of the transaction and thereby add the new block to the chain

Mixing A process of exchanging coins with other persons in order to increase privacy of one's history.

Node, or client,  is a computer on the network that speaks Bitcoin message protocol (exchanging transactions and blocks). There are full nodes that are capable of validating the entire blockchain and lightweight nodes, with reduced functionality. Wallet applications that speak to a server are not considered nodes.

Paper Wallet  A form of cold storage where a private key for Bitcoin address is printed on a piece of paper (with or without encryption) and then all traces of the key are removed from the computer where it was generated. To redeem bitcoins, a key must be imported in the wallet application so it can sign a transaction.

Private Key  (Privkey) A 256-bit number used in ECDSA algorithm to create transaction signatures in order to prove ownership of certain amount of bitcoins. Can also be used in arbitrary elliptic curve arithmetic operations. Private keys are stored within wallet applications and are usually encrypted with a pass phrase. Private keys may be completely random (see Key Pool) or generated from a single secret number ("seed"). See also Deterministic Wallet.

Proof of Burn
 is a method for distributed consensus and an alternative to Proof of Work and Proof of Stake. It can also be used for bootstrapping one cryptocurrency off of another. The idea is that miners should show proof that they burned some coins - that is, sent them to a verifiably unspendable address.

The proof-of-stake (PoS) is a method of securing a cryptocurrency network and achieving distributed consensus through requesting users to show ownership of a certain amount of currency. It is different from proof-of-work systems that run difficult hashing algorithms to validate electronic transactions. The scheme is largely dependent on the coin, and there's currently no standard form of it.

Proof of work  (PoW) is a piece of data which is difficult (costly, time-consuming) to produce but easy for others to verify and which satisfies certain requirements. ... Bitcoin uses the Hashcash proof of work system.May 15, 2016

P2P  (Peer-to-peer) refers to systems that work like an organized collective by allowing each individual to interact directly with the others. In the case of Bitcoin, the network is built in such a way that each user is broadcasting the transactions of other users. And, crucially, no bank is required as a third party.

QR Code  A two-dimensional graphical block containing a monochromatic pattern representing a sequence of data.

Script  A compact turing-incomplete programming language used in transaction inputs and outputs. Scripts are interpreted by a Forth-like stack machine: each operation manipulates data on the stack. Most scripts follow the standard pattern and verify the digital signature provided in the transaction input against a public key provided in the previous transaction's output. Both signatures and public keys are provided using scripts. Scripts may contain complex conditions, but can never change amounts being transferred. Amount is stored in a separate field in a transaction output

Secret key Either the Private Key or an encryption key used in encrypted wallets. Bitcoin protocol does not use encryption anywhere, so secret key typically means a private key used for signing transactions.

SegWit (Segregated Witness) The process where the block size limit on a blockchain is increased by removing digital signature data and moving it to the end of a transaction to free up capacity. Transactions are essentially split (or 'segregated'), into two segments: the original data segment and the signature (or 'witness') segment.


SHA  (Secure Hash Algorithms) are a family of cryptographic hash functions published by the National Institute of Standards and Technology (NIST) as a U.S. Federal Information Processing Standard (FIPS

Sharding  A scaling solution for blockchains. Typically, every node in a blockchain network houses a complete copy of the blockchain. Sharding is a method that allows nodes to have partial copies of the complete blockchain in order to increase overall network performance and consensus speeds.

Shorting  a motivation of earning profit by purchasing cryptocurrency at lower price.

Testnet  A set of parameters used for testing a Bitcoin network. Testnet is like mainnet, but has a different genesis block (it was reset several times, the latest testnet is testnet3). Testnet uses slightly different address format to avoid confusion with main Bitcoin addresses and all nodes are relaying and mining non-standard transactions.

TokensRefers to the ‘currency’ of projects built on the ethereum network that have raised money via issuing their own tokens. Examples: GNT – Golem REP – Augur

To the Moon  the assumption that the price of a cryptocoin will keep to rise and reach the highest price.


Virtual currency also known as virtual money, is a type of unregulated, digital money, which is issued and usually controlled by its developers, and used and accepted among the members of a specific virtual community.

Wallet or Cryptocurrency wallets  are software programs that store your public and private keys and interface with various blockchain so users can monitor their balance, send money and conduct other operations. When a person sends you bitcoins or any other type of digital currency, they are essentially signing off ownership of the coins to your wallet’s address.

Whitepaper  A documentation describing a crypto currencies protocol in detail




Wednesday, November 22, 2017

Types of Cryptocurrency Exchange

Last Update Dec 03, 2022




What is a cryptocurrency exchange?
Cryptocurrency exchanges are websites where you can buy, sell or exchange cryptocurrencies for other digital currency or traditional currency like US dollars or Euro. For those that want to trade professionally and have access to fancy trading tools, you will likely need to use an exchange that requires you to verify your ID and open an account. If you just want to make the occasional, straightforward trade, there are also platforms that you can use that do not require an account.


Generally there are three types of Cryptocurrency Exchange
1. Traditional Exchange
    Traditional Cryptocurrency Exchange where buyers and sellers trade based on
    the current market price of cryptocurrencies (with the exchange playing the
    middle-man). These type of trading platforms generally take a fee from each
    transaction. Some of these exchange types also allow users to convert fiat
    currency like the U.S. dollar into cryptocurrency like Bitcoin at the market
    price.

2. Direct Cryptocurrency Exchange (Direct Trading)
    Type of Direct Cryptocurrency Exchange offer offer direct person to person
    trading where individuals from different countries can exchange currency.
    Direct trading exchanges don’t have a fixed market price, instead, each seller
    sets their own exchange rate.


3. Brokers
    That is a Cryptocurrency Exchange site that anyone can visit to buy
    cryptocurrencies at a price set by the broker.  (generally at the market price
    plus a small premium).


Decentralized Crypto Exchange (DEX) vs Centralized Exchange (CEX)

What is Decentralized Crypto Exchange (DEX)?
Decentralized exchange (DEX) is a crypto exchange peer-to-peer (P2P) that can directly connect crypto buyers and sellers. The DEX platform is non-custodial, where users store crypto in (privacy wallets) and keep their private keys safe while transacting. But not all DEXs implement the same platform, because there are still many DEXs that maintain old features such as Order Books and use liquidity protocols.


3 Types of DEX
Based on the implementation of the features and ways of working that we encounter in the crypto market, there are 3 types of DEX as follows:

1. Order Book
DEX Order Book is the first generation of dex, almost the same as conventional CEX, this order book compiles a record of all open buy-sell orders for certain assets. The difference between these prices determines the depth of the order book and the prevailing market price. On DEXs with order books, this information is often stored on-chain during transactions, while your funds are still stored off-chain in your wallet.

2. Swaps
The second generation of DEXs do not use Order Books but use a liquidity pool protocol to determine crypto prices. On P2P networks, the transaction process will execute the user's wallet instantly, or better known as Swap.

3. Decentralized Exchange Aggregator
Usually decentralized exchanges use a number of different protocols and ways of working. While these dynamics result in greater security and autonomy, they result in non-fluent liquidity across platforms.

This weak level of liquidity can be a barrier for institutional investors or independent traders looking to purchase large volumes of certain crypto assets. To address this, DEX aggregators have developed tools to deepen asset liquidity pools across decentralized exchanges.


Top 10 Decentralized Exchanges[
List of top 10 DEXs based on liquidity, traffic and trading volume as follows:
1. Uniswap (v3)
2. dYdX
3. Curve Finance
4. Kine Protocol
5. PancakeSwap (v2)
6. DODO (Ethereum)
7. Sun.io
8. ApolloX DEX
9. Uniswap (V2)
10 Perpetual Protocols


What is CEX (Centralized Exchange)?
CEX or Centralized Exchange is a Centralized Exchange, with a physical address and corporate structure. Like any other CeFi business, CEX must comply with all applicable laws, rules, remittance licenses and regulations in each country, state or territory in which they operate.

As the name implies "centralized" which means there is a central organization company that acts as a third person to store user assets, set exchange rules, and charge exchange fees.

Advantages
Higher trading volume compared to DEX
High liquidity
Fiat-cryptocurrency trading
High functionality

Disadvantages
More vulnerable to hacks compared to DEX
Under government regulations (can be closed)
Centrally managed
Possible scam from a third party


Top 10 Centralized Exchanges

List of top 10 centralized exchanges, ranked by trading volume, liquidity, traffic.

1. Binance
2. Coinbase Exchange
3. Krakens
4. KuCoin
5. Binance.US
6. Bitfinex
7. Gemini
8. Coincheck
9. Bitstamp
10. Bybit



Monday, September 4, 2017

Changelly.com Review








What is Changelly?
Changelly is an instant cryptocurrency exchange providing the best crypto-to-crypto rates on the market. If you want to turn your coin hoard directly into cash or are just looking to make cash off cryptocurrency trading.
Changelly as they have low fees and a simple, clean trading interface. They have loads of cryptocurrencies available to trade directly into Bitcoin, USD, Euros and Pound Sterling. It couldn't be easier to start trading like a pro! Exchange cryptocurrency at the best rate Transfer from one wallet to another within seconds. It's that simple


Changelly is a young and prospective project created by MinerGate enthusiasts. The service provides safe and fast transactions without revealing identities. We provide the best rates due to a wide range of reliable trading platforms and have over 35 cryptocurrencies listed. The reasons why you may trust Changelly are: No deposit storage and instant money exchange. Each account protected with 2 factor authentication. Trust of more than 100 000 users including such well-known persons as Charlie Shrem.

How do I buy coins?
For all the coins available on Changelly, buying process is the same. Go to changelly.com and select the coin you want to exchange on the left and the coin you want to buy on the right and go next Check the amount specified and the amount you’re gonna get. Specify the recipient’s wallet address.

Once again, check everything attentively. Note that the amount is estimated, so it may be more or less in the end of your transaction. If you’re OK with this, proceed to the next step. Now your transaction is created. You see a QR code and a wallet address below. This is the address you should send us your money to be exchanged. Go to the wallet from where you should send money and paste this address into a corresponding field. If you use a mobile wallet app, just scan the QR. Once we receive your money, we’ll exchange it and sent to the address you provided in the step 3.

In your transaction history, you may see the status of your transaction. Once it’s finished, you’ll be informed. Usually it takes 5-30 minutes. In some cases, waiting time might be increased. After a transaction is finished, you get a receipt with an output transaction hash This hash is a proof that your transaction is finished. What is the maximal/minimal amount? Changelly doesn’t have amount restrictions. However, there are some nuances. If an amount is too low, make sure that it will cover all the network fees a blockchain takes. It means that the amount you are going to send and the amount you are going to get should be enough to cover input and output network fees taken by a blockchain.
For more information visit  https://changelly.com