Hi there, total noob here, I am trying to access the cardano-node and cardano-cli folders in my Daedalus installation in Linux.
I feel like an idiot asking this, but I have looked for hours to no avail.
Thank you for your help!
Hi there, total noob here, I am trying to access the cardano-node and cardano-cli folders in my Daedalus installation in Linux.
I feel like an idiot asking this, but I have looked for hours to no avail.
Thank you for your help!
Hi!
if you would like to start Daedalus Wallet then the default location of the executable is ~/.local/bin/daedalus-mainnet
and if you want to access cardano-node then you can find it - with find ~/ -name cardano-node
it will be under ~/.daedalus/nix/store/xxx-profile/bin/
Thank you so much for your help!