Bitcoin Forum
May 08, 2024, 05:38: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 179226 times)
cTnko
Member
**
Offline Offline

Activity: 85
Merit: 10


View Profile
June 25, 2017, 09:19:08 PM
 #661



Hi guys, i have spent a couple of days working on my own GUI for the excavator, its long way from finished but i wanted to show you what i have so far.
Currently i can't really move too much further than this as i am waiting for a critical API bugfix in the excavator.

What do you guys think of it so far?
1715189906
Hero Member
*
Offline Offline

Posts: 1715189906

View Profile Personal Message (Offline)

Ignore
1715189906
Reply with quote  #2

1715189906
Report to moderator
It is a common myth that Bitcoin is ruled by a majority of miners. This is not true. Bitcoin miners "vote" on the ordering of transactions, but that's all they do. They can't vote to change the network rules.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715189906
Hero Member
*
Offline Offline

Posts: 1715189906

View Profile Personal Message (Offline)

Ignore
1715189906
Reply with quote  #2

1715189906
Report to moderator
1715189906
Hero Member
*
Offline Offline

Posts: 1715189906

View Profile Personal Message (Offline)

Ignore
1715189906
Reply with quote  #2

1715189906
Report to moderator
1715189906
Hero Member
*
Offline Offline

Posts: 1715189906

View Profile Personal Message (Offline)

Ignore
1715189906
Reply with quote  #2

1715189906
Report to moderator
Elder III
Sr. Member
****
Offline Offline

Activity: 1246
Merit: 274


View Profile
June 26, 2017, 12:50:36 AM
 #662

Looks nice so far, any GUI is a big benefit since it goes a long way towards not scaring off newer less technically inclined miners.... Wink
thhjs
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
June 26, 2017, 06:52:23 AM
 #663

GUI is looking good. Keep up the good work.
edmoncu
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
June 26, 2017, 10:00:08 PM
 #664

Why is the bundled excavator program w/in Nicehash has the batch file setting pointing the BTCADDR to 3DJhaQaKA6oyRaGyDZYdkZcise4b9DrCi2?
Does it mean that my GPUs are mining for someone?
jpouza
Legendary
*
Offline Offline

Activity: 2688
Merit: 1110


View Profile
June 26, 2017, 10:27:46 PM
 #665

Why is the bundled excavator program w/in Nicehash has the batch file setting pointing the BTCADDR to 3DJhaQaKA6oyRaGyDZYdkZcise4b9DrCi2?
Does it mean that my GPUs are mining for someone?

If you check this adress in Nicehash.com you'll see this guy have a lot of mining power:

https://new.nicehash.com/miner/3DJhaQaKA6oyRaGyDZYdkZcise4b9DrCi2

Also, I don't know nothing about this adress owner, maybe someone in Nicehash.com?
edmoncu
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
June 26, 2017, 10:29:17 PM
 #666

... also, the bundled Excavator with Nicehash program (1.7.5.13) seems pretty old.
edmoncu
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
June 26, 2017, 10:41:05 PM
 #667

This is the content of the file start_equihash+restart_script.bat
Code:
:: your Bitcoin address and worker name
SET BTCADDR=3DJhaQaKA6oyRaGyDZYdkZcise4b9DrCi2
SET WORKER=test

:: set your closest location (eu, usa, hk or jp)
SET LOCATION=eu

:: set to 1 to print out speed of devices
SET DEBUG_MODE=2

:start
excavator.exe -a equihash -s equihash.%LOCATION%.nicehash.com:3357 -u %BTCADDR%.%WORKER%:x -d %DEBUG_MODE% -ca -ca
ping 127.0.0.1 > nul
goto start

This is the content of the file start_pascal+restart_script.bat
Code:
:: your Bitcoin address and worker name
SET BTCADDR=3DJhaQaKA6oyRaGyDZYdkZcise4b9DrCi2
SET WORKER=test

:: set your closest location (eu, usa, hk or jp)
SET LOCATION=eu

:: set to 1 to print out speed of devices
SET DEBUG_MODE=2

:start
excavator.exe -a pascal -s pascal.%LOCATION%.nicehash.com:3358 -u %BTCADDR%.%WORKER%:x -d %DEBUG_MODE% -ca
ping 127.0.0.1 > nul
goto start
MarcusDe
Hero Member
*****
Offline Offline

Activity: 796
Merit: 505



View Profile WWW
June 27, 2017, 12:10:31 PM
 #668

Why is the bundled excavator program w/in Nicehash has the batch file setting pointing the BTCADDR to 3DJhaQaKA6oyRaGyDZYdkZcise4b9DrCi2?
Does it mean that my GPUs are mining for someone?

Hahaha, and you want it be yours by default?

I saw same stupid question in Claymore miner thread.
You made my day again :-D

polymer_city
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
June 27, 2017, 08:15:20 PM
 #669



Hi guys, i have spent a couple of days working on my own GUI for the excavator, its long way from finished but i wanted to show you what i have so far.
Currently i can't really move too much further than this as i am waiting for a critical API bugfix in the excavator.

What do you guys think of it so far?

Are you not using MahApps?

Looks good though, pretty much what i was thinking of doing!
cTnko
Member
**
Offline Offline

Activity: 85
Merit: 10


View Profile
June 27, 2017, 08:58:39 PM
 #670



Hi guys, i have spent a couple of days working on my own GUI for the excavator, its long way from finished but i wanted to show you what i have so far.
Currently i can't really move too much further than this as i am waiting for a critical API bugfix in the excavator.

What do you guys think of it so far?

Are you not using MahApps?

Looks good though, pretty much what i was thinking of doing!

I am using nwjs (as that's the one i got most experience with), also in the future it could be converted to a "web page" (as now the miner can only serve the index.html) which isn't really suitable for a more complex GUI.
While i made decent progress on the GUI, i am still waiting on the algorithm.add API fix which prevents me from testing most of the features, just placeholder routines everywhere Cry
Araviel
Member
**
Offline Offline

Activity: 114
Merit: 10


View Profile
June 28, 2017, 12:37:29 AM
 #671

Missing around 50% hashrate for my 7950

i'm usually getting 210 h/s on other miners

https://i.gyazo.com/e83edcc1e976624cee33298a2bc6a6bd.png

thanks
edmoncu
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
June 28, 2017, 04:07:26 PM
 #672

Why is the bundled excavator program w/in Nicehash has the batch file setting pointing the BTCADDR to 3DJhaQaKA6oyRaGyDZYdkZcise4b9DrCi2?
Does it mean that my GPUs are mining for someone?

Hahaha, and you want it be yours by default?

I saw same stupid question in Claymore miner thread.
You made my day again :-D
Just want to know if this setting is normal that i need not be alarmed.
You don't need to be sarcastic if you don't want to answer.
Araviel
Member
**
Offline Offline

Activity: 114
Merit: 10


View Profile
June 28, 2017, 04:24:19 PM
 #673

Why is the bundled excavator program w/in Nicehash has the batch file setting pointing the BTCADDR to 3DJhaQaKA6oyRaGyDZYdkZcise4b9DrCi2?
Does it mean that my GPUs are mining for someone?

Hahaha, and you want it be yours by default?

I saw same stupid question in Claymore miner thread.
You made my day again :-D
Just want to know if this setting is normal that i need not be alarmed.
You don't need to be sarcastic if you don't want to answer.

Thoses address are plaeholder, an example address (but a real). That means you must replace them if you are using this bat.
fr4nkthetank
Legendary
*
Offline Offline

Activity: 2294
Merit: 1182


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


View Profile
June 28, 2017, 11:03:00 PM
 #674

Question for zawawa.  I get slightly better speeds with spmod lbry ccminer, 501 vs 485.  He does have 1.7% fee or something though, but still.  Any settings I can play with for a 1080ti ?
djeZo
Hero Member
*****
Offline Offline

Activity: 588
Merit: 520


View Profile
June 29, 2017, 12:48:05 AM
 #675

Question for zawawa.  I get slightly better speeds with spmod lbry ccminer, 501 vs 485.  He does have 1.7% fee or something though, but still.  Any settings I can play with for a 1080ti ?

Yes, increase number of blocks, you will get some more, but picture will be more laggy that is why we used lower values of number of blocks.

We have some great news; daggerhashimoto has been implemented and is reaching really great speeds with very low power consumption; 1070 115W ~33 MH/s and 1060 73 W ~25 MH/s

paos9e
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
June 29, 2017, 12:50:40 AM
 #676

We have some great news;
any update on linux version?
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:03:51 AM
Last edit: June 29, 2017, 01:20:29 AM by fr4nkthetank
 #677

Thanks, I will try that, much appreciated.  great work too btw.

Edit:  So yeah small speed increase, worth it, did 4096 and 8192 on 1070/1080ti.  If its too high ill just get low diff shares correct ? 
reb0rn21
Legendary
*
Offline Offline

Activity: 1898
Merit: 1024


View Profile
June 29, 2017, 03:02:10 AM
 #678

Question for zawawa.  I get slightly better speeds with spmod lbry ccminer, 501 vs 485.  He does have 1.7% fee or something though, but still.  Any settings I can play with for a 1080ti ?

Yes, increase number of blocks, you will get some more, but picture will be more laggy that is why we used lower values of number of blocks.

We have some great news; daggerhashimoto has been implemented and is reaching really great speeds with very low power consumption; 1070 115W ~33 MH/s and 1060 73 W ~25 MH/s

I guess you used optimization from davilizh too..

              ▄▄▄ ▀▀▀▀▀▀▀▀▀ ▄▄▄
           ▄▀▀    ▄▄▄▄▄▄▄▄▄    ▀▀▄
        ▄▀▀  ▄▄▀█          ▀█▀▄▄  ▀▀▄
      ▄▀▀ ▄▄▀    ▀▀▄▄▄▄▄▄▄▀▀    ▀▄▄ ▀▀▄
     █   █            ▀            █   █
   ▄▀ █  ▀▄▄                     ▄█▀  █ ▀▄
  ▄▀ ▄▀ █▄ ▀▀▀██▄▄▄       ▄▄▄██▀▀  ██ ▀▄ ▀▄
  ▀▄▀▀▄ ██ ▄▄▄▄▄▄  ▀▄   ▄▀  ▄▄▄▄▄▄ ██ ▄▀▀▄▀
 ██   █ ██ ▀▄    ▀▄ █   █ ▄▀    ▄▀ ██ █  ▀██
 █  ▄█  ▀█  ▀▀▀▀▀▀▀ █   █ ▀▀▀▀▀▀▀  █   █▄  █
█▀ █  █  █          █   █          █  █  █ ▀▀
 █▀  ▄▀  █▀▄        █   █        ▄▀█  ▀▄  ▀█
 ▄  █▀   █ ▀█▄      ▀   ▀      ▄█▀ █  ▄▀█  ▄
 █▄▀  █  █                         █  █  ▀▄█
 ▀▄  █   ▀█        ▄▄▀▄▀▄▄        █▀   █  ▄
  ▀▄▀▀  █▄ █     ▀█  ▀▀▀  █▀     █ ▄█ ▄▀▀▄▀
   ▀ ▄  ██ █▀▄     ▀▀▄▄▄▀▀     ▄▀█ ██ ▀▄ ▀
    ▀█  ██ █ █▀▄    ▄▄▄▄▄    ▄▀█ █ ██  █▀
      ▀▄ ▀ █ █ ██▄         ▄██ █ █ ▀ ▄▀
        ▀▄ █ █ █ ▀█▄     ▄█▀ █ █ █ ▄▀
          ▀▀▄█ █    ▀▀▀▀▀    █ █▄▀▀
              ▀▀ ▄▄▄▄▄▄▄▄▄▄▄ ▀▀
   
..I  D  E  N  A..
   
Proof-of-Person Blockchain

Join the mining of the first human-centric
cryptocurrency
 



 
▲    2 3 2 2

..N  O  D  E  S..
   
                ██
                ██
                ██
                ██
                ██
         ▄      ██      ▄
         ███▄   ██   ▄███
          ▀███▄ ██ ▄███▀
            ▀████████▀
              ▀████▀
                ▀▀
██▄                            ▄██
███                            ███
███                            ███
███                            ███
 ███▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄███
  ▀▀██████████████████████████▀▀
   
D O W N L O A D

Idena node

   
   
▄▄▄██████▄▄▄
▄▄████████████████▄▄
▄█████▀▀        ▀▀█████▄
████▀                ▀████
███▀    ▄▄▄▄▄▄▄▄▄       ▀███
███      █   ▄▄ █▀▄        ███
██▀      █  ███ █  ▀▄      ▀██
███       █   ▀▀ ▀▀▀▀█       ███
███       █  ▄▄▄▄▄▄  █       ███
███       █  ▄▄▄▄▄▄  █       ███
██▄      █  ▄▄▄▄▄▄  █      ▄██
███      █          █      ███
███▄    ▀▀▀▀▀▀▀▀▀▀▀▀    ▄███
████▄                ▄████
▀█████▄▄        ▄▄█████▀
▀▀████████████████▀▀
▀▀▀██████▀▀▀
   
    .REQUEST INVITATION.
jimmykl
Full Member
***
Offline Offline

Activity: 349
Merit: 102


View Profile
June 29, 2017, 04:28:31 AM
 #679

Question for zawawa.  I get slightly better speeds with spmod lbry ccminer, 501 vs 485.  He does have 1.7% fee or something though, but still.  Any settings I can play with for a 1080ti ?

Yes, increase number of blocks, you will get some more, but picture will be more laggy that is why we used lower values of number of blocks.

We have some great news; daggerhashimoto has been implemented and is reaching really great speeds with very low power consumption; 1070 115W ~33 MH/s and 1060 73 W ~25 MH/s

I guess you used optimization from davilizh too..

Does that mean mining ETH on nvidia with excavator is possible now? Is there a release available?
baten
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
June 29, 2017, 06:20:54 AM
 #680

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
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!