Introduction
It is part of the early adopter’s journey to experience tech that is not fully finalized. GHOST TestNet 1.0 one of those examples. The download GHOST Application download experience was not up to the industry standard. Good news is that this is now fixed!
This guide walk you through how to delete the GHOST TestNet 1.0 Application and install GHOST TestNet 2.0 Application.
Delete GHOST Node Application
Go to ghost-node
folder:
cd ghost-node
Clean the directory:
cargo clean
Go back to the main directory:
cd ..
Delete the following directories:
rm -r ghost-node ghost-node.zip bin cli client core-primitives metrics pallets primitives rpc runtime scripts service src tests utils
Delete the following files:
rm Cargo.lock Cargo.toml file_header.txt LICENSE.md README.md spec.json
Install GHOST Node Application
Go to GHOST Chain Startup Guide – Install GHOST. Only repeat the steps in the Install GHOST section.
Go to ghost-node
:
cd ghost-node
Compile the node template by running the following command:
cargo build --release
Congratulations! You have reinstalled GHOST Node Application.