cpuminer-multi icon indicating copy to clipboard operation
cpuminer-multi copied to clipboard

x11 not working

Open ghost opened this issue 9 years ago • 2 comments

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

ghost avatar Jul 31 '14 04:07 ghost

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

Silur avatar Dec 21 '16 14:12 Silur

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)

lucasjones avatar Dec 21 '16 15:12 lucasjones