From ea41d0428686169a9856efe5889e3ef86d528011 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Mon, 21 Jun 2021 22:02:30 +0000 Subject: [PATCH] Update 'doc/developer-notes.md' --- doc/developer-notes.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/developer-notes.md b/doc/developer-notes.md index b54e2b2f9..2533e1ac5 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -32,10 +32,13 @@ tail -f hushd.log To get a CSV file of the value of the anonset size for every block height: ``` -grep 'setting zstats' hushd.log | cut -d= -f2 +grep 'setting zstats' hushd.log | cut -d= -f2 > anonset.csv ``` -This only needs to be calculated once, if we can verify it's correct. These are historical values that do not change. These values should match on all nodes: +This only needs to be calculated once, if we can verify it's correct. These are historical values that do not change. The goal is a web page with a historical view of the HUSH anonset size. + + +These values should match on all nodes: ``` 46913,2547,2253,294