Check BLS
How to check whether the validator starts bls correctly. After starting the validator after adding the bls unlock command, using the rei attach command to connect to the ipc.
Type in the console
Where blockNumber
is the hexadecimal of the block height you want to view, it is recommended to use the latest block height. Press Enter to view the validator information, for example
Compare the public keys in the unlockBLSPublicKey
and bls keystore files to see if they are the same
Last updated