visit
Source: ether//digiconomist.net/bitcoin-energy-consumption The amount of energy consumed by the Bitcoin network has grown multifold from December 2017 to October 2018. Thus, in order to join the Bitcoin network and get financial benefits from it any business will need a substantial amount of energy, which may be costly.
Since the emergence of blockchain other far less energy avid algorithms for achieving distributed consensus has appeared, the most famous of which is proof of stake. They have a chance to make blockchains more applicable in businesses of different scale.
Here the technical explanation :
If someone tempers the data in a blockchain then the hash of that block will change. What does it mean? That the cryptographic hash link will no longer work. Which means the hash values in the neighbouring blocks will differ.if the data is changed then the hash of the block changes as well. The hash pointers are broken. So the hacker has to change the hash in that node as well. But then the next node in the blockchain will not work properly. So the hacker has to change that too … So if something happens to a block then all the next nodes will not be valid. It means that unlike the centralized architecture, it is extremely hard to hack blockchains. So this is why it is called immutable ledger. As soon as data has gone into a given block, it is very very difficult to change it and end up with a valid blockchain again. Thus, the blockchain in its present design as a registry of information would be more applicable somewhere, where only the basic record of information is required, which leaves area not very much for its application by enterprises.
Big company with a massive volume of transaction won’t be safe in a few years. Why? Because of the power of quantum computers that could easily crack the system.
This system uses factorials and exponentials in algorithms (based on the use of qubits instead of bits). In clear English, this means the speed of calculation will increase exponentially and will easily cover the 51% network level to modify the entire chain of blocks created. Quantum algorithms will crack all the chain of hash and be able to rehash the entire chain in implementing any modification (or hack) anywhere in the chain.
This means a massive amount of money hacked, transaction modified or cancelled etc…See this source if you want to know more.
According to , this type of quantum computing can hack the cryptography hash that universally secures the blockchain and in general the internet.
A potential solution could be to add a Quantum cryptography merely in another word, add a quantum layer to the standard blockchain protocol. Del Rajan and Matt Visser at the Victoria University of Wellington in New Zealand suggest making the entire blockchain a quantum phenomenon…
The Bitcoin blockchain can currently support only (tps). PayPal network can support tps and the Visa network can support more than 1,600 tps. There have been created much faster blockchains than Bitcoin’s one but remaining the dominant cryptocurrency Bitcoin propagates its intrinsic flaw through the largest blockchain network and projects the conception of the slowness of blockchain to the public. Let’s take Ethereum platform, the total number of transactions is increasing approximately every 10–12 seconds with each new block. This platform depends on a network of nodes. Each of them stores the entire transaction history and the current state of account balances, contracts and storage. This is a tremendous volume of data. That’s why the system is slow when you have to much transactions (Volume of users) and the “gas” you pay for the transaction increase. On top of that these transactions are expensive as this requires more time, resources and energy to validate the blockchain (Hardware requirements for miners and more nodes in charge to secure the blockchain and process transactions).Here are what we have to keep in mind: The time taken to put a transaction into a block and the time taken to reach a consensus
The solution should be improved with Casper (): Instead of powerful miners verifying transactions on the network, users will be able to ‘stake’ their Ether.
Another technic is to use the : Partition the data (table) horizontally and store it in different database servers; or in other words, Sharding of the database. It reduces the time of accessing/searching for data but also reduces causes scalability problem.Another point to add is that if developers raise the size of each block to fit more transactions, the data that a node will need to store will grow larger (Hardware will not be enough to face this volume) and prevent users to use the network. If each node grows large enough, only a few large companies will have the resources to run them.
Business Concept should be so far aligned with platform capacity or supported with a new technical solution that should be clearly explained in the roadmap of the blockchain project.