From 3309d348526e4ab8fc8198ff00075f9e328a4b73 Mon Sep 17 00:00:00 2001 From: Isaacdelly Date: Mon, 4 Feb 2019 18:19:13 -0800 Subject: [PATCH] Update README.md --- database/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/database/README.md b/database/README.md index 48144aa..6c7bf44 100644 --- a/database/README.md +++ b/database/README.md @@ -9,3 +9,7 @@ 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. + +### Bloom Filter FAQ + +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.