Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Go to file
2022-08-08 11:12:24 -05:00
.github Merge commit '9a4316f96eeb92a06d5ceaf94387d349c5ea9537' into checkpoint/long_lived_atari_from_main_9a4316f96eeb92a06d5ceaf94387d349c5ea9537 2022-08-04 18:06:22 +01:00
benchmarks Rust coin (#11807) 2022-06-13 07:21:04 -05:00
build_scripts El.dependabot/minimist 1.2.6 (#12183) 2022-07-01 14:43:13 -05:00
chia Switch format for RPC proofs_of_inclusion for DL offers 2022-08-08 11:12:24 -05:00
chia-blockchain-gui@7a75fada58 Merge commit '56c0868fe995163b0dd7c1233a1edc0793668df2' into checkpoint/long_lived_datalayer_from_release_1.4.0_56c0868fe995163b0dd7c1233a1edc0793668df2 2022-07-02 17:40:07 -04:00
mozilla-ca@22106e511c adding ca updates (#11082) 2022-05-09 09:58:25 -07:00
tests Switch format for RPC proofs_of_inclusion for DL offers 2022-08-08 11:12:24 -05:00
tools remove chia.util.path.mkdir() (#10842) 2022-06-08 10:24:40 -05:00
.coveragerc run tests in CI via coverage (#9704) 2022-03-28 13:22:23 -07:00
.flake8 black the generated protocol messages code (#11786) 2022-06-08 10:21:03 -05:00
.gitignore Merge branch 'atari' into fc.new_server 2022-05-06 15:30:33 +03:00
.gitmodules Pools mainnet (#7047) 2021-06-29 14:21:25 -07:00
.isort.cfg stop excepting atari from isort 2022-07-31 21:10:34 -07:00
.markdown-lint.yml move all linter config to the root (#9830) 2022-01-19 11:38:11 -08:00
.pre-commit-config.yaml Merge commit 'a87e8e34aceb477741ca0384efdd1fe874d14c45' into checkpoint/long_lived_atari_from_main_a87e8e34aceb477741ca0384efdd1fe874d14c45 2022-07-16 17:02:55 +01:00
activated.ps1 make pre-commit mypy run use regular venv (via activated shim) (#12077) 2022-07-06 11:40:06 -04:00
activated.py make pre-commit mypy run use regular venv (via activated shim) (#12077) 2022-07-06 11:40:06 -04:00
activated.sh make pre-commit mypy run use regular venv (via activated shim) (#12077) 2022-07-06 11:40:06 -04:00
BUILD_TIMELORD.md update permissions (#6061) 2021-05-26 11:33:26 -07:00
CHANGELOG.md Bad William! (tm) 2022-06-29 20:43:51 +01:00
CODE_OF_CONDUCT.md Bram's edit to code_of_conduct and start new dev branch 2020-09-15 12:26:16 -07:00
CONTRIBUTING.md run pylint directly (#12100) 2022-06-27 10:53:04 -05:00
Install-gui.ps1 replaced npm install => npm ci (#9717) 2022-01-19 16:52:20 -08:00
install-gui.sh more set -o errexit (#10468) 2022-03-17 09:13:27 -07:00
install-timelord.sh Add dependencies macos rhel chiavdf (#11142) 2022-04-12 10:51:29 -07:00
INSTALL.md Improve style consistency in root directory docs files (#4493) 2021-05-12 13:12:30 -07:00
Install.ps1 add install action (#12075) 2022-07-07 19:56:33 -05:00
install.sh Catchup/long lived atari from release 1.4.0 46ebed37d8 (#11648) 2022-05-26 18:11:21 -07:00
installhelper.py more isort (#11401) 2022-05-05 08:17:38 -07:00
lgtm.yml flag lgtm issues in test code and benchmark code as well (#11445) 2022-05-05 14:22:56 -07:00
LICENSE 2021 year -> 2022 (#9829) 2022-01-15 19:41:56 -08:00
mypy.ini hint chia.clvm.spend_sim (#11819) 2022-06-29 04:34:41 -05:00
pylintrc run pylint directly (#12100) 2022-06-27 10:53:04 -05:00
pyproject.toml black the generated protocol messages code (#11786) 2022-06-08 10:21:03 -05:00
pytest.ini Merge commit '8b2f7ec24cdf22be2d5150f92b9f2c928b08120d' into checkpoint/long_lived_atari_from_main_8b2f7ec24cdf22be2d5150f92b9f2c928b08120d 2022-07-14 14:15:59 +01:00
README.md Chia Seeder (#8991) 2021-11-27 18:30:25 -08:00
run-py-tests.sh more set -o errexit (#10468) 2022-03-17 09:13:27 -07:00
setup.py Merge commit 'd18fff0a8ae1c393f07155876dbb1c1d1ef3ff68' into checkpoint/long_lived_atari_from_main_d18fff0a8ae1c393f07155876dbb1c1d1ef3ff68 2022-07-31 21:03:16 +01:00
start-gui.sh more set -o errexit (#10468) 2022-03-17 09:13:27 -07:00

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.