Skip to content

--list-devices flag does not output devices on windows #3

@timelf123

Description

@timelf123
C:\Users\User\qtminer>QtMiner.exe --list-devices
Qt: Untested Windows version 10.0 detected!
Usage: QtMiner.exe [options]
Stratum enabled ethereum miner

Options:
  -?, -h, --help            Displays this help.
  -v, --version             Displays version information.
  -s, --server <server>     Stratum server host (e.g. ethpool.org:3333)
  -u, --user <user>         Username
  -p, --pass <pass>         Password
  -G, --gpu                 When mining use the GPU via OpenCL.
  --opencl-platform <n>     When mining using -G/--opencl use OpenCL platform n
                            (default: 0).
  --opencl-device <n>       When mining using -G/--opencl use OpenCL device n
                            (default: 0).
  -t, --mining-threads <n>  Limit number of CPU/GPU miners to n (default: use
                            everything available on selected platform).
  --list-devices            List the detected OpenCL devices and exit.
  --current-block <n>       Let the miner know the current block number at
                            configuration time. Will help determine DAG size and
                            required GPU memory.
  --cl-extragpu-mem <n>     Set the memory (in MB) you believe your GPU
                            requires for stuff other than mining. Windows
                            rendering e.t.c..
  --cl-local-work <n>       Set the OpenCL local work size. Default is 64.
  --cl-global-work <n>      Set the OpenCL global work size as a multiple of
                            the local work size. Default is 4096 * 64
  --ms-per-batch <n>        Set the OpenCL target milliseconds per batch
                            (global workgroup size). Default is 0. If 0 is given
                            then no autoadjustment of global work size will
                            happen.
  --no-precompute           Don't precompute the next epoch's DAG.

I have an nvidia card and onboard graphics, and need to know the device number of my nvidia card, because qtminer defaults to the intel graphics

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions