Bitcoin Forum
May 05, 2024, 02:48:12 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [17] 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 ... 164 »
  Print  
Author Topic: [ANN]Bminer: a fast Equihash/Ethash/Cuckaroo29z miner for AMD/NVIDIA GPUs 16.4.9  (Read 148390 times)
mejutty
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
January 14, 2018, 12:45:54 PM
 #321

I have 3 pc's and 1 will not run bminer it just sits there for about 3 seconds shows now output on screen then just exits.  Anything I can do to see why it's just not starting or even throwing an error??  It just the other 2 equihash miners just fine.

Can you please show the screenshots or logs? Thanks.



im running in windows litteraly the dos box is blank no output.  where and how is a log generated?
1714920492
Hero Member
*
Offline Offline

Posts: 1714920492

View Profile Personal Message (Offline)

Ignore
1714920492
Reply with quote  #2

1714920492
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714920492
Hero Member
*
Offline Offline

Posts: 1714920492

View Profile Personal Message (Offline)

Ignore
1714920492
Reply with quote  #2

1714920492
Report to moderator
MeistroUK
Member
**
Offline Offline

Activity: 68
Merit: 10


View Profile
January 14, 2018, 01:44:07 PM
 #322

v5 is working good for me with btg... Slightly faster than dstm and doesn't keep randomly stopping for couple secs like the other one does too. CPU usage is down too from previous builds which is why i didn't use it but will now
Quarx2k
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
January 14, 2018, 03:08:07 PM
 #323

Very good miner, but not reconnects to pool after internet recoonect. Just stop sumbit shares... (win, latest version).
Rexheyi
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
January 14, 2018, 06:32:39 PM
 #324

Someone creates a .Bat with these parameters.

STRATUM:   stratum+tcp://btg.suprnova.cc
PORT:   8816
Username: master0.slave0
Password:   masterslave00

I would love to use it, but I have tried everything and I can not use it.
fourthandshort
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
January 14, 2018, 07:15:48 PM
 #325

Someone creates a .Bat with these parameters.

STRATUM:   stratum+tcp://btg.suprnova.cc
PORT:   8816
Username: master0.slave0
Password:   masterslave00

I would love to use it, but I have tried everything and I can not use it.

I used the following and it works like a charm.

@echo OFF

REM Change the following address to your Zcash taddr.
SET ADDRESS=*My Wallet*
SET USERNAME=master0.slave0:masterslave00
SET POOL=btg.suprnova.cc:8816
SET SCHEME=stratum+ssl

START "Bminer: When Crypto-mining Made Fast" bminer.exe -uri %SCHEME%://%USERNAME%@%POOL% -api 127.0.0.1:1880

I think you needed to add the +ssl to your scheme.  I was getting an authentication error until I did that.
Kansalis
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
January 14, 2018, 07:36:45 PM
 #326

Does anyone have information how to use this on altminer? I tried what I figured would be the correct commandline but get this error:

panic: interface conversion: interface {} is []interface {}, not string
[WARN] [2018-01-14T19:37:18Z] Miner died! It will be restarted soon...

I'm starting it with this: bminer -uri stratum://wallet.workername:x@eu1.altminer.net:10000 -api 127.0.0.1:1880

NameTaken
Hero Member
*****
Offline Offline

Activity: 630
Merit: 502


View Profile
January 14, 2018, 07:40:22 PM
 #327

Does anyone have information how to use this on altminer? I tried what I figured would be the correct commandline but get this error:

panic: interface conversion: interface {} is []interface {}, not string
[WARN] [2018-01-14T19:37:18Z] Miner died! It will be restarted soon...

I'm starting it with this: bminer -uri stratum://wallet.workername:x@eu1.altminer.net:10000 -api 127.0.0.1:1880


That url and port is for NeoScrypt. This miner is for Equihash.
fourthandshort
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
January 14, 2018, 07:43:31 PM
 #328

I have 3 pc's and 1 will not run bminer it just sits there for about 3 seconds shows now output on screen then just exits.  Anything I can do to see why it's just not starting or even throwing an error??  It just the other 2 equihash miners just fine.

Can you please show the screenshots or logs? Thanks.



im running in windows litteraly the dos box is blank no output.  where and how is a log generated?

Try taking out the START command and just have the bminer.exe followed by the references. 

You can add a pause after that and it will show you the error.  I had to mess around a bit to get it to show me what I was doing wrong.
Rexheyi
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
January 14, 2018, 10:37:53 PM
 #329

Someone creates a .Bat with these parameters.

STRATUM:   stratum+tcp://btg.suprnova.cc
PORT:   8816
Username: master0.slave0
Password:   masterslave00

I would love to use it, but I have tried everything and I can not use it.

I used the following and it works like a charm.

@echo OFF

REM Change the following address to your Zcash taddr.
SET ADDRESS=*My Wallet*
SET USERNAME=master0.slave0:masterslave00
SET POOL=btg.suprnova.cc:8816
SET SCHEME=stratum+ssl

START "Bminer: When Crypto-mining Made Fast" bminer.exe -uri %SCHEME%://%USERNAME%@%POOL% -api 127.0.0.1:1880

I think you needed to add the +ssl to your scheme.  I was getting an authentication error until I did that.



Thanks, looks like it worked !!!
realbminer (OP)
Member
**
Offline Offline

Activity: 461
Merit: 49


View Profile WWW
January 15, 2018, 01:46:34 AM
 #330

The version 5.1.0 has released:

  • Support NiceHash.
  • Fix unstable network connections in 5.0.0.
  • Fix performance regressions for 1080Ti under Linux.

Enjoy mining!

When Crypto-mining Made Fast. @realbminer on TWTR
LoraineLY
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
January 15, 2018, 03:56:10 AM
 #331

I am currently using ewbf. Is this one faster? How about dstm?

Could anyone tell me which equihash miner is the fastest one? ewbf, dstm, or bminer?
Vann
Hero Member
*****
Offline Offline

Activity: 1036
Merit: 606



View Profile
January 15, 2018, 04:07:23 AM
 #332

This miner just keeps getting better. ~1100 H/s with a 1080 and a 1070 @ 300-310 W. About 10 H/s better than v5.0. Thanks for the update. Smiley




Thebdl
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
January 15, 2018, 04:21:11 AM
 #333

I take a sit and I will report my rig stats  Wink
Jsorrentino
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
January 15, 2018, 04:36:20 AM
 #334

The version 5.1.0 has released:

  • Support NiceHash.
  • Fix unstable network connections in 5.0.0.
  • Fix performance regressions for 1080Ti under Linux.

Enjoy mining!

Was the retries timeout fixed where it was not exiting as it should?

Also, AwesomeMiner is not compatible because you are not supporting the necessary interface commands, you can talk to the devs there by emailing info@awesomeminer.com.

His reply to me was "Bminer has at least an API from what I can see, but it's not supported by Awesome Miner right now."

Thanks.
Rexheyi
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
January 15, 2018, 06:05:33 AM
 #335

Does it work with nicehash GUI?
realbminer (OP)
Member
**
Offline Offline

Activity: 461
Merit: 49


View Profile WWW
January 15, 2018, 06:37:38 AM
 #336

Thanks everybody for the feedback. The 5.0.0 version has been released:

  • Minor performance improvement for GTX 1060.
  • Fixed performance regressions in 4.0.0 on Windows.
  • Optimization on the networking layer.
  • Show GPU ID in case of hardware errors.
  • Introduced the option -no-timestamps which suppresses the timestamps in the logging messages.

Happy mining!

You should probably put the Version number in the subject of this thread so ppl know easily when you update your miner.
e.g. [ANN] Bminer (v5.0): a fast Equihash miner for CUDA GPUs

That way ppl wont have to look at page 1 or 13 everytime to figure out if there's been an update.

Good job on bringing new versions I havent tested it yet but the last one didnt work for me. Will do so over the weekend.

Thanks for the suggestions. I made the changes.

When Crypto-mining Made Fast. @realbminer on TWTR
SPEC1AL1ST
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
January 15, 2018, 07:33:42 AM
 #337

The version 5.1.0 has released:

  • Support NiceHash.
  • Fix unstable network connections in 5.0.0.
  • Fix performance regressions for 1080Ti under Linux.

Enjoy mining!
It actually shows all sols computed by the bminer. Note that the number remains the same even the devfee is turned off (which does not submit devfee shares but it disables *quite a few* optimizations).
Im curious what these optimizations do?

1) You can add GPU temps on miner window?
2) You can add colors to miner window for best reading?
sir_blacks
Jr. Member
*
Offline Offline

Activity: 119
Merit: 3


View Profile
January 15, 2018, 08:20:40 AM
 #338

The version 5.1.0 has released:

  • Support NiceHash.
  • Fix unstable network connections in 5.0.0.
  • Fix performance regressions for 1080Ti under Linux.

Enjoy mining!

New version same thing: Miner it use 2 extra internet connection 100% of time beside mining pool & appi so agen i will say pass on using this miner

Code:
bminer.exe	TCP 	104.31.68.221		https
bminer.exe TCP gre14.anti-ddos.pro 6633
Coin++
Sr. Member
****
Offline Offline

Activity: 810
Merit: 444


View Profile
January 15, 2018, 10:08:58 AM
 #339

The version 5.1.0 has released:

  • Support NiceHash.
  • Fix unstable network connections in 5.0.0.
  • Fix performance regressions for 1080Ti under Linux.

Enjoy mining!
Are you sure for the increase hashrate ?
I use GTX 1080Ti under Linux (Ubuntu 16.04) and I've not seen any hashrate increase between 5.0.0 and 5.1.0...

My favorite faucets to earn real free bitcoins/satoshis : Moon BitCoin and Bit Fun.
You want some free AltCoins ? It's here : BCH (Bitcoin Cash) Moon BitCoinCash - DASH (Dash) Moon Dash - DOGE (DogeCoin) Moon DogeCoin - LTC (LiteCoin) Moon LiteCoin.
You want some free LBC (Lbry Credits) ? My LBC invite : Lbry.tv - LBC (Lbry Credits).
DES_MX
Member
**
Offline Offline

Activity: 216
Merit: 13


View Profile
January 15, 2018, 12:11:51 PM
 #340

This is really weird, the miner seems faster in miner and on API, but slower on the pool than DTSM.

Checked on 1080Ti cards: reports ~800h/s in miner and API per card; DTSM shows ~780h/s
Checked on Titan Xp cards: reports ~840h/s in miner and API per card; DTSM shows ~810h/s

Aggregated hash rate for 15 cards total (2x titan xp and 13x 1080ti) ~9 Khash in pool.

On DTSM aggregated hash rate for 15 cards total (2x titan xp and 13x 1080ti) ~11 Khash in pool.

Checked with ZCASH on flypool and with ZCLASSIC on Coinmine.pl

Optimizations are on. nofee command isn't listed.
What gives?


Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [17] 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 ... 164 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!