Skip to content

Commit

Permalink
Merge pull request #2419 from psychocrypt/topic-letheanPowUpdate
Browse files Browse the repository at this point in the history
change lethean POW to cn_r
  • Loading branch information
fireice-uk authored May 15, 2019
2 parents cf1be39 + 2854b31 commit 268eba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmrstak/jconf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ xmrstak::coin_selection coins[] = {
{"freehaven", {POW(cryptonight_superfast)}, {POW(cryptonight_gpu)}, nullptr},
{"graft", {POW(cryptonight_v8_reversewaltz), 12, POW(cryptonight_monero_v8)}, {POW(cryptonight_gpu)}, nullptr},
{"haven", {POW(cryptonight_haven)}, {POW(cryptonight_gpu)}, nullptr},
{"lethean", {POW(cryptonight_monero)}, {POW(cryptonight_gpu)}, nullptr},
{"lethean", {POW(cryptonight_r)}, {POW(cryptonight_r)}, nullptr},
{"masari", {POW(cryptonight_v8_half)}, {POW(cryptonight_gpu)}, nullptr},
{"monero", {POW(cryptonight_r)}, {POW(cryptonight_r)}, "pool.usxmrpool.com:3333"},
{"qrl", {POW(cryptonight_monero)}, {POW(cryptonight_gpu)}, nullptr},
Expand Down

0 comments on commit 268eba0

Please sign in to comment.