We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ddaa2 commit e43e927Copy full SHA for e43e927
1 file changed
readme.md
@@ -12,11 +12,15 @@
12
13
</div></h1>
14
15
-A docker image of Bitcoin Core with support for the following platforms:
+Docker container for running a Bitcoin Core full node.
16
17
-* `amd64` (x86_64)
18
-* `arm32v7` (armv7)
19
-* `arm64` (aarch64, armv8)
+## Features ✨
+
+- Runs a Bitcoin Core full node
20
+- Supports amd64 and arm64 platforms
21
+- Exposes the JSON-RPC and peer-to-peer ports
22
+- Supports custom `bitcoin.conf` configuration
23
+- Includes `bitcoin-cli` for node management
24
25
## Usage 🐳
26
0 commit comments