Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Go to file
Gene Hoffman 31c1ce1e90 Dynamically create installer versions across all ci's (#274)
* Add installer-version.py and CHIA_INSTALLER_VERSION, move env var
* use setuptools_scm to find version
* Move dmg to final_installer dir
* skip npm in install.sh on ci, windows debug
* azure debug, remove hardcoded paths from winstaller.js
* a win (g) and a prayer
* Only Chia.exe
* SemVer means 0.1.6262...

Co-authored-by: Strahinja Markovic <straya@chia.net>
2020-06-08 17:17:48 -07:00
.github/workflows Dynamically create installer versions across all ci's (#274) 2020-06-08 17:17:48 -07:00
build_scripts Dynamically create installer versions across all ci's (#274) 2020-06-08 17:17:48 -07:00
electron-react Dynamically create installer versions across all ci's (#274) 2020-06-08 17:17:48 -07:00
scripts Electron react (#226) 2020-06-01 08:56:59 -07:00
src freeze in main 2020-06-08 17:17:48 -07:00
tests update for new pos 2020-06-08 17:17:48 -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 Dynamically create installer versions across all ci's (#274) 2020-06-08 17:17:48 -07:00
BUILD_TIMELORD.md Updates to Timelord.md 2020-06-01 08:56:59 -07:00
CHANGELOG.md Log levels in config, and reduce warning logging in daemon 2020-06-08 17:17:48 -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 Dynamically create installer versions across all ci's (#274) 2020-06-08 17:17:48 -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 chiapos 2020-06-08 17:17:48 -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.