Kaspa One Stop

In brief

A Kaspa wallet is software for keys, addresses, signing, and transaction workflow. Network evidence is checked separately from what a wallet screen shows.

What this page explains#

Connect user-facing operation with the node, wallet, mempool, P2P, and block-template paths that make a workflow real. This page sits in Wallets, Nodes, And Mining. It gives the topic a plain-language handle first, then shows the working idea, the mechanism, the source trail, and any limits that still matter. This category is operational, so every explanation is tied to an observable workflow. A wallet can build and sign intent, a node can sync and serve state, a miner can work on templates, and none of those observations by themselves replace accepted-network evidence.

The writing follows a simple Kaspa documentation pattern: answer the practical question first, then link outward for details. The closest public sources for this page are WIKI-WALLET, WIKI-CLI-WALLET, WIKI-NODE, WIKI-CLI-NODE, WIKI-MINING. Local notes can help choose what to explain, but public-facing references resolve to upstream websites, repositories, papers, release pages, or docs.

How to think about it#

The practical model starts by naming the layer that owns the topic: wallet use, node operation, consensus, transaction validation, Toccata script behavior, tooling, or research. From there, the page shows which public source can support the explanation and where the explanation becomes incomplete.

For Wallets, Nodes, And Mining, the model is built around these anchors: Wallet authority, node state, miner work, and accepted evidence are separate evidence surfaces; CLI wallet setup needs release, wallet README, CLI module, network, backup, send, and accepted-evidence checks; Node operation needs appdir, listen/RPC flags, sync status, indexes, logs, and network checks; Mining template, mempool, proof-of-work, pool payout, and hardware catalog claims use different evidence classes; Operational troubleshooting starts by locating the layer that owns the failure. This model is useful, but it does not encode every constant, branch, error type, or edge case. Those details belong in the source path and the source notes.

How it works#

1. Wallet authority, node state, miner work, and accepted evidence are separate evidence surfaces. Mining and proof-of-work explanations belong to the node/miner path, not the ZK path. The node prepares candidate block templates from consensus and mempool state; mining hardware or pool software searches for acceptable work. Hardware catalogs and profitability references are volatile, while the durable protocol boundary is proof of work verification and template validity.

2. CLI wallet setup needs release, wallet README, CLI module, network, backup, send, and accepted-evidence checks. Readiness pages are evidence gates. A testnet result is useful only with network name, date, release or branch, node/wallet/tool versions, and accepted evidence. Release notes and source paths support stronger claims; old testnet observations remain historical unless refreshed.

3. Node operation needs appdir, listen/RPC flags, sync status, indexes, logs, and network checks. Developer integration pages explain an interface by naming the source object behind it. API, RPC, wRPC, SDK, wallet, and indexer surfaces are useful only when they preserve the fields and evidence that the protocol layer actually defines. Accepted-state evidence, replay behavior, schema choices, and endpoint disagreement must be checked separately.

4. Mining template, mempool, proof-of-work, pool payout, and hardware catalog claims use different evidence classes. Mempool and relay behavior describe what a node is willing to hold, replace, forward, or package; they are not final acceptance. Block templates are candidate work for miners, and they can change as node state or policy changes. The guide names each stage separately: built, signed, submitted, admitted, relayed, templated, mined, and accepted.

5. Operational troubleshooting starts by locating the layer that owns the failure. Operational pages explain the workflow by separating local intent, local process state, network submission, and accepted evidence. The guide names the moving part first, then gives the verification surface that can prove or disprove the claim.

This mechanism section separates local action, node state, network submission, and accepted evidence. Commands and catalogs are useful only when current source or release evidence keeps them fresh.

How to check it#

StepCheckEvidence gate
1Check Wallet authority, node state, miner work, and accepted evidence are separate evidence surfaces.Use WIKI-WALLET, WIKI-CLI-WALLET, WIKI-NODE; check version, network, node sync, index, wallet or miner state, and accepted evidence separately.
2Check CLI wallet setup needs release, wallet README, CLI module, network, backup, send, and accepted-evidence checks.Use WIKI-WALLET, WIKI-CLI-WALLET, WIKI-NODE; add date, network, release or commit, tool version, and accepted/rejected evidence.
3Check Node operation needs appdir, listen/RPC flags, sync status, indexes, logs, and network checks.Use WIKI-WALLET, WIKI-CLI-WALLET, WIKI-NODE; check version, network, node sync, index, wallet or miner state, and accepted evidence separately.
4Check Mining template, mempool, proof-of-work, pool payout, and hardware catalog claims use different evidence classes.Use WIKI-WALLET, WIKI-CLI-WALLET, WIKI-NODE; check version, network, node sync, index, wallet or miner state, and accepted evidence separately.
5Check Operational troubleshooting starts by locating the layer that owns the failure.Use WIKI-WALLET, WIKI-CLI-WALLET, WIKI-NODE; check version, network, node sync, index, wallet or miner state, and accepted evidence separately.

When using this page operationally, record the network, software version, node sync state, wallet or miner state, and the observation being made. A local command result is useful evidence, but accepted network consequences require accepted transaction, UTXO, block, or node-source details.

Expanded Category Guide#

This category carries practical operation paths. Its pages should separate wallet-side evidence, node policy, block templates, miner work, and later accepted evidence while marking command-level details as freshness-sensitive.

Use this category as a curated path. Start with the category README to understand the boundary, then read the mechanism pages, then follow source-path or open-gap pages for claims that need stronger evidence. If a page contains needs checking rows, keep those claims visibly unresolved until a reader reads the cited public source directly.

The category should not be treated as final authority by folder name alone. The authority comes from page Source Notes, Source Lists, public URLs, and the status labels attached to each claim.

  • wallets-nodes-mining
  • wallets

Topic pages#

  • Wallets: A wallet is best understood as key and transaction workflow software, not as the place where coins physically live.
  • Setting Up A CLI Wallet: The CLI wallet guide follows an operation-guide shape: prepare, create or import, back up, connect to a node, build a transaction, sign, submit, and verify.
  • Wallet Roundtrip Evidence: Wallet roundtrip evidence checks whether intent survives build, signing, decoding, submission, and accepted-state observation.
  • Message Signing And KIP-0005: Message-signing support is treated as feature-specific wallet behavior that needs source and KIP evidence before current claims are made.
  • Wallet Safety And Backup: Wallet safety pages focus on backup, seed handling, wallet files, network selection, and avoiding accidental loss of authority.
  • Wallet Troubleshooting: Wallet troubleshooting maps symptoms to wallet file, daemon, node connection, network, UTXO index, signing, and broadcast layers.
  • Nodes: A node is the local participant that syncs, validates, communicates with peers, serves APIs, and provides the state surface wallets and miners depend on.
  • Setting Up A CLI Node: The CLI node page turns Kaspa documentation operation flow into a source-checked checklist.
  • Docker And Self-Hosted Nodes: Self-hosted and Docker node pages explain deployment surfaces while keeping image tags and commands freshness-sensitive.
  • P2P And IBD: P2P and IBD explain how a node becomes useful by connecting to peers and catching up to network state.
  • Node Sync, Logs, Ports, And Indexes: Node sync, logs, ports, and indexes are the practical evidence surfaces operators inspect before trusting local state.
  • Mining: Mining joins node state, block template construction, and proof of work search. It should be explained without profitability or hype framing.
  • Solo And Pool Mining Flow: Solo and pool mining are explained as different operational routes from block templates to proof-of-work attempts and payout evidence.
  • Mining Hardware And High-Staleness Catalogs: Mining hardware, hashrate tables, pools, and profitability references are volatile catalog material, not durable protocol education.
  • Mining Troubleshooting: Mining troubleshooting separates node sync, template construction, miner connection, proof-of-work attempts, pool policy, and accepted block evidence.
  • Mempool And Block Templates: This page bridges operations and protocol source: a node may admit a transaction, but miners still need a valid block template and consensus still decides acceptance.
  • Operational Troubleshooting: Troubleshooting is symptom-led: the first job is to identify whether the failure lives in wallet, node, network, mempool, miner, indexer, or source freshness.
  • Operations Source Path: The operations source path maps user symptoms to the files and tests that can support a current claim.

Topic notes#

This category is accepted when the subpages explain the actual topics, not merely the source links. Each subpage carries public source IDs, claim labels, Open Questions, and a path from first contact into source review.

Source-linkedReviewed 2026-07-09 · 30 public sourcesEvidence and sources
Evidence and sources30 public sources · reviewed 2026-07-09
Rusty Kaspad Docker ImagePublic source
hub.docker.com/r/kaspanet/rusty-kaspad
Technical details

Reference key: DOC-RUSTY-KASPAD-DOCKER

Recheck this public source before relying on exact current details.

Rusty Kaspa CLI Wallet ModulesRusty Kaspa source
github.com/kaspanet/rusty-kaspa/blob/78257f273a26c4be085bab0f79437dee99ca8835/cli/src/modules/wallet.rsgithub.com/kaspanet/rusty-kaspa/blob/78257f273a26c4be085bab0f79437dee99ca8835/cli/src/modules/server.rsgithub.com/kaspanet/rusty-kaspa/blob/78257f273a26c4be085bab0f79437dee99ca8835/cli/src/modules/connect.rsgithub.com/kaspanet/rusty-kaspa/blob/78257f273a26c4be085bab0f79437dee99ca8835/cli/src/modules/send.rsgithub.com/kaspanet/rusty-kaspa/blob/78257f273a26c4be085bab0f79437dee99ca8835/cli/src/wizards/wallet.rsgithub.com/kaspanet/rusty-kaspa/blob/78257f273a26c4be085bab0f79437dee99ca8835/cli/src/wizards/import.rs
Technical details

Reference key: RK-CLI-WALLET

Recheck this public source before relying on exact current details.

Rusty Kaspa Mempool StandardnessRusty Kaspa source
github.com/kaspanet/rusty-kaspa/blob/78257f273a26c4be085bab0f79437dee99ca8835/mining/src/mempool/check_transaction_standard.rsgithub.com/kaspanet/rusty-kaspa/blob/78257f273a26c4be085bab0f79437dee99ca8835/mining/src/mempool/check_transaction_limits.rsgithub.com/kaspanet/rusty-kaspa/blob/78257f273a26c4be085bab0f79437dee99ca8835/mining/src/mempool/populate_entries_and_try_validate.rs
Technical details

Reference key: RK-MEMPOOL-STANDARD

Recheck this public source before relying on exact current details.

Rusty Kaspa PoW And kHeavyHashRusty Kaspa source
github.com/kaspanet/rusty-kaspa/tree/78257f273a26c4be085bab0f79437dee99ca8835/consensus/pow/srcgithub.com/kaspanet/rusty-kaspa/blob/78257f273a26c4be085bab0f79437dee99ca8835/crypto/hashes/src/pow_hashers.rsgithub.com/kaspanet/rusty-kaspa/blob/78257f273a26c4be085bab0f79437dee99ca8835/consensus/src/pipeline/header_processor/post_pow_validation.rs
Technical details

Reference key: RK-POW-KHEAVYHASH

Recheck this public source before relying on exact current details.

Rusty Kaspa Template SelectorsRusty Kaspa source
github.com/kaspanet/rusty-kaspa/blob/78257f273a26c4be085bab0f79437dee99ca8835/mining/src/mempool/model/frontier/selectors.rsgithub.com/kaspanet/rusty-kaspa/blob/78257f273a26c4be085bab0f79437dee99ca8835/mining/src/block_template/builder.rsgithub.com/kaspanet/rusty-kaspa/blob/78257f273a26c4be085bab0f79437dee99ca8835/mining/src/manager.rs
Technical details

Reference key: RK-TEMPLATE-SELECTORS

Recheck this public source before relying on exact current details.

MiningKaspa documentation
wiki.kaspa.org/en/mining
Technical details

Reference key: WIKI-MINING

Recheck this public source before relying on exact current details.

NodeKaspa documentation
wiki.kaspa.org/en/node
Technical details

Reference key: WIKI-NODE

Recheck this public source before relying on exact current details.

WalletKaspa documentation
wiki.kaspa.org/en/wallet
Technical details

Reference key: WIKI-WALLET

Recheck this public source before relying on exact current details.