Uninstalling CCN Node
Depending on what CCN Node you are running please follow the below documentation to remove CCN from your machine.
Note: disconnecting or stopping a machine early will result in penalties
Linux Machine
Windows Machine
Note: On a linux machine you will have an extra command available:
# Stop your machine
ccn machine stop
# Delete your wallet
ccn wallet delete -a (Wallet address)
# Stop services
ccn daemon stop
# Uninstall CCN files
ccn uninstall
Running these commands will remove your wallet and stop active services.
Note: On a windows machine CCN files will exist in the folder of your choice. After running the below commands you can delete the contents of CCN.
# Stop your machine
ccn machine stop
# Delete your wallet
ccn wallet delete -a (Wallet address)
# Stop services
ccn daemon stop
Running these commands will remove your wallet and stop active services.
Last modified 4mo ago