Cryptix / Fusion Software

Cryptix Fusion Software

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.

Worker CPU and GPU

The same worker software is used for both hardware types.

Setup Cryptix ID required

The auth server handles configuration, addresses and connection targets automatically.

Platforms Windows, Linux, HiveOS

Additional routes exist through mmpOS and the All-in-One package.

Fusion Worker Software

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.

Windows

Ready-to-use BAT files are included. Insert your CryptixID and start the required mode.

Linux

The same worker can be started directly from the console with the required arguments.

Start Commands

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

Worker name

Append a worker name with a dot, for example -u <cryptixID>.workercpu.

CPU and GPU together

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.

Smartphones

The app executes CPU jobs and uses the smartphone CPU.

Downloads

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

Notes

These points are already mentioned on the live page and remain relevant here.

MSR permissions

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.

Worker base

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.

Configuration scope

The worker arguments define the device path. The remaining work server and address configuration is fetched from the auth server.

Linux and HiveOS setup examples

Install the required runtime only for the selected hardware path.

Linux / HiveOS NVIDIA (CUDA)

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

Linux / HiveOS AMD or mixed (OpenCL)

sudo apt install -y ocl-icd-libopencl1 ocl-icd-opencl-dev opencl-headers clinfo

HiveOS custom miner example

Use a custom wallet with the CryptixID and a custom miner package URL.

  • Create a custom wallet and set the CryptixID.
  • Create a custom flight sheet with the custom miner URL below.
  • Wallet template: %WAL%.%WORKER_NAME%
  • Extra args example: --use-cpu or --use-gpu --use-nvidia
https://github.com/cryptix-network/cryptix-fusion/releases/download/v1.0.0/cryptix_fusion_v1_hive.tar.gz