# chinilla-blockchain
| Current Release/latest | Beta Release/main |
| :---: | :---: |
| [![Linux Installer Deb](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-linux-installer-deb.yml/badge.svg?branch=latest)](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-linux-installer-deb.yml) [![Linux Installer Deb](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-linux-installer-rpm.yml/badge.svg?branch=latest)](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-linux-installer-rpm.yml) [![Linux Installer arm64](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-linux-arm64-installer.yml/badge.svg?branch=latest)](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-linux-arm64-installer.yml) [![MacOS Core Tests](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-macos-installers.yml/badge.svg?branch=latest)](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-macos-installer.yml) [![Windows Installer on Windows 10 and Python 3.7](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-windows-installer.yml/badge.svg?branch=latest)](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-windows-installer.yml) | [![Linux Installer Deb](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-linux-installer-deb.yml/badge.svg)](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-linux-installer-deb.yml) [![Linux Installer Deb](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-linux-installer-rpm.yml/badge.svg)](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-linux-installer-rpm.yml) [![Linux Installer arm64](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-linux-arm64-installer.yml/badge.svg)](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-linux-arm64-installer.yml) [![MacOS Core Tests](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-macos-installers.yml/badge.svg)](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-macos-installer.yml) [![Windows Installer on Windows 10 and Python 3.7](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-windows-installer.yml/badge.svg)](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-windows-installer.yml) |
Chinilla is fork of Chia, a modern cryptocurrency built from scratch, designed to be efficient, decentralized, and secure. Chinilla only has a pre-mine of 21,000 HCX (vs. Chia's 21,000,000 XCH) to support current and future development. We recommend [auditing our main branch vs Chia](https://github.com/Chia-Network/chia-blockchain/compare/main...Chinilla:main) if you have any questions on what was changed. Chinilla is committed to maintaining a pure vanilla fork of Chia and will will only implement changes that have been published on the upstream main branch.
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 vanillanet)
* [Chinilla seeder](https://github.com/Chinilla/chinilla-blockchain/wiki/Chinilla-Seeder-User-Guide), which maintains a list of reliable nodes within the Chinilla via a built-in DNS server.
* Simplified UTXO based transaction model, with small on-chain state
* Lisp-style Turing-complete functional [programming language](https://chinillalisp.com/) for money related use cases
* BLS keys and aggregate signatures (only one signature per block)
* [Pooling protocol](https://github.com/Chinilla/chinilla-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 [wiki](https://github.com/Chinilla/chinilla-blockchain/wiki)
and [FAQ](https://github.com/Chinilla/chinilla-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 43444 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.
Chinilla and additional volunteers are running sufficient Timelords
for consensus.
## Installing
Install instructions are available in the
[INSTALL](https://github.com/Chinilla/chinilla-blockchain/wiki/INSTALL)
section of the
[chinilla-blockchain repository wiki](https://github.com/Chinilla/chinilla-blockchain/wiki).
## Running
Once installed, a
[Quick Start Guide](https://github.com/Chinilla/chinilla-blockchain/wiki/Quick-Start-Guide)
is available from the repository
[wiki](https://github.com/Chinilla/chinilla-blockchain/wiki).
Raw data
{
"_id": null,
"home_page": "https://chinilla.com/",
"name": "chinilla-blockchain",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7, <4",
"maintainer_email": "",
"keywords": "chinilla blockchain node",
"author": "Mariano Sorgente",
"author_email": "mariano@chinilla.com",
"download_url": "https://files.pythonhosted.org/packages/ce/55/cac131c5c947300c2f4dacc7d31047bae1bfe3c1c5bb7ac917bfcb4bd8fb/chinilla-blockchain-1.4.0.tar.gz",
"platform": null,
"description": "# chinilla-blockchain\n\n| Current Release/latest | Beta Release/main |\n| :---: | :---: |\n| [![Linux Installer Deb](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-linux-installer-deb.yml/badge.svg?branch=latest)](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-linux-installer-deb.yml) [![Linux Installer Deb](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-linux-installer-rpm.yml/badge.svg?branch=latest)](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-linux-installer-rpm.yml) [![Linux Installer arm64](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-linux-arm64-installer.yml/badge.svg?branch=latest)](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-linux-arm64-installer.yml) [![MacOS Core Tests](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-macos-installers.yml/badge.svg?branch=latest)](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-macos-installer.yml) [![Windows Installer on Windows 10 and Python 3.7](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-windows-installer.yml/badge.svg?branch=latest)](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-windows-installer.yml) | [![Linux Installer Deb](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-linux-installer-deb.yml/badge.svg)](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-linux-installer-deb.yml) [![Linux Installer Deb](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-linux-installer-rpm.yml/badge.svg)](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-linux-installer-rpm.yml) [![Linux Installer arm64](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-linux-arm64-installer.yml/badge.svg)](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-linux-arm64-installer.yml) [![MacOS Core Tests](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-macos-installers.yml/badge.svg)](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-macos-installer.yml) [![Windows Installer on Windows 10 and Python 3.7](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-windows-installer.yml/badge.svg)](https://github.com/Chinilla/chinilla-blockchain/actions/workflows/build-windows-installer.yml) |\n\nChinilla is fork of Chia, a modern cryptocurrency built from scratch, designed to be efficient, decentralized, and secure. Chinilla only has a pre-mine of 21,000 HCX (vs. Chia's 21,000,000 XCH) to support current and future development. We recommend [auditing our main branch vs Chia](https://github.com/Chia-Network/chia-blockchain/compare/main...Chinilla:main) if you have any questions on what was changed. Chinilla is committed to maintaining a pure vanilla fork of Chia and will will only implement changes that have been published on the upstream main branch.\n\nHere 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 vanillanet)\n* [Chinilla seeder](https://github.com/Chinilla/chinilla-blockchain/wiki/Chinilla-Seeder-User-Guide), which maintains a list of reliable nodes within the Chinilla 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://chinillalisp.com/) for money related use cases\n* BLS keys and aggregate signatures (only one signature per block)\n* [Pooling protocol](https://github.com/Chinilla/chinilla-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 [wiki](https://github.com/Chinilla/chinilla-blockchain/wiki)\nand [FAQ](https://github.com/Chinilla/chinilla-blockchain/wiki/FAQ) for\ninformation on this project.\n\nPython 3.7+ is required. Make sure your default python version is >=3.7\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 43444 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.\nChinilla and additional volunteers are running sufficient Timelords\nfor consensus.\n\n## Installing\n\nInstall instructions are available in the\n[INSTALL](https://github.com/Chinilla/chinilla-blockchain/wiki/INSTALL)\nsection of the\n[chinilla-blockchain repository wiki](https://github.com/Chinilla/chinilla-blockchain/wiki).\n\n## Running\n\nOnce installed, a\n[Quick Start Guide](https://github.com/Chinilla/chinilla-blockchain/wiki/Quick-Start-Guide)\nis available from the repository\n[wiki](https://github.com/Chinilla/chinilla-blockchain/wiki).\n",
"bugtrack_url": null,
"license": "Apache License",
"summary": "Chinilla blockchain full node, farmer, timelord, and wallet.",
"version": "1.4.0",
"split_keywords": [
"chinilla",
"blockchain",
"node"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ce55cac131c5c947300c2f4dacc7d31047bae1bfe3c1c5bb7ac917bfcb4bd8fb",
"md5": "4e9127b157496a71297dc9cba37a3297",
"sha256": "3e5b805b2deb8bf45b739084210f20892f9ac91af9c81e92f18ea1ac40abdb7c"
},
"downloads": -1,
"filename": "chinilla-blockchain-1.4.0.tar.gz",
"has_sig": false,
"md5_digest": "4e9127b157496a71297dc9cba37a3297",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7, <4",
"size": 3209992,
"upload_time": "2023-01-04T16:39:41",
"upload_time_iso_8601": "2023-01-04T16:39:41.334337Z",
"url": "https://files.pythonhosted.org/packages/ce/55/cac131c5c947300c2f4dacc7d31047bae1bfe3c1c5bb7ac917bfcb4bd8fb/chinilla-blockchain-1.4.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-04 16:39:41",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "chinilla-blockchain"
}