Chia-Network / chia-docs

Chia Docs - documentation on the Chia blockchain, protocol and client
https://docs.chia.net/
Apache License 2.0
20 stars 58 forks source link

[Bug] Bluebox Timelord Installation Issue #649

Closed thesemaphoreslim closed 3 months ago

thesemaphoreslim commented 3 months ago

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

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!
BrandtH22 commented 3 months ago

pr #650 updates the install instructions

BrandtH22 commented 3 months ago

This has been resolved in #650