QNET
382 subscribers
44 photos
15 videos
2 files
71 links
Quantum Blockchain
Download Telegram
QNet activation code - public by nature, secure by design.
Code = XOR(wallet, SHA3(tx_hash:type:amount)) - yes, anyone can technically reconstruct it from public Solana data.
But it's useless without:
- Dilithium3 (post-quantum) signature with your private key
- Code embeds your wallet prefix - someone else's code won't match your wallet
- 1 wallet = 1 node enforced in persistent storage forever
The secret isn't the code. The secret is your private key.
πŸ”₯23⚑5❀4πŸ‘1
Finished developing activation code recovery and the full node activation flow for light nodes β€” everything works smoothly. Next up: testing light node pings and reward distribution. After that, server node activation, then testnet launch.

https://explorer.aiqnet.io/explorer/tx/def848df0d84071ea2aad3fe4e499c4fd3b50d23a9c0a21b417ef96924fd6bd3
πŸ”₯15❀3⚑3
QNet Testnet - what's on the roadmap?

Want to share a quick update on what I`m planning to ship:

- Token creation tools for users within the QNet ecosystem
- NFT collection launches - fully on-chain
- In-wallet mini-activities - compete with other users, earn $QNC. A little on-chain gambling energy never hurt anyone 🎲

No hard dates yet - these features land after Light & Super Node activations are complete. But they're next in line.

Building doesn't stop
⚑11πŸ”₯11❀5
This media is not supported in your browser
VIEW IN TELEGRAM
Here is what code recovery and Light Node activation look like on a real device
πŸ”₯16❀4⚑1😁1
On March 6th it will be exactly one year since the first line of code.
A year ago I had an idea - a blockchain that puts the user first. Not investors, not funds, not the team. The user. A blockchain where anyone can simply pick up their phone, activate a node and earn native network tokens. No servers, no technical knowledge, just like that.
Over this year I have spent more than $20,000 of my own money. Every month from $2,000, some months reaching nearly $7,000. A few close people believed in the idea at an early stage and supported me financially - I am genuinely grateful to them. But overall this has been my personal journey - thousands of hours of work that turned into a massive technology stack and hundreds of thousands of lines of code.
I want to be honest with you - the same way I have been honest from the very beginning.
The initial 25% token buyout was calculated in part to cover the costs of building the project. For a while pumpfun commissions covered the expenses, but from time to time moments arise where you have to find solutions to keep moving forward. That is a normal part of the journey.
I never said I would not sell tokens. I am an investor just like you. And that is exactly why I do not want to sell right now - current price levels are far from where I would want to do that. But what matters more is this - I do not want to hide sales, move tokens to other wallets and sell from them quietly. I will not play those games with you. Ever.
Everything I do and will do will be transparent. Any sales, whether to continue development or to take personal profit when the time comes - I will do with respect for you and for the market, without hitting the price with aggressive volume.
You came first. You understand the idea at a time when most people are still not paying attention. You are not just an audience to me - you are people I feel responsible to be honest with, and people I genuinely want to see succeed.
When the testnet launches and people see that you can run a node from your phone on a real post-quantum L1 with zero premint - the interest will come naturally. You will have been part of this from the very beginning.
Thank you to everyone who answers questions from newcomers - often the same questions over and over - without losing patience. Thank you for the reposts, likes and original posts. You are building this community alongside me and that means a great deal.
Thank you for being here.
❀23πŸ”₯8⚑3πŸ‘2
Still working on the app. Latest focus - backend fixes and background pings: your node stays active even when the app is closed or the screen is locked. Open the app once - the network handles the rest.
No commits β‰  no progress. Not everything goes to the repo right away.
⚑11πŸ”₯9πŸ™2❀1
πŸŽ‚ Exactly one year ago, I wrote the first lines of QNet Blockchain code.

Over this time, I went through many AI models - each one better than the last, helping me solve problems faster and more efficiently.

I want to repeat the core idea once more, because it truly matters.

I wanted to build a system that rewards every user - constantly and automatically. When I started, I had no references, no other project attempting anything like this. And today, I still haven't seen a single one moving in this direction.

QNet is:
- No premine. Every participant gets an equal share after activation.
- No technical knowledge needed. A couple of taps on your phone screen - that's it.
- Rewards accumulate automatically. Hit claim whenever you want - no daily grind, no tapping required.

Think of the legendary early Bitcoin faucet - but permanent, effortless, and accessible to absolutely everyone.

This is the blockchain approach I always dreamed of. And we're on the final stretch.

A few finishing touches remain in the consensus mechanism - and the user reward system will be fully complete. Very soon.

And once again - a huge thank you to each and every one of you. Without your support and engagement, reaching this point would have been incomparably harder.

More to come πŸ‘€
❀19⚑5πŸ”₯3πŸ‘1🫑1
This media is not supported in your browser
VIEW IN TELEGRAM
Huge block of tasks done.

Completed the full light node cycle for QNet. Everything works now - from wallet creation to receiving rewards for participating in the network.

How it works:
Burn 1DEV - get a spot in the network
App registers the device on-chain
Every 4 hours the device sends a ping - proof of participation
At the end of an epoch - rewards are accrued
One-tap claim - tokens in the wallet, send anywhere

The video shows the real thing: claiming light node rewards and transferring QNC to another wallet.
πŸ”₯11❀6πŸŽ‰2⚑1πŸ™1
This media is not supported in your browser
VIEW IN TELEGRAM
Here's how light node proof-of-participation works in QNet.
Every 4 hours the network checks whether your device is online. This isn't a simple ping - it's a cryptographic challenge-response.
How it works:
Each 4-hour window is split into 240 one-minute slots. Every node gets a unique randomized slot per window, derived from a hash of the node_id and window number. You can't predict in advance when the request will arrive.
When your slot hits, a genesis node sends a challenge - a random 32-byte string - to your device via push notification. The device signs it and sends back the response.
Three attempts, not one. If the primary genesis node doesn't get a response, two backup nodes retry with a delay, giving the primary time to complete first. Miss all three - the round is skipped. After 5 consecutive missed rounds, the node is marked inactive. There's a reactivate button in the app to bring it back.
The ping key is separate from the wallet. At registration, the device generates a dedicated Dilithium3 key specifically for signing ping responses and issues it a delegation certificate signed by the main wallet key. This lets the app respond to challenges in the background even when the screen is off or the app is closed - the main wallet key is never touched.
The response is signed with this delegated Dilithium3 key. The attestation is then propagated to all genesis nodes via gossip protocol.
Rewards aren't instant. Participation data is collected into a MacroBlock at the end of the epoch, and payouts happen one epoch later - 4 hours after the window closes. This is an intentional delay to allow finalization through BFT consensus.
πŸ”₯16❀3⚑2
Hey everyone - it’s been a few quiet weeks on the feed, but development has been moving steadily behind the scenes.

What’s been done:

- Server node registration is live and working
- Synchronization logic with the network is nearly complete
- Reactivation logic implemented - nodes now handle reconnects correctly after migrations or long offline periods (same nuances as mobile nodes, just different complexity)
- Security audit done: a vulnerability in the network was identified and patched

What’s left:

Finishing server node integration + polishing the node update mechanism. We’re close - genuinely the last stretch before testnet.

Thanks for your patience. It means a lot.

Testnet is coming. Soon.
πŸ”₯29❀12πŸ‘2⚑1
image_2026-06-26_18-23-44.png
21 KB
πŸ‘€
❀16⚑1πŸ”₯1
Super-node onboarding is finally complete - along with a lot of other work I'll share more about soon.
Now it's time to observe and test how the network runs after onboarding.
I'm genuinely happy to finally have visible progress to show, and to share it with you.
❀30πŸ”₯5⚑1πŸ™1🍾1
This media is not supported in your browser
VIEW IN TELEGRAM
QNet - what's been done over the last 3 months

It's been quiet - because the work went into rebuilding the foundation, not cosmetics. The facts:

1. Consensus core rewritten β†’ Checkpoint-BFT v2
The old macroblock consensus was three-phase (commit β†’ reveal β†’ finalize) with fixed ~12+12+6 sec windows and heavy post-quantum signatures collected at every phase - both slow (~30 sec per macroblock) and fragile (desync at phase boundaries β†’ occasional forks and stalls). Replaced with a single-round Checkpoint-BFT v2: instead of three phases, one 2f+1 quorum certificate (QC), with no fixed windows and no dependence on clocks; producer selection is deterministic, and forks are impossible by construction. Post-quantum BFT on Dilithium / ML-DSA.

2. Scale - to millions of nodes
Emission and the node registry were rewritten to O(1) operations (previously the cost grew with the number of participants). The architecture is designed to hold millions of light nodes and super-nodes without degradation.

3. Security
Several audit rounds (120+ fixes), node identity-binding, and fail-closed key handling from the mnemonic.
4. Node onboarding
Solved the problem of a new node joining a live, running network without disruption. The first real super-node is connected.

By the numbers:
150 commits
168 files changed (21 new, 1 removed, 145 reworked)
+53,611 / βˆ’38,944 lines

Huge thanks to everyone for your patience. What's left: test reward claiming by a super-node, finish the node-update mechanism, and run my own final audits before the testnet launch.
⚑7❀7πŸ”₯6πŸ‘3🀝2
Testing the full integration of a super-node with the mobile app - including reward claiming - and debugging all the processes.
πŸ”₯19❀4πŸ‘€2⚑1πŸ™1