You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
In example config, there is an optional section for tx_signer. Also, in the tmkms framework, secp256k1 account keys are supported in addition to ed25519 consensus keys. Since CombetFBT only uses ed25519 keys for validators, I assume the secp256k1 keys in tmkms are intended for tx signing only.
I'd like to use the tmkms tx_signer function to have tmkms manage my hsm-backed validator k256 account keys to sign such transactions as slashing, etc. How can that be done?
The text was updated successfully, but these errors were encountered:
@tony-iqlusion thank you for the info. I guess I will look for a wallet solution for the validator tx signing key.
Also it is good to know k256 is being used for validator block siging.
Hi,
In example config, there is an optional section for tx_signer. Also, in the tmkms framework, secp256k1 account keys are supported in addition to ed25519 consensus keys. Since CombetFBT only uses ed25519 keys for validators, I assume the secp256k1 keys in tmkms are intended for tx signing only.
I'd like to use the tmkms tx_signer function to have tmkms manage my hsm-backed validator k256 account keys to sign such transactions as slashing, etc. How can that be done?
The text was updated successfully, but these errors were encountered: