nod docs for create wallet validator in validator --key-type ed25519 #1555
v1per4llbl4ck
started this conversation in
General
Replies: 1 comment
-
hello I reached out to you in order to have a better chat after seeing your article. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi to all, is possible there isnt a doc for create a wallet with pubkey in ed25519 encryption?
i have this error: cronosd tx staking create-validator --amount="113stake" --pubkey='{"@type":"/ethermint.crypto.v1.ethsecp256k1.PubKey","key":"Aq4Wb0fppPoSzqq9p4swuiHJGx45k8+5L8WIhXKh0h2X"}' --moniker="v1p3r4llbl4ck-node" --chain-id="cronosmainnet_25-1" --commission-rate="0.10" --commission-max-rate="0.20" --commission-max-change-rate="0.01" --min-self-delegation="1" --from="v1p3r4llbl4ck-wallet" --fees="1000000000000000000basecro" --gas="200000"
Enter keyring passphrase (attempt 1/3):
auth_info:
fee:
amount:
- amount: "1000000000000000000"
denom: basecro
gas_limit: "200000"
granter: ""
payer: ""
signer_infos: []
tip: null
body:
extension_options: []
memo: ""
messages:
commission:
max_change_rate: "0.010000000000000000"
max_rate: "0.200000000000000000"
rate: "0.100000000000000000"
delegator_address: crc1xyu3luhdk830s2uwyqxtm9j0mlh9yjcq7vhgwe
description:
details: ""
identity: ""
moniker: v1p3r4llbl4ck-node
security_contact: ""
website: ""
min_self_delegation: "1"
pubkey:
'@type': /ethermint.crypto.v1.ethsecp256k1.PubKey
key: Aq4Wb0fppPoSzqq9p4swuiHJGx45k8+5L8WIhXKh0h2X
validator_address: crcvaloper1xyu3luhdk830s2uwyqxtm9j0mlh9yjcq5nxyss
value:
amount: "113"
denom: stake
non_critical_extension_options: []
timeout_height: "0"
signatures: []
confirm transaction before signing and broadcasting [y/N]: y
code: 0
codespace: ""
data: ""
events: []
gas_used: "0"
gas_wanted: "0"
height: "0"
info: ""
logs: []
raw_log: '[]'
timestamp: ""
tx: null
txhash: 18D537BB4217F496E8689B49CF5CDEFF6C4CFDEC3AA1FCAC4016DDA030B411B8
v1p3r4llbl4ck@vmi2070469:~$ cronosd query tx 18D537BB4217F496E8689B49CF5CDEFF6C4CFDEC3AA1FCAC4016DDA030B411B8 --chain-id="cronosmainnet_25-1" code: 6
codespace: staking
data: ""
events:
key: spender
value: crc1xyu3luhdk830s2uwyqxtm9j0mlh9yjcq7vhgwe
key: amount
value: 1000000000000000000basecro
type: coin_spent
key: receiver
value: crc17xpfvakm2amg962yls6f84z3kell8c5l88eker
key: amount
value: 1000000000000000000basecro
type: coin_received
key: recipient
value: crc17xpfvakm2amg962yls6f84z3kell8c5l88eker
key: sender
value: crc1xyu3luhdk830s2uwyqxtm9j0mlh9yjcq7vhgwe
key: amount
value: 1000000000000000000basecro
type: transfer
key: sender
value: crc1xyu3luhdk830s2uwyqxtm9j0mlh9yjcq7vhgwe
type: message
key: fee
value: 1000000000000000000basecro
key: fee_payer
value: crc1xyu3luhdk830s2uwyqxtm9j0mlh9yjcq7vhgwe
type: tx
key: acc_seq
value: crc1xyu3luhdk830s2uwyqxtm9j0mlh9yjcq7vhgwe/1
type: tx
key: signature
value: GsXqW8f/AiE+cuN2kHoI2sKR5uAlT4aslUuFrbyNdjNxh8Mj6tVZAZdLG62y4GlhbZiPkd+vAvPwpHTk+iRvFgE=
type: tx
gas_used: "76345"
gas_wanted: "200000"
height: "15432157"
info: ""
logs: []
raw_log: 'failed to execute message; message index: 0: got: eth_secp256k1, expected:
[ed25519]: validator pubkey type is not supported'
timestamp: "2024-08-21T00:35:53Z"
tx:
'@type': /cosmos.tx.v1beta1.Tx
auth_info:
fee:
amount:
denom: basecro
gas_limit: "200000"
granter: ""
payer: ""
signer_infos:
single:
mode: SIGN_MODE_DIRECT
public_key:
'@type': /ethermint.crypto.v1.ethsecp256k1.PubKey
key: Aq4Wb0fppPoSzqq9p4swuiHJGx45k8+5L8WIhXKh0h2X
sequence: "1"
tip: null
body:
extension_options: []
memo: ""
messages:
commission:
max_change_rate: "0.010000000000000000"
max_rate: "0.200000000000000000"
rate: "0.100000000000000000"
delegator_address: crc1xyu3luhdk830s2uwyqxtm9j0mlh9yjcq7vhgwe
description:
details: ""
identity: ""
moniker: v1p3r4llbl4ck-node
security_contact: ""
website: ""
min_self_delegation: "1"
pubkey:
'@type': /ethermint.crypto.v1.ethsecp256k1.PubKey
key: Aq4Wb0fppPoSzqq9p4swuiHJGx45k8+5L8WIhXKh0h2X
validator_address: crcvaloper1xyu3luhdk830s2uwyqxtm9j0mlh9yjcq5nxyss
value:
amount: "113"
denom: stake
non_critical_extension_options: []
timeout_height: "0"
signatures:
txhash: 18D537BB4217F496E8689B49CF5CDEFF6C4CFDEC3AA1FCAC4016DDA030B411B8
Beta Was this translation helpful? Give feedback.
All reactions