QNET – Telegram
QNET
336 subscribers
27 photos
10 videos
66 links
Quantum Blockchain
Download Telegram
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
Need to wait a bit
🔥6
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
🔥114