Hasher custom miner for Hive OS
Version 4.1
===============================

This package contains Hive OS wrapper scripts only. It does NOT include the hasher miner binary.

1) Install this archive as Custom miner in Hive OS.
2) Put the real miner binary here on the rig:

   /hive/miners/custom/hasher/hasher

3) Make it executable:

   chmod +x /hive/miners/custom/hasher/hasher
   chmod +x /hive/miners/custom/hasher/h-*.sh

Flight Sheet example
--------------------

Miner: Custom
Custom miner name: hasher
Pool URL: fi.rabbitminer.cc:1901
Wallet and worker template: %WAL%.%WORKER_NAME%
Extra config arguments: --nvidia-ocl

Or, if you want to paste the full wallet.worker manually:

Wallet and worker template: 2a7c3728bfab6014b79b9205710f7ce902ea551d2d27.worker

The wrapper converts Hive fields into this miner command line:

  --pool <Pool URL> --wallet <Wallet and worker template> <Extra config arguments>

So your example becomes:

  --pool fi.rabbitminer.cc:1901 --wallet 2a7c3728bfab6014b79b9205710f7ce902ea551d2d27.worker --nvidia-ocl

Notes
-----

- No pool or wallet is hardcoded in this package.
- Worker is passed inside the --wallet string, e.g. wallet.worker.
- h-run.sh writes the miner console output to /var/log/miner/hasher/hasher.log using tee.
- h-stats.sh parses the latest "GPU status" table from that log.

Manual checks
-------------

Generate config:

  /hive/miners/custom/hasher/h-config.sh
  cat /hive/miners/custom/hasher/hasher.conf

Check log:

  tail -f /var/log/miner/hasher/hasher.log

Check parsed stats:

  /hive/miners/custom/hasher/h-stats.sh --print
