Skip to content

Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)

License

Notifications You must be signed in to change notification settings

antazoey/chia-blockchain

This branch is 3191 commits behind Chia-Network/chia-blockchain:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c541d49 · Jan 27, 2023
Jan 27, 2023
Dec 13, 2022
Jan 19, 2023
Jan 26, 2023
Jan 27, 2023
Jan 20, 2023
Jan 27, 2023
Jan 3, 2023
Jan 6, 2023
Jun 8, 2022
Jan 3, 2023
Jul 29, 2022
Dec 13, 2022
Jan 19, 2022
Dec 8, 2022
May 26, 2021
Jan 3, 2023
Sep 15, 2020
Jun 27, 2022
May 12, 2021
Oct 31, 2022
Oct 17, 2022
Jan 27, 2023
Jan 17, 2023
Oct 31, 2022
Oct 7, 2022
Nov 22, 2022
Sep 12, 2022
Sep 30, 2022
Aug 9, 2022
Dec 10, 2022
Dec 19, 2022
Jan 19, 2023
Jan 27, 2023
Sep 30, 2022
May 5, 2022
Dec 23, 2022
Nov 18, 2022
Jan 27, 2023
Oct 26, 2022
Mar 17, 2022
Jan 25, 2023
Mar 17, 2022

chia-blockchain

Alt text

Current Release/main Development Branch/dev
Ubuntu Core Tests MacOS Core Tests Windows Installer on Windows 10 and Python 3.7 Ubuntu Core Tests MacOS Core Tests Windows Installer on Windows 10 and Python 3.7

GitHub contributors

Chia 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)
  • Chia seeder, which maintains a list of reliable nodes within the Chia network via a built-in DNS server.
  • 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

Please check out the wiki and FAQ for information on this project.

Python 3.7+ is required. Make sure your default python version is >=3.7 by typing python3.

If you are behind a NAT, it can be difficult for peers outside your subnet to reach you when they start up. You can enable UPnP on your router or add a NAT (for IPv4 but not IPv6) and firewall rules to allow TCP port 8444 access to your peer. These methods tend to be router make/model specific.

Most users should only install harvesters, farmers, plotter, full nodes, and wallets. Setting up a seeder is best left to more advanced users. Building Timelords and VDFs is for sophisticated users, in most environments. Chia Network and additional volunteers are running sufficient Timelords for consensus.

Installing

Install instructions are available in the INSTALL section of the chia-blockchain repository wiki.

Running

Once installed, a Quick Start Guide is available from the repository wiki.

About

Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.1%
  • Other 0.9%