{
  "version": "https://jsonfeed.org/version/1.1",
  "title": "Neptune Cash Community",
  "description": "Updates, guides, and perspectives from the Neptune Cash community.",
  "home_page_url": "https://useneptune.org/",
  "feed_url": "https://useneptune.org/feed.json",
  "icon": "https://useneptune.org/img/brand/logo_neptune.jpg",
  "favicon": "https://useneptune.org/img/brand/logo_neptune.jpg",
  "language": "en",
  "authors": [
    {
      "name": "Neptune Cash Community",
      "url": "https://useneptune.org/"
    }
  ],
  "items": [
    {
      "id": "https://useneptune.org/blog/neptune-bulletin-2/",
      "url": "https://useneptune.org/blog/neptune-bulletin-2/",
      "title": "⭐ Neptune Bulletin #2",
      "summary": "Four releases in fourteen days, watch-only addresses in the wallet, and transaction chaining heading into security review. Covering 30 July to 12 August 2026.",
      "content_html": "<p><em>A community-run summary of what is happening across the Neptune Cash ecosystem.</em></p>\n<hr>\n<h2 id=\"-in-brief\">📌 In brief</h2>\n<ul>\n<li><strong>Three neptune-core releases in two weeks.</strong> v0.15.0 came out of the audit findings, and v0.16.0 reworked how nodes sync.</li>\n<li><strong>The wallet can now watch an address without being able to spend from it.</strong> v4.2.0 adds viewing-key import, a lock that engages automatically after 15 minutes, and sends that survive a block landing mid-proof.</li>\n<li><strong>A payment URI standard is on the table, and it is still waiting for comments.</strong> NIP-002 would let a link or a QR code open a wallet with the address and amount already set. Three design questions are open.</li>\n<li><strong>Transaction chaining is the near-term focus, with succinctness queued behind it.</strong> The TASM code is written, a security review comes next, and activating it will need a hard fork.</li>\n</ul>\n<h2 id=\"-releases\">📦 Releases</h2>\n<p><strong><a href=\"https://github.com/Neptune-Crypto/neptune-core/releases/tag/v0.15.0\" target=\"_blank\" rel=\"noopener noreferrer\">neptune-core v0.15.0</a></strong> (30 July) is a security release out of the audit findings. The wallet now checks that a lock script really is yours and really is satisfiable before recording a UTXO, closing a hole where you could be made to credit yourself coins you cannot spend.</p>\n<p><strong><a href=\"https://github.com/Neptune-Crypto/neptune-core/releases/tag/v0.15.1\" target=\"_blank\" rel=\"noopener noreferrer\">v0.15.1</a></strong> (31 July) is a one-day follow-up: sync-loop fixes so a peer feeding you a bad block during catch-up can’t wedge the process, plus new <code>neptune-cli</code> commands to check whether a specific payment has actually landed in the mutator set.</p>\n<p><strong><a href=\"https://github.com/Neptune-Crypto/neptune-core/releases/tag/v0.16.0\" target=\"_blank\" rel=\"noopener noreferrer\">v0.16.0</a></strong> (7 August) is about syncing. Nodes catching up can now request cryptographically authenticated blocks rather than relying on what a peer provides, and a node that is itself still syncing can serve those onward. Mutator-set removal-record maintenance went from O(N²) to O(N), the operation that dominates catching up after downtime.</p>\n<p><strong><a href=\"https://github.com/Neptune-Crypto/neptune-wallet-app/releases/tag/v4.2.0\" target=\"_blank\" rel=\"noopener noreferrer\">neptune-wallet-app v4.2.0</a></strong> (5 August) is about watching and locking. Importing a viewing key (<code>nview…</code> or <code>nechvk…</code>) lets the wallet monitor incoming payments from a machine that holds no spending key, and adding the receiver preimage gives a true balance. The wallet can now be locked manually, and it also locks itself after 15 minutes by default, which is on after upgrading. Sends also survive a block landing mid-proof: a proof in flight when a block arrives is rebuilt against the new tip instead of failing, and once broadcast a transaction is no longer re-proven every block, since keeping it valid is the node’s responsibility.</p>\n<h2 id=\"-proposals\">📝 Proposals</h2>\n<p>The <strong>payment URI scheme</strong> RFC is now a formal proposal, <strong><a href=\"https://github.com/Neptune-Crypto/nips/pull/2\" target=\"_blank\" rel=\"noopener noreferrer\">NIP-002</a></strong>. It defines payment links, QR codes and deep-linking using the scheme string <code>neptunecash:</code>. The payoff is practical: an invoice, a donation page or a shop could offer a link or a QR code that opens your wallet with the amount already set alongside the address, and because the format is a standard rather than one wallet’s convention, every wallet and payment tool can support it the same way.</p>\n<p>The proposal carries three open questions for reviewers: the scheme name, QR-code capacity against Neptune’s address length, and how amounts are denominated. It has zero replies on <a href=\"https://talk.neptune.cash/t/362\" target=\"_blank\" rel=\"noopener noreferrer\">the forum</a> and no comments on the PR since 4 August. If you want to influence how Neptune payment links work, now is the time.</p>\n<p>Separately, the <strong><a href=\"https://talk.neptune.cash/t/359\" target=\"_blank\" rel=\"noopener noreferrer\">block-time thread</a></strong>, opened just after Bulletin #1, has produced a concrete idea: Thorkil suggested letting transactions sync against the <em>n</em> last blocks rather than only the current tip, so proofs relating to slightly older blocks aren’t rejected, calling it “not impossible, but challenging.” That is the real constraint on shorter block times, and it is now written down instead of scrolling past in a chat window.</p>\n<h2 id=\"-direction\">🧭 Direction</h2>\n<p><strong>What transaction chaining would change.</strong> Today an output has to be confirmed in a block before it can be spent again, so a run of payments advances one block at a time. Chaining lets the unconfirmed outputs of one transaction be spent as the inputs of the next. For anyone paying in sequence, a merchant settling a series of payments or a wallet spending its own change, that is the difference between waiting for a block at each step and not waiting at all.</p>\n<p><strong>Transaction chaining is the near-term roadmap, and succinctness is behind it.</strong> The 10 August dev update has Alan finishing the TASM code with most unit tests, leaving end-to-end integration, and Thorkil reviewing and integrating it into transaction processing. A security review comes next, to find vulnerabilities and other problems before the implementation goes live.</p>\n<p><strong>An earlier audit raised a soundness question about Triton VM</strong>, which the team assesses as “a theoretical soundness concern for Triton VM when analyzed in isolation” posing “no risk of funds theft or token inflation within the current Neptune Cash system architecture.” A fix is not yet released.</p>\n<h2 id=\"-coverage\">📖 Coverage</h2>\n<p><strong>This site published a <a href=\"https://useneptune.org/technology\">Technology page</a> on 11 August</strong>, a plain-terms explanation of how Neptune keeps payments private and proves them valid, covering the mutator set, address formats, lock and type scripts, Triton VM, zk-STARKs and Tip5. It is written for newcomers, and assumes no prior knowledge of the cryptography involved.</p>\n<h2 id=\"-elsewhere\">🌍 Elsewhere</h2>\n<p><strong>A machine-checked proof about zk-STARKs landed</strong> on 3 August: <em>Isabelle/STARK: A Formalization of zk-STARK in Isabelle/HOL</em> (<a href=\"https://arxiv.org/abs/2608.01965\" target=\"_blank\" rel=\"noopener noreferrer\">arXiv 2608.01965</a>). Isabelle is a proof assistant, software in which each step of a mathematical argument is stated precisely enough that a machine can check it follows. HOL stands for higher-order logic, a form of logic that can quantify over functions and predicates rather than only over values. The work carries a staged soundness theorem with an explicit probability bound, plus a model that can be executed. Neptune’s entire security argument reduces to “the STARK is sound,” which is what makes machine-checked work on these protocols worth watching.</p>\n<p><strong>IBM and the University of Chicago <a href=\"https://newsroom.ibm.com/2026-07-30-ibm-and-the-university-of-chicago-demonstrate-quantum-advantage,-establishing-trusted-quantum-computation-on-logical-circuits\" target=\"_blank\" rel=\"noopener noreferrer\">claimed verified quantum advantage</a></strong> on 70 logical qubits on 30 July. Worth knowing what it isn’t: an independent fact-check on 1 August concluded these papers “provide no technical basis for revising CRQC or Q-Day estimates, or for changing an organization’s PQC migration plan.” Breaking RSA-2048 needs roughly 1,400 simultaneously active logical qubits under fault tolerance, a different regime. Neptune’s case is better served by being accurate about quantum timelines than by amplifying them.</p>\n<h2 id=\"-worth-doing\">✅ Worth doing</h2>\n<ul>\n<li><strong>Upgrade</strong> to neptune-core v0.16.0 and wallet v4.2.0.</li>\n<li><strong>Comment on <a href=\"https://github.com/Neptune-Crypto/nips/pull/2\" target=\"_blank\" rel=\"noopener noreferrer\">NIP-002</a>.</strong> Three open design questions, zero responses so far.</li>\n<li><strong>Anyone with Rust and STARK experience:</strong> transaction chaining goes to security review next, before the implementation goes live. That is the highest-leverage code in the project right now and extra eyes are worth more before the hard fork than after. Introduce yourself on <a href=\"https://talk.neptune.cash\" target=\"_blank\" rel=\"noopener noreferrer\">talk.neptune.cash</a>.</li>\n</ul>\n<hr>\n<p><em>Corrections and additions welcome. Discussion in the <a href=\"https://talk.neptune.cash/t/neptune-bulletin-a-community-roundup-of-what-is-happening-across-the-project/358\" target=\"_blank\" rel=\"noopener noreferrer\">Neptune Bulletin thread on the forum</a>.</em></p>",
      "date_published": "2026-08-13T00:00:00.000Z",
      "authors": [
        {
          "name": "Neptune Cash Community"
        }
      ]
    },
    {
      "id": "https://useneptune.org/blog/how-neptune-cash-works/",
      "url": "https://useneptune.org/blog/how-neptune-cash-works/",
      "title": "How Neptune Cash works",
      "summary": "A new Technology page explains in plain terms how Neptune Cash keeps payments private and proves them valid.",
      "content_html": "<p>A payment on the Neptune Cash chain is a sealed record plus a proof, and nodes check the proof instead of the record. The chain does not store who paid whom or how much. Coins arrive locked inside envelopes that no one can open or alter, and a zero-knowledge proof shows that every rule was followed. If it holds, the payment is valid. Nothing about the sender, the receiver, or the amount had to be published to make that work.</p>\n<p><strong>There is now a page on this site that explains the rest of the system the same way: <a href=\"https://useneptune.org/technology\">Technology</a>.</strong> Neptune Cash is built on ideas that take some unpacking, and the page exists to do exactly that: to make the technology understandable and digestible for anyone curious about how it all works.</p>\n<p>The page is also honest about the edges: what is shipped today, what is still on the roadmap, and where the headline claims have precise boundaries. It stops where the real documentation starts: the <a href=\"https://docs.neptune.cash/\" target=\"_blank\" rel=\"noopener noreferrer\">official docs</a> and the <a href=\"https://neptune.cash/whitepaper\" target=\"_blank\" rel=\"noopener noreferrer\">whitepaper</a> go deeper. If something is unclear or wrong, say so on the <a href=\"https://talk.neptune.cash/\" target=\"_blank\" rel=\"noopener noreferrer\">forum</a>; corrections are genuinely welcome.</p>",
      "date_published": "2026-08-11T00:00:00.000Z",
      "authors": [
        {
          "name": "Neptune Cash Community"
        }
      ]
    },
    {
      "id": "https://useneptune.org/blog/neptune-bulletin-1/",
      "url": "https://useneptune.org/blog/neptune-bulletin-1/",
      "title": "⭐ Neptune Bulletin #1",
      "summary": "Difficulty up elevenfold behind a faster GPU miner, a security review that found no critical flaws but pushed succinctness back, and the first timelocked NPT trade, at four to one. Covering 15 to 29 July 2026.",
      "content_html": "<p><strong>This is the first Neptune Bulletin</strong>: a regular roundup of what is happening across Neptune Cash, for people who want to follow the project without having to follow every forum thread, Telegram message, X post, release note and commit.</p>\n<p>Development itself is already well covered, by the forum, the repositories and the core team’s own dev updates. What is harder to find in one place is everything around it: direction, security, mining, tooling, coverage, markets and the occasional thing from outside the project that Neptune ought to be paying attention to. That is the gap this tries to fill.</p>\n<p>It aims to be useful rather than promotional. Where something is unclear, contested or simply wrong, it says so, and each edition closes with a short list of things worth acting on. Corrections are welcome and will be published.</p>\n<hr>\n<h2 id=\"-in-brief\">📌 In brief</h2>\n<ul>\n<li><strong>Miners should upgrade neptune-core.</strong> v0.14.3 fixed a recovery bug that could cost you rewards you had already earned.</li>\n<li><strong>Difficulty is up roughly elevenfold in four weeks</strong>, and most of the rise has no published explanation. Stock miners are well behind.</li>\n<li><strong>A security review found no critical flaws</strong> in the cryptography stack, but medium-severity issues in neptune-core. The fixes ship in v0.15.0, and succinctness work now waits on them.</li>\n<li><strong>The first timelocked-NPT trade executed</strong>: 60,000 timelocked for 15,000 liquid, a four-to-one ratio and the first public price on locked coins.</li>\n</ul>\n<h2 id=\"-mining\">⛏ Mining</h2>\n<p><strong>A much faster GPU miner shipped.</strong> Qubic Solutions’ OXZD gained an optimized NPT build in mid-July, announced in Telegram on 16 July with tested rates of 3080 100.7 Mguess/s, 3090 119.8, 4090 293.3 and <strong>5090 388.8</strong>, each at a stated power limit, 550W for the 5090. The current release is <a href=\"https://github.com/Qubic-Solutions/OXZD/releases/tag/0.8.4\" target=\"_blank\" rel=\"noopener noreferrer\">0.8.4</a>, a bug fix dated 18 July.</p>\n<p><strong>Difficulty rose about elevenfold over four weeks</strong>, from 3.67 × 10¹² at block 42,000 (29 June) to 4.10 × 10¹³, having peaked at 6.59 × 10¹³ on 26 July. One part of that has a published explanation: the <a href=\"https://talk.neptune.cash/t/347\" target=\"_blank\" rel=\"noopener noreferrer\">13 July dev update</a> reported a ~3x surge over a 5 to 10 day window and put it down to a mining pool implementing an optimized hashing algorithm rather than a sudden influx of physical hardware. That surge largely predates this edition’s window, and nothing published accounts for the rest of the rise. If you’re on a stock miner, your share of blocks has quietly fallen.</p>\n<p><strong>Neptune Cash’s mining hardware partner held a public event.</strong> <a href=\"https://qubite-international.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Qubite International</a> is a Hamburg-based colocation provider running data centers in the UAE, and has been Neptune Cash’s exclusive hardware partner since an agreement <a href=\"https://www.datacenter-insider.de/qubite-international-wird-hardware-partner-von-neptune-cash-a-8ff9bfb97f3c586ff8ddb2d0709a61e5/\" target=\"_blank\" rel=\"noopener noreferrer\">announced on 10 June</a>. On 25 July it presented alongside the Neptune Cash development team at a free public event at <a href=\"https://kraftwerk-rottweil.de/\" target=\"_blank\" rel=\"noopener noreferrer\">Kraftwerk Rottweil</a>, a 9am–1pm session with talks from developers, data center operators and tax advisers on running mining as a business in 2026. Its <a href=\"https://nptmining.com/\" target=\"_blank\" rel=\"noopener noreferrer\">nptmining.com</a> sells NPT mining servers rated at 650 MH/s.</p>\n<p>Two facts worth holding side by side, without joining them: most of the difficulty rise has no published explanation, and a commercial operator with an exclusive hardware partnership is selling 650 MH/s servers. Nobody has publicly connected the two and this bulletin is not doing so either. For calibration, 650 MH/s is roughly 1.7 times a 5090, and about 0.8% of a network running near 80 GH/s, so it would take a lot of them to move difficulty.</p>\n<p><strong>If you’re offering a 64.01 NPT guesser reward, Thorkil wants to hear from you.</strong> Miners set up that way are not merging transactions properly. Syncing and merging beats creating a no-op transaction, and it pays better. He has offered to help directly.</p>\n<h2 id=\"-releases\">📦 Releases</h2>\n<p><strong>neptune-core v0.14.3</strong> (23 July) is the one to install if you mine: it fixes guesser rewards being recovered against only <em>some</em> of your keys, meaning recovery could previously miss rewards you had actually earned. It also stops proof-collection transactions flickering in and out of the mempool, and adds viewing keys to generation addresses. <a href=\"https://github.com/Neptune-Crypto/neptune-core/releases/tag/v0.14.3\" target=\"_blank\" rel=\"noopener noreferrer\">Release notes</a></p>\n<p><strong>neptune-wallet v4.1.3</strong> (20 July) tightens seed handling and balance reporting. Going back a step or switching between create and import no longer replaces a phrase you have already written down; new phrases come only from an explicit “Change seed phrase” action. Balances are now split into spendable, pending and total, and inputs to unconfirmed transactions no longer count as spendable. <a href=\"https://github.com/Neptune-Crypto/neptune-wallet-app/releases/tag/v4.1.3\" target=\"_blank\" rel=\"noopener noreferrer\">Release notes</a></p>\n<h2 id=\"-security\">🔒 Security</h2>\n<p><strong>A security review of the software and cryptography stack, carried out with Claude 5.</strong> It confirmed cryptographic integrity and monetary soundness with no critical flaws, and identified medium-severity issues in neptune-core. Those findings are being worked through, and the fixes ship in neptune-core v0.15.0.</p>\n<h2 id=\"-tooling\">🧰 Tooling</h2>\n<p><strong><a href=\"https://nptstats.org/\" target=\"_blank\" rel=\"noopener noreferrer\">nptstats.org</a></strong> is a new dashboard and explorer built by a community member, covering block height, hashrate, difficulty, block times, supply and pool worker counts, with a halving countdown and wallet lookup.</p>\n<p><strong>A token standard has been drafted.</strong> <a href=\"https://github.com/0thespaceman1/neptune-token-framework\" target=\"_blank\" rel=\"noopener noreferrer\">NEP20</a> proposes a single shared type script for every token, each one distinguished by a <code>token_id</code> derived from its issuer parameters, so new tokens could be created permissionlessly by producing a valid proof rather than needing a protocol change for each one. The repository carries a normative spec, security notes and an integration guide alongside a Rust implementation.</p>\n<h2 id=\"-coverage\">📖 Coverage</h2>\n<p><strong>Neptune Cash was added to <a href=\"https://quantumtracker.org/\" target=\"_blank\" rel=\"noopener noreferrer\">QuantumTracker</a> on 25 July, and the grade is an F.</strong> Five of the six categories are graded A and shipped: transaction signatures, consensus, on-chain logic and privacy, all post-quantum since genesis. The F comes entirely from the peer transport. The libp2p Noise handshake uses classical X25519 key exchange with Ed25519 node identity, so there is no post-quantum key establishment on the wire, and because that is the only elliptic-curve cryptography left anywhere in the protocol, the EC Sunset category grades F as well.</p>\n<p>The core team does not read it as a headline problem. Asked on 26 July whether Neptune uses quantum-insecure networking, Alan’s answer was that there are two network stacks and only the libp2p one uses transport encryption, inherited from libp2p and not post-quantum; monetary integrity and confidentiality are guaranteed post-quantum at a deeper level, and the legacy stack needs neither. Post-quantum transport is <em>“worth postponing until after bigger changes.”</em></p>\n<p><strong>NPT is now listed on <a href=\"https://hashrate.no/coins/NPT/\" target=\"_blank\" rel=\"noopener noreferrer\">hashrate.no</a></strong>, a cryptocurrency tracking site. The listing went up on 24 July, the result of legwork by a community member.</p>\n<p><strong>A community member wrote a technical explainer.</strong> An overview of Neptune Cash covering zk-STARKs, mutator sets, post-quantum signatures, proof of work and the 42 million supply cap <a href=\"https://medium.com/@persia.bpost/neptune-cash-npt-a-privacy-focused-post-quantum-layer-1-powered-by-zk-starks-2fd09a857857\" target=\"_blank\" rel=\"noopener noreferrer\">went up on Medium</a> on 24 July, written for readers new to the project.</p>\n<p><strong>Tracker data has not caught up.</strong> Thorkil submitted the CoinGecko correction on 24 July, but the listing still carries wrapped-NPT metadata and Coinpaprika still links the retired @seagodcrypto handle.</p>\n<h2 id=\"-markets\">📈 Markets</h2>\n<p><strong>The first timelocked-NPT trade executed.</strong> On 27 July sword-smith confirmed @drpool filled <a href=\"https://talk.neptune.cash/t/280\" target=\"_blank\" rel=\"noopener noreferrer\">the standing offer</a>: 60,000 timelocked NPT for 15,000 liquid, via a wallet build that watches the pool’s address using an imported viewing key.</p>\n<h2 id=\"-direction\">🧭 Direction</h2>\n<p><strong>Succinctness now waits on the security fixes.</strong> Announcing v0.14.3 in Telegram on 23 July, Thorkil hedged the timing from the outset: <em>“If all goes well, this will be the last time in a while that I work on application stuff, as I’m hoping to work on succinctness starting next week.”</em> The hedge is now doing the work, with v0.15.0 and its security fixes going first. Worth knowing what the feature actually buys: cheap syncing rather than richer smart contracts, a distinction Thorkil drew the same day. The <a href=\"https://github.com/Neptune-Crypto/neptune-core/issues/910\" target=\"_blank\" rel=\"noopener noreferrer\">tracking issue</a> has been open since April.</p>\n<p><strong>Transaction chaining implementation has started</strong>, at the TASM layer. The open design question is a recursive one: whether the chain transaction proof must encode the single proof digest. The legacy transaction pipeline is being kept alongside the new one so that low-cost proof generation stays available.</p>\n<p><strong>The project has stepped up its public communication.</strong> Since the official @NeptuneCash profile was announced on 10 July, posting has settled into a regular cadence, part of a stated shift in communication direction.</p>\n<p><strong>A voluntary community fund was proposed, and drew 15 votes.</strong> A community member ran the pinned poll on 21–22 July, covering marketing, content, outreach and possibly listing costs. The 15 came in over 24 hours from a group of ~3,000, and responses were mostly positive.</p>\n<p>The organizer’s own read is the honest one: participation that low can’t be treated as representative, and the engagement question needs answering before a fund is built. Others noted a similar listing-contribution poll has been tried before.</p>\n<p>There’s prior work to build on: a <a href=\"https://talk.neptune.cash/t/towards-a-neptune-community-crowdfunding-system-ccs-design/206\" target=\"_blank\" rel=\"noopener noreferrer\">forum thread on a Neptune CCS design</a>, modeled on <a href=\"https://ccs.getmonero.org/\" target=\"_blank\" rel=\"noopener noreferrer\">Monero’s</a>. The right technical question has already been asked: can releasing funds require <strong>multiple authorizations</strong>, or only a single signer? Neptune has no k-of-n lock script today, so for now the honest answer is no.</p>\n<h2 id=\"-elsewhere\">🌍 Elsewhere</h2>\n<p><strong>Zcash sealed its legacy shielded pool.</strong> The Ironwood upgrade <a href=\"https://www.coindesk.com/tech/2026/07/28/zcash-seals-usd1-7-billion-shielded-pool-as-ironwood-upgrade-activates\" target=\"_blank\" rel=\"noopener noreferrer\">activated on 28 July</a> at block 3,428,143, routing 3.76 million ZEC through a public accounting turnstile that will either surface or freeze any counterfeit coins minted through a <a href=\"https://crypto.news/zcash-ironwood-upgrade-whats-changed-after-the-orchard-bug/\" target=\"_blank\" rel=\"noopener noreferrer\">soundness flaw in the Orchard circuit</a> that had been live since May 2022. The gap was in the elliptic-curve scalar multiplication used to prove every private transaction valid, and it allowed unlimited undetectable minting inside the pool. Fifty-one engineers and more than 1,300 pull requests, in sixty days.</p>\n<p>Directly relevant to Neptune: on a private chain, monetary soundness is a property of a circuit, and a circuit can be wrong for four years without anyone noticing. Supply that cannot be audited by looking is supply that has to be proved correct.</p>\n<p><strong>Claude Mythos found a real weakness in a post-quantum signature scheme, and the scheme was withdrawn.</strong> HAWK, a candidate in NIST’s additional signature standardization process that had survived two years of expert scrutiny, turned out to contain an unused symmetry in its lattice structure. Anthropic <a href=\"https://www.anthropic.com/research/discovering-cryptographic-weaknesses\" target=\"_blank\" rel=\"noopener noreferrer\">published the finding</a> on 28 July: its model worked semi-autonomously for around 60 hours, improving the best-known key-recovery attack from 2⁶⁴ operations to 2³⁸ for the smallest parameter set. On 29 July the HAWK team <a href=\"https://thehackernews.com/2026/07/claude-ai-just-cracked-post-quantum.html\" target=\"_blank\" rel=\"noopener noreferrer\">withdrew HAWK from the NIST process</a> after confirming the result.</p>\n<p><strong>This does not affect Neptune</strong>, whose signatures are hash-based rather than lattice-based, and nothing in production is threatened today. The method is the point: two years of human review missed something a model found in sixty hours. That is the argument for the security review above, and for repeating it rather than treating it as done.</p>\n<p><strong>Galaxy committed up to $5 million to making Bitcoin quantum-ready</strong>, <a href=\"https://www.coindesk.com/tech/2026/07/21/galaxy-sets-up-usd5-million-fund-to-help-shield-bitcoin-against-quantum-computing-threats\" target=\"_blank\" rel=\"noopener noreferrer\">announced 21 July</a>: grants for post-quantum signature schemes, wallet migration tooling and security audits. It is here as a price signal rather than as news about Bitcoin. The cost of retrofitting post-quantum security onto a chain that was not designed for it is now being quantified by people spending the money, and that number is the clearest available statement of what Neptune gets from having started there.</p>\n<h2 id=\"-worth-doing\">✅ Worth doing</h2>\n<ul>\n<li><strong>If you mine, upgrade to <a href=\"https://github.com/Neptune-Crypto/neptune-core/releases/latest\" target=\"_blank\" rel=\"noopener noreferrer\">the latest version of neptune-core</a>.</strong> Earlier versions could miss guesser rewards you had actually earned.</li>\n<li><strong>If you are offering a 64.01 NPT guesser reward, sync and merge instead.</strong> It pays better than creating a no-op transaction, and Thorkil has offered to help set it up.</li>\n<li><strong>Correct crypto sites carrying outdated information about Neptune Cash</strong>, and flag it on the <a href=\"https://talk.neptune.cash/\" target=\"_blank\" rel=\"noopener noreferrer\">forum</a> or in <a href=\"https://t.me/neptune_project\" target=\"_blank\" rel=\"noopener noreferrer\">Telegram</a> if you cannot. Still current: listings treating the Base-chain wrapped token as the chain itself, and profiles pointing at the retired @seagodcrypto handle.</li>\n</ul>\n<p>Thanks to the community members keeping discussion going across the forum, Telegram and X, and turning up in the replies when the project posts. That kind of steady visibility is harder to sustain than it looks, and it does work that no commit log records.</p>\n<hr>\n<p><em>Corrections, questions and any other input are welcome in the <a href=\"https://talk.neptune.cash/t/neptune-bulletin-a-community-roundup-of-what-is-happening-across-the-project/358\" target=\"_blank\" rel=\"noopener noreferrer\">Neptune Bulletin thread on the forum</a>. If something here is wrong or incomplete, saying so publicly is more useful than letting it stand.</em></p>",
      "date_published": "2026-07-30T00:00:00.000Z",
      "authors": [
        {
          "name": "Neptune Cash Community"
        }
      ]
    },
    {
      "id": "https://useneptune.org/blog/updates-now-come-from-the-forum/",
      "url": "https://useneptune.org/blog/updates-now-come-from-the-forum/",
      "title": "The forum for dev updates, this blog for everything else",
      "summary": "From now on this blog carries only blog posts, the homepage highlights the latest forum threads, and coverage broadens beyond development to the wider Neptune Cash ecosystem.",
      "content_html": "<h2 id=\"the-latest-forum-posts-are-highlighted\">The latest forum posts are highlighted</h2>\n<p>Until now the homepage carried a curated list of updates. Most were dev updates: forum threads read, condensed, and written up so they could be taken in at a glance.</p>\n<p>That was genuinely useful, and it is worth saying what the change costs. A summary is easier to scan than a thread. But it also meant this site carried a second version of something already published, and it was only ever as current as the last time someone sat down to write one.</p>\n<p>The homepage now reads <a href=\"https://talk.neptune.cash/\" target=\"_blank\" rel=\"noopener noreferrer\">Neptune Talk</a> directly and shows the most recent threads as they appear. Nothing is filtered or reordered here: whatever the forum surfaces, the site shows. The trade is digestibility for currency, and for a single place where a discussion lives.</p>\n<p>The summaries themselves are gone from this site, but nothing has been lost with them: every thread they pointed at is still on the forum.</p>\n<h2 id=\"blog-posts-only-from-here\">Blog posts only from here</h2>\n<p>With the summaries gone, the homepage now shows two things side by side: posts from this blog on the left, live forum activity on the right.</p>\n<p>Everything under Blog is now an actual blog post rather than a changelog entry, which is what makes the third change possible.</p>\n<h2 id=\"broader-coverage\">Broader coverage</h2>\n<p>From here, expect regular posts about the Neptune Cash ecosystem as a whole, rather than development alone.</p>\n<p>Development is already well served, by the forum, by the repositories, and by the people writing the dev updates. Repeating that here adds nothing. What gets less attention is everything around it: the wallets and how they differ, exchanges and liquidity, mining, tooling and integrations, community projects, and practical guides for people who want to use Neptune Cash rather than build it.</p>\n<p>That is where this blog is heading. If something in the ecosystem deserves a closer look, or you are building something yourself, the <a href=\"https://talk.neptune.cash/\" target=\"_blank\" rel=\"noopener noreferrer\">forum</a> is the best place to say so, and a good chance it ends up here.</p>",
      "date_published": "2026-07-29T00:00:00.000Z",
      "authors": [
        {
          "name": "Neptune Cash Community"
        }
      ]
    },
    {
      "id": "https://useneptune.org/blog/neptune-core-0-11-0/",
      "url": "https://useneptune.org/blog/neptune-core-0-11-0/",
      "title": "Neptune Core 0.11.0 released",
      "summary": "Neptune Core 0.11.0 is now available. The main user-facing change is support for two new address formats: viewing addresses and EC hybrid addresses.",
      "content_html": "<p>Neptune Core 0.11.0 introduces two new address formats — <strong>viewing addresses</strong> and <strong>EC hybrid addresses</strong> — that are significantly shorter and easier to work with than the existing <strong>generation addresses</strong>.</p>\n<p><a href=\"https://github.com/Neptune-Crypto/neptune-core/releases/tag/v0.11.0\" target=\"_blank\" rel=\"noopener noreferrer\">Full changelog &#x26; download on GitHub ↗</a></p>\n<h2 id=\"shorter-addresses\">Shorter addresses</h2>\n<p>The new formats are much shorter than the existing generation addresses, and they also produce much shorter on-chain announcements when funds are sent to them.</p>\n<p>The new address prefixes are:</p>\n<ul>\n<li><code>nview</code> for viewing addresses</li>\n<li><code>nech</code> for EC hybrid addresses</li>\n</ul>\n<p>For comparison, a generation address is 3482 Bech32 characters. A viewing address is 115 characters, and an EC hybrid address is 168 characters.</p>\n<p>This makes addresses easier to share, display, and integrate into wallets and other tools.</p>\n<h2 id=\"privacy-considerations\">Privacy considerations</h2>\n<p>Shorter does not automatically mean “safer in every way.”</p>\n<p>A viewing address works somewhat like a view key: anyone who has it can see UTXOs (unspent transaction outputs) sent to that address when on-chain announcements are used. In practice, this means that if a viewing address is shared publicly or leaks, anyone can look at the blockchain and see which transactions sent money to that address and how much — they cannot spend the funds, but they can track your incoming balance.</p>\n<p>EC hybrid addresses add an elliptic-curve key-exchange mechanism, giving better privacy properties while keeping addresses compact.</p>\n<p>The older symmetric address format is being deprecated because it is easy to use incorrectly. It remains functional for now, but migrating to one of the new formats is recommended.</p>\n<p>For more background, read the forum post: <a href=\"https://talk.neptune.cash/t/two-new-address-formats/302\" target=\"_blank\" rel=\"noopener noreferrer\">Two new address formats</a></p>\n<h2 id=\"other-improvements\">Other improvements</h2>\n<p>The release also includes fixes and internal improvements around address handling, archival state recovery, sync-mode testing, and test coverage for the new address types.</p>\n<h2 id=\"what-you-should-do\">What you should do</h2>\n<p>Update your node to v0.11.0. If you share addresses publicly or with third parties, consider which format fits your needs: EC hybrid addresses offer the best balance of compactness and privacy, while generation addresses remain the strongest privacy option if that is your priority.</p>",
      "date_published": "2026-05-29T00:00:00.000Z",
      "authors": [
        {
          "name": "Neptune Cash Community"
        }
      ]
    },
    {
      "id": "https://useneptune.org/blog/hardfork-beta/",
      "url": "https://useneptune.org/blog/hardfork-beta/",
      "title": "Hardfork beta at block height 38,000",
      "summary": "Neptune Cash's next consensus upgrade is scheduled for mainnet block height 38,000, estimated around May 12, 2026. Here's what it changes and why you should update your node.",
      "content_html": "<p><strong>Hardfork Beta</strong> is Neptune Cash’s next set of consensus rules, scheduled for mainnet block height 38,000 — estimated around May 12, 2026. <a href=\"https://github.com/Neptune-Crypto/neptune-core/pull/912\" target=\"_blank\" rel=\"noopener noreferrer\">PR #912</a> was merged on April 24, 2026 specifically as “Hardfork beta @ block height 38,000.”</p>\n<blockquote>\n<p><strong>A note on the name:</strong> “Beta” is simply an internal codename indicating this is the second hard fork (the first being Hardfork Alpha). It has nothing to do with the maturity or quality of the software.</p>\n</blockquote>\n<div style=\"margin: 2em 0; display: flex; justify-content: center;\">\n<svg viewBox=\"0 0 360 160\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" style=\"width: 100%; max-width: 480px; height: auto;\">\n  <defs>\n    <marker id=\"arr-new\" markerWidth=\"6\" markerHeight=\"6\" refX=\"5\" refY=\"3\" orient=\"auto\">\n      <path d=\"M0,0.5 L5,3 L0,5.5\" stroke=\"var(--accent)\" stroke-width=\"1\" fill=\"none\"></path>\n    </marker>\n    <marker id=\"arr-old\" markerWidth=\"6\" markerHeight=\"6\" refX=\"5\" refY=\"3\" orient=\"auto\">\n      <path d=\"M0,0.5 L5,3 L0,5.5\" stroke=\"var(--muted)\" stroke-width=\"1\" fill=\"none\"></path>\n    </marker>\n  </defs>\n  <!-- Block 1 -->\n  <rect x=\"8\" y=\"64\" width=\"48\" height=\"32\" rx=\"7\" stroke=\"var(--accent)\" stroke-width=\"1.5\" fill=\"var(--accent-soft)\"></rect>\n  <text x=\"32\" y=\"85\" text-anchor=\"middle\" font-size=\"10\" fill=\"var(--accent)\" font-family=\"ui-monospace,monospace\" font-weight=\"700\">#N-2</text>\n  <!-- Block 2 -->\n  <rect x=\"88\" y=\"64\" width=\"48\" height=\"32\" rx=\"7\" stroke=\"var(--accent)\" stroke-width=\"1.5\" fill=\"var(--accent-soft)\"></rect>\n  <text x=\"112\" y=\"85\" text-anchor=\"middle\" font-size=\"10\" fill=\"var(--accent)\" font-family=\"ui-monospace,monospace\" font-weight=\"700\">#N-1</text>\n  <!-- Block 3 — fork point -->\n  <rect x=\"168\" y=\"64\" width=\"48\" height=\"32\" rx=\"7\" stroke=\"var(--accent)\" stroke-width=\"2\" fill=\"var(--accent-soft)\"></rect>\n  <text x=\"192\" y=\"82\" text-anchor=\"middle\" font-size=\"9\" fill=\"var(--accent)\" font-family=\"ui-monospace,monospace\" font-weight=\"700\">38,000</text>\n  <text x=\"192\" y=\"92\" text-anchor=\"middle\" font-size=\"8\" fill=\"var(--accent)\" font-family=\"ui-monospace,monospace\">FORK</text>\n  <!-- Connectors pre-fork -->\n  <line x1=\"56\" y1=\"80\" x2=\"88\" y2=\"80\" stroke=\"var(--accent)\" stroke-width=\"1.5\" marker-end=\"url(#arr-new)\"></line>\n  <line x1=\"136\" y1=\"80\" x2=\"168\" y2=\"80\" stroke=\"var(--accent)\" stroke-width=\"1.5\" marker-end=\"url(#arr-new)\"></line>\n  <!-- Upper branch — new chain -->\n  <path d=\"M216,80 Q244,80 252,46\" stroke=\"var(--accent)\" stroke-width=\"1.5\" marker-end=\"url(#arr-new)\"></path>\n  <rect x=\"252\" y=\"30\" width=\"48\" height=\"32\" rx=\"7\" stroke=\"var(--accent)\" stroke-width=\"1.5\" fill=\"var(--accent-soft)\"></rect>\n  <text x=\"276\" y=\"48\" text-anchor=\"middle\" font-size=\"9\" fill=\"var(--accent)\" font-family=\"ui-monospace,monospace\" font-weight=\"700\">New</text>\n  <text x=\"276\" y=\"58\" text-anchor=\"middle\" font-size=\"8\" fill=\"var(--accent)\" font-family=\"ui-monospace,monospace\">rules</text>\n  <line x1=\"300\" y1=\"46\" x2=\"326\" y2=\"46\" stroke=\"var(--accent)\" stroke-width=\"1.5\" stroke-dasharray=\"3 2\" marker-end=\"url(#arr-new)\"></line>\n  <!-- Lower branch — old chain -->\n  <path d=\"M216,80 Q244,80 252,114\" stroke=\"var(--muted)\" stroke-width=\"1.5\" stroke-dasharray=\"5 3\" marker-end=\"url(#arr-old)\"></path>\n  <rect x=\"252\" y=\"98\" width=\"48\" height=\"32\" rx=\"7\" stroke=\"var(--muted)\" stroke-width=\"1.5\" stroke-dasharray=\"5 3\" fill=\"none\"></rect>\n  <text x=\"276\" y=\"116\" text-anchor=\"middle\" font-size=\"9\" fill=\"var(--muted)\" font-family=\"ui-monospace,monospace\" font-weight=\"700\">Old</text>\n  <text x=\"276\" y=\"126\" text-anchor=\"middle\" font-size=\"8\" fill=\"var(--muted)\" font-family=\"ui-monospace,monospace\">rules</text>\n</svg>\n</div>\n<h2 id=\"what-changes\">What changes</h2>\n<p><strong>Old nodes will stop following the valid chain after height 38,000.</strong> Neptune’s docs define a hard fork as a rule change where legacy versions do not consider blocks under the new rules valid. If you run a node, you want to be on a release that includes the Hardfork Beta logic before block 38,000 — otherwise your node can fall off the post-fork chain.</p>\n<p><strong>PoW memory-hardness is removed.</strong> The PR drops the requirement that PoW authentication paths match the PoW Merkle root. Mining no longer requires tens of gigabytes of precalculated Merkle-tree data, significantly lowering the hardware barrier to participate.</p>\n<p><strong>A lustration barrier is added.</strong> This is a supply-audit mechanism designed to address an earlier Triton VM soundness bug that could theoretically have inflated supply. Pre-Hardfork-Beta UTXOs must reveal and prove their input values when spent. A global counter is decremented by the value of coins passing through. If the counter reaches zero, remaining pre-fork UTXOs become unspendable. The goal is to prove that no unauthorized coins exist in the supply.</p>\n<p><strong>PoW difficulty checking changes.</strong> Before Beta, PoW was checked against the parent block’s difficulty; after Beta, it is checked against the current block’s own difficulty. This makes future recursive block verification cleaner because a parent block’s PoW verification then depends only on fields in the parent block itself.</p>\n<p><strong>Related rule adjustments.</strong> Allowed future-dating of blocks is reduced from five minutes to one minute, and the mempool is cleared across the fork to prevent incompatible transactions from being mined.</p>\n<h2 id=\"what-you-should-do\">What you should do</h2>\n<p>Make sure you are running the minimum required versions before block 38,000:</p>\n<ul>\n<li><strong>Neptune Core 0.9.0 or later</strong> — covers the node, CLI, and dashboard. See the <a href=\"https://github.com/Neptune-Crypto/neptune-core/releases\" target=\"_blank\" rel=\"noopener noreferrer\">Neptune Core releases</a>.</li>\n<li><strong>Neptune Wallet App 3.0.3 or later</strong> — the desktop wallet application. See the <a href=\"https://github.com/Neptune-Crypto/neptune-wallet-app\" target=\"_blank\" rel=\"noopener noreferrer\">Neptune Wallet App releases</a>.</li>\n</ul>\n<p>If you have questions, the community is active on the <a href=\"https://talk.neptune.cash/\" target=\"_blank\" rel=\"noopener noreferrer\">Neptune Forum</a> and <a href=\"https://t.me/neptune_project\" target=\"_blank\" rel=\"noopener noreferrer\">Telegram</a>.</p>",
      "date_published": "2026-05-10T00:00:00.000Z",
      "authors": [
        {
          "name": "Neptune Cash Community"
        }
      ]
    },
    {
      "id": "https://useneptune.org/blog/website-is-live/",
      "url": "https://useneptune.org/blog/website-is-live/",
      "title": "Website is live!",
      "summary": "The first version of useneptune.org is now live. More content, updates, and improvements are coming soon.",
      "content_html": "<p>The first version of <a href=\"https://useneptune.org/\" target=\"_blank\" rel=\"noopener noreferrer\">useneptune.org</a> is now live.</p>\n<p>This is an independent community site. For wallet downloads, releases, security advisories, and authoritative information, <a href=\"https://neptune.cash/\" target=\"_blank\" rel=\"noopener noreferrer\">neptune.cash</a> remains the place to go. What this site tries to do is different: make Neptune Cash easier to understand for people who are new to it, and easier to contribute to for people who want to help.</p>\n<h2 id=\"whats-here-today\">What’s here today</h2>\n<ul>\n<li><strong><a href=\"https://useneptune.org/why\">Why Neptune</a></strong>. What makes Neptune Cash different from other cryptocurrencies, in plain language.</li>\n<li><strong><a href=\"https://useneptune.org/principles\">Privacy matters</a></strong>. Why private-by-default money is worth building, and what Neptune actually hides.</li>\n<li><strong><a href=\"https://useneptune.org/get-started\">Get started</a></strong>. Wallets, nodes, and the practical steps for handling NPT.</li>\n<li><strong><a href=\"https://useneptune.org/tokenomics\">Tokenomics</a></strong>. The 42 million supply cap, the premine, and the issuance schedule, with links to verify every number.</li>\n<li><strong><a href=\"https://useneptune.org/community\">Community</a></strong>. Where people talk, and concrete ways to contribute whatever your skills.</li>\n<li><strong><a href=\"https://useneptune.org/faq\">FAQ</a></strong>. The questions that come up most often.</li>\n</ul>\n<h2 id=\"whats-coming\">What’s coming</h2>\n<p>More explanatory content, better onboarding material, and broader coverage of the ecosystem: the wallets, nodes, explorers, and tools people are building around Neptune Cash, and how to actually use them. If something here is unclear, wrong, or missing, that is worth saying out loud. The <a href=\"https://talk.neptune.cash/\" target=\"_blank\" rel=\"noopener noreferrer\">forum</a> is the best place for it, and corrections are genuinely welcome.</p>\n<p>Thanks for reading, and welcome.</p>",
      "date_published": "2026-05-05T00:00:00.000Z",
      "authors": [
        {
          "name": "Neptune Cash Community"
        }
      ]
    }
  ]
}