Skip to content

QuantisNetwork/Quantis-public

Repository files navigation

Quantis development tree

TO build use

Build with: make -j4 -f makefile.unix RELEASE=1

Quantis is a hybrid PoW/PoS-based cryptocurrency with masternodes.

PoW

  • Algorithm: Scrypt
  • PoW Supply: unlimited
  • PoW Spacing: 30 Seconds
  • PoW Interval: 5 blocks
  • PoW Reward:
    • ≤ block 50: 5 QUAN
    • ≤ block 555: 1055 QUAN
    • ≤ block 1555: 55 QUAN
    • forever: 5 QUAN

PoS

  • PoS Reward:
    • 3 QUAN to masternodes
    • 2 QUAN to staking
  • PoS Minimum Age: 24 hours
  • PoS Maximum Age: none

Masternodes

  • Masternode Collateral: 5000 QUAN
  • Masternode Enable: block #1000, approximately

Ports

  • P2P Port: 5050
  • RPC Port: 5051