lucasjones / cpuminer-multi

Multi-algo CPUMiner & Reference Cryptonote Miner (JSON-RPC 2.0)
Other
638 stars 1.5k forks source link

x11 not working #12

Open ghost opened 10 years ago

ghost commented 10 years ago

on a fresh clone/build from current git it seems youve forgotten to add the full support for x11

v@n:~/dev/cpuminer-multi$ minerd --benchmark -a x11 minerd: unknown algorithm -- 'x11' Try `minerd --help' for more information. v@n:~/dev/cpuminer-multi$ minerd --help Usage: minerd [OPTIONS] Options: -a, --algo=ALGO specify the algorithm to use scrypt scrypt(1024, 1, 1) (default) scrypt:N scrypt(N, 1, 1) sha256d SHA-256d -o, --url=URL URL of mining server

Silur commented 7 years ago

same issue, many of the "supported" algos are missing from the actual build

lucasjones commented 7 years ago

Works correctly for me. Are you sure you are running the correct binary (ie. the one in the current directory, using ./minerd rather than just minerd)