Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Go to file
2021-04-26 16:40:30 -07:00
.github Transaction matching (#1932) 2021-04-16 03:23:40 +09:00
build_scripts migrate/fix version info for installers now that we're semver (#1869) 2021-04-14 09:50:17 -07:00
chia Ms.ph scan (#2808) 2021-04-26 11:18:29 -07:00
chia-blockchain-gui@7ed28a83a4 Remove smart wallets for now 2021-04-20 21:17:33 -07:00
mozilla-ca@6e8c42b3ef Move mozilla pin, GUI 2021-03-08 15:22:34 -08:00
tests Update and re-enable Merkle set test (#2824) 2021-04-26 11:20:08 -07:00
.flake8 Isort take 3 (#1213) 2021-03-09 18:27:27 -08:00
.gitignore Merge DID into main (#1720) 2021-04-06 19:31:44 -07: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 Fix azure pipeline (ht Gene). 2021-04-04 21:41:39 -07:00
BUILD_TIMELORD.md Trigger a re-run (#1285) 2021-03-13 18:11:45 -08:00
CHANGELOG.md Update chglg for 1.1.2 release 2021-04-24 20:50:09 -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 CONTRIBUTING: Update with src -> chia renaming (#2721) 2021-04-25 09:46:34 -07:00
install-gui.sh node version 10.x => 12.x 2021-04-26 16:40:30 -07:00
install-timelord.sh Add rhel support for timeloard installation (#1538) 2021-03-29 17:59:01 -07:00
INSTALL.md Integrate GH super linter - fix shell, markdown, python issues (#296) 2020-07-16 13:05:43 -07:00
install.sh Correctly get to Ubuntu 21.04 steps 2021-04-22 15:11:50 -07: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 Add some more info about the benefits of chia (#1454) 2021-03-24 15:41:53 -07:00
run-py-tests.sh Ms.mempool improvements (#1823) 2021-04-13 21:19:12 -07:00
setup.py Bump colorlog from 4.8.0 to 5.0.1 2021-04-22 17:00:23 -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

Chia is a modern cryptocurrency built from scratch, designed to be efficient, decentralized, and secure. Here are some of the features and benefits:

  • Proof of space and time based consensus which allows anyone to farm with commodity hardware
  • Very easy to use full node and farmer GUI and cli (thousands of nodes active on mainnet)
  • Simplified UTXO based transaction model, with small on chain state
  • Lisp-style turing complete functional programming language for money related use cases
  • BLS keys and aggregate signatures (only one signature per block)
  • Pooling protocol (in development) that allows farmers to have control of making blocks
  • Support for light clients with fast, objective syncing
  • Growing community of farmers and developers around the world

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.