diff --git a/README.md b/README.md index b4fc08e..8ac5905 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,22 @@ ![Alt text](https://floracoin.farm/wp-content/uploads/2021/07/flora-xfl-logo.png.png) -| Current Release/main | Development Branch/dev | -| :---: | :---: | -| [![Ubuntu Core Tests (Coming soon)](https://github.com/Chia-Network/chia-blockchain/actions/workflows/build-test-ubuntu-core.yml/badge.svg)](https://github.com/Chia-Network/chia-blockchain/actions/workflows/build-test-ubuntu-core.yml) [![MacOS Core Tests (Coming Soon)](https://github.com/Chia-Network/chia-blockchain/actions/workflows/build-test-macos-core.yml/badge.svg)](https://github.com/Chia-Network/chia-blockchain/actions/workflows/build-test-macos-core.yml) [![Windows Installer on Windows 10 and Python 3.7 (Coming soon)](https://github.com/Chia-Network/chia-blockchain/actions/workflows/build-windows-installer.yml/badge.svg)](https://github.com/Chia-Network/chia-blockchain/actions/workflows/build-windows-installer.yml) | [![Ubuntu Core Tests (Coming soon)](https://github.com/Chia-Network/chia-blockchain/actions/workflows/build-test-ubuntu-core.yml/badge.svg?branch=dev)](https://github.com/Chia-Network/chia-blockchain/actions/workflows/build-test-ubuntu-core.yml) [![MacOS Core Tests (Coming soon)](https://github.com/Chia-Network/chia-blockchain/actions/workflows/build-test-macos-core.yml/badge.svg?branch=dev)](https://github.com/Chia-Network/chia-blockchain/actions/workflows/build-test-macos-core.yml) [![Windows Installer on Windows 10 and Python 3.7 (Coming soon)](https://github.com/Chia-Network/chia-blockchain/actions/workflows/build-windows-installer.yml/badge.svg?branch=dev)](https://github.com/Chia-Network/chia-blockchain/actions/workflows/build-windows-installer.yml) | -[GitHub contributors](https://github.com/Flora-Network/flora-blockchain/graphs/contributors) +# Builds/Downloads: -## Info: -- [Discord](https://discord.com/invite/rGBfrs2d) +| Development Branch/dev | +| :---: | +| [![Windows Installer](https://github.com/Flora-Network/flora-blockchain/actions/workflows/build-windows-installer.yml/badge.svg)](https://github.com/Flora-Network/flora-blockchain/releases/tag/0.2.3)| + +## Quick Info: +- [Discord](https://discord.gg/Xhqx4aR6wQ) - [Website](https://floracoin.farm) -- [Explorer (Coming soon)](https://floracoin.farm/exprlorerxfl) -- [Faucet (Coming soon)](https://floracoin.farm/faucet) +- [Twitter](https://twitter.com/CoinFlora) +- [Explorer (unofficial)](https://flora.posat.io/) +- [Calculator](https://chiaforkscalculator.com/flora) +- [Blog](https://floracoin.farm/blog/) +- [Database db download](https://floracoin.farm/downloads/) +- [GitHub contributors](https://github.com/Flora-Network/flora-blockchain/graphs/contributors) Flora is a modern project built on the Chia-Blockchain, 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 @@ -24,9 +29,7 @@ Flora is a modern project built on the Chia-Blockchain, designed to be efficient * 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/Chia-Network/chia-blockchain/wiki) -and [FAQ](https://github.com/Chia-Network/chia-blockchain/wiki/FAQ) for -information on this project. +Please check out the [wiki](https://github.com/Chia-Network/chia-blockchain/wiki). Python 3.7+ is required. Make sure your default python version is >=3.7 by typing `python3`. @@ -35,7 +38,7 @@ 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. +TCP port `18644` 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. @@ -45,14 +48,13 @@ for consensus. ## Installing -Install instructions are available in the +Install instructions are the same as the ones 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). +Once installed, the procedure is the same of the Chia-Blockchain: +* [Quick Start Guide](https://github.com/Chia-Network/chia-blockchain/wiki/Quick-Start-Guide) +* [wiki](https://github.com/Chia-Network/chia-blockchain/wiki)