Bump chia-blockchaing-gui to 8f43234de14eeb04df4fca19cb1de1184ec47f53 * Use lerna 7.1.3 and nx 16.3.2 for macos 10.14 building by @emlowe in https://github.com/Chia-Network/chia-blockchain-gui/pull/1917 * Fix "From" to "To" in wallet history by @zsolt-dev in https://github.com/Chia-Network/chia-blockchain-gui/pull/1939 * Hide harvester tab in setting page in wallet mode by @ChiaMineJP in https://github.com/Chia-Network/chia-blockchain-gui/pull/1941 * Update "Clawback will be applied." warning by @zsolt-dev in https://github.com/Chia-Network/chia-blockchain-gui/pull/1940 * Fixed add plot page by @ChiaMineJP in https://github.com/Chia-Network/chia-blockchain-gui/pull/1954 * Add clawBackExpiration behind the expand TX row for clawback sender by @zsolt-dev in https://github.com/Chia-Network/chia-blockchain-gui/pull/1950 * Hide clawback TXs while wallet is syncing by @zsolt-dev in https://github.com/Chia-Network/chia-blockchain-gui/pull/1951 * Updated harvester setting page by @ChiaMineJP in https://github.com/Chia-Network/chia-blockchain-gui/pull/1949 * Design fixes to Address Book by @lipalong in https://github.com/Chia-Network/chia-blockchain-gui/pull/1957 * Hide GPU setting when it is not available by @ChiaMineJP in https://github.com/Chia-Network/chia-blockchain-gui/pull/1959 * `start_plotting` fix by @ChiaMineJP in https://github.com/Chia-Network/chia-blockchain-gui/pull/1958 * Icon updates by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1967 * The label of `last block won` is now `Never` when there are no blocks… by @ChiaMineJP in https://github.com/Chia-Network/chia-blockchain-gui/pull/1971 * Hide temp folder selection on cudaplot by @ChiaMineJP in https://github.com/Chia-Network/chia-blockchain-gui/pull/1972 * Update Electron to 25.4.0 for security fixes by @paninaro in https://github.com/Chia-Network/chia-blockchain-gui/pull/1976 * Plot filter value now is the function of height by @ChiaMineJP in https://github.com/Chia-Network/chia-blockchain-gui/pull/1979 * Fixed inconsistent step count by @ChiaMineJP in https://github.com/Chia-Network/chia-blockchain-gui/pull/1986 * Added compressed plot size texts by @ChiaMineJP in https://github.com/Chia-Network/chia-blockchain-gui/pull/1987 **Full Changelog**: https://github.com/Chia-Network/chia-blockchain-gui/compare/2.0.0-rc2...2.0.0-rc4
chia-blockchain
| Current Release/main | Development Branch/dev |
|---|---|
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)
- Chia seeder, which maintains a list of reliable nodes within the Chia network via a built-in DNS server.
- 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 Chia website, the wiki, and FAQ for information on this project.
Python 3.8.1+ is required. Make sure your default python version is >=3.8.1
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. Setting up a seeder is best left to more advanced users. 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.