The concept sits at the intersection of physics and Bitcoin self-custody: a seed phrase is only as secure as the randomness behind it, and radioactive decay is a well-understood physical process with genuinely unpredictable timing.
Entropy32 Plus is an open-source Bitcoin seed-phrase generator that draws its randomness from radioactive decay, using a Geiger counter to time nuclear events and convert them into BIP39 mnemonic phrases, according to the project’s public repository. The maintainer explicitly states that the device’s entropy quality has not yet been validated, framing it as a hobbyist and educational build rather than a production wallet tool.
The concept sits at the intersection of physics and Bitcoin self-custody: a seed phrase is only as secure as the randomness behind it, and radioactive decay is a well-understood physical process with genuinely unpredictable timing. The captainchapster/Entropy32-Plus repository describes the device as generating Bitcoin BIP39 seed phrases from that decay signal. For related coverage, see Bitcoin Long-Term Holders Sold 539,000 BTC: CryptoQuant.
What follows distinguishes what the project documents from what remains unproven. Careful handling of a seed phrase matters regardless of how the underlying randomness is sourced, a theme that echoes recent incidents where Bitcoin wallets were reportedly linked to home addresses through data exposure rather than weak cryptography. For related coverage, see Revolut Says KYC, Bitcoin Data Exposed After Fake Request.
WHAT TO KNOW
- The project reports generating Bitcoin BIP39 seed phrases from radioactive-decay timing captured by a Geiger counter.
- The physical entropy source alone does not establish wallet security; the maintainer says NIST SP 800-90B validation is still pending.
How Entropy32 Plus Uses Radioactive Decay for Seed Generation
The device treats radioactive decay as a physical entropy source. A Geiger counter detects events from a radioactive sample or background radiation and sends pulses over a 3.5 mm audio connection, where an LM393 comparator conditions the electrical signal, the maintainer states.
The firmware then compares successive pulse intervals to extract bits: a longer interval produces a 1, a shorter interval produces a 0, and equal intervals are discarded. The raw bit pool, defined as RAW_POOL_BITS, is configured to 512 bits before any conditioning takes place.
Raw comparison-bit pool
It is worth separating three distinct stages here: the physical randomness of decay timing, the collected raw entropy in the 512-bit pool, and the final mnemonic generation. Each stage is a different step, and a strong physical source does not by itself guarantee a correct or secure mnemonic.
The hardware, as listed by the maintainer, centers on an ATmega328P microcontroller paired with the LM393 comparator, a 0.91-inch OLED display and a Geiger-counter connection designed for the GQ Electronics GMC-320S. The project also states the device operates offline, without wireless connectivity or persistent seed storage, though that is a documented design claim rather than a verified hardware-security assessment.
The firmware and software are released under the MIT license, while the hardware design carries the CERN-OHL-S v2 license, per the repository. That open licensing is what allows the mechanism to be inspected at all, in contrast to closed-source signing devices.
Where Radioactive Entropy Fits Into BIP39 Seed Phrases
BIP39 is the standard that turns raw entropy into a human-readable recovery phrase. Under the specification, 12 words encode 128 bits of initial entropy plus a 4-bit checksum, while 24 words encode 256 bits plus an 8-bit checksum, with each word representing an 11-bit index into a fixed 2,048-word list, according to the BIP39 specification.
Entropy32 Plus hashes its raw pool with SHA-256 and offers either a 12-word or 24-word output, using 16 or 32 bytes of the conditioned output respectively, per the published firmware. Those are output sizes, not independently measured entropy estimates.
Selectable BIP39 mnemonic lengths
12 or 24 words
A crucial distinction for Bitcoin users: the mnemonic phrase is not the same as the wallet seed. BIP39 words and their checksum are an encoding of entropy; the binary seed used to derive private keys and addresses is produced by a subsequent key-stretching step from that mnemonic. Correct BIP39 encoding and genuinely random entropy are separate properties, and the presence of one does not confirm the other.
The firmware also runs a SHA-256 known-answer boot test, hashing the input “abc” and halting if the computed digest differs from the expected value. That check confirms the hash implementation is working; it says nothing about the quality of the physical entropy feeding it.
What Remains to Verify About Entropy32 Plus Security
The most important caveat comes from the project itself: entropy quality has not been validated against NIST SP 800-90B, the standard methodology for estimating min-entropy, and the maintainer describes the build as a hobbyist and educational project, advising independent auditing before use with significant funds.
Several open questions determine whether the design is sound in practice. Independent entropy measurement, bias handling in the interval-comparison method, detection of a failed or absent radioactive source, and third-party review of the implementation are verification tasks, not confirmed features. The claim that the device delivers cryptographically sufficient entropy for protecting Bitcoin funds is, at this stage, unconfirmed.
The single fetched secondary account, from TokenPost dated September 13, 2026, corroborates the decay-timing, SHA-256 and BIP39 mechanism and the unfinished NIST validation, attributing the disclosure to Wu Blockchain. That reporting does not document independent physical-device testing, and no comparative security assessment against established wallet entropy generators was obtained.
Practical custody questions also remain outside the documentation: how a phrase is generated, displayed, stored and transferred to a wallet. Phrase exposure and backup discipline stay relevant no matter how strong the randomness source is, a point underscored by reports that Bitcoin histories and IDs were exposed after a fake request and separate claims that KYC data and Bitcoin histories were exposed through operational failures rather than cryptographic ones.
For context, Bitcoin traded at $76,639 with a roughly 0.9% move over 24 hours at the time of research, while broad market sentiment on the Fear & Greed Index sat at 61, in “Greed” territory. Those figures are background only and are not evidence of any device-driven market effect.
Self-custody security ultimately rests on the integrity of the seed, and Bitcoin’s underlying network fundamentals continue independent of any single tool: the protocol’s difficulty adjustment recalibrates every 2,016 blocks to hold the roughly ten-minute block interval, keeping the base layer that these seed phrases ultimately protect running on schedule.
Disclaimer: This article is for informational purposes only and does not constitute financial or investment advice. Cryptocurrency and digital asset markets carry significant risk. Always do your own research before making decisions.