HEX-CHAIN Tutorials

Learn the HEX-CHAIN project systematically.
Master it from basics to advanced with step-by-step tutorials and quizzes.

Learning Paths

Choose a learning path that matches your level

Beginner

Getting Start

Learn the basic concepts and structure of the HEX-CHAIN

6 Tutorials
30 min
Start Learning
Intermediate

HEX-KEY & HEXK-Pool

Learn how to use the programs and participate

5 Tutorials
1 hour
Start Learning
Advanced

Technical

Learn core technologies and algorithms

4 Tutorials
1 hour
Start Learning
Beginner Tutorials

Basic learning for those new to HEX-CHAIN

01

Understanding the HEX-CHAIN Project

20 min Beginner

Learn HEX-CHAIN's goals and vision, and the meaning of redefining Bitcoin/Ethereum ecosystems.

Project Vision Basic Concepts Ecosystem
02

Understanding 64-Digit Hexadecimal Key Space

25 min Beginner

Learn about the 64-digit hexadecimal raw key space where Bitcoin and Ethereum wallet-keys exist.

Key Space Private Key Wallet Address
03

Three Core Mechanisms

30 min Beginner

Understand the roles and interactions of HEXK token, HEXK-Pool, and HEX-KEY program.

HEXK Token HEXK-Pool HEX-KEY
04

HEXK Token Economy

20 min Beginner

Learn how to acquire HEXK tokens, reward distribution mechanisms, and reasons for choosing Solana.

Token Rewards SOL-based
05

Principles of Wallet-Key Scanning

25 min Beginner

Understand the basic principles of wallet address and private key generation, and target matching methods.

Scan Principles Matching Algorithm
06

CPU-based Computing Structure

20 min Beginner

Learn the structure and performance of the current CPU-based version, and the future GPU acceleration version roadmap.

CPU Computing Performance Roadmap
Intermediate Tutorials

Advanced learning on how to use HEXK-Pool and HEX-KEY programs

01

HEXK-Pool Installation and Setup

35 min Intermediate

Learn how to download and install the HEXK-Pool program and connect your Solana wallet.

HEXK-Pool Installation Wallet Connection
02

Participating in HEXK-Pool Scanning

40 min Intermediate

Learn how to participate in real-time scanning, reward claiming process, and checking statistics.

Real-time Scan Rewards P2P Network
03

Purchasing and Installing HEX-KEY Program

30 min Intermediate

Learn how to purchase the HEX-KEY program with HEXK tokens or USDT and install it.

HEX-KEY Purchase Installation
04

Configuring HEX-KEY Scan Modes

35 min Intermediate

Learn sequential and random scan modes, target list management, and database configuration methods.

Scan Modes Target List DB Settings
05

Managing Discovered Wallets and Security

40 min Intermediate

Learn how to manage discovered balance-holding wallets, private key security, and safe asset transfer methods.

Wallet Management Security Asset Transfer
Advanced Tutorials

Master core technologies and optimization techniques of HEX-CHAIN

01

secp256k1 Elliptic Curve Operations

60 min Advanced

Learn the technical principles of secp256k1 elliptic curve cryptography used in BTC/ETH wallet address generation.

secp256k1 Elliptic Curve Cryptography
02

Bloom Filter Optimization

70 min Advanced

Learn the structure and optimization of Bloom Filter algorithm that ultra-fast compares 1 billion target addresses.

Bloom Filter Optimization Hashing
03

Multithreaded Parallel Programming

60 min Advanced

Master multithreaded and parallel programming techniques that maximize CPU core utilization.

Multithreading Parallelization CPU Optimization
04

GPU Acceleration Architecture (Upcoming)

90 min Advanced

Learn the architecture, CUDA programming, and performance optimization of the future GPU acceleration version.

GPU CUDA Acceleration