✍️
Qwertycoin Whitepaper
  • Cover Page
  • Credits
  • Index
  • Introduction
  • Vision
    • Vision
    • Blockchain Development Roadmap
    • Exchange Listing and Pricing Strategies
  • Consensus
    • [Outdated] CryptoNote Proof of Work
      • CryptoNote block reward scheme calculation
        • An example of CryptoNote block reward scheme manipulation
    • Egalitarian Proof of Work (EPoW)
      • Introduction of EPoW block reward algorithm based on Consistency
        • An example of how QWC prevented CryptoNote block reward manipulation
      • Difficulty Algorithm - CIMA (Confidence Interval Moving Average)
        • Testnet Result
      • Difficulty Algorithm - CLIF (Critical Level Impediment Failsafe)
        • Testnet Result
      • Do you want to make EPoW more egalitarian by switching mining algorithm?
    • Transition from PoW to PoS
    • Egalitarian Proof of Stake (EPoS) - Hybrid PoS/dPoS
      • Sharding
    • Egalitarian Proof of Service (EPoSe) - Hybrid EPoW/EPoS
  • Scalability
    • Genesis Reference Block (GRB)
    • Consolidation
    • Pruning
  • Blockchain Governance
    • FATF Compliance
    • 10% Governance Fee
    • Community Voting
  • DeFi Tranasactions
    • Time Locked Transaction (TLT)
    • Long Term Staking (LTS)
    • On-Chain Trade (OCT)
  • Smart Contracts
    • Multi-Signature
    • NFT(Non Fungible Token)
  • Features
    • LMDB (Lightening Memory Mapped Database)
  • Future Directions
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Vision

Blockchain Development Roadmap

Last Updated 2020-06-16

Stage 1: Currency Application Development (2017 – By the end of 2019) - All Complete

  • Daemon Development and Optimization

  • CLI Wallet / Desktop Wallet Development and Optimization

  • Web Wallet / Mobile Wallet Development and Optimization

  • E-Commerce Plug-In Integration Development

  • Codebase Language Format Updated to Clang (C++ Linting)

  • Known bugs for Qwertycoin software and CryptoNote codebase are being patched and fixed.

  • Redundant and unused codes were removed.

  • C++ Cross-Compilation Dependency Manger [Hunter/Polly]

  • Codecov Implementation for Code Coverage

  • Travis CI and Appveyor CI - Later replaced by Github Action.

  • Automatic Github Release Deploy Feature.

  • Release of Zero GUI wallet

  • Release of Web Wallet and Mobile Wallet

  • Multi-language support for wallets

Stage 2: Currency + Application Development (2020 – By the end of 2022) - Current Phase

  • Consensus Update (EPoW Implementation)

    • CIMA (Confidence Interval Moving Average) Difficulty Algorithm - Complete

    • CLIF (Critical Level Impediment Failsafe) Difficulty Algorithm - Complete

    • New Block Reward Algorithm with Consistency - Complete

  • Consensus Update (EPoS Implementation)

    • New Block Construction Method (Hybrid PoS/dPoS)

    • New Stake Reward Algorithm

  • Consensus Update (EPoSe Implementation)

    • Hybrid EPoW/EPoS Consensus

  • QWCX Wallet - Cross-platform SPV(Simplified Payment Verification) wallet

    • Mobile Platform - Android and iOS

    • Desktop Platform - Windows, Linux, MacOS

    • Web Platform

  • DB(LMDB) Implementation

    • Minimize memory use and launch multiple mempool layers.

  • Smart Contract Implementation

    • Time-Locked Transactions

    • Multi-Signature Transactions

    • On-Chain Trading

Stage 3: Currency Ecosystem Development (2022 – 2024)

  • Invitation/Integration of Existing Commerce Applications

    • Commercial Chat Service (Wallet + Chat)

    • Email Service (Email + Account Alias)

  • Commerce Integration Optimization

  • Local Fiat Exchange Commerce

    • ATMs

    • Local Store Exchanges

  • Patches and Updates for All Software

Stage 4: Application Development and Deployment (2024 – Continuous)

  • Search Engine + Desktop/Web/Mobile Wallet

  • Activation of Local Fiat Currency Exchange (Stores)

  • Business Applications

PreviousVisionNextExchange Listing and Pricing Strategies

Last updated 4 years ago

Was this helpful?