massalabs/massa

DEVN.28.2 - Bootstraps servers in config.toml on release is inconsitent with the one in sources (on base_config)

Floyz opened this issue · 2 comments

Floyz commented

Describe the bug

When trying to run node from release ( https://github.com/massalabs/massa/releases/download/DEVN.28.2/massa_DEVN.28.2_release_linux.tar.gz ) , bootstrap not working on provided server list inside base_config.toml.
image

It's working when we get the build from source base_config.toml instead
Here is bootstrap servers differences between release and source :

image

To Reproduce
Steps to reproduce the behavior:

try to run a node from release DEVN.28.2 at https://github.com/massalabs/massa/releases/download/DEVN.28.2/massa_DEVN.28.2_release_linux.tar.gz

Node is unable to bootstrap in this situation

Expected behavior
Node bootstrap to correct server list

  • OS: Ubuntu 22.04
rykcod commented

Same issue captains

Hi! Sorry for the mixup, using the bootstrap list in the buildnet branch will work.

You can just update your config.toml file with the following:

[bootstrap]
bootstrap_list = [ [ "149.202.84.7:31245", "N1kKfgrCveVnosUkxTzaBw5cf9f2cbTvK3R5Ssb2Pf76au8xwmH",], [ "149.202.84.39:31245", "N12sNdL7YwSawpnJrk9XCWDjKbgfNamAobp62AX5qfkgpBkGh2wC",], [ "37.187.156.118:31245", "N1NnuSW48GKGaYZamAVKXfXbbnt3StxWoHpYtBZSJvY9e8U1BTC",],]