The same worker software is used for both hardware types.
Download the Cryptix Fusion software or app. Use CPU and/or GPU for distributed computing tasks. Preconfigured connections and addresses are handled by the auth server.
The same worker software is used for both hardware types.
The auth server handles configuration, addresses and connection targets automatically.
Additional routes exist through mmpOS and the All-in-One package.
CPU and GPU mining use the same software. The startup arguments are already configured, so it works on both Windows and Linux. All you need is your CryptixID. The auth server handles all configurations, addresses and connections automatically.
Ready-to-use BAT files are included. Insert your CryptixID and start the required mode.
The same worker can be started directly from the console with the required arguments.
Use your own CryptixID in the commands below.
| Mode | Command |
|---|---|
| CPU only | ./cryptix-fusion -u <cryptixID> --use-cpu |
| CPU with thread limit | ./cryptix-fusion -u <cryptixID> --use-cpu --threads=4 |
| NVIDIA GPU | ./cryptix-fusion -u <cryptixID> --use-gpu --use-nvidia |
| AMD GPU | ./cryptix-fusion -u <cryptixID> --use-gpu --use-amd |
| Mixed / OpenCL experimental | ./cryptix-fusion -u <cryptixID> --use-gpu --use-mixed |
Append a worker name with a dot, for example -u <cryptixID>.workercpu.
You can start the software twice on the same device: once with CPU only and once with GPU only. This allows both CPU and GPU jobs simultaneously.
The app executes CPU jobs and uses the smartphone CPU.
Use the package that matches the target platform.
| Package | Description | Link |
|---|---|---|
| Fusion Worker (Windows) | Standalone Windows package | Download |
| Fusion Worker (Linux) | Standalone Linux package | Download |
| Fusion Worker (HiveOS) | HiveOS package | Download |
| All in One Windows | Integrated Windows package | Download |
| mmpOS | Managed OS integration | Open repo |
| Source code | Repository | GitHub |
These points are already mentioned on the live page and remain relevant here.
If you receive an MSR error when using Fusion in the All in One, open the All in One as administrator. The standalone Windows Fusion worker must also be run as administrator for MSR on the CPU.
The worker is based on XMRig as a container with Cryptix-specific logic added on top. That includes thread detection, OpenCL/CUDA, HugePages and related base functions.
The worker arguments define the device path. The remaining work server and address configuration is fetched from the auth server.
Install the required runtime only for the selected hardware path.
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-ubuntu2004.pin
sudo mv cuda-ubuntu2004.pin /etc/apt/preferences.d/cuda-repository-pin-600
wget https://developer.download.nvidia.com/compute/cuda/12.4.0/local_installers/cuda-repo-ubuntu2004-12-4-local_12.4.0-550.54.14-1_amd64.deb
sudo dpkg -i cuda-repo-ubuntu2004-12-4-local_12.4.0-550.54.14-1_amd64.deb
sudo cp /var/cuda-repo-ubuntu2004-12-4-local/cuda-*-keyring.gpg /usr/share/keyrings/
sudo apt-get update
sudo apt-get -y install cuda-toolkit-12-4
sudo apt install -y ocl-icd-libopencl1 ocl-icd-opencl-dev opencl-headers clinfo
Use a custom wallet with the CryptixID and a custom miner package URL.
%WAL%.%WORKER_NAME%--use-cpu or --use-gpu --use-nvidiahttps://github.com/cryptix-network/cryptix-fusion/releases/download/v1.0.0/cryptix_fusion_v1_hive.tar.gz