at home I have better performance than ewbf on my 1080.
but when I use it on my rig of 7x1070, the miner crashes after a few minutes and restarts, did you have this problem?
it seems faster than ewbf but see the stability.
me too... it is crashed on 3 X 1080ti Z170 system within 5 minutes.... and it used over 40% cpu power on my 4790K CPU with 32GB RAM.... While ZWBF used 2-3% only....
I do worry it have some hidden CPU mining program.... and I giveup and use back ZWBF already...
Post
Topic
BoardMining (Altcoins)
Re: [ANN] Bminer: a fast Equihash miner for CUDA GPUs
Tested it , Has the Hashrate boost as advertised but the cpu usage isn't worth it Pc becomes unresponsive as the cpu in by mining rig is only single core and miner crashes Things look brigher on my Regular Usage PC with a single card , Nice boost of around 10 -18% Can't say much more for now as only have run it for around a hour , Switiching back to zcoin mining as the power usage of lyra2z algo is really less anyways Good Work sir , Waiting for decrease in cpu usage
did you check any hidden CPU mining activities? :-) I don't see many people using this miner yet... worry it have some backdoor
Post
Topic
BoardMining (Altcoins)
Re: [ANN] Bminer: a fast Equihash miner for CUDA GPUs
Can anyone tell me what I should modify the mine.bat fiile??
@echo OFFREM Change the following address to your Zcash taddr. SET ADDRESS= SET USERNAME=%ADDRESS%.w SET POOL=asia1-zcash.flypool.org:3333 SET SCHEME=stratum START "Bminer: When Crypto-mining Made Fast" bminer.exe -uri %SCHEME%://%USERNAME%@%POOL%
I am new...
What I should change username and Scheme???
At least you have to set the address and the pool. the username is just the address + worker name like in your example %ADDRESS%.w where %ADDRESS% is the address variable and ".w" is the workername. the SCHEME depends on your pool. If you use ssl then just change to "stratum+ssl" otherwise it is fine. But I would remove the "START" because otherwise you are unable to see any error when the miner stops, because it will open a new window.
Thanks for reply!
p.s. Could you tell me what I should add in the batch file? If I want to use web browser to monitor it? I know I have to use the -api but I am not sure the syntax...
Thanks
Joe
Post
Topic
BoardMining (Altcoins)
Re: [ANN] Bminer: a fast Equihash miner for CUDA GPUs
by
lubu2
on 06/12/2017, 14:51:10 UTC
Thanks for your reply
one more question, I found some virus engine said it is a virus.... anyone tested???
Re: [ANN] Bminer: a fast Equihash miner for CUDA GPUs
by
lubu2
on 06/12/2017, 14:23:06 UTC
Hi,
Can anyone tell me what I should modify the mine.bat fiile??
@echo OFFREM Change the following address to your Zcash taddr. SET ADDRESS= SET USERNAME=%ADDRESS%.w SET POOL=asia1-zcash.flypool.org:3333 SET SCHEME=stratum START "Bminer: When Crypto-mining Made Fast" bminer.exe -uri %SCHEME%://%USERNAME%@%POOL%
I am new...
What I should change username and Scheme???
I know I need to change my taddr and pool
other than taddr and pool, what else I have to change??