美文网首页
Eos坑总结

Eos坑总结

作者: 豪斯说 | 来源:发表于2018-11-17 12:08 被阅读40次

    database dirty flag set (likely due to unclean shutdown): replay required
    需要 docker rm eosio
    重新下载 docker pull eosio/eos:v1.4.2
    当然这是我的本地钱包,可以如此操作,如果是生成环境千万不要贸然这么做。

    root@73c33dd2663c:/# cleos -u http://jungle.cryptolions.io:18888 system buyram testjungle11 testjungle11 "100 EOS"

    Error 3050003: eosio_assert_message assertion failure

    Error Details:

    assertion failure with message: no balance object found

    pending console output:

    账户余额不足


    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.

    Error Details:

    transaction declares authority '{"actor":"testnetyy111","permission":"active"}', but does not have signatures for it.

    没有把ower和active的账户导入钱包

    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.


    Failed to connect to nodeos at https://node1.eoscannon.io; is nodeos running?

    Failed to connect to nodeos at http://39.108.231.157:30065; is nodeos running?

    节点没有运行,换个节点试试


    wanghaidongdeMacBook-Pro:~ wanghaidong$ cleos -u http://api.eosbeijing.one

    ERROR: ConversionError: -u,--url=http://127.0.0.1:7777,http://api.eosbeijing.one

    docker exec -it eosio bash

    运行bash就行


    error:"{"code":500,"message":"Internal Service Error","error":{"code":3090003,"name":"unsatisfied_authorization","what":"Provided keys, permissions, and delays do not satisfy declared authorizations","details":[{"message":"transaction declares authority '{\"actor\":\"testjungle12\",\"permission\":\"active\"}', but does not have signatures for it under a provided delay of 0 ms, provided permissions [], provided keys [\"EOS7CUgq1HAQ2xojK8RxpUpnGZyMXNNwfCiHpjJyVfC6f7164ZJze\"], and a delay max limit of 3888000000 ms","file":"authorization_manager.cpp","line_number":517,"method":"check_authorization"}]}}"

    填写active的keyprovided才可以


    error:"{"code":500,"message":"Internal Service Error","error":{"code":3050003,"name":"eosio_assert_message_exception","what":"eosio_assert_message assertion failure","details":[{"message":"assertion failure with message: symbol precision mismatch","file":"wasm_interface.cpp","line_number":934,"method":"eosio_assert"},{"message":"pending console output: ","file":"apply_context.cpp","line_number":72,"method":"exec_one"}]}}"

    转账一定要填写小数点后四位

    相关文章

      网友评论

          本文标题:Eos坑总结

          本文链接:https://www.haomeiwen.com/subject/ybvbfqtx.html