Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Go to file
2021-01-12 17:00:52 -05:00
.github Bump blspy 2021-01-12 17:00:49 -05:00
build_scripts adding configure 2021-01-12 17:00:50 -05:00
electron-react networking 2021-01-12 17:00:52 -05:00
src fix bug in make_weight_proof 2021-01-12 17:00:52 -05:00
tests change test params 2021-01-12 17:00:52 -05:00
.flake8
.gitignore update to cvppairs extensibility 2021-01-12 17:00:50 -05:00
azure-pipelines.yml Have Cbor2 version only rely on setup.py (#518) 2021-01-12 17:00:49 -05:00
BUILD_TIMELORD.md Add main in other places. 2020-10-21 22:24:19 -07:00
CHANGELOG.md Markdown lint 2021-01-12 17:00:50 -05:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md Fix MD lint, more missing imports, more black 2021-01-12 17:00:50 -05:00
install-gui.sh shfmt various shell scripts, evaluate grep -c 2021-01-12 17:00:49 -05:00
install-timelord.sh Correctly detect absence of boost on macos 2021-01-12 17:00:49 -05:00
INSTALL.md
install.sh Have Cbor2 version only rely on setup.py (#518) 2021-01-12 17:00:49 -05:00
LICENSE
mypy.ini Ms.fixtest (#432) 2020-10-01 11:07:12 -07:00
pyproject.toml
README.md Correct badges 2020-10-21 16:22:05 -07:00
requirements-dev.txt add logs to validation errors, need to add more logs 2021-01-12 17:00:51 -05:00
run-py-tests.sh
setup.py Add src.remote package. 2021-01-12 17:00:52 -05: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.