Categories
Uncategorized

Kadikama is an independent Proof-of-Work cryptocurrency designed around general-purpose CPU mining. Its native coin, KAD, runs on a blockchain derived from Litecoin Core but replaces Litecoin’s Scrypt mining algorithm with a customised RandomX v2 implementation. The network combines 150-second blocks, a 25 KAD starting reward, a halving-based supply schedule and features inherited from Litecoin, including SegWit, Taproot and optional MWEB transactions.

The project is unusually new. Its genesis block carries a timestamp message dated July 19, 2026, while its main Bitcointalk announcement was posted on July 24, 2026. Kadikama already has desktop wallets, source code, a dedicated miner, a mining pool and a functioning block explorer, but its public development history and wider ecosystem remain limited.

Kadikama at a Glance

CategoryKadikama details
Project nameKadikama
Native coinKAD
Network typeIndependent Layer 1 blockchain
ConsensusProof of Work
Mining algorithmRandomX v2
CodebaseLitecoin Core 0.21.5.5
Target block time150 seconds
Initial block reward25 KAD
Halving interval840,000 blocks
Estimated maximum supplyLess than 42 million KAD
PremineNone claimed; genesis reward is unspendable
Address formatK… or kad1…
Privacy featureOptional MWEB
Wallet version reviewedKadikama Core 1.0.1
LicenceMIT
Named public teamNot disclosed

These specifications are documented across the official website, source repository and launch announcement.

What Is Kadikama?

Kadikama is a native cryptocurrency rather than a token deployed on Ethereum, Solana, BNB Chain or another established network. It has its own genesis block, network identifiers, ports, addresses, seed nodes, transaction history and consensus rules. Every Kadikama full node independently downloads and validates the chain.

The project’s main proposition is straightforward: make Proof-of-Work mining practical for people with ordinary computer processors. Instead of competing directly in ASIC-heavy Scrypt or SHA-256 markets, Kadikama uses RandomX v2, a memory-oriented algorithm intended to reduce the efficiency advantage of specialised mining hardware.

That does not mean every computer will mine profitably, nor does it prevent larger operators from deploying many processors. It simply changes the hardware economics by making modern CPUs the practical baseline.

Kadikama is currently better understood as a mineable peer-to-peer currency than as a smart-contract or decentralised-application platform. Its published materials focus on mining, payments, wallets, full nodes and optional transaction privacy rather than DeFi, NFTs, on-chain applications or token issuance.

Why Kadikama Uses RandomX v2

RandomX is a Proof-of-Work design based on randomly generated programs, memory-intensive operations and execution patterns suited to general-purpose processors. The reference RandomX implementation describes itself as optimised for CPUs and intentionally structured to limit the advantage available to specialised hardware. GPUs can still run RandomX, but they generally do not enjoy the same advantage they have with highly parallel algorithms.

Kadikama modifies this approach for its Litecoin-derived blockchain. Its rx/kad profile hashes the standard 80-byte block header, with the nonce located at offset 76. The project says this layout makes ordinary XMRig releases incompatible, so miners must use the dedicated Kadikama Miner.

The miner is itself based on XMRig but has been narrowed to Kadikama’s algorithm. Its public repository states that OpenCL and CUDA support are disabled, unrelated algorithms are removed and the developer fee is set to zero.

Blockchain-derived seed epochs

Kadikama changes its RandomX seed every 2,048 blocks, with a 64-block activation delay. According to the project, the seed is derived from existing blockchain data rather than being selected freely by miners.

At a target interval of 150 seconds, one 2,048-block epoch would nominally last about 3.5 days. The delayed seed gives miners time to prepare the next RandomX dataset without allowing them to choose arbitrary seed material.

CPU-oriented mining can improve accessibility, but it cannot guarantee one-person-one-vote distribution. Server farms, botnets, cloud infrastructure and operators with inexpensive electricity may still accumulate substantially more hash power than ordinary desktop users.

Kadikama Tokenomics

KAD enters circulation through Proof-of-Work block rewards. The opening subsidy is 25 KAD per block, and the reward is scheduled to halve every 840,000 blocks. The published supply limit is slightly below 42 million KAD because block rewards eventually become too small to continue after repeated halvings.

At the intended 150-second block interval, a halving should occur approximately every four years. The actual calendar date will depend on whether average block production remains close to its target.

Emission stageBlock rewardApproximate cumulative issuance
Initial period25 KAD21 million KAD
After first halving12.5 KAD31.5 million KAD
After second halving6.25 KAD36.75 million KAD
Later halvingsContinues decreasingApproaches 42 million KAD

Transaction fees are expected to become increasingly important as the subsidy declines. However, Kadikama is only at the beginning of that emission cycle, so miners are currently funded primarily through newly created KAD.

Does Kadikama have a premine?

Kadikama describes itself as having no premine. Its source code creates a 25 KAD genesis reward but explicitly retains the Litecoin and Bitcoin behaviour under which the genesis transaction output cannot be spent. This supports the narrower claim that no spendable founder allocation was created in the genesis block.

That does not automatically establish a perfectly fair launch. The genesis message is dated July 19, while the public Bitcointalk announcement appeared on July 24. This five-day difference is not proof of improper distribution, and the website or mining access may have been available before the forum post. Still, miners evaluating launch fairness should ask when the source, binaries, pool and seed nodes first became publicly accessible.

A distribution dashboard showing early block recipients and current address concentration would make the no-premine narrative easier to evaluate independently.

Litecoin Core Foundation

Kadikama is based on Litecoin Core 0.21.5.5, retaining Litecoin’s UTXO-based accounting model and several established protocol features. It is not a sidechain or Litecoin token; the codebase has been adapted into a separate network with its own mining rules.

SegWit

Segregated Witness separates signature data from the main transaction structure. Among other benefits, it provides more predictable block-weight accounting and resolves transaction-malleability issues that affected earlier Bitcoin-style systems. Kadikama lists SegWit as active from launch.

Taproot

Taproot introduces Schnorr signatures and can reduce how much information complex spending conditions reveal when coins are spent. It may also improve efficiency for multisignature and script-based transactions. Kadikama’s source configuration sets Taproot as active on mainnet.

MWEB

MimbleWimble Extension Blocks, or MWEB, is an optional Litecoin-derived feature that can conceal transaction amounts within the extension-block system. It should not be interpreted as making every Kadikama transaction private: ordinary KAD transactions remain publicly visible on the blockchain.

Privacy also depends on wallet behaviour, transaction routing and how users enter or leave MWEB. It is more accurate to describe Kadikama as offering an optional confidentiality layer than as a completely private cryptocurrency.

Kadikama Wallets

Kadikama Core 1.0.1 is available as a desktop Qt wallet and full node for:

  • Windows x86-64
  • Linux x86-64
  • macOS x86-64

The wallet downloads include published SHA-256 checksums, allowing users to verify that downloaded files match the releases provided by the project. Mainnet legacy addresses begin with K, while Bech32 addresses begin with kad1. KAD should never be sent to Bitcoin or Litecoin addresses.

Version 1.0.1 addressed an MWEB synchronisation problem, added automatic recovery for affected block-index entries and improved the visibility of wallet synchronisation progress. That early correction is useful evidence that the software is being maintained, although the presence of a sync issue so soon after launch also reinforces the experimental nature of the network.

The project notes that its macOS build is unsigned and not notarised. Users may therefore receive an operating-system warning and should verify the checksum before opening it. Regardless of platform, wallet encryption and an offline backup are essential because the project cannot recover lost private keys.

How to Mine Kadikama

Mining requires three basic components:

  1. A CPU capable of running RandomX.
  2. A receiving address created in Kadikama Core.
  3. The dedicated Kadikama Miner for Windows or Linux.

The official pool currently operates in solo mode with a stated zero-percent fee. When a participant finds a block through the pool, the reward is written directly to the miner’s KAD address. Pool statistics can be checked by entering the same payout address used by the mining software.

The project warns that standard XMRig is not compatible because Kadikama uses a different block-header and nonce layout. Miners should obtain the dedicated build from the official repository, compare its checksum and understand that antivirus software may treat newly released mining applications cautiously.

Mining profitability cannot be assessed reliably without a market price, electricity cost, processor efficiency, network difficulty and likelihood of finding a block. A CPU being technically capable of mining KAD does not mean it will generate a financial profit.

Current Network Status

At the time of Chainquiry’s review on July 25, 2026, the official explorer reported:

  • Block height: 8,067
  • Network hash rate: approximately 3.54 MH/s
  • Difficulty: 0.0206
  • Explorer node connections: 63

The explorer was synchronised and displaying new blocks, transactions and address data in real time. These figures are a temporary network snapshot and will change as miners join or leave.

Having an operational explorer, wallet, miner and pool immediately after launch gives Kadikama more working infrastructure than projects that announce only a concept or token contract. It remains too early, however, to interpret a few days of uptime as proof of long-term reliability.

Development and Open-Source Transparency

Kadikama Core is released under the MIT licence, while the dedicated miner retains XMRig’s GPLv3 licensing. The repositories expose the node, wallet and miner code for public inspection and compilation.

Public development history is currently extremely small. When reviewed, the Kadikama Core repository showed two commits, while the miner repository showed one commit. Neither repository displayed stars, forks, open issues or pull requests, and the project’s GitHub account had joined on July 23, 2026.

A small commit count may reflect a squashed or imported code release rather than the total amount of private development work. Even so, it prevents outsiders from reviewing how the code evolved, who contributed each change and what testing occurred before mainnet.

A stronger public development process would include granular commits, tagged releases, reproducible builds, automated tests, public issues and technical contributions from more than one account.

Team, Roadmap and Security

The official website, announcement and GitHub profile reviewed by Chainquiry do not identify named founders, core developers or a registered organisation behind Kadikama. They also do not publish a detailed roadmap, governance model, treasury structure or formal project whitepaper.

Anonymous development is not unusual among mineable cryptocurrencies, but it reduces accountability. Users cannot independently review the team’s technical background, previous projects or responsibility for infrastructure and future protocol decisions.

Kadikama does provide a security policy requesting that exploitable vulnerabilities be reported privately through GitHub. The policy also warns operators not to expose unauthenticated RPC access to the public internet.

The underlying RandomX reference implementation underwent several independent audits in 2019. Those audits are relevant to the original algorithm, but they should not be mistaken for an audit of Kadikama’s specific integration, consensus modifications, wallet binaries, mining pool or dedicated miner. Chainquiry did not find a published independent audit covering the complete Kadikama implementation.

What Kadikama Does Well

Kadikama begins with a coherent technical identity rather than a collection of unrelated buzzwords. Its current strengths include:

  • A working independent blockchain
  • CPU-oriented RandomX v2 mining
  • No spendable genesis allocation
  • A predictable halving schedule
  • Open-source node and miner software
  • Windows, Linux and macOS wallets
  • Published download checksums
  • A functioning explorer and mining pool
  • SegWit, Taproot and optional MWEB support

These features create a usable foundation for miners who enjoy early-stage Proof-of-Work networks.

Main Risks and Limitations

Kadikama remains an experimental network with substantial uncertainty.

Very short operating history: Mainnet dates only to July 2026, leaving little evidence of sustained reliability or resistance to attacks.

Limited visible development: The public repositories contain only a few commits and no established contributor community.

Undisclosed team: No named developers or accountable organisation are presented in the reviewed official materials.

No Kadikama-specific audit: The availability of source code and prior RandomX audits does not replace an independent review of the full network implementation.

Early distribution uncertainty: Although there is no spendable genesis premine, the exact public-launch timeline and initial mining distribution require greater disclosure.

Hash-rate concentration: A CPU-oriented algorithm does not guarantee decentralised mining. A small number of operators or one pool could still control a large share of block production.

Limited adoption and liquidity information: The official materials reviewed do not document merchant usage, established exchange markets, trading liquidity or external integrations.

Unsigned software: The macOS build is not code-signed or notarised, and all users should verify release checksums before running binaries.

Final Assessment

Kadikama is a focused new Proof-of-Work project built for people interested in CPU mining. It combines a Litecoin-derived transaction system with RandomX v2, predictable halvings, optional MWEB confidentiality and a supply that should remain below 42 million KAD.

The project has already delivered the essential infrastructure needed to use the chain: source code, desktop wallets, mining software, seed nodes, a pool and a live explorer. That makes it technically more substantial than an announcement with no functioning product.

Its greatest weakness is not the underlying concept but the lack of history and independent verification. Kadikama has existed for days rather than years. The team is undisclosed, the repositories show little development history, no project-specific audit has been published, and its distribution, liquidity and community resilience have yet to be demonstrated.

Kadikama may interest hobbyist CPU miners willing to experiment with a young network. It should not yet be treated as a mature cryptocurrency or proven store of value. Its credibility will depend on transparent launch data, broader mining participation, reliable releases, independent code review and consistent development after the initial launch period.

KAD is a speculative crypto asset. Mining or acquiring it carries technical, liquidity and market risks, and readers should conduct independent research before participating.

Frequently Asked Questions

What is Kadikama?

Kadikama is an independent Proof-of-Work cryptocurrency based on Litecoin Core. It uses RandomX v2 to make general-purpose CPUs the practical baseline for mining.

What is the Kadikama ticker?

The native Kadikama coin uses the ticker KAD. It is a blockchain-native coin rather than a token on another network.

Can Kadikama be mined with a CPU?

Yes. Kadikama provides a dedicated CPU miner using the rx/kad RandomX v2 profile. Standard XMRig releases are not compatible with its block-header configuration.

What is the maximum KAD supply?

Kadikama’s scheduled maximum supply is slightly below 42 million KAD. The initial 25 KAD reward halves every 840,000 blocks.

Did Kadikama have a premine?

The project reports no premine, and its source code shows that the 25 KAD genesis output cannot be spent. More public information about the earliest mining period would still improve fair-launch transparency.

Is Kadikama a privacy coin?

Not completely. Kadikama supports optional MWEB confidential transactions, but ordinary transactions remain publicly visible.

Where can Kadikama wallets be downloaded?

Kadikama Core 1.0.1 is available for Windows, Linux and macOS through the project’s official wallet page and GitHub release. Users should verify the published SHA-256 checksum before opening a download.

Kadikama is now listed on Chainquiry!