Update 'doc/developer-notes.md'

This commit is contained in:
Duke Leto
2021-06-21 22:14:01 +00:00
parent ea41d04286
commit add73be7b5

View File

@@ -32,7 +32,7 @@ tail -f hushd.log
To get a CSV file of the value of the anonset size for every block height: To get a CSV file of the value of the anonset size for every block height:
``` ```
grep 'setting zstats' hushd.log | cut -d= -f2 > anonset.csv grep anonset 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. The goal is a web page with a historical view of the HUSH anonset size. 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.