Block Chain Technology
0 0
Read Time:2 Minute, 10 Second

The success and popularity of Bitcoin mainly focuses the underlying blockchain technology which is totally immutable distributed ledger, highly secured by its P2P network consensus named Proof of Work (PoW). One of the worst threats to a Proof-of-Work based cryptocurrency is 51% attack. If one or more dishonest network peer gains more than 50% of resource such as processing power, then they will become the majority decision maker in the network. It is already proved that mixing of two or more existing protocol that is called hybrid protocol can make the network enough resistive to this attack. The recent implementations of hybrid protocols have other limitations and problems that they are facing and striving to resolve. But their main weakness is in distribution of block mining reward to the investors. From the perspective of an investor, an investor invests his hard-earned money in a cryptocurrency for making proper profit from his investment. The main source of this profit is the block reward which is generated and given to the miner on successful mining of a block. So, to ensure this profit is given to proper user on proper time interval, the consistency of block generation time interval is a vital factor. The voting system, ticket system etc. are not time controlled and over all block reward generation interval will not show a uniform distribution of profit. Another big issue is diversifying the peers by creating special committee and groups of validators the concept of P2P network is violated. We implement a Hybrid PoW-PoS based consensus protocol. In our proposed system, the PoW mining process is only used to regulate the block generation time. The actual block generation is done by the same user with PoS consensus mechanism. There is no voting or validating committee. The entire network will validate each block. This is the major difference with other discussed system. The system will not only be able to tackle the 51% attack, it provides a uniform distribution of mining reward to the stake holders and investors by maintaining a precise block generation interval with difficulty adjustment in PoW mining and probability calculation for stake holders according to their matured staking balance. We will not only show how to make the system non-vulnerable to this attack but also describe in detail about how to validate the transactions and blocks in different stage of creating the block chain.

“A Hybrid POW-POS Implementation Against 51 percent Attack in Cryptocurrency System” – 2019 IEEE International Conference on Cloud Computing Technology and Science (CloudCom), Sydney, Australia

Publication: https://ieeexplore.ieee.org/document/8968856

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %
rlab_admin