User Tools

Site Tools


network:timelord:bluebox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
network:timelord:bluebox [2021/11/27 19:40] – created vleesbanaannetwork:timelord:bluebox [2023/01/03 21:47] (current) – removed vleesbanaan
Line 1: Line 1:
-===== Running a bluebox timelord===== 
-What is a bluebox timelord? 
-==== Running a timelord ==== 
-a rough rundown of what i did (from memory): 
-  - setup a completely fresh chia installation from git clone 
-  - run install-timelord.sh in that installation 
-  - chia init 
-  - chia configure --set-log-level INFO 
-  - bootstrapped with a blockchain db from another full node 
-  - config.yaml: set timelord.sanitizer_mode to true 
-  - config.yaml: set timelord_launcher.process_count to num-threads / 2 (where num-threads is the number of threads I want to dedicate to the bluebox). 
-  - config.yaml: set full_node.send_uncompact_interval to 300 
-  - config.yaml: setfull_node.target_uncompact_proofs to 100 (is already the default, i think) 
-  - chia start node (should start daemon and node) 
-  - chia start timelord (should start timelord and timelord-launcher) 
-==== Is it actually working? ==== 
-You can check if it is actually working by running the following code: 
-<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</code> 
-This will give you  
- 
  
network/timelord/bluebox.1638042045.txt.gz · Last modified: 2021/11/27 19:40 by vleesbanaan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki