Skip to content

Commit 0d324cb

Browse files
authored
Merge pull request #215 from bitcoin-computer/node-docs
Docs: make docs for node visible
2 parents 63a046d + b3d108d commit 0d324cb

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

packages/docs/node.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,9 @@
11
---
22
order: -50
33
icon: package
4-
visibility: hidden
54
---
65

7-
# Node (Under Construction)
8-
9-
## Features
10-
11-
* Supports queries for the balance, the UTXO set, and the list of transactions of any address.
12-
* Multiplatform Docker images work on all major computer architectures (linux/amd64, linux/arm/v7, linux/arm64)
13-
* You can start the node in a single line of code.
14-
* Allow and deny access to Bitcoin RPC endpoints using a regular expression
15-
* Filter IP addresses by country
16-
* Enforce allowlist and denylist
17-
* Optimized for running large test suites on regtest
18-
* Synchronizes in parallel and makes use of all cores of a machine.
19-
* Simple architecture, consisting of bitcoind and a psql database
20-
* All functionality of a Bitcoin node (build, sign, and broadcast txs)
6+
# Node
217

228

239
## Prerequisites

0 commit comments

Comments
 (0)