Agrarian Core ============= Setup --------------------- [Agrarian Core](http://agrarian.org/wallet) is the original Agrarian client and it builds the backbone of the network. However, it downloads and stores the entire history of Agrarian transactions; depending on the speed of your computer and network connection, the synchronization process can take anywhere from a few hours to a day or more. Thankfully you only have to do this once. Running --------------------- The following are some helpful notes on how to run Agrarian Core on your native platform. ### Unix Unpack the files into a directory and run: - `bin/agrarian-qt` (GUI) or - `bin/agrariand` (headless) ### Windows Unpack the files into a directory, and then run agrarian-qt.exe. ### macOS Drag Agrarian-Qt to your applications folder, and then run Agrarian-Qt. ### Need Help? * See the documentation at the [Agrarian Wiki](https://github.com/Agrarian-Project/Agrarian/wiki) for help and more information. * Ask for help on [BitcoinTalk](https://bitcointalk.org/index.php?topic=1262920.0) or on the [Agrarian Forum](http://forum.agrarian.org/). * Join our Discord server [Discord Server](https://discord.agrarian.org) Building --------------------- The following are developer notes on how to build Agrarian Core on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc. - [Dependencies](dependencies.md) - [Agrarian 2.0 Modernization Status](modernization.md) - [Interactive Build Menu](build-menu.md) - [Ubuntu 24.04 Build Notes](build-ubuntu-24.md) - [Desktop Wallet Build Quick Start](build-wallets.md) - [macOS Build Notes](build-osx.md) - [Unix Build Notes](build-unix.md) - [Windows Build Notes](build-windows.md) - [Gitian Building Guide](gitian-building.md) The verified 2.0 build path is Ubuntu 24.04 with deterministic `depends/`. macOS, RPM, Gitian, and Travis documentation is retained as historical reference unless the individual document says it has been revalidated. Development --------------------- The Agrarian repo's [root README](/README.md) contains relevant information on the development process and automated testing. - [Developer Notes](developer-notes.md) - [Release Notes](release-notes.md) - [Release Process](release-process.md) - [Source Code Documentation (External Link)](https://www.fuzzbawls.pw/agrarian/doxygen/) - [Translation Process](translation_process.md) - [Unit Tests](unit-tests.md) - [Unauthenticated REST Interface](REST-interface.md) - [Dnsseed Policy](dnsseed-policy.md) ### Resources * Discuss on the [BitcoinTalk](https://bitcointalk.org/index.php?topic=1262920.0) or the [Agrarian](http://forum.agrarian.org/) forum. * Join the [Agrarian Discord](https://discord.agrarian.org). ### Miscellaneous - [Assets Attribution](assets-attribution.md) - [Files](files.md) - [Tor Support](tor.md) - [Init Scripts (systemd/upstart/openrc)](init.md) License --------------------- Distributed under the [MIT software license](/COPYING). This product includes software developed by the OpenSSL Project for use in the [OpenSSL Toolkit](https://www.openssl.org/). This product includes cryptographic software written by Eric Young ([eay@cryptsoft.com](mailto:eay@cryptsoft.com)), and UPnP software written by Thomas Bernard.