Debian 10, latest chia #7867
toxicroadkill
started this conversation in
Support
Replies: 2 comments
-
Don't run the timelord..? Timelords has to be installed separate, as per the wiki (https://github.com/Chia-Network/chia-blockchain/wiki/Timelords#installing-a-timelord) Usually, a |
Beta Was this translation helpful? Give feedback.
0 replies
-
ok, that explains all,
mucho thanks
… On Jul 30, 2021, at 3:52 AM, keliew ***@***.***> wrote:
Don't run the timelord..?
Timelords has to be installed separate, as per the wiki (https://github.com/Chia-Network/chia-blockchain/wiki/Timelords#installing-a-timelord <https://github.com/Chia-Network/chia-blockchain/wiki/Timelords#installing-a-timelord>)
Usually, a chia start farmer is sufficient.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#7867 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ASD5O36TBXR4ILW7MTI6OC3T2JR57ANCNFSM5BH2422A>.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
works great...NOT
fresh install of the newest chia on debian 10 (updated with all latest)
File "/home/xch/chia-blockchain/venv/bin/chia_timelord_launcher", line 33, in
sys.exit(load_entry_point('chia-blockchain', 'console_scripts', 'chia_timelord_launcher')())
File "/home/xch/chia-blockchain/chia/timelord/timelord_launcher.py", line 107, in main
loop.run_until_complete(spawn_all_processes(config, net_config))
File "/usr/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete
return future.result()
File "/home/xch/chia-blockchain/chia/timelord/timelord_launcher.py", line 85, in spawn_all_processes
await asyncio.gather(*awaitables)
File "/home/xch/chia-blockchain/chia/timelord/timelord_launcher.py", line 45, in spawn_process
path_to_vdf_client = find_vdf_client()
File "/home/xch/chia-blockchain/chia/timelord/timelord_launcher.py", line 39, in find_vdf_client
raise FileNotFoundError("can't find vdf_client binary")
FileNotFoundError: can't find vdf_client binary
ideas????
Beta Was this translation helpful? Give feedback.
All reactions