• The SafeBox is composed of many account segments
  • Each account segment contains a set of N accounts (N is 5 for now)
  • Each account contains a user’s public key, current balance, etc
  • Blocks are mined using Proof-of-Work, with 5 minutes confirmation time
  • Every new block appends an account segment to the SafeBox
    • These accounts are awarded to the miner
    • 1 of these accounts contains the mining reward with PASC
    • Copy of the block header is kept in the account segment (V2)
  • Blocks contain signed transactions (operations) which update balances/keys of existing accounts
  • New blocks reference the hash of the SafeBox, not last the block.
  • Only 100 blocks are kept for difficulty calculation, rest can be deleted freely.
  • Nodes process and update their SafeBox’s independently, ensuring P2P decentralisation
    • Nodes only accept the SafeBox with “most-work”. The work for each block is determined from the proof-of-work payloads inside the block headers maintained in account segments.
  • Nodes distribute SafeBox’s to themselves in a torrent-like manner

تعليقات

المشاركات الشائعة من هذه المدونة

You can be your own financial system

Flexible transparency