Skip to content

Commit

Permalink
new seed node & add checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
aejontargaryen committed Mar 30, 2023
1 parent d880c0c commit 34190ea
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/CryptoNoteConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ namespace CryptoNote

// Seed Nodes
const std::initializer_list<const char *> SEED_NODES = {
"18.220.144.38:10808",
"3.16.217.33:10808",
"80.89.228.157:10808",
"207.244.247.64:10808",
"fangotango.hopto.org:10808"
Expand Down Expand Up @@ -258,7 +258,13 @@ namespace CryptoNote
{ 777777, "82cbbe5436b1f273b4b7b3ebe6517cfe4ddff33dd365e438cc44f456f43fa71b" },
{ 800001, "ee744efcc80fe4a483b21bf6918f72bfa19ca2b4324b51786c522428acffce98" },
{ 810000, "ca66bed2600a0750f4dafe8ec7a8e4581b2ab9df326cc8f321ffd96bc2947b2c" },
{ 820000, "6bb848f23668412e35c7bdcd60cd0aea70761d11f1f41204a1b8ca2d808e79d7" }
{ 820000, "6bb848f23668412e35c7bdcd60cd0aea70761d11f1f41204a1b8ca2d808e79d7" },
{ 826421, "9a0158c87c062c63a675c65eda91c10bb6d7b68b854be783aa85b2cbbf3b8a55" },
{ 830000, "cee38b0701df9f26a938f6c65a1f233d1f810e5f19eb1b4cb87b15d514342064" },
{ 840000, "ec767b0e56d7002966e3184e197b3da06c5f94484bf6218781a38f59a75bfaab" }




};

Expand Down

0 comments on commit 34190ea

Please sign in to comment.