Bitcoin Forum
April 25, 2024, 12:27:26 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 68 69 70 »
  Print  
Author Topic: excavator by NiceHash - multi-algorithm NVIDIA GPU miner [1.5.6a]  (Read 179212 times)
cTnko
Member
**
Offline Offline

Activity: 85
Merit: 10


View Profile
June 29, 2017, 06:53:05 AM
 #681

Hi guys, question for the devs, does the miner contain any sort of "protection" against being ran in an hidden shell ?
While i was developing the GUI i wanted to have the excavator run inside of it as a child process for more seamless experience, while excavator actually works, its not submitting shares, am i right to suspect this a built in protection again people wanting to use the miner in a malicious way?
1714048046
Hero Member
*
Offline Offline

Posts: 1714048046

View Profile Personal Message (Offline)

Ignore
1714048046
Reply with quote  #2

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

Activity: 2294
Merit: 1182


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


View Profile
June 29, 2017, 01:38:23 PM
 #682

To dual hash, I suppose you could start up two instances of the program instead ?
cTnko
Member
**
Offline Offline

Activity: 85
Merit: 10


View Profile
June 29, 2017, 02:38:38 PM
 #683

To dual hash, I suppose you could start up two instances of the program instead ?

No need to run 2 miners, just add another algorithm and assign worker for it in the command file.
In the near future it will be as simple as adding a second job in my GUI.

(screenshot showing dual mining on a single card)
djeZo
Hero Member
*****
Offline Offline

Activity: 588
Merit: 520


View Profile
June 29, 2017, 03:10:36 PM
 #684


[09:23:10][0x000016d8][warning] net | Net error: JSON member "error" not expected type: Array



Run with full file logging, then when you see this error, past log file here. We will know exactly whether eu1-zcash.flypool.org or lbry.suprnova.cc does not honor stratum protocol (most likely flypool, we've had issues with their ignorance in past).

djeZo
Hero Member
*****
Offline Offline

Activity: 588
Merit: 520


View Profile
June 29, 2017, 03:12:46 PM
 #685

New version 1.2.9a: https://github.com/nicehash/excavator/releases

  • further phymem.sys bug fixes
  • added algorithm CUDA daggerhashimoto
  • bug fixes

CUDA daggerhashimoto:
1070 low TDP, high mem = 33.1 MH/s
1060 low TDP, high mem = 24.7 MH/s

We encourage all NVIDIA miners to start experimenting with algorithm parameters for dual mining (one worker should be daggerhashimoto in this case, another worker any other algorithm - but not equihash).

sundownz
Hero Member
*****
Offline Offline

Activity: 714
Merit: 512


View Profile WWW
June 29, 2017, 03:47:19 PM
 #686

New version 1.2.9a: https://github.com/nicehash/excavator/releases

  • further phymem.sys bug fixes
  • added algorithm CUDA daggerhashimoto
  • bug fixes

CUDA daggerhashimoto:
1070 low TDP, high mem = 33.1 MH/s
1060 low TDP, high mem = 24.7 MH/s

We encourage all NVIDIA miners to start experimenting with algorithm parameters for dual mining (one worker should be daggerhashimoto in this case, another worker any other algorithm - but not equihash).

Is there any way to update the miner Nicehash uses to the new Excavator ?

If I simply copy the new version into the excavator folder under BIN it doesn't work.

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
Kompik
Sr. Member
****
Offline Offline

Activity: 463
Merit: 250


View Profile
June 29, 2017, 04:02:42 PM
Last edit: June 29, 2017, 04:25:45 PM by Kompik
 #687


[09:23:10][0x000016d8][warning] net | Net error: JSON member "error" not expected type: Array



Run with full file logging, then when you see this error, past log file here. We will know exactly whether eu1-zcash.flypool.org or lbry.suprnova.cc does not honor stratum protocol (most likely flypool, we've had issues with their ignorance in past).

Yeah I am getting the same error or nanopool or ethpool, cant run anything. Sorry dont know how to enable loggin, first time using your miner Smiley
EDIT: Dwarfpool also not working

Bitrated user: Kompik.
Adevill20
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
June 29, 2017, 04:09:34 PM
 #688

New version 1.2.9a: https://github.com/nicehash/excavator/releases

  • further phymem.sys bug fixes
  • added algorithm CUDA daggerhashimoto
  • bug fixes

CUDA daggerhashimoto:
1070 low TDP, high mem = 33.1 MH/s
1060 low TDP, high mem = 24.7 MH/s

We encourage all NVIDIA miners to start experimenting with algorithm parameters for dual mining (one worker should be daggerhashimoto in this case, another worker any other algorithm - but not equihash).

Thanks for the new version, however I still have the exact same problem as before....
cTnko
Member
**
Offline Offline

Activity: 85
Merit: 10


View Profile
June 29, 2017, 04:28:02 PM
 #689

I am trying to double mine equihash and lbry on the same card, a 1070, with the following json batch:

{"time":0,"commands":[
      {"id":1,"method":"algorithm.add","params":["equihash","eu1-zcash.flypool.org:3333","walletaddress.pass"]},
      {"id":1,"method":"algorithm.add","params":["lbry","lbry.suprnova.cc:6256","-u username.worker -p pass"]}
   ]},
   {"time":3,"commands":[
      {"id":1,"method":"worker.add","params":["0","0"]},
      {"id":1,"method":"worker.add","params":["0","0"]},
      {"id":1,"method":"worker.add","params":["0","1"]}
      
      
   ]},
   {"time":5,"commands":[
      {"id":1,"method":"device.set.power_limit","params":["0","90"]},
      {"id":1,"method":"device.set.core_delta","params":["0","160"]},
      {"id":1,"method":"device.set.memory_delta","params":["0","600"]}
   ]},
   {"time":10,"loop":10,"commands":[
      {"id":1,"method":"worker.print.speed","params":["0"]},
      {"id":1,"method":"worker.print.speed","params":["1"]},
      {"id":1,"method":"algorithm.print.speeds","params":["0"]},
      {"id":1,"method":"device.get","params":["0"]}
   ]}
]

And I get the following error. Can someone please explain what it means and what I am not doing right?

Welcome to NiceHash Excavator
Opening website
Starting Excavator...

======================= www.nicehash.com =====================
            Excavator v1.2.5a GPU Miner for NiceHash.
       Copyright (C) 2017 NiceHash. All rights reserved.
Developed by djeZo and zawawa with help and contributions from
         pallas, Vorksholk, bitbandi, ocminer, Genoil
======================= www.nicehash.com =====================

Build time: 2017-06-14 00:49:03
Build number: 388
Provided startup commandline:
        excavator.exe  -c default_command_file_zec+lbry.json -d 2 -f 6 -p 0 -wp 38080 -wi 127.0.0.1 -wa

[09:23:09][0x00002afc][info] Log started
[09:23:10][0x00002afc][error] opencl | Failed to load AMD Display Library.
[09:23:10][0x00002afc][error] opencl | Failed to initialize AMD Display Library.
[09:23:10][0x00002afc][info] Unable to access PCIe buses. Run miner as administrator instead.
[09:23:10][0x00002afc][error] opencl | Failed to load phymem.
[09:23:10][0x00002afc][error] opencl | Please disable driver signature enforcement and run miner as administrator.
[09:23:10][0x00002afc][info] core | Found CUDA device: GeForce GTX 1070
[09:23:10][0x00002afc][info] http | Listening on 127.0.0.1:38080
[09:23:10][0x00002afc][info] core | Initialized!
[09:23:10][0x000016d8][info] net | Connecting to 94.23.60.113:3333 (eu1-zcash.flypool.org)
[09:23:10][0x000016d8][info] net | Connecting to 193.70.45.182:6256 (lbry.suprnova.cc)
[09:23:10][0x000016d8][info] net | Connected!
[09:23:10][0x000016d8][info] net | Connected!
[09:23:10][0x00002184][info] net | Authorized as t1WQduq77tSNbi1gkFikpVSosdidpqeRvQ9.acer
[09:23:10][0x00002184][info] algo-lbry | New job '12c5', diff=128
[09:23:10][0x000016d8][warning] net | Net error: JSON member "error" not expected type: Array
[09:23:11][0x000016d8][info] algo-equihash | New job '5e149a17e632576b96dd', diff=470.588
[09:23:13][0x000031c4][info] wrkr0-0 | Algorithm: CUDA-equihash parameters: M=0
[09:23:13][0x00000b38][info] wrkr0-1 | Algorithm: CUDA-equihash parameters: M=0
[09:23:20][0x000016d8][info] core | Device #0-0 speed: 200.265252 H/s
[09:23:20][0x000016d8][info] core | Device #0-1 speed: 202.361624 H/s
[09:23:20][0x000016d8][info] core | Algorithm 'equihash' total speed: 402.595872 H/s
[09:23:20][0x000016d8][info] core | Algorithm 'lbry' total speed: 0.000000 H/s
[09:23:24][0x000016d8][info] algo-equihash | New job '74f1df24526f8c528ffe', diff=470.588
[09:23:29][0x000016d8][info] net | Share #10 accepted
[09:23:30][0x00002184][info] core | Device #0-0 speed: 203.353550 H/s
[09:23:30][0x00002184][info] core | Device #0-1 speed: 210.116037 H/s
[09:23:30][0x00002184][info] core | Algorithm 'equihash' total speed: 413.384144 H/s
[09:23:30][0x00002184][info] core | Algorithm 'lbry' total speed: 0.000000 H/s


Dunno about the JSON problem, but your worker setup is wrong, it should be (the parameters are [algorithmId, deviceID]).
See if that makes any difference.
Code:
	{"time":3,"commands":[
{"id":1,"method":"worker.add","params":["0","0"]},
{"id":1,"method":"worker.add","params":["0","0"]},
{"id":1,"method":"worker.add","params":["1","0"]}


]},
fr4nkthetank
Legendary
*
Offline Offline

Activity: 2294
Merit: 1182


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


View Profile
June 29, 2017, 04:40:37 PM
 #690

Dual mining with 1080ti gets 23mhs/140mhs for eth/lbry.
I havent had time to play with the params though.
ltc_bilic
Member
**
Offline Offline

Activity: 130
Merit: 10


View Profile
June 29, 2017, 09:33:33 PM
Last edit: June 29, 2017, 10:15:30 PM by ltc_bilic
 #691

New version 1.2.9a: https://github.com/nicehash/excavator/releases

  • further phymem.sys bug fixes
  • added algorithm CUDA daggerhashimoto
  • bug fixes

equihash might be broken in latest release 1.2.9a on gtx1070,...after 2 min system shutdown,...on 1.2.8 and 1.1.4 works without problem

will test dagger, and report back to you
djeZo
Hero Member
*****
Offline Offline

Activity: 588
Merit: 520


View Profile
June 29, 2017, 10:23:14 PM
 #692

New version 1.2.9a: https://github.com/nicehash/excavator/releases

  • further phymem.sys bug fixes
  • added algorithm CUDA daggerhashimoto
  • bug fixes

equihash might be broken in latest release 1.2.9a on gtx1070,...after 2 min system shutdown,...on 1.2.8 and 1.1.4 works without problem

will test dagger, and report back to you

We changed nothing in equihash. Must be something on your side?

Araviel
Member
**
Offline Offline

Activity: 114
Merit: 10


View Profile
June 29, 2017, 10:25:34 PM
 #693

still have 100h/s instead of 220 on claymore with my 7950, any advices pls ?
laik2
Sr. Member
****
Offline Offline

Activity: 652
Merit: 266



View Profile WWW
June 29, 2017, 10:33:21 PM
 #694

Where is the Linux version?

Miners Mining Platform [ MMP OS ] - https://app.mmpos.eu/
sundownz
Hero Member
*****
Offline Offline

Activity: 714
Merit: 512


View Profile WWW
June 29, 2017, 10:39:55 PM
 #695

Dual mining with 1080ti gets 23mhs/140mhs for eth/lbry.
I havent had time to play with the params though.

I am at 15.5 / 115 on a Geforce 1070 on eth/lbry.

No parameter changes yet.

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
fr4nkthetank
Legendary
*
Offline Offline

Activity: 2294
Merit: 1182


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


View Profile
June 29, 2017, 11:32:50 PM
 #696

Are you guys thinking about adding skein algo to excavator ?  There is an sp_mod 3 out there somewhere which is faster than the alexis78 ccminer apprentely O.o
nevermind41
Full Member
***
Offline Offline

Activity: 186
Merit: 100


View Profile
June 30, 2017, 12:15:35 AM
 #697

Can you give a sample for ethereum? I couldn't  work it with ethereum.
ace24
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
June 30, 2017, 01:46:49 AM
 #698

Very nice work with CUDA daggerhashimoto -- getting about 14.2 MH/s @ 52W on a 1050Ti with minimal card tweaking, which is about 5% faster with 15% less energy than Claymore, which was the previous best for my card.

I'll see how stable and profitable it is over the next day or so, then try some dual mining.
fr4nkthetank
Legendary
*
Offline Offline

Activity: 2294
Merit: 1182


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


View Profile
June 30, 2017, 02:49:13 AM
 #699

Can you give a sample for ethereum? I couldn't  work it with ethereum.

try it on nicehash
Kompik
Sr. Member
****
Offline Offline

Activity: 463
Merit: 250


View Profile
June 30, 2017, 05:49:55 AM
 #700

Too bad the Ethereum does not work on any other pool than on nicehash. Also wasnt able to manage 33 MHS as stated even with very high memory. It is probably tested on samsung card with +1000? - Not many cards can reach that.

Bitrated user: Kompik.
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 68 69 70 »
  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!