From b3d108dc6c00b97cc190255a77b3c7dc59423965 Mon Sep 17 00:00:00 2001 From: Clemens Ley Date: Wed, 19 Jun 2024 17:11:15 -0300 Subject: [PATCH] Docs: make docs for node visible --- packages/docs/node.md | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/packages/docs/node.md b/packages/docs/node.md index 1cf4bc393..53b58d0d9 100644 --- a/packages/docs/node.md +++ b/packages/docs/node.md @@ -1,23 +1,9 @@ --- order: -50 icon: package -visibility: hidden --- -# Node (Under Construction) - -## Features - -* Supports queries for the balance, the UTXO set, and the list of transactions of any address. -* Multiplatform Docker images work on all major computer architectures (linux/amd64, linux/arm/v7, linux/arm64) -* You can start the node in a single line of code. -* Allow and deny access to Bitcoin RPC endpoints using a regular expression -* Filter IP addresses by country -* Enforce allowlist and denylist -* Optimized for running large test suites on regtest -* Synchronizes in parallel and makes use of all cores of a machine. -* Simple architecture, consisting of bitcoind and a psql database -* All functionality of a Bitcoin node (build, sign, and broadcast txs) +# Node ## Prerequisites