Skip to content

How to downgrade chia code? #557

Closed Answered by hoffmang9
af85 asked this question in Q&A
Discussion options

You must be logged in to vote

The easiest way is to go into whichever git cloned chia-blockchain directory and type:
git checkout 1.0beta17; rm -rf venv; sh install.sh ; . ./activate

Your coins are on the chain - not on your disk. The wallet db may be confused. Delete it and resync it. It's in ~/.chia/VERSION/wallet/db/

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by af85
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants