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
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
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
🔥15⚡1❤🔥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
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👏3❤2⚡1
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
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
🔥17⚡2❤2👍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
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
🔥18❤3⚡1
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/
- 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/
GitHub
Commits · AIQnetLab/QNet-Blockchain
Post-Quantum Decentralized Network. Contribute to AIQnetLab/QNet-Blockchain development by creating an account on GitHub.
❤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/
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/
GitHub
Commits · AIQnetLab/QNet-Blockchain
Post-Quantum Decentralized Network. Contribute to AIQnetLab/QNet-Blockchain development by creating an account on GitHub.
🔥17❤1
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
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
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 blockchainBrowser 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
GitHub
Implement BIP44/SLIP-0010 HD wallet standard for QNet addresses · AIQnetLab/QNet-Blockchain@30a6640
- Transition QNet address generation to proper hierarchical deterministic (HD) derivation
- Use SLIP-0010 standard with custom coin type 9999' (m/44'/9999'/accountIndex&...
- Use SLIP-0010 standard with custom coin type 9999' (m/44'/9999'/accountIndex&...
🔥14❤2⚡1
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
Test tokens can be claimed here:
- Test Solana (SOL): https://devnetfaucet.org
- Test 1DEV tokens: https://aiqnet.io/testnet
www.devnetfaucet.org
Solana Devnet Faucet
Get devnet SOL for your Solana development projects
🔥5⚡3❤2👍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.
🔥8❤3⚡3👍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
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
Ready. Please update the application
https://play.google.com/store/apps/details?id=com.qnetmobile
https://play.google.com/store/apps/details?id=com.qnetmobile
❤9🔥1
This media is not supported in your browser
VIEW IN TELEGRAM
QNet Development Update
As I mentioned before, my current focus is on delivering a Minimum Viable Product (MVP). The core wallet functionality includes:
• Node activation
• Basic node monitoring
• Reward distribution
Current Progress:
Just completed mobile app v1.0.3 with QR code implementation. Fun fact: I rebuilt the entire mobile app from scratch in just 7 days after removing old templates - from zero to the version you saw in my demo video!
Latest additions:
• Real scannable QR codes in browser extension (v2.1.2 under review)
• QR codes in mobile app
• Wallet creation & import optimization
Next:
• Node tab performance optimization & final tweaks
• iOS app development
• Testnet launch with comprehensive testing of all node types and functionality
• Reward distribution implementation through apps
• QNet token transfers within the network (post-launch)
About Solana Integration:
Solana is used as a bridge network at this stage to attract users. The main focus remains on the QNet network.
Why MVP First?
I know there are many things that could be improved. But here's the reality: you can optimize forever. Yes, there are imperfections, but shipping a working product beats endless polishing.
Once iOS review is submitted, I'll focus on:
• Network testing
• Node activation for all types
• Reward system integration
As I mentioned before, my current focus is on delivering a Minimum Viable Product (MVP). The core wallet functionality includes:
• Node activation
• Basic node monitoring
• Reward distribution
Current Progress:
Just completed mobile app v1.0.3 with QR code implementation. Fun fact: I rebuilt the entire mobile app from scratch in just 7 days after removing old templates - from zero to the version you saw in my demo video!
Latest additions:
• Real scannable QR codes in browser extension (v2.1.2 under review)
• QR codes in mobile app
• Wallet creation & import optimization
Next:
• Node tab performance optimization & final tweaks
• iOS app development
• Testnet launch with comprehensive testing of all node types and functionality
• Reward distribution implementation through apps
• QNet token transfers within the network (post-launch)
About Solana Integration:
Solana is used as a bridge network at this stage to attract users. The main focus remains on the QNet network.
Why MVP First?
I know there are many things that could be improved. But here's the reality: you can optimize forever. Yes, there are imperfections, but shipping a working product beats endless polishing.
Once iOS review is submitted, I'll focus on:
• Network testing
• Node activation for all types
• Reward system integration
🔥11⚡4
QNet Mobile Wallet v1.0.4
1. Crash Prevention & Stability
- Added global error boundary to prevent app crashes
- Implemented graceful error recovery with user-friendly interface
- Enhanced error handling for JSON parsing and buffer operations
- Automatic corrupted data cleanup and recovery options
2. Performance Optimization
- Optimized Node tab with RPC request batching (5x faster)
- Implemented intelligent caching system with 30-second TTL
- Improved Settings scrolling from 1000ms to 16ms throttle (60 FPS performance)
- Removed rendering delays for instant tab loading
- Reduced blockchain transaction queries from 100+ to 10-50 with early exit
- Background synchronization runs every 30 seconds automatically
3. Node Management Improvements
- Fixed node type selection highlighting logic
- Selection state properly resets when switching tabs
- Improved activation code synchronization with automatic intervals
- Optimized blockchain activation checks with metadata priority
4. UI/UX Enhancements
- Fixed Settings tab scroll accessibility to reach Logout/Delete buttons
- Added proper padding and margins for full content scrolling
- Improved visual feedback for node type selection
- Enhanced scroll indicators and bounce effects
5. Data Management
- Proper cleanup of wallet data on wallet switch
- Activation codes, node metadata, and blockchain cache now clear correctly
Version 1.0.4 is now available for download at
https://play.google.com/store/apps/details?id=com.qnetmobile
1. Crash Prevention & Stability
- Added global error boundary to prevent app crashes
- Implemented graceful error recovery with user-friendly interface
- Enhanced error handling for JSON parsing and buffer operations
- Automatic corrupted data cleanup and recovery options
2. Performance Optimization
- Optimized Node tab with RPC request batching (5x faster)
- Implemented intelligent caching system with 30-second TTL
- Improved Settings scrolling from 1000ms to 16ms throttle (60 FPS performance)
- Removed rendering delays for instant tab loading
- Reduced blockchain transaction queries from 100+ to 10-50 with early exit
- Background synchronization runs every 30 seconds automatically
3. Node Management Improvements
- Fixed node type selection highlighting logic
- Selection state properly resets when switching tabs
- Improved activation code synchronization with automatic intervals
- Optimized blockchain activation checks with metadata priority
4. UI/UX Enhancements
- Fixed Settings tab scroll accessibility to reach Logout/Delete buttons
- Added proper padding and margins for full content scrolling
- Improved visual feedback for node type selection
- Enhanced scroll indicators and bounce effects
5. Data Management
- Proper cleanup of wallet data on wallet switch
- Activation codes, node metadata, and blockchain cache now clear correctly
Version 1.0.4 is now available for download at
https://play.google.com/store/apps/details?id=com.qnetmobile
🔥15
QNet Blockchain - Development Report
Mobile Application - iOS Adaptation Complete
iOS Platform Synchronization:
1. Full Android-to-iOS adaptation with complete feature parity
iOS Performance:
2. Eliminated scroll lag by throttling user activity events
Status:
iOS application fully functional, all features tested and working. Minor design refinements pending (layout adjustments in Activate and Settings sections). Ready for App Store preparation.
Next Steps:
- Design refinement for Activate and Settings sections layout
- Apple Developer Account registration and App Store submission preparation
3 commits, 22 files changed, +3,196/-906 lines
https://github.com/AIQnetLab/QNet-Blockchain/commits/testnet/
Mobile Application - iOS Adaptation Complete
iOS Platform Synchronization:
1. Full Android-to-iOS adaptation with complete feature parity
iOS Performance:
2. Eliminated scroll lag by throttling user activity events
Status:
iOS application fully functional, all features tested and working. Minor design refinements pending (layout adjustments in Activate and Settings sections). Ready for App Store preparation.
Next Steps:
- Design refinement for Activate and Settings sections layout
- Apple Developer Account registration and App Store submission preparation
3 commits, 22 files changed, +3,196/-906 lines
https://github.com/AIQnetLab/QNet-Blockchain/commits/testnet/
🔥11⚡3❤1
If you’re trying to download the Android app and it’s not working, please make sure you’ve sent me your email address at qnetquantumnetwork@gmail.com so I can add you to the private testnet group.
Download link: https://play.google.com/store/apps/details?id=com.qnetmobile
Download link: https://play.google.com/store/apps/details?id=com.qnetmobile
👍5🔥1
Development Report
QNet Wallet v1.0.7
ScrollView Touch Optimization:
- Enabled touch-based scrolling across all screens (16+ components)
- Fixed scroll accessibility on small screens for tabs, modals, registration
Node Tab Updates:
- Removed automatic activation, added manual activation flow
- Redesigned activation interface
- Implemented persistent state management
QNC Token Icon:
- Added local QNC token icon for mobile and browser extension
Node Activation Persistence:
- State stored in AsyncStorage with activation code and node pseudonym
- Automatic restore on wallet unlock (node type, activation code, pseudonym)
- Blockchain synchronization as fallback when local state unavailable
- Complete data cleanup on wallet import to prevent data leaks
- Deterministic pseudonym regeneration for imported wallets
Browser Extension
Loading Optimization:
- Non-blocking price fetch with 50-100ms timeout and fallback values
- Separated balance and price loading logic
- Multiple RPC fallback endpoints (7 primary + alternative APIs: SolScan, Helius, Blockchair)
- Fixed unlock state persistence between popup sessions
- Optimized cache: 30s for balances, 3s for zero values
Next Step
- Apple Developer Account setup and App Store submission
- 4 commits, 18 files modified
- +511 lines added, -198 lines removed
https://github.com/AIQnetLab/QNet-Blockchain/commits/testnet
QNet Wallet v1.0.7
ScrollView Touch Optimization:
- Enabled touch-based scrolling across all screens (16+ components)
- Fixed scroll accessibility on small screens for tabs, modals, registration
Node Tab Updates:
- Removed automatic activation, added manual activation flow
- Redesigned activation interface
- Implemented persistent state management
QNC Token Icon:
- Added local QNC token icon for mobile and browser extension
Node Activation Persistence:
- State stored in AsyncStorage with activation code and node pseudonym
- Automatic restore on wallet unlock (node type, activation code, pseudonym)
- Blockchain synchronization as fallback when local state unavailable
- Complete data cleanup on wallet import to prevent data leaks
- Deterministic pseudonym regeneration for imported wallets
Browser Extension
Loading Optimization:
- Non-blocking price fetch with 50-100ms timeout and fallback values
- Separated balance and price loading logic
- Multiple RPC fallback endpoints (7 primary + alternative APIs: SolScan, Helius, Blockchair)
- Fixed unlock state persistence between popup sessions
- Optimized cache: 30s for balances, 3s for zero values
Next Step
- Apple Developer Account setup and App Store submission
- 4 commits, 18 files modified
- +511 lines added, -198 lines removed
https://github.com/AIQnetLab/QNet-Blockchain/commits/testnet
🔥8⚡3❤2
This media is not supported in your browser
VIEW IN TELEGRAM
QNet Infrastructure & Mobile Development
Parallel development tracks: iOS application preparation for App Store publication and critical network infrastructure fixes for proper blockchain synchronization and consensus operation.
Network Infrastructure Updates
Block Processing
- Added Zstd decompression for microblocks and macroblocks before deserialization
- Fixed "io error" during block processing
- Implemented compressed data detection using magic bytes
Consensus & Peers
- Fixed active node counting to use validated Genesis registry
- Disabled reputation penalties during bootstrap phase (first 100 blocks)
Emergency Failover
- Implemented EMERGENCY_PRODUCER_FLAG mechanism for instant producer takeover
- Made current_producer mutable for dynamic reassignment
- Eliminated network deadlock when primary producer is unreachable
P2P Communication
- Synchronized get_discovery_peers() logic with get_validated_active_peers()
- Implemented base64 encoding for binary data (75% size reduction)
- Fixed empty peer addresses blocking block broadcasting
Synchronization
- Added sync_request_tx channel to forward block requests to storage layer
- Implemented O(1) peer address lookup using DashMap
- Added rate limiting: 10 requests per minute per peer
- Reused existing handle_sync_request method (no code duplication)
iOS App Preparation
- Version updated to 1.0.6 (build 7)
- Added Privacy denoscriptions (Camera, Photo Library, Face ID)
- Optimized layout for smaller screens
4 commits, 7 files changed, +322/-83 lines
https://github.com/AIQnetLab/QNet-Blockchain/commits/testnet
Parallel development tracks: iOS application preparation for App Store publication and critical network infrastructure fixes for proper blockchain synchronization and consensus operation.
Network Infrastructure Updates
Block Processing
- Added Zstd decompression for microblocks and macroblocks before deserialization
- Fixed "io error" during block processing
- Implemented compressed data detection using magic bytes
Consensus & Peers
- Fixed active node counting to use validated Genesis registry
- Disabled reputation penalties during bootstrap phase (first 100 blocks)
Emergency Failover
- Implemented EMERGENCY_PRODUCER_FLAG mechanism for instant producer takeover
- Made current_producer mutable for dynamic reassignment
- Eliminated network deadlock when primary producer is unreachable
P2P Communication
- Synchronized get_discovery_peers() logic with get_validated_active_peers()
- Implemented base64 encoding for binary data (75% size reduction)
- Fixed empty peer addresses blocking block broadcasting
Synchronization
- Added sync_request_tx channel to forward block requests to storage layer
- Implemented O(1) peer address lookup using DashMap
- Added rate limiting: 10 requests per minute per peer
- Reused existing handle_sync_request method (no code duplication)
iOS App Preparation
- Version updated to 1.0.6 (build 7)
- Added Privacy denoscriptions (Camera, Photo Library, Face ID)
- Optimized layout for smaller screens
4 commits, 7 files changed, +322/-83 lines
https://github.com/AIQnetLab/QNet-Blockchain/commits/testnet
🔥9❤1⚡1
This media is not supported in your browser
VIEW IN TELEGRAM
QNet Blockchain: One Month Since Token Launch
Today marks exactly one month since QNet token launched on PumpFun. Congratulations to our entire community.
Development started in early March 2025, with most of the work completed over 7 months. Initially planned for a one-month finalization period, the timeline extended due to major improvements in storage architecture and blockchain core.
iOS publication is still in progress. The system is being refined for flawless operation from launch. Recent architectural enhancements added complexity to the startup logic, requiring more detailed debugging.
We are close to the full testnet launch. I appreciate every member of our community and see the effort and energy you contribute. Thank you for your trust.
Development Statistics (Sept 23 - Oct 23, 2025):
Code & Commits:
• 86 commits merged to testnet
• +103,643 lines added / -18,327 removed
• 165 new files created
• 296 files total modified
Investment & Time:
• $5,600 in AI development assistance
• 30 working days with only 1 day off
• 8-14 hours daily work schedule
Major Deliverables:
Mobile App (v1.0.7):
• Android/iOS wallet with BIP39/BIP44/SLIP-0010
• 2-5x performance optimization
Browser Extension (v2.1.3):
• AES-256-GCM encryption
• QR code integration
Blockchain Core:
• Byzantine consensus improvements
• Emergency failover mechanism
• Genesis Block with quantum signatures
• P2P synchronization optimization
• Scalability for 10M+ nodes
Security & Infrastructure:
• 400+ comprehensive tests passed
• Critical attack protection
• Reputation system enhancements
• Storage architecture optimization
Tokenomics:
• 1DEV Phase 2 transition
• Updated burn model
• Node activation economics
Today marks exactly one month since QNet token launched on PumpFun. Congratulations to our entire community.
Development started in early March 2025, with most of the work completed over 7 months. Initially planned for a one-month finalization period, the timeline extended due to major improvements in storage architecture and blockchain core.
iOS publication is still in progress. The system is being refined for flawless operation from launch. Recent architectural enhancements added complexity to the startup logic, requiring more detailed debugging.
We are close to the full testnet launch. I appreciate every member of our community and see the effort and energy you contribute. Thank you for your trust.
Development Statistics (Sept 23 - Oct 23, 2025):
Code & Commits:
• 86 commits merged to testnet
• +103,643 lines added / -18,327 removed
• 165 new files created
• 296 files total modified
Investment & Time:
• $5,600 in AI development assistance
• 30 working days with only 1 day off
• 8-14 hours daily work schedule
Major Deliverables:
Mobile App (v1.0.7):
• Android/iOS wallet with BIP39/BIP44/SLIP-0010
• 2-5x performance optimization
Browser Extension (v2.1.3):
• AES-256-GCM encryption
• QR code integration
Blockchain Core:
• Byzantine consensus improvements
• Emergency failover mechanism
• Genesis Block with quantum signatures
• P2P synchronization optimization
• Scalability for 10M+ nodes
Security & Infrastructure:
• 400+ comprehensive tests passed
• Critical attack protection
• Reputation system enhancements
• Storage architecture optimization
Tokenomics:
• 1DEV Phase 2 transition
• Updated burn model
• Node activation economics
🔥13❤2🤝2⚡1