vast.ai gpu rentals?
#1
Anyone tried them? I am having issues with hashcat not seeing the GPUs.
installed toolkit, clinfo etcc...
sudo apt-get install nvidia-cuda-toolkit
sudo apt-get install clinfo
lshw -c display
*-display
      description: VGA compatible controller
      product: GP104 [GeForce GTX 1080]
      vendor: NVIDIA Corporation
      physical id: 0
      bus info: pci@0000:03:00.0
      version: a1
      width: 64 bits
      clock: 33MHz
      capabilities: vga_controller bus_master cap_list rom
      configuration: driver=nvidia latency=0
      resources: irq:74 memory:d2000000-d2ffffff memory:c0000000-cfffffff memory:d0000000-d1ffffff ioport:8000(size=128) memory:d3000000-d307ffff
  *-display
      description: VGA compatible controller
      product: GP104 [GeForce GTX 1080]
      vendor: NVIDIA Corporation
      physical id: 0
      bus info: pci@0000:04:00.0
      version: a1
      width: 64 bits
      clock: 33MHz
      capabilities: vga_controller bus_master cap_list rom
      configuration: driver=nvidia latency=0
      resources: iomemory:383f0-383ef iomemory:383f0-383ef irq:77 memory:d8000000-d8ffffff memory:383fe0000000-383fefffffff memory:383ff0000000-383ff1ffffff ioport:7000(size=128) memory:d9000000-d907ffff
  *-display
      description: VGA compatible controller
      product: GP104 [GeForce GTX 1080]
      vendor: NVIDIA Corporation
      physical id: 0
      bus info: pci@0000:05:00.0
      version: a1
      width: 64 bits
      clock: 33MHz
      capabilities: vga_controller bus_master cap_list rom
      configuration: driver=nvidia latency=0
      resources: iomemory:383f0-383ef iomemory:383f0-383ef irq:75 memory:d6000000-d6ffffff memory:383fc0000000-383fcfffffff memory:383fd0000000-383fd1ffffff ioport:6000(size=128) memory:d7000000-d707ffff


-
root@C.364106:~/hashcat-5.1.0$ ./hashcat64.bin -I
hashcat (v5.1.0) starting...

OpenCL Info:

Platform ID #1
  Vendor  : Intel(R) Corporation
  Name    : Intel(R) CPU Runtime for OpenCL(TM) Applications
  Version : OpenCL 2.1 LINUX

  Device ID #1
    Type          : CPU
    Vendor ID      : 8
    Vendor        : Intel(R) Corporation
    Name          : Intel(R) Xeon(R) CPU E5-2690 0 @ 2.90GHz
    Version        : OpenCL 2.1 (Build 0)
    Processor(s)  : 32
    Clock          : 2900
    Memory        : 32219/128879 MB allocatable
    OpenCL Version : OpenCL C 2.0
    Driver Version : 18.1.0.0920

root@C.364106:~/hashcat-5.1.0$



anyone had same issues with the platform? If anyone know the solution I'd be grateful.

Thanks
Reply
#2
try with the beta version https://hashcat.net/beta/
Reply
#3
Thanks for reply, its the same:

root@C.364385:~/hash2/hashcat-5.1.0$ ./hashcat.bin -I
hashcat (v5.1.0-1223-ga7fd1e40) starting...

OpenCL Info:
============

OpenCL Platform ID #1
Vendor..: Intel(R) Corporation
Name....: Intel(R) CPU Runtime for OpenCL(TM) Applications
Version.: OpenCL 2.1 LINUX

Backend Device ID #1
Type...........: CPU
Vendor.ID......: 8
Vendor.........: Intel(R) Corporation
Name...........: Intel(R) Celeron(R) CPU G3930 @ 2.90GHz
Version........: OpenCL 2.1 (Build 0)
Processor(s)...: 2
Clock..........: 2900
Memory.........: 974/3897 MB allocatable
OpenCL.Version.: OpenCL C 2.0
Driver.Version.: 18.1.0.0920
Reply
#4
nvm figured it out
Reply
#5
(07-21-2019, 02:01 AM)hashcrack13 Wrote: nvm figured it out


How did you figure this out I have same problem?

Thanks it's driving me crazy! 

Jack
Reply
#6
(04-05-2020, 11:55 AM)cryptojacker Wrote:
(07-21-2019, 02:01 AM)hashcrack13 Wrote: nvm figured it out


How did you figure this out I have same problem?

Thanks it's driving me crazy! 

Jack

I use a docker image of hashcat. For example: https://hub.docker.com/r/dizcza/docker-hashcat/
Reply
#7
Use cuda tag from dizcza/docker-hashcat/
Reply