Eos: nodeos fail to start in local testnet

Created on 16 Apr 2018  路  3Comments  路  Source: EOSIO/eos

I followed the instractions from the local enviroment page and when run the:
./nodeos -e -p eosio --plugin eosio::wallet_api_plugin --plugin eosio::chain_api_plugin --plugin eosio::account_history_api_plugin
I get this error:
3124424ms thread-0 main.cpp:97 main ] Throw location unknown (consider using BOOST_THROW_EXCEPTION) Dynamic exception type: boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::system::system_error> > std::exception::what: bind: Address already in use

what I am doing wrong?

Most helpful comment

nodeos is already running. First pkill nodeos before launching another one with the same listen port number.

All 3 comments

nodeos is already running. First pkill nodeos before launching another one with the same listen port number.

Thank you.It worked.It seems that when you install it is running to the background

Thank you @jgiszczak

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sim31 picture sim31  路  3Comments

toonsevrin picture toonsevrin  路  3Comments

congnghebitcoin picture congnghebitcoin  路  3Comments

Dexaran picture Dexaran  路  3Comments

xiaomaogy picture xiaomaogy  路  3Comments