Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Go to file
Gene Hoffman ccbd20bc94
Chia VDF to 0.9 (#1138)
* Chia VDF to 0.9

* Try test-cache 20
2021-03-03 20:54:19 -08:00
.github Chia VDF to 0.9 (#1138) 2021-03-03 20:54:19 -08:00
build_scripts Pinned root cert (#1137) 2021-03-03 17:26:26 -08:00
chia-blockchain-gui@52dd1b3875 Pinned root cert (#1137) 2021-03-03 17:26:26 -08:00
src RC5 testnet protocol, db, introducer changes (#1142) 2021-03-03 18:50:12 -08:00
tests fix tests 2021-03-03 19:13:27 -08:00
.flake8 Merge branch 'integration' of github.com:Chia-Network/chia-blockchain into integration 2020-02-27 11:23:03 +09:00
.gitignore Fix bad version numbering from scm for installers (#1029) 2021-02-23 19:40:14 -08:00
.gitmodules gui submodule to use branch main 2021-02-09 11:32:02 -08:00
azure-pipelines.yml clean up cbor remnants (#1032) 2021-02-23 23:30:47 -08:00
BUILD_TIMELORD.md Add main in other places. 2020-10-21 22:24:19 -07:00
CHANGELOG.md List failed plots at end of chia plots check (#1087) 2021-02-27 23:43:29 -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 Ms.cbor3 [protocol breaking change] (#864) 2021-02-09 16:14:37 +09:00
install-gui.sh Update ui - tweak install-gui for branches 2021-03-02 13:09:57 -08:00
install-timelord.sh Don't run install-gui or timelord unless in venv (#992) 2021-02-21 12:01:52 -08:00
INSTALL.md Integrate GH super linter - fix shell, markdown, python issues (#296) 2020-07-16 13:05:43 -07:00
install.sh Add URL 2021-02-20 18:57:25 -08:00
LICENSE Initial commit 2019-07-16 17:32:40 +09:00
mypy.ini Ms.fixtest (#432) 2020-10-01 11:07:12 -07:00
pyproject.toml Plotting needs Mo memory (#620) 2021-01-12 17:02:22 -05:00
README.md Correct badges 2020-10-21 16:22:05 -07:00
requirements-dev.txt Update setuptools requirement from ~=52.0.0 to ~=54.0.0 2021-03-02 11:43:11 -08:00
run-py-tests.sh Chia VDF to 0.9 (#1138) 2021-03-03 20:54:19 -08:00
setup.py Chia VDF to 0.9 (#1138) 2021-03-03 20:54:19 -08:00

chia-blockchain

Alt text

Current Release/main Development Branch/dev
Build Ubuntu on 3.7 and 3.8 Build MacOS Build Windows Build Ubuntu on 3.7 and 3.8 Build MacOS Build Windows

GitHub contributors

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 should only install harvesters, farmers, plotter, full nodes, and wallets. Building timelords and VDFs is for sophisticated users in most environments. Chia Network and additional volunteers are running sufficient Timelords for testnet 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.