Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Go to file
2020-07-16 13:05:43 -07:00
.github Fix flake8 - clean up tests and add to flake8 - lint src upload to pypi 2020-07-16 13:05:43 -07:00
build_scripts Lower dev dependencies and sync setup.py to dev-reqs.txt (#298) 2020-07-16 13:05:43 -07:00
electron-react New genesis block, fix timeout 2020-07-16 13:05:43 -07:00
scripts New genesis block, fix timeout 2020-07-16 13:05:43 -07:00
src Fix flake8 - clean up tests and add to flake8 - lint src upload to pypi 2020-07-16 13:05:43 -07:00
tests Fix flake8 - clean up tests and add to flake8 - lint src upload to pypi 2020-07-16 13:05:43 -07:00
.flake8 Merge branch 'integration' of github.com:Chia-Network/chia-blockchain into integration 2020-02-27 11:23:03 +09:00
.gitignore Clean up installers (#239) 2020-06-01 08:56:59 -07:00
azure-pipelines.yml Adding node/pip caching to ci - fix passing HAS_SECRET to build_windows (#291) 2020-07-16 13:05:43 -07:00
BUILD_TIMELORD.md Integrate GH super linter - fix shell, markdown, python issues (#296) 2020-07-16 13:05:43 -07:00
CHANGELOG.md Changelog and window text 2020-07-16 13:05:43 -07:00
CONTRIBUTING.md Integrate GH super linter - fix shell, markdown, python issues (#296) 2020-07-16 13:05:43 -07:00
install-timelord.sh Place azure actions in venv - rename Mojave DMG, add npm fix to all (#241) 2020-06-01 08:56:59 -07:00
INSTALL.md Integrate GH super linter - fix shell, markdown, python issues (#296) 2020-07-16 13:05:43 -07:00
install.sh Integrate GH super linter - fix shell, markdown, python issues (#296) 2020-07-16 13:05:43 -07:00
LICENSE Initial commit 2019-07-16 17:32:40 +09:00
mypy.ini Changed to mypy from pyright, fix tests (full node still broken) 2019-10-22 16:44:01 +09:00
pyproject.toml Lower dev dependencies and sync setup.py to dev-reqs.txt (#298) 2020-07-16 13:05:43 -07:00
README.md Integrate GH super linter - fix shell, markdown, python issues (#296) 2020-07-16 13:05:43 -07:00
requirements-dev.txt Lower dev dependencies and sync setup.py to dev-reqs.txt (#298) 2020-07-16 13:05:43 -07:00
run-py-tests.sh Integrate GH super linter - fix shell, markdown, python issues (#296) 2020-07-16 13:05:43 -07:00
setup.py Move to chacha8 chiapos and interim sub repo releases 2020-07-16 13:05:43 -07:00

chia-blockchain

Alt text

Current Release/master Development Branch/dev
Build Ubuntu and MacOS Build Windows Installer Build Ubuntu and MacOS Build Windows Installer

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.