Skip to content
Snippets Groups Projects
Unverified Commit 2e801faf authored by psychocrypt's avatar psychocrypt Committed by GitHub
Browse files

Merge pull request #1884 from fireice-uk/topic-add-ryo-sponsorship

Add Ryo sponsorship message
parents c788c618 b9eed59f
No related branches found
No related tags found
No related merge requests found
...@@ -46,9 +46,12 @@ Besides [Monero](https://getmonero.org), following coins can be mined using this ...@@ -46,9 +46,12 @@ Besides [Monero](https://getmonero.org), following coins can be mined using this
- [Intense](https://intensecoin.com) - [Intense](https://intensecoin.com)
- [Masari](https://getmasari.org) - [Masari](https://getmasari.org)
- [QRL](https://theqrl.org) - [QRL](https://theqrl.org)
- [Ryo](https://ryo-currency.com) - **[Ryo](https://ryo-currency.com) - Upcoming xmr-stak-gui is sponsored by Ryo**
- [TurtleCoin](https://turtlecoin.lol) - [TurtleCoin](https://turtlecoin.lol)
Ryo currency is a way for us to implement the ideas that we were unable to in
Monero. See [here](https://github.com/fireice-uk/cryptonote-speedup-demo/) for details.
If your prefered coin is not listed, you can choose one of the following algorithms: If your prefered coin is not listed, you can choose one of the following algorithms:
- 1MiB scratchpad memory - 1MiB scratchpad memory
......
...@@ -783,11 +783,24 @@ int main(int argc, char *argv[]) ...@@ -783,11 +783,24 @@ int main(int argc, char *argv[])
char buffer[64]; char buffer[64];
snprintf(buffer, sizeof(buffer), "\nConfigurable dev donation level is set to %.1f%%\n\n", fDevDonationLevel * 100.0); snprintf(buffer, sizeof(buffer), "\nConfigurable dev donation level is set to %.1f%%\n\n", fDevDonationLevel * 100.0);
printer::inst()->print_str(buffer); printer::inst()->print_str(buffer);
printer::inst()->print_str("-------------------------------------------------------------------\n");
printer::inst()->print_str("You can use following keys to display reports:\n"); printer::inst()->print_str("You can use following keys to display reports:\n");
printer::inst()->print_str("'h' - hashrate\n"); printer::inst()->print_str("'h' - hashrate\n");
printer::inst()->print_str("'r' - results\n"); printer::inst()->print_str("'r' - results\n");
printer::inst()->print_str("'c' - connection\n"); printer::inst()->print_str("'c' - connection\n");
printer::inst()->print_str("-------------------------------------------------------------------\n"); printer::inst()->print_str("-------------------------------------------------------------------\n");
printer::inst()->print_str("Upcoming xmr-stak-gui is sponsored by:\n");
printer::inst()->print_str(" ##### ______ _____\n");
printer::inst()->print_str(" ## ## | ___ \\ / __ \\\n");
printer::inst()->print_str("# _ #| |_/ /_ _ ___ | / \\/ _ _ _ _ _ _ ___ _ __ ___ _ _\n");
printer::inst()->print_str("# |_| #| /| | | | / _ \\ | | | | | || '_|| '_|/ _ \\| '_ \\ / __|| | | |\n");
printer::inst()->print_str("# #| |\\ \\| |_| || (_) || \\__/\\| |_| || | | | | __/| | | || (__ | |_| |\n");
printer::inst()->print_str(" ## ## \\_| \\_|\\__, | \\___/ \\____/ \\__,_||_| |_| \\___||_| |_| \\___| \\__, |\n");
printer::inst()->print_str(" ##### __/ | __/ |\n");
printer::inst()->print_str(" |___/ https://ryo-currency.com |___/\n\n");
printer::inst()->print_str("This currency is a way for us to implement the ideas that we were unable to in\n");
printer::inst()->print_str("Monero. See https://github.com/fireice-uk/cryptonote-speedup-demo for details.\n");
printer::inst()->print_str("-------------------------------------------------------------------\n");
printer::inst()->print_msg(L0, "Mining coin: %s", jconf::inst()->GetMiningCoin().c_str()); printer::inst()->print_msg(L0, "Mining coin: %s", jconf::inst()->GetMiningCoin().c_str());
if(params::inst().benchmark_block_version >= 0) if(params::inst().benchmark_block_version >= 0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment