ageorge95 / two-blockchain

Fork of two-blockchain with various changes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

two-blockchain (XTWO)

IMG_4734

Two(XTWO) is a modern cryptocurrency built from scratch, designed to be efficient, decentralized, and secure. Here are some of the features and benefits:

  • Proof of space and time based consensus which allows anyone to farm with commodity hardware
  • Very easy to use full node and farmer GUI and cli (thousands of nodes active on mainnet)
  • Simplified UTXO based transaction model, with small on-chain state
  • Lisp-style Turing-complete functional programming language for money related use cases
  • BLS keys and aggregate signatures (only one signature per block)
  • Pooling protocol that allows farmers to have control of making blocks
  • Support for light clients with fast, objective syncing
  • A growing community of farmers and developers around the world
  • Combining Proof-of-Work and Proof-of-Stake Securely

Installing

Please visit our wiki for more information: wiki.

Resource Links

Staking, You need 2 coin for your 1TB of farming netspace.

Two Website: https://twochain.top

How to staking

  1. Query the staking balance:

    $ two staking info
    ...
    Staking balance:  0
    Staking address:  xtwo16h0zj4q0uyt3frl7tmcy9whl30xv75g7qqcgulwht79a04ahxyrsmf56se
    ...
    
  2. Send coins to the staking:

    $ two staking send -a 1
    

    Wait for the transaction get confirmed, query staking balance again:

    $ two staking info
    ...
    Staking balance:  1
    Staking address:  xtwo16h0zj4q0uyt3frl7tmcy9whl30xv75g7qqcgulwht79a04ahxyrsmf56se
    ...
    
  3. Withdraw coins from the staking address:

    $ two staking withdraw
    

    Do a transaction to transfer the coins from the staking address to now wallet receive address.

About

Fork of two-blockchain with various changes.

License:Apache License 2.0


Languages

Language:Python 98.8%Language:Shell 1.0%Language:PowerShell 0.3%