Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (15 loc) · 837 Bytes

installation-source.md

File metadata and controls

16 lines (15 loc) · 837 Bytes

Compile from source (every platform/architecture)

  1. Download source.tar.gz or source.zip from the latest release and extract it to a folder.
  2. Download and install dart sdk
  3. Open the terminal in the folder you just extracted and run:
dart pub get; 
dart run environment_config:generate;
dart compile exe farmr.dart; 
mv farmr.exe farmr;
  1. Run ./farmr once you see the main screen with your id and farmer/harvester stats you're good to go.
  2. Link your device to your discord account as shown in First Time

Note: Local Cold Wallets will only work if SQLite 3 is installed in your device. To install it in ubuntu or debian, run the command sudo apt-get install libsqlite3-dev