From 3fd519cf616d9d7294188e6600ee8d7544d08db0 Mon Sep 17 00:00:00 2001 From: Isaacdelly Date: Mon, 4 Feb 2019 21:53:26 -0800 Subject: [PATCH] Update README.md --- database/README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/database/README.md b/database/README.md index 6c7bf44..34ec5a5 100644 --- a/database/README.md +++ b/database/README.md @@ -8,8 +8,12 @@ The name of the file is the date when the database was last updated in month_day ### How Many Addresses Does The Database Have? -There are ~23 million Bitcoin addresses in the database. This is also the total number of Bitcoin addresses with a balance that exist in the blockchain. +The database currently holds XXX Bitcoin addresses. This is also the total number of Bitcoin addresses with a balance that exist in the blockchain. -### Bloom Filter FAQ +### How Is The Bloom Filter Configured? -The bloom filter is initialized with an error rate of 0.0001, and consumes a total of GB of RAM when held in virtual memory. +The bloom filter object is initialized with a XX error rate and XX bit size. + +### How Can I Verify This Information? + +Before running the program, remove the hashtag on Line 100. This will print and verify the information on this page.