Skip to content

CLI Flags

Terminal window
nousd [flags]
FlagDefaultDescription
--port8333P2P network port
--rpcport8332JSON-RPC API port
--datadir~/.nousData directory
--seedsComma-separated seed node addresses
--testnetfalseRun on testnet
Terminal window
nousd --port 8333 --rpcport 8332 \
--seeds 80.78.25.211:8333,80.78.26.244:8333

The miner is bundled inside the NOUS Reasoner app and is not typically run standalone. For reference:

Terminal window
miner [flags]
FlagDefaultDescription
--nodeNode RPC URL
--addressMining reward address
--solverprobsatSolver: probsat, ai-guided, pure-ai, custom
--ai-provideranthropicAI provider: anthropic, openai
--api-keyAPI key for AI provider
--modelclaude-sonnet-4-6AI model name
--base-urlCustom API base URL
--scriptPath to custom solver script
Terminal window
miner --node http://rpc.nouschain.org/api \
--address nous1q8xsvw4sjn4880snr9h24yk4vwflav5fja24dhn \
--solver probsat

The wallet backend communicates via stdin/stdout JSON-RPC with the Electron app. It is not intended to be used directly.

Terminal window
wallet-backend [-node URL]
FlagDefaultDescription
-nodehttp://rpc.nouschain.org/apiNode RPC URL

Wallet data is stored at ~/.nous-wallet/wallet.dat.