Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Find a file
2020-07-16 13:05:43 -07:00
.github/workflows Adding node/pip caching to ci - fix passing HAS_SECRET to build_windows (#291) 2020-07-16 13:05:43 -07:00
build_scripts Adding node/pip caching to ci - fix passing HAS_SECRET to build_windows (#291) 2020-07-16 13:05:43 -07:00
electron-react add jest tests to electron react 2020-07-16 13:05:43 -07:00
scripts Electron react (#226) 2020-06-01 08:56:59 -07:00
src Initial commit sanitizer 2020-07-16 13:05:43 -07:00
tests Initial commit sanitizer 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 Updates to Timelord.md 2020-06-01 08:56:59 -07:00
CHANGELOG.md Initial commit sanitizer 2020-07-16 13:05:43 -07:00
CONTRIBUTING.md Always use ~/.chia/test-plots as test-plotting directory. 2020-06-08 17:17:48 -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 Move Install and Quickstart to the repo wiki 2020-04-26 14:40:25 -07:00
install.sh Modify install.sh to fix a few FreeBSD build / install issues (#288) 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 Reduce stuff installed for non-developers. 2020-03-27 16:52:49 -07:00
README.md Move netspace calculations to rpc-server. Refactor cli. 2020-06-01 08:56:59 -07:00
requirements-dev.txt Remove a couple redundant items from requirements-dev.txt. 2020-06-01 08:56:59 -07:00
run-py-tests.sh Rename .venv to venv, and create "activate" soft link to venv activate. 2020-03-27 15:41:17 -07:00
setup.py Initial commit sanitizer 2020-07-16 13:05:43 -07:00

Alt text

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

GitHub contributors

chia-blockchain

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.