network:timelord:bluebox
This is an old revision of the document!
−Table of Contents
Running a Bluebox Timelord
What is a bluebox timelord?
How to run a Bluebox Timelord
- Setup a completely fresh Chia installation via
git clone
- Run
sh install-timelord.sh
in that installation chia init
(there's no need to generate any keys)chia configure –set-log-level INFO
- (optional) Bootstrap with a blockchain db from another full node. Otherwise, let it sync.
- Edit
config.yaml
:- Set
timelord.sanitizer_mode
totrue
- Set
timelord_launcher.process_count
to half the number of threads you want to dedicate to the bluebox. - Set
full_node.send_uncompact_interval
to300
- Set
full_node.target_uncompact_proofs
to100
(if not already)
chia start timelord
. This should start daemon, timelord-launcher, timelord and node.
Is it actually working?
You can check if it is actually working by running the following code:
awk '/Replaced compact/ {split($1, ts, /:/); s[ts[1]]++} END {for (h in s) {print h, s[h]}}' ~/.chia/mainnet/log/debug.log | sort
This will output compacted blocks per hour.
Watch your impact at arewecompactifiedyet.live.
network/timelord/bluebox.1638047710.txt.gz · Last modified: 2021/11/27 21:15 by spacefarmer01