QNET – Telegram
QNET
336 subscribers
27 photos
10 videos
66 links
Quantum Blockchain
Download Telegram
Successfully completed comprehensive security audit for QNet Wallet

Key achievements:
• Elevated security score from 65% to perfect 100%
• Implemented PBKDF2 with 100,000 iterations for password hashing
• Integrated AES-256-GCM encryption for all private keys
• Developed SecureKeyManager for professional key management
• Replaced all Math.random() with crypto.getRandomValues
• Achieved full CSP compliance for Chrome Extensions
• Added memory clearing with .fill(0) after sensitive operations

Technical improvements:
• No seed phrase storage - only encrypted private keys
• Origin verification for all postMessage calls
• Fixed inline noscript violations
• Enhanced lock screen for expanded mode

https://github.com/AIQnetLab/QNet-Blockchain/commit/dd4fe395a7483b3b7e30700c7d76f5f954129e15
🔥147
COMPLETED TODAY:

Implemented AES-GCM-256 seed phrase encryption, real-time price fetching via CoinGecko/DexScreener APIs, and critical security fixes. Added wallet settings: seed export, password change, language selection, wallet deletion. Fixed token display and Solana address generation. Spent significant time synchronizing fullscreen/popup versions (work continues). Conducted additional security tests and system improvements.

Next:

Website connection, smart contract token burning integration, activation key display, app optimization, and UI cleanup.


Today's detailed progress:

Security Enhancements:
• Implemented military-grade AES-GCM-256 encryption for seed phrase storage
• Added SecureKeyManager module with 727 lines of security code
• Fixed critical vulnerability in address generation algorithm
• Implemented proper BIP39/BIP44/SLIP-0010 standards
• Added protection against rainbow table attacks
• Created Ed25519 cryptographic module for Solana keypair generation

Wallet Features:
• Added seed phrase export functionality with security warnings
• Implemented password change mechanism
• Added multi-language support system
• Created wallet deletion with confirmation flow
• Fixed token display for required assets only

Real-Time Price Integration:
• Integrated CoinGecko API for SOL and 1DEV prices
• Implemented Jupiter Price API as fallback
• Created 60-second smart caching system

UI/UX Improvements:
• Fixed constant popup locking issue when minimized
• Synchronized wallet state between popup and fullscreen versions
• Fixed address display truncation issues
• Implemented auto-refresh on window focus

Network & Performance:
• Added multi-RPC fallback mechanism (10+ endpoints)
• Fixed HTTP 403 errors with RPC rotation
• Optimized balance loading with Promise.all
• Implemented proper error handling and logging
• Added detailed debugging information

IN PROGRESS:
• Continuing fullscreen/popup synchronization
• Additional security testing and hardening
• Performance optimization

TODO NEXT:
• Website connection integration
• Smart contract token burning mechanism
• Activation key display in wallet
• Further app optimization
• UI cleanup and polish

3 commits, 13 files changed, +2,241/-433 lines

https://github.com/AIQnetLab/QNet-Blockchain/commits/testnet/
🔥17
Major update for QNet Wallet!

Completely rewrote the cryptographic implementation and added real token burning. Previously, the wallet used incorrect key derivation algorithm. Now everything works perfectly!

Key achievements:

Cryptography:
• Real Ed25519 instead of placeholders
• HD derivation SLIP-0010 (m/44'/501'/0'/0')
• Fallback to tweetnacl for reliability

Token Burning & Node Activation:
• Implemented complete SPL Token burn functionality
• Direct interaction with Solana smart contracts
• Secure activation code generation with AES-GCM encryption
• Unique code storage in encrypted format
• Rule enforcement: 1 wallet = 1 node
• Full transaction lifecycle from burn to code generation

UI/UX:
• Auto-refresh balances every 5 seconds
• Balance change animations
• Optimized modal windows

Performance:
• Decrypted data caching
• Smart RPC selection with monitoring
• Blockchain request deduplication

Bug Fixes:
• Popup <-> background synchronization
• Transaction signature verification
• All data formats handling
• Mathematical errors resolved

Result: successful 1DEV token burn for node activation!

Coming soon: Publishing to Chrome Web Store for public testing.

https://github.com/AIQnetLab/QNet-Blockchain/commit/4259d9b692a491ded7569b49cd404f18106c981b
11🔥9💯2
Media is too big
VIEW IN TELEGRAM
Tutorial

Recorded a step-by-step video guide for testnet node activation codes.

What's Next:
- Chrome Web Store release (imminent)
- iOS & Android apps in development

The mobile-first quantum blockchain is coming to all platforms.
🔥213🏆1
QNet Wallet Development Status

Browser extension is ready for use!

QNet Wallet currently includes all key functions for network launch preparation:

Core functionality:
- Create and import wallet with BIP39 support
- Secure seed phrase export
- Node activation code generation and export
- Smart contract integration for 1DEV token burning
- Node access code retrieval

Development philosophy: First create a minimum viable product (MVP) with essential functions, then gradually expand capabilities. This allows users to prepare for the network launch in advance by getting all necessary tools.

What's next?

I understand that many are eagerly waiting for the ability to activate their nodes. Therefore, I'm continuing with mobile applications for iOS and Android to provide a complete QNet ecosystem across all platforms.

I'll keep you updated on all developments!

The extension is already working and ready for testing. Mobile applications are in active development.
🔥16
QNet Wallet - Publication Status

QNet Wallet has been submitted for review to the Chrome Web Store!

The application is undergoing Google's standard review process, which typically takes several days to a week. Once approved, the wallet will be available for one-click installation directly from the official extension store.

Want to test it right now?

For anyone who wants to test today - QNet Wallet is available as open source on GitHub. You can install and test all wallet features yourself:

Installing QNet Wallet from GitHub

Step 1: Download
- Open https://github.com/AIQnetLab/QNet-Blockchain
- Click the green "Code" button → "Download ZIP"
- Extract the downloaded archive

Step 2: Prepare files
- Find the folder: QNet-Blockchain-main/applications/qnet-wallet/dist/
- This folder contains the ready-to-use extension

Step 3: Install in Chrome
- Open Chrome and go to chrome://extensions/
- Enable "Developer mode" (toggle in the top right)
- Click "Load unpacked extension"
- Select the dist folder and confirm

Done! QNet Wallet will appear in Chrome's extension panel and is ready to use.

Getting Test Tokens

For full wallet functionality testing, you'll need test tokens:

- Test Solana (SOL): https://www.devnetfaucet.org/
- Test 1DEV tokens: https://aiqnet.io/testnet


As soon as the wallet passes review, I'll announce its availability in the Chrome Web Store!
🔥224👍2
Working on an Android application
🔥19👏3❤‍🔥1
QNet Wallet Update

Major security & compatibility improvements across mobile & browser extension:

Full BIP39 Standard Implementation
• Cryptographically secure mnemonic generation (SHA-256 checksum)
• 2048-word official wordlist
• Cross-wallet compatibility (import/export between platforms)
• PBKDF2 seed derivation (2048 iterations)

Enhanced Security
• AES-256-CBC encryption with 250K PBKDF2 iterations
• Separate encrypted storage for activation codes
• Random salt (32B) & IV (16B) per encryption
• Secure password verification via direct decryption
• Auto-lock timer with inactivity detection

Mobile App Features
• Two-step wallet import (password → seed phrase)
• Real-time password & seed phrase validation
• 6 tabs: Assets, Send, Receive, Activate, History, Settings
• 11 languages support
• Export recovery phrase & activation codes with password protection
• Wallet deletion with confirmation

Browser Extension Fixes
• Fixed activation code password verification
• Removed double password prompt
• Auto-clear sensitive forms on close
• Production-ready BIP39 implementation

2 commits, 62 files changed, +21,617/-5625 lines

Both platforms now share the same security standards & full BIP39 compatibility
💯13🔥9👍62
QNet Wallet Update

Core Components
New visual copy confirmation system, real token icons via CDN, dynamic Network Progress from blockchain, improved address typography
Full SLIP-0010 HD derivation implementation, getBurnProgress function for blockchain data retrieval, browser extension compatibility layer

Design and Icons
Significant time invested in application design and splash screens, focusing on convenient element placement and intuitive interface clarity

Current Status
Completed: interface visual improvements, new app icons, basic compatibility structure

Substantial work required:
- Fix Solana address generation for full compatibility
- Test and debug wallet import/export
- Resolve balance fetching errors
- Complete node activation functionality
- Performance optimization

Continued development in progress to deliver a fully functional mobile wallet experience

1 commit, 30 files changed, +2,522/-125lines

https://github.com/AIQnetLab/QNet-Blockchain/commits/testnet
16🔥8👏2👍1
QNet Wallet Update

COMPLETED TODAY:

Critical Fixes:
1. Real-time burn percentage tracking - Solana blockchain integration via getTokenSupply
2. Fixed activation code decryption - support for new format with salt/iv
3. Automatic cleanup of old codes - when creating new wallet
4. Fixed burnTokensForNode - proper secretKey and Keypair handling
5. QNet address migration - automatic transition from 12-char to 41-char format
6. Mnemonic synchronization - identical codes generated in mobile and extension

UI/UX Improvements:
Extension optimization - all content fits in 360x600 window

REMAINING TASKS:

Critical:
- Fix password persistence after unlock for token burning
- Implement full Light Node activation on mobile
- Add Claim Rewards functionality

Enhancements:
- Animation and transition optimization
- Blockchain event synchronization
- Node statistics and graphs

STATISTICS:
- Critical bugs fixed: 6
- Functions implemented: 8
- UI/UX improvements: 3
- Readiness: ~65%
- Remaining: Password flow, Light Node activation, Rewards system

4 commits, 23 files changed, +2,271/-653lines

https://github.com/AIQnetLab/QNet-Blockchain/commits/testnet/

https://solscan.io/tx/2tY9K8hrZWWLJErVdrLCbsPXs7xC8Eh8rbZA724ysQrqgsz62QELBLDCvRMcrEW3vc8DtB9JDudcBi6YcJLuXFC3?cluster=devnet
🔥151❤‍🔥1👀1
This media is not supported in your browser
VIEW IN TELEGRAM
QNet Network Update

COMPLETED TODAY:

Major Features:
1. Node Activation System - Complete implementation for getting activation codes and node registration
2. Dynamic Two-phase Economic Model - Real-time pricing based on network state
3. Phase 1: 1DEV burn activation - price decreases as network burns tokens
4. Phase 2: QNC transfer activation - cost scales with network size (0-100K: 0.5x, 100K-300K: 1.0x, 300K-1M: 2.0x, 1M+: 3.0x)
5. Real Solana blockchain integration - actual token burning for node activation
6. Mobile node management - full activation, rewards tracking, ping system
7. Deterministic activation codes - seed-phrase based generation for cross-device sync

Backend Infrastructure:
8. Node rewards system - earning, claiming, status tracking
9. Server registration API - automatic node registration after blockchain activation
10. Network multiplier updates - adjusted thresholds across Python/Rust codebase
11. Activation code format fix - corrected 25-char validation (QNET-XXXXXX-XXXXXX-XXXXXX)

UI/UX Overhaul:
12. Mobile wallet redesign - dedicated Activation and Node Rewards tabs
13. Dynamic pricing display - real-time cost calculation and savings
14. Enhanced error handling - precise SOL/1DEV balance messages
15. Rich modal dialogs - formatted text, transaction explorer links

REMAINING TASKS:

Network Launch:
- Mainnet deployment - nodes will begin earning rewards once network goes live
- Final integration testing across all components

Mobile App Polish:
- Optimize app launch animation and splash screen
- Performance optimization - reduce loading times and improve responsiveness
- Google Play Store submission ready after final optimizations

STATISTICS:
- Core systems implemented: 15
- Economic phases: 2 (Phase 1: 1DEV burn, Phase 2: QNC transfer)
- Platforms updated: Mobile, Browser Extension, Backend
- Development progress: ~95%

1 commit, 37 files changed, +2,642/-536 lines

https://solscan.io/tx/5eu17HBAWRx2QBkqiVFXEgZ5YpKUsuueRpv8zJSiYYf2GMVLLxNUJwyf6akKGZJV93h9bWhn6TPkmcg1DDfG7DHN?cluster=devnet

https://github.com/AIQnetLab/QNet-Blockchain/commit/f30fe1dc5307c027733b153565aa558ce276ee6c
🔥13👏321
QNet Wallet Update: Cross-Platform Synchronization Complete

1. Perfect synchronization between mobile app and browser extension
2. Blockchain MEMO technology - node types stored directly on-chain
3. Activate once, access everywhere - no manual exports needed
4. Deterministic code generation ensures consistency across devices

Security Improvements:
5. Penetration testing passed - 8/10 security score (minus 2 for no root detection and JS memory limitations - standard for crypto wallets)
6. ProGuard/R8 code obfuscation enabled for APK protection
7. 200+ debug logs removed for production build
8. All injection attack vectors blocked (SQL, XSS, Code injection)
9. PBKDF2 10,000 iterations optimized for mobile security

Performance Optimizations:
10. Removed unnecessary modals and loading screens
11. Parallel data loading for improved responsiveness

Production Readiness:
12. Mandatory Terms of Service implementation
13. Fixed activation code mismatches between platforms
14. Browser Buffer API compatibility resolved
15. Duplicate node activation prevention

REMAINING TASKS:

Mobile App Polish:
- Loading screen animations and transitions
- Google Play Store submission after polish complete

1 commit, 14 files changed, +1,936/-450 lines

https://github.com/AIQnetLab/QNet-Blockchain/commit/d1dbe55b93d1ad2dcaf06eb078dbd34dc83212f9
🔥1722👍1👎1👏1
QNet Wallet 2.1.0 now available in Chrome Web Store!

What's new:
- Full synchronization with mobile application
- Cross-platform node activation codes
- Testnet activation code generation available

Try it now:
- Download the extension from Chrome Web Store
- Create a new wallet or import existing one
- Generate activation codes for Light/Full/Super nodes
- Activation codes automatically sync across all your devices

Getting Test Tokens:

For full wallet functionality testing, you'll need test tokens:

- Test Solana (SOL): https://devnetfaucet.org
- Test 1DEV tokens: https://aiqnet.io/testnet

https://chromewebstore.google.com/detail/qnet-wallet/pahnggomgmhhjjncgfnmmofmplfhkncg?hl=en-US&utm_source=ext_sidebar
🔥1831
Today's achievements:

- Production build complete - AAB bundle (34MB) ready for Google Play
- Icons & splash screen - unified design with browser extension
- Code security - ProGuard obfuscation + keystore protection
- Documentation updated

Next steps:

Complete app publication preparation and submit to Google Play Store

2 commits, 68 files changed, +248/-360 lines

https://github.com/AIQnetLab/QNet-Blockchain/commits/testnet/
14🔥6
QNet Wallet Release Preparation

Completed:

- Documentation preparation for Google Play Store and App Store
- Website updated to comply with app store requirements
- Privacy Policy prepared for Android/iOS

Remaining:

- Finalize Google Play application submission

Next Step:

- iOS: Development starts after MacBook arrival (expected in the coming days)

2 commits, 7 files changed, +731/-41 lines

https://github.com/AIQnetLab/QNet-Blockchain/commits/testnet/
🔥171
QNet Network Update

COMPLETED TODAY:

Critical Cryptography Upgrade:
1. BIP44/SLIP-0010 HD Wallet Implementation - Transitioned QNet address generation to industry-standard hierarchical deterministic derivation
2. Proper Private Key Generation - Fixed critical issue where QNet addresses were generated without proper private keys
3. Custom Coin Type 9999' - Implemented derivation path m/44'/9999'/0'/0'/0' for QNet blockchain

Browser Extension v2.1.1:
4. Fixed Settings UI - Corrected labels (Network Environment, Auto-Lock Timer, Language) that were incorrectly displayed
5. Removed Duplicate ToS - Eliminated redundant Terms of Service confirmation during wallet import
6. Chrome Web Store Submission - v2.1.1 submitted and awaiting approval from Google Chrome review team

Mobile Application v1.0.0:
7. Release Testing Complete - Tested on Android emulator, all core features functional
8. Performance Verified - Launch time: 2.4s, battery usage: <0.5% daily
9. Google Play Developer Account Verified - Successfully passed verification process

Next Steps:
- Closed Testing Track - Ready for 14-day beta testing period (new Google Play requirement)
- iOS Development - Application will be developed in parallel with Google Play testing

Tomorrow: First day off since token launch

1 commit, 7 files changed, +425/-141 lines

https://github.com/AIQnetLab/QNet-Blockchain/commit/30a6640460724282faa07c18600ce2cfeb895d10
🔥1421
QNet Wallet under Google Play review!
Currently under review for closed beta testing.
14-day beta period required → then public release
iOS development in progress - MacBook arrived, setting up development environment
13🔥64
I can add anyone who wants to join the closed Android wallet testing. Just send the email linked to your Google Play account to qnetquantumnetwork@gmail.com

Test tokens can be claimed here:

- Test Solana (SOL): https://devnetfaucet.org
- Test 1DEV tokens: https://aiqnet.io/testnet
🔥532👍1
Known issue: delays in wallet creation/import and Node tab. Why: Mobile devices are slower than computers (10-100x difference) + complex cryptographic calculations. What I'm doing: Already optimized several times, prioritizing security, working on further speed improvements.
🔥833👍2
QNet Mobile App Update Report - v1.0.2

COMPLETED:

Critical Fixes:

1. Performance Optimization
- Fixed app freezing issue during seed phrase import
- Significantly improved wallet creation and import speed
- Settings tab now loads instantly with immediate scroll capability
- Implemented lazy loading for resource-intensive elements
- Overall app responsiveness significantly improved

2. QR Code Implementation
- Implemented real, scannable QR code in Receive tab
- Fully functional QR generation for wallet addresses
- Automatic switching between QNet and Solana networks

3. UI/UX Improvements
- Unified styling across all tabs for consistency
- Enhanced clickable elements with visual feedback
- Improved activation code copying with visual hints

4. Cross-Device Compatibility
- Fixed layout issues on small screen devices
- All modals now properly scroll on any screen size
- Optimized seed phrase, node selection, and activation displays
8🔥6