Run from source code
Download the Client
Execute the following command to clone the repository :
Build the client
Edit the .env configuration file
Please generate ".env" file by coping from ".env.example":
If you're following all the below steps, you don't need to modify the .env file.
If you already have a keystore file and wish to run the client directly, you may wish to configure below items:
Please find the details of the configurations here.
Execute the client
1. Initiate the validator account
Create or import the account
If you don't have a validator account, please create a new account.
If you already have a validator account, and wish to import it to your client, please import seed phase or import private key.
Stake for your validator account
Validator must stake at least 100 BTC to become a qualified validator. Click here to see how to stake for your validator account.
2. Configurations
You can complete some client configurations or perform operations on your account:
Set BTC RPC Node (must)
Reset Reward Address(optional)
Reset Commission Rate(optional)
Bridge BTC for gas fee (optional)
Export private key (optional)
Remove your account (optional)
New version check (optional)
3. Execute the client
Once the above operations are completed, your account and client are ready, and you can start it for long-term running.
4. Check and claim rewards
You could check and claim rewards on the front-page with the reward address.
Last updated