Well somebody had to ask this nub question.
Is there a command to update Grin node to v1.0.1 from a working 1.0.0 in Ubuntu? without going thru the pain of redoing the whole install?
Asking for a friend …
Well somebody had to ask this nub question.
Is there a command to update Grin node to v1.0.1 from a working 1.0.0 in Ubuntu? without going thru the pain of redoing the whole install?
Asking for a friend …
what reinstall ?, just replace the grin binary with the new one.
how to replace grin binary?
go into /grin and type:
git pull
then type:
cargo build --release
Same for /grin-miner too?
That did the trick! Thanks