gilnobrega / farmr

A web dashboard for monitoring Chia farms. Also supports discord and email notifications.
GNU General Public License v3.0
250 stars 44 forks source link

Installing chia through apt gives no chia-blockchain directory #194

Closed keithmarsh closed 2 years ago

keithmarsh commented 2 years ago

If I install chia using apt as per https://github.com/Chia-Network/chia-blockchain/wiki/INSTALL#ubuntudebian This is a harvester that I init with chia add keys followed by chia init -c ca-folder It does not create a chia-blockchain directory Starting farmr, it prompts for the location of the chai-blockchain directory and I cannot proceed.

keithmarsh commented 2 years ago

Solved: I created the expected directory and linked to the chia binary

~$ mkdir -p chia-blockchain/venv/bin
~$ ln -s /opt/chia/chia chia-blockchain/venv/bin