Bitcoin Forum
May 04, 2024, 09:11:40 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 ... 164 »
  Print  
Author Topic: [ANN]Bminer: a fast Equihash/Ethash/Cuckaroo29z miner for AMD/NVIDIA GPUs 16.4.9  (Read 148390 times)
Pinusno
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
December 06, 2017, 12:46:09 PM
Last edit: December 06, 2017, 01:04:48 PM by Pinusno
 #41

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
1714857100
Hero Member
*
Offline Offline

Posts: 1714857100

View Profile Personal Message (Offline)

Ignore
1714857100
Reply with quote  #2

1714857100
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, which will follow the rules of the network no matter what miners do. Even if every miner decided to create 1000 bitcoins per block, full nodes would stick to the rules and reject those blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714857100
Hero Member
*
Offline Offline

Posts: 1714857100

View Profile Personal Message (Offline)

Ignore
1714857100
Reply with quote  #2

1714857100
Report to moderator
1714857100
Hero Member
*
Offline Offline

Posts: 1714857100

View Profile Personal Message (Offline)

Ignore
1714857100
Reply with quote  #2

1714857100
Report to moderator
shibob
Full Member
***
Offline Offline

Activity: 672
Merit: 154


Blockchain Evangelist.


View Profile WWW
December 06, 2017, 01:36:59 PM
 #42

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.
lubu2
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
December 06, 2017, 02:23:06 PM
 #43

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
Pinusno
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
December 06, 2017, 02:41:25 PM
 #44

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.
lubu2
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
December 06, 2017, 02:51:10 PM
 #45

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
Marvell2
Full Member
***
Offline Offline

Activity: 1148
Merit: 132


View Profile
December 06, 2017, 02:51:27 PM
 #46

AMD or Intel platform ?
lubu2
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
December 06, 2017, 03:04:21 PM
 #47

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
PotatoM12
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
December 06, 2017, 03:07:53 PM
 #48

More miners is always good Smiley
Gonna try this one.
Hope you expand Bminer to include various equihash coins.
mikebzh44
Newbie
*
Offline Offline

Activity: 64
Merit: 0


View Profile
December 06, 2017, 03:26:59 PM
 #49

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
Pinusno
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
December 06, 2017, 03:46:29 PM
 #50


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.
killerelite
Full Member
***
Offline Offline

Activity: 205
Merit: 100


View Profile
December 06, 2017, 05:24:48 PM
 #51

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
lubu2
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
December 06, 2017, 07:22:29 PM
 #52

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
SiZaRe
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
December 07, 2017, 12:49:10 AM
 #53

https://www.virustotal.com/#/file/82e5b2324c02ac294664c877accd15c49e8b56a75b8855b4cdc62efba81a2e85/detection

detection found

not recommended since user is new as well.
Pinusno
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
December 07, 2017, 05:39:16 AM
 #54


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.
arielbit
Legendary
*
Offline Offline

Activity: 3416
Merit: 1059


View Profile
December 07, 2017, 06:52:10 AM
 #55

it seems a bit faster and a bit cooler

typically cooler cards means more efficient, less power consumed for a bit more hash..

now observing for stability.
matmator
Sr. Member
****
Offline Offline

Activity: 487
Merit: 252

bou !


View Profile
December 07, 2017, 03:08:49 PM
 #56

at home I have better performance than ewbf on my 1080.

but when I use it on my rig of 7x1070, the miner crashes after a few minutes and restarts, did you have this problem?

it seems faster than ewbf but see the stability.

go to the moon !!
lubu2
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
December 07, 2017, 03:25:11 PM
 #57

at home I have better performance than ewbf on my 1080.

but when I use it on my rig of 7x1070, the miner crashes after a few minutes and restarts, did you have this problem?

it seems faster than ewbf but see the stability.

me too... it is crashed on 3 X 1080ti Z170 system within 5 minutes....
and it used over 40% cpu power on my 4790K CPU with 32GB RAM....
While ZWBF used 2-3% only....

I do worry it have some hidden CPU mining program.... and I giveup and use back ZWBF already...
tf2addict
Full Member
***
Offline Offline

Activity: 675
Merit: 100


View Profile
December 07, 2017, 03:32:35 PM
 #58

Getting this error when I run it:

panic: interface conversion: interface {} is []interface {}, not string
[WARN] [2017-12-07T10:31:27-05:00] Miner died! It will be restarted soon...
twente-mining
Member
**
Offline Offline

Activity: 176
Merit: 10


View Profile
December 07, 2017, 03:33:59 PM
 #59

A newby and a new miner ...... mmm...

I won't be using this for now, to much risk for a few more hash....


▄▄▄▄▄▄▄▄▄▄▄▄
lubu2
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
December 07, 2017, 03:45:35 PM
 #60

A newby and a new miner ...... mmm...

I won't be using this for now, to much risk for a few more hash....



seems not virus... but it have very high CPU usage which make it seems abnormal....

how can it use over 40% on a 4790K CPU for just 3 X 1080TI??

the power consumption on the CPU cannot compensate the gain ..... and it is not stable too....
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 ... 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!