Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion website/src/components/features/home/SolutionSection.astro
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
import { QTPS } from "@/constants/qtps";
import { createTranslator, getLocaleFromUrl } from "@/utils/i18n";

const locale = getLocaleFromUrl(Astro.url.pathname);
Expand Down Expand Up @@ -85,7 +86,9 @@ const t = await createTranslator(locale);
<span class="pillar-spec-label">
{t("home.solution.pillars.zk.specs.throughput.label")}
</span><span class="pillar-spec-value">
{t("home.solution.pillars.zk.specs.throughput.value")}
{t("home.solution.pillars.zk.specs.throughput.value", {
qtps: QTPS,
})}
</span>
>
</div>
Expand Down
3 changes: 2 additions & 1 deletion website/src/components/features/wallet/FeaturesSection.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import checkphrases from "@/assets/wallet/checkphrases.png";
import encryptYourFunds from "@/assets/wallet/encrypt-your-funds.png";
import reversibleTransactions from "@/assets/wallet/reversible-transactions.png";
import highSecurityAccounts from "@/assets/wallet/high-security-accounts.png";
import { QTPS } from "@/constants/qtps";
import { createTranslator, getLocaleFromUrl } from "@/utils/i18n";

const locale = getLocaleFromUrl(Astro.url.pathname);
Expand Down Expand Up @@ -78,7 +79,7 @@ const t = await createTranslator(locale);
{t("wallet.features.cards.encrypt.title")}
</h3>
<p class="feature-body">
{t("wallet.features.cards.encrypt.body")}
{t("wallet.features.cards.encrypt.body", { qtps: QTPS })}
</p>
</div>
<div class="feature-card-right">
Expand Down
3 changes: 2 additions & 1 deletion website/src/components/features/wallet/IssuesSection.astro
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
import { QTPS } from "@/constants/qtps";
import { createTranslator, getLocaleFromUrl } from "@/utils/i18n";

const locale = getLocaleFromUrl(Astro.url.pathname);
Expand All @@ -23,7 +24,7 @@ const t = await createTranslator(locale);
<div class="wallet-stat-bar">
<div class="wallet-stat-col wallet-animate" data-delay="0">
<span class="wallet-stat-num">
{t("wallet.issues.stats.qtps.value")}
{QTPS}
</span>
<span class="wallet-stat-label">
{t("wallet.issues.stats.qtps.label")}
Expand Down
2 changes: 2 additions & 0 deletions website/src/constants/qtps.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/** @description advertised transparent-tx QTPS (before ZK aggregation) */
export const QTPS = 170;
70 changes: 70 additions & 0 deletions website/src/contents/blogs/de-DE/weekly-update-08-19-2026.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
---
title: "Quantus Weekly: 170 QTPS und Miner v4"
description: "Die Immunefi-Audit-Competition läuft bis 24. August. Miner v4.0.0 ist auf GPU 4,1× schneller, transparente Transaktionen erreichen 170 QTPS vor ZK-Aggregation."
pubDate: "2026-08-19"
heroImage: "/blog/covers/weekly-update-08-19-2026.webp"
heroAlt: "Quantus Weekly: 170 QTPS und Miner v4"
featured: false
tags:
[
"weekly-update",
"quantum",
"post-quantum",
"immunefi",
"gpu-mining",
"miner",
"mining",
"dilithium",
"zk-proofs",
"scalability",
"runtime-upgrade",
"keystone",
"mobile",
"governance",
"infra",
"security",
]
---

import TwitterEmbed from "@/components/features/blog/TwitterEmbed.astro";

Unser [@immunefi](https://x.com/@immunefi)-Audit-Competition läuft weiter bis zum 24. August.

Wir haben außerdem Miner v4.0.0 veröffentlicht: GPU-Mining ist 4,1× schneller — testet eure Mining-Hardware vor dem Mainnet mit dem neuesten Release.

Auf Protokollebene haben wir den QTPS (Quantum TPS) unserer transparenten Transaktionen um mehr als das Dreifache verbessert, von 50 QTPS auf 170 QTPS. Diese QTPS-Zahl gilt vor jeder ZK-Aggregation, die den Durchsatz noch einmal um etwa eine Größenordnung steigert.

Hier ist, was wir letzte Woche sonst noch gebaut haben:

### GitHub-Aktivität (59 gemergte Pull Requests):

![Github Stats](/blog/assets/github-stats-weekly-update-08-19-2026.webp)

### Core-Tech & ZK

- Die Immunefi-Audit-Competition ist bis zum 24. August live.
- Durchsatz transparenter Transaktionen von 50 auf 170 QTPS verdreifacht, vor ZK-Aggregation. Die Chain cached nach der ersten Transaktion den Dilithium-Public-Key eines Accounts und spart so rund 2 KB bei jeder weiteren; die Merkle-Root des ZK-Trees wird einmal pro Block statt einmal pro Transfer berechnet. Kommt im nächsten Runtime-Upgrade.
- Node-Crash durch Connection-Flooding gepatcht.

### Netzwerk & Infrastruktur

- Miner v4.0.0 veröffentlicht: GPU-Mining ist rund 4,1× schneller.
- Kanal zwischen Node und externem Miner mit Auth-Tokens über QUIC und TLS-Certificate-Pinning authentifiziert.
- Syncende Nodes geben Minern keine veralteten Jobs mehr, sodass Hashrate nicht mehr auf Arbeit verbrannt wird, die keinen Block gewinnen kann.
- Automatisierte Offsite-Backups für Server und Datenbanken hinzugefügt.

### Web- & Mobile-App-Updates

- Keystone-Release-Firmware-Builds gefixt und auf dem Gerät verifiziert.
- Mobile Wallet 1.5.11 veröffentlicht: Fix für Miner-Claim-Proof und ein aufgeräumterer Home-Screen.
- CLI v2.1 veröffentlicht: Status von Governance-Referenda mit Phasen, Timings und Enactment-Schätzungen, plus Checkphrases für geschützte Wallets.

### Content & Partnerschaften

- Fortune hat Chris zur kommenden „great quantum migration“ und den 2 Billionen Dollar digitaler Assets im Risiko interviewt:

<TwitterEmbed url="https://x.com/YuviLightman/status/2089273360136253742" />

- Mining-Guide auf [docs.quantus.com](https://docs.quantus.com) aktualisiert.

Bleibt kühl, Quants.
70 changes: 70 additions & 0 deletions website/src/contents/blogs/en-US/weekly-update-08-19-2026.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
---
title: "Quantus Weekly: 170 QTPS and Miner v4"
description: "Immunefi audit competition runs through August 24. Miner v4.0.0 is 4.1x faster on GPU, and transparent transactions now hit 170 QTPS before ZK aggregation."
pubDate: "2026-08-19"
heroImage: "/blog/covers/weekly-update-08-19-2026.webp"
heroAlt: "Quantus Weekly: 170 QTPS and Miner v4"
featured: false
tags:
[
"weekly-update",
"quantum",
"post-quantum",
"immunefi",
"gpu-mining",
"miner",
"mining",
"dilithium",
"zk-proofs",
"scalability",
"runtime-upgrade",
"keystone",
"mobile",
"governance",
"infra",
"security",
]
---

import TwitterEmbed from "@/components/features/blog/TwitterEmbed.astro";

Our [@immunefi](https://x.com/@immunefi) audit competition continues through August 24.

We've also released miner v4.0.0, making GPU mining 4.1x faster, so retest your mining hardware with the newest miner release before mainnet.

On the protocol side we've improved the QTPS (quantum TPS) of our transparent transactions by over 3x, from 50 QTPS to 170 QTPS. This QTPS number is before any ZK aggregation, which further improves throughput by approximately an order of magnitude.

Here's what else we built last week:

### Github Activity (59 merged pull requests):

![Github Stats](/blog/assets/github-stats-weekly-update-08-19-2026.webp)

### Core Tech & ZK

- The Immunefi audit competition is live through August 24.
- Tripled throughput on transparent transactions from 50 to 170 QTPS, before ZK aggregation. The chain now caches an account's Dilithium public key after its first transaction, cutting roughly 2 KB from every later one, and the zk-tree Merkle root now computes once per block instead of once per transfer. Ships in the next runtime upgrade.
- Patched a node crash triggered by connection flooding.

### Network & Infra

- Released miner v4.0.0: GPU mining is ~4.1x faster.
- Authenticated the channel between the node and the external miner with auth tokens over QUIC and TLS certificate pinning.
- Syncing nodes no longer hand miners stale jobs, so hashrate stops burning on work that cannot win a block.
- Added automated offsite backups for servers and databases.

### Web & Mobile App Updates

- Fixed the Keystone release firmware builds and verified them on the device.
- Released mobile wallet 1.5.11 with a miner claim proof fix and a cleaner home screen.
- Released CLI v2.1: governance referenda status with phases, timings, and enactment estimates, plus checkphrases for protected wallets.

### Content & Partnerships

- Fortune interviewed Chris on the coming "great quantum migration" and the $2 trillion in digital assets at risk:

<TwitterEmbed url="https://x.com/YuviLightman/status/2089273360136253742" />

- Updated the mining guide at [docs.quantus.com](https://docs.quantus.com).

Stay frosty, quants.
70 changes: 70 additions & 0 deletions website/src/contents/blogs/es-ES/weekly-update-08-19-2026.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
---
title: "Quantus Weekly: 170 QTPS y Miner v4"
description: "Immunefi sigue hasta el 24 de agosto. Miner v4.0.0 es 4.1x más rápido en GPU, y las transacciones transparentes llegan a 170 QTPS antes de agregación ZK."
pubDate: "2026-08-19"
heroImage: "/blog/covers/weekly-update-08-19-2026.webp"
heroAlt: "Quantus Weekly: 170 QTPS y Miner v4"
featured: false
tags:
[
"weekly-update",
"quantum",
"post-quantum",
"immunefi",
"gpu-mining",
"miner",
"mining",
"dilithium",
"zk-proofs",
"scalability",
"runtime-upgrade",
"keystone",
"mobile",
"governance",
"infra",
"security",
]
---

import TwitterEmbed from "@/components/features/blog/TwitterEmbed.astro";

Nuestra competición de auditoría en [@immunefi](https://x.com/@immunefi) continúa hasta el 24 de agosto.

También hemos lanzado miner v4.0.0, que hace la minería GPU 4.1x más rápida, así que retestea tu hardware de minería con el release más reciente antes de mainnet.

En el lado del protocolo mejoramos el QTPS (TPS cuántico) de nuestras transacciones transparentes en más de 3x, de 50 QTPS a 170 QTPS. Este número de QTPS es antes de cualquier agregación ZK, que mejora el throughput aproximadamente un orden de magnitud más.

Esto es lo demás que construimos la semana pasada:

### Actividad en GitHub (59 pull requests fusionados):

![Github Stats](/blog/assets/github-stats-weekly-update-08-19-2026.webp)

### Núcleo Técnico y ZK

- La competición de auditoría Immunefi está en vivo hasta el 24 de agosto.
- Triplicamos el throughput de las transacciones transparentes de 50 a 170 QTPS, antes de la agregación ZK. La chain ahora cachea la clave pública Dilithium de una cuenta tras su primera transacción, recortando unos 2 KB de cada una posterior, y la raíz Merkle del zk-tree se calcula una vez por bloque en lugar de una vez por transferencia. Llega en el próximo runtime upgrade.
- Parcheamos un crash del nodo disparado por inundación de conexiones.

### Red e Infraestructura

- Lanzamos miner v4.0.0: la minería GPU es ~4.1x más rápida.
- Autenticamos el canal entre el nodo y el miner externo con tokens de auth sobre QUIC y certificate pinning TLS.
- Los nodos en sync ya no entregan a los miners jobs obsoletos, así que el hashrate deja de quemarse en trabajo que no puede ganar un bloque.
- Añadimos backups offsite automatizados para servidores y bases de datos.

### Actualizaciones de Web y App Móvil

- Corregimos los builds de firmware de release de Keystone y los verificamos en el dispositivo.
- Lanzamos mobile wallet 1.5.11 con un fix del miner claim proof y una pantalla de inicio más limpia.
- Lanzamos CLI v2.1: estado de referenda de gobernanza con fases, timings y estimaciones de enactment, más checkphrases para wallets protegidas.

### Contenido y Alianzas

- Fortune entrevistó a Chris sobre la próxima "great quantum migration" y los 2 billones de dólares en activos digitales en riesgo:

<TwitterEmbed url="https://x.com/YuviLightman/status/2089273360136253742" />

- Actualizamos la guía de minería en [docs.quantus.com](https://docs.quantus.com).

Stay frosty, quants.
70 changes: 70 additions & 0 deletions website/src/contents/blogs/hi-IN/weekly-update-08-19-2026.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
---
title: "Quantus Weekly: 170 QTPS और Miner v4"
description: "Immunefi ऑडिट कंपटीशन 24 अगस्त तक चलता है। Miner v4.0.0 GPU पर 4.1x तेज़ है, और ट्रांसपेरेंट ट्रांज़ैक्शन ZK एग्रीगेशन से पहले अब 170 QTPS तक पहुँचते हैं।"
pubDate: "2026-08-19"
heroImage: "/blog/covers/weekly-update-08-19-2026.webp"
heroAlt: "Quantus Weekly: 170 QTPS और Miner v4"
featured: false
tags:
[
"weekly-update",
"quantum",
"post-quantum",
"immunefi",
"gpu-mining",
"miner",
"mining",
"dilithium",
"zk-proofs",
"scalability",
"runtime-upgrade",
"keystone",
"mobile",
"governance",
"infra",
"security",
]
---

import TwitterEmbed from "@/components/features/blog/TwitterEmbed.astro";

हमारा [@immunefi](https://x.com/@immunefi) ऑडिट कंपटीशन 24 अगस्त तक जारी है।

हमने miner v4.0.0 भी रिलीज़ किया है, जिससे GPU माइनिंग 4.1x तेज़ हो गई है — मेननेट से पहले अपने माइनिंग हार्डवेयर को नए miner रिलीज़ से दोबारा टेस्ट करें।

प्रोटोकॉल साइड पर हमने ट्रांसपेरेंट ट्रांज़ैक्शन का QTPS (quantum TPS) 3x से ज़्यादा सुधारा है, 50 QTPS से 170 QTPS। यह QTPS आंकड़ा किसी भी ZK एग्रीगेशन से पहले है, जो थ्रूपुट को लगभग एक ऑर्डर ऑफ़ मैग्निट्यूड और बढ़ाता है।

पिछले हफ़्ते हमने और क्या बनाया:

### Github एक्टिविटी (59 मर्ज्ड पुल रिक्वेस्ट):

![Github Stats](/blog/assets/github-stats-weekly-update-08-19-2026.webp)

### कोर टेक और ZK

- Immunefi ऑडिट कंपटीशन 24 अगस्त तक लाइव है।
- ट्रांसपेरेंट ट्रांज़ैक्शन का थ्रूपुट ZK एग्रीगेशन से पहले 50 से 170 QTPS तिगुना किया। Chain अब अकाउंट की पहली ट्रांज़ैक्शन के बाद Dilithium पब्लिक की कैश करती है, जिससे हर अगली ट्रांज़ैक्शन से करीब 2 KB कटता है, और zk-tree का Merkle root अब हर ट्रांसफ़र की जगह एक बार प्रति ब्लॉक कंप्यूट होता है। अगले runtime upgrade में शिप होगा।
- Connection flooding से ट्रिगर होने वाला नोड क्रैश पैच किया।

### नेटवर्क और इंफ्रा

- Miner v4.0.0 रिलीज़: GPU माइनिंग ~4.1x तेज़।
- नोड और एक्सटर्नल माइनर के बीच चैनल को QUIC पर auth टोकन और TLS सर्टिफ़िकेट पिनिंग से ऑथेंटिकेट किया।
- सिंक हो रहे नोड अब माइनर को स्टेल जॉब नहीं देते, इसलिए हैशरेट ऐसे काम पर नहीं जलता जिससे ब्लॉक नहीं जीता जा सकता।
- सर्वर और डेटाबेस के लिए ऑटोमेटेड ऑफसाइट बैकअप जोड़े।

### वेब और मोबाइल ऐप अपडेट

- Keystone रिलीज़ फ़र्मवेयर बिल्ड ठीक किए और डिवाइस पर वेरिफ़ाई किए।
- मोबाइल वॉलेट 1.5.11 रिलीज़: माइनर क्लेम प्रूफ़ फ़िक्स और साफ़ होम स्क्रीन।
- CLI v2.1 रिलीज़: गवर्नेंस रेफ़रेंडा स्टेटस फ़ेज़, टाइमिंग और enactment अनुमान के साथ, साथ में प्रोटेक्टेड वॉलेट के लिए checkphrases।

### कंटेंट और पार्टनरशिप

- Fortune ने Chris से आने वाले "great quantum migration" और जोखिम में $2 ट्रिलियन डिजिटल एसेट पर इंटरव्यू किया:

<TwitterEmbed url="https://x.com/YuviLightman/status/2089273360136253742" />

- [docs.quantus.com](https://docs.quantus.com) पर माइनिंग गाइड अपडेट की।

Stay frosty, quants.
Loading