add v0.5 ASCII art

release-v0.5.0
wowario 5 years ago
parent d85d908ddc
commit da885c041a
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -39,7 +39,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 | 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 | 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 | 63469 | 2018-11-11 | Dank Doge | v0.4.0.0 | v0.4.0.0 | LWMA v4
| XXXXX | 2019-02-XX | TBD | v0.5.0.0 | v0.5.0.0 | CryptonightR, SMA difficulty algorithm with N=144, ringsize = XX, Updated Bulletproofs, Fee Per Byte | XXXXX | 2019-02-XX | Erotic EggplantEmoji | v0.5.0.0 | v0.5.0.0 | CryptonightR, SMA difficulty algorithm with N=144, Updated Bulletproofs, Fee Per Byte
X's indicate that these details have not been determined as of commit date. X's indicate that these details have not been determined as of commit date.

@ -1518,6 +1518,36 @@ namespace cryptonote
main_message = "The daemon is running offline and will not attempt to sync to the Monero network."; main_message = "The daemon is running offline and will not attempt to sync to the Monero network.";
else else
main_message = "The daemon will start synchronizing with the network. This may take a long time to complete."; 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 MGINFO_YELLOW(ENDL << "**********************************************************************" << ENDL
<< main_message << ENDL << main_message << ENDL
<< ENDL << ENDL

Loading…
Cancel
Save