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.
Most helpful comment
Do NOT manually
sudo make install. Use theeosio_install.shscript instead.