miguelfreitas / twister-core

twister core / daemon
MIT License
1.42k stars 251 forks source link

What should I do to support twister network? #446

Open ghost opened 3 years ago

ghost commented 3 years ago

At this moment, feed messages sometimes not received or received with Mentions only. The hourglass icon on messages pretty long time. So what should I do to support the network infrastructure?

  1. Blocks mining - ok
  2. Openning 6550/ 7550 ports - ok
  3. Should I run the twisterd with -listen or -public_server_mode modes?
  4. Should I run https://github.com/miguelfreitas/twister-seeder to support other nodes?
  5. Something more?

Any info provided will be documented by @twisterarmy project. Thanks.

(the same issue: https://github.com/twisterarmy/infrastructure/issues/2)

miguelfreitas commented 3 years ago

Sorry, I'm currently not able to debug issues on twister network.

However... You should be aware that feed messages are received from bittorrent "swarms" that contains all the posts from a given user, right? This is an independent mechanism from mentions that you may receive from DHT network. So you might want to check how pieces (posts) are propagating through bittorrent swarms. I believe we have some RPC implemented to show such status.

ghost commented 3 years ago

Okay, thanks for answer. Will wait for your return and thanks for a great job.