ROM_COIN
KOR
  • 📓ROM_COIN Project White paper
  • 📄Abstract
  • 🚀Introduction to ROM_COIN
  • 🛒ROMARKET
    • ROMARKET Business and Features
  • 💳POS-based Reward Program
  • 🖥️Construction of System for Mining
  • ⛓️ROM_COIN Blockchain
    • Architecture
    • RPoS Consensus Algorithm
    • Ecosystem Participant Reward
  • 📑ROM_COIN Business Strategy
    • Core strategy
    • Auxiliary strategies
  • 📶Token Information
    • Token Overview
    • Token Issuance Plan and Conditions
  • 🤝Team Member
  • 📌Roadmap
  • ⚠️Disclaimer
Powered by GitBook
On this page
  1. ROM_COIN Blockchain

RPoS Consensus Algorithm

PreviousArchitectureNextEcosystem Participant Reward

Last updated 1 year ago

ROM_COIN applies the RPoS (Random Proof of Stake) consensus algorithm to maintain a blockchain-based distributed ledger. This method is selected to improve speed for transaction processing. RPoS is a method to solve the problems of PoS, such as the illegal activities of nodes with a lot of shares and the authority problem of witnesses in DPoS, and it is an algorithm that achieves security and consensus by way of selecting the Top Active Node (TAN) among the nodes and randomly electing witnesses (Validators).

This makes issues concerning PoS's Nothing at Stake, long-distance attack, and DPoS' authority concentration solved.

The proof conditions for the RPoS-typed block are as follows. (h : the hash function, n : the block height, nonce : the number of 32 bits that increases by 1, bal(A) : the % of stake held by A, D : the difficulty, and f : Target value calculation function)

⛓️