运行nodeos时候报错
Q:下边代码是用于异常停止服务的恢复
A:
nodeos --data-dir /opt/eosio/bin/data-dir --hard-replay-blockchain --truncate-at-block [有问题的区块编号] -e
Q:nodeos启动失败
:std::exception::what: unrecognised option '--resync-blockchain'
A:删除block,重新同步
nodeos --replay-blockchain --hard-replay-blockchain --delete-all-blocks
Q:部分版本插件名称错误
std::exception::what: unable to find plugin: eosio::account_history_api_plugin
A:
plugin = eosio::account_history_api_plugin
替换为
plugin = history_api_plugin
Q:get_actions和get_transaction接口使用后没有返回值?
A:启动的时候添加–filter-on "*"或者在config.ini中添加filter-on = *
Q:发布交易失败
Error 3090003: provided keys, permissions, and delays do not satisfy declared authorizations
A:将私钥导入钱包中或者私钥错误
Q:公网同步区块失败,报错如下

这篇博客汇总了EOS运行中遇到的各种问题及其解决方案,包括nodeos启动失败、交易超时、编译ABI文件失败等常见问题,并提供了详细的解决步骤和配置建议。此外,还推荐了一个EOS智能合约与DApp开发的入门教程。
最低0.47元/天 解锁文章

被折叠的 条评论
为什么被折叠?



