Skip to content

Commit

Permalink
Update timelords.md
Browse files Browse the repository at this point in the history
Corrected typo in "chia start..." command for bluebox timelord install from source instructions
  • Loading branch information
thesemaphoreslim authored Aug 20, 2024
1 parent 32b2fa2 commit 7560947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/timelords.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ Once you build the Timelord with `sh install-timelord.sh` in the virtual environ
- In the `full_node:` section and set `send_uncompact_interval:` to something greater than 0. We recommend `300` seconds there so that your Bluebox has some time to prove through a lot of the un-compacted Proofs of Time before the node drops more into its lap.

## Start the daemon, timelord-launcher, timelord, and node for a Bluebox timelord
chia start full_node timelord
chia start node timelord

Note - The default settings may otherwise work but if the total effort is a little too much for whatever machine you are on you can also lower the `process_count:` from 3 to 2, or even 1, in the `timelord_launcher:` section. You know it is working if you see `VDF Client: Sent proof` in your logs at INFO level.

Expand Down

0 comments on commit 7560947

Please sign in to comment.