Operation references
Download the Client
git clone -b test https://github.com/exsat-network/exsat-clientBuild the client
cd exsat-client
yarn install && yarn buildEdit the .env configuration file
cp .env.example .envBTC_RPC_URL=
SYNCHRONIZER_KEYSTORE_FILE=
SYNCHRONIZER_KEYSTORE_PASSWORD=Execute the client
1. Initiate the synchronizer account
Create or import the account
Register account as synchronizer
Set Reward Address
2. Configurations
3. Execute the client
4. Check and claim rewards
Last updated