반응형
지갑 unlock이 이미 되어있을 경우
Error 3120007: Already unlocked
Error Details:
Wallet is already unlocked:
지갑을 생성 할 때 staking하는 계정의 key가 import 되어있지 않을 시
Error 3090003: Provided keys, permissions, and delays do not satisfy declared authorizations
Ensure that you have the related private keys inside your wallet and your wallet is unlocked.
해결 방법
cleos wallet import -n [지갑명]
을 통해서 계정의 key를 import해준다. key는 보관하고 있는 계정의 active key(Private key)를 import 해준다.
계정 내 eos 부족
Error 3050003: eosio_assert_message assertion failure
Error Details:
assertion failure with message: overdrawn balance
RAM 부족
Error 3080001: Account using more than allotted RAM usage
Error Details:
해결 방법
cleos system buyram [계정이름] [계정이름] "0.1000 EOS" -p [계정이름]
을 통해서 램을 구매한다.
동일한 key가 이미 등록되어 있을 경우
private key: Error 3120008: Key already exists
Error Details:
지갑이 lock 되어 있을 경우
private key: Error 3120003: Locked wallet
Ensure that your wallet is unlocked before using it!
해결 방법
cleos wallet unlock -n [지갑명]
을 통해서 지갑을 unlock 해준다.
cpu 부족
Error 3080004: Transaction exceeded the current CPU usage limit imposed on the transaction
Error Details:
billed CPU time (11928 us) is greater than the maximum billable CPU time for the transaction (3190 us)
해결 방법
https://api.eospowerup.io/freePowerup/[계정이름]
반응형
'Blockchain > EOS' 카테고리의 다른 글
[이오스] cleos 명령어를 통해 이오스 토큰 전송하는 방법 (0) | 2022.03.30 |
---|---|
[이오스] net_plugin::plugin_startup failed to bind to port 오류 해결 방법 (0) | 2022.03.22 |
[이오스] 13 N5boost10wrapexceptISt12system_errorEE: Database dirty flag set 오류 해결 방법 (0) | 2022.03.22 |
[이오스] Linux에 EOS 개발환경 구축하기 (0) | 2022.03.21 |