Skip to content
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

[FR] Seednodes and NetID Update #1977

Closed
smk762 opened this issue Sep 27, 2023 · 2 comments
Closed

[FR] Seednodes and NetID Update #1977

smk762 opened this issue Sep 27, 2023 · 2 comments

Comments

@smk762
Copy link

smk762 commented Sep 27, 2023

Before #1878 is merged into a release, we need to update the seednodes in https://github.com/KomodoPlatform/komodo-defi-framework/blob/dev/mm2src/mm2_main/src/lp_native_dex.rs#L64
with the following:

["streamseed1.komodo.earth", "streamseed2.komodo.earth", "streamseed3.komodo.earth"]

We should also rotate the NetID to avoid port conflicts. I suggest using 8762, as it is known to use ports 42845 and 42855 for p2p comms.

I also had a look at the nodes / peerids in https://github.com/KomodoPlatform/komodo-defi-framework/blob/dev/mm2src/mm2_libp2p/src/network.rs to see if they were up to date. Below is an updated list, along with known domain names:


    (
        "12D3KooWHKkHiNhZtKceQehHhPqwU5W1jXpoVBgS1qst899GjvTm",
        "168.119.236.251",
        "streamseed1.komodo.earth"
    ),
    (
        "12D3KooWAToxtunEBWCoAHjefSv74Nsmxranw8juy3eKEdrQyGRF",
        "168.119.236.240",
        "streamseed2.komodo.earth"
    ),
    (
        "12D3KooWSmEi8ypaVzFA1AGde2RjxNW5Pvxw3qa2fVe48PjNs63R",
        "168.119.236.239",
        "streamseed3.komodo.earth"
    ),
    (
        "12D3KooWJWBnkVsVNjiqUEPjLyHpiSmQVAJ5t6qt1Txv5ctJi9Xd",
        "135.181.34.220",
        "streamwatchtower1.komodo.earth"
    ),
    (
        "12D3KooWEsuiKcQaBaKEzuMtT6uFjs89P1E8MK3wGRZbeuCbCw6P",
        "168.119.236.241",
        "seed1.komodo.earth"
    ),
    (
        "12D3KooWHBeCnJdzNk51G4mLnao9cDsjuqiMTEo5wMFXrd25bd1F",
        "168.119.236.243",
        "seed2.komodo.earth"
    ),
    (
        "12D3KooWKxavLCJVrQ5Gk1kd9m6cohctGQBmiKPS9XQFoXEoyGmS",
        "168.119.236.249",
        "seed3.komodo.earth"
    ),
    (
        "12D3KooW9soGyPfX6kcyh3uVXNHq1y2dPmQNt2veKgdLXkBiCVKq",
        "168.119.236.246",
        "seed7.komodo.earth"
    ),
    (
        "12D3KooWL6yrrNACb7t7RPyTEPxKmq8jtrcbkcNd6H5G2hK7bXaL",
        "168.119.236.233",
        "seed8.komodo.earth"
    ),
    (
        "12D3KooWMrjLmrv8hNgAoVf1RfumfjyPStzd4nv5XL47zN4ZKisb",
        "168.119.237.8",
        "test.seed.a.komodo.earth"
    ),
    (
        "12D3KooWPR2RoPi19vQtLugjCdvVmCcGLP2iXAzbDfP3tp81ZL4d",
        "168.119.237.13",
        "test.seed.b.komodo.earth"
    ),
    (
        "12D3KooWJDoV9vJdy6PnzwVETZ3fWGMhV41VhSbocR1h2geFqq9Y",
        "65.108.90.210",
        "test.seed.c.komodo.earth"
    ),

These four I do not recognise. Unless someone can confirm they are actively maintained, we can remove them.

    (
        "12D3KooWGrUpCAbkxhPRioNs64sbUmPmpEcou6hYfrqQvxfWDEuf",
        "168.119.174.126",
        ""
    ),
    (
        "12D3KooWEaZpH61H4yuQkaNG5AsyGdpBhKRppaLdAY52a774ab5u",
        "46.4.78.11",
        ""
    ),
    (
        "12D3KooWAd5gPXwX7eDvKWwkr2FZGfoJceKDCA53SHmTFFVkrN7Q",
        "46.4.87.18",
        ""
    ),
    (
        "12D3KooWKu8pMTgteWacwFjN7zRWWHb3bctyTvHU3xx5x4x6qDYY",
        "195.201.91.96",
        ""
    )
@smk762 smk762 changed the title [FR] Seednodes Update [FR] Seednodes and NetID Update Sep 27, 2023
@cipig
Copy link
Member

cipig commented Sep 28, 2023

46.4.78.11 and 46.4.87.18 are mine

@onur-ozkan
Copy link
Member

done 73b8aac

Also, 12D3KooWKu8pMTgteWacwFjN7zRWWHb3bctyTvHU3xx5x4x6qDYY and 12D3KooWGrUpCAbkxhPRioNs64sbUmPmpEcou6hYfrqQvxfWDEuf excluded from the list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants