Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Go to file
Don Kackman 9d59079bfa
add ids to the return response of start_plotting (#7416)
* add ids to the return response of start_plotting

* black formatting

* Update chia/daemon/server.py

Co-authored-by: Adam Kelly <338792+aqk@users.noreply.github.com>

* Update server.py

updated a comment in order to get build actions to rerun

Co-authored-by: Adam Kelly <338792+aqk@users.noreply.github.com>
2021-09-14 10:38:10 -07:00
.github Test install/install-gui scripts (#8241) 2021-08-27 09:27:12 -07:00
build_scripts Clean up a few more potential leftover files in chia-blockchain-gui (#8230) 2021-08-26 20:22:05 -07:00
chia add ids to the return response of start_plotting (#7416) 2021-09-14 10:38:10 -07:00
chia-blockchain-gui@0ef042ac3a updated gui to 0ef042ac3a 2021-09-13 14:29:23 -07:00
mozilla-ca@b1b808ab93 Update mozilla-ca (#7457) 2021-07-13 11:05:45 -07:00
tests tests: Fix rmtree call in create_pool_plot (#8463) 2021-09-13 13:20:36 -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 Pools mainnet (#7047) 2021-06-29 14:21:25 -07:00
.isort.cfg Isort take 3 (#1213) 2021-03-09 18:27:27 -08:00
.pre-commit-config.yaml pre-commit: Update some hooks (#8309) 2021-09-07 18:18:43 -07:00
azure-pipelines.yml Swap back to non-chia notarize-cli (#8199) 2021-08-24 14:04:14 -07:00
BUILD_TIMELORD.md update permissions (#6061) 2021-05-26 11:33:26 -07:00
CHANGELOG.md Changelog1.2.6 (#8423) 2021-09-09 16:11:16 -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 pre-commit: Add initial config and run it for all files (#7053) 2021-08-02 10:48:22 -07:00
install-gui.sh Manually update version in package.json (#8057) 2021-08-15 20:32:20 -07:00
install-timelord.sh Improve style consistency in root directory docs files (#4493) 2021-05-12 13:12:30 -07:00
INSTALL.md Improve style consistency in root directory docs files (#4493) 2021-05-12 13:12:30 -07:00
install.sh Search for python newest to oldest (#8244) 2021-08-31 10:22:27 -07:00
installhelper.py only use the last line of chia version output in installhelper.py (#8239) 2021-08-27 10:42:07 -07:00
LICENSE Copyright 2021 Chia Network in LICENSE (#3153) 2021-04-29 21:44:40 -07: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 [DOCS] Updated main readme to point to pooling guide (#7280) 2021-07-12 19:42:14 -07:00
run-py-tests.sh Ms.mempool improvements (#1823) 2021-04-13 21:19:12 -07:00
setup.py updated bls to 1.0.6 2021-09-08 14:47:44 -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 that allows farmers to have control of making blocks
  • Support for light clients with fast, objective syncing
  • A 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 users 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.