QNET BLOCKCHAIN

190 posts

QNET BLOCKCHAIN banner
QNET BLOCKCHAIN

QNET BLOCKCHAIN

@AIQnetLab

https://t.co/Yo6S9fF27S https://t.co/FmGnpGNIYA 4R3DPW4BY97kJRfv8J5wgTtbDpoXpRv92W957tXMpump

https://t.me/AiQnetLab Katılım Mart 2025
0 Takip Edilen924 Takipçiler
Sabitlenmiş Tweet
QNET BLOCKCHAIN
QNET BLOCKCHAIN@AIQnetLab·
QNET: Post-Quantum Decentralized Network Phase 1: 1DEV Token Built on Solana as SPL token. Users burn 1DEV to activate nodes in upcoming QNET blockchain. Current cost: 1,500 1DEV (~13cents) for unlimited mining access. Price decreases as more supply burns - creating deflationary economics. Phase 2: QNC Native Token Triggers when 90% of 1DEV burned OR after 5 years from genesis. QNC (QNET COIN) becomes native currency with 4,294,967,296 max supply (2^32). Features unique "Sharp Drop" halving - rewards halve every 4 years, then drop 10x at year 20, then resume halving. Three Reward Pools: Pool #1: Base emission (starts 251,432 QNC per 4h, halves every 4 years) Pool #2: Transaction fees (70% to server super nodes, 30% to full nodes) Pool #3: Node activation fees redistributed to ALL active participants (Phase 2 only) No Staking Required Uses reputation system instead of locking tokens. Mobile light-nodes get equal rewards as servers. Participation based on reliable behavior, not capital. Key Innovation: Phase 1: 1DEV tokens are burned for node activation. Phase 2: node activation requires QNC payment to Pool #3. Both phases designed for fair distribution without traditional venture capital funding or premine. This experimental approach proves independent developers can create advanced blockchain technology using modern AI tools. #QNET #BLOCKCHAIN #QUANTUM #WEB3 #AI
English
39
28
112
40.7K
QNET BLOCKCHAIN
QNET BLOCKCHAIN@AIQnetLab·
“Reworking consensus” doesn’t mean rewriting it. The core and consensus are built right - the design stands. The freeze was one rare edge case at an epoch boundary, not a flaw in the foundation. What’s left is closing that gap at the protocol level and catching the remaining edge cases so nothing else can stall the network. No rebuild, no starting over - just finishing the last loose ends before launch.
English
7
10
21
1.2K
QNET BLOCKCHAIN
QNET BLOCKCHAIN@AIQnetLab·
New wallet addresses in the new launch I moved the wallet to post-quantum cryptography - ML-DSA-65 (FIPS-204) signatures. Because of that, your address changes. A QNet address = hash of the public key, and the key is derived from your seed phrase through the signature algorithm. I changed the algorithm → the same seed phrase now yields a different key → a different address. I also fixed a mismatch, so the app and the node now produce the same address. So in the new launch: • update the wallet once I post the new version; • request test tokens again from the faucet - to the new address; • re-do node activation. Your seed phrase doesn't change - same mnemonic.
English
3
12
23
958
QNET BLOCKCHAIN
QNET BLOCKCHAIN@AIQnetLab·
QNet - testnet status The previous testnet run stayed up for a few days and then stalled: in a rare scenario at an epoch boundary, finality stopped advancing and the network couldn't recover on its own. So instead of slapping on a patch, I'm reworking consensus so this class of freezes is gone at the protocol level rather than papered over. That's the main reason for the delay. Since I'm starting from a clean genesis anyway, I also folded in the things that can't be added after launch: • full post-quantum security - ML-DSA-65 (FIPS-204) signatures and post-quantum transport; • on-chain tokens and smart contracts - a token standard, mint/burn, a deterministic WASM VM. Where I am now: I'm putting the consensus changes through their paces. The automated tests and audits pass, but the real test is live - new issues can still surface, and I'll fix them as they do. What's left is to bring up a fresh network and run it through many epoch boundaries - exactly the conditions where it used to freeze. On timing: Once the network runs stably for several days with no freezes, I'll launch and open onboarding for light nodes and super nodes. Thanks for waiting. I'm choosing the right launch over a fast one.
QNET BLOCKCHAIN tweet media
English
4
12
17
614
QNET BLOCKCHAIN
QNET BLOCKCHAIN@AIQnetLab·
QNet Wallet - early access on Android (APK) I've decided to open early access for light nodes - just through the APK. That gives you a few days to test it out while I finish a round of fixes: audit items, plus removing all the non-quantum signature paths that blockchains normally use, so QNet stays fully post-quantum. On the official launch: I've set up an LLC and I'm waiting on the documents to finish Apple's D-U-N-S verification. Once that paperwork clears, QNet goes live officially on both Google Play and the App Store. Download (Telegram): t.me/AiQnetLab/155 Test tokens: aiqnet.io/testnet Made a wallet during earlier testing? Create a fresh one - the wallet format changed, so old wallets may not import correctly and can come up invalid.
English
14
16
32
2.2K
QNET BLOCKCHAIN
QNET BLOCKCHAIN@AIQnetLab·
Super Node rewards are LIVE. Claim and receive your QNC rewards straight from the mobile wallet - one tap, on-chain verified, post-quantum secured.
English
19
21
36
1.5K
QNET BLOCKCHAIN
QNET BLOCKCHAIN@AIQnetLab·
Testing the full integration of a super-node with the mobile app - including reward claiming - and debugging all the processes.
QNET BLOCKCHAIN tweet media
English
21
23
35
3K
QNET BLOCKCHAIN
QNET BLOCKCHAIN@AIQnetLab·
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.
English
16
28
41
2.9K
QNET BLOCKCHAIN
QNET BLOCKCHAIN@AIQnetLab·
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.
English
16
24
38
1.6K
QNET BLOCKCHAIN
QNET BLOCKCHAIN@AIQnetLab·
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.
QNET BLOCKCHAIN tweet media
English
64
22
79
4.7K
QNET BLOCKCHAIN
QNET BLOCKCHAIN@AIQnetLab·
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.
English
16
14
43
3.7K
QNET BLOCKCHAIN
QNET BLOCKCHAIN@AIQnetLab·
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.
English
17
21
42
3.2K
QNET BLOCKCHAIN
QNET BLOCKCHAIN@AIQnetLab·
🎂 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 👀
English
12
22
46
5.8K
QNET BLOCKCHAIN
QNET BLOCKCHAIN@AIQnetLab·
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.
English
3
9
32
1.7K
QNET BLOCKCHAIN
QNET BLOCKCHAIN@AIQnetLab·
Here is what code recovery and Light Node activation look like on a real device
English
14
15
41
2.8K
QNET BLOCKCHAIN
QNET BLOCKCHAIN@AIQnetLab·
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
QNET BLOCKCHAIN tweet media
English
13
22
46
3.1K
QNET BLOCKCHAIN
QNET BLOCKCHAIN@AIQnetLab·
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. explorer.aiqnet.io/explorer/tx/de…
QNET BLOCKCHAIN tweet mediaQNET BLOCKCHAIN tweet media
English
10
21
40
2.9K
QNET BLOCKCHAIN
QNET BLOCKCHAIN@AIQnetLab·
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.
QNET BLOCKCHAIN tweet mediaQNET BLOCKCHAIN tweet mediaQNET BLOCKCHAIN tweet media
English
16
24
47
3.3K
QNET BLOCKCHAIN
QNET BLOCKCHAIN@AIQnetLab·
Not long ago I ran stress tests on the network that showed around 100K TPS - but the problem was that the network broke down afterwards, likely due to issues with the cryptographic signatures at the time. Since then I reworked the signature system and ran new tests. Results: - Peak TPS: 54,162 - Average TPS: 53,516 - Transactions: 978,664 out of 999,996 (97.9% success) - Duration: 18.7 sec - Errors: 0 - Latency avg: 0.081 ms - Latency p99: 0.115 ms The network runs flawlessly after the tests - all 5 nodes are synchronized, 0 forks, 0 errors. It's possible to push TPS even higher, but that would require expanding the mempool and increasing block sizes, which could cause issues with block propagation and exchange between nodes due to their size. So I prefer to focus on finishing the node registration work for now. Either way I'm happy with the current 54K TPS - that's an insane result for an L1 blockchain with post-quantum Dilithium3 signatures. http://162.244.25.114:8001/api/v1/benchmark/results
QNET BLOCKCHAIN tweet media
English
10
16
36
4.1K