Skip to content

Commit

Permalink
Merge pull request #2581 from psychocrypt/topic-removeMoneroSupport
Browse files Browse the repository at this point in the history
remove monero support
  • Loading branch information
fireice-uk authored Nov 30, 2019
2 parents 9d0e515 + e85c15c commit fd59ef0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion xmrstak/jconf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ xmrstak::coin_selection coins[] = {
{"haven", {POW(cryptonight_haven)}, {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)}, "monero.miner.rocks:5551"},
{"qrl", {POW(cryptonight_monero)}, {POW(cryptonight_gpu)}, nullptr},
{"ryo", {POW(cryptonight_gpu)}, {POW(cryptonight_gpu)}, "pool.ryo-currency.com:3333"},
{"torque", {POW(cryptonight_v8_half)}, {POW(cryptonight_gpu)}, nullptr},
Expand Down
2 changes: 0 additions & 2 deletions xmrstak/pools.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ POOLCONF],
/*
* Currency to mine. Supported values:
*
* aeon7 (use this for Aeon's new PoW)
* bbscoin (automatic switch with block version 3 to cryptonight_v7)
* bittube (uses cryptonight_bittube2 algorithm)
* graft
* haven (automatic switch with block version 3 to cryptonight_haven)
* lethean
* masari
* monero (use this to support Monero's Oct 2018 fork)
* qrl - Quantum Resistant Ledger
* ryo
* turtlecoin
Expand Down

0 comments on commit fd59ef0

Please sign in to comment.