Eos: NODEOS COMMAND NOT FOUND ? After installation successfully. what to do?

Created on 1 Sep 2018  Â·  10Comments  Â·  Source: EOSIO/eos

Most helpful comment

Do NOT manually sudo make install. Use the eosio_install.sh script instead.

All 10 comments

Your screenshot doesn't show that it's not found. What do you mean?

After you build, you need to install. Once you install, as long as you install as sudo/root, you should see nodeos under /usr/local/bin

If you don't, something is wrong.

I have built
CD build
thenI installed
sudo make install
then I command nodeos but displaying error.
"Command not found"

Make sure /usr/local/bin is in your $PATH. Type ‘echo $PATH’ to see what’s there

Do NOT manually sudo make install. Use the eosio_install.sh script instead.

I have built
CD build
thenI installed
sudo make install
then I command nodes but displaying error.
"Command not found"

Like I said, ./eosio_install.sh

How to connect Mainnet ? And check Block?

Example :- Bitcoin-Cli. -datadir.=/zxy getblockchainInfo
{

Block=677
Header block=455
Version=6hiii
Etc...
}

Read the docs on CLEOS. It'll make sense. I do cleos -u http://dev.cryptolions.io:38888 get account norsegaudnet to see my test account on the JUNGLE testnet. You'll just need to use the URL for the mainnet instead.

This should be in build/programs/nodeos/nodeos

Thank you so much @NorseGaud i am join Mainnet.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

congnghebitcoin picture congnghebitcoin  Â·  3Comments

xiaomaogy picture xiaomaogy  Â·  3Comments

yashbhavsar007 picture yashbhavsar007  Â·  3Comments

IvanYakimov picture IvanYakimov  Â·  3Comments

jcalfee picture jcalfee  Â·  3Comments