Hi all,
I’m running the latest version of ubuntu on windows using WSL, which I’ve setup correctly because it works fine when I use WSL for EOS programming 101.
I’ve also installed the latest ubuntu Debian Package Install (ubuntu 20.0.x) and CDT (from binary) which I obtain directly from EOS’s github.
However, after setting it up, I don’t think it installs Nodeos at all. Because when I tried the Nodeos start command
nodeos -e -p eosio –plugin eosio::producer_plugin –plugin eosio::chain_api_plugin –plugin eosio::http_plugin –plugin eosio::history_plugin –plugin eosio::history_api_plugin –access-control-allow-origin=’*’ –contracts-console –http-validate-host=false >> nodeos.log 2>&1 &
also when I run the start nodeos command above I got the following respond, which I assume that something is working?
then I tried to run the nodeos.log command as describe by fillip in the video “Start Nodeos” by using the following:
tail -f nodeos.logs
I got a command back saying, nodeos is not an existing command. I’ve read through the EOS github page and did a quick google search, and I don’t seems to find anything describing how to install nodeos correctly.
I’ve already tried restarting wsl, as well as, restarting my computer. neither solved the problem.
so anyone have any ideas, what’s going on? do I need to install more packages? or did I need to use another command to get nodeos started?