diff options
author | psychocrypt <psychocryptHPC@gmail.com> | 2018-04-01 22:52:22 +0200 |
---|---|---|
committer | psychocrypt <psychocryptHPC@gmail.com> | 2018-04-01 22:54:02 +0200 |
commit | acfc159cf022aa9febcd18b11256488f54907761 (patch) | |
tree | fc866b6f2966d5bebd0161688764c35be001ae87 | |
parent | 68ac9673ec09cbb4f32d614348270f245abea30e (diff) | |
download | xmr-stak-acfc159cf022aa9febcd18b11256488f54907761.zip xmr-stak-acfc159cf022aa9febcd18b11256488f54907761.tar.gz |
add stellite coin
-rw-r--r-- | xmrstak/jconf.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmrstak/jconf.cpp b/xmrstak/jconf.cpp index 5afc134..87cb3e9 100644 --- a/xmrstak/jconf.cpp +++ b/xmrstak/jconf.cpp @@ -105,6 +105,7 @@ xmrstak_coin_algo coin_algos[] = { { "intense", cryptonight, cryptonight, 0u, nullptr }, { "karbo", cryptonight, cryptonight, 0u, nullptr }, { "monero7", cryptonight_monero, cryptonight, 7u, "pool.usxmrpool.com:3333" }, + { "stellite", cryptonight_monero, cryptonight, 3u, nullptr }, { "sumokoin", cryptonight_heavy, cryptonight, 3u, nullptr } }; |