Bitcoin Forum
September 21, 2026, 10:52:37 PM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN] Tessera (TSR) — post-quantum chain | CPU mineable | no premine  (Read 279 times)
shortvector (OP)
Newbie
*
Offline

Activity: 3
Merit: 0


View Profile
August 12, 2026, 02:50:50 PM
 #1




Tessera keeps the Bitcoin Core design — UTXO ledger, Script, full-node validation,
P2P network, built-in wallet — and replaces the cryptography that a quantum computer
breaks. There is no elliptic-curve code in the tree at all: libsecp256k1 is
not present.

Why now

In March 2026 a joint whitepaper from Google Quantum AI, the Ethereum Foundation and
Stanford put a number on the threat: the 256-bit elliptic-curve discrete logarithm —
the problem every Bitcoin signature rests on — falls in minutes to fewer than half a
million physical qubits. arXiv:2603.28846

NIST has separately scheduled ECDSA for deprecation after 2030 and disallowance after
2035 (NIST IR 8547).

This is not a claim that Bitcoin is doomed tomorrow. It is a claim that a chain being
started today has no reason to be built on a primitive with a published expiry
date. The genesis coinbase carries the first of those two findings rather than a slogan:

Code:
Google Quantum AI 30/Mar/2026 ECDLP-256 in minutes on under half a million physical qubits



Specification

SignaturesML-DSA-44 — FIPS 204, vendored from PQClean
Key exchangeML-KEM-768 — FIPS 203, in the v2 P2P transport
HashingSHA3-256 — FIPS 202, for block and transaction ids and Merkle trees
Proof of workSHA3-256d over the standard 80-byte header
Block time10 minutes
RetargetBitcoin's 2016-block window, unchanged
Subsidy50 TSR, halving every 210 000 blocks
TickerTSR
Addressesbech32 tsr1…, legacy prefix T
P2P / RPC11333 / 11332

Everything outside the cryptography is deliberately unchanged. A post-quantum chain is
already enough novelty for one project.



Launch

No premine. No ICO. No dev fund. No masternodes.

The genesis coinbase output is OP_RETURN — provably unspendable, so the 50 TSR
of block 0 do not exist and cannot be claimed by anyone, including me.

The chain starts at difficulty 1 — the same target Bitcoin's genesis used. That is
deliberate: an ordinary CPU finds a block in a few minutes until the difficulty finds its
level. Nobody needed a rig to be ready on day one.

Code:
Genesis:  033d419a2fc78583172e44f3f3681f1c6f83cf78e3e9becb06a255e1290f4a6e
nTime:    1786492800   (12 Aug 2026, 00:00 UTC)
nBits:    0x1d00ffff



Downloads

Node, CLI, Qt GUI wallet, CPU miner and the offline tools. Nothing to install — unpack
and run.

Windows x86-64
https://gettessera.org/dl/tessera-0.1.0-win64.zip
Code:
5daa5b35df79de73244d8a9364c8cabec7986c991bd63e635cb061f8382dabff

Linux x86-64 (needs glibc 2.38+ — Ubuntu 23.10, Debian 13, Fedora 39 and later)
https://gettessera.org/dl/tessera-0.1.0-x86_64-linux-gnu.tar.gz
Code:
6d2b9dd128ae01d12714b8720bf50c1f879d5bf931e1aa9f1792b179454c3ed7

The same checksums are committed to the repository:
https://github.com/gettessera-project/tessera/blob/main/SHA256SUMS

Compare the two. A checksum served from the same host as the file it describes proves
nothing — whoever could replace one could replace the other. Two independent sources is
the point.



Mining

tessera-miner fetches work over JSON-RPC, grinds SHA3-256d on every core and
submits the block. It is a plain CPU miner. No GPU code ships in this tree — anyone who
wants one is free to write it, and the protocol does nothing to stop them.

Code:
./tesserad -daemon
./tessera-cli getnewaddress
./tessera-miner -address=<your address>

./tessera-miner -benchmark          # measure this machine first

Roughly 2 MH/s per core on a current desktop; at difficulty 1 that is a few minutes per
block on eight cores.



The honest part

A post-quantum signature is not free, and pretending otherwise would be the first lie in
a project whose whole point is not needing one.

An ML-DSA-44 input is 3732 bytes against 104 for ECDSA. A transaction is roughly
17× the size of a Bitcoin transaction, and at equal network congestion a payment
costs proportionally more in fees. That is the price of the guarantee, stated up front.

What is not done yet:
  • No block explorer
  • No exchange listings, and none sought yet
  • Linux binaries need a recent glibc; a broadly compatible build needs an older build environment
  • Translations were inherited from Bitcoin Core and are not reviewed by native speakers

Consensus rules may still change before the network has real weight behind it. After that
they will not.



Links

Website: https://gettessera.org
Source: https://github.com/gettessera-project/tessera
Discord: https://discord.gg/trFG8BD3w
Security: report privately via GitHub Security Advisories, never in a public issue

MIT licensed. Built on the Bitcoin Core architecture, with respect to its authors.
shortvector (OP)
Newbie
*
Offline

Activity: 3
Merit: 0


View Profile
August 12, 2026, 03:49:00 PM
 #2

Hey — I run Chainquiry, a searchable crypto project directory, and I’d like to invite your team to submit a free listing.  Smiley

It includes your official links, network, launch date and project information after editorial review:

https://chainquiry.com/list-your-project/

Chainquiry listing submitted — thanks @lightbit for the invite.

Quick status update: genesis is mined, regtest passes the full cycle (200 blocks, transactions, wallet survives restart), and the source is public. CPU miner with multi-threaded SHA3-256d hashing is next — once that ships, anyone with a regular desktop can mine from block one at difficulty 1.

Discord is active if anyone wants to follow along: https://discord.gg/trFG8BD3w
lightbit
Member
**
Offline

Activity: 469
Merit: 89


View Profile WWW
August 14, 2026, 05:10:36 AM
 #3

🔎 Tessera (TSR) is now listed on Chainquiry

Post-Quantum UTXO Cryptocurrency



Tessera is a Bitcoin Core-derived UTXO cryptocurrency that replaces elliptic-curve cryptography with post-quantum alternatives, using ML-DSA-44 signatures and SHA3-256d Proof of Work.

⛏️ ConsensusSHA3-256d Proof of Work
🔐 SignaturesML-DSA-44 · FIPS 204
🏗️ ArchitectureBitcoin Core · UTXO · Script
🌐 NetworkIndependent Layer 1
🚀 LaunchAugust 2026</td>

Key Features

• Post-quantum transaction signatures using ML-DSA-44
• No elliptic-curve cryptography in the codebase
• SHA3-256d Proof of Work with CPU mining from genesis
• Bitcoin-derived UTXO, Script, and full-node architecture
• Scheme byte designed to support future signature upgrades
• Open-source, decentralized Layer 1

🔗 Explore Tessera on Chainquiry

https://chainquiry.com/projects/tessera/

Official Website:
https://gettessera.org/

Project discovery is not an endorsement. Always verify information and DYOR.

CHAINQUIRY — Discover, Research & Verify Crypto Projects
Free Project Listings | Official Thread
Eddyc
Sr. Member
****
Online Online

Activity: 1081
Merit: 391


View Profile
August 20, 2026, 12:43:02 PM
 #4



https://www.publish0x.com/crypto-bits/tesseratsr-the-post-quantum-future-is-not-tomorrow-but-now-xwrmeek


The future is Shaped by our Choices.


The first page of the book begins...

Dyor
visibleplayer
Jr. Member
*
Offline

Activity: 162
Merit: 5


View Profile
August 24, 2026, 04:28:43 PM
 #5

Scammer already gone
adamant.im
Member
**
Offline

Activity: 1372
Merit: 54

ADAMANT — the most secure and anonymous messenger


View Profile WWW
August 25, 2026, 07:27:57 AM
 #6

Interesting fork direction. Most “post-quantum” pitches stop at a blog post; shipping ML-DSA-44 (FIPS 204) + dropping ECC from a Bitcoin-Core-derived UTXO stack is a much clearer claim.

A few practical questions from the full-node / ops side:

  • Sig size / bandwidth — ML-DSA-44 signatures are much larger than secp256k1. What’s the observed tx size / block weight impact vs a comparable BTC-style tx, and do you expect fee pressure / relay policy changes because of that?
  • Wallet UX — are addresses / script templates still familiar enough that existing BTC tooling mental models mostly apply, or is everything custom enough that early users need a Tessera-specific wallet path only?
  • CPU-only PoW honesty — SHA3-256d + “CPU from genesis” is good positioning, but ASIC/FPGA timelines for SHA3 variants tend to surprise people. Any published notes on expected resistance window, or is the plan simply “fair launch now, deal with hardware later”?

Also appreciate the explicit “no explorer / no listings yet” list — rare and useful. Will glance at the GitHub tree when I have a minute; open SHA256SUMS for the binaries is the right hygiene.

💬 ADAMANT Messenger ● ● ● ● ● ● ●   Try it now: Secure and Anonymous Messenger   ● ● ● ● ● ● ●
Trusted and Open source ● Integrated payments ● Get welcome 0.09 ADM token for free messaging now
● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ●
● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ●
● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ● 💬 ● ● ● ● ●
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!