Monacoin: Update hardcoded seeds #81
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Core-Wallets/monacoin!81
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "update_seeds"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I updated hardcoded seeds of core.
seeds.tamami-foundation.orgwith the help of @wakiyamap .@ -8,9 +8,9 @@ and remove old versions as necessary (at a minimum when GetDesirableServiceFlagschanges its default return value, as those are the services which seeds are addedto addrman with).Use
https://seeds.tamami-foundation.org/seeds.txt@ -8,9 +8,9 @@ and remove old versions as necessary (at a minimum when GetDesirableServiceFlagschanges its default return value, as those are the services which seeds are addedto addrman with).I fixed it.
I matched it to bitcoin.
https://github.com/bitcoin/bitcoin/blob/master/contrib/seeds/README.md
@ -8,9 +8,9 @@ and remove old versions as necessary (at a minimum when GetDesirableServiceFlagschanges its default return value, as those are the services which seeds are addedto addrman with).great!
I've not tested but LGTM.