# btcsuite/btcwallet

A secure bitcoin wallet daemon written in Go (golang)

Repository: https://github.com/btcsuite/btcwallet
Canonical: https://ross.abutalabs.com/products/btcwallet
Language: Go
License: ISC
License Family: permissive
Last push: 2026-08-26T15:35:31+00:00

## Health v2 (maintenance only)
Score: 67/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 8, longevity 100
- inputs: {"age_days": 4766, "days_push": 7, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1256, forks 653 (observed 2026-08-28T04:04:09.307971+00:00)

## What it is
btcwallet is a secure hierarchical deterministic (HD) bitcoin wallet daemon written in Go. It acts as an RPC client to a btcd full node and serves wallet clients via a legacy JSON-RPC server or an experimental gRPC server.

## Use cases
- run a bitcoin wallet daemon backed by a btcd full node
- manage HD bitcoin wallets with BIP32/BIP44 key derivation
- build wallet applications that talk to bitcoin over RPC or gRPC
- encrypt wallet public data for privacy
- migrate wallet apps from Bitcoin Core's JSON-RPC API

## When to choose
- you need a programmatic bitcoin wallet daemon in Go
- you already run btcd and want wallet functionality on top
- you want encrypted private keys and optional public-data encryption
- you need Bitcoin Core-compatible JSON-RPC or a gRPC wallet API

## When to avoid
- you want a lightweight SPV wallet without a full node
- you need a graphical wallet for end users
- you want a stable, finalized gRPC API
- you need multi-user or custodial wallet infrastructure

## Facets
- artifact type: service
- maturity: active
- function: rpc, cryptography, security, websocket, cli
- domain: security, backend, developer-tools
- platform: windows, go, cross-platform
- tags: bitcoin, wallet, hd-wallet, bip32, bip44, btcd, daemon, golang, cryptocurrency, linux, macos

## Member repositories
- btcsuite/btcwallet (main) score 67

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:09.307971+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T05:07:15.867072+00:00, confidence not recorded.
  - readme: https://github.com/btcsuite/btcwallet (fetched 2026-08-28T04:04:09.307971+00:00, sha ba304cc4120d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
