From f3284eeaf0666ef7fccde49c8cdc514149bb9226 Mon Sep 17 00:00:00 2001 From: wowario Date: Fri, 8 Nov 2019 18:11:20 +0300 Subject: [PATCH] add v0.7 ASCII art --- src/cryptonote_core/cryptonote_core.cpp | 28 +++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/cryptonote_core/cryptonote_core.cpp b/src/cryptonote_core/cryptonote_core.cpp index b0b2a0e1f..323ed8e63 100644 --- a/src/cryptonote_core/cryptonote_core.cpp +++ b/src/cryptonote_core/cryptonote_core.cpp @@ -1673,6 +1673,34 @@ 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" + " | |______// _ ___ _ (__ W | | \n" + " | W ___) ______ (____ O | / \n" + " Ooh Wee! /| | O ____)/ ] (____ W |_/ \n" + " / /|| W ____) | (___ / | \n" + " Gaping | ( ______) |______/ // _/ / | \n" + " | | |__ ||_________// (__/ | \n" + " Goatse | | |____) `____ ___' | \n" + " | |_ ___| /_ _/ | \n" + " | / | | | | \n" + " | | / | | | \n" + " | / / | | | | \n" + " | / / |___| |___/ | | \n" + " | / | | | | \n" + " | | | | | | \n" + " | | | | | | \n" + " | | | | | | \n" + " | L_|_/ | | \n" + "\n \n" << ENDL); MGINFO_YELLOW(ENDL << "**********************************************************************" << ENDL << main_message << ENDL << ENDL