Skip to content

Commit ac50e39

Browse files
spoderman-xbtkelsos
authored andcommitted
Update docs for BTC Mempool API support
1 parent e53dfae commit ac50e39

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

usage-guides/customization.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,11 @@ In this menu you can also edit, delete or add more nodes.
323323

324324
> Set the RPC endpoint for the Ethereum consensus layer beacon node. If unreachable, beaconcha.in will be used. For DAppNode Ethereum validator users, find the RPC node setting in the DAppNode Package for the Execution Client.
325325
326+
#### Connecting to a Bitcoin Mempool instance
327+
328+
> A local Bitcoin node can be used to query balances and transactions via [Mempool](https://mempool.space)'s API. [Mempool](https://github.com/mempool/mempool) is an open source project that can be self-hosted on Bitcoin nodes. It is readily available to install on many full-node distros such as Umbrel or Raspiblitz. Mempool uses port 4080 by default. Please include this when setting the endpoint (e.g. `http://localhost:4080`). Other custom ports should also work.
329+
> Please note that transaction querying is currently not supported and historical transaction fetching will fail. Only address balance querying is supported when using a custom mempool instance.
330+
326331
## Module Settings
327332

328333
Choose the "Module" section of the settings to customize the enabled modules and the queried addresses for each module.

0 commit comments

Comments
 (0)