add v0.5 ASCII art

pull/189/head
wowario 5 years ago
parent d6422cc81c
commit 95a6414342
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -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.

@ -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

Loading…
Cancel
Save