# Bitcoin

> Bitcoin Core — full node, JSON-RPC, REST, descriptors, PSBT, wallets, and external signers.

- Skill: `hairyf/bitcoin` (Agent Skill, multi-file: 12 files)
- Install (CLI): `npx skillmds@latest add hairyf/bitcoin`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hairyf/bitcoin/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: hairyf (https://skillmd.com/u/hairyf)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/hairyf/bitcoin

---


> Skill based on Bitcoin Core, generated 2026-02-09. Docs: `sources/bitcoin/doc/`, [bitcoincore.org](https://bitcoincore.org/en/doc/)

Bitcoin Core is the reference Bitcoin full-node implementation. It syncs and validates the chain, runs a headless daemon or GUI, and exposes JSON-RPC and REST. It supports descriptor wallets, PSBT (multisig/hardware wallets), and external signers.

## Core References

| Topic | Description | Reference |
|-------|-------------|-----------|
| Overview | Executables (bitcoind, bitcoin-qt, bitcoin, bitcoin-cli), flows | [core-overview](references/core-overview.md) |
| Config | bitcoin.conf, precedence, locations | [core-config](references/core-config.md) |
| CLI | bitcoin-cli, bitcoin rpc, -rpcwallet | [core-cli](references/core-cli.md) |
| JSON-RPC | Endpoints, params, versioning, security | [core-rpc](references/core-rpc.md) |
| Build | CMake build (Unix), options, ZMQ | [core-build](references/core-build.md) |

## Features

### Wallets and Signing

| Topic | Description | Reference |
|-------|-------------|-----------|
| Descriptors | Output descriptor language and RPCs | [features-descriptors](references/features-descriptors.md) |
| PSBT | Partially Signed Bitcoin Transactions, RPCs, workflow | [features-psbt](references/features-psbt.md) |
| Wallets | Create, encrypt, backup, descriptor vs legacy | [features-wallets](references/features-wallets.md) |
| External signer | Hardware wallet, -signer, Signer API | [features-external-signer](references/features-external-signer.md) |

### APIs

| Topic | Description | Reference |
|-------|-------------|-----------|
| REST and ZMQ | REST endpoints, ZMQ notifications | [features-rest-zmq](references/features-rest-zmq.md) |

## External Links

- [Bitcoin Core docs](https://bitcoincore.org/en/doc/)
- [Bitcoin Core GitHub](https://github.com/bitcoin/bitcoin)
- [BIPs](https://github.com/bitcoin/bips)

