Skip to content

Commit

Permalink
Change daemon logo to blockcore
Browse files Browse the repository at this point in the history
  • Loading branch information
dangershony committed Apr 17, 2020
1 parent 1a35b95 commit 0153bfa
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 63 deletions.
2 changes: 1 addition & 1 deletion src/Blockcore/FullNode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ public IFullNode Initialize(IFullNodeServiceProvider serviceProvider)

this.AsyncProvider = this.Services.ServiceProvider.GetService<IAsyncProvider>();

this.logger.LogInformation(Properties.Resources.AsciiLogo);
this.logger.LogInformation(Properties.Resources.Logo.Replace("{title}", this.Network.Name + " - Full Consensus Validating Node"));
this.logger.LogInformation("Full node initialized on {0}.", this.Network.Name);

this.State = FullNodeState.Initialized;
Expand Down
27 changes: 16 additions & 11 deletions src/Blockcore/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

74 changes: 23 additions & 51 deletions src/Blockcore/Properties/Resources.resx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Expand Down Expand Up @@ -117,55 +117,27 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="AsciiLogo" xml:space="preserve">
<data name="Logo" xml:space="preserve">
<value>

.d8888b. 88888888888 8888888b. d8888 88888888888 8888888 .d8888b.
d88P Y88b 888 888 Y88b d88888 888 888 d88P Y88b
Y88b. 888 888 888 d88P888 888 888 Y88b.
"Y888b. 888 888 d88P d88P 888 888 888 "Y888b.
"Y88b. 888 8888888P" d88P 888 888 888 "Y88b.
"888 888 888 T88b d88P 888 888 888 "888
Y88b d88P 888 888 T88b d8888888888 888 888 Y88b d88P
"Y8888P" 888 888 T88b d88P 888 888 8888888 "Y8888P"

················································································
················································································
······································STRAT·····································
···································STRATISSTRAT·································
·······························STRATISS····STRATIS······························
····························STRATIS···········STRATISS··························
·························STRATIS··················STRATIS·······················
·····················STRATISS························STRATISS···················
··················STRATIS································STRATIS················
···············STRATIS······································STRATIS·············
···········STRATIS··············································STRATIS·········
········STRATIS····················································STRATISS·····
····STRATISS···························································STRATIS··
··STRATIS································································STRAT··
··STRATISST··························································STRATISS···
··STRA··STRATIS···················································STRATIS·······
··STRA·····STRATISS············································STRATIS··········
··STRA·········STRATIS·····································STRATIS··············
··STRATI··········STRATISS······························STRATIS··········STRAT··
····STRATIS···········STRATIS·······················STRATIS··········STRATISST··
·······STRATISS··········STRATISS················STRATIS·········STRATISS··STR··
···········STRATIS···········STRATIS·········STRATIST·········STRATIST·····STR··
·····S········STRATIS···········STRATIS··STRATISS··········STRATIS········STRA··
····STRATIS·······STRATIS···········STRATISST··········STRATISS·········STRATI··
······STRATIS········STRATIS···········STR··········STRATIS·········STRATIS·····
·········STRATISS········STRATIS················STRATISS·········STRATIS········
·············STRATIS········STRATIS··········STRATIS·········STRATIS············
················STRATIS·········STRATIS··STRATISS·········STRATIS···············
···················STRATISS········STRATISSTR·········STRATISS··················
·······················STRATIS········STRA·········STRATIS······················
··························STRATISS·············STRATISS·························
······························STRATIS·······STRATIS·····························
·································STRATISSTRATISS································
·····································STRATIS····································
················································································


</value>
--
./yNMs
-MMMMMs
-MMMMMs
-MMMMMs
-MMMMMs ``
-MMMMMs /my/.`
-MMMMMs /MMMNds:.
-MMMMMs /MMMMMMMmh+-
-MMMMMs `:sdNMMMMMMM. _ _ _ _ _ _ _
-MMMMMs `-/mMMMMM. |_) | / \ / |/ / / \ |_) |_
-MMMMMs yMMMMM. |_) |_ \_/ \_ |\ \_ \_/ | \ |_
-MMMMMs yMMMMM. www.blockcore.net
-MMMMMh-` `:dMMMMM.
-MMMMMMNmy/..+ymMMMMMMM. {title}
`/ymMMMMMMMNNMMMMMMMmy/
`-ohNMMMMMMMMNh+-`
`:smMMds:`
..
</value>
</data>
</root>
</root>

0 comments on commit 0153bfa

Please sign in to comment.