Bitcoin Forum
May 09, 2024, 04:27:11 AM *
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 »  All
  Print  
Author Topic: [ANN] ETHASH Miner - Eminer v0.6.1-RC2 Released (Windows, Linux, MacOS)  (Read 24697 times)
E-Miner (OP)
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
September 20, 2017, 09:33:30 AM
 #141

also just want to check if we can delete workers from the cloud dashboard?

i did not use the -N to specify the worker name so the dashboard has multiple instance of the random 5 char string showing up.

- cloud key no random, its recoverable.
- your old workers will be delete automatically within 24 hours.
1715228831
Hero Member
*
Offline Offline

Posts: 1715228831

View Profile Personal Message (Offline)

Ignore
1715228831
Reply with quote  #2

1715228831
Report to moderator
1715228831
Hero Member
*
Offline Offline

Posts: 1715228831

View Profile Personal Message (Offline)

Ignore
1715228831
Reply with quote  #2

1715228831
Report to moderator
1715228831
Hero Member
*
Offline Offline

Posts: 1715228831

View Profile Personal Message (Offline)

Ignore
1715228831
Reply with quote  #2

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

Posts: 1715228831

View Profile Personal Message (Offline)

Ignore
1715228831
Reply with quote  #2

1715228831
Report to moderator
1715228831
Hero Member
*
Offline Offline

Posts: 1715228831

View Profile Personal Message (Offline)

Ignore
1715228831
Reply with quote  #2

1715228831
Report to moderator
E-Miner (OP)
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
September 20, 2017, 09:38:42 AM
 #142

Looks like your 480 crashed, like high overclock problem.

I know, I mean if a card stopped, Eminer should warn me -- not continue to average with 0MH/s

I see, added to my checklist.
tinalisa
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
September 20, 2017, 12:22:04 PM
 #143

how to connect to: clona.ru (solo pool). I do not know how to edit the bat file so that I can connect to clona.ru please help me. TYVM
kcopcu
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
September 20, 2017, 12:26:44 PM
 #144

how to connect to: clona.ru (solo pool). I do not know how to edit the bat file so that I can connect to clona.ru please help me. TYVM

Working example :

eminer.exe -S clona.ru:5087  -U 0xdef91c6769417915eedc70aa4f7c41aae63ed4b4 -P x -N my_amd_rig --cloud-key e094fbafe1e0dd486217bdb9ae7ccc741f8ce272
E-Miner (OP)
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
September 20, 2017, 12:31:12 PM
 #145

how to connect to: clona.ru (solo pool). I do not know how to edit the bat file so that I can connect to clona.ru please help me. TYVM

You can look example .bat file from https://github.com/ethash/eminer-release
tinalisa
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
September 20, 2017, 12:37:26 PM
 #146

how to connect to: clona.ru (solo pool). I do not know how to edit the bat file so that I can connect to clona.ru please help me. TYVM

You can look example .bat file from https://github.com/ethash/eminer-release

tks u.
OverEasy
Sr. Member
****
Offline Offline

Activity: 301
Merit: 251


View Profile
September 20, 2017, 12:38:15 PM
Last edit: September 20, 2017, 01:01:15 PM by OverEasy
 #147

Lost my cloud key. How do I get another?

Sent you a PM

Thanks
OverEasy
Sr. Member
****
Offline Offline

Activity: 301
Merit: 251


View Profile
September 20, 2017, 12:41:03 PM
 #148

Can you give a good explanation of the 3 kernel types please.

-kernel 1 does what exactly?
-kernel 2
-kernel 3

Thanks.
OverEasy
Sr. Member
****
Offline Offline

Activity: 301
Merit: 251


View Profile
September 20, 2017, 12:49:11 PM
 #149

One more question...

If I set -intensity 28 will that set it for all GPU's or do I need to use -intensity 28,28,28,28,28

Thank you
tinalisa
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
September 20, 2017, 12:53:05 PM
 #150

how to connect to: clona.ru (solo pool). I do not know how to edit the bat file so that I can connect to clona.ru please help me. TYVM

You can look example .bat file from https://github.com/ethash/eminer-release
tks you ^^
E-Miner (OP)
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
September 20, 2017, 01:56:13 PM
 #151

You... left... the OCL in the binary... and it's not even packed! That... was kind of a let down.

OCL build on runtime like good idea for new chipsets so the miner can support all OCL based devices.
kcopcu
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
September 20, 2017, 02:41:08 PM
 #152

One more question...

If I set -intensity 28 will that set it for all GPU's or do I need to use -intensity 28,28,28,28,28

Thank you

Yes you've to set intensity for each GPU device. Like your example
rednoW
Legendary
*
Offline Offline

Activity: 1510
Merit: 1003


View Profile
September 20, 2017, 04:32:39 PM
 #153

You... left... the OCL in the binary... and it's not even packed! That... was kind of a let down.

OCL build on runtime like good idea for new chipsets so the miner can support all OCL based devices.

Well... the issue being, anyone with half a clue can get your kernel... putting it in the binary as AMD IL, for example, would allow support for pretty much everything that uses the Catalyst compiler, I believe. The only outlier would be Vega, which requires the ROCm stack - which in turn uses the LLVM/Clang toolchain. For that exception, you could simply include a Vega kernel as ISA in the miner.

You also didn't really protect the miner at all - not only was it not packed, or any anti-debugging traps laid, but you didn't even check for the common environment vars used for debugging or kernel dumping...
Why should he do it now when he didn't get close to top speeds like yours or Claymore's?
When he will - he will certainly did ))
But now all protection methods will result in anti-virus software misdetection ...
rednoW
Legendary
*
Offline Offline

Activity: 1510
Merit: 1003


View Profile
September 20, 2017, 06:04:26 PM
 #154

2 Wolf

By the way ... did you see current speed increase with xmr mining on Vega running 2 threads with blockchain drivers and HBCC enabled?
Vega can handle 2kh/s now.
How do you think can it be applied to eth mining? 2 dag files per gpu with async access?
Vega can handle it I think ...
rednoW
Legendary
*
Offline Offline

Activity: 1510
Merit: 1003


View Profile
September 20, 2017, 09:33:12 PM
 #155

2 Wolf

By the way ... did you see current speed increase with xmr mining on Vega running 2 threads with blockchain drivers and HBCC enabled?
Vega can handle 2kh/s now.
How do you think can it be applied to eth mining? 2 dag files per gpu with async access?
Vega can handle it I think ...

Ain't allowed to comment on that.
Well, I found the miner capable to hash with 2 DAGs at 1 GPU. It is old good Genoil miner.
With single DAG it shows 40-41mhs, with 2 DAGs it shows 42-42.5 mhs.
This is all less then Claymore's 44.2mhs, maybe due to ineffective single-thread of Genoil's.

Let it run for a while to see pool results.
fr4nkthetank
Legendary
*
Offline Offline

Activity: 2294
Merit: 1182


Now the money is free, and so the people will be


View Profile
September 21, 2017, 02:04:39 AM
Last edit: September 21, 2017, 02:14:41 AM by fr4nkthetank
 #156

So average 4 watts higher consumption.  Reported hashrate by miner is about 1-2mhs lower.  God damn that level 5 log lol.  The blue color doesnt work for me Sad  But to serious things ill see pool side whats up soon.  I doubt claymore is better.  And im getting a couple VEGAs 56 to play with soon, very curious to delve into them.
edit: i didnt see intensity in the help file, maybe you forgot ?  sometimes i cant see shit good though so might be me.  Oh and good work, very well done.
bitcoyim
Member
**
Offline Offline

Activity: 65
Merit: 10


View Profile
September 21, 2017, 07:57:54 AM
 #157

So average 4 watts higher consumption.  Reported hashrate by miner is about 1-2mhs lower.  God damn that level 5 log lol.  The blue color doesnt work for me Sad  But to serious things ill see pool side whats up soon.  I doubt claymore is better.  And im getting a couple VEGAs 56 to play with soon, very curious to delve into them.
edit: i didnt see intensity in the help file, maybe you forgot ?  sometimes i cant see shit good though so might be me.  Oh and good work, very well done.

Here help output;

Usage of C:\Users\bitkoyim\Desktop\eminer.exe:
  -B int
        Benchmark mode, set device id for benchmark (default -1)
  -F string
        Farm mode with the work server at URL, use comma for multiple rpc server (default "http://127.0.0.1:8545")
  -L    List GPU devices
  -M string
        Run mine on selected devices, use comma for multiple devices (default "all")
  -N string
        Name of your rig, the name will be use on dashboard, json-api, cloud service and stathat. Some pools require rig
 name with extra parameter, this name will be send the pools.
  -P string
        Password for stratum server
  -S <host>:<port>
        Stratum mode, use comma for multiple stratum server (example: <host>:<port> for nicehash or other stratum server
s stratum+tcp://<host>:<port>)
  -U string
        Username for stratum server
  -V int
        Log level (0-5) (default 3)
  -cloud-key string
        Set your cloud service key here to have stats about the rig from https://cloud.eminer.net, you can create free k
ey from the web site and use the same key for all your rigs.
  -cpu int
        Set the maximum number of CPUs to use
  -dag-intensity int
        DAG work size intensity (4-32) (default 32)
  -devfee-coin string
        Set devfee default coin, it may reduce DAG changes. Usable coins: ETH, ETC, UBQ, EXP, MUSIC
  -fan-percent string
        Set fan speed percent on selected devices, use comma for multiple devices (amd devices only)
  -fixed-diff
        Fixed diff for works, round solutions
  -http string
        HTTP server for monitoring (read-only) for disable set "no" (default ":8550")
 -intensity string
        GPU work size intensity (8-64), use comma for multiple devices (default 32)

  -kernel string
        Select kernel for GPU devices, currently 3 kernels available, use comma for multiple devices (1-3)
  -no-devfee
        Disable devfee, this can be impact some performance reduces
  -no-output-color
        Disable colorized output log format
  -stathat string
        Set your stathat email address here to have some basic metrics from stathat.com web site
  -v    Version
OverEasy
Sr. Member
****
Offline Offline

Activity: 301
Merit: 251


View Profile
September 21, 2017, 11:48:50 AM
 #158

Any thoughts to adding clock and memory speeds for AMD?
-cclock 1100
-mclock 1500
Very useful for Linux rigs
thks
E-Miner (OP)
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
September 21, 2017, 01:00:03 PM
 #159

Any thoughts to adding clock and memory speeds for AMD?
-cclock 1100
-mclock 1500
Very useful for Linux rigs
thks


Thanks for your advice, I added to my checklist, I will add next release.
terrxysq
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
September 21, 2017, 01:43:15 PM
 #160

Any thoughts to adding clock and memory speeds for AMD?
-cclock 1100
-mclock 1500
Very useful for Linux rigs
thks


wouldnt you normally just flash the memory speed into bios just to make things easier?
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 »  All
  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!