You are viewing a single comment's thread from:
RE: Steem Data Services (SDS) / Upcoming Update Info / Version 0.1.7a
Hi @steemchiller
Is the seed node configured like this?
plugin = witness condenser_api network_broadcast_api account_by_key database_api
How to test?
Hi, I think your config should work. By adding the
witness
plugin you will be able to use that node also as backup witness node (I did the same).I would create a new signing key pair and add it to the config, so you can easily switch to that one by just changing your current signing key (can also be done in SteemWorld -> Dashboard -> Witness Details), in case you need to update your main witness server (for example, when installing important security updates for your system).
You need to open the P2P seed port (default is 2001). This tool can be used to check if a socket connection can be established:
https://steemworld.org/seed-nodes-check
@etainclub recently created a tutorial on how to create a seed node. This might also be helpful:
https://steemit.com/hive-101145/@etainclub/tutorials-seed-node
Thank you! I use this tool https://steemworld.org/seed-nodes-check, my seed node is working.
Don't we also need to enable the p2p plugin? Wouldn't that help distribute the load amongst the seeds?
The seed node would not work without the p2p plugin, but the plugin will be loaded automatically, because it's a requirement for the network_broadcast_api.
From the 'appbase/README.md':
network_broadcast_api_plugin.hpp:
Ah... I see.. Then I've got it enabled twice on mine.....
It's not really a problem to have it twice, as it will still be loaded only once.