PlasmaPower / nano-vanity

A NANO vanity address generator (supports OpenCL)
BSD 2-Clause "Simplified" License
92 stars 31 forks source link

installing without opencl? #45

Closed Minecon724 closed 2 years ago

Minecon724 commented 3 years ago

opencl is required even when not using the features gpu argument

heres the error: https://pastebin.com/d8iN1bVc

deleterium commented 2 years ago

@Minecon724 Currently it is set to default compiling using gpu. So to deactivate you need to

  1. Open file Cargo.toml
  2. Delete line 13: default = ["gpu"]
  3. Compile the program cargo build --release
  4. Use the program that will be available at target/release/nano-vanity