EOSIO / eos

An open source smart contract platform
https://developers.eos.io/manuals/eos
MIT License
11.27k stars 3.6k forks source link

eosio::faucet_testnet_plugin not found #8182

Closed krotkiewicz closed 4 years ago

krotkiewicz commented 4 years ago

Trying to run nodeos with following params (local development environment):

nodeos -e -p eosio --plugin eosio::chain_api_plugin --plugin eosio::history_api_plugin --plugin eosio::faucet_testnet_plugin --contracts-console

and I am getting error:

error 2019-11-06T11:47:32.647 thread-0  main.cpp:120                  main                 ] /tmp/eos/libraries/appbase/application.cpp(435): Throw in function appbase::abstract_plugin &appbase::application::get_plugin(const std::__1::string &) const
Dynamic exception type: boost::wrapexcept<std::runtime_error>
std::exception::what: unable to find plugin: eosio::faucet_testnet_plugin

Tried both on mac build (1.8.5) and official ubuntu dmg (1.8.5 & 17.7).

Thank you for help.

heifner commented 4 years ago

Not currently built: https://github.com/EOSIO/eos/blob/master/plugins/CMakeLists.txt#L17

krotkiewicz commented 4 years ago

I can see now.

Thank you.