Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Go to file
2022-02-11 13:05:13 -08:00
.github Fix the reviewers names (#10097) 2022-02-03 14:25:02 -07:00
benchmarks just put __init__.py files where we have .py files (plus subdirectories) (#10129) 2022-02-07 13:16:13 -08:00
build_scripts just put __init__.py files where we have .py files (plus subdirectories) (#10129) 2022-02-07 13:16:13 -08:00
chia remove constraint on v1 database 'peak'-index. Constraints like this require at least sqlite 3.9 (2015) (#10199) 2022-02-11 13:05:13 -08:00
chia-blockchain-gui@8365b7c89b updated to 8365b7c89b 2022-02-11 12:36:29 -08:00
mozilla-ca@20338a0075 adding ca updates (#10095) 2022-02-03 18:05:37 -08:00
tests updated soft fork to 2300000 (#10170) 2022-02-09 18:02:06 -08:00
tools Fix running blocks with generators that use back-references (#10102) 2022-02-07 16:03:56 -08:00
.flake8 move all linter config to the root (#9830) 2022-01-19 11:38:11 -08:00
.gitignore more gitignore (pytest-monitor, git, vim) (#10012) 2022-02-07 13:14:23 -08:00
.gitmodules Pools mainnet (#7047) 2021-06-29 14:21:25 -07:00
.isort.cfg move all linter config to the root (#9830) 2022-01-19 11:38:11 -08:00
.markdown-lint.yml move all linter config to the root (#9830) 2022-01-19 11:38:11 -08:00
.pre-commit-config.yaml Update pre-commit mypy to 0.930 (#9648) 2022-01-06 18:59:56 -08:00
azure-pipelines.yml Make sure to fail CI when unable to get madMAx version (#9573) 2021-12-15 10:00:36 -06:00
BUILD_TIMELORD.md update permissions (#6061) 2021-05-26 11:33:26 -07:00
CHANGELOG.md updated changelog (#10184) 2022-02-10 14:26:30 -08: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 pre-commit: Add initial config and run it for all files (#7053) 2021-08-02 10:48:22 -07:00
Install-gui.ps1 replaced npm install => npm ci (#9717) 2022-01-19 16:52:20 -08:00
install-gui.sh replaced npm install => npm ci (#9717) 2022-01-19 16:52:20 -08:00
install-timelord.sh Improve style consistency in root directory docs files (#4493) 2021-05-12 13:12:30 -07:00
INSTALL.md Improve style consistency in root directory docs files (#4493) 2021-05-12 13:12:30 -07:00
Install.ps1 Revert "pip==21.3.1 for now (#10035)" (#10055) 2022-02-01 10:26:08 -08:00
install.sh Revert "pip==21.3.1 for now (#10035)" (#10055) 2022-02-01 10:26:08 -08:00
installhelper.py Update version prop in package.json of gui (#10192) 2022-02-11 13:04:45 -08:00
lgtm.yml Fixed an issue where LGTM on chia-blockchain-gui did not work (#9750) 2022-01-10 20:56:46 -08:00
LICENSE 2021 year -> 2022 (#9829) 2022-01-15 19:41:56 -08:00
mypy.ini tweak mypy config (#9368) 2021-11-24 13:06:39 -08:00
pylintrc move all linter config to the root (#9830) 2022-01-19 11:38:11 -08:00
pyproject.toml Plotting needs Mo memory (#620) 2021-01-12 17:02:22 -05:00
README.md Chia Seeder (#8991) 2021-11-27 18:30:25 -08:00
run-py-tests.sh Mypy issues on python 3.9.7 (#8554) 2021-09-22 10:44:03 -07:00
setup.py updated chiapos 2022-02-01 10:12:12 -08: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.