Bitcoin Forum
May 21, 2024, 11:14:17 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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)
at10ti0n
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
November 09, 2017, 10:00:00 PM
 #1041

is the linux 1.3.6a being prepared? Great work on supporting it as well!
dropky
Jr. Member
*
Offline Offline

Activity: 132
Merit: 7


View Profile
November 13, 2017, 12:48:39 PM
 #1042

is the linux 1.3.6a being prepared? Great work on supporting it as well!

Thanks for pointing it out. Linux packages will be uploaded soon.
dropky
Jr. Member
*
Offline Offline

Activity: 132
Merit: 7


View Profile
November 13, 2017, 12:56:16 PM
 #1043

It's only happening on cryptonight algo...
Can a dev take a look at that?

Also I'm CPU mining at the same time, but I keep getting errors on my CPU miner while mining cryptonight.

We're working on it. The thing is that Cryptonight is very intense. The lags should be more tolerable if you lower the "intensity". Change the B parameter, you should set it between 10-30. 
zawawa
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
November 17, 2017, 01:37:55 AM
 #1044

Version 1.3.6 alpha NVIDIA for Linux

* cryptonight bug fixes & improvements

The Linux version of excavator is compatible only with Ubuntu 16.04 LTS and Ubuntu 14.04 LTS, and it requires NVIDIA Display Driver 387 or later. All you need to do for installation on Ubuntu 16.04 LTS is to install a compatible NVIDIA driver and to run:

Code:
wget https://github.com/nicehash/excavator/releases/download/v1.3.6a/excavator_1.3.6a-xenial0_amd64.deb
sudo apt install ./excavator_1.3.6a-xenial0_amd64.deb

On Ubuntu 14.04 LTS:
Code:
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
wget https://github.com/nicehash/excavator/releases/download/v1.3.6a/excavator_1.3.6a-trusty0_amd64.deb
sudo dpkg -i excavator_1.3.6a-trusty0_amd64.deb
sudo apt-get install -f

Everything will be installed under /opt/excavator, and you can test excavator with:

Code:
excavator-run

If you would like to mine to your Bitcoin address:

Code:
excavator-run -u [your Bitcoin address] -a [algorithm]

You can run a complete set of benchmarks with:

Code:
excavator-benchmark

For further details, please refer to the manpage for excavator(1).

Sorry for the delay... The new support scripts should be pretty useful, though. Enjoy!

Gateless Gate Sharp, an open-source ETH/XMR miner: http://bit.ly/2rJ2x4V
BTC: 1BHwDWVerUTiKxhHPf2ubqKKiBMiKQGomZ
scryptr
Legendary
*
Offline Offline

Activity: 1796
Merit: 1028



View Profile WWW
November 17, 2017, 01:53:07 AM
 #1045

Version 1.3.6 alpha NVIDIA for Linux

* cryptonight bug fixes & improvements

The Linux version of excavator is compatible only with Ubuntu 16.04 LTS and Ubuntu 14.04 LTS, and it requires NVIDIA Display Driver 387 or later. All you need to do for installation on Ubuntu 16.04 LTS is to install a compatible NVIDIA driver and to run:

Code:
wget https://github.com/nicehash/excavator/releases/download/v1.3.6a/excavator_1.3.6a-xenial0_amd64.deb
sudo apt install ./excavator_1.3.6a-xenial0_amd64.deb

On Ubuntu 14.04 LTS:
Code:
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
wget https://github.com/nicehash/excavator/releases/download/v1.3.6a/excavator_1.3.6a-trusty0_amd64.deb
sudo dpkg -i excavator_1.3.6a-trusty0_amd64.deb
sudo apt-get install -f

Everything will be installed under /opt/excavator, and you can test excavator with:

Code:
excavator-run

If you would like to mine to your Bitcoin address:

Code:
excavator-run -u [your Bitcoin address] -a [algorithm]

You can run a complete set of benchmarks with:

Code:
excavator-benchmark

For further details, please refer to the manpage for excavator(1).

Sorry for the delay... The new support scripts should be pretty useful, though. Enjoy!

HOW TO HANDLE AN UPDATE WITH "DPKG"? --

I installed v1.3.1 with "dpkg" on Ubuntu 14.04.  Should I uninstall/reinstall, or is there an update procedure?      

I don't wish to destroy a working install with a botched upgrade.        --scryptr 

TIPS:  BTC - 1Fs4uZ6a9ABYBTaHGUfqcwCQmeBRxkKRQT    DASH - XrK81tW31SLsVvZ2WX9VhTjpT6GXJPLdbQ
          SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
          GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
zawawa
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
November 17, 2017, 02:20:36 AM
 #1046

HOW TO HANDLE AN UPDATE WITH "DPKG"? --

I installed v1.3.1 with "dpkg" on Ubuntu 14.04.  Should I uninstall/reinstall, or is there an update procedure?      

I don't wish to destroy a working install with a botched upgrade.        --scryptr 

dpkg/apt do take care of updates. No worries.

Gateless Gate Sharp, an open-source ETH/XMR miner: http://bit.ly/2rJ2x4V
BTC: 1BHwDWVerUTiKxhHPf2ubqKKiBMiKQGomZ
scryptr
Legendary
*
Offline Offline

Activity: 1796
Merit: 1028



View Profile WWW
November 17, 2017, 05:36:17 AM
 #1047

HOW TO HANDLE AN UPDATE WITH "DPKG"? --

I installed v1.3.1 with "dpkg" on Ubuntu 14.04.  Should I uninstall/reinstall, or is there an update procedure?      

I don't wish to destroy a working install with a botched upgrade.        --scryptr 

dpkg/apt do take care of updates. No worries.

THANK YOU FOR RESPONDING--

But I am suggesting that you post a version upgrade procedure for Excavator 1.3.6+ following the initial install instructions.  I use Linux a lot, but  am not a great master.       --scryptr

TIPS:  BTC - 1Fs4uZ6a9ABYBTaHGUfqcwCQmeBRxkKRQT    DASH - XrK81tW31SLsVvZ2WX9VhTjpT6GXJPLdbQ
          SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
          GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
zawawa
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
November 17, 2017, 05:53:34 AM
 #1048

HOW TO HANDLE AN UPDATE WITH "DPKG"? --

I installed v1.3.1 with "dpkg" on Ubuntu 14.04.  Should I uninstall/reinstall, or is there an update procedure?      

I don't wish to destroy a working install with a botched upgrade.        --scryptr  

dpkg/apt do take care of updates. No worries.

THANK YOU FOR RESPONDING--

But I am suggesting that you post a version upgrade procedure for Excavator 1.3.6+ following the initial install instructions.  I use Linux a lot, but  am not a great master.       --scryptr

Sure, I could do that for you:
Code:
wget https://github.com/nicehash/excavator/releases/download/v1.3.6a/excavator_1.3.6a-trusty0_amd64.deb
sudo dpkg -i excavator_1.3.6a-trusty0_amd64.deb
sudo apt-get install -f

Gateless Gate Sharp, an open-source ETH/XMR miner: http://bit.ly/2rJ2x4V
BTC: 1BHwDWVerUTiKxhHPf2ubqKKiBMiKQGomZ
scryptr
Legendary
*
Offline Offline

Activity: 1796
Merit: 1028



View Profile WWW
November 17, 2017, 07:40:29 AM
 #1049

HOW TO HANDLE AN UPDATE WITH "DPKG"? --

I installed v1.3.1 with "dpkg" on Ubuntu 14.04.  Should I uninstall/reinstall, or is there an update procedure?      

I don't wish to destroy a working install with a botched upgrade.        --scryptr  

dpkg/apt do take care of updates. No worries.

THANK YOU FOR RESPONDING--

But I am suggesting that you post a version upgrade procedure for Excavator 1.3.6+ following the initial install instructions.  I use Linux a lot, but  am not a great master.       --scryptr

Sure, I could do that for you:
Code:
wget https://github.com/nicehash/excavator/releases/download/v1.3.6a/excavator_1.3.6a-trusty0_amd64.deb
sudo dpkg -i excavator_1.3.6a-trusty0_amd64.deb
sudo apt-get install -f

THANK YOU! --

What I understand from this is that a new version of Excavator will simply install over a successfully installed previous edition.  Is that correct?        --scryptr

P.S.  The control features of Excavator are terrific!       --scryptr

TIPS:  BTC - 1Fs4uZ6a9ABYBTaHGUfqcwCQmeBRxkKRQT    DASH - XrK81tW31SLsVvZ2WX9VhTjpT6GXJPLdbQ
          SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
          GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
zawawa
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
November 17, 2017, 05:15:53 PM
Last edit: November 17, 2017, 05:42:28 PM by zawawa
 #1050

THANK YOU! --

What I understand from this is that a new version of Excavator will simply install over a successfully installed previous edition.  Is that correct?        --scryptr

P.S.  The control features of Excavator are terrific!       --scryptr

Yes, just like "apt install". In fact, it is the other way around: apt uses dpkg internally.

Gateless Gate Sharp, an open-source ETH/XMR miner: http://bit.ly/2rJ2x4V
BTC: 1BHwDWVerUTiKxhHPf2ubqKKiBMiKQGomZ
lexkanev
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
November 17, 2017, 09:23:34 PM
 #1051

Version 1.3.6 alpha NVIDIA for Linux

* cryptonight bug fixes & improvements

The Linux version of excavator is compatible only with Ubuntu 16.04 LTS and Ubuntu 14.04 LTS, and it requires NVIDIA Display Driver 387 or later. All you need to do for installation on Ubuntu 16.04 LTS is to install a compatible NVIDIA driver and to run:

.............
.............

Sorry for the delay... The new support scripts should be pretty useful, though. Enjoy!

Hi!
I compared performance of versions 1.3.4a and 1.3.6a in Ubuntu 16.04 LTS on Palit p106-100 (GFX 1060 6G).
It's very strange - on Monero (cryptonight algorithm) I have results:

1.3.4a ~ 431-436 H/s,
1.3.6a ~ 460-464 H/s.

In json config I use CUDA-cryptonight parameters: B=30,TPB=32.

PS. ZEC mining looks the same in both versions.
zawawa
Sr. Member
****
Offline Offline

Activity: 728
Merit: 304


Miner Developer


View Profile
November 18, 2017, 01:03:08 AM
 #1052

Version 1.3.6 alpha NVIDIA for Linux

* cryptonight bug fixes & improvements

The Linux version of excavator is compatible only with Ubuntu 16.04 LTS and Ubuntu 14.04 LTS, and it requires NVIDIA Display Driver 387 or later. All you need to do for installation on Ubuntu 16.04 LTS is to install a compatible NVIDIA driver and to run:

.............
.............

Sorry for the delay... The new support scripts should be pretty useful, though. Enjoy!

Hi!
I compared performance of versions 1.3.4a and 1.3.6a in Ubuntu 16.04 LTS on Palit p106-100 (GFX 1060 6G).
It's very strange - on Monero (cryptonight algorithm) I have results:

1.3.4a ~ 431-436 H/s,
1.3.6a ~ 460-464 H/s.

In json config I use CUDA-cryptonight parameters: B=30,TPB=32.

PS. ZEC mining looks the same in both versions.


I am not sure if it is my optimization or voidstar's bug fix, but I am glad to hear that anyway!

Gateless Gate Sharp, an open-source ETH/XMR miner: http://bit.ly/2rJ2x4V
BTC: 1BHwDWVerUTiKxhHPf2ubqKKiBMiKQGomZ
lexkanev
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
November 18, 2017, 06:31:45 AM
 #1053

Version 1.3.6 alpha NVIDIA for Linux

* cryptonight bug fixes & improvements

The Linux version of excavator is compatible only with Ubuntu 16.04 LTS and Ubuntu 14.04 LTS, and it requires NVIDIA Display Driver 387 or later. All you need to do for installation on Ubuntu 16.04 LTS is to install a compatible NVIDIA driver and to run:

.............
.............

Sorry for the delay... The new support scripts should be pretty useful, though. Enjoy!

Hi!
I compared performance of versions 1.3.4a and 1.3.6a in Ubuntu 16.04 LTS on Palit p106-100 (GFX 1060 6G).
It's very strange - on Monero (cryptonight algorithm) I have results:

1.3.4a ~ 431-436 H/s,
1.3.6a ~ 460-464 H/s.

In json config I use CUDA-cryptonight parameters: B=30,TPB=32.

PS. ZEC mining looks the same in both versions.


I am not sure if it is my optimization or voidstar's bug fix, but I am glad to hear that anyway!

One another question - how to use miner on AMD GPUs in Ubuntu 14.04 LTS?
Kayfolom
Member
**
Offline Offline

Activity: 68
Merit: 10


View Profile
November 18, 2017, 06:43:27 AM
 #1054

Dear Zawawa, is it planned to add new algorithms to the Excavator?
Jackkyy
Full Member
***
Offline Offline

Activity: 252
Merit: 100


View Profile
November 18, 2017, 06:48:37 AM
 #1055

whats a hashrate on VEga 64?
lexkanev
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
November 19, 2017, 08:49:35 AM
 #1056

Dear Zawawa, is it planned to add new algorithms to the Excavator?

Good question - now I need ethash algorithm too, but on AMD and Ubuntu 14.04 LTS  Wink
Dear Zawawa, help us!  Smiley
scryptr
Legendary
*
Offline Offline

Activity: 1796
Merit: 1028



View Profile WWW
November 19, 2017, 10:31:46 AM
Last edit: November 19, 2017, 11:53:49 AM by scryptr
 #1057

Dear Zawawa, is it planned to add new algorithms to the Excavator?

Good question - now I need ethash algorithm too, but on AMD and Ubuntu 14.04 LTS  Wink
Dear Zawawa, help us!  Smiley

EXCAVATOR DOES ETH-HASH (DAGGER-HASHIMOTO)--

You may read on pages 48-50 or so for example configurations.  Excavator dual-mines with no fee.  Detailed configuration docs are on the GitHub site.       --scryptr

TIPS:  BTC - 1Fs4uZ6a9ABYBTaHGUfqcwCQmeBRxkKRQT    DASH - XrK81tW31SLsVvZ2WX9VhTjpT6GXJPLdbQ
          SCRYPTR'S NOTEBOOK: https://bitcointalk.org/index.php?topic=5035515.msg46035530#msg46035530
          GITHUB: "github.com/scryptr"  MERIT is appreciated, also.  Thanks!
lexkanev
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
November 19, 2017, 06:25:14 PM
 #1058

Dear Zawawa, is it planned to add new algorithms to the Excavator?

Good question - now I need ethash algorithm too, but on AMD and Ubuntu 14.04 LTS  Wink
Dear Zawawa, help us!  Smiley

EXCAVATOR DOES ETH-HASH (DAGGER-HASHIMOTO)--

You may read on pages 48-50 or so for example configurations.  Excavator dual-mines with no fee.  Detailed configuration docs are on the GitHub site.       --scryptr

I saw 48-50 pages before and config dual-mining for ZEC and XMR. But I didn't know what algorithm is for ETH in Excavator miner. Thnx!

Now I can't config web stats for Excavator on Ubuntu 16.04 LTS. Where can I put the "index.html" file to get stats on web?
I start excavator with -wp and -wi parameters (not local IP bind) and get on web "404 Not Found", but when I do "api?..." to binded IP and port I can get stats in JSON format.

Thnx!
Burgie002
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
November 20, 2017, 04:25:27 AM
 #1059

Quote
Insert Quote
Quote from: scryptr on November 19, 2017, 10:31:46 AM
Quote from: lexkanev on November 19, 2017, 08:49:35 AM
Quote from: Kayfolom on November 18, 2017, 06:43:27 AM
Dear Zawawa, is it planned to add new algorithms to the Excavator?

Good question - now I need ethash algorithm too, but on AMD and Ubuntu 14.04 LTS  Wink
Dear Zawawa, help us!  Smiley

EXCAVATOR DOES ETH-HASH (DAGGER-HASHIMOTO)--

You may read on pages 48-50 or so for example configurations.  Excavator dual-mines with no fee.  Detailed configuration docs are on the GitHub site.       --scryptr

I saw 48-50 pages before and config dual-mining for ZEC and XMR. But I didn't know what algorithm is for ETH in Excavator miner. Thnx!

Now I can't config web stats for Excavator on Ubuntu 16.04 LTS. Where can I put the "index.html" file to get stats on web?
I start excavator with -wp and -wi parameters (not local IP bind) and get on web "404 Not Found", but when I do "api?..." to binded IP and port I can get stats in JSON format.

Thnx!


Anyone

I am trying to implement the "device.list" command in my config file but failing.
I have already read the Readme and Master documents. It is not clear to me how this command is implemented.

I added the following to my config file and caused the system to freeze.

{"id":1,"method":"device.list","params":[]}


I am currently mining ZEC on Excavator. I have 5x GTX1080TI GPUS on my rig. It works fine until I add the "device.list" and then it crashes.

Has any of you used this function when running excavator? If yes can you show your config entries related to "device.list" functionality.

I ran the telnet call for the device info. I entered the device results into a text file.
Can anyone show how the "device.list" command works in the config file and where does the results of this command show up?

Best regards



Kayfolom
Member
**
Offline Offline

Activity: 68
Merit: 10


View Profile
November 20, 2017, 08:28:43 AM
 #1060


Anyone

I am trying to implement the "device.list" command in my config file but failing.
I have already read the Readme and Master documents. It is not clear to me how this command is implemented.

I added the following to my config file and caused the system to freeze.

{"id":1,"method":"device.list","params":[]}


I am currently mining ZEC on Excavator. I have 5x GTX1080TI GPUS on my rig. It works fine until I add the "device.list" and then it crashes.

Has any of you used this function when running excavator? If yes can you show your config entries related to "device.list" functionality.

I ran the telnet call for the device info. I entered the device results into a text file.
Can anyone show how the "device.list" command works in the config file and where does the results of this command show up?

Best regards


device.list works only via API.  In the configuration file it does not work.
Via Telnet  - only type on keyboard {"id":1,"method":"device.list","params":[]} and press Enter.
With the HTTP  - http://Excavator_IP:Excavator_Port/api?command={"id":1,"method":"algorithm.list","params":[]}
For example:
Linux: wget --quiet -O - http://10.0.0.9:38080/api?command={"id":1,"method":"algorithm.list","params":[]}
Windows: use PowerShell (.Net) or wget for windows or browser
Pages: « 1 ... 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!