Bitcoin Forum
May 08, 2024, 08:35:39 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 ... 164 »
  Print  
Author Topic: [ANN]Bminer: a fast Equihash/Ethash/Cuckaroo29z miner for AMD/NVIDIA GPUs 16.4.9  (Read 148390 times)
lpedretti2
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
October 17, 2018, 07:36:00 PM
Last edit: October 17, 2018, 08:39:01 PM by lpedretti2
 #1581

My rig resets (simply resets) when starting the fourth device if trying to mine btm.
No problems if mining zhash or eth

4x Geforce 1080ti

I'm on ubuntu 16.04.3 with 410.66 drivers

Ubuntu 16.04.3 LTS (GNU/Linux 4.10.0-37-generic x86_64)

Actually, i tried using -devices 0,1,2 and it still resets when starting to mine.
Also tried limiting the cards power to 200w just in case, same result

When i use -devices to only use one card it seems to work fine, i.e. -devices 0 or -devices 1

If i start 2 miners separately, one with -device 0 and the other with -device 1, both work, but the 3rd resets the rig too, no matter what devices i choose, 3 and 4 and then 1 produces the same result)
"This isn't the kind of software where we can leave so many unresolved bugs that we need a tracker for them." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715200539
Hero Member
*
Offline Offline

Posts: 1715200539

View Profile Personal Message (Offline)

Ignore
1715200539
Reply with quote  #2

1715200539
Report to moderator
1715200539
Hero Member
*
Offline Offline

Posts: 1715200539

View Profile Personal Message (Offline)

Ignore
1715200539
Reply with quote  #2

1715200539
Report to moderator
rifiuti
Full Member
***
Offline Offline

Activity: 320
Merit: 101


View Profile
October 19, 2018, 09:08:26 AM
 #1582

I thought dev fixed the;

Starting miner on device 0...               
CUDA error DRIVER: '209' in func 'Initialize' line 56
Fatal cuda error in GPU 0. Terminate soon...
 
Miner died! It will be restarted soon...   

Error but clearly he doesn't give a small fuck about the problems me and others have here. Nice!
realbminer (OP)
Member
**
Offline Offline

Activity: 461
Merit: 49


View Profile WWW
October 19, 2018, 10:14:50 AM
Last edit: October 19, 2018, 10:28:16 AM by realbminer
 #1583

We’re pleased to release Bminer 10.5.0.

This is error for BTM mining.. With previous version 10.4.0 all is ok

[INFO] [2018-10-14T11:26:42+03:00] Watchdog has started.
[INFO] [2018-10-14T11:26:42+03:00] Starting miner on devices [0 1 2 3 4 5 6 7 8 9 10 11 12]
[INFO] [2018-10-14T11:26:42+03:00] Starting the management API at 127.0.0.1:1880
[FATA] [2018-10-14T11:26:42+03:00] Failed to initialize miner for device 0, with err: Failed to create solver
[WARN] [2018-10-14T11:26:42+03:00] Miner died! It will be restarted soon...


Cuda: v9.2
Nvidia drivers: 390.67


Sorry for the late reply. Please update your CUDA to version 9.2 or above. Update your driver as well if the problem still exists.

When Crypto-mining Made Fast. @realbminer on TWTR
realbminer (OP)
Member
**
Offline Offline

Activity: 461
Merit: 49


View Profile WWW
October 19, 2018, 10:33:15 AM
 #1584

I was curious to try this for ethash, but it doesn't work under Ubuntu 16.04 for me with CUDA 9.1 and 390.48 drivers. Error is "Failed to initialize miner for device 0, with err: Failed to create solver"

Code:
[INFO] [2018-10-16T20:32:48+03:00] Subscribed to stratum server
[INFO] [2018-10-16T20:32:48+03:00] Authorized
[INFO] [2018-10-16T20:32:48+03:00] Received new job dc001608299d277862a4987a998a719b1c724c777e15b55cdb55be1a6076a877
[INFO] [2018-10-16T20:32:48+03:00] Set target to 0000000068b72400
[FATA] [2018-10-16T20:32:48+03:00] Failed to initialize miner for device 0, with err: Failed to create solver
[WARN] [2018-10-16T20:32:49+03:00] Miner died! It will be restarted soon...

I tried adding "-devices 1" and get the same thing:

Code:
[INFO] [2018-10-16T20:32:48+03:00] Subscribed to stratum server
[INFO] [2018-10-16T20:32:48+03:00] Authorized
[INFO] [2018-10-16T20:32:48+03:00] Received new job dc001608299d277862a4987a998a719b1c724c777e15b55cdb55be1a6076a877
[INFO] [2018-10-16T20:32:48+03:00] Set target to 0000000068b72400
[FATA] [2018-10-16T20:32:48+03:00] Failed to initialize miner for device 1, with err: Failed to create solver
[WARN] [2018-10-16T20:32:49+03:00] Miner died! It will be restarted soon...

No problems with ethminer or claymore.

Any clues?

Please update CUDA to 9.2 or above, and update the Nvidia driver as well if the problem still exists.

When Crypto-mining Made Fast. @realbminer on TWTR
realbminer (OP)
Member
**
Offline Offline

Activity: 461
Merit: 49


View Profile WWW
October 19, 2018, 10:35:05 AM
 #1585

I was curious to try this for ethash, but it doesn't work under Ubuntu 16.04 for me with CUDA 9.1 and 390.48 drivers. Error is "Failed to initialize miner for device 0, with err: Failed to create solver"
Any clues?

You need to update Nvidia drivers to new version. I solve my problem after upgrade to 410.66

Thanks for answering the question!

When Crypto-mining Made Fast. @realbminer on TWTR
realbminer (OP)
Member
**
Offline Offline

Activity: 461
Merit: 49


View Profile WWW
October 19, 2018, 10:36:11 AM
 #1586

My rig resets (simply resets) when starting the fourth device if trying to mine btm.
No problems if mining zhash or eth

4x Geforce 1080ti

I'm on ubuntu 16.04.3 with 410.66 drivers

Ubuntu 16.04.3 LTS (GNU/Linux 4.10.0-37-generic x86_64)

Actually, i tried using -devices 0,1,2 and it still resets when starting to mine.
Also tried limiting the cards power to 200w just in case, same result

When i use -devices to only use one card it seems to work fine, i.e. -devices 0 or -devices 1

If i start 2 miners separately, one with -device 0 and the other with -device 1, both work, but the 3rd resets the rig too, no matter what devices i choose, 3 and 4 and then 1 produces the same result)


This sounds weird. Can you show us your command, and the output of nvidia-smi?

When Crypto-mining Made Fast. @realbminer on TWTR
rifiuti
Full Member
***
Offline Offline

Activity: 320
Merit: 101


View Profile
October 19, 2018, 12:58:30 PM
 #1587

I was curious to try this for ethash, but it doesn't work under Ubuntu 16.04 for me with CUDA 9.1 and 390.48 drivers. Error is "Failed to initialize miner for device 0, with err: Failed to create solver"

Code:
[INFO] [2018-10-16T20:32:48+03:00] Subscribed to stratum server
[INFO] [2018-10-16T20:32:48+03:00] Authorized
[INFO] [2018-10-16T20:32:48+03:00] Received new job dc001608299d277862a4987a998a719b1c724c777e15b55cdb55be1a6076a877
[INFO] [2018-10-16T20:32:48+03:00] Set target to 0000000068b72400
[FATA] [2018-10-16T20:32:48+03:00] Failed to initialize miner for device 0, with err: Failed to create solver
[WARN] [2018-10-16T20:32:49+03:00] Miner died! It will be restarted soon...

I tried adding "-devices 1" and get the same thing:

Code:
[INFO] [2018-10-16T20:32:48+03:00] Subscribed to stratum server
[INFO] [2018-10-16T20:32:48+03:00] Authorized
[INFO] [2018-10-16T20:32:48+03:00] Received new job dc001608299d277862a4987a998a719b1c724c777e15b55cdb55be1a6076a877
[INFO] [2018-10-16T20:32:48+03:00] Set target to 0000000068b72400
[FATA] [2018-10-16T20:32:48+03:00] Failed to initialize miner for device 1, with err: Failed to create solver
[WARN] [2018-10-16T20:32:49+03:00] Miner died! It will be restarted soon...

No problems with ethminer or claymore.

Any clues?

Please update CUDA to 9.2 or above, and update the Nvidia driver as well if the problem still exists.

I have the same problem and my CUDA is 10. PATH set correctly as well. Drivers are updated too. Every single miner software out there works fine, but your miner is just causing crash.
Kompik
Sr. Member
****
Offline Offline

Activity: 463
Merit: 250


View Profile
October 20, 2018, 06:58:13 PM
 #1588

Fatal cuda errors 702 all the time. Drivers Cuda 10, BYTOM.

Bitrated user: Kompik.
stzcze
Jr. Member
*
Offline Offline

Activity: 109
Merit: 1


View Profile
October 22, 2018, 05:06:58 PM
 #1589

Mine BTM 10.5.0, Win 10 , cuda 10,cuda 9.2 6x1080Ti ---- PL 50-100%, OC no OC... always freeze, restart rig, at startup or within minutes ... with other miners, I have no problem.
UselessGuru
Jr. Member
*
Offline Offline

Activity: 200
Merit: 3


View Profile
October 22, 2018, 10:28:18 PM
 #1590

Could you please enhance your API to include the best results for

-dual-subsolver -1
-dual-intensity -1

which bminer found during it's optimization phase?

Thank you very big!


Co-developer of www.nemosminer.com (http://www.nemosminer.com)
realbminer (OP)
Member
**
Offline Offline

Activity: 461
Merit: 49


View Profile WWW
October 26, 2018, 05:08:33 PM
 #1591

Fatal cuda errors 702 all the time. Drivers Cuda 10, BYTOM.

Does this still happen? Would you please send me the log?

https://www.bminer.me/examples/#logging-messages-to-both-console-and-a-file

When Crypto-mining Made Fast. @realbminer on TWTR
realbminer (OP)
Member
**
Offline Offline

Activity: 461
Merit: 49


View Profile WWW
October 26, 2018, 05:13:38 PM
 #1592

Mine BTM 10.5.0, Win 10 , cuda 10,cuda 9.2 6x1080Ti ---- PL 50-100%, OC no OC... always freeze, restart rig, at startup or within minutes ... with other miners, I have no problem.

Would you please check the version of nvidia driver and update to the latest version to see if it works?
you can find it follow this guide:
https://nvidia.custhelp.com/app/answers/detail/a_id/2039/~/how-do-i-determine-which-nvidia-display-driver-version-is-currently-installed

or please send more detailed information about the error by sending the log or error screenshot.

thanks!

When Crypto-mining Made Fast. @realbminer on TWTR
realbminer (OP)
Member
**
Offline Offline

Activity: 461
Merit: 49


View Profile WWW
October 26, 2018, 05:19:09 PM
 #1593


I have the same problem and my CUDA is 10. PATH set correctly as well. Drivers are updated too. Every single miner software out there works fine, but your miner is just causing crash.

Looks like the problem is the card type V100, which Bminer currently doesn't support.

When Crypto-mining Made Fast. @realbminer on TWTR
stzcze
Jr. Member
*
Offline Offline

Activity: 109
Merit: 1


View Profile
October 26, 2018, 09:15:14 PM
Last edit: October 27, 2018, 12:59:33 AM by stzcze
 #1594

Mine BTM 10.5.0, Win 10 , cuda 10,cuda 9.2 6x1080Ti ---- PL 50-100%, OC no OC... always freeze, restart rig, at startup or within minutes ... with other miners, I have no problem.

Would you please check the version of nvidia driver and update to the latest version to see if it works?
you can find it follow this guide:
https://nvidia.custhelp.com/app/answers/detail/a_id/2039/~/how-do-i-determine-which-nvidia-display-driver-version-is-currently-installed

or please send more detailed information about the error by sending the log or error screenshot.

thanks!

Yes I tried, I am the last drivers ..... nebutech miner, goes without problems, enemy, ccminer,claymore etc... no problem.

I have nothing to send, no error will appear as I turn on the miner, either it freezes or restarts the rig
supermoew
Newbie
*
Offline Offline

Activity: 61
Merit: 0


View Profile
November 05, 2018, 02:30:15 PM
 #1595


Yes I tried, I am the last drivers ..... nebutech miner, goes without problems, enemy, ccminer,claymore etc... no problem.

I have nothing to send, no error will appear as I turn on the miner, either it freezes or restarts the rig
[/quote]

maybe you should check if you have accidentally added extra space at the end of the command lines or between each command lines.
supermoew
Newbie
*
Offline Offline

Activity: 61
Merit: 0


View Profile
November 06, 2018, 03:40:18 PM
 #1596

looks like many people care bout pow8, even claymore developer mentioned pow8 under its thread, will you consider it? @realbminer
realbminer (OP)
Member
**
Offline Offline

Activity: 461
Merit: 49


View Profile WWW
November 07, 2018, 02:18:54 PM
 #1597

looks like many people care bout pow8, even claymore developer mentioned pow8 under its thread, will you consider it? @realbminer

I will take a look but I can't guarantee you to release for it.

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

Activity: 61
Merit: 0


View Profile
November 08, 2018, 03:53:58 PM
 #1598

looks like many people care bout pow8, even claymore developer mentioned pow8 under its thread, will you consider it? @realbminer

I will take a look but I can't guarantee you to release for it.

SUQA is popular as well
supermoew
Newbie
*
Offline Offline

Activity: 61
Merit: 0


View Profile
November 09, 2018, 03:52:20 PM
 #1599

looks like many people care bout pow8, even claymore developer mentioned pow8 under its thread, will you consider it? @realbminer

I will take a look but I can't guarantee you to release for it.

SUQA is popular as well

https://bcfocus.com/cryptocurrency-analysis/approval-for-protocol-proposal-elates-zcash-community-zec-shoots-up-5/26216/

ZEC prices are shooting up on account of the approval of a ProgPoW proposal, introduced by the 'Ifdefelse' team, to make ZCash GPU-friendly. The ProgPoW proposal being ASIC-resistant and GPU-friendly seems to have lifted investor sentiment in the market.

maybe this algorithm as well... Cheesy Cheesy Cheesy
melt7777
Jr. Member
*
Offline Offline

Activity: 128
Merit: 5


View Profile WWW
November 12, 2018, 02:34:16 AM
 #1600

looks like many people care bout pow8, even claymore developer mentioned pow8 under its thread, will you consider it? @realbminer

I will take a look but I can't guarantee you to release for it.

SUQA is popular as well

https://bcfocus.com/cryptocurrency-analysis/approval-for-protocol-proposal-elates-zcash-community-zec-shoots-up-5/26216/

ZEC prices are shooting up on account of the approval of a ProgPoW proposal, introduced by the 'Ifdefelse' team, to make ZCash GPU-friendly. The ProgPoW proposal being ASIC-resistant and GPU-friendly seems to have lifted investor sentiment in the market.

maybe this algorithm as well... Cheesy Cheesy Cheesy

Hello realbminer - melt from PiMP OS team here. We agree that, since your miner is well developed and has a strong following, as well as supporting both equihash and ethash already, we would love for you to support progpow ethash as well as any potential progpow equihash. Your miner is rock solid stable and has a great api for stats collection to miner.farm, and we would like to see your hard work continue! Thanks again for the great software!

~ melt
getpimp.org | miner.farm
Pages: « 1 ... 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 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 ... 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!