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
It is necessary to detect if a node is a bootstrap node.
One way is by adding a boolean value to the config file.
Another way is to read all bootstrap peers in the config, and if the node's peer ID is the same as one of the bootstrap nodes, it can be marked as a bootstrap node. In this case, we keep the config intact.
After detecting the bootstrap node, we can mark it as a NodeServer. You can find an example of this implementation here.
Note: We can also prevent the "Dial to self" error message.
The text was updated successfully, but these errors were encountered:
💎 $25 bounty created by themantre
🙋 If you start working on this, comment /attempt #756 to notify everyone
👉 To claim this bounty, submit a pull request that includes the text /claim #756 somewhere in its body
📝 Before proceeding, please make sure you can receive payouts in your country
💵 Payment arrives in your account 2-5 days after the bounty is rewarded
💯 You keep 100% of the bounty award
🙏 Thank you for contributing to pactus-project/pactus!
It is necessary to detect if a node is a bootstrap node.
One way is by adding a boolean value to the config file.
Another way is to read all bootstrap peers in the config, and if the node's peer ID is the same as one of the bootstrap nodes, it can be marked as a bootstrap node. In this case, we keep the config intact.
After detecting the bootstrap node, we can mark it as a
NodeServer
. You can find an example of this implementation here.Note: We can also prevent the "Dial to self" error message.
The text was updated successfully, but these errors were encountered: