Pages:
Author

Topic: BzMiner - Advanced Commercial Nvidia ETH Miner v2.6 release. 0.5% Dev fee (Read 1466 times)

jr. member
Activity: 122
Merit: 2
bzminer-v21.1.3b3

(Warthog: Optimized and fixed some stability issues. Warthog: Added CPU metrics. Warthog: new option warthog_cache_config default is 0. Warthog: option warthog_max_ram_gb is now a decimal. NOTE: Please wait 10-15 minutes for results to reach a balance and stabilize)


https://github.com/bzminer/bzminer/releases/tag/v21.1.3b3

I didn't get good results

ryzen9 7900 rx6700
ryzen51600 nvidia1660 super and 1660 ti

16gb ram and 8gb ram

in test results

bzminer v21.1.1

gave better results

The problem with v21.1.1 is

While accpool also works better

Woolypooly has little problem with 6 GB cards.

Maybe it can give better results on other hardware, I don't know.

thanks
bz.miner team

legendary
Activity: 1610
Merit: 1026
BzMiner v20.0.0

What's in this release (v20.0.0)
x Decred: Added pool support
x New coin: nexellia
x New coin: dint (DinarTether)
x New coin: Larissa

--- Dynex Notes ---

Fine tuning dynex_pow_ratio will likely give you better results than default settings
intensity option will adjust how much vram is allowed to be used
Intel ARC support still only for POW
-- dynex_pow_ratio --
Bz allows you to dedicate individual cards to either POW or POUW on Dynex using this option.

This is an array of values, one for each gpu

In config.txt , an example for 3 gpus would be "dynex_pow_ratio": [1.0, 1.0, 1.0]

In command line, and example for 3 gpus would be --dynex_pow_ratio 1.0 1.0 1.0

In hive, extra config args (notice the quotes around the array), an example for 3 gpus would be "dynex_pow_ratio": "[1.0, 1.0, 1.0]"

A value of 0.0 will mine ONLY POUW

A value of 1.0 (Default) will mine both POUW and POW. It will choose a POW ratio that matches POUW

A value of 2.0 will fully mine only POW. Any value higher than 1.0 will not mine POUW

A value between 0.0 and 1.0 will determine how much POW is mined, values closer to 1.0 will mine POW more intensely, while values closer to 0.0 will mine POW less intensely

A value between 1.0 and 2.0 will determine how intensely to mine ONLY POW

A statistic in the status column of the tables called "pow slip" will show you how much POW hashrate above or below the POUW hashrate you are doing. If below (-), you should increase your pow hashrate. If above, you are wasting resources doing unecessary POW hashrate and you should lower your POW hashrate. NOTE: It is not possible to be rewarded for POW hashrate above your POUW hashrate!

-- Dynex intensity --
The "intensity" option in Bz will determine how much vram to utilize to mine Dynex. a value of 64 (highest), will use all available ram, a value of 1 will use the minimum amount of ram. Default is 0 (converts to 64 internally)

https://github.com/bzminer/bzminer/releases/tag/v20.0.0

Check all links with first post from the developer!
legendary
Activity: 1610
Merit: 1026
BzMiner v19.2.1


-- What's in this release (v19.2.1 Hotfix)
x Dynex: reduced rejected shares
x Dynex: updated dynex_pow_ratio to be more predictable
x Dynex: dynex_pow_ratio 1.0 will not always give best results. Tune between 0.0 and 1.0 to find best efficiency
x Dynex: dynex_pow_ratio 2.0 will autotune, better hashrate/efficiency for pow


https://github.com/bzminer/bzminer/releases/tag/v19.2.1

Check all links with first post from the developer!
legendary
Activity: 1610
Merit: 1026
BzMiner v19.2.0

-- What's in this release (v19.2.0)
x Significant Dynex hashrate improvements for most cards (nvidia and amd)
x Fixed Nexa on nvidia cards
x Showing more Dynex stats to help tuning dynex_pow_ratio
x Zil defaults to epoch 1 now
x Other bug fixes
x Dynex oc's may likely need to be re-adjusted from other miners/previous versions

--- Dynex Notes ---

Fine tuning dynex_pow_ratio will likely give you better results than default settings
intensity option will adjust how much vram is allowed to be used
Intel ARC support still only for POW

https://github.com/bzminer/bzminer/releases/tag/v19.2.0

Check all links with first post from the developer!

legendary
Activity: 1610
Merit: 1026
Release v19.0.1 of BzMiner.

-- What's in this hotfix (v19.0.1)
Support for Karlsen on Intel arc
Fixed AMD on Karlsen
Other bug fixes

-- What's in this release (v19.0.0)
New coin: Karlsen (Supports solo mining without bridge)
For dynex, replaced pool hr column with pow hr
Added dynex_pow_ratio config option in the cfg column
Added support for dynex_pow_ratio option in hive*
zil uses epoch 1 by default (prevents initial dag recreation on first zil window)
-- dynex_pow_ratio --
For hive users, in extra config arguments, put the dynex_pow_ratio array in quotes, like:
"dynex_pow_ratio": "[1.0, 1.0, 1.0]"
https://github.com/bzminer/bzminer/releases/tag/v19.0.1

Check all links with first post from the developer!
legendary
Activity: 1610
Merit: 1026
BzMiner v18.0.0
New coin: Dynex (See notes below)
--- Dynex Notes ---

Nvidia POUW hashrate will be improved in later release
Intel ARC support for only POW
AMD mi25 and vega cards are not working in this release, will fix in hotfix shortly
-- dynex_pow_ratio --
Bz allows you to dedicate individual cards to either POW or POUW on Dynex using this option.

This is an array of values, one for each gpu

In config.txt (hiveos), an example for 3 gpus would be "dynex_pow_ratio": [1.0, 1.0, 1.0]

In command line, and example for 3 gpus would be --dynex_pow_ratio 1.0 1.0 1.0

A value of 0.0 will mine ONLY POUW

A value of 1.0 (Default) will mine both POUW and POW. It will choose a POW ratio that matches POUW

A value of 2.0 will fully mine only POW. Any value higher than 1.0 will not mine POUW

A value between 0.0 and 1.0 will determine how much POW is mined, values closer to 1.0 will mine POW more intensely, while values closer to 0.0 will mine POW less intensely

A value between 1.0 and 2.0 will determine how intensely to mine ONLY POW

A statistic in the status column of the tables called "pow slip" will show you how much POW hashrate above or below the POUW hashrate you are doing. If below (-), you should increase your pow hashrate. If above, you are wasting resources doing unecessary POW hashrate and you should lower your POW hashrate. NOTE: It is not possible to be rewarded for POW hashrate above your POUW hashrate!

https://github.com/bzminer/bzminer/releases/tag/v18.0.0

Check all links with first post from the developer!
legendary
Activity: 1610
Merit: 1026
BzMiner v18.0.0b4
New Coin: Dynex *beta*
x Added support for older AMD cards (580, vegas, 380, 470)
x Fixed the stack smashing error on linux rigs
- This is a very early beta, expect bugs~
- Nvidia hashrate is not fully optimized in this beta
- Special thanks to doktor from SRB for providing his AMD CN POW kernel
- Support for nvidia, amd polaris and later. Intel coming in later updates
https://www.bzminer.com/betas/v18.0.0b4/


The link to this site is in the official github
https://github.com/bzminer

Check all links with first post from the developer
copper member
Activity: 97
Merit: 2
Any plans to add P3D (3DPass)?
legendary
Activity: 1610
Merit: 1026
BzMiner v18.0.0b1
New Coin: Dynex *beta*
- This is a very early beta, expect bugs~
- Nvidia hashrate is not fully optimized in this beta
- Special thanks to doktor from SRB for providing his AMD CN POW kernel
- Support for nvidia, amd polaris and later. Intel coming in later updates
- It appears that polaris and vega cards are not working in this beta
https://www.bzminer.com/betas/v18.0.0b1/


The link to this site is in the official github
https://github.com/bzminer

Check all links with first post from the developer
legendary
Activity: 1610
Merit: 1026
BzMiner v17.0.0

-- What's in this release (v17.0.0)
New coin: decred (read decred.bat/.sh on how to mine)
Added support on Intel Arc GPUs for Decred, Rethereum
Intel enabled by default
Intel Arc support for decred, ironfish, alph, radiant rethereum, clore, xna, rvn, gamepass, neoxa and meowcoin,
Added option restart_on_reconnect
Fixed hive not liking http/https in the pool urls (https is used by default if protocol is not specified)
Fixed possible crash on Intel only rigs


https://github.com/bzminer/bzminer/releases/tag/v17.0.0
Check all links with first post from the developer
legendary
Activity: 1610
Merit: 1026
BzMiner v16.0.5

-- What's in this release (v16.0.5 hotfix)
Added rethereum + alph
Fixed rethereum + radiant duplicate/rejected radiant shares
Reduced stales on alph
Fixed rethereum + radiant auto intensity
Added intensity2 and intensity3 to config.txt (and hive)
Fixed --enable command line option

-- What's in this release (v16.0.3 update)
Slight improvement to rethereum
Slight improvement to rethereum + radiant
Fixed rethereum hung gpu/crashing on nvidia 10 and 20 series cards
Fixed rethereum + radiant hung gpu/crashing on nvidia 10 and 20 series cards
Fixed rethereum rejected shares

-- What's in this release (v16.0.2 update)
Optimized Algos:
rethereum
rethereum + radiant
+zil
ergo
ergo + radiant
etchash
ethw
octa
canxium
Fixed potential rethereum crash on rx580


https://github.com/bzminer/bzminer/releases/tag/v16.0.5
Check all links with first post from the developer
legendary
Activity: 1610
Merit: 1026
BzMiner v16.0.0

-- What's in this release (v16.0.0)
New coin: rethereum (1% dev fee)
New coin: canxium (0.5% dev fee)
-- Known Issues
If you run into issues allocating larger Nexa LUT on Nvidia cards, please update Nvidia drivers
Kawpow coins (rvn, clore, meowcoin, xna, neoxa) are broken on AMD cards. Will fix soon
Nvidia driver 530 - 535 have a bug that reports wrong clock frequencies. oc's should still be applied correctly. Please update to very latest nvidia driver (535 or higher) which appears to have fixed this bug
Currently the improved Ironfish hashrate is not supported while solo mining. This will be addressed in an upcoming update

https://github.com/bzminer/bzminer/releases/tag/v16.0.0
Check all links with first post from the developer
legendary
Activity: 1610
Merit: 1026
BzMiner v15.4.2

-- What's in this release (v15.4.2 hotfix)
Further optimized CPU usage
Fixed possible crash with +zil oc switching
Added zil_gpus option. List of gpu indexes for which gpus to mine zil on. If not specified all gpus will mine zil
Fixed rvn, xna, clore, meowcoin, and neoxa dag gen issues (crashes, out of mem)
Fixed 2miner, k1pool, f2pool on etc, octa and ethw

https://github.com/bzminer/bzminer/releases/tag/v15.4.2
Check all links with first post from the developer
member
Activity: 1558
Merit: 69
Gpu miners are dying.. Why do promote a software that will die in a couple of weeks..?

Nothing is dying, only no one is using your miner. Thats all.
sp_
legendary
Activity: 2884
Merit: 1087
Team Black developer
Gpu miners are dying.. Why do promote a software that will die in a couple of weeks..?
legendary
Activity: 1610
Merit: 1026
BzMiner v15.4.1

-- What's in this release (v15.4.1 hotfix)
Zil epoch 1 issue fixed
Improved time to zil window status
Fixed clore/xna rejected shares not showing
Fixed reconnection log
-- What's in this release (v15.4.0)
Added new coin: clore
Added new coin: xna (Neurai)
Fixed low zil, etc, ethw and octa hashrate
Increased dev fee for rvn, meowcoin, and neoxa to 1%
Fixed possible crash on startup
Fixed up some logging


https://github.com/bzminer/bzminer/releases/tag/v15.4.1
Check all links with first post from the developer
legendary
Activity: 1610
Merit: 1026
BzMiner v15.3.0

-- What's in this release (v15.3.0)
Significant improvement to +zil stability
Improved oc switching stability for +zil
Improved overall stability for multi mining (multi_mine_type parallel and alternate)
Updated logging
Displaying gpu causing driver crash when main loop not responding
Lowered default hung gpu threshold
Fixed rvn displaying wrong hashrate for AMD cards
Increased accuracy in http gui hashrate graph
Fixed Neoxa on minerpool
Fixed Nvidia metrics crashing when driver is not installed correctly
Fixed possible crash on exit


https://github.com/bzminer/bzminer/releases/tag/v15.3.0
Check all links with first post from the developer
newbie
Activity: 99
Merit: 0
May I ask if Bzminer can add the function of mining apepe on the GPU, please reply if you see it, thank you.

Hello everyone! I recently discovered a new interesting project (apepepow) that claims to be designed for the Monero (XMR) meme enthusiast community, developed by Monero developers. Is anyone interested in this project or has more information?It's an interesting meme coin for the Monero community. I would like to know what people think about this project?


New minable pow coin: apepepow (apepe)
Monroe community meme coin, the first privacy meme coin, Monero developers, no pre-mining, no ICO, fair mining, let apepepow make pepe again
Algorithm: memehash
Web site: https://apepepow.com
Blocks the browser: https://scan.apepepow.com
Mining Pool:: https://ekapool.com/apepe/
bitcointalk:https://bitcointalk.org/index.php?topic=5455236.0
Discord: https://discord.gg/s5ZgwcnGzT
github:https://github.com/APEPEPOW/APEPEPOW
cpuminer-memehash:https://github.com/APEPEPOW/cpuminer-memehash
legendary
Activity: 1708
Merit: 1615
#SWGT CERTIK Audited
Release v15.2.1 of BzMiner.

Significant Ergo efficiency improvement (Nvidia)
Minor improvement to Nexa hashrate (Nvidia)
Significant hashrate/efficiency improvement to: ergo + radiant
Significant hashrate/efficiency improvement to: ergo + kaspa
Improved zil stability when switching OC's
Improved overall dual+ mining stability
Added pool hr percentage relative to miner hr
Fixed Nexa extranonce for some pools
Added option zil_retain_hashrate to keep last zil hashrate showing in miner
Added option cache_dag for ergo to precalculate the next ergo dag
Reduced ergo + rxd/kaspa startup time
Improved dual mining auto intensity feature
NOTE: dual rxd will not work in this release, a fix for this will be released shortly

NOTE: Currently the improved Ironfish hashrate is not supported while solo mining. This will be addressed in an upcoming update
legendary
Activity: 1610
Merit: 1026
BzMiner v15.2.0


-- What's in this release (v15.2.0)
Improved Ironfish efficiency (Nvidia)
Improved Radiant efficiency (Nvidia & AMD)
Fixed Nvidia fan speeds on windows for some cards (10 series)
NOTE: dual rxd will not work in this release, a fix for this will be released shortly

NOTE: Currently the improved Ironfish hashrate is not supported while solo mining. This will be addressed in an upcoming update


https://github.com/bzminer/bzminer/releases/tag/v15.2.0
Check all links with first post from the developer
Pages:
Jump to: