Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Go to file
dependabot[bot] ae53e7e185 Bump colorlog from 4.7.2 to 4.8.0
Bumps [colorlog](https://github.com/borntyping/python-colorlog) from 4.7.2 to 4.8.0.
- [Release notes](https://github.com/borntyping/python-colorlog/releases)
- [Commits](https://github.com/borntyping/python-colorlog/compare/v4.7.2...v4.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-23 21:54:27 -07:00
.github Change dependabot to target main (#1470) 2021-03-23 16:42:16 -07:00
build_scripts Fix versioning for 1.0.0, ping GUI, a little more installer time (#1356) 2021-03-17 18:40:45 -07:00
chia-blockchain-gui@b347e64e42 Fix versioning for 1.0.0, ping GUI, a little more installer time (#1356) 2021-03-17 18:40:45 -07:00
mozilla-ca@6e8c42b3ef Move mozilla pin, GUI 2021-03-08 15:22:34 -08:00
src increase to 180 (#1354) 2021-03-17 18:40:45 -07:00
tests Skip the softfork test. (#1357) 2021-03-17 18:40:45 -07:00
.flake8 Isort take 3 (#1213) 2021-03-09 18:27:27 -08:00
.gitignore spec file changes (#1266) 2021-03-12 15:19:33 -08:00
.gitmodules Mozilla ca (#1155) 2021-03-04 14:25:35 -08:00
.isort.cfg Isort take 3 (#1213) 2021-03-09 18:27:27 -08:00
azure-pipelines.yml Try python 3.9 for mac installers (#1308) 2021-03-15 15:42:31 -07:00
BUILD_TIMELORD.md Trigger a re-run (#1285) 2021-03-13 18:11:45 -08:00
CHANGELOG.md Thanks KiwiH! (#1360) 2021-03-17 18:40:45 -07: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 Locale extraction and compiling is now part of run build (#1348) 2021-03-17 18:40:45 -07: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 move from download.chia to pypi.chia.net/simple/ 2021-03-08 15:32:00 -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 Various clean ups, spelling thanks @adamfiddler, isort (#1278) 2021-03-13 14:57:41 -08:00
run-py-tests.sh Chia VDF to 0.9 (#1138) 2021-03-03 20:54:19 -08:00
setup.py Bump colorlog from 4.7.2 to 4.8.0 2021-03-23 21:54:27 -07:00

chia-blockchain

Alt text

Current Release/main Development Branch/dev
Ubuntu Core Tests MacOS Core Tests Windows Installer on Windows 10 and Python 3.7 Ubuntu Core Tests MacOS Core Tests Windows Installer on Windows 10 and Python 3.7

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 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.