Skip to content

Commit

Permalink
Added Spaces in donation print and removed .git from github repo print
Browse files Browse the repository at this point in the history
  • Loading branch information
BiraruYT committed Mar 25, 2024
1 parent 8203f3a commit 8c0065c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/Miningcore/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -629,17 +629,17 @@ private static void Logo()
██║╚██╔╝██║██║██║╚██╗██║██║██║╚██╗██║██║ ██║██║ ██║ ██║██╔══██╗██╔══╝
██║ ╚═╝ ██║██║██║ ╚████║██║██║ ╚████║╚██████╔╝╚██████╗╚██████╔╝██║ ██║███████╗
");
Console.WriteLine(" https://github.com/CheapPlayz/MiningCore.git\n");
Console.WriteLine(" https://github.com/CheapPlayz/MiningCore\n");
Console.WriteLine(" Donate to one of these addresses to support the project:\n");
Console.WriteLine("ETH: - 0xd9dc1a435720e285238e819d1ce945c1a58a0d2c");
Console.WriteLine("BTC: - 1ANSPbjF2Twpj3gPS9t4gxTBf4ERCFirTC");
Console.WriteLine("LTC: - 0xd9dc1a435720e285238e819d1ce945c1a58a0d2c");
Console.WriteLine("DOGE: - DJXyiFJ8xFrgZKkZMuuQxxswHvf2eGZa4P");
Console.WriteLine("ETC: - 0xd9dc1a435720e285238e819d1ce945c1a58a0d2c");
Console.WriteLine("DASH: - XeXtsYUMbRePC4CBnhMKNVG3HLvDMTc6yg");
Console.WriteLine("ZEC: - t1dCNoj3cMwPWc2u16gBcsn4uYZeqc12JAS");
Console.WriteLine("XMR: - 47QiLPdstjM7yi7dFj5EAi6zEpASL2iwSRy3TuLutL5KGMMXz3ytGbkBU11QhqsWC8F5W5ievkhdcWtTu2qE7AGcLTq1Ucy");
Console.WriteLine("SOL: - Hzo8hW43k5qa7g11QHPqdjMzGiPh9Ceotm4Lpvtpr1TT");
Console.WriteLine(" ETH: - 0xd9dc1a435720e285238e819d1ce945c1a58a0d2c");
Console.WriteLine(" BTC: - 1ANSPbjF2Twpj3gPS9t4gxTBf4ERCFirTC");
Console.WriteLine(" LTC: - 0xd9dc1a435720e285238e819d1ce945c1a58a0d2c");
Console.WriteLine(" DOGE: - DJXyiFJ8xFrgZKkZMuuQxxswHvf2eGZa4P");
Console.WriteLine(" ETC: - 0xd9dc1a435720e285238e819d1ce945c1a58a0d2c");
Console.WriteLine(" DASH: - XeXtsYUMbRePC4CBnhMKNVG3HLvDMTc6yg");
Console.WriteLine(" ZEC: - t1dCNoj3cMwPWc2u16gBcsn4uYZeqc12JAS");
Console.WriteLine(" XMR: - 47QiLPdstjM7yi7dFj5EAi6zEpASL2iwSRy3TuLutL5KGMMXz3ytGbkBU11QhqsWC8F5W5ievkhdcWtTu2qE7AGcLTq1Ucy");
Console.WriteLine(" SOL: - Hzo8hW43k5qa7g11QHPqdjMzGiPh9Ceotm4Lpvtpr1TT");
Console.WriteLine();
}

Expand Down

0 comments on commit 8c0065c

Please sign in to comment.