Guide to run a node

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

2 Likes

I have the same exact error :confused:

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