Livepool-io / transcoder

Livepool transcoder releases
18 stars 5 forks source link

Livepool Video Miner

Installation

  1. Download the latest release for your OS from the releases page

  2. Unpack the archive.

    • .zip : use winzip or winRAR
    • .tar : $ tar -zxvf livepool-$(YOUR_PLATFORM)-amd64.tar.gz
  3. Move the binary to your executable PATH

  4. Find your GPU PCIe IDs using nvidia-smi , this corresponds to your PCIe 16x slots, i.e. if you have one slot with one GPU your ID will be 0.

  5. Start livepool

$ livepool -ethAcctAddr $(YOUR_ETH_ADDRESS) -nvidia $(PCIe IDs comma-separated)

Example: $ livepool -ethAcctAddr 0xF5ba856B4DBfBf3A56b01eFd0697fc188cE1aFD8 -nvidia 0,1