-
How do I downgrade b18 to b17? Normally, I upgrade with the following procedure:
Luckily I still have my b17 directory, so I did the following:
So my questions:
I think there should be a "how to downgrade" or "how to install a specific version" section in the wiki. I pulled the tarball for b17, and got some error about missing files due to it not being a git directory. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The easiest way is to go into whichever git cloned chia-blockchain directory and type: Your coins are on the chain - not on your disk. The wallet db may be confused. Delete it and resync it. It's in |
Beta Was this translation helpful? Give feedback.
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/