<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="https://www.getmonero.org/feed.xml" rel="self" type="application/atom+xml" /><link href="https://www.getmonero.org/" rel="alternate" type="text/html" hreflang="en" /><updated>2026-05-12T13:10:29+00:00</updated><id>https://www.getmonero.org/feed.xml</id><title type="html">Monero</title><subtitle>Monero is a digital currency that is secure, private, and untraceable.</subtitle><entry><title type="html">Monero 0.18.5.0 &apos;Fluorine Fermi&apos; released</title><link href="https://www.getmonero.org/2026/05/11/monero-0.18.5.0-released.html" rel="alternate" type="text/html" title="Monero 0.18.5.0 &apos;Fluorine Fermi&apos; released" /><published>2026-05-11T00:00:00+00:00</published><updated>2026-05-11T00:00:00+00:00</updated><id>https://www.getmonero.org/2026/05/11/monero-0.18.5.0-released</id><content type="html" xml:base="https://www.getmonero.org/2026/05/11/monero-0.18.5.0-released.html"><![CDATA[<div align="center">
  <img src="/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" width="350px" />
</div>

<h1 id="overview">Overview</h1>

<p>This is the v0.18.5.0 release of the Monero software. This recommended release adds SOCKS v5 support, removes UPnP support, and includes a large number of bug fixes.</p>

<p>Some highlights of this release are:</p>

<ul>
  <li>Add SOCKS v5 support to daemon and wallet (<a href="https://github.com/monero-project/monero/pull/10411">#10411</a>)</li>
  <li>Daemon: remove UPnP support (<a href="https://github.com/monero-project/monero/pull/10465">#10465</a>)</li>
  <li>Daemon: fix shutdown hangs (<a href="https://github.com/monero-project/monero/pull/10494">#10494</a>, <a href="https://github.com/monero-project/monero/pull/10401">#10401</a>, <a href="https://github.com/monero-project/monero/pull/10489">#10489</a>)</li>
  <li>Daemon: improve exception handling (<a href="https://github.com/monero-project/monero/pull/10437">#10437</a>, <a href="https://github.com/monero-project/monero/pull/10373">#10373</a>)</li>
  <li>Daemon: speed up transaction pool <code class="language-plaintext highlighter-rouge">get_complement()</code> for large requests (<a href="https://github.com/monero-project/monero/pull/10377">#10377</a>)</li>
  <li>Daemon: restrict <code class="language-plaintext highlighter-rouge">add_aux_pow</code> RPC (<a href="https://github.com/monero-project/monero/pull/10409">#10409</a>)</li>
  <li>ZMQ: add restricted RPC mode (<a href="https://github.com/monero-project/monero/pull/10389">#10389</a>, <a href="https://github.com/monero-project/monero/pull/10420">#10420</a>, <a href="https://github.com/monero-project/monero/pull/10425">#10425</a>, <a href="https://github.com/monero-project/monero/pull/10469">#10469</a>, <a href="https://github.com/monero-project/monero/pull/10504">#10504</a>)</li>
  <li>ZMQ: fix txpool transaction reporting for stem-phase transactions (<a href="https://github.com/monero-project/monero/pull/10399">#10399</a>)</li>
  <li>ZMQ: notify txpool event when stem transaction bumps to fluff (<a href="https://github.com/monero-project/monero/pull/10453">#10453</a>)</li>
  <li>Wallet: improve proof validation (<a href="https://github.com/monero-project/monero/pull/10480">#10480</a>, <a href="https://github.com/monero-project/monero/pull/10471">#10471</a>, <a href="https://github.com/monero-project/monero/pull/10481">#10481</a>, <a href="https://github.com/monero-project/monero/pull/10473">#10473</a>)</li>
  <li>Wallet: add option to skip refresh after multisig import (<a href="https://github.com/monero-project/monero/pull/10402">#10402</a>)</li>
  <li>Wallet: add change address sanity check (<a href="https://github.com/monero-project/monero/pull/10431">#10431</a>)</li>
  <li>Wallet RPC: add source info to <code class="language-plaintext highlighter-rouge">describe_transfer</code> (<a href="https://github.com/monero-project/monero/pull/10380">#10380</a>)</li>
  <li>Wallet RPC: fix <code class="language-plaintext highlighter-rouge">set_daemon</code> allowed SSL fingerprints parsing (<a href="https://github.com/monero-project/monero/pull/10433">#10433</a>)</li>
  <li>Wallet RPC: restrict sensitive methods in <code class="language-plaintext highlighter-rouge">--restricted-rpc</code> mode (<a href="https://github.com/monero-project/monero/pull/10379">#10379</a>, <a href="https://github.com/monero-project/monero/pull/10435">#10435</a>)</li>
  <li>Harden HTTP client authentication handling (<a href="https://github.com/monero-project/monero/pull/10364">#10364</a>)</li>
  <li>Add LoongArch build support (<a href="https://github.com/monero-project/monero/pull/10400">#10400</a>)</li>
  <li>Various bug fixes and improvements</li>
</ul>

<p>The complete list of changes is <a href="https://github.com/monero-project/monero/compare/v0.18.4.6...v0.18.5.0">available on GitHub</a>, along with <a href="https://github.com/monero-project/monero/tree/v0.18.5.0">the source code</a>.</p>

<h1 id="contributors-for-this-release">Contributors for this Release</h1>

<p>This release was the direct result of 12 people who worked to put out 96 commits containing 2786 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are:</p>

<ul>
  <li>tobtoht</li>
  <li>selsta</li>
  <li>hinto-janai</li>
  <li>jeetrex17</li>
  <li>lschomaker1</li>
  <li>nahuhh</li>
  <li>fangyaling</li>
  <li>SNeedlewoods</li>
  <li>jeffro256</li>
  <li>vtnerd</li>
  <li>woodser</li>
  <li>j-berman</li>
</ul>

<h1 id="download">Download</h1>

<p>The new binaries can be downloaded from the <a href="/downloads/#cli">Downloads page</a> or from the direct links below.</p>

<ul>
  <li><a href="https://downloads.getmonero.org/cli/monero-win-x64-v0.18.5.0.zip">Windows, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-win-x86-v0.18.5.0.zip">Windows, 32-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-mac-x64-v0.18.5.0.tar.bz2">macOS, Intel</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-mac-armv8-v0.18.5.0.tar.bz2">macOS, ARM</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.5.0.tar.bz2">Linux, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-x86-v0.18.5.0.tar.bz2">Linux, 32-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-armv7-v0.18.5.0.tar.bz2">Linux, armv7</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-armv8-v0.18.5.0.tar.bz2">Linux, armv8</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-riscv64-v0.18.5.0.tar.bz2">Linux, riscv64</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-android-armv7-v0.18.5.0.tar.bz2">Android, armv7</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-android-armv8-v0.18.5.0.tar.bz2">Android, armv8</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-freebsd-x64-v0.18.5.0.tar.bz2">FreeBSD, 64-bit</a></li>
</ul>

<h1 id="hashes">Hashes</h1>

<p>If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>monero-win-x64-v0.18.5.0.zip, 027d96a72d36663b6f5cbcc5b1564c65c628a9f8f2bb9b4d9859c03f741cabc4
monero-win-x86-v0.18.5.0.zip, ce0210583b1b4113d709bb432dde72c55b76c40ebbc7b5b4d4ae862b507632a1
monero-mac-x64-v0.18.5.0.tar.bz2, 79e03406046255d0f6a47e1fdcbbe677ab11ef7d9fcc4481252235361769292c
monero-mac-armv8-v0.18.5.0.tar.bz2, fb48fcef9302bf2f97821498ec791b4f693af4984702e72e588ce02209f8960d
monero-linux-x64-v0.18.5.0.tar.bz2, 166ad93036f95f5abeba24c8670061be022c9238dba2e6a7587611a1d759e294
monero-linux-x86-v0.18.5.0.tar.bz2, 57c63e067d7aefa69f74f44ef7f46091251512aba39570a7c8e26644d298eeb5
monero-linux-armv8-v0.18.5.0.tar.bz2, d8f19b947ce46d468615bb7331962d4ca732e79b1ac6c5128fa509df3f6cc487
monero-linux-armv7-v0.18.5.0.tar.bz2, dedaf94b765c428040f1b64e580e389206141fa2be72fd1394be0a8614f04f40
monero-linux-riscv64-v0.18.5.0.tar.bz2, 219112ffac9af48226dc6ec1fadc8a210a5876eeb7f3a32f3d3cbae842b52bf9
monero-android-armv8-v0.18.5.0.tar.bz2, 7321662959f917db85c3da1c0a37530d21fb5c25e2c9a2dc0490486842dec974
monero-android-armv7-v0.18.5.0.tar.bz2, ab5ab33899c5ac6806a0c1a24a3b01d46c291142f0983a8a184f93c8a3baca9f
monero-freebsd-x64-v0.18.5.0.tar.bz2, 0beb34bac944fdf02e2939fe320b9a6a5b26910cbf0a1a629b26be2aad50bace
</code></pre></div></div>

<p>A GPG-signed list of the hashes is at <a href="/downloads/hashes.txt">https://www.getmonero.org/downloads/hashes.txt</a> and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys). To ensure that the files you download are those originally posted by the maintainers, you should both check that the hashes of your files match those on the signed list, and that the signature on the list is valid.</p>

<p>Two guides are available to guide you through the verification process: <a href="/resources/user-guides/verification-windows-beginner.html">Verify binaries on Windows (beginner)</a> and <a href="/resources/user-guides/verification-allos-advanced.html">Verify binaries on Linux, Mac, or Windows command line (advanced)</a>.</p>]]></content><author><name>selsta</name></author><category term="releases" /><summary type="html"><![CDATA[]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" /><media:content medium="image" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Monero GUI 0.18.5.0 &apos;Fluorine Fermi&apos; released</title><link href="https://www.getmonero.org/2026/05/11/monero-GUI-0.18.5.0-released.html" rel="alternate" type="text/html" title="Monero GUI 0.18.5.0 &apos;Fluorine Fermi&apos; released" /><published>2026-05-11T00:00:00+00:00</published><updated>2026-05-11T00:00:00+00:00</updated><id>https://www.getmonero.org/2026/05/11/monero-GUI-0.18.5.0-released</id><content type="html" xml:base="https://www.getmonero.org/2026/05/11/monero-GUI-0.18.5.0-released.html"><![CDATA[<div align="center">
  <img src="/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" width="350px" />
</div>

<h1 id="overview">Overview</h1>

<p>This is the v0.18.5.0 release of the Monero GUI software. This recommended release includes a large number of bug fixes.</p>

<p><a href="/2026/05/11/monero-0.18.5.0-released.html">The latest CLI release notes can be found on the precedent blog post</a></p>

<p>Some highlights of this release are:</p>

<ul>
  <li>Move P2Pool install location to LocalAppData on Windows (<a href="https://github.com/monero-project/monero-gui/pull/4575">#4575</a>)</li>
  <li>Fix edge case in URI parsing (<a href="https://github.com/monero-project/monero-gui/pull/4576">#4576</a>)</li>
  <li>Disable offline tx creation with long payment id (<a href="https://github.com/monero-project/monero-gui/pull/4579">#4579</a>)</li>
  <li>Escape untrusted text in QR code scanning scenario (<a href="https://github.com/monero-project/monero-gui/pull/4577">#4577</a>)</li>
  <li>Update P2Pool to v4.15 (<a href="https://github.com/monero-project/monero-gui/pull/4584">#4584</a>)</li>
  <li>Minor bug fixes</li>
</ul>

<p>The complete list of changes is <a href="https://github.com/monero-project/monero-gui/compare/v0.18.4.7...v0.18.5.0">available on GitHub</a>, along with <a href="https://github.com/monero-project/monero-gui/tree/v0.18.5.0">the source code</a>.</p>

<h1 id="contributors-for-this-release">Contributors for this Release</h1>

<p>This release was the direct result of 6 people who worked to put out 14 commits containing 161 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are:</p>

<ul>
  <li>tobtoht</li>
  <li>selsta</li>
  <li>SChernykh</li>
  <li>jpk68</li>
  <li>SNeedlewoods</li>
  <li>luigi1111</li>
</ul>

<h1 id="download">Download</h1>

<p>The new binaries can be downloaded from the <a href="/downloads/#gui">Downloads page</a> or from the direct links below.</p>

<ul>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-win-x64-v0.18.5.0.zip">Windows, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.18.5.0.exe">Windows, 64-bit (Installer)</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.18.5.0.dmg">macOS, Intel</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-mac-armv8-v0.18.5.0.dmg">macOS, ARM</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.18.5.0.tar.bz2">Linux, 64-bit</a></li>
</ul>

<p>A complete guide for the GUI wallet is included in the archives, but <a href="https://github.com/monero-ecosystem/monero-GUI-guide/blob/master/monero-GUI-guide.md">an online version is available</a>.</p>

<h1 id="download-hashes">Download Hashes</h1>

<p>If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>monero-gui-win-x64-v0.18.5.0.zip, 86b665cbb22e0ce349e1a13fc37e600ae5ab36bf8335f623b7bc6570f6ced05d
monero-gui-install-win-x64-v0.18.5.0.exe, 2aee0fb9a4a858199da46ce3344e7d6dec080efeab21c599903379e3e1d29dec
monero-gui-mac-x64-v0.18.5.0.dmg, 19c6a250c9ae68871a0c5ca7935dfe0eb3f1ddb468d6718b7c257aede096a254
monero-gui-mac-armv8-v0.18.5.0.dmg, 2fe562dd6ffb84941a4ff73412c234ebda8cb1831dec5ebbb217ea17d4288b92
monero-gui-linux-x64-v0.18.5.0.tar.bz2, 99d7e9b1e8084f09bdf837dd862ad96c47a86292bdbd6c2f6b3aaa46ff510b62
</code></pre></div></div>

<p>A GPG-signed list of the hashes is at <a href="/downloads/hashes.txt">https://www.getmonero.org/downloads/hashes.txt</a> and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys). To ensure that the files you download are those originally posted by the maintainers, you should both check that the hashes of your files match those on the signed list, and that the signature on the list is valid.</p>

<p>Two guides are available to guide you through the verification process: <a href="/resources/user-guides/verification-windows-beginner.html">Verify binaries on Windows (beginner)</a> and <a href="/resources/user-guides/verification-allos-advanced.html">Verify binaries on Linux, Mac, or Windows command line (advanced)</a>.</p>]]></content><author><name>selsta</name></author><category term="releases" /><summary type="html"><![CDATA[]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" /><media:content medium="image" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Deprecating Monero&apos;s Custom Transaction Unlock Time</title><link href="https://www.getmonero.org/2026/05/10/deprecating-unlock-time.html" rel="alternate" type="text/html" title="Deprecating Monero&apos;s Custom Transaction Unlock Time" /><published>2026-05-10T00:00:00+00:00</published><updated>2026-05-10T00:00:00+00:00</updated><id>https://www.getmonero.org/2026/05/10/deprecating-unlock-time</id><content type="html" xml:base="https://www.getmonero.org/2026/05/10/deprecating-unlock-time.html"><![CDATA[<p>Please be advised, the <a href="https://www.getmonero.org/resources/moneropedia/unlocktime.html">Custom Transaction Unlock Time feature</a> is set to be deprecated at consensus with FCMP++. There is already a relay rule in place today that prevents nodes from accepting and relaying transactions with a Custom Unlock Time to the transaction pool (<a href="https://github.com/monero-project/monero/pull/9151">source</a>). This is a formal announcement that the feature would be deprecated altogether with the FCMP++ fork, and <strong>new</strong> transactions with Custom Unlock Time set would not be able to enter the chain even if a miner mines them.</p>

<p><strong>All transactions created after June 1, 2026, and with an Unlock Time set to unlock after the FCMP++ fork, would unlock immediately when the FCMP++ fork block hits the chain.</strong></p>

<p>If we see a large influx of <strong>new</strong> Unlock Time transactions created between now and June 1, 2026, the feature may be deprecated earlier than June 1, 2026. Deprecating avoids complications with the FCMP++ wallet integration, enabling a smoother wallet experience for all users. Note that a FCMP++ fork date is not set at the time this is written.</p>

<p>This change <strong>will not</strong> affect transactions <strong>already created</strong>. If you, a user, created a transaction in the past with an Unlock Time set to a future date (even years from today), then you are <strong>not</strong> affected by this change. Your transaction will unlock based on the Unlock Time you set when you created the transaction. This change will <strong>only</strong> affect <strong>new</strong> transactions.</p>

<h3 id="why-deprecate">Why Deprecate?</h3>

<p>The feature has caused a number of security, privacy, and fungibility issues over the years, and its known benefits do not outweigh its significant cons. Deprecating the feature has been discussed and supported for many years (see <a href="https://github.com/monero-project/research-lab/issues/78">here</a>, <a href="https://github.com/monero-project/research-lab/issues/125">here</a>, <a href="https://www.reddit.com/r/Monero/comments/1amomjj/timelocks_let_us_finally_retire_a_rarely_used_and/">here</a>, and <a href="https://www.reddit.com/r/Monero/comments/1kgttsa/comment/mr3ioa0/">here</a>). <a href="https://github.com/monero-project/research-lab/issues/78#issuecomment-925312477">Merchant software has neglected to check the Unlock Time on received Monero, and incorrectly assumed that the Monero received is spendable, leading to losses</a>. <a href="https://thecharlatan.ch/Monero-Unlock-Time-Privacy/">Transactions with Custom Unlock Time stick out in the chain like a sore thumb,  harming both privacy and fungibility</a>. And the feature provides <a href="https://github.com/monero-project/research-lab/issues/78#issuecomment-924622985">no known major benefit</a> that is not achievable through some other means (for example, see Time-Lock Puzzles described in the <a href="https://eprint.iacr.org/2020/1441.pdf">PayMo paper</a>).</p>

<p>It is a common misconception that Monero's Unlock Time is useful for known atomic swap or payment channel protocols. To date, no scheme has been specified that utilizes Monero's Unlock Time feature. Bitcoin's Hash Time Locked Contracts (HTLCs), for example, have unique capabilities that render them useful in atomic swap and payment channel protocols, that Monero's Unlock Time feature does not have.</p>

<p>FCMP++ capable wallets are slated to keep a rolling cache of locked Monero outputs, so that wallets will be able to construct FCMP++ transactions without revealing any identifying information about their own outputs to nodes. See more on the design <a href="https://github.com/monero-project/research-lab/issues/78#issuecomment-2415324570">here</a>. The Unlock Time feature presents a Denial of Service vector because the cache could grow unbounded. Deprecating the feature now enables releasing FCMP++ capable wallets with no concern for this attack vector, enabling a smoother wallet experience for all users.</p>]]></content><author><name>Justin Berman (j-berman)</name></author><category term="announcements" /><category term="community" /><summary type="html"><![CDATA[Please be advised, the Custom Transaction Unlock Time feature is set to be deprecated at consensus with FCMP++. There is already a relay rule in place today that prevents nodes from accepting and relaying transactions with a Custom Unlock Time to the transaction pool (source). This is a formal announcement that the feature would be deprecated altogether with the FCMP++ fork, and new transactions with Custom Unlock Time set would not be able to enter the chain even if a miner mines them.]]></summary></entry><entry><title type="html">Monero 0.18.4.6 &apos;Fluorine Fermi&apos; released</title><link href="https://www.getmonero.org/2026/03/04/monero-0.18.4.6-released.html" rel="alternate" type="text/html" title="Monero 0.18.4.6 &apos;Fluorine Fermi&apos; released" /><published>2026-03-04T00:00:00+00:00</published><updated>2026-03-04T00:00:00+00:00</updated><id>https://www.getmonero.org/2026/03/04/monero-0.18.4.6-released</id><content type="html" xml:base="https://www.getmonero.org/2026/03/04/monero-0.18.4.6-released.html"><![CDATA[<div align="center">
  <img src="/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" width="350px" />
</div>

<h1 id="overview">Overview</h1>

<p>This is the v0.18.4.6 release of the Monero software. This release contains bug fixes.</p>

<p>Some highlights of this release are:</p>

<ul>
  <li>Daemon: fix bug in peer list filter (#<a href="https://github.com/monero-project/monero/pull/10317">10317</a>)</li>
  <li>Daemon: p2p connection bug fixes (#<a href="https://github.com/monero-project/monero/pull/10298">10298</a>)</li>
  <li>Multisig: fix key exchange failure in <code class="language-plaintext highlighter-rouge">monero-gen-trusted-multisig</code> (#<a href="https://github.com/monero-project/monero/pull/10284">10284</a>)</li>
  <li>Minor bug fixes and improvements</li>
</ul>

<p>The complete list of changes is <a href="https://github.com/monero-project/monero/compare/v0.18.4.5...v0.18.4.6">available on GitHub</a>, along with <a href="https://github.com/monero-project/monero/tree/v0.18.4.6">the source code</a>.</p>

<h1 id="contributors-for-this-release">Contributors for this Release</h1>

<p>This release was the direct result of 7 people who worked to put out 16 commits containing 197 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are:</p>

<ul>
  <li>tobtoht</li>
  <li>selsta</li>
  <li>binaryFate</li>
  <li>vtnerd</li>
  <li>woodser</li>
  <li>0xFFFC0000</li>
  <li>j-berman</li>
</ul>

<h1 id="download">Download</h1>

<p>The new binaries can be downloaded from the <a href="/downloads/#cli">Downloads page</a> or from the direct links below.</p>

<ul>
  <li><a href="https://downloads.getmonero.org/cli/monero-win-x64-v0.18.4.6.zip">Windows, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-win-x86-v0.18.4.6.zip">Windows, 32-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-mac-x64-v0.18.4.6.tar.bz2">macOS, Intel</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-mac-armv8-v0.18.4.6.tar.bz2">macOS, ARM</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.4.6.tar.bz2">Linux, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-x86-v0.18.4.6.tar.bz2">Linux, 32-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-armv7-v0.18.4.6.tar.bz2">Linux, armv7</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-armv8-v0.18.4.6.tar.bz2">Linux, armv8</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-riscv64-v0.18.4.6.tar.bz2">Linux, riscv64</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-android-armv7-v0.18.4.6.tar.bz2">Android, armv7</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-android-armv8-v0.18.4.6.tar.bz2">Android, armv8</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-freebsd-x64-v0.18.4.6.tar.bz2">FreeBSD, 64-bit</a></li>
</ul>

<h1 id="hashes">Hashes</h1>

<p>If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>monero-win-x64-v0.18.4.6.zip, 566601fde2c0c4684a7e99e5274100edea3c73ef3ca9de72d32ccd1c64fdea47
monero-win-x86-v0.18.4.6.zip, f164ef30f29ae80ece7b529edbe3c74694174b7f4204967dcc7ef5a855928308
monero-mac-x64-v0.18.4.6.tar.bz2, 1e07c0b672faa2664cc3708de44bab4083a320838dbf7c5582e31e7196bc1c78
monero-mac-armv8-v0.18.4.6.tar.bz2, c71f526012211eb83d7200cc072c3e4ddff637786a9d2ee267165abdd6aea541
monero-linux-x64-v0.18.4.6.tar.bz2, 60cfc32d39c6fe6c19b23513d02017fe9055d2e412ee4cbc30fa40ba811fe052
monero-linux-x86-v0.18.4.6.tar.bz2, 6b33c1f1ff0b5fd5bba6a87f204a464c575e3a230805582fe16db5247e2ff28c
monero-linux-armv8-v0.18.4.6.tar.bz2, d38c9ef8ee1a5d2de32f67d2f46c767c0c5cc3bb23ba7e3dfa9cbb19ceb2c84c
monero-linux-armv7-v0.18.4.6.tar.bz2, c4dbec17d1f25ef52f9a4832b8ba80b8818c8ed9adb786fa193ed38a019b1817
monero-linux-riscv64-v0.18.4.6.tar.bz2, 3ff6f636d875f5cc8a0e6972d8cca4204d1564f2c8ce60c295fa95439711868e
monero-android-armv8-v0.18.4.6.tar.bz2, 0fe77f999e5eb2d2961d062fb82909dc51c210384106f96c06059b4d572ad158
monero-android-armv7-v0.18.4.6.tar.bz2, e67c07dd2a4b2cb0150b125426d7f33c2c1680784de70b381ea099953353d30b
monero-freebsd-x64-v0.18.4.6.tar.bz2, 0ac63ad6a027da8de7ba33bed5a3ccbd7c8dd02027625fc315a8db48b327d849
</code></pre></div></div>

<p>A GPG-signed list of the hashes is at <a href="/downloads/hashes.txt">https://www.getmonero.org/downloads/hashes.txt</a> and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys). To ensure that the files you download are those originally posted by the maintainers, you should both check that the hashes of your files match those on the signed list, and that the signature on the list is valid.</p>

<p>Two guides are available to guide you through the verification process: <a href="/resources/user-guides/verification-windows-beginner.html">Verify binaries on Windows (beginner)</a> and <a href="/resources/user-guides/verification-allos-advanced.html">Verify binaries on Linux, Mac, or Windows command line (advanced)</a>.</p>]]></content><author><name>selsta</name></author><category term="releases" /><summary type="html"><![CDATA[]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" /><media:content medium="image" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Monero GUI 0.18.4.7 &apos;Fluorine Fermi&apos; released</title><link href="https://www.getmonero.org/2026/03/04/monero-GUI-0.18.4.7-released.html" rel="alternate" type="text/html" title="Monero GUI 0.18.4.7 &apos;Fluorine Fermi&apos; released" /><published>2026-03-04T00:00:00+00:00</published><updated>2026-03-04T00:00:00+00:00</updated><id>https://www.getmonero.org/2026/03/04/monero-GUI-0.18.4.7-released</id><content type="html" xml:base="https://www.getmonero.org/2026/03/04/monero-GUI-0.18.4.7-released.html"><![CDATA[<div align="center">
  <img src="/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" width="350px" />
</div>

<h1 id="overview">Overview</h1>

<p>This is the v0.18.4.7 release of the Monero GUI software. This release contains bug fixes.</p>

<p><a href="/2026/03/04/monero-0.18.4.6-released.html">The latest CLI release notes can be found on the precedent blog post</a></p>

<p>Some highlights of this release are:</p>

<ul>
  <li>Fix GUI getting stuck during exit on macOS (#<a href="https://github.com/monero-project/monero-gui/pull/4558">4558</a>)</li>
  <li>Fix lack of focus during password dialog (#<a href="https://github.com/monero-project/monero-gui/pull/4549">4549</a>)</li>
  <li>Set password for temporary wallet during wizard wallet creation (#<a href="https://github.com/monero-project/monero-gui/pull/4556">4556</a>, #<a href="https://github.com/monero-project/monero-gui/pull/4571">4571</a>)</li>
  <li>Improve blockchain size estimate accuracy (#<a href="https://github.com/monero-project/monero-gui/pull/4552">4552</a>)</li>
  <li>Update Qt to 5.15.18 (#<a href="https://github.com/monero-project/monero-gui/pull/4565">4565</a>)</li>
  <li>Update p2pool to v4.14 (#<a href="https://github.com/monero-project/monero-gui/pull/4570">4570</a>)</li>
  <li>Minor bug fixes</li>
</ul>

<p>The complete list of changes is <a href="https://github.com/monero-project/monero-gui/compare/v0.18.4.5...v0.18.4.7">available on GitHub</a>, along with <a href="https://github.com/monero-project/monero-gui/tree/v0.18.4.7">the source code</a>.</p>

<h1 id="contributors-for-this-release">Contributors for this Release</h1>

<p>This release was the direct result of 4 people who worked to put out 29 commits containing 163 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are:</p>

<ul>
  <li>tobtoht</li>
  <li>selsta</li>
  <li>SChernykh</li>
  <li>luigi1111</li>
</ul>

<h1 id="download">Download</h1>

<p>The new binaries can be downloaded from the <a href="/downloads/#gui">Downloads page</a> or from the direct links below.</p>

<ul>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-win-x64-v0.18.4.7.zip">Windows, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.18.4.7.exe">Windows, 64-bit (Installer)</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.18.4.7.dmg">macOS, Intel</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-mac-armv8-v0.18.4.7.dmg">macOS, ARM</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.18.4.7.tar.bz2">Linux, 64-bit</a></li>
</ul>

<p>A complete guide for the GUI wallet is included in the archives, but <a href="https://github.com/monero-ecosystem/monero-GUI-guide/blob/master/monero-GUI-guide.md">an online version is available</a>.</p>

<h1 id="download-hashes">Download Hashes</h1>

<p>If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>monero-gui-win-x64-v0.18.4.7.zip, b06dde8291aa03c4ac89efe19568c22eba2854af18a39163ed6d4a1fb88f1a20
monero-gui-install-win-x64-v0.18.4.7.exe, adf679471c5a619a6e1f484672c883de097ba55caecaf85a6b040d7190d38576
monero-gui-mac-x64-v0.18.4.7.dmg, 23a09caf2430f1e2b4809bd52ca2477de6acbe8db45890942975e757fb8096db
monero-gui-mac-armv8-v0.18.4.7.dmg, 5685e948ea070c4a7b9450a576da00b4037168b2f0645aa27437fa6d2e609095
monero-gui-linux-x64-v0.18.4.7.tar.bz2, 4573defcf21b0daeea0e9c7213540012c7d1186e829daf991fa8edfc5033dc08
</code></pre></div></div>

<p>A GPG-signed list of the hashes is at <a href="/downloads/hashes.txt">https://www.getmonero.org/downloads/hashes.txt</a> and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys). To ensure that the files you download are those originally posted by the maintainers, you should both check that the hashes of your files match those on the signed list, and that the signature on the list is valid.</p>

<p>Two guides are available to guide you through the verification process: <a href="/resources/user-guides/verification-windows-beginner.html">Verify binaries on Windows (beginner)</a> and <a href="/resources/user-guides/verification-allos-advanced.html">Verify binaries on Linux, Mac, or Windows command line (advanced)</a>.</p>]]></content><author><name>selsta</name></author><category term="releases" /><summary type="html"><![CDATA[]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" /><media:content medium="image" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Monero 0.18.4.5 &apos;Fluorine Fermi&apos; released</title><link href="https://www.getmonero.org/2026/01/11/monero-0.18.4.5-released.html" rel="alternate" type="text/html" title="Monero 0.18.4.5 &apos;Fluorine Fermi&apos; released" /><published>2026-01-11T00:00:00+00:00</published><updated>2026-01-11T00:00:00+00:00</updated><id>https://www.getmonero.org/2026/01/11/monero-0.18.4.5-released</id><content type="html" xml:base="https://www.getmonero.org/2026/01/11/monero-0.18.4.5-released.html"><![CDATA[<div align="center">
  <img src="/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" width="350px" />
</div>

<h1 id="overview">Overview</h1>

<p>This is the v0.18.4.5 release of the Monero software. This release fixes a bug with Ledger hardware wallet.</p>

<p>Some highlights of this release are:</p>

<ul>
  <li>Ledger: fix Ledger Monero app crash (#<a href="https://github.com/monero-project/monero/pull/10234">10234</a>)</li>
  <li>Ledger: add support for Ledger Nano Gen5 (#<a href="https://github.com/monero-project/monero/pull/10243">10243</a>)</li>
  <li>Daemon: fix race condition causing dropped connections during sync (#<a href="https://github.com/monero-project/monero/pull/10257">10257</a>)</li>
  <li>Wallet: fix edge case where key images remain marked unspent (#<a href="https://github.com/monero-project/monero/pull/10255">10255</a>)</li>
  <li>Improve terminal color detection (#<a href="https://github.com/monero-project/monero/pull/10268">10268</a>)</li>
  <li>Minor bug fixes and improvements</li>
</ul>

<p>The complete list of changes is <a href="https://github.com/monero-project/monero/compare/v0.18.4.4...v0.18.4.5">available on GitHub</a>, along with <a href="https://github.com/monero-project/monero/tree/v0.18.4.5">the source code</a>.</p>

<h1 id="contributors-for-this-release">Contributors for this Release</h1>

<p>This release was the direct result of 7 people who worked to put out 16 commits containing 76 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are:</p>

<ul>
  <li>tobtoht</li>
  <li>plowsof</li>
  <li>nahuhh</li>
  <li>selsta</li>
  <li>laanwj</li>
  <li>iamamyth</li>
  <li>j-berman</li>
</ul>

<h1 id="download">Download</h1>

<p>The new binaries can be downloaded from the <a href="/downloads/#cli">Downloads page</a> or from the direct links below.</p>

<ul>
  <li><a href="https://downloads.getmonero.org/cli/monero-win-x64-v0.18.4.5.zip">Windows, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-win-x86-v0.18.4.5.zip">Windows, 32-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-mac-x64-v0.18.4.5.tar.bz2">macOS, Intel</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-mac-armv8-v0.18.4.5.tar.bz2">macOS, ARM</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.4.5.tar.bz2">Linux, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-x86-v0.18.4.5.tar.bz2">Linux, 32-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-armv7-v0.18.4.5.tar.bz2">Linux, armv7</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-armv8-v0.18.4.5.tar.bz2">Linux, armv8</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-riscv64-v0.18.4.5.tar.bz2">Linux, riscv64</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-android-armv7-v0.18.4.5.tar.bz2">Android, armv7</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-android-armv8-v0.18.4.5.tar.bz2">Android, armv8</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-freebsd-x64-v0.18.4.5.tar.bz2">FreeBSD, 64-bit</a></li>
</ul>

<h1 id="hashes">Hashes</h1>

<p>If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>monero-win-x64-v0.18.4.5.zip, a58132eefdecf6bd5443ae52fc15c0c371499de17223667173e5c81d12bfc2c5
monero-win-x86-v0.18.4.5.zip, 6a0eff6b06fe9b1372a64744900bfe19b47a532b6678d6f7055c2de9999b58d1
monero-mac-x64-v0.18.4.5.tar.bz2, b92a2cebde86bf87ebcdfa9cab8e20ae4b3697798058c3de71945267f361a984
monero-mac-armv8-v0.18.4.5.tar.bz2, f6b91dd7cb06483941945e6a1dc455ed80360092c138a1d1af53dc31985bd8d8
monero-linux-x64-v0.18.4.5.tar.bz2, 423b49f3658e29f70a1d971667dec924c7ee7a107cfc93440456e28500b471a6
monero-linux-x86-v0.18.4.5.tar.bz2, 9960aba30ab2ffc3450a4865e707a60615661ae5c32f3b90da74f1c0a38e4bc0
monero-linux-armv8-v0.18.4.5.tar.bz2, a1667e15307f0dfce2f25f882238c432aee14884219ff0d0be07d7bee959a903
monero-linux-armv7-v0.18.4.5.tar.bz2, 42fbcbcf678794d6b104134bb7218093d6aa2764cc9cfa6fad404a4648a7c38a
monero-linux-riscv64-v0.18.4.5.tar.bz2, ed06d510dc53412362fa22a2149d709eb3b60f973583ebf33bbfbc9edc58f2ab
monero-android-armv8-v0.18.4.5.tar.bz2, 4d48830d0d6494b27bf1144b9546e5e7bccc7eef0f6991a16ae2bf6ac71a69d9
monero-android-armv7-v0.18.4.5.tar.bz2, 3cd6611c5c33ae4c10e52698826560bbb17e00cf2f8a2d7f61e79d28f0f36ef6
monero-freebsd-x64-v0.18.4.5.tar.bz2, a2e924a2293e1d0c192f6e50748dcbcbb58dd9d5ad2b6733ffccefad37c556cf
</code></pre></div></div>

<p>A GPG-signed list of the hashes is at <a href="/downloads/hashes.txt">https://www.getmonero.org/downloads/hashes.txt</a> and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys). To ensure that the files you download are those originally posted by the maintainers, you should both check that the hashes of your files match those on the signed list, and that the signature on the list is valid.</p>

<p>Two guides are available to guide you through the verification process: <a href="/resources/user-guides/verification-windows-beginner.html">Verify binaries on Windows (beginner)</a> and <a href="/resources/user-guides/verification-allos-advanced.html">Verify binaries on Linux, Mac, or Windows command line (advanced)</a>.</p>]]></content><author><name>selsta</name></author><category term="releases" /><summary type="html"><![CDATA[]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" /><media:content medium="image" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Monero GUI 0.18.4.5 &apos;Fluorine Fermi&apos; released</title><link href="https://www.getmonero.org/2026/01/11/monero-GUI-0.18.4.5-released.html" rel="alternate" type="text/html" title="Monero GUI 0.18.4.5 &apos;Fluorine Fermi&apos; released" /><published>2026-01-11T00:00:00+00:00</published><updated>2026-01-11T00:00:00+00:00</updated><id>https://www.getmonero.org/2026/01/11/monero-GUI-0.18.4.5-released</id><content type="html" xml:base="https://www.getmonero.org/2026/01/11/monero-GUI-0.18.4.5-released.html"><![CDATA[<div align="center">
  <img src="/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" width="350px" />
</div>

<h1 id="overview">Overview</h1>

<p>This is the v0.18.4.5 release of the Monero GUI software. This release fixes a bug with Ledger hardware wallet.</p>

<p><a href="/2026/01/07/monero-0.18.4.5-released.html">The latest CLI release notes can be found on the precedent blog post</a></p>

<p>Some highlights of this release are:</p>

<ul>
  <li>Fix Ledger Monero app crash (#<a href="https://github.com/monero-project/monero-gui/pull/4534">4534</a>)</li>
  <li>Add support for Ledger Nano Gen5 (#<a href="https://github.com/monero-project/monero-gui/pull/4539">4539</a>)</li>
  <li>Update P2Pool to v4.13 (#<a href="https://github.com/monero-project/monero-gui/pull/4543">4543</a>)</li>
  <li>Improve macOS dark mode support (#<a href="https://github.com/monero-project/monero-gui/pull/4537">4537</a>)</li>
  <li>Minor bug fixes</li>
</ul>

<p>The complete list of changes is <a href="https://github.com/monero-project/monero-gui/compare/v0.18.4.4...v0.18.4.5">available on GitHub</a>, along with <a href="https://github.com/monero-project/monero-gui/tree/v0.18.4.5">the source code</a>.</p>

<h1 id="contributors-for-this-release">Contributors for this Release</h1>

<p>This release was the direct result of 5 people who worked, to put out 12 commits containing 25 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are:</p>

<ul>
  <li>tobtoht</li>
  <li>SChernykh</li>
  <li>plowsof</li>
  <li>selsta</li>
  <li>nabijaczleweli</li>
</ul>

<h1 id="download">Download</h1>

<p>The new binaries can be downloaded from the <a href="/downloads/#gui">Downloads page</a> or from the direct links below.</p>

<ul>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-win-x64-v0.18.4.5.zip">Windows, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.18.4.5.exe">Windows, 64-bit (Installer)</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.18.4.5.dmg">macOS, Intel</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-mac-armv8-v0.18.4.5.dmg">macOS, ARM</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.18.4.5.tar.bz2">Linux, 64-bit</a></li>
</ul>

<p>A complete guide for the GUI wallet is included in the archives, but <a href="https://github.com/monero-ecosystem/monero-GUI-guide/blob/master/monero-GUI-guide.md">an online version is available</a>.</p>

<h1 id="download-hashes">Download Hashes</h1>

<p>If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>monero-gui-win-x64-v0.18.4.5.zip, 9f3cf22fdb12cec1df6b1cb4cbe78d48457d68cbccdc46a82920a167885a988c
monero-gui-install-win-x64-v0.18.4.5.exe, 4d0cefe9d639bf2a31c02470c53d2f01c09d31165cedcc6eba184f1ccc7ed196
monero-gui-mac-x64-v0.18.4.5.dmg, aa1b818b7dea2a6315b7a25216e8661b5d4378d1823aa8747c8b39aac59232a0
monero-gui-mac-armv8-v0.18.4.5.dmg, 6b10e9336d9eb804f518a3815152e236ff5615fac3578a445500d92c572949c9
monero-gui-linux-x64-v0.18.4.5.tar.bz2, 6200d97615f23a3701c2cc51da3e9472ccd71561c259ca62f60030ef40ce785c
</code></pre></div></div>

<p>A GPG-signed list of the hashes is at <a href="/downloads/hashes.txt">https://www.getmonero.org/downloads/hashes.txt</a> and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys). To ensure that the files you download are those originally posted by the maintainers, you should both check that the hashes of your files match those on the signed list, and that the signature on the list is valid.</p>

<p>Two guides are available to guide you through the verification process: <a href="/resources/user-guides/verification-windows-beginner.html">Verify binaries on Windows (beginner)</a> and <a href="/resources/user-guides/verification-allos-advanced.html">Verify binaries on Linux, Mac, or Windows command line (advanced)</a>.</p>]]></content><author><name>selsta</name></author><category term="releases" /><summary type="html"><![CDATA[]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" /><media:content medium="image" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Monero 0.18.4.4 &apos;Fluorine Fermi&apos; released</title><link href="https://www.getmonero.org/2025/11/14/monero-0.18.4.4-released.html" rel="alternate" type="text/html" title="Monero 0.18.4.4 &apos;Fluorine Fermi&apos; released" /><published>2025-11-14T00:00:00+00:00</published><updated>2025-11-14T00:00:00+00:00</updated><id>https://www.getmonero.org/2025/11/14/monero-0.18.4.4-released</id><content type="html" xml:base="https://www.getmonero.org/2025/11/14/monero-0.18.4.4-released.html"><![CDATA[<div align="center">
  <img src="/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" width="350px" />
</div>

<h1 id="overview">Overview</h1>

<p>This is the v0.18.4.4 release of the Monero software. This is a recommended release that fixes a bug with Ledger hardware wallet when rejecting secret view key export.</p>

<p>Some highlights of this release are:</p>

<ul>
  <li>Ledger: make secret view key export mandatory (#<a href="https://github.com/monero-project/monero/pull/10195">10195</a>)</li>
  <li>Wallet: identify spends in pool when scanning (#<a href="https://github.com/monero-project/monero/pull/10153">10153</a>)</li>
  <li>Daemon: relay empty fluffy block on found block (#<a href="https://github.com/monero-project/monero/pull/10206">10206</a>)</li>
  <li>Daemon: correct txpool weight miscalculation in edge case (#<a href="https://github.com/monero-project/monero/pull/10204">10204</a>)</li>
  <li>Daemon: refine sync height selection logic (#<a href="https://github.com/monero-project/monero/pull/10202">10202</a>)</li>
  <li>Additional logging deadlock fixes (#<a href="https://github.com/monero-project/monero/pull/10194">10194</a>)</li>
  <li>Minor bug fixes and improvements</li>
</ul>

<p>The complete list of changes is <a href="https://github.com/monero-project/monero/compare/v0.18.4.3...v0.18.4.4">available on GitHub</a>, along with <a href="https://github.com/monero-project/monero/tree/v0.18.4.4">the source code</a>.</p>

<h1 id="contributors-for-this-release">Contributors for this Release</h1>

<p>This release was the direct result of 4 people who worked to put out 14 commits containing 286 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are:</p>

<ul>
  <li>tobtoht</li>
  <li>0xFFFC0000</li>
  <li>selsta</li>
  <li>j-berman</li>
</ul>

<h1 id="download">Download</h1>

<p>The new binaries can be downloaded from the <a href="/downloads/#cli">Downloads page</a> or from the direct links below.</p>

<ul>
  <li><a href="https://downloads.getmonero.org/cli/monero-win-x64-v0.18.4.4.zip">Windows, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-win-x86-v0.18.4.4.zip">Windows, 32-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-mac-x64-v0.18.4.4.tar.bz2">macOS, Intel</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-mac-armv8-v0.18.4.4.tar.bz2">macOS, ARM</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.4.4.tar.bz2">Linux, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-x86-v0.18.4.4.tar.bz2">Linux, 32-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-armv7-v0.18.4.4.tar.bz2">Linux, armv7</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-armv8-v0.18.4.4.tar.bz2">Linux, armv8</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-riscv64-v0.18.4.4.tar.bz2">Linux, riscv64</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-android-armv7-v0.18.4.4.tar.bz2">Android, armv7</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-android-armv8-v0.18.4.4.tar.bz2">Android, armv8</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-freebsd-x64-v0.18.4.4.tar.bz2">FreeBSD, 64-bit</a></li>
</ul>

<h1 id="hashes">Hashes</h1>

<p>If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>monero-win-x64-v0.18.4.4.zip, 7eb3b87a105b3711361dd2b3e492ad14219d21ed8fd3dd726573a6cbd96e83a6
monero-win-x86-v0.18.4.4.zip, a148a2bd2b14183fb36e2cf917fce6f33fb687564db2ed53193b8432097ab398
monero-mac-x64-v0.18.4.4.tar.bz2, af3d98f09da94632db3e2f53c62cc612e70bf94aa5942d2a5200b4393cd9c842
monero-mac-armv8-v0.18.4.4.tar.bz2, 645e9bbae0275f555b2d72a9aa30d5f382df787ca9528d531521750ce2da9768
monero-linux-x64-v0.18.4.4.tar.bz2, 7fe45ee9aade429ccdcfcad93b905ba45da5d3b46d2dc8c6d5afc48bd9e7f108
monero-linux-x86-v0.18.4.4.tar.bz2, 8c174b756e104534f3d3a69fe68af66d6dc4d66afa97dfe31735f8d069d20570
monero-linux-armv8-v0.18.4.4.tar.bz2, b9daede195a24bdd05bba68cb5cb21e42c2e18b82d4d134850408078a44231c5
monero-linux-armv7-v0.18.4.4.tar.bz2, 2040dc22748ef39ed8a755324d2515261b65315c67b91f449fa1617c5978910b
monero-linux-riscv64-v0.18.4.4.tar.bz2, c939ea6e8002798f24a56ac03cbfc4ff586f70d7d9c3321b7794b3bcd1fa4c45
monero-android-armv8-v0.18.4.4.tar.bz2, eb81b71f029884ab5fec76597be583982c95fd7dc3fc5f5083a422669cee311e
monero-android-armv7-v0.18.4.4.tar.bz2, 7c2ad18ca3a1ad5bc603630ca935a753537a38a803e98d645edd6a3b94a5f036
monero-freebsd-x64-v0.18.4.4.tar.bz2, bc539178df23d1ae8b69569d9c328b5438ae585c0aacbebe12d8e7d387a745b0
</code></pre></div></div>

<p>A GPG-signed list of the hashes is at <a href="/downloads/hashes.txt">https://www.getmonero.org/downloads/hashes.txt</a> and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys). To ensure that the files you download are those originally posted by the maintainers, you should both check that the hashes of your files match those on the signed list, and that the signature on the list is valid.</p>

<p>Two guides are available to guide you through the verification process: <a href="/resources/user-guides/verification-windows-beginner.html">Verify binaries on Windows (beginner)</a> and <a href="/resources/user-guides/verification-allos-advanced.html">Verify binaries on Linux, Mac, or Windows command line (advanced)</a>.</p>]]></content><author><name>selsta</name></author><category term="releases" /><summary type="html"><![CDATA[]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" /><media:content medium="image" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Monero GUI 0.18.4.4 &apos;Fluorine Fermi&apos; released</title><link href="https://www.getmonero.org/2025/11/14/monero-GUI-0.18.4.4-released.html" rel="alternate" type="text/html" title="Monero GUI 0.18.4.4 &apos;Fluorine Fermi&apos; released" /><published>2025-11-14T00:00:00+00:00</published><updated>2025-11-14T00:00:00+00:00</updated><id>https://www.getmonero.org/2025/11/14/monero-GUI-0.18.4.4-released</id><content type="html" xml:base="https://www.getmonero.org/2025/11/14/monero-GUI-0.18.4.4-released.html"><![CDATA[<div align="center">
  <img src="/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" width="350px" />
</div>

<h1 id="overview">Overview</h1>

<p>This is the v0.18.4.4 release of the Monero GUI software. This is a recommended release that fixes a bug with Ledger hardware wallet when rejecting secret view key export.</p>

<p><a href="/2025/11/14/monero-0.18.4.4-released.html">The latest CLI release notes can be found on the precedent blog post</a></p>

<p>Some highlights of this release are:</p>

<ul>
  <li>Fix Ledger hardware wallet bug when rejecting secret view key export</li>
  <li>Update P2Pool to v4.12 (#<a href="https://github.com/monero-project/monero-gui/pull/4519">4519</a>)</li>
  <li>Minor bug fixes</li>
</ul>

<p>The complete list of changes is <a href="https://github.com/monero-project/monero-gui/compare/v0.18.4.3...v0.18.4.4">available on GitHub</a>, along with <a href="https://github.com/monero-project/monero-gui/tree/v0.18.4.4">the source code</a>.</p>

<h1 id="contributors-for-this-release">Contributors for this Release</h1>

<p>This release was the direct result of 3 people who worked, to put out 6 commits containing 23 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are:</p>

<ul>
  <li>tobtoht</li>
  <li>SChernykh</li>
  <li>selsta</li>
</ul>

<h1 id="download">Download</h1>

<p>The new binaries can be downloaded from the <a href="/downloads/#gui">Downloads page</a> or from the direct links below.</p>

<ul>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-win-x64-v0.18.4.4.zip">Windows, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.18.4.4.exe">Windows, 64-bit (Installer)</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.18.4.4.dmg">macOS, Intel</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-mac-armv8-v0.18.4.4.dmg">macOS, ARM</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.18.4.4.tar.bz2">Linux, 64-bit</a></li>
</ul>

<p>A complete guide for the GUI wallet is included in the archives, but <a href="https://github.com/monero-ecosystem/monero-GUI-guide/blob/master/monero-GUI-guide.md">an online version is available</a>.</p>

<h1 id="download-hashes">Download Hashes</h1>

<p>If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>monero-gui-win-x64-v0.18.4.4.zip, b96faa56aa77cabed1f31f3fc9496e756a8da8c1124da2b9cb0b3730a8b6fbd9
monero-gui-install-win-x64-v0.18.4.4.exe, 4c81c8e97bd542daa453776d888557db1ceb2a718d43f6135ad68b12c8119948
monero-gui-mac-x64-v0.18.4.4.dmg, 811df70811a25f31289f24ebc0edc8f7648670384698d4c768bac5c2acbf2026
monero-gui-mac-armv8-v0.18.4.4.dmg, a6f071719c401df339dba2d43ec6fffe103fda3e1df46f354b2496f34bb61cc4
monero-gui-linux-x64-v0.18.4.4.tar.bz2, e45cb3fa9d972d67628cfed6463fb7604ae1414a11ba449f5e2f901c769ac788
</code></pre></div></div>

<p>A GPG-signed list of the hashes is at <a href="/downloads/hashes.txt">https://www.getmonero.org/downloads/hashes.txt</a> and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys). To ensure that the files you download are those originally posted by the maintainers, you should both check that the hashes of your files match those on the signed list, and that the signature on the list is valid.</p>

<p>Two guides are available to guide you through the verification process: <a href="/resources/user-guides/verification-windows-beginner.html">Verify binaries on Windows (beginner)</a> and <a href="/resources/user-guides/verification-allos-advanced.html">Verify binaries on Linux, Mac, or Windows command line (advanced)</a>.</p>]]></content><author><name>selsta</name></author><category term="releases" /><summary type="html"><![CDATA[]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" /><media:content medium="image" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Monero 0.18.4.3 &apos;Fluorine Fermi&apos; released</title><link href="https://www.getmonero.org/2025/10/08/monero-0.18.4.3-released.html" rel="alternate" type="text/html" title="Monero 0.18.4.3 &apos;Fluorine Fermi&apos; released" /><published>2025-10-08T00:00:00+00:00</published><updated>2025-10-08T00:00:00+00:00</updated><id>https://www.getmonero.org/2025/10/08/monero-0.18.4.3-released</id><content type="html" xml:base="https://www.getmonero.org/2025/10/08/monero-0.18.4.3-released.html"><![CDATA[<div align="center">
  <img src="/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" width="350px" />
</div>

<h1 id="overview">Overview</h1>

<p>This is the v0.18.4.3 release of the Monero software. This is a highly recommended release that enhances protection against spy nodes.</p>

<p>Some highlights of this release are:</p>

<ul>
  <li>Wallet: increase batch subaddress creation limit to match RPC (#<a href="https://github.com/monero-project/monero/pull/10098">10098</a>)</li>
  <li>Wallet: warn instead of throw when RingDB doesn't include spend (#<a href="https://github.com/monero-project/monero/pull/10150">10150</a>)</li>
  <li>Daemon: improved peer selection with <code class="language-plaintext highlighter-rouge">/24 subnet</code> deduplication to disadvantage 'spy nodes' (#<a href="https://github.com/monero-project/monero/pull/10113">10113</a>)</li>
  <li>Daemon: add <code class="language-plaintext highlighter-rouge">max_block_count</code> field to <code class="language-plaintext highlighter-rouge">getblocks.bin</code> RPC request (#<a href="https://github.com/monero-project/monero/pull/9901">9901</a>)</li>
  <li>Daemon: send ZMQ miner notifications after txpool additions (#<a href="https://github.com/monero-project/monero/pull/10104">10104</a>)</li>
  <li>Daemon: seed node maintenance (#<a href="https://github.com/monero-project/monero/pull/10105">10105</a>, #<a href="https://github.com/monero-project/monero/pull/10112">10112</a>, #<a href="https://github.com/monero-project/monero/pull/10115">10115</a>)</li>
  <li>Daemon: fix <code class="language-plaintext highlighter-rouge">on_getblockhash</code> error return on too high height (#<a href="https://github.com/monero-project/monero/pull/10125">10125</a>)</li>
  <li>RPC: allow creating more than 64 addresses at once (#<a href="https://github.com/monero-project/monero/pull/10096">10096</a>)</li>
  <li>Fix logging deadlock (#<a href="https://github.com/monero-project/monero/pull/10066">10066</a>)</li>
  <li>Minor bug fixes and improvements</li>
</ul>

<p>The complete list of changes is <a href="https://github.com/monero-project/monero/compare/v0.18.4.2...v0.18.4.3">available on GitHub</a>, along with <a href="https://github.com/monero-project/monero/tree/v0.18.4.3">the source code</a>.</p>

<h1 id="contributors-for-this-release">Contributors for this Release</h1>

<p>This release was the direct result of 13 people who worked to put out 36 commits containing 253 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are:</p>

<ul>
  <li>tobtoht</li>
  <li>vtnerd</li>
  <li>0xFFFC0000</li>
  <li>nahuhh</li>
  <li>moneromooo</li>
  <li>WeebDataHoarder</li>
  <li>jeffro256</li>
  <li>Gingeropolous</li>
  <li>lalanza808</li>
  <li>rbrunner7</li>
  <li>hinto-janai</li>
  <li>selsta</li>
  <li>j-berman</li>
</ul>

<h1 id="download">Download</h1>

<p>The new binaries can be downloaded from the <a href="/downloads/#cli">Downloads page</a> or from the direct links below.</p>

<ul>
  <li><a href="https://downloads.getmonero.org/cli/monero-win-x64-v0.18.4.3.zip">Windows, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-win-x86-v0.18.4.3.zip">Windows, 32-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-mac-x64-v0.18.4.3.tar.bz2">macOS, Intel</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-mac-armv8-v0.18.4.3.tar.bz2">macOS, ARM</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.4.3.tar.bz2">Linux, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-x86-v0.18.4.3.tar.bz2">Linux, 32-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-armv7-v0.18.4.3.tar.bz2">Linux, armv7</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-armv8-v0.18.4.3.tar.bz2">Linux, armv8</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-riscv64-v0.18.4.3.tar.bz2">Linux, riscv64</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-android-armv7-v0.18.4.3.tar.bz2">Android, armv7</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-android-armv8-v0.18.4.3.tar.bz2">Android, armv8</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-freebsd-x64-v0.18.4.3.tar.bz2">FreeBSD, 64-bit</a></li>
</ul>

<h1 id="hashes">Hashes</h1>

<p>If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>monero-win-x64-v0.18.4.3.zip, bd9f615657c35d2d7dd9a5168ad54f1547dbf9a335dee7f12fab115f6f394e36
monero-win-x86-v0.18.4.3.zip, e642ed7bbfa34c30b185387fa553aa9c3ea608db1f3fc0e9332afa9b522c9c1a
monero-mac-x64-v0.18.4.3.tar.bz2, a8d8273b14f31569f5b7aa3063fbd322e3caec3d63f9f51e287dfc539c7f7d61
monero-mac-armv8-v0.18.4.3.tar.bz2, bab9a6d3c2ca519386cff5ff0b5601642a495ed1a209736acaf354468cba1145
monero-linux-x64-v0.18.4.3.tar.bz2, 3a7b36ae4da831a4e9913e0a891728f4c43cd320f9b136cdb6686b1d0a33fafa
monero-linux-x86-v0.18.4.3.tar.bz2, e0b51ca71934c33cb83cfa8535ffffebf431a2fc9efe3acf2baad96fb6ce21ec
monero-linux-armv8-v0.18.4.3.tar.bz2, b1cc5f135de3ba8512d56deb4b536b38c41addde922b2a53bf443aeaf2a5a800
monero-linux-armv7-v0.18.4.3.tar.bz2, 3ac83049bc565fb5238501f0fa629cdd473bbe94d5fb815088af8e6ff1d761cd
monero-linux-riscv64-v0.18.4.3.tar.bz2, 95baaa6e8957b92caeaed7fb19b5c2659373df8dd5f4de2601ed3dae7b17ce2f
monero-android-armv8-v0.18.4.3.tar.bz2, 1aebd24aaaec3d1e87a64163f2e30ab2cd45f3902a7a859413f6870944775c21
monero-android-armv7-v0.18.4.3.tar.bz2, 4e1481835824b9233f204553d4a19645274824f3f6185d8a4b50198470752f54
monero-freebsd-x64-v0.18.4.3.tar.bz2, ff7b9c5cf2cb3d602c3dff1902ac0bc3394768cefc260b6003a9ad4bcfb7c6a4
</code></pre></div></div>

<p>A GPG-signed list of the hashes is at <a href="/downloads/hashes.txt">https://www.getmonero.org/downloads/hashes.txt</a> and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys). To ensure that the files you download are those originally posted by the maintainers, you should both check that the hashes of your files match those on the signed list, and that the signature on the list is valid.</p>

<p>Two guides are available to guide you through the verification process: <a href="/resources/user-guides/verification-windows-beginner.html">Verify binaries on Windows (beginner)</a> and <a href="/resources/user-guides/verification-allos-advanced.html">Verify binaries on Linux, Mac, or Windows command line (advanced)</a>.</p>]]></content><author><name>selsta</name></author><category term="releases" /><summary type="html"><![CDATA[]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" /><media:content medium="image" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Monero GUI 0.18.4.3 &apos;Fluorine Fermi&apos; released</title><link href="https://www.getmonero.org/2025/10/08/monero-GUI-0.18.4.3-released.html" rel="alternate" type="text/html" title="Monero GUI 0.18.4.3 &apos;Fluorine Fermi&apos; released" /><published>2025-10-08T00:00:00+00:00</published><updated>2025-10-08T00:00:00+00:00</updated><id>https://www.getmonero.org/2025/10/08/monero-GUI-0.18.4.3-released</id><content type="html" xml:base="https://www.getmonero.org/2025/10/08/monero-GUI-0.18.4.3-released.html"><![CDATA[<div align="center">
  <img src="/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" width="350px" />
</div>

<h1 id="overview">Overview</h1>

<p>This is the v0.18.4.3 release of the Monero GUI software. This is a highly recommended release that enhances protection against spy nodes when using a local node.</p>

<p><a href="/2025/10/08/monero-0.18.4.3-released.html">The latest CLI release notes can be found on the precedent blog post</a></p>

<p>Some highlights of this release are:</p>

<ul>
  <li>Add support for Ledger Flex (#<a href="https://github.com/monero-project/monero-gui/pull/4494">4494</a>)</li>
  <li>Update Qt to 5.15.17 (#<a href="https://github.com/monero-project/monero-gui/pull/4498">4498</a>)</li>
  <li>Update P2Pool to v4.11 (#<a href="https://github.com/monero-project/monero-gui/pull/4505">4505</a>)</li>
  <li>Minor bug fixes</li>
</ul>

<p>The complete list of changes is <a href="https://github.com/monero-project/monero-gui/compare/v0.18.4.2...v0.18.4.3">available on GitHub</a>, along with <a href="https://github.com/monero-project/monero-gui/tree/v0.18.4.3">the source code</a>.</p>

<h1 id="contributors-for-this-release">Contributors for this Release</h1>

<p>This release was the direct result of 4 people who worked, to put out 18 commits containing 61 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are:</p>

<ul>
  <li>luigi1111</li>
  <li>tobtoht</li>
  <li>SChernykh</li>
  <li>selsta</li>
</ul>

<h1 id="download">Download</h1>

<p>The new binaries can be downloaded from the <a href="/downloads/#gui">Downloads page</a> or from the direct links below.</p>

<ul>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-win-x64-v0.18.4.3.zip">Windows, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.18.4.3.exe">Windows, 64-bit (Installer)</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.18.4.3.dmg">macOS, Intel</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-mac-armv8-v0.18.4.3.dmg">macOS, ARM</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.18.4.3.tar.bz2">Linux, 64-bit</a></li>
</ul>

<p>A complete guide for the GUI wallet is included in the archives, but <a href="https://github.com/monero-ecosystem/monero-GUI-guide/blob/master/monero-GUI-guide.md">an online version is available</a>.</p>

<h1 id="download-hashes">Download Hashes</h1>

<p>If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>monero-gui-win-x64-v0.18.4.3.zip, dc9531cb4319b37b2c2dea4126e44a0fe6e7b6f34d278ccf5dd9ba693e3031e0
monero-gui-install-win-x64-v0.18.4.3.exe, 7b9255c696a462a00a810d9c8f94e60400a9e7d6438e8d6a8b693e9c13dca9ab
monero-gui-mac-x64-v0.18.4.3.dmg, 27243b01f030fdae68c59cae1daf21f530bbadeaf10579d2908db9a834191cee
monero-gui-mac-armv8-v0.18.4.3.dmg, 68ea30db32efb4a0671ec723297b6629d932fa188edf76edb38a37adaa3528e6
monero-gui-linux-x64-v0.18.4.3.tar.bz2, 0bd84de0a7c18b2a3ea8e8eff2194ae000cf1060045badfd4ab48674bc1b9325
</code></pre></div></div>

<p>A GPG-signed list of the hashes is at <a href="/downloads/hashes.txt">https://www.getmonero.org/downloads/hashes.txt</a> and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys). To ensure that the files you download are those originally posted by the maintainers, you should both check that the hashes of your files match those on the signed list, and that the signature on the list is valid.</p>

<p>Two guides are available to guide you through the verification process: <a href="/resources/user-guides/verification-windows-beginner.html">Verify binaries on Windows (beginner)</a> and <a href="/resources/user-guides/verification-allos-advanced.html">Verify binaries on Linux, Mac, or Windows command line (advanced)</a>.</p>]]></content><author><name>selsta</name></author><category term="releases" /><summary type="html"><![CDATA[]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" /><media:content medium="image" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">FCMP++ Optimization Competition Results</title><link href="https://www.getmonero.org/2025/08/27/fcmp++-contest-final.html" rel="alternate" type="text/html" title="FCMP++ Optimization Competition Results" /><published>2025-08-27T00:00:00+00:00</published><updated>2025-08-27T00:00:00+00:00</updated><id>https://www.getmonero.org/2025/08/27/fcmp++-contest-final</id><content type="html" xml:base="https://www.getmonero.org/2025/08/27/fcmp++-contest-final.html"><![CDATA[<p>We held <a href="/2025/04/05/fcmp++-contest.html">a contest</a> to optimize two libraries used in Monero's proposed upgrade to <a href="/2024/04/27/fcmps.html">FCMP++</a>: <a href="https://github.com/kayabaNerve/fcmp-plus-plus/tree/78754718faa21f0a5751fbd30c9495d7f7f5c2b1/crypto/helioselene">helioselene</a> and <a href="https://github.com/kayabaNerve/fcmp-plus-plus/tree/78754718faa21f0a5751fbd30c9495d7f7f5c2b1/crypto/divisors">ec-divisors</a>. We have officially declared the winners of the contest!</p>

<h2 id="ec-divisors-250-xmr-prize">EC Divisors (250 XMR prize)</h2>

<p>Winner: <a href="https://github.com/fabrizio-m">@fabrizio-m</a></p>

<p>Fabrizio sped up the divisors library by over 95%. You can see the excellent submission <a href="https://github.com/fabrizio-m/fcmp-competition/pull/1">here</a>.</p>

<p><code class="language-plaintext highlighter-rouge">ec-divisors</code> is a library implementing the calculation of divisors of elliptic curve points. These lead to efficient verification of scalar multiplications, <a href="https://eprint.iacr.org/2022/596">as posited by Liam Eagen</a>. FCMP++ uses EC Divisors to improve efficiency generally. This competition was focused on optimizing divisor construction, which affects transaction construction.</p>

<p>Managing slow divisors construction was a pain point for the FCMP++ integration. Fabrizio's 95%+ improvement effectively renders divisors construction negligible. Thanks to Fabrizio, we can now significantly simplify the final FCMP++ integration, and improve the user experience.</p>

<h2 id="helioselene-100-xmr-1st-place-prize-30-xmr-2nd-place-prize">helioselene (100 XMR 1st place prize, 30 XMR 2nd place prize)</h2>

<p>1st place: <a href="https://github.com/Lederstrumpf">@lederstrumpf</a><br />
2nd place: <a href="https://github.com/rafael-xmr/">@rafael-xmr</a></p>

<p>Lederstrumpf's submission achieved a <em>weighted</em> speed-up of 22% on an AMD Ryzen 5600G, and improved the <em>weighted</em> WASM cycle count by 39%. The judges unanimously declared Lederstrumpf's submission the winner! Lederstrumpf's submission was the strongest foundation to build on. You can see the excellent submission <a href="https://github.com/Lederstrumpf/fcmp-plus-plus-optimization-competition/pull/1">here</a>. As of this writing, <a href="https://github.com/kayabaNerve">@kayabaNerve</a> has already improved on the submission <a href="https://github.com/kayabaNerve/fcmp-plus-plus/compare/d073632cdfb089eba9bd369e6324cf65cb4f7d1f..a7b3a8cec8c84567da9c66d336d9ce1a75bb794d">here</a>.</p>

<p><code class="language-plaintext highlighter-rouge">helioselene</code> is a library implementing two curves, "Helios" and "Selene," which form a curve cycle towering Ed25519. Using a "tower cycle" over Ed25519 allows Monero to re-use the existing anonymity set while upgrading to FCMP++. This library is a critical component used in all aspects of FCMP++. Optimizing this library will therefore benefit all user-facing components of FCMP++ (daemon sync, wallet sync, and transaction construction).</p>

<p>Although not part of the official contest rules, we decided to award a 2nd place prize to Rafael, since we unanimously agreed Rafael's submission was 2nd best. Had we not received a submission from Lederstrumpf, we would have had an excellent submission to fall back on <a href="https://github.com/rafael-xmr/fcmp-plus-plus-optimization-competition-private/pull/5">here</a>. As such, we sought to reward Rafael's strong effort.</p>

<p>We received a number of quality submissions to this contest, and want to thank all contestants for participating! You can read more on our rationale for selecting the winner <a href="https://github.com/j-berman/fcmp-plus-plus-optimization-competition/blob/main/docs/helioselene-decision.pdf">here</a>.</p>

<h2 id="what-we-learned">What we learned</h2>

<h3 id="form-stricter-bounds-on-exactly-what-code-can-be-modified">Form stricter bounds on exactly what code can be modified</h3>

<p>Some code in a repo required for tests / benchmarks to run might not be in scope of the competition. Be as clear about which code is out of scope as possible. Explicitly tell contestants that modifiying certain code will be disqualifying.</p>

<h3 id="form-stricter-api-requirements">Form stricter API requirements</h3>

<p>Similar to the previous point, be crystal clear about the requirements the API of the code must take on and if it should even be allowed to be modified. Preferably provide downstream code that the API must compile and function correctly with.</p>

<h3 id="present-concrete-architectures-and-toolchains-for-which-the-code-must-run-in-constant-time">Present concrete architectures and toolchains for which the code must run in constant-time</h3>

<p>Code runs in constant-time or doesn't on specific architectures and toolchains. For example, LLVM to x86 generates variable-time code for u128 arithmetic in Rust, but constant-time code on x86_64. Give contestants examples of specific toolchains and architectures for which the code must compile to constant-time.</p>

<h3 id="allocate-time-for-review-and-2nd-phase">Allocate time for review and 2nd phase</h3>

<p>No matter how well you think you define the competition rules, there may be scenarios which crop up where there was widespread confusion about the rules. There may be multiple submissions which have a lot of good work in them, but are in the gray area of validity. A review phase allows judges to clarify rules with contestants and refine submissions, and planning for this ahead of time helps to avoid misunderstandings.</p>

<h3 id="allocate-time-for-deadline-extensions">Allocate time for deadline extensions</h3>

<p>This one is pretty self-explanatory. Sometimes you need a deadline extension for unforseen circumstances, so allocate time for it.</p>

<h3 id="make-a-policy-for-non-1st-place-prizes">Make a policy for non-1st place prizes</h3>

<p>In a situation where anonymous submissions are allowed, 2nd place prizes can be gamed very easily. Also, game theory states that for a lot of competitions, the best incentive structure is winner-take-all. However, in the case where two submitters are certainly distinct competitors, and both submissions are close in quality, a 2nd place prize may be warranted. This is doubly true when parts of the code of the non-1st place are to be used in production code. Allocate funds for this scenario before the competition, but make sure to clarify that awarding such a prize is strictly up to the judgement of the judges.</p>

<h3 id="clarify-rules-for-vendored-dependencies">Clarify rules for vendored dependencies</h3>

<p>If you want to make rules about dependencies in the competition, make sure to specify rules about heavily modified and/or vendored dependencies before the start of the competition.</p>

<h3 id="spend-more-time-marketing-competition-in-specific-circles-where-people-do-code-competitions">Spend more time marketing competition in specific circles where people do code competitions</h3>

<p>There was a lot of good outreach for the FCMP++ competition, but some of the most fruitful outreach was to circles where there are already a lot of people doing coding/crypto competitions, who aren't necessarily involved in the Monero sphere.</p>

<h3 id="make-sure-that-submitters-always-license-their-code-under-a-permissive-license">Make sure that submitters always license their code under a permissive license</h3>

<p>MIT, BSD, or even GPL, etc.</p>

<h3 id="setup-an-optional-direct-channel-of-communication-for-the-contestants">Setup an optional direct channel of communication for the contestants</h3>

<p>Before the competiton starts, setup an offical, but optional, method of communication that lets judges push rule updates, feedback, announcements, etc to contestants. Otherwise, scrambling to find and message each contestant gets hectic very quickly.</p>]]></content><author><name>Justin Berman (j-berman) and jeffro256</name></author><category term="crypto" /><category term="announcements" /><summary type="html"><![CDATA[We held a contest to optimize two libraries used in Monero's proposed upgrade to FCMP++: helioselene and ec-divisors. We have officially declared the winners of the contest!]]></summary></entry><entry><title type="html">Monero 0.18.4.2 &apos;Fluorine Fermi&apos; released</title><link href="https://www.getmonero.org/2025/08/26/monero-0.18.4.2-released.html" rel="alternate" type="text/html" title="Monero 0.18.4.2 &apos;Fluorine Fermi&apos; released" /><published>2025-08-26T00:00:00+00:00</published><updated>2025-08-26T00:00:00+00:00</updated><id>https://www.getmonero.org/2025/08/26/monero-0.18.4.2-released</id><content type="html" xml:base="https://www.getmonero.org/2025/08/26/monero-0.18.4.2-released.html"><![CDATA[<div align="center">
  <img src="/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" width="350px" />
</div>

<h1 id="overview">Overview</h1>

<p>This is the v0.18.4.2 release of the Monero software. This is a recommended release that fixes a privacy leak when using a malicious remote node.</p>

<p>Some highlights of this release are:</p>

<ul>
  <li>Wallet: fix privacy leak with malicious remote node (#<a href="https://github.com/monero-project/monero/pull/10015">10015</a>). For a detailed report, read <a href="/2025/08/26/post-mortem-of-find-and-save-rings-bug.html">Post mortem of <code class="language-plaintext highlighter-rouge">find_and_save_rings()</code> bug</a></li>
  <li>Daemon: more accurate connection count (#<a href="https://github.com/monero-project/monero/pull/10047">10047</a>)</li>
  <li>Minor bug fixes and improvements</li>
</ul>

<p>The complete list of changes is <a href="https://github.com/monero-project/monero/compare/v0.18.4.1...v0.18.4.2">available on GitHub</a>, along with <a href="https://github.com/monero-project/monero/tree/v0.18.4.2">the source code</a>.</p>

<h1 id="contributors-for-this-release">Contributors for this Release</h1>

<p>This release was the direct result of 7 people who worked to put out 12 commits containing 39 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are:</p>

<ul>
  <li>tobtoht</li>
  <li>cho-m</li>
  <li>vtnerd</li>
  <li>woodser</li>
  <li>jeffro256</li>
  <li>selsta</li>
  <li>j-berman</li>
</ul>

<h1 id="download">Download</h1>

<p>The new binaries can be downloaded from the <a href="/downloads/#cli">Downloads page</a> or from the direct links below.</p>

<ul>
  <li><a href="https://downloads.getmonero.org/cli/monero-win-x64-v0.18.4.2.zip">Windows, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-win-x86-v0.18.4.2.zip">Windows, 32-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-mac-x64-v0.18.4.2.tar.bz2">macOS, Intel</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-mac-armv8-v0.18.4.2.tar.bz2">macOS, ARM</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.4.2.tar.bz2">Linux, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-x86-v0.18.4.2.tar.bz2">Linux, 32-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-armv7-v0.18.4.2.tar.bz2">Linux, armv7</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-armv8-v0.18.4.2.tar.bz2">Linux, armv8</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-riscv64-v0.18.4.2.tar.bz2">Linux, riscv64</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-android-armv7-v0.18.4.2.tar.bz2">Android, armv7</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-android-armv8-v0.18.4.2.tar.bz2">Android, armv8</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-freebsd-x64-v0.18.4.2.tar.bz2">FreeBSD, 64-bit</a></li>
</ul>

<h1 id="hashes">Hashes</h1>

<p>If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>monero-win-x64-v0.18.4.2.zip, 14dd5aa11308f106183dd7834aa200e74ce6f3497103973696b556e893a4fef2
monero-win-x86-v0.18.4.2.zip, 934d9dbeb06ff5610d2c96ebe34fa480e74f78eaeb3fa3e47d89b7961c9bc5e0
monero-mac-x64-v0.18.4.2.tar.bz2, b1b1b580320118d3b6eaa5575fdbd73cf4db90fcc025b7abf875c5e5b4e335c1
monero-mac-armv8-v0.18.4.2.tar.bz2, 9b98da6911b4769abef229c20e21f29d919b11db156965d6f139d2e1ad6625c2
monero-linux-x64-v0.18.4.2.tar.bz2, 41d023f2357244ea43ee0a74796f5705ce75ce7373a5865d4959fefa13ecab06
monero-linux-x86-v0.18.4.2.tar.bz2, 03e77a4836861a47430664fa703dd149a355b3b214bc400b04ed38eb064a3ef0
monero-linux-armv8-v0.18.4.2.tar.bz2, a39530054dac348b219f1048a24ca629da26990f72cf9c1f6b6853e3d8c39a79
monero-linux-armv7-v0.18.4.2.tar.bz2, ecb2577499a3b0901d731e11d462d3fadcd70095f3ab0def0c27ee64dc56b061
monero-linux-riscv64-v0.18.4.2.tar.bz2, 18492ace80bf8ef2f44aa9a99b4f20adf00fd59c675a6a496211a720088d5d1a
monero-android-armv8-v0.18.4.2.tar.bz2, 3b248c3201f028205915403b4b2f173df0dd8bf47eeb268fd67a4661251469d3
monero-android-armv7-v0.18.4.2.tar.bz2, 6122f0bcaca12d5badd92002338847d16032f6d52d86155c203bcb67d4fe1518
monero-freebsd-x64-v0.18.4.2.tar.bz2, b4e2b7de80107a1b4613b878d8e2114244b3fb16397821d69baa72d9b0f8c8d5
</code></pre></div></div>

<p>A GPG-signed list of the hashes is at <a href="/downloads/hashes.txt">https://www.getmonero.org/downloads/hashes.txt</a> and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys). To ensure that the files you download are those originally posted by the maintainers, you should both check that the hashes of your files match those on the signed list, and that the signature on the list is valid.</p>

<p>Two guides are available to guide you through the verification process: <a href="/resources/user-guides/verification-windows-beginner.html">Verify binaries on Windows (beginner)</a> and <a href="/resources/user-guides/verification-allos-advanced.html">Verify binaries on Linux, Mac, or Windows command line (advanced)</a>.</p>]]></content><author><name>selsta</name></author><category term="releases" /><summary type="html"><![CDATA[]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" /><media:content medium="image" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Monero GUI 0.18.4.2 &apos;Fluorine Fermi&apos; released</title><link href="https://www.getmonero.org/2025/08/26/monero-GUI-0.18.4.2-released.html" rel="alternate" type="text/html" title="Monero GUI 0.18.4.2 &apos;Fluorine Fermi&apos; released" /><published>2025-08-26T00:00:00+00:00</published><updated>2025-08-26T00:00:00+00:00</updated><id>https://www.getmonero.org/2025/08/26/monero-GUI-0.18.4.2-released</id><content type="html" xml:base="https://www.getmonero.org/2025/08/26/monero-GUI-0.18.4.2-released.html"><![CDATA[<div align="center">
  <img src="/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" width="350px" />
</div>

<h1 id="overview">Overview</h1>

<p>This is the v0.18.4.2 release of the Monero GUI software. This is a recommended release that fixes a privacy leak when using a malicious remote node.</p>

<p><a href="/2025/08/26/monero-0.18.4.2-released.html">The latest CLI release notes can be found on the precedent blog post</a></p>

<p>Some highlights of this release are:</p>

<ul>
  <li>Fix privacy leak with malicious remote node. For a detailed report, read <a href="/2025/08/26/post-mortem-of-find-and-save-rings-bug.html">Post mortem of <code class="language-plaintext highlighter-rouge">find_and_save_rings()</code> bug</a></li>
  <li>Add background sync when locked functionality (#<a href="https://github.com/monero-project/monero-gui/pull/4050">4050</a>)</li>
  <li>Update P2Pool to v4.9.1, fix Linux permission bug (#<a href="https://github.com/monero-project/monero-gui/pull/4490">4490</a>)</li>
  <li>Add P2Pool nano sidechain (#<a href="https://github.com/monero-project/monero-gui/pull/4482">4482</a>)</li>
  <li>Minor bug fixes</li>
</ul>

<p>The complete list of changes is <a href="https://github.com/monero-project/monero-gui/compare/v0.18.4.1...v0.18.4.2">available on GitHub</a>, along with <a href="https://github.com/monero-project/monero-gui/tree/v0.18.4.2">the source code</a>.</p>

<h1 id="contributors-for-this-release">Contributors for this Release</h1>

<p>This release was the direct result of 7 people who worked, to put out 12 commits containing 290 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are:</p>

<ul>
  <li>luigi1111</li>
  <li>tobtoht</li>
  <li>nahuhh</li>
  <li>j-berman</li>
  <li>SChernykh</li>
  <li>selsta</li>
  <li>xihuwenhua</li>
</ul>

<h1 id="download">Download</h1>

<p>The new binaries can be downloaded from the <a href="/downloads/#gui">Downloads page</a> or from the direct links below.</p>

<ul>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-win-x64-v0.18.4.2.zip">Windows, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.18.4.2.exe">Windows, 64-bit (Installer)</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.18.4.2.dmg">macOS, Intel</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-mac-armv8-v0.18.4.2.dmg">macOS, ARM</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.18.4.2.tar.bz2">Linux, 64-bit</a></li>
</ul>

<p>A complete guide for the GUI wallet is included in the archives, but <a href="https://github.com/monero-ecosystem/monero-GUI-guide/blob/master/monero-GUI-guide.md">an online version is available</a>.</p>

<h1 id="download-hashes">Download Hashes</h1>

<p>If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>monero-gui-win-x64-v0.18.4.2.zip, 4daff8850280173d46464ba9a9de7f712228ad1ef76a1c4954531e4fd2b86d86
monero-gui-install-win-x64-v0.18.4.2.exe, 9d6e87add7e3ac006ee34c13c4f629252595395f54421db768f72dc233e94ea8
monero-gui-mac-x64-v0.18.4.2.dmg, 16abadcbd608d4f7ba20d17a297f2aa2c9066d33f6f22bf3fcdca679ab603990
monero-gui-mac-armv8-v0.18.4.2.dmg, 3dfee5c5d8e000c72eb3755bf0eb03ca7c5928b69c3a241e147ad22d144e00a7
monero-gui-linux-x64-v0.18.4.2.tar.bz2, e4fcdea3f0ff27c3616a8a75545f42a4e4866ea374fa2eeaa9c87027573358ea
</code></pre></div></div>

<p>A GPG-signed list of the hashes is at <a href="/downloads/hashes.txt">https://www.getmonero.org/downloads/hashes.txt</a> and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys). To ensure that the files you download are those originally posted by the maintainers, you should both check that the hashes of your files match those on the signed list, and that the signature on the list is valid.</p>

<p>Two guides are available to guide you through the verification process: <a href="/resources/user-guides/verification-windows-beginner.html">Verify binaries on Windows (beginner)</a> and <a href="/resources/user-guides/verification-allos-advanced.html">Verify binaries on Linux, Mac, or Windows command line (advanced)</a>.</p>]]></content><author><name>selsta</name></author><category term="releases" /><summary type="html"><![CDATA[]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" /><media:content medium="image" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Post-Mortem of find_and_save_rings() bug</title><link href="https://www.getmonero.org/2025/08/26/post-mortem-of-find-and-save-rings-bug.html" rel="alternate" type="text/html" title="Post-Mortem of find_and_save_rings() bug" /><published>2025-08-26T00:00:00+00:00</published><updated>2025-08-26T00:00:00+00:00</updated><id>https://www.getmonero.org/2025/08/26/post-mortem-of-find-and-save-rings-bug</id><content type="html" xml:base="https://www.getmonero.org/2025/08/26/post-mortem-of-find-and-save-rings-bug.html"><![CDATA[<h2 id="quick-facts">Quick Facts</h2>

<ul>
  <li>Severity: HIGH if using untrusted remote daemon, MEDIUM otherwise</li>
  <li>Affected versions: GUI/CLI wallet versions v0.12.0.0 to v0.18.4.1</li>
  <li>Impact: Sends TXIDs of outgoing transactions to daemon after first time loading wallet from file, reducing sender anonymity</li>
  <li>Fix: Update Monero <a href="/2025/08/26/monero-0.18.4.2-released.html">CLI</a> / <a href="/2025/08/26/monero-GUI-0.18.4.2-released.html">GUI</a> to v0.18.4.2</li>
  <li>Workaround: TBD</li>
</ul>

<h2 id="introduction">Introduction</h2>

<p>In 2018, a persistent "ring database" was added to <code class="language-plaintext highlighter-rouge">wallet2</code> to solve a sender privacy problem with forks of Monero. If an enote was received before a fork occurs, and a wallet tries spending that enote after the fork occurs on both forks, the same key image will appear in the input to both of those transactions on the different forks. By necessity, one of the ring members must be the same between those two forks (the "true spend"). If no other ring members are shared between those two inputs, but both ring signatures verify correctly, then an external observer can pin which ring member is the "true spend". This destroys sender anonymity. To combat this, a ring database is populated in a user directory which maps spent key images to their ring signatures. Then, if a forked wallet tries to spend an enote already spent on another chain, it will lookup up ring signature data from the local ring database, and try to re-use as many decoys from that ring as possible. This reduces the sender anonymity risk for spending enotes across different forks.</p>

<p>There are basically three ways that the ring database can be populated: the ring indices from transactions can be added from 1) scanned outgoing transactions during a normal chain refresh 2) transactions submitted to the network from that wallet and 3) already-known outgoing transactions after explicitly fetching them from the daemon. The method <code class="language-plaintext highlighter-rouge">tools::wallet2::find_and_save_rings()</code> implemented the latter of the three schemes. Its purpose was to populate the ring database for already-existing wallets created before the v0.12.0.0 release after which rings were added during refresh, without having to rescan the whole blockchain. However, as it turns out, <code class="language-plaintext highlighter-rouge">tools::wallet2::find_and_save_rings()</code> was called more often than it should have given its niche purpose.</p>

<h2 id="reproducing">Reproducing</h2>

<p>Here are steps to reproduce the privacy leak using the CLI wallet (assumes working daemon connection):</p>

<ol>
  <li>Create wallet (same-device keys, hardware wallet keys, multisig, etc), remember seed phrase if applicable</li>
  <li>Receive an enote, spend said enote, wait 10 blocks</li>
  <li>Delete (or move) wallet files, both keys and cache</li>
  <li>Restore wallet and refresh before saving</li>
  <li>Close wallet</li>
  <li>(Optional) Open packet inspection software (e.g. Wireshark) and begin logging RPC traffic (using <code class="language-plaintext highlighter-rouge">--daemon-ssl disabled</code> helps here)</li>
  <li>Re-open wallet</li>
  <li>Daemon now has list of confirmed outgoing transactions ☹️</li>
  <li>(Optional) If using packet inspection software, filter using the string <code class="language-plaintext highlighter-rouge">gettransactions</code></li>
  <li>To repeat, go to step 3</li>
</ol>

<h2 id="technical-explanation">Technical explanation</h2>

<p><code class="language-plaintext highlighter-rouge">tools::wallet2::find_and_save_rings()</code> was called unconditionally when loading a wallet from file, inside <code class="language-plaintext highlighter-rouge">wallet2::load()</code>. However, it would return early if the member field <code class="language-plaintext highlighter-rouge">m_ring_history_saved</code> was equal to <code class="language-plaintext highlighter-rouge">true</code>. At the end of the call to <code class="language-plaintext highlighter-rouge">tools::wallet2::find_and_save_rings()</code>, <code class="language-plaintext highlighter-rouge">m_ring_history_saved</code> is set to <code class="language-plaintext highlighter-rouge">true</code>. However, initializing a <code class="language-plaintext highlighter-rouge">wallet2</code> object sets <code class="language-plaintext highlighter-rouge">m_ring_history_saved</code> to <code class="language-plaintext highlighter-rouge">false</code>. This field, <code class="language-plaintext highlighter-rouge">m_ring_history_saved</code>, is also serialized into the wallet cache file. So, after a wallet's first load, if there are scanned outgoing transactions in the cache during the first save, <code class="language-plaintext highlighter-rouge">m_ring_history_saved</code> is set to <code class="language-plaintext highlighter-rouge">false</code> so <code class="language-plaintext highlighter-rouge">tools::wallet2::find_and_save_rings()</code> proceeds. It grabs all TXIDs from outgoing transactions (stored in field member <code class="language-plaintext highlighter-rouge">m_confirmed_txs</code>), and performs a <code class="language-plaintext highlighter-rouge">/gettransactions</code> RPC call with that list of TXIDs to the daemon, leaking its outgoing transaction history. The RPC call is made without discriminating whether the daemon is marked as trusted or not.</p>

<p>Let's say that you delete the cache file and keep keys file. Note that while <code class="language-plaintext highlighter-rouge">tools::wallet2::find_and_save_rings()</code> is still called on load, the <code class="language-plaintext highlighter-rouge">/gettransactions</code> RPC call is skipped since a missing cache file causes <code class="language-plaintext highlighter-rouge">m_confirmed_txs</code> to be empty. <code class="language-plaintext highlighter-rouge">m_ring_history_saved</code> is still set to <code class="language-plaintext highlighter-rouge">true</code> at the end of the call, and so the RPC call will never be made henceforth. So merely deleting the cache file won't trigger the vulnerability, the keys file also needs to not be present.</p>

<ul>
  <li>Vulnerability introduction commit (master branch): <a href="https://github.com/monero-project/monero/commit/5f146873c58f39632e26c5edbf2f618cacbd76a5">5f146873</a></li>
  <li>Vulnerability fix commit (master branch): <a href="https://github.com/monero-project/monero/commit/dc350f35a5008558ecc9c868b6af8138e0cf22e8">dc350f35</a></li>
</ul>

<h2 id="privacy-implications-with-ring-signatures">Privacy implications with ring signatures</h2>

<p>When the aforementioned RPC call is triggered, the daemon receives a list of TXIDs of your wallets outgoing transactions. If a malicious operator of said daemon knows the receiver of the outputs in the outgoing transactions, then the operator can tie that wallet as sending funds to a certain receiver. Furthermore, because of the current ring size and size of the the blockchain, the probability of selecting your own owned outputs as a decoy in your own ring signatures is small. As such, a smart malicous operator, with a list of your outgoing TXIDs, can inspect the ring members of your going transactions and cross-reference if any of the members are outputs of transactions in the TXID list. If so, the operator can guess with high accuracy that a certain change output was spent in a certain ring in a later outgoing transaction. This allows the operator to construct a probabilistic transaction graph, without amount information, for a wallet's funds after entering possession.</p>]]></content><author><name>Jeffro256</name></author><category term="core" /><category term="crypto" /><category term="dev" /><category term="community" /><summary type="html"><![CDATA[@lang_tag_en]]></summary></entry><entry><title type="html">Monero 0.18.4.1 &apos;Fluorine Fermi&apos; released</title><link href="https://www.getmonero.org/2025/07/25/monero-0.18.4.1-released.html" rel="alternate" type="text/html" title="Monero 0.18.4.1 &apos;Fluorine Fermi&apos; released" /><published>2025-07-25T00:00:00+00:00</published><updated>2025-07-25T00:00:00+00:00</updated><id>https://www.getmonero.org/2025/07/25/monero-0.18.4.1-released</id><content type="html" xml:base="https://www.getmonero.org/2025/07/25/monero-0.18.4.1-released.html"><![CDATA[<div align="center">
  <img src="/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" width="350px" />
</div>

<h1 id="overview">Overview</h1>

<p>This is the v0.18.4.1 release of the Monero software. This release contains bug fixes.</p>

<p>Some highlights of this release are:</p>

<ul>
  <li>Wallet: fix stale multisig data after failed refresh (#<a href="https://github.com/monero-project/monero/pull/9911">9911</a>)</li>
  <li>Wallet: fix a bug when changing password (#<a href="https://github.com/monero-project/monero/pull/9945">9945</a>)</li>
  <li>Wallet: apply subaddress lookahead changes immediately (#<a href="https://github.com/monero-project/monero/pull/9954">9954</a>)</li>
  <li>Wallet respect <code class="language-plaintext highlighter-rouge">do-not-relay</code> in <code class="language-plaintext highlighter-rouge">sweep_single</code> (#<a href="https://github.com/monero-project/monero/pull/9978">9978</a>)</li>
  <li>Daemon: improve logic when connecting to a peer (#<a href="https://github.com/monero-project/monero/pull/9949">9949</a>)</li>
  <li>Daemon: add new dynamic fees to ZMQ (#<a href="https://github.com/monero-project/monero/pull/9958">9958</a>)</li>
  <li>RPC: fix edge case causing unresponsive wallet (#<a href="https://github.com/monero-project/monero/pull/9950">9950</a>)</li>
  <li>RPC: add <code class="language-plaintext highlighter-rouge">set_subaddresss_lookahead</code> endpoint (#<a href="https://github.com/monero-project/monero/pull/9954">9954</a>)</li>
  <li>Add safeguard for rare exception in TCP accept handler (#<a href="https://github.com/monero-project/monero/pull/9956">9956</a>)</li>
  <li>Minor bug fixes and improvements</li>
</ul>

<p>The complete list of changes is <a href="https://github.com/monero-project/monero/compare/v0.18.4.0...v0.18.4.1">available on GitHub</a>, along with <a href="https://github.com/monero-project/monero/tree/v0.18.4.1">the source code</a>.</p>

<h1 id="contributors-for-this-release">Contributors for this Release</h1>

<p>This release was the direct result of 14 people who worked to put out 46 commits containing 459 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are:</p>

<ul>
  <li>0xFFFC0000</li>
  <li>Tzadiko</li>
  <li>jeffro256</li>
  <li>j-berman</li>
  <li>vtnerd</li>
  <li>tobtoht</li>
  <li>benevanoff</li>
  <li>hinto-janai</li>
  <li>luigi1111</li>
  <li>nahuhh</li>
  <li>selsta</li>
  <li>MrCyjaneK</li>
  <li>SNeedlewoods</li>
  <li>rudolfschmidt</li>
</ul>

<h1 id="download">Download</h1>

<p>The new binaries can be downloaded from the <a href="/downloads/#cli">Downloads page</a> or from the direct links below.</p>

<ul>
  <li><a href="https://downloads.getmonero.org/cli/monero-win-x64-v0.18.4.1.zip">Windows, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-win-x86-v0.18.4.1.zip">Windows, 32-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-mac-x64-v0.18.4.1.tar.bz2">macOS, Intel</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-mac-armv8-v0.18.4.1.tar.bz2">macOS, ARM</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.4.1.tar.bz2">Linux, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-x86-v0.18.4.1.tar.bz2">Linux, 32-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-armv7-v0.18.4.1.tar.bz2">Linux, armv7</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-armv8-v0.18.4.1.tar.bz2">Linux, armv8</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-riscv64-v0.18.4.1.tar.bz2">Linux, riscv64</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-android-armv7-v0.18.4.1.tar.bz2">Android, armv7</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-android-armv8-v0.18.4.1.tar.bz2">Android, armv8</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-freebsd-x64-v0.18.4.1.tar.bz2">FreeBSD, 64-bit</a></li>
</ul>

<h1 id="hashes">Hashes</h1>

<p>If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>monero-win-x64-v0.18.4.1.zip, c9612c399a957f4e6b9564cfec95ebf4f8b8864fef249b9edffd243fb05e45a0
monero-win-x86-v0.18.4.1.zip, bfebf4c0bcfd01cf8642457c7e27fd1c51058e38e8a439565d93340f40da6505
monero-mac-x64-v0.18.4.1.tar.bz2, dba3cd24f6d846f9df2221ddbfc26a503c1759dd908ad0af931ae62224d7a557
monero-mac-armv8-v0.18.4.1.tar.bz2, 6e6ae89a436ca02a033ce06e4389c810350f8f0a23292b95ae10ff4a30154817
monero-linux-x64-v0.18.4.1.tar.bz2, 702ccb799c24160c0c76676d7a5b21a7e3432be47294d20e0a75451592f591b2
monero-linux-x86-v0.18.4.1.tar.bz2, a36f57f7eeee15513cd51716a2f727fd84c7c1e5a8f48b30d69dd0b31aab4ee2
monero-linux-armv8-v0.18.4.1.tar.bz2, 948379e60e1b65e36bdfcc20481f2e381c49be057deb9fb5a2d030100f14d1e1
monero-linux-armv7-v0.18.4.1.tar.bz2, a080b9f703c9b09cb3713376d7679cda089e6772794bd0bfa994cb256b6f3535
monero-linux-riscv64-v0.18.4.1.tar.bz2, 9120062277e37bb8b6dcf816fdcf4fb34a8f4c4c530ba1162bba7d7fc3c10e0a
monero-android-armv8-v0.18.4.1.tar.bz2, 918c10de18a125de407e8b984bd84000da354e994a13a18ee8d0af11c0870c22
monero-android-armv7-v0.18.4.1.tar.bz2, 02442c33b1a130da915b7901615c402d43c0b41be555197d8cec9bfcc78ea1c4
monero-freebsd-x64-v0.18.4.1.tar.bz2, e290c78c7989559ba4a6964ed83f574ecc81b9bc9640dad306ed576a6f812f30
</code></pre></div></div>

<p>A GPG-signed list of the hashes is at <a href="/downloads/hashes.txt">https://www.getmonero.org/downloads/hashes.txt</a> and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys). To ensure that the files you download are those originally posted by the maintainers, you should both check that the hashes of your files match those on the signed list, and that the signature on the list is valid.</p>

<p>Two guides are available to guide you through the verification process: <a href="/resources/user-guides/verification-windows-beginner.html">Verify binaries on Windows (beginner)</a> and <a href="/resources/user-guides/verification-allos-advanced.html">Verify binaries on Linux, Mac, or Windows command line (advanced)</a>.</p>]]></content><author><name>selsta</name></author><category term="releases" /><summary type="html"><![CDATA[]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" /><media:content medium="image" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Monero GUI 0.18.4.1 &apos;Fluorine Fermi&apos; released</title><link href="https://www.getmonero.org/2025/07/25/monero-GUI-0.18.4.1-released.html" rel="alternate" type="text/html" title="Monero GUI 0.18.4.1 &apos;Fluorine Fermi&apos; released" /><published>2025-07-25T00:00:00+00:00</published><updated>2025-07-25T00:00:00+00:00</updated><id>https://www.getmonero.org/2025/07/25/monero-GUI-0.18.4.1-released</id><content type="html" xml:base="https://www.getmonero.org/2025/07/25/monero-GUI-0.18.4.1-released.html"><![CDATA[<div align="center">
  <img src="/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" width="350px" />
</div>

<h1 id="overview">Overview</h1>

<p>This is the v0.18.4.1 release of the Monero GUI software. This release contains bug fixes.</p>

<p><a href="/2025/07/25/monero-0.18.4.1-released.html">The latest CLI release notes can be found on the precedent blog post</a></p>

<p>Some highlights of this release are:</p>

<ul>
  <li>Update P2Pool to v4.8.1 (#<a href="https://github.com/monero-project/monero-gui/pull/4462">4462</a>)</li>
  <li>Minor bug fixes</li>
</ul>

<p>The complete list of changes is <a href="https://github.com/monero-project/monero-gui/compare/v0.18.4.0...v0.18.4.1">available on GitHub</a>, along with <a href="https://github.com/monero-project/monero-gui/tree/v0.18.4.1">the source code</a>.</p>

<h1 id="contributors-for-this-release">Contributors for this Release</h1>

<p>This release was the direct result of 8 people who worked, to put out 22 commits containing 35 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are:</p>

<ul>
  <li>luigi1111</li>
  <li>tobtoht</li>
  <li>SChernykh</li>
  <li>b4n6-b4n6</li>
  <li>BaksiLi</li>
  <li>spetterman66</li>
  <li>CollinBartlam</li>
  <li>selsta</li>
</ul>

<h1 id="download">Download</h1>

<p>The new binaries can be downloaded from the <a href="/downloads/#gui">Downloads page</a> or from the direct links below.</p>

<ul>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-win-x64-v0.18.4.1.zip">Windows, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.18.4.1.exe">Windows, 64-bit (Installer)</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.18.4.1.dmg">macOS, Intel</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-mac-armv8-v0.18.4.1.dmg">macOS, ARM</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.18.4.1.tar.bz2">Linux, 64-bit</a></li>
</ul>

<p>A complete guide for the GUI wallet is included in the archives, but <a href="https://github.com/monero-ecosystem/monero-GUI-guide/blob/master/monero-GUI-guide.md">an online version is available</a>.</p>

<h1 id="download-hashes">Download Hashes</h1>

<p>If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>monero-gui-win-x64-v0.18.4.1.zip, ab28f83f416ff21286bc2da88c6ba865d93397605f1ce51053435892b1342e89
monero-gui-install-win-x64-v0.18.4.1.exe, 29615bfbd10b4c46042c474b749f6e07836be30dd9bac6c32965064fcaf00d9b
monero-gui-mac-x64-v0.18.4.1.dmg, 4fd421b66af66a63be05bb289f5bb463d4bf763ad04722ec6794755498e65167
monero-gui-mac-armv8-v0.18.4.1.dmg, 9f0b5ae3732c7fc33dde5f662a78d0360f9b1e8dee47180e5b23cf9f0ce2a7d1
monero-gui-linux-x64-v0.18.4.1.tar.bz2, 60cbd662ccf1fdaf8732a21b6e505b806c6a4f62492c975fb1a13fd820dc8495
</code></pre></div></div>

<p>A GPG-signed list of the hashes is at <a href="/downloads/hashes.txt">https://www.getmonero.org/downloads/hashes.txt</a> and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys). To ensure that the files you download are those originally posted by the maintainers, you should both check that the hashes of your files match those on the signed list, and that the signature on the list is valid.</p>

<p>Two guides are available to guide you through the verification process: <a href="/resources/user-guides/verification-windows-beginner.html">Verify binaries on Windows (beginner)</a> and <a href="/resources/user-guides/verification-allos-advanced.html">Verify binaries on Linux, Mac, or Windows command line (advanced)</a>.</p>]]></content><author><name>selsta</name></author><category term="releases" /><summary type="html"><![CDATA[]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" /><media:content medium="image" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">FCMP++ Optimization Competition</title><link href="https://www.getmonero.org/2025/04/05/fcmp++-contest.html" rel="alternate" type="text/html" title="FCMP++ Optimization Competition" /><published>2025-04-05T00:00:00+00:00</published><updated>2025-04-05T00:00:00+00:00</updated><id>https://www.getmonero.org/2025/04/05/fcmp++-contest</id><content type="html" xml:base="https://www.getmonero.org/2025/04/05/fcmp++-contest.html"><![CDATA[<p>Officially announcing a contest to optimize two libraries used in Monero's proposed upgrade to <a href="/2024/04/27/fcmps.html">FCMP++</a>: <a href="https://github.com/kayabaNerve/fcmp-plus-plus/tree/78754718faa21f0a5751fbd30c9495d7f7f5c2b1/crypto/helioselene">helioselene</a> and <a href="https://github.com/kayabaNerve/fcmp-plus-plus/tree/78754718faa21f0a5751fbd30c9495d7f7f5c2b1/crypto/divisors">ec-divisors</a>. Read all contest rules and details <a href="https://github.com/j-berman/fcmp-plus-plus-optimization-competition">here</a>.</p>

<p>The winner for <code class="language-plaintext highlighter-rouge">helioselene</code> will receive 100 XMR, and the winner for <code class="language-plaintext highlighter-rouge">ec-divisors</code> will receive 250 XMR. This Monero will be paid out from the <a href="https://www.reddit.com/r/Monero/comments/1iixgk9/monero_general_fund_transparency_report_february/">Monero General Fund</a>.</p>

<p>The contest will open for submissions Monday, April 28th and will stop accepting submissions Monday, June 30th.</p>

<h3 id="why">Why</h3>

<p><code class="language-plaintext highlighter-rouge">helioselene</code> is a library implementing two curves, "Helios" and "Selene," which form a curve cycle towering Ed25519. Using a "tower cycle" over Ed25519 allows Monero to re-use the existing anonymity set while upgrading to FCMP++. This library is a critical component used in all aspects of FCMP++. Optimizing this library will therefore benefit all user-facing components of FCMP++ (daemon sync, wallet sync, and transaction construction).</p>

<p><code class="language-plaintext highlighter-rouge">ec-divisors</code> is a library implementing the calculation of divisors of elliptic curve points. These lead to efficient verification of scalar multiplications, <a href="https://eprint.iacr.org/2022/596">as posited by Liam Eagen</a>. FCMP++ uses EC Divisors to improve efficiency generally. This competition is focused on optimizing divisor construction, which affects transaction construction.</p>

<h3 id="who-can-participate">Who can participate</h3>

<p>We will accept submissions from anyone (including anonymous users) <strong>provided that the submission meets all competition rules</strong>. If you have experience optimizing cryptographic libraries and/or are interested in contributing to Monero, here is as good of a chance as any!</p>

<h3 id="where">Where</h3>

<p>Please visit <a href="https://github.com/j-berman/fcmp-plus-plus-optimization-competition">this link</a> to read all the details on the contest, including rules, how to get started, and how to make a submission.</p>]]></content><author><name>Justin Berman (j-berman)</name></author><category term="crypto" /><category term="announcements" /><summary type="html"><![CDATA[Officially announcing a contest to optimize two libraries used in Monero's proposed upgrade to FCMP++: helioselene and ec-divisors. Read all contest rules and details here.]]></summary></entry><entry><title type="html">Monero 0.18.4.0 &apos;Fluorine Fermi&apos; released</title><link href="https://www.getmonero.org/2025/04/05/monero-0.18.4.0-released.html" rel="alternate" type="text/html" title="Monero 0.18.4.0 &apos;Fluorine Fermi&apos; released" /><published>2025-04-05T00:00:00+00:00</published><updated>2025-04-05T00:00:00+00:00</updated><id>https://www.getmonero.org/2025/04/05/monero-0.18.4.0-released</id><content type="html" xml:base="https://www.getmonero.org/2025/04/05/monero-0.18.4.0-released.html"><![CDATA[<div align="center">
  <img src="/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" width="350px" />
</div>

<h1 id="overview">Overview</h1>

<p>This is the v0.18.4.0 release of the Monero software. This is a recommended release that fixes multiple daemon-related network vulnerabilities.</p>

<p>Some highlights of this release are:</p>

<ul>
  <li>Wallet: add background sync with just the view key (#<a href="https://github.com/monero-project/monero/pull/8617">8617</a>)</li>
  <li>Wallet: fix a potential sync issue during restore (#<a href="https://github.com/monero-project/monero/pull/9601">9601</a>)</li>
  <li>Wallet: flush confirm prompt before user input (#<a href="https://github.com/monero-project/monero/pull/9657">9657</a>)</li>
  <li>Daemon: reduce disk writes from 2 to 1 per transaction (#<a href="https://github.com/monero-project/monero/pull/9740">9740</a>)</li>
  <li>Daemon: fix a remote P2P crash vulnerability [reported by Kevin McSheehan]</li>
  <li>Daemon: add configuration options to HTTP server, fix a remote RPC crash (#<a href="https://github.com/monero-project/monero/pull/9775">9775</a>)</li>
  <li>Daemon: fix temp fails causing alt blocks to be permanently invalid (#<a href="https://github.com/monero-project/monero/pull/9400">9400</a>)</li>
  <li>Daemon: allow comments in ban list file (#<a href="https://github.com/monero-project/monero/pull/9616">9616</a>)</li>
  <li>Daemon: fix daemon connection speed throttling incorrectly (#<a href="https://github.com/monero-project/monero/pull/9460">9460</a>)</li>
  <li>Daemon: fix <code class="language-plaintext highlighter-rouge">--anonymous-inbound</code> data leak (#<a href="https://github.com/monero-project/monero/pull/9633">9633</a>)</li>
  <li>Daemon: check for Windows NTFS compression (#<a href="https://github.com/monero-project/monero/pull/9702">9702</a>)</li>
  <li>Daemon: fix database size detection on Windows (#<a href="https://github.com/monero-project/monero/pull/9705">9705</a>)</li>
  <li>Daemon: update seed nodes (#<a href="https://github.com/monero-project/monero/pull/9793">9793</a>)</li>
  <li>RPC: add daemon-specific proxy support in <code class="language-plaintext highlighter-rouge">set_daemon</code> RPC call (#<a href="https://github.com/monero-project/monero/pull/9590">9590</a>)</li>
  <li>RPC: fix an issue where the wallet state does not save on close (#<a href="https://github.com/monero-project/monero/pull/9615">9615</a>)</li>
  <li>RPC: validate IP parameter in <code class="language-plaintext highlighter-rouge">set_bans</code> RPC call (#<a href="https://github.com/monero-project/monero/pull/9703">9703</a>)</li>
  <li>RPC: add RPC call to get default fee priority (#<a href="https://github.com/monero-project/monero/pull/9788">9788</a>)</li>
  <li>Minor bug fixes and improvements</li>
</ul>

<p>The complete list of changes is <a href="https://github.com/monero-project/monero/compare/v0.18.3.4...v0.18.4.0">available on GitHub</a>, along with <a href="https://github.com/monero-project/monero/tree/v0.18.4.0">the source code</a>.</p>

<h1 id="contributors-for-this-release">Contributors for this Release</h1>

<p>This release was the direct result of 17 people who worked to put out 124 commits containing 5607 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are:</p>

<ul>
  <li>nahuhh</li>
  <li>0xFFFC0000</li>
  <li>Tzadiko</li>
  <li>jeffro256</li>
  <li>j-berman</li>
  <li>vtnerd</li>
  <li>tobtoht</li>
  <li>luigi1111</li>
  <li>eversinc33</li>
  <li>jaredmo</li>
  <li>iamamyth</li>
  <li>woodser</li>
  <li>bgermann</li>
  <li>plowsof</li>
  <li>tankf33der</li>
  <li>selsta</li>
  <li>nsec1</li>
</ul>

<h1 id="download">Download</h1>

<p>The new binaries can be downloaded from the <a href="/downloads/#cli">Downloads page</a> or from the direct links below.</p>

<ul>
  <li><a href="https://downloads.getmonero.org/cli/monero-win-x64-v0.18.4.0.zip">Windows, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-win-x86-v0.18.4.0.zip">Windows, 32-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-mac-x64-v0.18.4.0.tar.bz2">macOS, Intel</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-mac-armv8-v0.18.4.0.tar.bz2">macOS, ARM</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-x64-v0.18.4.0.tar.bz2">Linux, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-x86-v0.18.4.0.tar.bz2">Linux, 32-bit</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-armv7-v0.18.4.0.tar.bz2">Linux, armv7</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-armv8-v0.18.4.0.tar.bz2">Linux, armv8</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-linux-riscv64-v0.18.4.0.tar.bz2">Linux, riscv64</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-android-armv7-v0.18.4.0.tar.bz2">Android, armv7</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-android-armv8-v0.18.4.0.tar.bz2">Android, armv8</a></li>
  <li><a href="https://downloads.getmonero.org/cli/monero-freebsd-x64-v0.18.4.0.tar.bz2">FreeBSD, 64-bit</a></li>
</ul>

<h1 id="hashes">Hashes</h1>

<p>If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>monero-win-x64-v0.18.4.0.zip, 00151a96e96ef69eedf117c4900e6d0717ca074a61918cd94a55ed587544406b
monero-win-x86-v0.18.4.0.zip, 249a4247688c30ce95e8fb04ff656e97a4f8de83c31c58e7debb28dbcc2d2867
monero-mac-x64-v0.18.4.0.tar.bz2, c35a4065147f8eeaa130a219e12e450fb55561efe79ded7d935fbfe5f7ba324c
monero-mac-armv8-v0.18.4.0.tar.bz2, 9d36ec8a1da1f31d654a8fd8527f4cae03545d8292bb1a2fe434ca454b3c0976
monero-linux-x64-v0.18.4.0.tar.bz2, 16cb74c899922887827845a41d37c7f3121462792a540843f2fcabcc1603993f
monero-linux-x86-v0.18.4.0.tar.bz2, e00863e81b8b7473c46c461a3a45d09f09347c1a048da093ae0bf86db0f44355
monero-linux-armv8-v0.18.4.0.tar.bz2, f252b6a24e801535bf36fbaaa7b2d6ae44b1efc5d427803d483e3c3a17d6f2cd
monero-linux-armv7-v0.18.4.0.tar.bz2, b35b5e8d27d799cea6cf3ff539a672125292784739db41181b92a9c73e1c325b
monero-linux-riscv64-v0.18.4.0.tar.bz2, a0c0a807b90af1dd71faafbe2e66e4fda43210c2f11f8aa3514ccaedd268a0b3
monero-android-armv8-v0.18.4.0.tar.bz2, 0b976b241c45a75a9c428a531e8259e0e67c237f980ac46e19a3180b5c1dbf91
monero-android-armv7-v0.18.4.0.tar.bz2, 70ded1197db3fffa150e9f5c4eee0129026be8ea24190bad43a42f4748b5e5bd
monero-freebsd-x64-v0.18.4.0.tar.bz2, 55b1ae7d6622b3da4f81f56ab8da1854caa36150b91b3639c1485b73f42208e8
</code></pre></div></div>

<p>A GPG-signed list of the hashes is at <a href="/downloads/hashes.txt">https://www.getmonero.org/downloads/hashes.txt</a> and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys). To ensure that the files you download are those originally posted by the maintainers, you should both check that the hashes of your files match those on the signed list, and that the signature on the list is valid.</p>

<p>Two guides are available to guide you through the verification process: <a href="/resources/user-guides/verification-windows-beginner.html">Verify binaries on Windows (beginner)</a> and <a href="/resources/user-guides/verification-allos-advanced.html">Verify binaries on Linux, Mac, or Windows command line (advanced)</a>.</p>]]></content><author><name>selsta</name></author><category term="releases" /><summary type="html"><![CDATA[]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" /><media:content medium="image" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Monero GUI 0.18.4.0 &apos;Fluorine Fermi&apos; released</title><link href="https://www.getmonero.org/2025/04/05/monero-GUI-0.18.4.0-released.html" rel="alternate" type="text/html" title="Monero GUI 0.18.4.0 &apos;Fluorine Fermi&apos; released" /><published>2025-04-05T00:00:00+00:00</published><updated>2025-04-05T00:00:00+00:00</updated><id>https://www.getmonero.org/2025/04/05/monero-GUI-0.18.4.0-released</id><content type="html" xml:base="https://www.getmonero.org/2025/04/05/monero-GUI-0.18.4.0-released.html"><![CDATA[<div align="center">
  <img src="/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" width="350px" />
</div>

<h1 id="overview">Overview</h1>

<p>This is the v0.18.4.0 release of the Monero GUI software. This is a recommended release that fixes multiple daemon-related network vulnerabilities.</p>

<p><a href="/2025/04/05/monero-0.18.4.0-released.html">The latest CLI release notes can be found on the precedent blog post</a></p>

<p>Some highlights of this release are:</p>

<ul>
  <li>Fix "Create Wallet" button getting stuck in some cases (#<a href="https://github.com/monero-project/monero-gui/pull/4351">4351</a>)</li>
  <li>Fix testnet wallet detection (#<a href="https://github.com/monero-project/monero-gui/pull/4411">4411</a>)</li>
  <li>Update P2Pool to v4.4 (#<a href="https://github.com/monero-project/monero-gui/pull/4417">4417</a>)</li>
  <li>Update Qt to 5.15.16 (#<a href="https://github.com/monero-project/monero-gui/pull/4377">4377</a>)</li>
</ul>

<p>The complete list of changes is <a href="https://github.com/monero-project/monero-gui/compare/v0.18.3.4...v0.18.4.0">available on GitHub</a>, along with <a href="https://github.com/monero-project/monero-gui/tree/v0.18.4.0">the source code</a>.</p>

<h1 id="contributors-for-this-release">Contributors for this Release</h1>

<p>This release was the direct result of 7 people who worked, to put out 40 commits containing  106 new lines of code. We'd like to thank them very much for their time and effort. In no particular order, they are:</p>

<ul>
  <li>luigi1111</li>
  <li>tobtoht</li>
  <li>SChernykh</li>
  <li>plowsof</li>
  <li>Malinero</li>
  <li>preland</li>
  <li>selsta</li>
</ul>

<h1 id="download">Download</h1>

<p>The new binaries can be downloaded from the <a href="/downloads/#gui">Downloads page</a> or from the direct links below.</p>

<ul>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-win-x64-v0.18.4.0.zip">Windows, 64-bit</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-install-win-x64-v0.18.4.0.exe">Windows, 64-bit (Installer)</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-mac-x64-v0.18.4.0.dmg">macOS, Intel</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-mac-armv8-v0.18.4.0.dmg">macOS, ARM</a></li>
  <li><a href="https://downloads.getmonero.org/gui/monero-gui-linux-x64-v0.18.4.0.tar.bz2">Linux, 64-bit</a></li>
</ul>

<p>A complete guide for the GUI wallet is included in the archives, but <a href="https://github.com/monero-ecosystem/monero-GUI-guide/blob/master/monero-GUI-guide.md">an online version is available</a>.</p>

<h1 id="download-hashes">Download Hashes</h1>

<p>If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes:</p>

<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>monero-gui-win-x64-v0.18.4.0.zip, 38a0066fb2f1bea788cbb54377a6921c168a04c2e8fdf83e9245bf4f84dbc502
monero-gui-install-win-x64-v0.18.4.0.exe, 57cd67da191c02590a4f011b8c659db6603f53d8497237f6d737fc7053361bf6
monero-gui-mac-x64-v0.18.4.0.dmg, ae5cf12ba8c608e32ea8d59181f032666840e034031a95406b6771d7709984b8
monero-gui-mac-armv8-v0.18.4.0.dmg, d10e4c150180c6c241f7a76a573ee296b50682722c124a50de01403eea462b5b
monero-gui-linux-x64-v0.18.4.0.tar.bz2, e276f9e67396515f671a08c5438fb1db4358c9d8946ec7ef79b9dda552092ad7
</code></pre></div></div>

<p>A GPG-signed list of the hashes is at <a href="/downloads/hashes.txt">https://www.getmonero.org/downloads/hashes.txt</a> and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys). To ensure that the files you download are those originally posted by the maintainers, you should both check that the hashes of your files match those on the signed list, and that the signature on the list is valid.</p>

<p>Two guides are available to guide you through the verification process: <a href="/resources/user-guides/verification-windows-beginner.html">Verify binaries on Windows (beginner)</a> and <a href="/resources/user-guides/verification-allos-advanced.html">Verify binaries on Linux, Mac, or Windows command line (advanced)</a>.</p>]]></content><author><name>selsta</name></author><category term="releases" /><summary type="html"><![CDATA[]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" /><media:content medium="image" url="https://www.getmonero.org/blog/assets/2022-07-19-monero-0.18.0.0-released/fluorine-fermi.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry></feed>