Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [XDAG] Dagger - new cryptocurrency
by
HiroProto
on 15/01/2018, 21:14:03 UTC

I invoked the miner via the command ./xdag -m -7 -d 52.5.32.68:13654


-7 is too many CPU threads.
But actually it is a bug.

Correct line:
Code:
$ ./xdag -m 7 -d 52.5.32.68:13654

lol - well that fixed it and one could argue that "-7" threads is too few Wink...  (for those looking for the difference, you dont need the "-" on the CPU threads number)