mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-10 02:24:36 -05:00
450 B
450 B
The Linux chiavdf wheels are currently missing an executable required to run a timelord. If you want to run a timelord on Linux, you must install the wheel from source (which may require some additional packages) while in the virtual environment.
. ./activate
sh install-timelord.sh
If the compile fails, it's likely due to a missing dependency. See INSTALL.md to determine how to install dependent packages for your system.