Skip to content

krig-miner 0.0.11

Choose a tag to compare

@krig-miner krig-miner released this 06 Jul 16:11

New CLI arguments support

      --api-port <port>    Enable miner API at / and the Prometheus /metrics exposer on <port>
      --api-host <ip>      Bind interface for the exposer (optional; default *)
                             e.g. --api-port 12000 --api-host 127.0.0.1
  -d, --devices <list>     Devices to mine on: comma-separated 0-based
                             indices, or 'all' (default). e.g. -d 0,2
      --devices-pci <list> Devices to mine on, by PCI address: comma-separated
                             bus:device.function. e.g. --devices-pci 01:00.0,0a:00.0
      --list-devices       List detected devices (index/name/pci) and exit