Skip to content

Releases: brian112358/sgminer-x16r

v0.4.0

29 Mar 19:38
Compare
Choose a tag to compare

Added x16s support.

Also made "Switching algo order" less verbose.

Added Linux release. For Linux release, you'll need the following dependencies:

sudo apt install libncurses5-dev libcurl4-openssl-dev

v0.3.1-dev

20 Mar 06:26
Compare
Choose a tag to compare
v0.3.1-dev Pre-release
Pre-release
  • Restored warning that OpenCL kernels would take several minutes to compile the first time.
  • Set default work size to 256 for x16r kernel.
  • Fixed bug in x16r whirlpool kernel which occasionally caused HW errors due to uninitialized memory. This should increase your poolside hashrate from earlier versions.

v0.3.0-dev

16 Mar 20:37
Compare
Choose a tag to compare
v0.3.0-dev Pre-release
Pre-release
  • Upgraded fork base to sgminer-gm 5.5.6. (Cryptonight algo is disabled due to not building on Windows 32-bit)
  • No longer sets arguments for unused kernels in the current algo sequence.

v0.2.1.1-dev

11 Mar 07:32
Compare
Choose a tag to compare
v0.2.1.1-dev Pre-release
Pre-release

Added warning that kernel compilation may take a few minutes on the first startup.

v0.2.1-dev

08 Mar 00:30
Compare
Choose a tag to compare
v0.2.1-dev Pre-release
Pre-release
  • Added a --benchmark-sequence option to hardcode the algo order. A consistent algo order is useful for testing the hashrates of particular algorithms in the x16r sequence, or for tuning GPU or sgminer settings to optimize hashrate. For example, setting --benchmark-sequence=0123456789ABCDEF will run all the x16r algos once. You can find the particular algorithms for each hex digit here.

v0.2.0

07 Mar 09:46
Compare
Choose a tag to compare
  • Kernels are no longer reloaded when the algo order changes. This reduces the overhead in switching the algo order.
  • Stats (such as average hashrate) are no longer cleared when the algo order changes.

v0.1.1

06 Mar 23:46
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

Made some basic optimizations to the x16r kernel (unrolling loops, etc).

Initial Windows Build

06 Mar 08:04
Compare
Choose a tag to compare
Initial Windows Build Pre-release
Pre-release

Initial Windows build.