Skip to main content

Kiwi blockchain full node, farmer, timelord, and wallet.

Project description

kiwi-blockchain (KIK)

IMG_4734

Kiwi(KIK) 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

ChiaHub

Chia Forks Calculator

Chiaforks Blockchain

TokenDock

How to staking

  1. Query the staking addresses according to your farming plot list:

    $ kiwi farm summary
    ...
    Staking addresses:
      kik197tq6ehsn2xayddxuna26jp47t6gt6a9jngzf6xkjz0jscwl9mqs620ka5 (balance: 0, plots: 27)
    ...
    
  2. Deposit coins to the staking address:

    $ kiwi wallet send -t kik197tq6ehsn2xayddxuna26jp47t6gt6a9jngzf6xkjz0jscwl9mqs620ka5 -a 1
    

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

    $ kiwi farm summary
    ...
    Staking addresses:
      kik197tq6ehsn2xayddxuna26jp47t6gt6a9jngzf6xkjz0jscwl9mqs620ka5 (balance: 1, plots: 27)
    ...
    
  3. Withdraw coins from the staking address:

    $ kiwi wallet send_from -s kik197tq6ehsn2xayddxuna26jp47t6gt6a9jngzf6xkjz0jscwl9mqs620ka5 -t $RECEIVER -a 10
    

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

    Make sure to choose the wallet that contains the plot farmer key.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kiwi-blockchain-1.0.3.tar.gz (908.5 kB view hashes)

Uploaded Source

Built Distribution

kiwi_blockchain-1.0.3-py3-none-any.whl (760.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page