chia-blockchain


Namechia-blockchain JSON
Version 2.2.1 PyPI version JSON
download
home_pagehttps://chia.net/
SummaryChia blockchain full node, farmer, timelord, and wallet.
upload_time2024-03-06 18:07:39
maintainer
docs_urlNone
authorMariano Sorgente
requires_python>=3.8.1, <4
licenseApache License
keywords chia blockchain node
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # chia-blockchain

[![Chia Network logo](https://www.chia.net/wp-content/uploads/2022/09/chia-logo.svg "Chia logo")](https://www.chia.net/)

![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fdownload.chia.net%2Flatest%2Fbadge-data.json&query=%24.message&logo=chianetwork&label=Latest%20Release&labelColor=%231e2b2e&color=%230d3349)
<br />
![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fdownload.chia.net%2Flatest%2Fbadge-data-rc.json&query=%24.message&logo=chianetwork&logoColor=white&label=Latest%20RC&labelColor=%230d3349&color=%23474748)
<br />
![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fdownload.chia.net%2Flatest%2Fbadge-data-beta.json&query=%24.message&logo=chianetwork&logoColor=black&label=Latest%20Beta&labelColor=%23e9fbbc&color=%231e2b2e)

![Coveralls](https://img.shields.io/coverallsCoverage/github/Chia-Network/chia-blockchain?logo=Coveralls&logoColor=red&labelColor=%23212F39)
<br />
![GitHub all releases](https://img.shields.io/github/downloads/Chia-Network/chia-blockchain/total?logo=GitHub)
<br />
![GitHub commit activity](https://img.shields.io/github/commit-activity/w/Chia-Network/chia-blockchain?logo=GitHub)
<br />
![GitHub contributors](https://img.shields.io/github/contributors/Chia-Network/chia-blockchain?logo=GitHub)

[![Chia Discord](https://dcbadge.vercel.app/api/server/chia?style=flat&theme=full-presence)](https://discord.gg/chia)
<br />
![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UChFkJ3OAUvnHZdiQISWdWPA?style=flat-square&logo=youtube&logoColor=%23ff0000&labelColor=%230f0f0f&color=%23272727)
<br />
![Subreddit subscribers](https://img.shields.io/reddit/subreddit-subscribers/chia?style=flat-square&logo=reddit&labelColor=%230b1416&color=%23222222)
<br />
![Twitter Follow](https://img.shields.io/twitter/follow/chia_project?style=flat-square&logo=x.org&logoColor=white&labelColor=black)

<!-- #![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fdownload.chia.net%2Flatest%2Fbadge-data-beta.json&query=%24.message&logo=chianetwork&logoColor=%23e9fbbc&label=Latest%20Beta&labelColor=%23474748&color=%231e2b2e&link=https%3A%2F%2Fgithub.com%2FChia-Network%2Fchia-blockchain%2Freleases&link=https%3A%2F%2Fgithub.com%2FChia-Network%2Fchia-blockchain%2Freleases)>
<!-- ![Discord Shield](https://discordapp.com/api/guilds/1034523881404370984/widget.png?style=shield>
<!-- [![Discord](https://img.shields.io/discord/1034523881404370984.svg?label=Discord&logo=discord&colorB=1e2b2f)](https://discord.gg/chia) -->

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](https://docs.google.com/document/d/1tmRIb7lgi4QfKkNaxuKOBHRmwbVlGL4f7EsBDr_5xZE/edit) 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](https://github.com/Chia-Network/chia-blockchain/wiki/Chia-Seeder-User-Guide), 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](https://chialisp.com/) for money related use cases
* BLS keys and aggregate signatures (only one signature per block)
* [Pooling protocol](https://github.com/Chia-Network/chia-blockchain/wiki/Pooling-User-Guide) 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](https://www.chia.net/), 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.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](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 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
[Installation Details](https://docs.chia.net/installation/)
section of the
[Chia Docs](https://docs.chia.net/introduction/).

## Running

Once installed, an
[Introduction to Chia](https://docs.chia.net/introduction/)
guide is available in the
[Chia Docs](https://docs.chia.net/introduction/).

            

Raw data

            {
    "_id": null,
    "home_page": "https://chia.net/",
    "name": "chia-blockchain",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8.1, <4",
    "maintainer_email": "",
    "keywords": "chia blockchain node",
    "author": "Mariano Sorgente",
    "author_email": "mariano@chia.net",
    "download_url": "https://files.pythonhosted.org/packages/6b/0c/a7786ce5ce95ad26e2925e20b71a3284075314859b9120613956f64a1720/chia-blockchain-2.2.1.tar.gz",
    "platform": null,
    "description": "# chia-blockchain\n\n[![Chia Network logo](https://www.chia.net/wp-content/uploads/2022/09/chia-logo.svg \"Chia logo\")](https://www.chia.net/)\n\n![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fdownload.chia.net%2Flatest%2Fbadge-data.json&query=%24.message&logo=chianetwork&label=Latest%20Release&labelColor=%231e2b2e&color=%230d3349)\n<br />\n![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fdownload.chia.net%2Flatest%2Fbadge-data-rc.json&query=%24.message&logo=chianetwork&logoColor=white&label=Latest%20RC&labelColor=%230d3349&color=%23474748)\n<br />\n![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fdownload.chia.net%2Flatest%2Fbadge-data-beta.json&query=%24.message&logo=chianetwork&logoColor=black&label=Latest%20Beta&labelColor=%23e9fbbc&color=%231e2b2e)\n\n![Coveralls](https://img.shields.io/coverallsCoverage/github/Chia-Network/chia-blockchain?logo=Coveralls&logoColor=red&labelColor=%23212F39)\n<br />\n![GitHub all releases](https://img.shields.io/github/downloads/Chia-Network/chia-blockchain/total?logo=GitHub)\n<br />\n![GitHub commit activity](https://img.shields.io/github/commit-activity/w/Chia-Network/chia-blockchain?logo=GitHub)\n<br />\n![GitHub contributors](https://img.shields.io/github/contributors/Chia-Network/chia-blockchain?logo=GitHub)\n\n[![Chia Discord](https://dcbadge.vercel.app/api/server/chia?style=flat&theme=full-presence)](https://discord.gg/chia)\n<br />\n![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UChFkJ3OAUvnHZdiQISWdWPA?style=flat-square&logo=youtube&logoColor=%23ff0000&labelColor=%230f0f0f&color=%23272727)\n<br />\n![Subreddit subscribers](https://img.shields.io/reddit/subreddit-subscribers/chia?style=flat-square&logo=reddit&labelColor=%230b1416&color=%23222222)\n<br />\n![Twitter Follow](https://img.shields.io/twitter/follow/chia_project?style=flat-square&logo=x.org&logoColor=white&labelColor=black)\n\n<!-- #![Dynamic JSON Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fdownload.chia.net%2Flatest%2Fbadge-data-beta.json&query=%24.message&logo=chianetwork&logoColor=%23e9fbbc&label=Latest%20Beta&labelColor=%23474748&color=%231e2b2e&link=https%3A%2F%2Fgithub.com%2FChia-Network%2Fchia-blockchain%2Freleases&link=https%3A%2F%2Fgithub.com%2FChia-Network%2Fchia-blockchain%2Freleases)>\n<!-- ![Discord Shield](https://discordapp.com/api/guilds/1034523881404370984/widget.png?style=shield>\n<!-- [![Discord](https://img.shields.io/discord/1034523881404370984.svg?label=Discord&logo=discord&colorB=1e2b2f)](https://discord.gg/chia) -->\n\nChia is a modern cryptocurrency built from scratch, designed to be efficient, decentralized, and secure. Here are some of the features and benefits:\n* [Proof of space and time](https://docs.google.com/document/d/1tmRIb7lgi4QfKkNaxuKOBHRmwbVlGL4f7EsBDr_5xZE/edit) based consensus which allows anyone to farm with commodity hardware\n* Very easy to use full node and farmer GUI and cli (thousands of nodes active on mainnet)\n* [Chia seeder](https://github.com/Chia-Network/chia-blockchain/wiki/Chia-Seeder-User-Guide), which maintains a list of reliable nodes within the Chia network via a built-in DNS server.\n* Simplified UTXO based transaction model, with small on-chain state\n* Lisp-style Turing-complete functional [programming language](https://chialisp.com/) for money related use cases\n* BLS keys and aggregate signatures (only one signature per block)\n* [Pooling protocol](https://github.com/Chia-Network/chia-blockchain/wiki/Pooling-User-Guide) that allows farmers to have control of making blocks\n* Support for light clients with fast, objective syncing\n* A growing community of farmers and developers around the world\n\nPlease check out the [Chia website](https://www.chia.net/), the [wiki](https://github.com/Chia-Network/chia-blockchain/wiki), and [FAQ](https://github.com/Chia-Network/chia-blockchain/wiki/FAQ) for\ninformation on this project.\n\nPython 3.8.1+ is required. Make sure your default python version is >=3.8.1\nby typing `python3`.\n\nIf you are behind a NAT, it can be difficult for peers outside your subnet to\nreach you when they start up. You can enable\n[UPnP](https://www.homenethowto.com/ports-and-nat/upnp-automatic-port-forward/)\non your router or add a NAT (for IPv4 but not IPv6) and firewall rules to allow\nTCP port 8444 access to your peer.\nThese methods tend to be router make/model specific.\n\nMost users should only install harvesters, farmers, plotter, full nodes, and wallets.\nSetting up a seeder is best left to more advanced users.\nBuilding Timelords and VDFs is for sophisticated users, in most environments.\nChia Network and additional volunteers are running sufficient Timelords\nfor consensus.\n\n## Installing\n\nInstall instructions are available in the\n[Installation Details](https://docs.chia.net/installation/)\nsection of the\n[Chia Docs](https://docs.chia.net/introduction/).\n\n## Running\n\nOnce installed, an\n[Introduction to Chia](https://docs.chia.net/introduction/)\nguide is available in the\n[Chia Docs](https://docs.chia.net/introduction/).\n",
    "bugtrack_url": null,
    "license": "Apache License",
    "summary": "Chia blockchain full node, farmer, timelord, and wallet.",
    "version": "2.2.1",
    "project_urls": {
        "Changelog": "https://github.com/Chia-Network/chia-blockchain/blob/main/CHANGELOG.md",
        "Homepage": "https://chia.net/",
        "Source": "https://github.com/Chia-Network/chia-blockchain/"
    },
    "split_keywords": [
        "chia",
        "blockchain",
        "node"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b0ca7786ce5ce95ad26e2925e20b71a3284075314859b9120613956f64a1720",
                "md5": "16fd286069ad0341b506eb01b20ea76f",
                "sha256": "552719eb60f83fb3e494bbf7bdc21c395fe408fc795d1a43e81a4f165b4f5f9b"
            },
            "downloads": -1,
            "filename": "chia-blockchain-2.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "16fd286069ad0341b506eb01b20ea76f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.1, <4",
            "size": 3725892,
            "upload_time": "2024-03-06T18:07:39",
            "upload_time_iso_8601": "2024-03-06T18:07:39.973913Z",
            "url": "https://files.pythonhosted.org/packages/6b/0c/a7786ce5ce95ad26e2925e20b71a3284075314859b9120613956f64a1720/chia-blockchain-2.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-06 18:07:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Chia-Network",
    "github_project": "chia-blockchain",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "chia-blockchain"
}
        
Elapsed time: 0.24613s