Author

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

jr. member
Activity: 108
Merit: 7
For people with NVIDIA cards specially those with GTX 1070 Ti.

Has someone tried the new drivers 397.31 released on the 25th of april? if so any improvements compared to previous version 391.35??

I have installed 391.35 and with 70%TDP, +200 clock and +700 memory I get 3090 average hashrate with 6 GTX 1070 Ti.

Thanks everyone
try 80% tdp +200 clock and +600 memory i get 3280 with 6x 1070ti

Thanks.

the problem with those settings is that you only get 190 hashrate more than I do but the power draw from the wall is much higher so the cost of electricity doesn´t compensate the increase hashrate.

with my settings power draw is 830W total. Whats yours?
copper member
Activity: 416
Merit: 105
For people with NVIDIA cards specially those with GTX 1070 Ti.

Has someone tried the new drivers 397.31 released on the 25th of april? if so any improvements compared to previous version 391.35??

I have installed 391.35 and with 70%TDP, +200 clock and +700 memory I get 3090 average hashrate with 6 GTX 1070 Ti.

Thanks everyone
try 80% tdp +200 clock and +600 memory i get 3280 with 6x 1070ti
jr. member
Activity: 108
Merit: 7
For people with NVIDIA cards specially those with GTX 1070 Ti.

Has someone tried the new drivers 397.31 released on the 25th of april? if so any improvements compared to previous version 391.35??

I have installed 391.35 and with 70%TDP, +200 clock and +700 memory I get 3090 average hashrate with 6 GTX 1070 Ti.

Thanks everyone
jr. member
Activity: 108
Merit: 7
Hi guys!

Any improvement on the hashrate and rejected shares in version 7 compared to 6.1? or still the same? Also, any improvement on the reported hashrate versus the pool hashrate? is it still way higher in the console than in the pool?

I have only tried version 6.1 and got too many rejected shares plus the hashrate as many reported already was much higher in the console than in the pool so I switched back to DSTM for the time being.

For realbminer, why 0.65% devfee for ethash and still 2% for Equihash? I honestly think you are doing a good job with the miner but still not as reliable as DSTM not faster at the moment and people with many problems to run it stable or to run it at all though you lower the devfee only for ETH.

thanks guys and thanks realbminer
legendary
Activity: 1018
Merit: 1001
Hi, V.7 linux release on Hiveos has some problem, GPU goes offline often.

Cheers W_M
jr. member
Activity: 200
Merit: 3
How to pass additional parameters in the password field?

Some pools, e.g. zpool allow to define additional mining settings in the password field. See an example below:

BMiner.exe -api 127.0.0.1:1880 -uri stratum://1GSq8txFsg1je6yL8t6S94mYdF8cGqVQJF:BLACKBOX,c=BTC@equihash.mine.zpool.ca:2142 -devices 0

Bminer throws an error:

invalid value "stratum://1GSq8txFsg1je6yL8t6S94mYdF8cGqVQJF:BLACKBOX,[email protected]:2142" for flag -uri: Invalid port in the URI
Bminer: When Crypto-mining Made Fast (v7.0.0-9c7291b)


Thanks for your feedback! Please refer to our sample usage page for examples of setting passwords in the command: https://www.bminer.me/examples/.

Here is a concrete example:
bminer -uri stratum://foo.w:[email protected]:17023
The command above will mine towards the username foo, worker name w and password pwd

Hello

This does not help me  Angry

This is what I tried - same error:
BMiner.exe -api 127.0.0.1:1880 -uri stratum://1GSq8txFsg1je6yL8t6S94mYdF8cGqVQJF.BLACKBOX:x,[email protected]:2142 -devices 0


Bminer still does not allow me to use ,c=BTC as part of password. Please fix.

Edit: As a workaround I encode the user & password parameters with '[System.Web.HttpUtility]::UrlEncode("StringToEncode")' (Powershell)
member
Activity: 461
Merit: 49
How to pass additional parameters in the password field?

Some pools, e.g. zpool allow to define additional mining settings in the password field. See an example below:

BMiner.exe -api 127.0.0.1:1880 -uri stratum://1GSq8txFsg1je6yL8t6S94mYdF8cGqVQJF:BLACKBOX,c=BTC@equihash.mine.zpool.ca:2142 -devices 0

Bminer throws an error:

invalid value "stratum://1GSq8txFsg1je6yL8t6S94mYdF8cGqVQJF:BLACKBOX,[email protected]:2142" for flag -uri: Invalid port in the URI
Bminer: When Crypto-mining Made Fast (v7.0.0-9c7291b)


Thanks for your feedback! Please refer to our sample usage page for examples of setting passwords in the command: https://www.bminer.me/examples/.

Here is a concrete example:
bminer -uri stratum://foo.w:[email protected]:17023
The command above will mine towards the username foo, worker name w and password pwd
jr. member
Activity: 200
Merit: 3
Documentation clarification requested

I found this table:

* Equihash   Stratum   stratum://
* Equihash   Stratum over SSL   stratum+ssl://
* Ethash   Stratum   ethash://
* Ethash   Stratum over SSL   ethash+ssl://
* Ethash   Ethereum Proxy   ethproxy://
* Ethash   Ethereum Stratum   ethstratum://

During my tests I found that 'ethash' and' ethash+ssl' do NOT work properly (tried mining Ethereum on NiceHash and MiningPoolHub as well as Musicoin on MiningPoolHub).
It is creating  DAGs over and over again...

[INFO] [2018-05-02T15:42:01+02:00] Received new job 422
[INFO] [2018-05-02T15:42:01+02:00] [D0] Creating DAG
[INFO] [2018-05-02T15:42:05+02:00] [D0] DAG has been created
[INFO] [2018-05-02T15:42:08+02:00] Received new job 423
[INFO] [2018-05-02T15:42:08+02:00] [D0] Creating DAG
[INFO] [2018-05-02T15:42:12+02:00] [GPU 0] Speed: 41.37 MH/s Temp: 69C Fan: 51% Power: 213W 0.19 MH/J
[INFO] [2018-05-02T15:42:12+02:00] Total 41.37 MH/s Accepted shares 0 Rejected shares 0
[INFO] [2018-05-02T15:42:12+02:00] [D0] DAG has been created
[INFO] [2018-05-02T15:42:17+02:00] Received new job 424
[INFO] [2018-05-02T15:42:17+02:00] [D0] Creating DAG
[INFO] [2018-05-02T15:42:21+02:00] [D0] DAG has been created
[WARN] [2018-05-02T15:42:39+02:00] Rejected share #4 ([21,"incorrect size of nonce"])
[INFO] [2018-05-02T15:42:42+02:00] [GPU 0] Speed: 42.92 MH/s Temp: 69C Fan: 52% Power: 212W 0.20 MH/J
[INFO] [2018-05-02T15:42:42+02:00] Total 42.92 MH/s Accepted shares 0 Rejected shares 1
[INFO] [2018-05-02T15:42:46+02:00] Received new job 425
[INFO] [2018-05-02T15:42:46+02:00] [D0] Creating DAG
[INFO] [2018-05-02T15:42:46+02:00] Received new job 426
[INFO] [2018-05-02T15:42:50+02:00] [D0] DAG has been created
[INFO] [2018-05-02T15:42:50+02:00] [D0] Creating DAG
[INFO] [2018-05-02T15:42:54+02:00] [D0] DAG has been created
[INFO] [2018-05-02T15:43:04+02:00] Received new job 427
[INFO] [2018-05-02T15:43:04+02:00] [D0] Creating DAG
[INFO] [2018-05-02T15:43:07+02:00] [D0] DAG has been created
[INFO] [2018-05-02T15:43:12+02:00] [GPU 0] Speed: 38.75 MH/s Temp: 70C Fan: 52% Power: 214W 0.18 MH/J
[INFO] [2018-05-02T15:43:12+02:00] Total 38.75 MH/s Accepted shares 0 Rejected shares 1
[INFO] [2018-05-02T15:43:12+02:00] Received new job 428


'Ethstratum' works for Ethereum (tested on NiceHash) and MusiCoin (tested on MininPoolHub). But how do I mine Ethereum Stratum over SSL ? There is no 'ethstratum+ssl'  Huh

Which parameters should be used to mine which algos / coins?
jr. member
Activity: 200
Merit: 3
How to pass additional parameters in the password field?

Some pools, e.g. zpool allow to define additional mining settings in the password field. See an example below:

BMiner.exe -api 127.0.0.1:1880 -uri stratum://1GSq8txFsg1je6yL8t6S94mYdF8cGqVQJF:BLACKBOX,c=BTC@equihash.mine.zpool.ca:2142 -devices 0

Bminer throws an error:

invalid value "stratum://1GSq8txFsg1je6yL8t6S94mYdF8cGqVQJF:BLACKBOX,[email protected]:2142" for flag -uri: Invalid port in the URI
Bminer: When Crypto-mining Made Fast (v7.0.0-9c7291b)
newbie
Activity: 54
Merit: 0
what are the experimental ethash rates?

there must have been a reason to include ethash. is it speed?
newbie
Activity: 61
Merit: 0
Can you provide us with a valid download link for the miner? I'd like to see if this is better than DSTM (faster or cheaper or both) The download links have not worked in a long time.

https://www.bminer.me/releases/

this is the download link
newbie
Activity: 10
Merit: 0
Can you provide us with a valid download link for the miner? I'd like to see if this is better than DSTM (faster or cheaper or both) The download links have not worked in a long time.
Download links work perfectly. I just grabbed all three current versions.
newbie
Activity: 22
Merit: 2
Can you provide us with a valid download link for the miner? I'd like to see if this is better than DSTM (faster or cheaper or both) The download links have not worked in a long time.
member
Activity: 461
Merit: 49
Newest version still won't run with 13 mixed nvidia 1060/1070 cards under windows 10.  I was hoping for an alternative to dstm.

Can you provide us more information, e.g. the total memory of your machine and the memory usage of Bminer?
Thanks, this will help us further investigate this issue.
member
Activity: 461
Merit: 49
We’re pleased to release Bminer 7.0.0. The release provides experimental supports for mining Ethereum.

Please see https://www.bminer.me for more details.

Happy mining!

i had error cuda 700 on 1070ti mining eth

Could you provide more information, like your OS and the pool you are mining to?
i use win 10 64bit at miningpoolhub, vga : evga 1070ti

Thanks, Do you have any screenshot of the problem/log for further investigation?
member
Activity: 461
Merit: 49
I for one, would like to see 13 cards supported with bminer.  I'm currently running the asrock pro h110 btc with a mixture of 1060's and 1070's and it will not run.  Just hard closes immediately upon launching.  This rig runs 13 cards just fine with efbw, dstm, claymore, phoenixminer and a lot of others, so it must just be a simple fix to enable.  My fees await your fix Smiley

Thanks for your feedback. Are you running on Windows? If possible, can you provide us more information, e.g. the total memory of your machine and the memory usage of Bminer before the error appears? This will help us further investigate this issue.
newbie
Activity: 61
Merit: 0
I for one, would like to see 13 cards supported with bminer.  I'm currently running the asrock pro h110 btc with a mixture of 1060's and 1070's and it will not run.  Just hard closes immediately upon launching.  This rig runs 13 cards just fine with efbw, dstm, claymore, phoenixminer and a lot of others, so it must just be a simple fix to enable.  My fees await your fix Smiley

Are you running on Windows?
full member
Activity: 235
Merit: 100
Newest version still won't run with 13 mixed nvidia 1060/1070 cards under windows 10.  I was hoping for an alternative to dstm.
member
Activity: 825
Merit: 18
MindMiner developer
Where is hashrate for eth mine?
jr. member
Activity: 37
Merit: 1
Not All Who Wander Are Lost
Can someone make an instruction on how to install and configure this program on ethOS?
Jump to: