Version 1.3.1 alpha NVIDIA
Pre-release
Pre-release
- bug fixes & improvements
- equihash speed improvement
- support for P106-100 and P104-100
Note on equihash: Use two workers per device when running on the GTX 1080 Ti or on Windows 7, otherwise use one worker per device.
Notes for Linux Users: The Linux version of excavator is compatible only with Ubuntu 16.04 LTS and Ubuntu 14.04 LTS. All you need to do for installation on Ubuntu 16.04 LTS is to run:
wget https://github.com/nicehash/excavator/releases/download/v1.3.1a/excavator_1.3.1a-xenial0_amd64.deb
sudo apt install ./excavator_1.3.1a-xenial0_amd64.deb
On Ubuntu 14.04 LTS:
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
wget https://github.com/nicehash/excavator/releases/download/v1.3.1a/excavator_1.3.1a-trusty0_amd64.deb
sudo dpkg -i excavator_1.3.1a-trusty0_amd64.deb
sudo apt-get install -f
Everything will be installed under /opt/excavator, and you can test excavator with:
excavator -c /opt/excavator/etc/default_command_file.json
There is no man page yet, but it should be ready for the next version.