Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Go to file
2020-06-01 08:56:59 -07:00
.github/workflows Increase chiapos stack size with editbin.exe (#250) 2020-06-01 08:56:59 -07:00
build_scripts correct name for check plots 2020-06-01 08:56:59 -07:00
electron-react tail force 2020-06-01 08:56:59 -07:00
scripts Electron react (#226) 2020-06-01 08:56:59 -07:00
src Revert "added duplicate sigs where needed" 2020-06-01 08:56:59 -07:00
tests Revert "added duplicate sigs where needed" 2020-06-01 08:56:59 -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 artifact names 2020-06-01 08:56:59 -07:00
BUILD_TIMELORD.md Updates to Timelord.md 2020-06-01 08:56:59 -07:00
CHANGELOG.md Adress some python lgtm items. Typo in changelog 2020-06-01 08:56:59 -07:00
CONTRIBUTING.md Move to new dev branch paradigm. Increment win installer version 2020-04-29 18:52:31 -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 Place azure actions in venv - rename Mojave DMG, add npm fix to all (#241) 2020-06-01 08:56:59 -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 update setup 2020-06-01 08:56:59 -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.