Currently wen we fetch using fuelup update
command then this are results shown:
latest updated
updated components:
- forc 0.62.0
- forc-wallet 0.8.2
- fuel-core 0.31.0
- fuel-core-keygen 0.31.0
Currently wen we fetch using fuelup update
command then this are results shown:
latest updated
updated components:
Can you please share the output for the command fuelup show
?
Can you please try running fuelup self update
and share its output? Here is my output for the ref. Once you confirm it, I will make sure the team looks into it
The latest fuel-core update is v0.34.0
But this hasn’t been released on the latest toolchain yet.
You have to install the nightly toolchain to use this.
fuelup toolchain install nightly
fuelup default nightly
fuelup update
Also, you’ll need to use latest chain-configuration
And use the following path in --snapshot
flag
./chain-configuration/ignition/
Hey @anipaul2, you can run fuelup update
to update your toolchain and it will download fuel-core v0.34.0
. Please follow these steps and you will be good to go.
fuelup self update
fuelup update
fuelup default latest
Also, make sure to update the chain config locally and use the latest one
cool, thanks. We can also use git pull for this right?
Will do the self update one but dunno how to update the config again, like I have to git pull the chain config right?
Yea, you can absolutely use git pull
for chain-configuration, if you’ve already cloned that repository before.
cool, thanks. I did and it still shows error but it’s running
What errors are you getting?
I did cd chain-configuration/
git pull
what shd I do next?
You should do git fetch
followed by git pull
Are you getting any errors while running the node? You didn’t mention
I did git pull in chain-configuration folder, and day before yesterday did wget the new release after discussing with @Nazeeh21 that the error of showing same blocks is stopped at one. node cannot sync. it is same again.
Is there any staright commands which I can type and this will fix it? like its been a month on this issue still cant resolve. Node stops at one point and cannot sync later.