The forum ‘General’ is closed to new topics and replies.
Stor 1.0.2 based on Chia™ 1.2.9
https://github.com/Stor-Network/stor-blockchain/releases/tag/1.0.2
# To Update/Upgrade from previous version
cd stor-blockchain
. ./activate
stor stop -d all
deactivate
git fetch
git checkout master
git reset –hard FETCH_HEAD –recurse-submodules
# If you get RELEASE.dev0 then delete the package-lock.json in stor-blockchain-gui and install.sh again
git status
# git status should say “nothing to commit, working tree clean”,
# if you have uncommitted changes, RELEASE.dev0 will be reported.
sh install.sh
. ./activate
stor init
chmod +x ./install-gui.sh
./install-gui.sh
cd stor-blockchain-gui
npm run electron &
The forum ‘General’ is closed to new topics and replies.