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
NOTE: registerBLSPublicKey
will be displayed correctly after the block 15084585, and the previous block height will be displayed as null
, but this does not affect.
Last updated