From 95a64143423405578cfbf5a5058d16cfc7ce2f14 Mon Sep 17 00:00:00 2001 From: wowario Date: Mon, 14 Jan 2019 00:10:58 +0300 Subject: [PATCH] add v0.5 ASCII art --- README.md | 3 +-- src/cryptonote_core/cryptonote_core.cpp | 30 +++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52f3844bd..451fcdb81 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,7 @@ Dates are provided in the format YYYY-MM-DD. | 6969 | 2018-04-24 | Busty Brazzers | v0.2.0.0 | v0.2.0.0 | Bulletproofs, LWMA difficulty algorithm, ringsize >= 10, reduce unlock to 4 | 53666 | 2018-10-06 | Cool Cage | v0.3.0.0 | v0.3.1.3 | Cryptonight variant 2, LWMA v2, ringsize = 22, MMS | 63469 | 2018-11-11 | Dank Doge | v0.4.0.0 | v0.4.0.0 | LWMA v4 -| 81769 | 2019-02-19 | Erotic EggplantEmoji | v0.5.0.0 | v0.5.0.2 | Cryptonight/wow, LWMA v1 with N=144, Updated Bulletproofs, Fee Per Byte, Auto-churn -| XXXXX | 2019-XX-XX | XXX XXX | v0.6.0.0 | v0.6.0.0 | New PoW based on RandomX, new block weight algorithm, slightly more efficient RingCT format +| 81769 | 2019-02-19 | Erotic EggplantEmoji | v0.5.0.0 | v0.5.1.0 | Cryptonight/wow, LWMA v1 with N=144, Updated Bulletproofs, Fee Per Byte, Auto-churn X's indicate that these details have not been determined as of commit date. diff --git a/src/cryptonote_core/cryptonote_core.cpp b/src/cryptonote_core/cryptonote_core.cpp index 04e6ea42d..beed2d44e 100644 --- a/src/cryptonote_core/cryptonote_core.cpp +++ b/src/cryptonote_core/cryptonote_core.cpp @@ -1561,6 +1561,36 @@ namespace cryptonote main_message = "The daemon is running offline and will not attempt to sync to the Monero network."; else main_message = "The daemon will start synchronizing with the network. This may take a long time to complete."; + MGINFO_MAGENTA(ENDL << + "\n \n" + " :+:` \n" + " :++:` \n" + " :++:` \n" + " /++++++++++. \n" + " :++++++++++++` ______ _ _\n" + " -+++++++++++++++:..` | ____| | | (_)\n" + " -/+++++++++++/++++. | |__ _ __ ___ | |_ _ ___ \n" + " `://+++++++++/+++++/` | __| | '__/ _ || __| |/ __|\n" + " -/:::/++++++++++++++:` | |____| | | (_) | |_| | (__ \n" + " `::::/++++++++++++++++:` |______|_| |___/|__||_||___|\n" + " :::::/+++++++++++++++++/` ______ _ _ _____ _ _ \n" + " `-::::/+++++++++++++++++++. | ____| | | | | | ___| (_(_)\n" + " .::::/++++++++++++++++++++:` | |__ __ _ __ _ _ __ | | __ _ _ __ | |_| |__ _ __ ___ ___ _ _ \n" + " .::::/++++++++++++++++++++++:. | __| / _` |/ _` | '_ || |/ _` | '_ | __| __| | '_ ` _ | / _ | | |\n" + " .:--://+++++++++++++++++++++++/:. | |___| (_| | (_| | |_) | | (_| | | | | |_| |___ | | | | | | (_) | | |\n" + " `---://////++++++++++++++++++++++/-` |______|__, ||__, | .__/|_||__,_|_| |_|__||_____||_| |_| |_| ___/| |_|\n" + " .---:///////++++++++++++++++++//+++:` __/ | __/ | | _/ | \n" + " `.-.-:////////++++++++++++++//////++: |___/ |___/|_| |__/ \n" + " `...-//////////+++++++++///////////:` \n" + " bow `...:////////////+++++++/////////:- \n" + " chicka `...-://////////////+++////////::. \n" + " wow wow! `...-::///://////////////////--- \n" + " `...-:://////////////////:..- \n" + " `....-::://////////////-... \n" + " `.-----:::://////::.... \n" + " ``.....------....-. \n" + " ``........`` \n" + "\n \n" << ENDL); MGINFO_YELLOW(ENDL << "**********************************************************************" << ENDL << main_message << ENDL << ENDL