흔자
반응형

지갑 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/[계정이름]

 

반응형
profile

흔자

@heun_n

즐겁게 개발하고 싶은 사람입니다.