Skip to content

v1.0.7

Choose a tag to compare

@github-actions github-actions released this 31 Jul 14:29
· 1250 commits to develop since this release

This release contains new p2p discovery #4736
Therefore there is a need to modify the config:

{
    "p2p": {
        "min-peers": 10,
        "low-peers": 20,
        "high-peers": 30,
        "p2p-disable-legacy-discovery": true,
        "bootnodes": [
            "/dns4/mainnet-bootnode-10.spacemesh.network/tcp/5000/p2p/12D3KooWHK5m83sNj2eNMJMGAngcS9gBja27ho83t79Q2CD4iRjQ",
            "/dns4/mainnet-bootnode-11.spacemesh.network/tcp/5000/p2p/12D3KooWFrCDS8tc29nxJEYf4sKFXhXw7wMSdhQP4S7tsbfh6ngn",
            "/dns4/mainnet-bootnode-12.spacemesh.network/tcp/5000/p2p/12D3KooWG4gk8GtMsAjYxHtbNC7oEoBTMRLbLDpKgSQMQkYBFRsw",
            "/dns4/mainnet-bootnode-13.spacemesh.network/tcp/5000/p2p/12D3KooWPfWYFAkvB5SoqntFr1FMv41U5gqsgx1xoa2EzYuZiSQr",
            "/dns4/mainnet-bootnode-14.spacemesh.network/tcp/5000/p2p/12D3KooWRkZMjGNrQfRyeKQC9U58cUwAfyQMtjNsupixkBFag8AY",
            "/dns4/mainnet-bootnode-15.spacemesh.network/tcp/5000/p2p/12D3KooWSZyCMiphAZeVyKv9CGsrULT3nb3TdryjLxGwrjTrU3Ni",
            "/dns4/mainnet-bootnode-16.spacemesh.network/tcp/5000/p2p/12D3KooWDAFRuFrMNgVQMDy8cgD71GLtPyYyfQzFxMZr2yUBgjHK",
            "/dns4/mainnet-bootnode-17.spacemesh.network/tcp/5000/p2p/12D3KooWEZ4XzrSMgUyu1xZGVXPYhEXQWAtfaxDFaxQtWsx7SUGn",
            "/dns4/mainnet-bootnode-18.spacemesh.network/tcp/5000/p2p/12D3KooWMJmdfwxDctuGGoTYJD8Wj9jubQBbPfrgrzzXaQ1RTKE6",
            "/dns4/mainnet-bootnode-19.spacemesh.network/tcp/5000/p2p/12D3KooWQwpnXv96RP2rdiboJdcEfWSbjMGsf5kwpoia6jxyjWe9"
        ]
    },
    "logging": {
        "p2p": "error"
    }
}

Please include the following in the node config.

Zip Files

9896d942ab93f11414da2a33756f9d508fc109c980a797dde46b2b4c468fe436  Linux.zip
9dd47b4a52084f37a4ccfeaec7253f5f96f3068f1791274156743e75fffb0bf3  Linux_ARM64.zip
109e9cd7ee2a27041e377e330749a7a19bf2390877c15cd1f8fab20fb0c45b9d  Windows.zip
24ef57ce45136eefe33858aec37719b127801cad534ca72774731f3a95c17da7  macOS.zip
1ab79550f380098387e35af92f196e40ffc7842fb7e1afc925f0825ab7bb94f3  macOS_ARM64.zip

Full Changelog: v1.0.6...v1.0.7