Greetings
This is my first post. Currently I´m trying to setup nodes in the main- and testnet.
I´m using linux, a cloud server, the coincashew guide … and am completly unexperieced with all of them. ^^ But I`m willing to learn.
Today I got a mainnet node running (it is already synced up and seems to work fine)
BUT I notized, that my usr/local/bin folder is empty.
The commands:
sudo cp $(find $HOME/git/cardano-node/dist-newstyle/build -type f -name “cardano-cli”) /usr/local/bin/cardano-cli
and
sudo cp $(find $HOME/git/cardano-node/dist-newstyle/build -type f -name “cardano-node”) /usr/local/bin/cardano-node
seem not to work. I tried it serveral times now and even if there is no errormessage… it´s not working. Does anyone know what I can do to solve this problem?
I typed it in an weirdly it says: /usr/local/bin/cardano-node
But when Im checking out this folder it is empty. Is there any trick to see the files in this folder that I dont know about? I am completly unfamiliar with ubuntu.
What do you mean by it’s not working? Basically those command lines are copying cardano-cli and cardano-node to /usr/local/bin/. After applying them, you won’t get any messages at all if they were successful.
After you performed the “which” command and found them in /usr/local/bin/, it seems to me that you are good to go mate.
differntly asked:
Where do I find the explorer of the user I created to manage my server?^^
Or are these files not on my local machine, but in my cloudserver?
Hmm… I cant find it there.
Everytime when I connect the user that I created to manage the server the following happens:
I type in:
ssh -i ~/.ssh/user user@ [IP-adress] -p [XXX]
I get the message:
“Warning: Identity file /home/user1/.ssh/user not accessible: No such file or directory.”
But other than that everything works fine. Should there be an identity file on my local device or is this completely normal? If there should be one: What can I do to get it?
Why do you use -i ~/.ssh/user to request a specific identity file …
… if that specific identity file does not exist? Just leave out that option from the call to ssh.
So, you have a local machine you are working on and a remote machine, where you want to install cardano-node and cardano-cli?
Of course, they both have totally different /usr/local/bin and /home folders. They are totally different computers and these folders have nothing to do with each other. You should always know exactly if you are doing something on the local machine or on the server at the moment.
In first instance: Nowhere. Nautilus will always show you your local computer. You use ssh to control the remote server on the command line.
To be honest: I just did what the guide I used stated ^^
For me this wasnt clear. These are my first steps with the ubuntu os and with setting up an ubuntu server. Thanks for the clarification.
I think what irritated me was that one of the guides I watched did a node setup on a bare-metal-server without me realizing it.
The reason for me asking about these files in the first place was that I wanted to take a look into some json files. For me setting up a testnet node is harder than setting up a mainnet node… because I need to change some lines of code … but the instructions in the CoinCashew guide arent 100% clear to me.