<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: niumeta_TZ</title><link>https://news.ycombinator.com/user?id=niumeta_TZ</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Tue, 01 Sep 2026 12:11:02 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=niumeta_TZ" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by niumeta_TZ in "We tackled the blockchain trilemma with multi‑bucket parallelism (niumeta)"]]></title><description><![CDATA[
<p>Existing blockchain architectures simply cannot solve the trilemma – that includes Solana, Hyperledger, etc. They all essentially sacrifice decentralization.<p>Niumeta approaches it from a higher dimension. If we think of traditional blockchains as 3‑dimensional, Niumeta is 4‑dimensional – it adds an extra time dimension.<p>The benefit of this dimensional upgrade is that it records everything – an immutable history of all events. When a major incident happens on Bitcoin or Ethereum – for example, the DAO hack – they had to resort to a hard fork. Niumeta is different. If something similar occurs, say someone exploits a bug to mint tokens out of thin air, we don’t need a fork. The chain truthfully logs the entire event, and also records the full correction process on‑chain</p>
]]></description><pubDate>Mon, 31 Aug 2026 02:13:20 +0000</pubDate><link>https://news.ycombinator.com/item?id=49504862</link><dc:creator>niumeta_TZ</dc:creator><comments>https://news.ycombinator.com/item?id=49504862</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49504862</guid></item><item><title><![CDATA[We tackled the blockchain trilemma with multi‑bucket parallelism (niumeta)]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/niumeta/niumeta">https://github.com/niumeta/niumeta</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49504827">https://news.ycombinator.com/item?id=49504827</a></p>
<p>Points: 1</p>
<p># Comments: 1</p>
]]></description><pubDate>Mon, 31 Aug 2026 02:08:30 +0000</pubDate><link>https://github.com/niumeta/niumeta</link><dc:creator>niumeta_TZ</dc:creator><comments>https://news.ycombinator.com/item?id=49504827</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49504827</guid></item><item><title><![CDATA[Show HN: A batch settlement layer for tokenized NYSE stocks]]></title><description><![CDATA[
<p>The original intention was just to introduce a time dimension to solve the blockchain trilemma. Now it has turned into 312 Rust crates and 2.8 million lines of Rust code (about 2 million lines in production, about 400,000 lines in standalone test directories, and about 600,000 lines in in‑src test modules).<p>Perhaps it’s just a huge ball of mud.<p>The whitepaper that matches this ball of mud is also a huge ball of mud:
<a href="https://www.niumeta.com/en/developers/architecture" rel="nofollow">https://www.niumeta.com/en/developers/architecture</a><p>This doesn’t seem to be a public chain, nor a consortium chain—but it is definitely secure, decentralized, and its performance is up to standard. I gave it a name: Zero-Trust Network. Also a huge ball of mud.<p>6 seconds per block is actually quite slow—how can this support high‑frequency order‑book trading?<p>In reality, high‑frequency order placement and cancellation still happen on centralized servers; only the final settlement is settled on the decentralized system at a 6‑second tick.<p>That seems workable, because you don’t need to open an account with a broker, you don’t need to pay broker trading fees, and you can trade 24/7.<p>That said, the code is written, but we don’t have enough hardware and network resources to test and optimize it properly. For now, it’s just boasting</p>
<hr>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49442721">https://news.ycombinator.com/item?id=49442721</a></p>
<p>Points: 3</p>
<p># Comments: 0</p>
]]></description><pubDate>Wed, 26 Aug 2026 00:37:32 +0000</pubDate><link>https://github.com/niumeta/niumeta</link><dc:creator>niumeta_TZ</dc:creator><comments>https://news.ycombinator.com/item?id=49442721</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49442721</guid></item><item><title><![CDATA[New comment by niumeta_TZ in "A ZK withdrawal system without multisig trust"]]></title><description><![CDATA[
<p>One thing we're still uncertain about: is SP1 6.2.3's proof generation time (2–3 min on EPYC 7413) acceptable for a production withdrawal system? Would you trust a system with that latency? Curious to hear your thoughts.</p>
]]></description><pubDate>Tue, 25 Aug 2026 09:14:06 +0000</pubDate><link>https://news.ycombinator.com/item?id=49430999</link><dc:creator>niumeta_TZ</dc:creator><comments>https://news.ycombinator.com/item?id=49430999</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49430999</guid></item><item><title><![CDATA[New comment by niumeta_TZ in "A ZK withdrawal system without multisig trust"]]></title><description><![CDATA[
<p>Author here – adding some context.<p>We're thinking about this at a different level:
"Towards a Type I Civilization: A Zero-Trust Network"<p>With the exception of AI training, all traditional data center capabilities can be decentralized and integrated on-chain.<p>This might sound like a joke, but we are serious.<p>Architecture overview: <a href="https://www.niumeta.com/en/developers/architecture" rel="nofollow">https://www.niumeta.com/en/developers/architecture</a></p>
]]></description><pubDate>Tue, 25 Aug 2026 08:16:16 +0000</pubDate><link>https://news.ycombinator.com/item?id=49430570</link><dc:creator>niumeta_TZ</dc:creator><comments>https://news.ycombinator.com/item?id=49430570</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49430570</guid></item><item><title><![CDATA[New comment by niumeta_TZ in "A ZK withdrawal system without multisig trust"]]></title><description><![CDATA[
<p>We built something that is neither a public chain nor a consortium chain. The goal was to deal with compliance, performance, decentralization and security at the same time. The codebase is very large — 312 Rust crates. Maybe you'll call it a big ball of mud, but it compiles smoothly, and a single shard currently benchmarks at a stable 3000 TPS (EPYC 7413, 16GB RAM, 2TB SSD, 6-second block interval, with multiple nodes installed on one server — a real deployment should do better; per-process resource usage is very low). There are 40 shards in total, and it can be extended further.<p>What I want to show today is the ZK-based deposit/withdrawal system. This part is open source on GitHub and can be compiled and verified independently.<p>Is this meaningful to the industry? It does not rely on multisig.<p>As for how secure it really is — we still have concerns ourselves. For now we rely on watchdog nodes that can circuit-break every single withdrawal, plus an hourly limit and a daily limit. For the project these are, honestly, temporary measures.<p>One more thing, about the choice of SP1: is 6.2.3 safe enough? On the same 7413 server, with no GPU, generating one proof takes about 2–3 minutes.<p>Repo: <a href="https://github.com/niumeta/niumeta" rel="nofollow">https://github.com/niumeta/niumeta</a> (the ZK part is under "Cross-Chain Bridge/", with a reproducible build guide)</p>
]]></description><pubDate>Tue, 25 Aug 2026 08:06:28 +0000</pubDate><link>https://news.ycombinator.com/item?id=49430495</link><dc:creator>niumeta_TZ</dc:creator><comments>https://news.ycombinator.com/item?id=49430495</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49430495</guid></item><item><title><![CDATA[A ZK withdrawal system without multisig trust]]></title><description><![CDATA[
<p>Article URL: <a href="https://github.com/niumeta/niumeta/tree/main/Cross-ChainBridge">https://github.com/niumeta/niumeta/tree/main/Cross-ChainBridge</a></p>
<p>Comments URL: <a href="https://news.ycombinator.com/item?id=49430494">https://news.ycombinator.com/item?id=49430494</a></p>
<p>Points: 1</p>
<p># Comments: 3</p>
]]></description><pubDate>Tue, 25 Aug 2026 08:06:28 +0000</pubDate><link>https://github.com/niumeta/niumeta/tree/main/Cross-ChainBridge</link><dc:creator>niumeta_TZ</dc:creator><comments>https://news.ycombinator.com/item?id=49430494</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=49430494</guid></item></channel></rss>