Last updated: 2 months ago
Posted on: 2026-06-04 00:16

How to setup PearlPow mining on HiveOS


HiveOS is an operating system which main task is to provide the user with a convenient interface for mining crypto-currency on CPU/GPU rigs and ASIC miners while managing them by using a web interface. 🙂


Setting up the Flighsheet for PearlPow mining


First go to Hive OS farm, the page where all your workers are displayed and click on the Flight Sheets tab.


Then, just copy the flight sheet JSON below:


{
  "name": "LP_PEARL_SRBMINER",
  "isFavorite": false,
  "items": [
    {
      "coin": "PEARL",
      "pool_ssl": false,
      "pool_urls": [
        "pearlpow.unmineable.com:3333"
      ],
      "dpool_ssl": false,
      "miner": "custom",
      "miner_alt": "srbminer_custom",
      "miner_config": {
        "url": "pearlpow.unmineable.com:3333",
        "algo": "pearlhash",
        "pass": "x",
        "miner": "srbminer_custom",
        "template": "%WAL%",
        "install_url": "https://github.com/doktor83/SRBMiner-Multi/releases/download/3.3.4/srbminer_custom-3.3.4.tar.gz",
        "user_config": "--algorithm-gpu pearlhash --wallet %WAL% --worker %WORKER_NAME% --pool pearlpow.unmineable.com:3333"
      },
      "pool_geo": []
    }
  ]
}


And click on Import from Clipboard button located below the "Name" field of the Flightsheet.


Wallet setup


The wallet can be created beforehand in the "Wallet" section of your dashboard, or directly while creating the flight sheet.


To create it during this step, click on the "Add wallet" button and complete the fields with your information:


Address: YourAlias.YourWorkerName

Name: (In this field you can enter the name of your choice; it's only to identify your wallet on Hiveos.)


Make sure to replace YourAlias and YourWorkerName with your actual values before running the miner.


Once everything is configured, save the flight sheet and run it on your workers.


Some things to consider


Accounts are now available and make mining significantly more flexible!


As part of this update, using an Alias is now the preferable way to start mining. This allows you to better manage your activity and distribute your hashrate across our supported coins with greater control.


If you haven’t created an Account yet, you can easily do so through our website.


AMD GPUs are not compatible with PearlPow due to the specific architectural requirements of the algorithm. PearlPow is optimized for certain instruction sets and memory handling patterns that are more efficiently executed on supported NVIDIA GPUs. On AMD cards, and even on some older NVIDIA generations, the algorithm cannot run efficiently, resulting in very low performance. Because of this limitation, these GPUs are not supported for PearlPow mining.

If you have any issue, question or suggestion contact us here:


Email (Official Support Channel)
X (formerly Twitter)
Instagram
Beware of impersonators, we have no official Telegram or Discord channels.

Back to top