The Bluebox Timelord installation instructions located at https://docs.chia.net/timelord-install/ appear to be incomplete resulting in the failure of the timelord_launcher and VDF client from running. These instructions direct the user to install Chia via "apt-get install chia-blockchain"; however, this does not seem to properly install the bluebox timelord capabilities.
Based on my troubleshooting, bluebox timelord capabilities can only be activated by installing Chia from source and executing the "install-timelord.sh" script.
When following the guide on Chia docs and starting the timelord I get:
slim@bbtimelord:~/.chia/mainnet/log$ chia start node timelord -r &
[1] 1477
slim@bbtimelord:~/.chia/mainnet/log$ Daemon not started yet
Starting daemon
chia_full_node: started
chia_timelord_launcher: started
chia_timelord: started
chia_full_node: stopped
chia_full_node: started
Traceback (most recent call last):
File "chia/timelord/timelord_launcher.py", line 180, in <module>
File "chia/timelord/timelord_launcher.py", line 176, in main
File "asyncio/runners.py", line 44, in run
File "asyncio/base_events.py", line 649, in run_until_complete
File "chia/timelord/timelord_launcher.py", line 161, in async_main
File "chia/timelord/timelord_launcher.py", line 144, in spawn_all_processes
File "chia/timelord/timelord_launcher.py", line 91, in spawn_process
File "chia/timelord/timelord_launcher.py", line 80, in find_vdf_client
FileNotFoundError: Cannot find vdf_client binary. Is Timelord installed? See install-timelord.sh
[1497] Failed to execute script 'timelord_launcher' due to unhandled exception!
What happened?
The Bluebox Timelord installation instructions located at https://docs.chia.net/timelord-install/ appear to be incomplete resulting in the failure of the timelord_launcher and VDF client from running. These instructions direct the user to install Chia via "apt-get install chia-blockchain"; however, this does not seem to properly install the bluebox timelord capabilities.
Based on my troubleshooting, bluebox timelord capabilities can only be activated by installing Chia from source and executing the "install-timelord.sh" script.
The installation instructions provided by the Spacefarmers wiki (https://wiki.spacefarmers.io/guides/timelord/bluebox) appear to be more accurate and result in a functional bluebox timelord instance.
Version
2.4.2
What platform are you using?
Linux
What ui mode are you using?
CLI
Relevant log output