Skip to content

primeosu/nhm-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nhm-plugins

Custom NiceHash Miner Plugins

On February 17, 2022, NiceHash announced that they will no longer support unsigned and unverified miners (https://www.nicehash.com/blog/post/nicehash-miner-ceases-support-for-unsigned-and-unverified-miners). This is my attempt to create custom NHM plugins to replace popular miners like GMiner and T-Rex.

Instructions

  1. Follow the NHM instructions to create a new empty user plugin: https://github.com/nicehash/NiceHashMiner/tree/master/doc/UserPlugins
    • Name your plugin the same as it is here (GMinerCustom, TRexCustom, etc). This isn't required but just for ease of use.
    • When editing the Devices.json file, make sure the miner_device_id matches correctly. This is not always the case when you have multiple GPUs. This will cause incorrect benchmarks, otherwise.
      • Enable Show GPU PCIe Bus IDs in NHM Advanced Settings to help verify.
    • STOP after editing the Devices.json file. The rest will be taken care of by this repo.
  2. Copy the contents over for the appropriate miner plugin.
  3. Update each miner's bins directory with the latest version of the miner (README in plugin folder has the download link).
  4. Start NiceHash Miner.

Notes

  • If getting "Unstable" miner statuses, try editing your General.json file with:
    "SwitchSmaTicksUnstable": {
      "Lower": 15,
      "Upper": 23
    },

Completed

TODO

References

About

Custom NiceHash Miner Plugins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published