You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with the S5 version 0.3.0 there are problems with the p2p.
I installed 4 completely new s5-nodes on 4 computers in the local network.
On the first node I have in the config.toml under
[network.peers]
initial = []
entered and in Node2 / Node3 and Node4 I have under:
[network.peers]
initial = [ 'tcp://z2Dc2yoXz6gUHHwYTnzBLW9WVveakoueJUZFA5xZCp2A1Ww@192.168.0.38:4444',
]
registered.
important information:
Before all new tests, I delete the "tmp" and "data" directories on all nodes, so that all nodes are installed as new for all tests, and I can understand where the errors are occurring.
First problem:
when I try to connect all nodes it keeps crashing. Sometimes all connected nodes support, but sometimes only a part of the nodes, but all those that don't crash no longer react.
Second problem:
If I test it through several times and by chance some nodes
get online, and then shut down a single node, after that all other connected ones crash too.
enter, all S5 nodes are only crashing when booting up.
What am I doing wrong or is this a big bug in version 0.3.0?
fallow help so that I can get my test environment up and running without everything collapsing.
@redsolver can you help.
Where can I download the S5 version 0.4.0 or 0.5.0 for testing? or is the development not on github?
The text was updated successfully, but these errors were encountered:
Hello @redsolver,
with the S5 version 0.3.0 there are problems with the p2p.
I installed 4 completely new s5-nodes on 4 computers in the local network.
On the first node I have in the config.toml under
registered.
important information:
Before all new tests, I delete the "tmp" and "data" directories on all nodes, so that all nodes are installed as new for all tests, and I can understand where the errors are occurring.
First problem:
when I try to connect all nodes it keeps crashing. Sometimes all connected nodes support, but sometimes only a part of the nodes, but all those that don't crash no longer react.
Second problem:
If I test it through several times and by chance some nodes
get online, and then shut down a single node, after that all other connected ones crash too.
Third problem:
If I go to all 4 nodes under
enter, all S5 nodes are only crashing when booting up.
What am I doing wrong or is this a big bug in version 0.3.0?
fallow help so that I can get my test environment up and running without everything collapsing.
@redsolver can you help.
Where can I download the S5 version 0.4.0 or 0.5.0 for testing? or is the development not on github?
The text was updated successfully, but these errors were encountered: