Hi,
I’m trying to run the testnet node. Following the guidelines from your official website.
I run the following commands
curl --proto ‘=https’ --tlsv1.2 -sSf https://sh.rustup.rs | sh
Type 1 - Proceed with standard installation
curl https://install.fuel.network | sh
Would you like fuelup-init to modify your PATH variable for you? (N/y): y
All good until this step
When I run “fuel-core-keygen new --key-type peering” then it shows
fuel-core-keygen: command not found
Thanks
4 Likes
I have the same exact error
1 Like
Hi guys I think you need to run source ~/.bashrc
after installation. Basically you need to have ~/.fuelup/bin/
in your PATH
environment variable.
3 Likes
i get the same error, unfortunately. thx @crypt0mate - will try that
1 Like
it worked for me going to the ~/.fuelup/bin folder and then running
fuel-core-keygen new --key-type peering
1 Like
Hi @crypt0mate Pls I’ve been trying to deploy a smart contract on the new Testnet. I wonder if I can get some help here.
I get this error the exact moment I try to run the " forc deploy --testnet " command.
Please how do I overcome this?
1 Like
Hey @buchii9 did you come right. ?
there has been a few updates recently. You try out the latest instructions mentioned here:
I taught that’s deploying of contract?