Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [GOVM] High scalability, theoretical TPS can exceed 2 ^ 64, already online
by
dquancey
on 11/03/2020, 16:45:36 UTC
Can a snapshot of the database be hosted and copied from one machine to another?

It takes a full day or so to sync and if the chain can be hosted somewhere, it'd enable more users to get involved.

software with data:http://govm.net/dl/govm_win.tar.gz
1. install golang and git, restart computer
2. download govm_win.tar.gz
3. right-hand button, "Git Bash Here"
4. tar -zcvf govm_win.tar.gz
5. cd govm_win/govm_database/
6. ./upgrade.sh
7. start database: ./install.sh
    success: "result: 1"
    fail: "Access is denied." ,direct run database.exe
8. cd ../govm
9. ./upgrade.sh
10. cd ./tools/rebuild/
11. go build
12. cd ../../
13. ./tools/rebuild/rebuild.exe
14. ./start.sh
15. browser open http://127.0.0.1:9090

Wish I had this 3 days ago. Thank you.