Author

Topic: [ANN]Bminer: a fast Equihash/Ethash/Cuckaroo29z miner for AMD/NVIDIA GPUs 16.4.9 - page 162. (Read 148347 times)

newbie
Activity: 8
Merit: 0

Only because 2 scanner say that it is not clean does not mean that is is not clean. all big players say it is clean. Falcon is based on machine learning so you never can be sure if it is trained wrong and the other was just heuristic. But of course when you have a new virus with a new signature then you never can be sure. no scanner will find it when it uses random source code and vm/scanner detection etc.
newbie
Activity: 11
Merit: 0
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 Smiley
full member
Activity: 205
Merit: 100
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
newbie
Activity: 8
Merit: 0

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 Smiley

Joe
I did not test it but when you look into the documentation then just add the param "-api 127.0.0.1:1880" or if you do not want access local then "0.0.0.0:1880" or which ever network you have configured. "0.0.0.0" means all networks so there you have to take care more for security so that no other can access it. The port number after the ":" can be any but greater than 1000 if not already used.

Scanning a miner for virus/backdoor is not an easy task because most virus scanner mark programs as virus when they use crypto libraries and miner like monero for CPU are often used by hackers to earn money these days.
newbie
Activity: 64
Merit: 0
Support for Minex (MNX)?
MNX uses the MARS algorithm.

OMG its using Equihash with diffrent start params...
Quote
Coin parameters
Total amount: 19 000 000
Block rewards: 2.5
Hashing algorithm: Mars (Equihash based)
https://minexcoin.com/html/download/wpeng.pdf
+1 for MARS algo Wink
newbie
Activity: 27
Merit: 0
More miners is always good Smiley
Gonna try this one.
Hope you expand Bminer to include various equihash coins.
newbie
Activity: 11
Merit: 0
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???


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 Smiley

Joe
full member
Activity: 1148
Merit: 132
AMD or Intel platform ?
newbie
Activity: 11
Merit: 0
Thanks for your reply Smiley

one more question, I found some virus engine said it is a virus.... anyone tested???

CrowdStrike Falcon  malicious_confidence_100% (D)

McAfee-GW-Edition  BehavesLike.Win64.SuspiciousTrojan.wc

Sophos ML  heuristic

https://image.ibb.co/iFsB7w/vir.png
newbie
Activity: 8
Merit: 0
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???


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.
newbie
Activity: 11
Merit: 0
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??

Thanks for advance Smiley

Best Regards,
Joe Smiley
full member
Activity: 672
Merit: 154
Blockchain Evangelist.
A lot of CPU usage , 30% cpu usage of 8 core Xeon for 2x 1060 cards , thats alot ...

Typically, running 2 GPUs does not consume that much of CPU usage. Your CPU is a power one: Xeon 8 cores, so yes 30% is a way high.
I havent tested this miner yet, but I think the CPU usage will be even much more if we mine with 6 x GPUs or 8 x GPUs rather than that of only 2 x GPUs.
newbie
Activity: 8
Merit: 0
Unfortunately my CPU is at 100% always and a GTX 1060 @ around 240 Sol, but that can be because I have only a Celeron CPU and that is maybe too slow for your miner. But generally we need as less power as possible. If your app do not do other things than mining then please have a look for loops inside your source code, because a 100% CPU is often the result of a loop without a minimal sleep if you are using c or c++. That was tested on a fresh restarted server and the nvidia driver was also not blocking, tested with nvidia inspector. generally a miner would not need more than 10% for all. My watchdog written in Go do not need more than 1% and also get all data via nvml and looks a bit more readable:

http://preview.ibb.co/fopfjb/Screenshot.png
newbie
Activity: 64
Merit: 0
A lot of CPU usage , 30% cpu usage of 8 core Xeon for 2x 1060 cards , thats alot ...
newbie
Activity: 44
Merit: 0
Start mine.bat and nothing happen.

D:\miners\bminer\bminer-v2.0.0-24861a7>bminer -uri stratum://[email protected]:3333

D:\miners\bminer\bminer-v2.0.0-24861a7>                                                                                ↑


And that's all. What's wrong?
full member
Activity: 672
Merit: 154
Blockchain Evangelist.
So nice to have another miner compete with EWBF's and dstm's miner. Is there any plan to develop for AMD GPU?
I would like to use this miner if CPU usage could be less than 20% because I also use CPU to mine another coins.
newbie
Activity: 9
Merit: 0
So many equihash miners are coming lately..... with similar speeds ..... Wondering... are they all based on something similar in the back.
On CUDA?
member
Activity: 102
Merit: 11
So many equihash miners are coming lately..... with similar speeds ..... Wondering... are they all based on something similar in the back.
sr. member
Activity: 810
Merit: 444
Linux version?

Still ironing a couple issues out for the Linux version, please stay tuned.
Only interested by a linux version too.
Waiting, no problem.
Jump to: