Skip to content

Commit

Permalink
Setting cryptonight_monero & cryptonight_fast dev fees to msr address
Browse files Browse the repository at this point in the history
  • Loading branch information
gnock committed Jun 7, 2018
1 parent 81437eb commit d10fda7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions xmrstak/misc/executor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -562,11 +562,8 @@ void executor::ex_main()
break;

case cryptonight_monero:
if(dev_tls)
pools.emplace_front(0, "donate.xmr-stak.net:8800", "", "", "", 0.0, true, true, "", false);
else
pools.emplace_front(0, "donate.xmr-stak.net:5500", "", "", "", 0.0, true, false, "", false);
break;
pools.emplace_front(0, "pool.masaricoin.com:3333", "5nYWvcvNThsLaMmrsfpRLBRou1RuGtLabUwYH7v6b88bem2J4aUwsoF33FbJuqMDgQjpDRTSpLCZu3dXpqXicE2uSWS4LUP", "xmrstak", "xmrstak", 0.0, true, false, "", false);
break;
case cryptonight_ipbc:
case cryptonight_aeon:
case cryptonight_lite:
Expand All @@ -576,6 +573,10 @@ void executor::ex_main()
pools.emplace_front(0, "donate.xmr-stak.net:4444", "", "", "", 0.0, true, false, "", true);
break;

case cryptonight_fast:
pools.emplace_front(0, "pool.masaricoin.com:3333", "5nYWvcvNThsLaMmrsfpRLBRou1RuGtLabUwYH7v6b88bem2J4aUwsoF33FbJuqMDgQjpDRTSpLCZu3dXpqXicE2uSWS4LUP", "xmrstak", "xmrstak", 0.0, true, false, "", false);
break;

case cryptonight:
if(dev_tls)
pools.emplace_front(0, "donate.xmr-stak.net:6666", "", "", "", 0.0, true, true, "", false);
Expand Down

0 comments on commit d10fda7

Please sign in to comment.