

# Implement dPoW

> For the complete documentation index, see [llms.txt](/llms.txt). This markdown page mirrors [the canonical HTML page](/qips/qip006/).










Author: Machin (@bidulemachin)


Status: draft/incomplete









QRL Improvement Proposal (QIP-006)

## Overview & status

Author: Machin (@bidulemachin)
Status: draft/incomplete
Created: 2019-03-27
Discussions: https://github.com/theQRL/qips/pull/10

[View more QRL Improvement Proposals](/roadmap/#qips).





Abstract Purpose of this QIP is to implement a dPoW mechanisme to strengthen QRL protection against attacks like 51%
Motivation Because security is the first concern of QRL project, we have to consider all solutions that can improve its security.
Thanks to hash power provider like NiceHash, we know that it is possible to perform a 51% attack against QRL blockchain for little amount of money.
A test done by a community member (curefrankosflue) demonstrates this figures : “20 MH/s @ 0.0090 BTC /(MH/s x day) means 0.0075 BTC/hour, which turns out the cost of a 5 hour attack at 20mhs to be at 0.0375 BTC or 150 $”
Some projects like Komodo solves this issues by using BTC blockchain to benefit from its hash power.
Also, some project like VeriBlock propose to better secure alternative crypto asset networks using Bitcoin blockchain (concept of proof-of-proof (PoP))
QRL should evaluate the level of protection afforded by lowering the reorg limit versus a DPOW solution that would be based on BTC hashpower.
Specification Lorum ipsum
Backward compatibility Lorum ipsum
Implementation Lorum ipsum

