Skip to content

Commit

Permalink
Merge pull request #651 from thesemaphoreslim/main
Browse files Browse the repository at this point in the history
Resolve typos in bluebox timelord install from source instructions
  • Loading branch information
BrandtH22 authored Aug 20, 2024
2 parents 5d37c3c + 7560947 commit b09ada8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/timelords.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,15 +162,15 @@ chia init
sh install-timelord.sh

# Start timelord (skip this step and proceed below if installing a bluebox or ASIC timelord)
chia start full_node timelord
chia start node timelord

# Bluebox timelord setup
Once you build the Timelord with `sh install-timelord.sh` in the virtual environment, you will need to make two changes to `~/.chia/VERSION/config.yaml`.
- In the `timelord:` section, set `bluebox_mode:` to `True`.
- 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 b09ada8

Please sign in to comment.