Command-line daemon for automated wallet operations such as balance checks, address management, transaction creation, signing, and broadcasting.
Start your node with --utxoindex, otherwise daemon queries can fail.
cryptixwallet [OPTIONS] <command>
/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)/? - Show help/h, /help - Show helpbalance - Show balance of a public addressbroadcast - Broadcast a transactioncreate - Create a new walletcreate-unsigned-transaction - Create unsigned Cryptix transactiondump-unencrypted-data - Print unencrypted wallet dataget-daemon-version - Get daemon versionnew-address - Generate new public addressparse - Parse transaction and print contentssend - Send transaction to public addressshow-addresses - Show all wallet addressessign - Sign partially signed transactionstart-daemon - Start wallet daemonsweep - Sweep funds from given Schnorr private keycryptixwallet start-daemon
cryptixwallet balance <address>
cryptixwallet new-address
Use cryptixwallet --help to print the full argument and command reference in your local environment.