- Download
source.tar.gz
orsource.zip
from the latest release and extract it to a folder. - Download and install dart sdk
- 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;
- Run
./farmr
once you see the main screen with your id and farmer/harvester stats you're good to go. - 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