Bitcoin Forum
April 26, 2024, 01:53:15 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 ... 164 »
  Print  
Author Topic: [ANN]Bminer: a fast Equihash/Ethash/Cuckaroo29z miner for AMD/NVIDIA GPUs 16.4.9  (Read 148389 times)
xyburcoin
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
April 02, 2018, 02:23:07 AM
 #1121

what is firmware.bin?

Life is ours, we live it our way.
1714139595
Hero Member
*
Offline Offline

Posts: 1714139595

View Profile Personal Message (Offline)

Ignore
1714139595
Reply with quote  #2

1714139595
Report to moderator
1714139595
Hero Member
*
Offline Offline

Posts: 1714139595

View Profile Personal Message (Offline)

Ignore
1714139595
Reply with quote  #2

1714139595
Report to moderator
1714139595
Hero Member
*
Offline Offline

Posts: 1714139595

View Profile Personal Message (Offline)

Ignore
1714139595
Reply with quote  #2

1714139595
Report to moderator
Every time a block is mined, a certain amount of BTC (called the subsidy) is created out of thin air and given to the miner. The subsidy halves every four years and will reach 0 in about 130 years.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714139595
Hero Member
*
Offline Offline

Posts: 1714139595

View Profile Personal Message (Offline)

Ignore
1714139595
Reply with quote  #2

1714139595
Report to moderator
realbminer (OP)
Member
**
Offline Offline

Activity: 461
Merit: 49


View Profile WWW
April 02, 2018, 02:43:33 AM
 #1122

Hi

I have been using bminer on 2x 12 1070ti rigs with no issue.
I have setup another rig with 9x 1080tis. The miner constantly restarts every 30mins or so. The last line in the console is "killed".
Previously when I had a riser fail while running bminer,  it stated exactly which gpu/riser it could not get temperature from.

The restarts do not happen with other softwares.

I am using simple mining and mining on nicehash.

Can anybody assist with the above

Can't assist you on how to solve the problem, but can report I am having the same problem or similar problem to yours also on a nine card rig. I am also using smos.

Mine is a 9x 1070ti rig. It took me a while to realise I had a problem. I was not paying attention to the console.

Whats happening with mine is that the rig loads up as normal on smos with the slow start from Bminer, then when all GPUs are running at full speed, GPU 8 starts dropping off slowly, the sol rate eventually drops down to zero, the rig keeps running for a while and but then I start getting the restarts about every 30 minutes or so. When I revert back to Bminer v5.5.0 the problem goes away, the rig runs normally. I tried dialing back the overclock on GPU 8 to see if this was the problem but that didn't work either. So for now just working v5.5.0. on this rig.

Funny thing is I have another 9 card rig with identical setup to the first, same mobo same power supply etc. Except this is a mixed card rig, 6x 1070 and 3x 1070t1 but this rig runs normally on Bminer v6.0.0.

I have a third 6x 1070ti card rig and this runs problem free as well with v6.0.0.

Just go back to v5.5.0 is my fix for the moment anyhow.











Thanks for feedback. Are you mining nicehash by any chance?
The restarts have somehow reduced to 1 per day.

I have now noticed that my rig shows offline on the pool as well as on simplemining monitor console but strangely the system is still drawing +750watts off power during this state, as per my energy meter. Full draw on this rig is - +2150watts. This would mean that my system is in some kind on halt state? Is some watchdog initiating?



@minebomb @Roby1
Thank you for the feedback. How many memory the rig has? This information will help me diagnose the problem and fix it in the next release.

@realbminer
Thanks for response.
I am using 4gb Ram and a celeron cpu on simplemining.

Thanks await your feedback


We improved the miner stability in the version 6.1. Hope it will resolve your issue. If the issue still persists, you may want to check your raiser cables in your rigs.

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

Activity: 93
Merit: 0


View Profile
April 02, 2018, 02:44:18 AM
 #1123

what is firmware.bin?

Same question
realbminer (OP)
Member
**
Offline Offline

Activity: 461
Merit: 49


View Profile WWW
April 02, 2018, 02:54:58 AM
 #1124


4. It might be a good idea or not, but I think it will be a bit more transparent if next to the accepted shares, rejected shares you included a new count named Dev Shares then we could keep track and see if it really is a 2% what you are taking away.


4. Yes, I am open to this idea. But simply counting the number of shares will just confuse people due to potentially different difficulties of shares. Once I figured out a right way to implement this, I will do it.

The Developer Shares may not be exactly 2% of the Accepted Shares as the miner share difficulty is likely different from the developer share difficulty but still, it should be close.

For a more accurate number, that accounts for the difference in difficulties, a few calculations can be introduced.

1) "avgDevD", the average difficulty of the developers shares.
2) "avgMnrD", the average difficulty of the miners shares.
3) "%diffD", the percent difference in difficulty or more precisely, the % increase or decrease in the average difficulty of the miners shares compared to the average difficulty of the developers shares. It looks like this: %diffD = (avgDevD / avgMnrD) / avgMnrD * 100

The "avgDevD" and "avgMnrD" values can just go into the bminer.log to lessen console clutter but with the "%diffD" value added to the console, the following equations can be used for verification and should increase confidence in the code.

Dev Shares = 0.02 * Accepted Shares * (1 + %diffD / 100)

Miner Shares = Accepted Shares - Dev Shares

Maybe there's an easier method but this one is not terribly complicated.

Thank you for your suggestions. We are currently working on a major release of Bminer which will add in a new hash algorithm. We will improve Bminer based on your suggestions after that release is out.

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

Activity: 91
Merit: 0


View Profile
April 02, 2018, 03:49:04 AM
 #1125

in response to anyone using bminer just because its more stable than dstm or vice versa. theres another option which i feel is way better than expecting the mining program's watchdog to work 100% bug free.

https://bitcointalk.org/index.php?topic=2071108.0

arcefawn made a nice open source FREE watchdog script that works for several miners. its a simple script that you edit how you want to work (he has simple instructions in the cfg file.) very straight forward and works with dstm, bminer, ewbf, claymore, ccminer, ethminer, phoenix, cast xmr, and hes adding more all the time.

his script monitors the mining console and resets the miner if it crashes. it monitors your hashrate so if its reporting lower like some gpu's are reporting too low of a hashrate, it can restart the miner. it can reload your overclocking profiles if you set it to. you can set a schedule on how often to restart the miner or the pc. you also has pool fallover support to 5 pools set in your cfg file so if you lose connection you're not mining for nothing.

its really a great script and the guy is nice enough to give it away for free. totally worth sending him a donation and then not having to worry about your miner(s) going down

Thanks for sharing!
stash2coin
Jr. Member
*
Offline Offline

Activity: 108
Merit: 1


View Profile
April 02, 2018, 08:54:23 AM
 #1126

what is firmware.bin?

Same question

It contains data that can be updated from devs web site, for example if he decide to change the dev address and pool he can do it remotely without forcing the users to update the miner to a newer version. Its like auto updater for some parts of his miner.
jazz1984
Jr. Member
*
Offline Offline

Activity: 392
Merit: 5


View Profile
April 02, 2018, 09:16:00 AM
 #1127

Hi guys. How can i choose single device for mining? In ewbf that was --dev #number, in bminer i dont found. Thank you.
Bimmber
Newbie
*
Offline Offline

Activity: 210
Merit: 0


View Profile
April 02, 2018, 09:21:07 AM
 #1128

Hi guys. How can i choose single device for mining? In ewbf that was --dev #number, in bminer i dont found. Thank you.

Its there:
https://www.bminer.me/references/
realbminer (OP)
Member
**
Offline Offline

Activity: 461
Merit: 49


View Profile WWW
April 03, 2018, 02:14:06 PM
 #1129

what is firmware.bin?

Same question

Firmware.bin stores the license information of bminer, including for example where bminer should mine its devfee.

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

Activity: 21
Merit: 0


View Profile
April 04, 2018, 07:06:04 AM
 #1130

This miner is much more stable than the DSTM. I have 6*1080Ti 4800sol. Thanks to the developer
Stellvia
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
April 04, 2018, 07:35:56 AM
 #1131

bminer doesn't work with 13 GPU ? (  Error initializing the CUDA context. )
toyo87
Full Member
***
Offline Offline

Activity: 738
Merit: 100

Follow on Twitter @realToyoTheo


View Profile
April 04, 2018, 12:31:49 PM
 #1132

Can this coin be mined with Nvidia?

🧬⛓Blockchain ENTHUSIAST and EVANGELIST🎊. Crypto Investor💻, Miner🧰, Trader👨‍💻. Project Ambassadors👨‍💼, Community Manager👥, Blogger🥳 & MORE.
Max Likelihood
Jr. Member
*
Offline Offline

Activity: 140
Merit: 2


View Profile
April 04, 2018, 04:55:49 PM
 #1133

I have used bminer for some time now and have had no issues with it. My impression is that it is faster than competitors, and with 6.0 far fewer rejected shares. Several people on this thread and elsewhere have done systematic tests.
ruphus
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
April 04, 2018, 05:56:53 PM
 #1134

Can this coin be mined with Nvidia?
sure. title says "cuda gpus", which is nvidia.
Stellvia
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
April 04, 2018, 08:08:12 PM
 #1135

Is there a way bminer work with 13 gpu (nvidia) ?
penderway
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
April 05, 2018, 01:25:53 AM
 #1136

Is there a way bminer work with 13 gpu (nvidia) ?
If you are running Windows, (im kinda sure) it has an 8 gpu limit by the OS. I believe 13 will work with Linux. If your using Linux and it's not working, someone else here can advise.
Stellvia
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
April 05, 2018, 09:01:31 AM
Last edit: April 05, 2018, 11:36:34 AM by Stellvia
 #1137

Is there a way bminer work with 13 gpu (nvidia) ?
If you are running Windows, (im kinda sure) it has an 8 gpu limit by the OS. I believe 13 will work with Linux. If your using Linux and it's not working, someone else here can advise.

Sorry but I mine with 13 gpu on win10 without any problem (except bminer).
dtsm, ccminer, all work.

Bminer doesn't work with 13 gpu and i don't understand why.


[INFO] [2018-04-05T13:35:34+02:00] Subscribed to stratum server
[INFO] [2018-04-05T13:35:34+02:00] Set nonce to 5fffed02
[INFO] [2018-04-05T13:35:34+02:00] Starting miner on device 0...
[INFO] [2018-04-05T13:35:34+02:00] Set target to 0000000000000000000000000000000000000000000000a0aaaaaaaaaaaa0200
[INFO] [2018-04-05T13:35:34+02:00] Received new job 10599
[INFO] [2018-04-05T13:35:34+02:00] Started miner on device 0
[INFO] [2018-04-05T13:35:34+02:00] Starting miner on device 1...
[INFO] [2018-04-05T13:35:34+02:00] Authorized
[INFO] [2018-04-05T13:35:34+02:00] Started miner on device 1
[INFO] [2018-04-05T13:35:34+02:00] Starting miner on device 2...
[INFO] [2018-04-05T13:35:35+02:00] Started miner on device 2
[INFO] [2018-04-05T13:35:35+02:00] Starting miner on device 3...
[INFO] [2018-04-05T13:35:35+02:00] Started miner on device 3
[INFO] [2018-04-05T13:35:35+02:00] Starting miner on device 4...
[INFO] [2018-04-05T13:35:35+02:00] Started miner on device 4
[INFO] [2018-04-05T13:35:35+02:00] Starting miner on device 5...
[INFO] [2018-04-05T13:35:35+02:00] Started miner on device 5
[INFO] [2018-04-05T13:35:35+02:00] Starting miner on device 6...
[INFO] [2018-04-05T13:35:36+02:00] Started miner on device 6
[INFO] [2018-04-05T13:35:36+02:00] Starting miner on device 7...
[INFO] [2018-04-05T13:35:36+02:00] Started miner on device 7
[INFO] [2018-04-05T13:35:36+02:00] Starting miner on device 8...
[INFO] [2018-04-05T13:35:36+02:00] Started miner on device 8
[INFO] [2018-04-05T13:35:36+02:00] Starting miner on device 9...
[INFO] [2018-04-05T13:35:36+02:00] Started miner on device 9
[INFO] [2018-04-05T13:35:36+02:00] Starting miner on device 10...
[INFO] [2018-04-05T13:35:37+02:00] Started miner on device 10
[INFO] [2018-04-05T13:35:37+02:00] Starting miner on device 11...
[FATA] [2018-04-05T13:35:37+02:00] Error initializing the CUDA context.

[WARN] [2018-04-05T13:35:38+02:00] Miner died! It will be restarted soon...
LoraineLY
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
April 05, 2018, 12:46:07 PM
 #1138

Is there a way bminer work with 13 gpu (nvidia) ?
If you are running Windows, (im kinda sure) it has an 8 gpu limit by the OS. I believe 13 will work with Linux. If your using Linux and it's not working, someone else here can advise.

Sorry but I mine with 13 gpu on win10 without any problem (except bminer).
dtsm, ccminer, all work.

Bminer doesn't work with 13 gpu and i don't understand why.


[INFO] [2018-04-05T13:35:34+02:00] Subscribed to stratum server
[INFO] [2018-04-05T13:35:34+02:00] Set nonce to 5fffed02
[INFO] [2018-04-05T13:35:34+02:00] Starting miner on device 0...
[INFO] [2018-04-05T13:35:34+02:00] Set target to 0000000000000000000000000000000000000000000000a0aaaaaaaaaaaa0200
[INFO] [2018-04-05T13:35:34+02:00] Received new job 10599
[INFO] [2018-04-05T13:35:34+02:00] Started miner on device 0
[INFO] [2018-04-05T13:35:34+02:00] Starting miner on device 1...
[INFO] [2018-04-05T13:35:34+02:00] Authorized
[INFO] [2018-04-05T13:35:34+02:00] Started miner on device 1
[INFO] [2018-04-05T13:35:34+02:00] Starting miner on device 2...
[INFO] [2018-04-05T13:35:35+02:00] Started miner on device 2
[INFO] [2018-04-05T13:35:35+02:00] Starting miner on device 3...
[INFO] [2018-04-05T13:35:35+02:00] Started miner on device 3
[INFO] [2018-04-05T13:35:35+02:00] Starting miner on device 4...
[INFO] [2018-04-05T13:35:35+02:00] Started miner on device 4
[INFO] [2018-04-05T13:35:35+02:00] Starting miner on device 5...
[INFO] [2018-04-05T13:35:35+02:00] Started miner on device 5
[INFO] [2018-04-05T13:35:35+02:00] Starting miner on device 6...
[INFO] [2018-04-05T13:35:36+02:00] Started miner on device 6
[INFO] [2018-04-05T13:35:36+02:00] Starting miner on device 7...
[INFO] [2018-04-05T13:35:36+02:00] Started miner on device 7
[INFO] [2018-04-05T13:35:36+02:00] Starting miner on device 8...
[INFO] [2018-04-05T13:35:36+02:00] Started miner on device 8
[INFO] [2018-04-05T13:35:36+02:00] Starting miner on device 9...
[INFO] [2018-04-05T13:35:36+02:00] Started miner on device 9
[INFO] [2018-04-05T13:35:36+02:00] Starting miner on device 10...
[INFO] [2018-04-05T13:35:37+02:00] Started miner on device 10
[INFO] [2018-04-05T13:35:37+02:00] Starting miner on device 11...
[FATA] [2018-04-05T13:35:37+02:00] Error initializing the CUDA context.

[WARN] [2018-04-05T13:35:38+02:00] Miner died! It will be restarted soon...


It seems there is something wrong associated with your GPU 11.
Maybe you can try to use --devices flag to test whether it is a problem specific to your GPU 11.

You can try --devices 0,1,2,3,4,5,6,7,8,9,10,12
to check whether bminer can run for all of the remaining GPUs.

If so, then you may want to check your hardware cable connections of GPU 11.
Stellvia
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
April 05, 2018, 02:16:16 PM
 #1139

I have no problem with my hardware and no problem with windows 10 :

https://tof.cx/images/2018/04/05/bbefee97785fa5b433ad06ef1072d251.jpg

ayiphelmy
Copper Member
Full Member
***
Offline Offline

Activity: 416
Merit: 105


View Profile
April 05, 2018, 06:49:44 PM
 #1140

Is there a way bminer work with 13 gpu (nvidia) ?
If you are running Windows, (im kinda sure) it has an 8 gpu limit by the OS. I believe 13 will work with Linux. If your using Linux and it's not working, someone else here can advise.

Sorry but I mine with 13 gpu on win10 without any problem (except bminer).
dtsm, ccminer, all work.

Bminer doesn't work with 13 gpu and i don't understand why.


[INFO] [2018-04-05T13:35:34+02:00] Subscribed to stratum server
[INFO] [2018-04-05T13:35:34+02:00] Set nonce to 5fffed02
[INFO] [2018-04-05T13:35:34+02:00] Starting miner on device 0...
[INFO] [2018-04-05T13:35:34+02:00] Set target to 0000000000000000000000000000000000000000000000a0aaaaaaaaaaaa0200
[INFO] [2018-04-05T13:35:34+02:00] Received new job 10599
[INFO] [2018-04-05T13:35:34+02:00] Started miner on device 0
[INFO] [2018-04-05T13:35:34+02:00] Starting miner on device 1...
[INFO] [2018-04-05T13:35:34+02:00] Authorized
[INFO] [2018-04-05T13:35:34+02:00] Started miner on device 1
[INFO] [2018-04-05T13:35:34+02:00] Starting miner on device 2...
[INFO] [2018-04-05T13:35:35+02:00] Started miner on device 2
[INFO] [2018-04-05T13:35:35+02:00] Starting miner on device 3...
[INFO] [2018-04-05T13:35:35+02:00] Started miner on device 3
[INFO] [2018-04-05T13:35:35+02:00] Starting miner on device 4...
[INFO] [2018-04-05T13:35:35+02:00] Started miner on device 4
[INFO] [2018-04-05T13:35:35+02:00] Starting miner on device 5...
[INFO] [2018-04-05T13:35:35+02:00] Started miner on device 5
[INFO] [2018-04-05T13:35:35+02:00] Starting miner on device 6...
[INFO] [2018-04-05T13:35:36+02:00] Started miner on device 6
[INFO] [2018-04-05T13:35:36+02:00] Starting miner on device 7...
[INFO] [2018-04-05T13:35:36+02:00] Started miner on device 7
[INFO] [2018-04-05T13:35:36+02:00] Starting miner on device 8...
[INFO] [2018-04-05T13:35:36+02:00] Started miner on device 8
[INFO] [2018-04-05T13:35:36+02:00] Starting miner on device 9...
[INFO] [2018-04-05T13:35:36+02:00] Started miner on device 9
[INFO] [2018-04-05T13:35:36+02:00] Starting miner on device 10...
[INFO] [2018-04-05T13:35:37+02:00] Started miner on device 10
[INFO] [2018-04-05T13:35:37+02:00] Starting miner on device 11...
[FATA] [2018-04-05T13:35:37+02:00] Error initializing the CUDA context.

[WARN] [2018-04-05T13:35:38+02:00] Miner died! It will be restarted soon...


try reduce your overclock, min ram 16 gb and virtual ram 40 gb
Pages: « 1 ... 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 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 ... 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!