Metadata-Version: 2.1
Name: chia-blockchain
Version: 1.0b5
Summary: Chia proof of space plotting, proving, and verifying (wraps C++)
Home-page: https://chia.net/
Author: Mariano Sorgente
Author-email: mariano@chia.net
License: Apache License
Description: | Current Release/master | Development Branch/dev |
                         | :---: | :---: |
        | ![Build Ubuntu and MacOS](https://github.com/Chia-Network/chia-blockchain/workflows/Build%20Ubuntu%20and%20MacOS/badge.svg) ![Build Windows Installer](https://github.com/Chia-Network/chia-blockchain/workflows/Build%20Windows%20Installer/badge.svg) |  ![Build Ubuntu and MacOS](https://github.com/Chia-Network/chia-blockchain/workflows/Build%20Ubuntu%20and%20MacOS/badge.svg?branch=dev) ![Build Windows Installer](https://github.com/Chia-Network/chia-blockchain/workflows/Build%20Windows%20Installer/badge.svg?branch=dev) |
        
        # chia-blockchain
        Please check out the [wiki](https://github.com/Chia-Network/chia-blockchain/wiki)
        and [FAQ](https://github.com/Chia-Network/chia-blockchain/wiki/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](https://www.homenethowto.com/ports-and-nat/upnp-automatic-port-forward/)
        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](https://github.com/Chia-Network/chia-blockchain/wiki/INSTALL)
        section of the
        [chia-blockchain repository wiki](https://github.com/Chia-Network/chia-blockchain/wiki).
        
        # Running
        Once installed, a
        [Quick Start Guide](https://github.com/Chia-Network/chia-blockchain/wiki/Quick-Start-Guide)
        is available from the repository
        [wiki](https://github.com/Chia-Network/chia-blockchain/wiki).
        
Keywords: chia blockchain node
Platform: UNKNOWN
Requires-Python: >=3.7, <4
Provides-Extra: uvloop
Provides-Extra: dev
Provides-Extra: upnp
