Cryptix Wallet Daemon

Command-line daemon for automated wallet operations such as balance checks, address management, transaction creation, signing, and broadcasting.

Cryptix Wallet Daemon

Important

Start your node with --utxoindex, otherwise daemon queries can fail.

Downloads

Usage

cryptixwallet [OPTIONS] <command>

Application Options

  • /V, /version - Display version information and exit
  • /testnet - Use the test network
  • /simnet - Use simulation test network
  • /devnet - Use development test network
  • /override-dag-params-file: - Override DAG params (devnet only)

Help Options

  • /? - Show help
  • /h, /help - Show help

Available Commands

  • balance - Show balance of a public address
  • broadcast - Broadcast a transaction
  • create - Create a new wallet
  • create-unsigned-transaction - Create unsigned Cryptix transaction
  • dump-unencrypted-data - Print unencrypted wallet data
  • get-daemon-version - Get daemon version
  • new-address - Generate new public address
  • parse - Parse transaction and print contents
  • send - Send transaction to public address
  • show-addresses - Show all wallet addresses
  • sign - Sign partially signed transaction
  • start-daemon - Start wallet daemon
  • sweep - Sweep funds from given Schnorr private key
cryptixwallet start-daemon
cryptixwallet balance <address>
cryptixwallet new-address

Use cryptixwallet --help to print the full argument and command reference in your local environment.