defi_rocket
Mining is running stable. Blocks are being found sequentially without stalls or reorgs. All mined blocks use post-quantum coinbase outputs (Dilithium / PQ) by default - no legacy signatures involved in coinbase…
Update (testing): PQ spend mined successfully Quick status update with a concrete runtime proof (screenshots attached). Ive now produced and mined a transaction spending a PQ output where the locking script uses a…
Small status update. The node is now mining blocks with PQ-enabled consensus rules active. Coinbase outputs are being created under the post-quantum script path. Attached screenshot shows: - mined coinbase transaction -…
update. Stage 1 of the roadmap is now complete: post-quantum signature verification as a consensus rule (pre-tapscript). Over the last step we also strengthened it with explicit anti-DoS guarantees, backed by tests. At…
Yes, Dilithium signatures are significantly larger than ECDSA. In the current base-script integration this naturally means higher absolute fees, since fees are still calculated per byte and block space is limited. This…
For clarity, here is a screenshot of the current build and test output. The post-quantum opcode is compiled as part of the codebase and exercised through deterministic script-level tests. No claims beyond that just…
So, I'm working on this experimental project that builds off a Bitcoin codebase. Just to be clear, this isn't about changing Bitcoin or its cryptographic rules. The idea is to add a new way to verify signatures using…