-
Notifications
You must be signed in to change notification settings - Fork 648
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
put seed nodes into separate file #1809
put seed nodes into separate file #1809
Conversation
|
This is brilliant lazy programmer solution 😄 It would be much better to read it from some kind of config file. |
Yes, it was a brilliantly pragmatic solution.
I will wait a while before refactoring it until a more profound consensus is reached. |
Agree. I like it. :-) I think you can get rid of the |
We have a config file. The list here is meant to provide a working hardcoded default. |
seed-nodes.txt
Outdated
@@ -0,0 +1,19 @@ | |||
"seed01.liondani.com:1776", // liondani (GERMANY) | |||
"104.236.144.84:1777", // puppies (USA) | |||
"128.199.143.47:2015", // Harvey (Singapore) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inactive, please remove
Ok , i don't have anything against it apart from being a bit ugly as mentioned, the include do what is needed.
It will look better to me if we can do this changes, it will make the intention more clear as it will distinct it from normal angled bracket headers plus save the CMakeList changes. |
9450481
to
e9efdca
Compare
I have refactored the PR.
|
Hm somehow this looks wrong. I meant to remove puppies, Harvey, lafona, wackou, BlockTrades, cube. lafona has a new seed: |
e9efdca
to
b228820
Compare
(I don't remember, but now I obtained a refusal from Harvey as You did.) I have re-added lafona and removed Harvey. |
Thanks! |
Hey Monkeys!
This change isolates the hard-coded seed nodes into separate file.
Ape out!