Close Menu
CryptoDigestAlert.comCryptoDigestAlert.com
    What's Hot

    Dash’s First Conference Since 2019 Lands Right As Privacy Coins Explode

    September 7, 2026

    XRP price forms a death cross, how low can it go?

    November 14, 2025

    Analyst Predicts The Ethereum Price Bottom With A Marked Path To $15,000

    February 23, 2026
    Facebook X (Twitter) Instagram
    • Privacy Policy
    • Get In Touch
    Facebook X (Twitter) Instagram
    CryptoDigestAlert.comCryptoDigestAlert.com
    • News

      Bitcoin wallet keys emerge from radioactive decay

      September 13, 2026

      Ether ETFs Gain $216M as Bitcoin ETFs Extend 4-Day Outflow Streak

      September 12, 2026

      MEXC Stock Futures Trading Volume Rises 130% in August as Trading Activity Broadens Across U.S. and Korean emory and Semiconductor Sectors

      September 11, 2026

      Bitcoin Price Falls to $77K as ETFs See Outflows While ETH and SOL ETFs Gain

      September 10, 2026

      Anthropic’s own AI safety chief says there’s a greater than 10% chance humanity gets wiped out

      September 9, 2026
    • Technology

      Goldman Sachs backs 25bp Fed hike after CPI

      September 13, 2026

      XRP ETF Filing Puts XRP Above SOL, LINK, AVAX as Short Fund Moves

      September 12, 2026

      Bitcoin rebounds above $78K as Fed hike odds hit 81%

      September 11, 2026

      USBDC Stablecoin Pilot Tests U.S. Bank Cross-Border Payments

      September 10, 2026

      Coinbase expands Morpho-powered USDC lending to Brazil

      September 9, 2026
    • Learn/Guide

      OTC Crypto Prefunding: What 100% Upfront Actually Costs

      July 29, 2026

      Wadoozie ($WADZ): The Ethereum Memecoin With a 48-State Tour and Hidden Token Rewards

      May 6, 2026

      How to Optimize Company Operational Costs: A Manual on Modern Payment Ecosystems

      March 6, 2026

      6 Best Citizenship by Investment Programs for 2026

      February 23, 2026

      Best Smart Contract Auditors and Web3 Security Companies (2026): Ranked by Verifiable Public Evidence

      February 12, 2026
    • Regulation

      Beyond RAY Pump: The Three Engines Behind Raydium’s Breakout

      September 11, 2026

      Trust Wallet Admits Meme Trading Weakness, Plans Major Upgrades In 2-3 Weeks

      September 10, 2026

      ZEC Surges 150% in a Month as ETF Demand Drives Price Separation

      September 9, 2026

      Venice (VVV) Just Hit a New All-Time High of $25.35 And the Catalysts Behind It Are Very Real

      September 8, 2026

      Dash’s First Conference Since 2019 Lands Right As Privacy Coins Explode

      September 7, 2026
    • Live Pricing Chart
    CryptoDigestAlert.comCryptoDigestAlert.com
    Home»News»Bitcoin wallet keys emerge from radioactive decay
    News

    Bitcoin wallet keys emerge from radioactive decay

    September 13, 20267 Mins Read
    Facebook Twitter Pinterest LinkedIn Tumblr Email
    Bitcoin wallet keys emerge from radioactive decay
    Share
    Facebook Twitter LinkedIn Pinterest Email



    An open-source Bitcoin seed generator has converted radioactive decay events into 12-word and 24-word BIP39 recovery phrases using an offline hardware device.

    Summary

    • Entropy32 Plus converts radioactive decay timing into twelve or twenty-four word Bitcoin recovery phrases offline.
    • Firmware collects 512 comparison bits before conditioning the pool with its SHA-256 implementation locally offline.
    • The device stores generated words temporarily in RAM and provides a manual wipe command afterward.
    • Its developer says entropy quality remains unvalidated under NIST SP 800-90B testing and independent review.
    • Open-source files cover firmware, circuit boards, fabrication data, enclosures and the BIP39 wordlist for inspection.

    The Entropy32 Plus repository, published by developer Alexander Higgins in September 2026, contains the project’s firmware, circuit-board designs, fabrication files and printable enclosure. Higgins describes the device as an experimental, educational project and warns users not to trust it with substantial funds before an independent review.

    Known as “The Universe Bifurcator,” the device takes pulses from a Geiger counter and measures the time between detected events. Its firmware converts comparisons between consecutive intervals into bits, collects a 512-bit input pool and processes the data with SHA-256.

    Entropy32 Plus then formats part of the resulting hash as a standard BIP39 recovery phrase. The device operates without Wi-Fi, Bluetooth or persistent seed storage, according to its published design.

    A Bitcoin Seed Generator Is Using Radioactive Decay for Entropy

    An open-source project called Entropy32 Plus uses radioactive decay as a physical entropy source to generate Bitcoin BIP39 seed phrases. A Geiger counter captures decay events, whose timing is processed through… pic.twitter.com/ZhREDr89HQ

    — Wu Blockchain (@WuBlockchain) September 13, 2026

    Entropy32 Plus measures time between radiation events

    Radioactive decay occurs unpredictably at the level of individual atoms. Entropy32 Plus uses the timing of detected decay events as its physical source of randomness instead of relying solely on a software-generated value.

    The current design accepts pulses through a 3.5-millimeter connection from a GQ Electronics GMC-320S Geiger counter. Its documentation says the counter can detect emissions from a radioactive source or background radiation.

    After receiving a pulse, an LM393 comparator converts the counter’s analog signal into a digital input. The custom circuit board passes that signal to an ATmega328P microcontroller.

    The project’s firmware records each accepted event using a microsecond timer. It compares the latest interval with the preceding one, producing a one when the new interval is longer and a zero when it is shorter.

    Equal intervals are discarded. Measurements below 200 microseconds are rejected as possible glitches, while accepted comparisons continue until the device has collected 512 bits.

    Higgins says this method uses pulse timing because the precise arrival of an individual decay event cannot be predicted. The developer does not claim that every collected comparison contributes one full bit of measured entropy.

    SHA-256 conditions the raw Bitcoin seed data

    Once the 512-bit pool is complete, Entropy32 Plus processes all 64 bytes through its bundled SHA-256 code. The firmware uses the first 16 bytes of the resulting hash for a 12-word phrase or all 32 bytes for a 24-word phrase.

    According to the project, hashing is intended to reduce visible patterns linked to detector dead time, count-rate changes or correlations between measurements. Hash conditioning can spread available entropy across an output, but it does not prove how much unpredictability was present in the original data.

    The firmware includes a startup test for SHA-256. It calculates the hash of “abc” and compares the result with a known value. The device stops before collecting entropy if the answer is incorrect.

    Passing the self-test confirms that the implementation returns the expected result for that test vector. It does not test the Geiger counter, assess pulse independence or measure the minimum entropy entering the hash.

    The project collects twice as many comparison bits as the maximum 256-bit BIP39 input it produces. Until the physical source undergoes formal measurement, the repository does not establish how much usable entropy each comparison contains.

    The device maps conditioned data to BIP39 words

    Following SHA-256 conditioning, the device applies the process defined in the BIP39 specification. BIP39 converts an approved entropy length into a mnemonic sentence selected from a standardized list of 2,048 words.

    For a 12-word phrase, Entropy32 Plus uses 128 bits of conditioned data and calculates a four-bit checksum. The combined 132 bits are divided into twelve 11-bit groups, with each group selecting one word.

    Its 24-word setting uses 256 bits and an eight-bit checksum. Dividing the resulting 264-bit sequence produces 24 word indexes.

    Crypto.news’ seed phrase guide explains that recovery phrases hold the information needed to restore wallet access. Anyone who obtains the correct words in their proper order can recreate the wallet’s keys.

    A seed phrase is not itself a collection of independently generated words. As crypto.news explained in its guide to public and private keys, modern Bitcoin wallets derive many private keys from one master seed. Weakness in the original entropy can therefore affect every address generated from it.

    Entropy32 Plus compiles the complete BIP39 English list into its firmware. The wordlist occupies 13,117 bytes, or roughly 43% of the microcontroller’s flash capacity, according to the repository.

    With the OLED interface, SHA-256 implementation and collection logic included, the compiled program uses 30,006 of the chip’s 30,720 available bytes. Only 714 bytes remain unused.

    Offline design keeps seeds away from connected devices

    The published hardware files list no wireless communications hardware. Users operate the generator through two buttons and read the phrase from a 0.91-inch OLED screen.

    Generated word indexes remain temporarily in the microcontroller’s RAM. Once the user records the phrase, pressing both buttons opens a confirmation process that overwrites the word array and restarts entropy collection.

    The firmware clears the original pool after copying it for processing. Temporary hash, checksum and entropy buffers are overwritten after the BIP39 indexes have been calculated.

    According to the developer, the device does not save a recovery phrase to persistent memory. The open-source design does not include a secure element or a mechanism that proves the installed firmware matches the public code.

    Physical isolation removes several network-based attack routes, but it does not verify that a device was assembled correctly or loaded with trusted software. A modified unit could display predetermined words or retain generated data without changing its outward appearance.

    Crypto.news’ wallet security guide recommends keeping recovery phrases away from phones, cloud accounts, photographs and other connected systems. Entropy32 Plus’s screen-based process is consistent with offline transcription, provided the hardware and firmware are trusted.

    Independent entropy testing remains unfinished

    The repository states that the Geiger-based entropy source has not been tested under NIST Special Publication 800-90B. NIST’s methodology covers the evaluation of physical entropy sources and includes separate procedures for independent and non-independent data.

    Higgins calls for recording raw inter-arrival times over a long period and examining them with NIST’s non-IID minimum-entropy estimators. The firmware comments warn that general statistical test results alone would not establish sufficient entropy.

    “Please verify the entropy source you intend to use otherwise understand that you will be using the device at your own risk,” the README states.

    The developer recommends mixing the Geiger-derived data with another independently validated source before creating a wallet for valuable funds. No outside audit, NIST assessment or public raw-event dataset was included in the repository as of Sept. 13.

    Past wallet failures show why entropy testing extends beyond confirming that the final words follow BIP39 formatting. Crypto.news reported that Kraken’s security chief called for independent wallet testing after a Coldcard seed-generation vulnerability.

    A related technical review explained how weak entropy can expose Bitcoin wallets without revealing which people use the affected devices. Attackers can generate possible seeds, derive their public addresses and search the blockchain for matches.

    Crypto.news later reported that predictable seed generation remained exploitable after the underlying flaw had existed for years. Correcting faulty firmware cannot repair phrases generated earlier; affected users must create new wallets and transfer their assets.

    Entropy32 Plus remains under active development. Its commit history shows an initial commit dated Sept. 4, followed by firmware, circuit-board and enclosure changes. The repository had no tagged production release or published timetable for completing an independent security assessment as of Sept. 13.





    Source link

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

    Related Posts

    Ether ETFs Gain $216M as Bitcoin ETFs Extend 4-Day Outflow Streak

    September 12, 2026

    MEXC Stock Futures Trading Volume Rises 130% in August as Trading Activity Broadens Across U.S. and Korean emory and Semiconductor Sectors

    September 11, 2026

    Bitcoin Price Falls to $77K as ETFs See Outflows While ETH and SOL ETFs Gain

    September 10, 2026

    Anthropic’s own AI safety chief says there’s a greater than 10% chance humanity gets wiped out

    September 9, 2026
    Top Posts

    Tennessee Moves Toward Bitcoin Reserve With Strict Rules on Public Fund Allocation

    April 18, 2026

    ASTER Whale Reopens 5x Long Days After Getting Fully Liquidated On The Same Token

    July 19, 2026

    Japanese Pension Fund Makes Historic Crypto Move After 6 Years

    June 23, 2026

    Welcome to CryptoDigestAlert.com! Your go-to source for fast, reliable updates from the ever-evolving world of cryptocurrency. Whether it's Bitcoin, altcoins, blockchain breakthroughs, or DeFi trends, we bring you timely insights, expert analysis, and key developments shaping the future of digital finance. Stay ahead with real-time crypto news and in-depth coverage.

    Top Insights

    Bitcoin wallet keys emerge from radioactive decay

    September 13, 2026

    Ether ETFs Gain $216M as Bitcoin ETFs Extend 4-Day Outflow Streak

    September 12, 2026

    MEXC Stock Futures Trading Volume Rises 130% in August as Trading Activity Broadens Across U.S. and Korean emory and Semiconductor Sectors

    September 11, 2026
    Advertisement
    Demo
    • News
    • Technology
    • Learn/Guide
    • Regulation
    • Business
    • Live Pricing Chart
    © 2026. Burleys Holdings Ltd Company Reg: 15927118 - Unit 15 Manor Farm, Tarnock, Axbridge, UK, BS26 2SL - Design & SEO + GEO Developed By SEO - Craig Burley

    Type above and press Enter to search. Press Esc to cancel.