pull down to refresh

A lightweight, privacy-focused CLI wallet for mainchain from the BlueWallet CTO.

Early software. Still under active development. Blueberry is a light Bitcoin wallet that runs in the terminal. It uses Neutrino-style compact filters to sync without downloading the full chain, and it favors private network paths — encrypted BIP-324 peers, and Tor when you broadcast a spend. You can create or restore a wallet, see balance and history, receive, and send.

Features

  • Neutrino light sync — headers + compact filters; fetch full blocks only when they match your wallet
  • Private by default — BIP-324 encrypted peer links; broadcast spends over Tor
  • Native SegWit (BIP84)
  • Create or restore — new 12-word seed, or import a seed / account zpub / compressed WIF / address
  • Watch-only ready — zpub wallets can build unsigned PSBTs (including air-gapped anmated QR flow)
  • Receive
  • Send — set amount or send max; hot wallets sign in-app; watch-only export for external signing
  • Live sync dashboard — peers, chain tip, filters, matching, blocks, balance, and transactions in one TUI
  • Desktop cli but has UI
Built for people who want Neutrino-style light sync and stronger privacy, without leaving the terminal

Blue Wallet already does a nice job of inhabiting the "medium" wallet space (maybe the place to which you combine various lightning, ecash, ark balances before sending to cold storage). But, in default mode it is not so great for privacy. Perhaps this is a better solution?

Why is this better than a pruned core watch-only wallet?

reply