t-rex -a x16rv2 -o -d 0 stratum+tcp
the following works with
t-rex -a x16rv2 -o stratum+tcp
but i get this error
20191006 10:47:21 T-Rex NVIDIA GPU miner v0.14.4 - [CUDA v9.20]
20191006 10:47:21 r.3ae57xxxxxxe9c
20191006 10:47:21
20191006 10:47:21 NVIDIA Driver v430.86
20191006 10:47:21 CUDA devices available: 2
20191006 10:47:21
20191006 10:47:21 WARN: DevFee 1% (x16rv2)
20191006 10:47:21
20191006 10:47:21 URL : stratum+tcp://xxxxxxxxxxxxxxxxxxxxxxx
20191006 10:47:21 USER: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/xxxxxxxxxxx
20191006 10:47:21 PASS: x
20191006 10:47:21
20191006 10:47:21 Starting on: xxxxxxxxxxxxxx
20191006 10:47:21 ApiServer: HTTP server started on 0.0.0.0:4067
20191006 10:47:21 WARN: NVML: can't get power for GPU #1, not supported
20191006 10:47:21 -----------------------------------------------------
20191006 10:47:21 For control navigate to: http://192.168.1.1:4067/trex
20191006 10:47:21 -----------------------------------------------------
20191006 10:47:21 ApiServer: Telnet server started on 0.0.0.0:4068
20191006 10:47:21 WARN: GPU #0: MSI GeForce GTX 1060 6GB, intensity set to 20
20191006 10:47:21 ERROR: Can't initialize device [ID=1, GPU #1], cuda exception in [trexInitializerM, 148], unspecified launch failure
20191006 10:47:21 WARN: Messy shutdown...
20191006 10:47:21 Main loop finished.
20191006 10:47:21 ApiServer: stopped listening on 0.0.0.0:4067
20191006 10:47:21 ApiServer: stopped listening on 0.0.0.0:4068
20191006 10:47:22 Authorizing...
20191006 10:47:23 WARN: WATCHDOG: T-Rex does not exist anymore, restarting...
just add "-d 0" to select device (gpu) 0
example:
t-rex -a x16rv2 -o stratum+tcp://YOUR POOL -u YOURWALLETADRESS -p x -d 0