diff --git a/src/Miningcore/Program.cs b/src/Miningcore/Program.cs index 5239a845e..f55e152d3 100644 --- a/src/Miningcore/Program.cs +++ b/src/Miningcore/Program.cs @@ -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(); }