Skip to content

BzMiner v11.1.0

Compare
Choose a tag to compare
@bzminer bzminer released this 15 Sep 06:21
· 91 commits to main since this release
8e8fa72

Release v11.1.0 of BzMiner. All feedback is welcome ;)

What's in this release (v11.1.0)

  • New coin: Zil (0% dev fee)
  • Triple Mining with Zil + any dual combo (Using flexpool's ZMP protocol)
  • Dual Mining with Zil + any algo (Using flexpool's ZMP protocol)
  • Partial Chinese translation
  • Added lang option (en or cn)
  • Added force_algo2 option
  • Renamed column option miner mh to miner_hr
  • Renamed column option pool mh to pool_hr
  • Fixed duplicate shares on large rigs
  • Simplified readme
  • Added readme_cn.txt for chinese
  • (minor) AMD Kaspa improvements

What's in this release (v11.0.3 Hotfix)

  • Fixed dual Kaspa duplicate shares
  • Fixed Ergo on AMD taking too long to generate DAG
  • Fixed empty worker name not using a default
  • Lowered default time for hung gpu, hung_gpu_ms
  • Fixed Rejeced shares watchdog
  • Added oc_reset_on_exit option
  • Added --nc 1 to all script files (do not write to config by default)
  • Fixed BzMiner exit taking too long

What's in this release

  • New coin: Ergo (0.5% dev fee)

  • New coin: Neoxa (0.5% dev fee)

  • New dual: Ergo + Kaspa (Nvidia only)

  • Improved Kaspa AMD performance (AMD, THANKS WOLF!)

  • Improved Overall AMD performance on all algos

  • Replaced kawpow with rvn. (kawpow still works for backwards compatibility)

  • Now supports both Kaspa pool protocols (and still solo mining)

  • Network stability updates

  • Updated tbs_watchdog to support time since last share rather than based on estimated tbs

    • by default, will use est. tbs percentage before watchdog is triggered (value of 100 would be 100x ext before watchdog is triggered)
    • appending s, m, h, or d will result in tbs only triggering after no shares found for specified amount of time
    • eg. "tbs_watchdog": "2.5m" will cause tbs watchdog to trigger if no shares found for 2.5 minutes
  • Updated uptime format (removed seconds)

  • Updated status column, put LHR in parenthesis

  • Added tsls column option, time since last share

  • Reset overclocks on exit

  • Added opencl_workgroup_size option

  • Added console inputs:

    • Esc : Shutdown BzMiner
    • Space : Refresh console output
    • Arrow Keys : Adjust intensity (up/down first algo, left/right second algo)
  • Fixed system time change causing mainloop to not respond

  • Fixed multi mining issue with reconnecting one pool causes all pools to reconnect

  • Fixed extra nonce issue on some algos

  • Fixed BzMiner exit sequence

  • EXPERIMENTAL: Timings (very experimental, and probably buggy)

    • Replaced log_device_timings with advanced_device_timings
    • Shows timings table (Nvidia Only)
    • Some timings may be incorrect, this will be fixed in a future release
    • stores timings in config.txt in device_overrides
    • Can set all timings by setting set_timings to true. THIS MAY NOT WORK! (only works for nvidia 10 series currently, but working on later cards!)
    • Example output:
"timings": {
    "set_timings": true,
    "rc": 98,
    "ras": 61,
    "rcdrd": 39,
    "rcdwr": 31,
    "faw": 20,
    "rp": 37,
    "wr": 40,
    "cl": 31,
    "ccdl": 3,
    "ccds": 2,
    "ref": 4,
    "rrd": 5
} 

Downloads

  • bzminer_v11.1.0_windows.zip includes the CLI for windows
  • bzminer_v11.1.0_linux.tar.gz includes the CLI for Linux

Ubuntu 16.04 (requires Cuda 11.2 install). Only use if on Ubuntu 16.04

  • bzminer_v111.0_ubuntu_1604.tar.gz includes the CLI for Linux

Checksums

bzminer_v11.1.0_windows.zip:

MD5: 6d913f8a899a19d809518c0adf2ce33b
SHA256: 6fa6469311898ce71f4384a8e0dc58f9252e8dcf2cef966c6d80c63e41fdc106

bzminer_v11.1.0_linux.tar.gz:

MD5: 51381d378d56e22c96ec46ee7262cd5c
SHA256: 57987e885e167b3ea4546c15bcea80ceaebdd4569ccaa277533897c95d503e5c

bzminer_v11.1.0_ubuntu_1604.tar.gz: (Not yet available, 16.04 build pc temporarily down)