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.
6 changes: 6 additions & 0 deletions website/src/constants/footer-navigations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ export const FOOTER_NAVIGATIONS: Navigation[] = [
target: "_blank",
rel: "noopener",
},
{
label: "footer.links.blockspot",
href: "https://blockspot.io/coin/quantus/",
target: "_blank",
rel: "noopener",
}
],
},
] as const;
88 changes: 88 additions & 0 deletions website/src/contents/blogs/de-DE/weekly-update-04-22-2026.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
---
title: "Quantus Weekly: Planck-Testnet, Mining-Belohnungen per CLI und doppelter Prover-Durchsatz"
description: "Planck ist unser erstes Testnet für Post-Quantum-Privattransaktionen—Miners migrieren, Belohnungen lassen sich per CLI in eine transparente Adresse im Mobile Wallet holen, docs.quantus.com liefert eine Mining-Anleitung, und die aggregierte Prover-Geschwindigkeit verdoppelt sich mit einer 2x8-Split-Architektur."
pubDate: "2026-04-22"
heroImage: "/blog/covers/weekly-update-04-22-2026.webp"
heroAlt: "Quantus Weekly: Planck-Testnet, Mining-Belohnungen per CLI und doppelter Prover-Durchsatz"
featured: false
tags:
[
"weekly-update",
"bitcoin",
"pow",
"mining",
"testnet",
"planck",
"post-quantum",
"mobile",
"zk-proofs",
"infrastructure",
"subsquid",
]
---

Planck ist unser erstes Testnet, das private Post-Quantum-Transaktionen von Quantus unterstützt.

Mehr als die Hälfte unserer Miner ist diese Woche auf Planck umgezogen.

Während andere Chains darüber diskutieren, ob die Quantenbedrohung real ist, stresstesten wir die Lösung öffentlich.

Mining-Belohnungen kannst du jetzt per CLI auf eine transparente Adresse im Mobile Wallet beanspruchen.

Wir haben Mining End-to-End auf Apple Silicon und Linux validiert.

Aktuell unterstützt unsere Mobile-UI nur unseren transparenten Adresstyp. Mehr dazu bald.

[docs.quantus.com](https://docs.quantus.com) ist live—dort findest du eine Mining-Anleitung für Node-Setup, Miner-Betrieb und das Einfordern von Belohnungen ins Mobile Wallet.

Wenn du vorher Quantus-Testnets gemined oder genutzt hast, fordert dich die App beim Update zur Migration auf.

Dein Saldo wird zurückgesetzt, aber unter „Mining-Belohnungen“ in den Einstellungen siehst du weiterhin Guthaben für jeden Block, den du auf früheren Testnets gemined hast.

Wir erfassen außerdem, wie viele Blocks jedes Konto auf Planck minet.

Unsere aggregierte Prover-Geschwindigkeit hat sich diese Woche per 2x8-Split-Architektur verdoppelt.

Und es ist noch mehr ausgeliefert worden.

### GitHub-Aktivität (27 zusammengeführte Pull Requests):

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

### Core Tech & ZK

- Aggregierte Prover-Performance per 2x8-Split-Proving verdoppelt (kein ZK auf jedem 8-Leaf-Bundle, ZK-Wrapper auf dem Root-Proof).
- ZK-Forschungsarbeit zur Preprint-Einreichung eingereicht.
- Privacy-Leak im neuen Split-Mask-ZK-Option auf qp-plonky2 gefunden und gepatcht.
- Audit-Punkte zu Threshold Dilithium bearbeitet.
- Mining-Belohnungen per CLI einlösbar gemacht.
- CLI-Hasher auf blake2-256 aktualisiert.
- Fix für Wormhole-Saldo-Wiederherstellung in der CLI ausgeliefert.
- Tech-Collective-Mitglieder haben ein Runtime-Update erfolgreich ausgeführt.

### Netzwerk & Infra

- Planck: neue Änderungen gemerged und released; internes Planck-Testnet läuft.
- Stresstests: neue Strategie umgesetzt, mehrere Läufe ausgeführt.
- Faucet: bessere Exception-Behandlung für Twitter, erweiterte Metriken für detailliertes Monitoring.
- Monitoring-Dashboards für Planck und den Faucet erneuert und erweitert.
- Selektiveres Alerting umgesetzt.
- A1-Planck-Node nach Deutschland, A2-Planck-Node in die USA verlegt.
- Subsquid für Planck-Testnet aktualisiert: Balance-Bewegung gefixt, Hasher auf blake2b zurückgestellt, Mining-Belohnungen angezeigt.
- Explorer auf Planck-Testnet aktualisiert und Wormhole-Branch sauber gemerged.
- MVP-Miner End-to-End auf Apple Silicon und Linux gefahren; GPU-Mining unter Linux noch in Fehlersuche.
- AI-Mining-Skill (SKILL.md) gebaut; beim Testen Mining in unter zwei Minuten zum Laufen gebracht.

### Web- & Mobile-App-Updates

- [docs.quantus.com](https://docs.quantus.com) ist live.
- Landingpage [q.day](https://q.day) deployed.
- Mobile Wallet v1.3.2 und v1.3.3 mit Fixes für das neue Testnet ausgeliefert.
- Mining-Belohnungen werden im Wallet angezeigt.
- Überarbeitete Transaktionsdetails-, Empfangs- und Aktivitäts-Screens im Wallet.
- Mining-Guide aktualisiert.

### Content & Partnerschaften

- Q-Day-Registrierungen über 100. Mehr auf [q.day](https://q.day).
- Kommentare externer Mitwirkenden zum State of Quantum Report eingegangen und umgesetzt.
88 changes: 88 additions & 0 deletions website/src/contents/blogs/en-US/weekly-update-04-22-2026.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
---
title: "Quantus Weekly: Planck Testnet, CLI Reward Claims, and 2x Prover Throughput"
description: "Planck is live as our first testnet for post-quantum private transactions—miners are migrating, rewards are claimable to the mobile wallet via CLI, docs.quantus.com ships a mining guide, and aggregated prover speed doubles on a 2x8 split architecture."
pubDate: "2026-04-22"
heroImage: "/blog/covers/weekly-update-04-22-2026.webp"
heroAlt: "Quantus Weekly: Planck Testnet, CLI Reward Claims, and 2x Prover Throughput"
featured: false
tags:
[
"weekly-update",
"bitcoin",
"pow",
"mining",
"testnet",
"planck",
"post-quantum",
"mobile",
"zk-proofs",
"infrastructure",
"subsquid",
]
---

Planck is our first testnet supporting Quantus's post-quantum private transactions.

More than half our miners migrated to Planck this week.

While other chains argue about whether the quantum threat is real, we're stress-testing the solution in public.

You can now claim your mining rewards through the CLI to a transparent address in the mobile wallet.

We've validated mining end-to-end on Apple Silicon and Linux.

Currently our mobile UI only supports our transparent address type. More on that soon.

[docs.quantus.com](https://docs.quantus.com) is live, and you can find a mining guide there that walks you through setting up a node, running a miner, and claiming rewards to your mobile wallet.

If you've been mining or using previous Quantus testnet versions, the app will prompt you to migrate when you update.

Your balance resets, but if you view "mining rewards" in settings, you still have credit for every block you mined on previous testnets.

We're also tracking how many blocks each account mines for Planck.

Our aggregated prover speed also doubled this week via a 2x8 split architecture.

And more shipped this week.

### GitHub Activity (27 merged pull requests):

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

### Core Tech & ZK

- Doubled aggregated prover performance via a 2x8 split proving architecture (no ZK on each 8-leaf bundle, ZK wrapper applied to the root proof).
- Submitted our ZK research paper for preprint.
- Discovered and patched a privacy-leak bug in the new split mask ZK option on qp-plonky2.
- Addressed audit items on threshold Dilithium.
- Made mining rewards claimable via CLI.
- Updated CLI hasher to use blake2-256.
- Shipped a CLI wormhole balance recovery fix.
- Tech Collective members successfully executed a runtime update.

### Network & Infra

- Planck: new changes merged and released; internal Planck testnet running.
- Stress tests: new strategy implemented, multiple runs executed.
- Faucet: improved exception handling for Twitter, extended metrics for detailed monitoring.
- Refreshed and extended monitoring dashboards for Planck and the faucet.
- Implemented more selective alerting.
- Moved A1-Planck node to Germany; A2-Planck node to the US.
- Updated Subsquid for Planck testnet: fixed balance movement, reverted hasher to blake2b, added mining rewards display.
- Updated the Explorer to Planck testnet and properly merged the wormhole branch.
- Ran MVP miner end-to-end on Apple Silicon and Linux; still troubleshooting GPU mining on Linux.
- Built an AI mining skill (SKILL.md); got mining running in under two minutes during testing.

### Web & Mobile App Updates

- [docs.quantus.com](https://docs.quantus.com) is live.
- Deployed the [q.day](https://q.day) landing page.
- Shipped mobile wallet v1.3.2 and v1.3.3 with fixes for the new testnet.
- Mining rewards now display in the wallet.
- Implemented redesigned transaction details, receive, and activity screens in the wallet.
- Updated the mining guide.

### Content & Partnerships

- Q-Day registrations crossed 100. Learn more at [q.day](https://q.day).
- Received and implemented comments from outside contributors on our State of Quantum Report.
88 changes: 88 additions & 0 deletions website/src/contents/blogs/es-ES/weekly-update-04-22-2026.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
---
title: "Quantus Weekly: testnet Planck, recompensas por CLI y el doble de rendimiento del prover"
description: "Planck es nuestro primer testnet para transacciones privadas poscuánticas: los mineros migran, las recompensas se reclaman por CLI a una dirección transparente en la wallet móvil, docs.quantus.com incluye una guía de minería, y el prover agregado duplica velocidad con arquitectura partida 2x8."
pubDate: "2026-04-22"
heroImage: "/blog/covers/weekly-update-04-22-2026.webp"
heroAlt: "Quantus Weekly: testnet Planck, recompensas por CLI y el doble de rendimiento del prover"
featured: false
tags:
[
"weekly-update",
"bitcoin",
"pow",
"mining",
"testnet",
"planck",
"post-quantum",
"mobile",
"zk-proofs",
"infrastructure",
"subsquid",
]
---

Planck es nuestro primer testnet que admite transacciones privadas poscuánticas de Quantus.

Más de la mitad de nuestros mineros migraron a Planck esta semana.

Mientras otras cadenas debaten si la amenaza cuántica es real, nosotros estrésamos la solución en público.

Ya puedes reclamar las recompensas de minería por CLI a una dirección transparente en la wallet móvil.

Validamos la minería de extremo a extremo en Apple Silicon y Linux.

Por ahora la UI móvil solo admite nuestro tipo de dirección transparente. Más noticias pronto.

[docs.quantus.com](https://docs.quantus.com) está en vivo: allí hay una guía de minería para levantar un nodo, ejecutar un minero y reclamar recompensas a tu wallet móvil.

Si has estado minando o usando versiones anteriores del testnet de Quantus, la app te pedirá migrar al actualizar.

Tu saldo se reinicia, pero si abres «mining rewards» en ajustes sigues teniendo crédito por cada bloque minado en testnets anteriores.

También seguimos cuántos bloques mina cada cuenta en Planck.

La velocidad agregada de nuestro prover se duplicó esta semana con una arquitectura partida 2x8.

Y hubo más entregas esta semana.

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

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

### Core Tech y ZK

- Rendimiento del prover agregado duplicado con arquitectura de prueba partida 2x8 (sin ZK en cada bundle de 8 hojas; envoltura ZK sobre la prueba raíz).
- Envío de nuestro artículo de investigación ZK como preprint.
- Bug de fuga de privacidad detectado y parcheado en la nueva opción ZK de máscara partida en qp-plonky2.
- Avance en ítems de auditoría sobre Dilithium umbral.
- Recompensas de minería reclamables por CLI.
- Hasher de CLI actualizado a blake2-256.
- Corrección en CLI para recuperación de saldo vía wormhole.
- Miembros del Tech Collective ejecutaron con éxito una actualización en runtime.

### Red e infra

- Planck: cambios nuevos fusionados y publicados; testnet interno Planck en marcha.
- Pruebas de estrés: nueva estrategia y varias ejecuciones.
- Faucet: mejor manejo de excepciones para Twitter y métricas ampliadas para monitoreo detallado.
- Paneles de monitoreo renovados y ampliados para Planck y el faucet.
- Alertas más selectivas.
- Nodo A1-Planck movido a Alemania; A2-Planck a EE. UU.
- Subsquid actualizado para Planck: arreglo de movimientos de saldo, hasher vuelto a blake2b, visualización de recompensas de minería.
- Explorer actualizado a Planck y rama wormhole fusionada correctamente.
- Minero MVP de punta a punta en Apple Silicon y Linux; depurando minería GPU en Linux.
- Skill de minería con IA (SKILL.md); en pruebas, minería en marcha en menos de dos minutos.

### Web y app móvil

- [docs.quantus.com](https://docs.quantus.com) en vivo.
- Desplegada la landing de [q.day](https://q.day).
- Wallet móvil v1.3.2 y v1.3.3 con correcciones para el nuevo testnet.
- Las recompensas de minería se muestran en la wallet.
- Rediseño de detalle de transacción, recibir y pantalla de actividad.
- Guía de minería actualizada.

### Contenido y alianzas

- Más de 100 inscripciones en Q-Day. Más en [q.day](https://q.day).
- Comentarios de colaboradores externos sobre el State of Quantum Report recibidos e incorporados.
Loading
Loading