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
Currently when starting the gossamer node, the node's name defaults to "Polkadot" if the --name flag is not used.
Expected Behavior
When the --name flag is not used the node should generate a random name (so that the node can be uniquely identified). The ParityTech Polkadot nodes generate a name by compining two random words followed by a 4 digit number. For example: cuddly-rake-4006
Current Behavior
Currently Gossamer node uses default name 'Polkadot' if the '--name' flag is not used.
Possible Solution
Add function to generate random name when --name flag is not used.
Describe the bug
--name
flag is not used.Expected Behavior
--name
flag is not used the node should generate a random name (so that the node can be uniquely identified). The ParityTech Polkadot nodes generate a name by compining two random words followed by a 4 digit number. For example:cuddly-rake-4006
Current Behavior
Possible Solution
--name
flag is not used.To Reproduce
Steps to reproduce the behavior:
Log output
Log Output
Specification
The text was updated successfully, but these errors were encountered: