AMD Установка и настройка tdxminer(Lyra2z) с нуля

HANDY CRYPTO

Администратор
Команда форума

Команды для ubuntu 16.04:

[GROUPS=2]
Код:
sudo apt update
sudo apt dist-upgrade
sudo reboot
wget --referer=http://support.amd.com https://www2.ati.com/drivers/linux/ubuntu/amdgpu-pro-18.30-633530.tar.xz
tar -Jxvf amdgpu-pro-18.30-633530.tar.xz
cd amdgpu-pro-18.30-633530
./amdgpu-pro-install -y --opencl=legacy --headless
sudo apt-get install libjansson4
wget https://github.com/todxx/tdxminer/releases/download/v0.2.2.2/tdxminer-v0.2.2.2.tgz
tar -xvf tdxminer-v0.2.2.2.tgz
cd tdxminer-v0.2.2.2

sudo apt-get install psensor

sudo apt-get install git
git clone https://github.com/dominilux/amdgpu-pro-fans
cd amdgpu-pro-fans
chmod +x amdgpu-pro-fans.sh
sudo ./amdgpu-pro-fans.sh -s [скорость 0 - 100]


./tdxminer -a lyra2z -o stratum+tcp://lyra2z.eu.nicehash.com:3365 -u 1HANDYTVdjzsSaju9u1T95tZjkG3NTniej.RX580 -p x

Usage: tdxminer [OPTIONS]
Options:
  -a, --algo=ALGORITHM     Selects the mining algorithm.  Currently available
                             algorithms: lyra2z
  -o, --url=URL            Sets the pool URL.  Currently only stratum+tcp
                             URLs are supported.
  -u, --user=USERNAME      Sets the username for pool authorization.
  -p, --pass=PASSWORD      Sets the password for pool authorization.
      --platform=INDEX     Sets the index of the OpenCL platform to use.
                             If not specified, platform index 0 is used.
  -d, --devices=DEVLIST    Sets gpu devices to use from the OpenCL platform.
                             DEVLIST should be a comma seperated list of device
                             indices.  If not specified, all devices on the
                             platform will be used.  (example: -d 0,1,4)
      --help               Display this help message and exit.
[/GROUPS]
 
Сверху