Skip to content

Open Pearl Miner v1.9.1. Fix continuous mining

Latest

Choose a tag to compare

@neilquicks neilquicks released this 06 Jul 15:20

Open Pearl Miner v1.9.1 Public release

Main: fix continuous mining and AMD cards performance

What new

  • mine_job now processes each job continuously. A pool job only defines the key (derived from the block header) and the target, while the A and B matrices are generated by the miner from a fresh Philox seed. As a result, a single job becomes an effectively endless stream of unique grids. The miner repeatedly generates a new grid and continues scanning the same job_id without any idle time, submitting every qualifying tile it finds. Mining only switches to a different job when a newer pool job arrives or when a scheduled dev-fee wallet rotation occurs.
  • Corrected the TH/s display

Custom miner for HiveOS now available