multiversx / mx-chain-scripts

GNU General Public License v3.0
4 stars 5 forks source link

Unnecessary Creation of validatorKey.pem files with multikey_squad Selection #24

Open disruptivedigital opened 6 months ago

disruptivedigital commented 6 months ago

Upon selecting the <3. multikey_squad> option from the script's menu, an unintended behavior is observed where validatorKey.pem files are generated within each node's folder. This behavior conflicts with the expected setup process, where users are required to manually populate the nodes' folders with allValidatorsKeys.pem files. The presence of validatorKey.pem files disrupts the proper functioning of the nodes, as it interferes with the intended use of allValidatorsKeys.pem. This issue necessitates manual intervention to remove the extraneous validatorKey.pem files, complicating the setup process and potentially leading to configuration errors if not addressed. It is recommended to revise the script to prevent the automatic generation of validatorKey.pem files when the multikey_squad option is used, ensuring a smoother setup experience and adherence to the intended node configuration.