i've successfully built the code,but when i try to launch the nodeos i get the error below:
1576084ms thread-0 main.cpp:101 main ] /home/eos/eos/libraries/chainbase/src/chainbase.cpp(70): Throw in function chainbase::database::database(const bfs::path &, chainbase::database::open_flags, uint64_t)Dynamic exception type: boost::exception_detail::clone_impl
std::exception::what: database created by a different compiler, build, boost version, or operating system
anyone can help me?
me too
473845ms thread-0 main.cpp:101 main ] /root/eos/libraries/appbase/application.cpp(290): Throw in function appbase::abstract_plugin &appbase::application::get_plugin(const string &) const
Dynamic exception type: boost::exception_detail::clone_impl
std::exception::what: unable to find plugin: eosio::account_history_api_plugin
@xianzhisheng run nodeos with --replay-blockchain option or if that doesn't work with --resync-blockchain.
@466919153 Replacing line plugin = eosio::account_history_api_plugin with plugin = eosio::history_api_plugin in config.ini helped me with this issue. It appears that there is no account_history_plugin anymore.
Most helpful comment
@xianzhisheng run nodeos with --replay-blockchain option or if that doesn't work with --resync-blockchain.