Blog

  • How Blockchain Technology Works. Guide for Beginners

    How Blockchain Technology Works. Guide for Beginners

    Nearly everyone has heard of Blockchain and that it is cool. But not everybody understands how it works. This article shows that Blockchain certainly isn’t magic.

    How Blockchain Technology Works

    What is Blockchain?

    A Blockchain is a diary that is almost impossible to forge.

    Hash function

    Let’s imagine that 10 people in one room decided to make a separate currency. They have to follow the flow of funds, and one person – let’s call him Bob – decided to keep a list of all actions in a diary:

    Blockchain technology explained

    One man – let’s call him Jack – decided to steal money. To hide this, he changed the entries in the diary:

    Blockchain technology explained

    Bob noticed that someone had interfered with his diary. He decided to stop this from happening.

    He found a program called a Hash function that turns text into a set of numbers and letters as in the table below.

    Bitcoin Hash

    A hash is a string of numbers and letters, produced by hash functions. A hash function is a mathematical function that takes a variable number of characters and converts it into a string with a fixed number of characters. Even a small change in a string creates a completely new hash.

    After each record, he inserted a hash. The new diary was as follows:

    Blockchain technology explained

    Jack decided to change entries again. At night, he got to the diary, changed the record and generated a new hash.

    Blockchain technology explained

    Bob noticed that somebody had sifted through the diary again. He decided to complicate the record of each transaction. After each record, he inserted a hash generated from the record+last hash. So each entry depends on the previous.

    Blockchain technology explained

    If Jack tries to change the record, he will have to change the hash in all previous entries. But Jack really wanted more money, and he spent the whole night counting all the hashes.

    Nonce

    But Bob did not want to give up. He decided to add a number after each record. This number is called “Nonce”. Nonce should be chosen so that the generated hash ends in two zeros.

    Blockchain technology explained

    Now, to forge records, Jack would have to spend hours and hours chosing Nonce for each line.

    More importantly, not only people, but computers can’t figure out the Nonce quickly.

    Nodes

    Later, Bob realized that there were too many records and that he couldn’t keep the diary like this forever. So when he wrote 5,000 transactions, he converted them to a one page spreadsheet. Mary checked that all transactions were right.

    Bob spread his spreadsheet diary over 5,000 computers, which were  all over the world. These computers are called nodes. Every time a transaction occurs it has to be approved by the nodes, each of whom checks its validity. Once every node has checked a transaction there is a sort of electronic vote, as some nodes may think the transaction is valid and others think it is a fraud.

    The nodes referred to above are computers. Each node has a copy of the digital ledger or Blockchain. Each node checks the validity of each transaction. If a majority of nodes say that a transaction is valid then it is written into a block.

    Now, if Jack change one entry, all the other computers will have the original hash. They would not allow the change to occur.

    Block

    This one spreadsheet is called a block .The whole family of blocks is the Blockchain. Every node has a copy of the Blockchain. Once a block reaches a certain number of approved transactions then a new block is formed.

    The Blockchain updates itself every ten minutes. It does so automatically. No master or central computer instructs the computers to do this.

    As soon as the spreadsheet or ledger or registry is updated, it can no longer be changed. Thus, it’s impossible to forge it. You can only add new entries to it. The registry is updated on all computers on the network at the same time.

    Important points:

    1. A Blockchain is a type of diary or spreadsheet containing information about transactions.
    2. Each transaction generates a hash.
    3. A hash is a string of numbers and letters.
    4. Transactions are entered in the order in which they occurred. Order is very important.
    5. The hash depends not only on the transaction but the previous transaction’s hash.
    6. Even a small change in a transaction creates a completely new hash.
    7. The nodes check to make sure a transaction has not been changed by inspecting the hash.
    8. If a transaction is approved by a majority of the nodes then it is written into a block.
    9. Each block refers to the previous block and together make the Blockchain.
    10. A Blockchain is effective as it is spread over many computers, each of which have a copy of the Blockchain.
    11. These computers are called nodes.
    12. The Blockchain updates itself every 10 minutes.

    Wallets, digital signatures, protocols

    Bob gathered the 10 people together. He needed to explain the new coin to them.

    Jack had confessed his sins to the group and deeply apologized. To prove his sincerity he gave Ann and Mary their coins back.

    With all that sorted, Bob explained why this could never happen again. He decided to implement something called a digital signature to confirm every transaction. But first, he gave everyone a wallet.

    What is a wallet?

    A wallet is a string of numbers and letters, such as 18c177926650e5550973303c300e136f22673b74. This is an address that will appear in various blocks within the Blockchain as transactions take place. No visible records of who did what transaction with who, only the number of a wallet. The address of each particular wallet is also a public key.more in the ar

    Digital signature

    To carry out a transaction you need two things: a wallet, which is basically an address, and a private key. The private key is a string of random numbers, but unlike the address the private key must be kept secret.

    When someone decides to send coins to anyone else they must sign the message containing the transaction with their private key. The system of two keys is at the heart of encryption and cryptography, and its use long predates the existence of Blockchain. It was first proposed in the 1970s.

    Once the message is sent it is broadcast to the Blockchain network. The network of nodes then works on the message to make sure that the transaction it contains is valid. If it confirms the validity, the transaction is placed in a block and after that no information about it can be changed.

    Digital signature explained

    What are cryptographic keys?

    A cryptographic key is a string of numbers and letters. Cryptographic keys are made by key generators or keygens. These keygens use very advanced mathematics involving prime numbers to create keys.

    Protocols

    The Blockchain consists of individual behaviour specifications, a large set of rules that are programmed into it. Those specifications are called protocols. The implementation of specific protocols essentially made Blockchain what it is — a distributed, peer-to-peer and secured information database.

    The Blockchain protocols ensure that the network runs the way it was intended to by its creators, even though it’s completely autonomous and isn’t controlled by anyone. Here are some examples of protocols implemented in Blockchain:

    • Input information for every hash number has to include the previous block’s hash number.
    • The reward for successfully mining a block decreases by half after every 210,000 blocks are sealed-off.
    • In order to keep the amount of time needed to mine one block at approximately 10 minutes, mining difficulty is recalculated every 2,016 blocks.

    Proof of Work

    The placing of a transaction in a block is called a successful conclusion to a proof of work challenge, and is carried out by special nodes called miners.

    Proof of Work is a system that requires some work from the service requester, usually meaning processing time by a computer. Producing a proof of work is a random process with low probability, so normally a lot of trial and error is required for a valid proof of work to be generated. When it comes to Bitcoins, hash is what serves as a proof of work.

    What is mining?

    Miners on a Blockchain are nodes that produce blocks by solving proof of work problems. If a miner produces a block that is approved by an electronic consensus of nodes then the miner is rewarded with coins. As of October 2017, Bitcoin miners get 12.5 Bitcoins per block.

    The reward is not the the only incentive for miners to keep running their hardware. They also get the transaction fees that Bitcoin users pay. Currently, as there is a huge amount of transactions happening within the Bitcoin network, the transaction fees have skyrocketed. Even though the fees are voluntary on the part of the sender, miners will always prioritize transfers with higher transaction fees. So, unless you are willing to pay a rather high fee, your transaction might take a very long time to be processed.

    Important points

    1. If you possess digital money then you need a digital wallet.
    2. A wallet is an address on the Blockchain.
    3. A wallet is a public key.
    4. Someone wanting to conduct a transaction must send a message with the transaction signed with their private key.
    5. Before a transaction is approved it is checked by every node who vote on it in a special electronic way that is different to the elections that most countries have.
    6. A transaction is placed in a block by miners who are special nodes.
    7. The computers in the network holding the Blockchain are called nodes.
    8. Miners place transactions in blocks in response to proof of work challenges.
    9. After miners successfully ‘seal off’ a block of transaction, they receive a reward, which currently stands at 12.5 BTC, and they also get to keep a transaction fees Bitcoin holders pay.
    10. Interaction is carried out on a Blockchain using rules built into the program of the Blockchain called protocols.
    11. Cryptography is essential on Blockchains to thwart thieves who would like to hack into the Blockchain.
    12. Cryptographic keys are made by key generators or keygens.
    13. Keygens use very advanced mathematics involving prime numbers to create keys.
    14. A block contains a timestamp, a reference to the previous block, the transactions and the computational problem that had to be solved before the block went on the Blockchain.
    15. The distributed network of nodes that need to reach consensus makes fraud almost impossible within the Blockchain.

    Principles of Blockchain

    Distributed database

    Distributed database explained

    The database is the Blockchain and each node on a Blockchain has access to the whole Blockchain. No one node or computer regulates the information it contains. Every node is able to validate the records of the Blockchain. This is all done without one or several intermediaries in control of everything.

    It is architecturally decentralized as there is no one or several points of failure. There is no one point of failure that would bring down the Blockchain.

    However the nodes of a Blockchain are logically centralized, as the entire Blockchain is a distributed network performing certain actions programmed into it.

    Peer-to-peer (P2P) transmission

    Peer-to-peer transmission explained

    In line with the first principle, communication is always happening directly between peers, rather than through some central node. Information about what is happening on the Blockchain is stored on each node then passed to adjacent nodes. In this way information spreads through the whole network.

    Transparency yet pseudonymity

    Anyone inspecting the Blockchain is capable of seeing every transaction and its hash value. Someone using the Blockchain is able to be anonymous if they wish or they can give their identification to others. All that you see on the Blockchain is a record of transactions between Blockchain addresses.

    Records

    Records

    Once the recording of a transaction is on the Blockchain and the Blockchain has been updated, then the alteration of the records of this transaction is impossible. This is due to that particular transaction record being linked to the record of every preceding one. Blockchain records are permanent, they are ordered chronologically, and they are available to all the other nodes. The diagram shows an extract from the Bitcoin Blockchain.

    Why it is impossible to turn off the network?

    As there are nodes throughout the world it is virtually impossible for the entire network to be taken over by a single party.

    Why is it almost impossible to fake a block?

    The reason that faking a block is almost impossible is that the validity of the block and, by extension, its inclusion into the Blockchain is determined by an electronic consensus of nodes. There are thousands of these nodes, scattered all over the world, and as a consequence capturing the network would require a computer with impossible power.

    Can you use a Blockchain as normal database?

    Can you store 3GB of files on the Blockchain in the same way you could use Access, Filemaker or MySql? This would not be a good idea. Most Blockchains are not suitable for this by design or simply lack the required capacity.

    Traditional online databases usually use a client-server network architecture. This means that users with access rights can change entries stored in the database, but the overall control remains with administrators. When it comes to a Blockchain database, each user is in charge of maintaining, calculating and updating every new entry. Every single node must work together to make sure that they are coming to the same conclusions.

    The Blockchain architecture also means that each node must work independently and compare the results of their work with the rest of the network. So, reaching a consensus can be very time-consuming. Because of this, Blockchain networks are considered to be very slow compared to traditional digital transaction technology.

    However, there are experiments of producing databases with Blockchain technology, with BigchainDB being the first major company in the field. The creators took an enterprise-class distributed database and built their technology on top of it, while adding the three key attributes of the Blockchain: decentralization, immutability and the ability to register and transfer assets. Whether what they have created is useful remains to be determined.

    Important points

    1. The Blockchain is a database, which is distributed among all nodes.
    2. No one or several nodes control the Blockchain.
    3. All nodes are able to validate a transaction.
    4. All communication on the Blockchain is p2p.
    5. Anyone using a Blockchain is anonymous if that is what they wish.
    6. All transactions occurring on a Blockchain are recorded there, so the transactions of any person using the network are public and completely transparent, even though they may be anonymous.
    7. Once a transaction is recorded on the Blockchain and the Blockchain has updated, then that transaction cannot be altered.
    8. No one person or organization can turn off a Blockchain.
    9. Although a Blockchain is politically and architecturally decentralized it is logically centralized.

    Where can Blockchain be used?

    In the following part of the article we will discuss some of the many various applications using Blockchain. We will frequently use the term smart contract. Let us define the term.

    The Blockchain is ideal for what are known as smart contracts.

    What are smart contracts?

    Smart contracts define the rules and penalties around a specific agreement in the same way as traditional contracts do. However, the big difference is that smart contracts automatically enforce those obligations. The contracts are coded so that they are discharged on the fulfillment of specific criteria.

    1. A warranty claim

    Usually settling warranty claims is expensive, time-consuming and often difficult for those making the claim. It is possible to implement smart contracts using Blockchain that will inevitably make the process a lot easier.

    In the past when a claim is made, all checks would be carried out by humans, which can be time-consuming and leaves room for human error. This will become unnecessary, as checks to ensure that all criteria have been met, and can be done automatically using the Blockchain. Once all obligations are fulfilled, the resulting payout is automatic. This can all be done using minimum human involvement.

    One of the solutions offered by Deloitte is the inclusion of a QR-code in a receipt. The QR-code is set to contain all the relevant information regarding the purchase: item, serial number, date of purchase and so on. With it, the QR-code also holds instructions on how to find a ‘warranty bot’ on Facebook Messenger. The user can then send a picture of the receipt to that bot, the engine unwraps the QR-code and stores all the product information on the Blockchain.

    2. Derivatives

    Derivatives are used in stock exchanges and are concerned with the values of assets. Smart contracts in the trading of stocks and shares could revolutionize current practices by streamlining, automating and reducing the costs of derivatives trading across the industry. Settlements could be completed in seconds rather than the three days that are needed at present. Using smart contracts, peer-to-peer trading will become a usual operation, resulting in a complete revolution in stock trading. Barclays and several other companies has already trialed a way of trading derivatives using smart contracts, but they came to the conclusion that the technology won’t work unless banks collaborate to implement it.

    3. Insurance claims

    With smart contracts, a certain set of criteria for specific insurance-related situations can be established. In theory, with the implementation of Blockchain technology, you could just submit your insurance claim online and receive an instant automatic payout. Providing, of course, that your claim meets all the required criteria. French insurance giant AXA is the first major insurance group to offer insurance using Blockchain technology. They’ve recently introduced a new flight-delay insurance product that will use smart contracts to store and process payouts. Other insurance companies will surely follow suit.

    4. Identity verification

    Too much time and effort is currently wasted on identity verification. Using the decentralization of Blockchains, the verification of online identity will be much quicker. Online identity data in a central location will vanish with the use of the Blockchain smart contracts. Computer hackers will no longer have centralized points of vulnerability to attack. Data storage is tamper-proof and incorruptible when backed by Blockchain. All over the world, the Blockchain is leading to big improvements in the verification of identity.

    The city of Zug in Switzerland uses a decentralized application (DAPP) for the verification of its citizens’ electronic identities. Another producer of DAPPs, for identity verification is Oraclize in Estonia. It markets a DAPP to solve the KYC (Know Your Customer) problem. This is of major importance in identity verification. The organization Thomson Reuters is creating another DAPP for identity verification using Ethereum.

    5. The Internet of Things (IoT)

    The Internet of Things (IoT) is the network of physical devices, vehicles and other items embedded with software, actuators, sensors, software and network connectivity, connected to the Internet. All of those features enable such objects to collect and exchange data. Blockchain and its smart contracts are ideal for this.

    Projects involving smart contracts for devices have been predicted to become very common. The world’s leading IT research company, Gartner, has made the prediction that by the time we reach 2020 at least 20 bln connected devices will exist. These devices are using Ethereum smart contracts. For instance, we have the Ethereum lightbulb, we have the Ethereum BlockCharge, involving the charging of electric vehicles, and lastly CryptoSeal; this is a tamper-proof seal for drug safety.

    Blockchain will play a major role in the roll out of IoT, but will also provide ways of guarding against hackers. Because it is built for decentralized control, a security scheme based on it should be scalable enough to cover the rapid growth of the IoT. Moreover, Blockchain’s strong protection against data tampering will help prevent a rogue device from disrupting a home, factory or transportation system by relaying misleading information.

    6. Archiving and file storage

    Google Drive, Dropbox, etc. have thoroughly developed the electronic archiving of documents with the use of centralized methods. Centralized sites are always tempting to hackers. Blockchain and its smart contracts offer ways of reducing this threat substantially.

    There are many Blockchain projects which aim to do this. Bear in mind, however, that there is often not enough storage within Blockchains themselves, but there are decentralized cloud storage solutions available, such as StorjSiaEthereum Swarm and so on. From the user’s perspective they work just like any other cloud storage. The difference is that the content is hosted on various anonymous users’ computers, instead of data centers.

    7. The protection of intellectual property

    Archiving enabled by Blockchain will offer much greater protection of intellectual property than before. An application called Ascribe, using Blockchain, already gives this protection.

    8. Crime

    Lawbreakers have to hide and camouflage the money gained from their exploits. Currently this is done with fake bank accounts, gambling, and offshore companies, among other stratagems. There are a lot of concerns regarding the transparency of cryptocurrency transactions. But, all of the necessary regulatory elements, such as identifying parties and information, records of transactions and even enforcement can exist in the cryptocurrency system.

    As the technology gets more mainstream attention, Blockchain and its smart contracts have the potential to render most money laundering tactics ineffective and very traceable.

    9. Social media

    At present, social media organizations are able to freely use the personal data of their clients. This helps them make billions of dollars. Using Blockchain smart contracts, users of social media will be enabled to sell their personal data, if they so desire. Such ideas are being investigated at MIT. The aim of the OPENPDS/SA project is to provide the data-owner to tune the degree of privacy preservation using the Blockchain technology.

    10. The use of smart contracts in elections and polls

    Elections and polls could be greatly improved with smart contracts. There are various apps already in existence, such as Blockchain Voting MachineFollow My Vote and TIVI. All of them are promising to eliminate fraud, while providing complete transparency to the results and keeping the votes anonymous. However, there is still a long road ahead before decentralized voting is implemented widely.

    Limitations and vulnerability

    Any Blockchain network largely depends on the amount of active users within it. In order to operate to its full potential, a network has to be a robust one with a widely distributed grid of nodes.

    Moreover, there is no Blockchain network in existence that could sustain the same amount of transactions as major card issuers like Visa or MasterCard do. As of 2017, Blockchain still has a very long way to go before it will be capable of replacing the giants of the financial world.

    Finally, there is always a theoretical possibility of a large-scale capture of any given Blockchain network. If a single organization will somehow manage to gain control of the majority of the network’s nodes, it will no longer be decentralized in the full sense of the word.

    Blockchain investment climate

    As Bitcoin’s price hit the record $5,000 for the second time in 2017, there is probably no current investment opportunity more hyped up than cryptocurrencies and Blockchain technology. The general public and governing authorities are increasingly more aware of its advantages, and most concerns surrounding it are being refuted. A lot of companies have already invested in the technology, and it is very telling that the worldwide technology giant IBM is now considering investing “employee time and energy” into the space.

    Many companies offer credit cards in a pursuit of encouraging loyalty and adding a new stream of revenue. Samsung has recently partnered with Blocko aiming to allow credit cards to engage in secure transactions using Blockchain technology. Samsung are aiming to create new business using digital identity, digital money and digital payment.

    According to a report, as of October 2017, there have been 42 equity investment deals in 2017 alone, totalling $327 mln. The most active investor is a Japanese services firm SBI Holding, with stakes in eight Blockchain firms. A digital powerhouse Google is the second-most active investor, with stakes in the Bitcoin wallet company Blockchain and Ripple, a company that is working on Blockchain-based money transferring system.

    cointelegraph.com

  • What is Cryptocurrency. Guide for Beginners

    What is Cryptocurrency. Guide for Beginners

    A cryptocurrency is a digital or virtual currency designed to work as a medium of exchange. It uses cryptography to secure and verify transactions as well as to control the creation of new units of a particular cryptocurrency. Essentially, cryptocurrencies are limited entries in a database that no one can change unless specific conditions are fulfilled.

    Cryptocurrency

    History

    There have been many attempts at creating a digital currency during the 90s tech boom, with systems like Flooz, Beenz and DigiCash emerging on the market but inevitably failing. There were many different reasons for their failures, such as fraud, financial problems and even frictions between companies’ employees and their bosses.

    Notably, all of those systems utilized a Trusted Third Party approach, meaning that the companies behind them verified and facilitated the transactions. Due to the failures of these companies, the creation of a digital cash system was seen as a lost cause for a long while.

    Then, in early 2009, an anonymous programmer or a group of programmers under an alias Satoshi Nakamoto introduced Bitcoin. Satoshi described it as a ‘peer-to-peer electronic cash system.’ It is completely decentralized, meaning there are no servers involved and no central controlling authority. The concept closely resembles peer-to-peer networks for file sharing.

    One of the most important problems that any payment network has to solve is double-spending. It is a fraudulent technique of spending the same amount twice. The traditional solution was a trusted third party – a central server – that kept records of the balances and transactions. However, this method always entailed an authority basically in control of your funds and with all your personal details on hand.

    In a decentralized network like Bitcoin, every single participant needs to do this job. This is done via the Blockchain – a public ledger of all transaction that ever happened within the network, available to everyone. Therefore, everyone in the network can see every account’s balance.

    Every transaction is a file that consists of the sender’s and recipient’s public keys (wallet addresses) and the amount of coins transferred. The transaction also needs to be signed off by the sender with their private key. All of this is just basic cryptography. Eventually, the transaction is broadcasted in the network, but it needs to be confirmed first.

    Within a cryptocurrency network, only miners can confirm transactions by solving a cryptographic puzzle. They take transactions, mark them as legitimate and spread them across the network. Afterwards, every node of the network adds it to its database. Once the transaction is confirmed it becomes unforgeable and irreversible and a miner receives a reward, plus the transaction fees.

    Essentially, any cryptocurrency network is based on the absolute consensus of all the participants regarding the legitimacy of balances and transactions. If nodes of the network disagree on a single balance, the system would basically break. However, there are a lot of rules pre-built and programmed into the network that prevents this from happening.

    Cryptocurrencies are so called because the consensus-keeping process is ensured with strong cryptography. This, along with aforementioned factors, makes third parties and blind trust as a concept completely redundant.

    What can you do with cryptocurrency

    Buy goods

    Cryptocurrencies can be used to pay for even a college degree.

    In the past, trying to find a merchant that accepts cryptocurrency was extremely difficult, if not impossible. These days, however, the situation is completely different.

    There are a lot of merchants – both online and offline – that accept Bitcoin as the form of payment. They range from massive online retailers like Overstock and Newegg to small local shops, bars and restaurants. Bitcoins can be used to pay for hotels, flights, jewelery, apps, computer parts and even a college degree.

    Other digital currencies like Litecoin, Ripple, Ethereum and so on aren’t accepted as widely just yet. Things are changing for the better though, with Apple having authorized at least 10 different cryptocurrencies as a viable form of payment on App Store.

    Of course, users of cryptocurrencies other than Bitcoin can always exchange their coins for BTCs. Moreover, there are Gift Card selling websites like Gift Off, which accepts around 20 different cryptocurrencies. Through gift cards, you can essentially buy anything with a cryptocurrency.

    Finally, there are marketplaces like Bitify and OpenBazaar that only accept cryptocurrencies.

    Invest

    Cryptocurrencies are high-risk investments.

    Many people believe that cryptocurrencies are the hottest investment opportunity currently available. Indeed, there are many stories of people becoming millionaires through their Bitcoin investments. Bitcoin is the most recognizable digital currency to date, and just last year one BTC was valued at $800. In November 2017, the price of one Bitcoin exceeded $7,000.

    Ethereum, perhaps the second most valued cryptocurrency, has recorded the fastest rise a digital currency ever demonstrated. Since May 2016, its value increased by at least 2,700 percent. When it comes to all cryptocurrencies combined, their market cap soared by more than 10,000 percent since mid-2013.

    However, it is worth noting that cryptocurrencies are high-risk investments. Their market value fluctuates like no other asset’s. Moreover, it is partly unregulated, there is always a risk of them getting outlawed in certain jurisdictions and any cryptocurrency exchange can potentially get hacked.

    If you decide to invest in cryptocurrencies, Bitcoin is obviously still the dominant one. However, in 2017 its share in the crypto-market has quite dramatically fallen from 90 percent to just 40 percent. There are many options currently available, with some coins being privacy-focused, others being less open and decentralized than Bitcoin and some just outright copying it.

    While it’s very easy to buy Bitcoins – there are numerous exchanges in existence that trade in BTC – other cryptocurrencies aren’t as easy to acquire. Although, this situation is slowly improving with major exchanges like KrakenBitFinexBitStamp and many others starting to sell Litecoin, Ethereum, Monero, Ripple and so on. There are also a few other different ways of being coin, for instance, you can trade face-to-face with a seller or use a Bitcoin ATM.

    Once you bought your cryptocurrency, you need a way to store it. All major exchanges offer wallet services. But, while it might seem convenient, it’s best if you store your assets in an offline wallet on your hard drive, or even invest in a hardware wallet. This is the most secure way of storing your coins and it gives you full control over your assets.

    As with any other investment, you need to pay close attention to the cryptocurrencies’ market value and to any news related to them. Coinmarketcap is a one-stop solution for tracking the price, volume, circulation supply and market cap of most existing cryptocurrencies.

    Depending on a jurisdiction you live in, once you’ve made a profit or a loss investing in cryptocurrencies, you might need to include it in your tax report. In terms of taxation, cryptocurrencies are treated very differently from country to country. In the US, the Internal Revenue Service ruled that Bitcoins and other digital currencies are to be taxed as property, not currency. For investors, this means that accrued long-term gains and losses from cryptocurrency trading are taxed at each investor’s applicable capital gains rate, which stands at a maximum of 15 percent.

    Mine

    Like trading, mining is an investment.

    Miners are the single most important part of any cryptocurrency network, and much like trading, mining is an investment. Essentially, miners are providing a bookkeeping service for their respective communities. They contribute their computing power to solving complicated cryptographic puzzles, which is necessary to confirm a transaction and record it in a distributed public ledger called the Blockchain.

    One of the interesting things about mining is that the difficulty of the puzzles is constantly increasing, correlating with the number of people trying to solve it. So, the more popular a certain cryptocurrency becomes, the more people try to mine it, the more difficult the process becomes.

    A lot of people have made fortunes by mining Bitcoins. Back in the days, you could make substantial profits from mining using just your computer, or even a powerful enough laptop. These days, Bitcoin mining can only become profitable if you’re willing to invest in an industrial-grade mining hardware. This, of course, incurs huge electricity bills on top of the price of all the necessary equipment.

    Currently, Litecoins, Dogecoins and Feathercoins are said to be the best cryptocurrencies in terms of being cost-effective for beginners. For instance, at the current value of Litecoins, you might earn anything from 50 cents to 10 dollars a day using only consumer-grade hardware.

    But how do miners make profits? The more computing power they manage to accumulate, the more chances they have of solving the cryptographic puzzles. Once a miner manages to solve the puzzle, they receive a reward as well as a transaction fee.

    As a cryptocurrency attracts more interest, mining becomes harder and the amount of coins received as a reward decreases. For example, when Bitcoin was first created, the reward for successful mining was 50 BTC. Now, the reward stands at 12.5 Bitcoins. This happened because the Bitcoin network is designed so that there can only be a total of 21 mln coins in circulation.

    As of November 2017, almost 17 mln Bitcoins have been mined and distributed. However, as rewards are going to become smaller and smaller, every single Bitcoin mined will become exponentially more and more valuable.

    All of those factors make mining cryptocurrencies an extremely competitive arms race that rewards early adopters. However, depending on where you live, profits made from mining can be subject to taxation and Money Transmitting regulations. In the US, the FinCEN has issued a guidance, according to which mining of cryptocurrencies and exchanging them for flat currencies may be considered money transmitting. This means that miners might need to comply with special laws and regulations dealing with this type of activities.

    Accept as payment (for business)

    Accepting cryptocurrencies as payment is the same as accepting cash.

    If you happen to own a business and if you’re looking for potential new customers, accepting cryptocurrencies as a form of payment may be a solution for you. The interest in cryptocurrencies has never been higher and it’s only going to increase. Along with the growing interest, also grows the number of crypto-ATMs located around the world. Coin ATM Radar currently lists almost 1,800 ATMs in 58 countries.

    First of all, you need to let your customers know that your business accepts crypto coins. Simply putting a sign by your cash register should do the trick. The payments can then be accepted using hardware terminals, touch screen apps or simple wallet addresses through QR codes.

    There are many different services that you can use to be able to accept payments in cryptocurrencies. For example, CoinPayments currently accepts over 75 different digital currencies, charging just 0.5 percent commission per transaction. Other popular services include CryptonatorCoinGate and BitPay, with the latter only accepting Bitcoins.

    In the US, Bitcoin and other cryptocurrencies have been recognized as a convertible virtual currency, which means accepting them as a form of payment is exactly the same as accepting cash, gold or gift cards.

    For tax purposes, US-based businesses accepting cryptocurrencies need to record a reference of sales, amount received in a particular currency and the date of transaction. If sales taxes are payable, the amount due is calculated based on the average exchange rate at the time of sale.

    Legality of cryptocurrencies

    As cryptocurrencies are becoming more and more mainstream, law enforcement agencies, tax authorities and legal regulators worldwide are trying to understand the very concept of crypto coins and where exactly do they fit in existing regulations and legal frameworks.

    With the introduction of Bitcoin, the first ever cryptocurrency, a completely new paradigm was created. Decentralized, self-sustained digital currencies that don’t exist in any physical shape or form and are not controlled by any singular entity were always set to cause an uproar among the regulators.

    A lot of concerns have been raised regarding cryptocurrencies’ decentralized nature and their ability to be used almost completely anonymously. The authorities all over the world are worried about the cryptocurrencies’ appeal to the traders of illegal goods and services. Moreover, they are worried about their use in money laundering and tax evasion schemes.

    As of November 2017, Bitcoin and other digital currencies are outlawed only in Bangladesh, Bolivia, Ecuador, Kyrgyzstan and Vietnam, with China and Russia being on the verge of banning them as well. Other jurisdictions, however, do not make the usage of cryptocurrencies illegal as of yet, but the laws and regulations can vary drastically depending on the country.

    Most common cryptocurrencies

    • Bitcoin — The first ever cryptocurrency that started it all.
    • Ethereum — A Turing-complete programmable currency that lets developers build different distributed apps and technologies that wouldn’t work with Bitcoin.
    • Ripple — Unlike most cryptocurrencies, it doesn’t use a Blockchain in order to reach a network-wide consensus for transactions. Instead, an iterative consensus process is implemented, which makes it faster than Bitcoin but also makes it vulnerable to hacker attacks.
    • Bitcoin Cash — A fork of Bitcoin that is supported by the biggest Bitcoin mining company and a manufacturer of ASICs Bitcoin mining chips. It has only existed for a couple of months but has already soared to the top five cryptocurrencies in terms of market cap.
    • NEM — Unlike most other cryptocurrencies that utilize a Proof of Work algorithm, it uses Proof of Importance, which requires users to already possess certain amounts of coins in order to be able to get new ones. It encourages users to spend their funds and tracks the transactions to determine how important a particular user is to the overall NEM network.
    • Litecoin — A cryptocurrency that was created with an intention to be the ‘digital silver’ compared to Bitcoin’s ‘digital gold.’ It is also a fork of Bitcoin, but unlike its predecessor, it can generate blocks four times faster and have four times the maximum number of coins at 84 mln.
    • IOTA — This cryptocurrency’s breakthrough ledger technology is called ‘Tangle’ and it requires the sender in a transaction to do a Proof of Work that approves two transactions. Thus, IOTA has removed dedicated miners from the process.
    • NEO — It’s a smart contract network that allows for all kinds of financial contracts and third-party distributed apps to be developed on top of it. It has many of the same goals as Ethereum, but it’s developed in China, which can potentially give it some advantages due to improved relationship with Chinese regulators and local businesses.
    • Dash — It’s a two-tier network. The first tier is miners that secure the network and record transactions, while the second one consists of ‘masternodes’ that relay transactions and enable InstantSend and PrivateSend type of transaction. The former is significantly faster than Bitcoin, whereas the latter is completely anonymous.
    • Qtum — It’s a merger of Bitcoin’s and Ethereum’s technologies targeting business applications. The network boasts Bitcoin’s reliability, while allowing for the use of smart contracts and distributed applications, much how it works within the Ethereum network.
    • Monero — A cryptocurrency with private transactions capabilities and one of the most active communities, which is due to its open and privacy-focused ideals.
    • Ethereum Classic — An original version of Ethereum. The split happened after a decentralized autonomous organization built on top of the original Ethereum was hacked.

    Cryptocurrency market cap

    (stats retrieved on Nov. 10, 2017)

    Name Market Cap Price Volume Circulating Supply Change (24hrs)
    Bitcoin $112,735,453,936 $6760.98

    $5,136,770,000

    16,674,425 BTC -5.43%
    Ethereum $29,227,540,706 $305.58 $894,988,000 95,647,370 ETH -4.84%
    Bitcoin Cash $15,121,119,942 $901.17 $4,500,640,000 16,779,413 BCH 37.68%
    Ripple $8,088,155,335 $0.209910 $140,243,000 38,531,538,922 XRP -3.47%
    Litecoin $3,297,343,825 $61.33 $294,950,000 53,767,732 LTC -5.75%
    Dash $2,601,563,986 $338.71 $115,739,000 7,680,801 DASH 3.18%
    NEO $1,893,495,500 $29.13 $59,589,000 65,000,000 NEO -8.16%
    NEM $1,804,086,000 $0.200454 $10,806,300 8,999,999,999 XEM -6.32%
    Monero $1,675,861,201 $109.28 $87,656,500 15,335,901 XMR -8.11%
    Ethereum Classic $1,457,787,439 $14.98 $299,410,000 97,318,182 ETC 5.69%
    IOTA $1,441,775,712 $0.518712 $48,539,100 2,779,530,283 MIOTA -5.46%
    Qtum $862,271,130 $11.71 $132,988,000 73,651,804 QTUM -1.85%

    How to store

    Unlike most traditional currencies, cryptocurrencies are digital, which entails a completely different approach, particularly when it comes to storing it. Technically, you don’t store your units of cryptocurrency; instead it’s the private key that you use to sign for transactions that need to be securely stored.

    There are several different types of cryptocurrency wallets that cater for different needs. If your priority is privacy, you might want to opt for a paper or a hardware wallet. Those are the most secure ways of storing your crypto funds. There are also ‘cold’ (offline) wallets that are stored on your hard drive and online wallets, which can either be affiliated with exchanges or with independent platforms.

    How to buy

    There are a lot of different options when it comes to buying Bitcoins. For example, there are currently almost 1,800 Bitcoin ATMs in 58 countries. Moreover, you can buy BTC using gift cards, cryptocurrency exchanges, investment trusts and you can even trade face-to-face.

    When it comes to other, less popular cryptocurrencies, the buying options aren’t as diverse. However, there are still numerous exchanges where you can acquire various crypto-coins for flat currencies or Bitcoins. Face-to-face trading is also a popular way of acquiring coins. Buying options depend on particular cryptocurrencies, their popularity as well as your location.

    Opinion leaders to follow

    Where to discuss cryptocurrencies?

    Future of cryptocurrency

    Bill Gates, co-founder of Microsoft, investor and philanthropist:

    “Bitcoin is exciting because it shows how cheap it can be. Bitcoin is better than currency in that you don’t have to be physically in the same place and, of course, for large transactions, currency can get pretty inconvenient.” [SOURCE]

    Richard Branson, founder of Virgin Galactic and more than 400 other businesses:

    “Well, I think it is working. There may be other currencies like it that may be even better. But in the meantime, there’s a big industry around Bitcoin. — People have made fortunes off Bitcoin, some have lost money. It is volatile, but people make money off of volatility too.” [SOURCE]

    Al Gore, former Vice President of the United States:

    “When Bitcoin currency is converted from currency into cash, that interface has to remain under some regulatory safeguards. I think the fact that within the Bitcoin universe an algorithm replaces the function of the government …[that] is actually pretty cool.” [SOURCE]

    Eric Schmidt, executive chairman of Google:

    “[Bitcoin] is a remarkable cryptographic achievement… The ability to create something which is not duplicable in the digital world has enormous value…Lot’s of people will build businesses on top of that.” [SOURCE]

    Peter Thiel, co-founder of PayPal:

    “PayPal had these goals of creating a new currency. We failed at that, and we just created a new payment system. I think Bitcoin has succeeded on the level of a new currency, but the payment system is somewhat lacking. It’s very hard to use, and that’s the big challenge on the Bitcoin side.” [SOURCE]

    cointelegraph.com