From 4e0ab219bedadf8c0151401cc593274a4af8c61b Mon Sep 17 00:00:00 2001 From: Marnix Croes <93143998+MarnixCroes@users.noreply.github.com> Date: Wed, 11 Jun 2025 10:12:09 -0600 Subject: [PATCH] FAQ: how enable Electrum index --- docs/FAQ.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/FAQ.md b/docs/FAQ.md index 88d8135..f11e3bd 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -177,3 +177,15 @@ No, Libbitcoin does not have a RPC interface. Libbitcoin Server contains a Client Server Interface, using [ZeroMQ](https://zeromq.org/), that enables queries. +### How to enable the Electrum address index? + +To enable the Electrum address index, `address_buckets` & `address_size` need to be edited in the config file. + +Any value above 1 will enable the index, however low values could make it very slow. + +Possible, recommended, values are: + +``` +address_buckets = 1,315,297,540 +address_size = 30,000,000,000 +```