Auto Installation
This guide provides instructions for the automatic installation of Daily Chain testnet and the creation of a validator.
Build Dailyd
This guide installs dailyd dependencies and automatically generates the service file.
You can build dailyd by running the following command:
This command will automatically create the dependencies and service files. However, at the end of the process, it's essential to save the mnemonic information provided to you. Before proceeding with the validator creation step, we recommend sending a minimum of 5001 DAILY to your wallet.
Create Validator
This guide includes the process of creating a validator.
Validator creation can be done step by step using the following commands:
Start by downloading a script named
validator.sh
and granting it execution permission with the following command:
1. When the script runs, you'll be prompted to enter the following information:
Validator Name (Moniker): Choose a nickname for your new validator.
Stake Amount: Enter the amount of DAILY you want to stake as a validator.
After entering this information, a new validator will be created automatically with a default commission rate set at 7%.
Upon completion, you should receive a confirmation message with important details about your validator.
Finally, don't forget to check the transaction on the network after completing the process. This is essential to confirm that the transaction was successful.
Last updated