Chia blockchain python implementation (full node, farmer, harvester, timelord, and wallet)
Go to file
matt-o-how b37e6e767b
Add Announcements (#881)
* cherrypicked add announcement opcodes

* remove unused import in test_mempool

* fixed broken test

* fix black superlint errors

* simple convert of coloured coins to announcements

announcements message now type bytes

* removed assert coin consumed

* updated RL higher level puzzle

* fix RL wallet to use announcement instead of lock

* rebase add announcement to blockchain_check_conditions

* lint and re-enable tests

* remove lingering reference to coin_consumed

* fixed bug with block validation

* fix RL wallet

* -update CC to use more simple announcement message

* lint fix for announcement class

* remove breakpoint
improve announcement set checking
delete TODO

* deleted commented out code
use .extend() instead of nested for

* fix mempool tests and aesthetic changes for richard

* fix mempool and add to debug_spend_bundle

* fixed test_blockchain_transactions

* flake

* update test_mempool annouce tests to use height not subheight

Co-authored-by: Yostra <straya@chia.net>
2021-02-10 10:28:13 -08:00
.github new tag 2021-02-10 00:53:59 -05:00
build_scripts GUI to a separate repo (#859) 2021-02-07 20:39:59 -08:00
chia-blockchain-gui@6cf9b273e2 Update GUI for CVE-2020-28477, crowdin 2021-02-08 18:28:54 -08:00
src Add Announcements (#881) 2021-02-10 10:28:13 -08:00
tests Add Announcements (#881) 2021-02-10 10:28:13 -08:00
.flake8 Merge branch 'integration' of github.com:Chia-Network/chia-blockchain into integration 2020-02-27 11:23:03 +09:00
.gitignore GUI to a separate repo (#859) 2021-02-07 20:39:59 -08:00
.gitmodules gui submodule to use branch main 2021-02-09 11:32:02 -08:00
azure-pipelines.yml GUI to a separate repo (#859) 2021-02-07 20:39:59 -08:00
BUILD_TIMELORD.md Add main in other places. 2020-10-21 22:24:19 -07:00
CHANGELOG.md GUI to a separate repo (#859) 2021-02-07 20:39:59 -08: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
crowdin.yml Update Crowdin configuration file 2021-02-07 11:34:31 -08:00
install-gui.sh install-gui.sh takes an arg to build the GUI from a different branch 2021-02-09 13:06:14 -08:00
install-timelord.sh Correctly detect absence of boost on macos 2021-01-12 17:00:49 -05:00
INSTALL.md Integrate GH super linter - fix shell, markdown, python issues (#296) 2020-07-16 13:05:43 -07:00
install.sh Can't get the final binary arm64 whl so reverting and adding to wiki (#784) 2021-02-04 01:27:59 -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 Correct badges 2020-10-21 16:22:05 -07:00
requirements-dev.txt Update packaging requirement from ~=20.8 to ~=20.9 2021-02-09 13:08:41 -08:00
run-py-tests.sh cleanup 2021-01-18 14:01:25 -08:00
setup.py honor safe-mode setting in CLVM when validating mempool conditions 2021-02-09 16:02:43 -08:00

chia-blockchain

Alt text

Current Release/main Development Branch/dev
Build Ubuntu on 3.7 and 3.8 Build MacOS Build Windows Build Ubuntu on 3.7 and 3.8 Build MacOS Build Windows

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