Skip to content

Scrypta Blockchain main code, Daemon/CLI and Qt desktop wallet.

License

Notifications You must be signed in to change notification settings

scryptachain/scrypta

Repository files navigation

Scrypta Client Official Repository

  Wiki English · · · Wiki italiano

Main Features

  • Masternode technology used to secure the network
  • See-Saw Reward Mechanism: dynamic block reward allocation between masternodes and staking.
  • Governance Budgeting System: 10% of each block rewards goes to a fund that allows node operators to vote on important proposal about developments within the Scrypta blockchain. (Only when active)
  • SwifTX for fast transactions with guaranteed zero confirmation.for 
  • for More information at https://scryptachain.org

     

    Coin Specs

    Ticker Symbol LYRA
    Algorithm Quark
    Type Proof-of-Stake
    Block Time 60 seconds [POW/POS]  
    Masternode Collateral 15000 Lyra
    Max Coin Supply 50 Million Coins
    Premine 18% of total supply for crowdfunding and development purpose
    Block Reward From 10 Lyra to 1.1 Lyra according to block reward distribution scheme
    Reward Split MN/POS Balanced by See-Saw Reward Mechanism
    Governance Budgeting System 10% of any block will go to the Governance Budgeting System (when active)
    RPC & P2P Ports  42223 / 42222

     

    PoW/PoS Block Reward Scheme

    Proof Of Work Phase 1-750 Blocks.
    Proof of Stake Phase 751 - infinite

     

    Staking Methods

    Masternodes Yes - 15k LYRA Required
    Wallet Staking Yes - No minimum LYRA amount required

     

    Links

    Website https://scryptachain.org 
    Scrypta Foundation https://scrypta.foundation 
    Official Wiki https://wiki.scryptachain.org 
    Official Mobile App https://manent.app/en 
    Twitter https://twitter.com/scryptachain
    Official Discord https://discord.io/scrypta 
    Contact info@scryptachain.org

    Install with bash script

    If you're on Ubuntu you can install the wallet with our install.sh script.

    Just open a terminal and run following commands:

    git clone https://github.com/scryptachain/scrypta
    cd scrypta
    chmod 777 install.sh
    ./install.sh
    

    Install with Docker

    To install inside a Docker container follow this guide:

    https://github.com/scryptachain/scrypta/blob/master/Docker.md