artela-network / artela

Powerful blockchain node with Aspect programming enabled.
https://www.artela.network/
Apache License 2.0
96 stars 75 forks source link

key not found error when create-validator #115

Closed lesywix closed 1 month ago

lesywix commented 1 month ago

Hi, I'm trying to create a validator after catching up is false. But it shows the error: Error: rpc error: code = NotFound desc = rpc error: code = NotFound desc = account art1tzdyw5dy8qrzyja9n0vledspcjgezhm675372g not found: key not found.

My execution code is:

 artelad tx staking create-validator --amount 1art --from wallet --commission-rate 0.1 --commission-max-rate 0.2 --commission-max-change-rate 0.01 --min-self-delegation 1 --pubkey $(artelad tendermint show-validator) --moniker "mynode" --identity "" --details "validator" --chain-id artela_11822-1 --gas auto

My sync info is:

{
  "latest_block_hash": "25926998258862759C8AA6EEBFD887082A7CFE50AAD4A8C53ADBC48ED6CC262A",
  "latest_app_hash": "956DFF02359E85803EEB81A7522D3491EB2ED690248585F23CEE685AE375145A",
  "latest_block_height": "7562310",
  "latest_block_time": "2024-05-25T06:50:55.687113527Z",
  "earliest_block_hash": "9D03A076DA272A5044E4D1EDBB2C050F8D9A295C96D10900D5CEED6E689A1EB3",
  "earliest_app_hash": "CC50A8522777A26D9A3B001A2AB4F162754604AE6122E7053045EBF2364C7D83",
  "earliest_block_height": "7515797",
  "earliest_block_time": "2024-05-24T06:59:40.270219005Z",
  "catching_up": false
}
LukeNinjaX commented 1 month ago

Please join our Discord to find answers to these questions. Many people have already solved similar issues there, and I believe you can find the answers in the past responses.

lesywix commented 1 month ago

ok