Post
Topic
Board Wallet software
Re: List of command line (CLI/TUI text-based user interface) wallet software - help
by
nc50lc
on 04/10/2024, 05:23:56 UTC
Can I ask you to suggest command line (CLI or TUI - text-based) wallet software packages for Bitcoin, please? I would like to compile a complete list of all of usable ones.
Sparrow wallet has "Sparrow Server" binaries that can only be used in CLI.
Note: it's not its SPV server software, the name is just misleading.

I haven't fully tested its terminal mode (try it before adding to the list) but this is what its --help command line option shows:
Code:
$ ./Sparrow -t true -h
Usage: sparrow [options]
  Options:
    --dir, -d
      Path to Sparrow home folder
    --help, -h
      Show usage
    --level, -l
      Set log level
      Possible Values: [ERROR, WARN, INFO, DEBUG, TRACE]
    --network, -n
      Network to use
      Possible Values: [mainnet, testnet, regtest, signet, testnet4]
    --terminal, -t
      Terminal mode
      Default: false
    --version, -v
      Show version
      Default: false