Yeah, u should not use git pull origin master
go to cd ~/.cabal/bin folder delete the cardano-node and rebuild the node
If u will want also to use import wallet option use the commands :
ghcup install cabal 3.2.0.0
ghcup set cabal 3.2.0.0
Build the node
cd ~/git
cd cardano-node
git fetch --tags --all
git checkout 1.27.0
echo -e "package cardano-crypto-praos\n flags: -external-libsodium-vrf" > cabal.project.local
$CNODE_HOME/scripts/cabal-build-all.sh -o
might be related:
That config file includes stuff related to the upcoming Alonzo release. It should not be there.
One way to get the guaranteed correct config file is to go to the 1.27.0 release announcement, download the tar.gz file linked, extract the configuration/cardano/mainnet-config.json config file from the tarball and use that instead of the one you have now.
You should probably also use the mainnet-topology.json file in the same directory instead of whatever you have now.
so lets see what happens in that topic… could you try the config files from release page @erikd suggesting?
peix2
3 June 2021 20:25
23
Recompiling (without pull origin master) did the trick. So far it’s syncing and on 77%. I think we’re good so far. Once that accomplished I will (recompile &) re-sync producer.
Laplasz, thanks for digging this one out anyway.
1 Like
I know, because compiling with master will run all features that are preparing for alonzo hardfork
For producer u can download the db from relay and upload it on Producer node… it will reduce the time for syncing