There is a conflict between the installation instructions provided on the project Home/Readme page and the specific Linux/macOS Installation Guide.
New users may follow the wrong set of commands, leading to configuration errors during setup.
Description:
There is a significant inconsistency between the setup instructions on the Home page and the Producer Guide. The Home page refers to manual node execution, while the Guide refers to the new service-based architecture. This causes confusion for new users on Linux and macOS regarding which commands are current and supported.
Specific Discrepancies Found:
-
Initialization: Home uses doli new while the Guide uses doli init.
-
Syncing: Home has no mention of snap while the Guide recommends sudo doli snap.
-
Running Node: Home uses doli-node run --yes while the Guide uses sudo doli service install.
-
Permissions: Home does not mention sudo for installation while the Guide explicitly requires it for the service.
-
Metadata: Home only mentions the 24-word seed while the Guide mentions the 24-word seed plus the BLS key.
There is a conflict between the installation instructions provided on the project Home/Readme page and the specific Linux/macOS Installation Guide.
New users may follow the wrong set of commands, leading to configuration errors during setup.
Description:
There is a significant inconsistency between the setup instructions on the Home page and the Producer Guide. The Home page refers to manual node execution, while the Guide refers to the new service-based architecture. This causes confusion for new users on Linux and macOS regarding which commands are current and supported.
Specific Discrepancies Found:
Initialization: Home uses
doli newwhile the Guide usesdoli init.Syncing: Home has no mention of
snapwhile the Guide recommendssudo doli snap.Running Node: Home uses
doli-node run --yeswhile the Guide usessudo doli service install.Permissions: Home does not mention
sudofor installation while the Guide explicitly requires it for the service.Metadata: Home only mentions the 24-word seed while the Guide mentions the 24-word seed plus the BLS key.