letheanVPN / lthn-app-vpn

Client/Server dVPN
https://www.lt.hn
European Union Public License 1.2
36 stars 16 forks source link

Block version is too high 6 #123

Closed yunmingxiao closed 3 years ago

yunmingxiao commented 4 years ago

I tried to run lethean vpn node with Docker container. I follow the steps in the tutorials:

docker pull limosek/lethean-vpn:devel docker run -e WALLET_FILE="vpn" -e WALLET_PASSWORD="some_pass" -e WALLET_RPC_PASSWORD="some_pass" -e PORT=8180 -it -p 8180:8180 --mount type=bind,source=$(pwd)/etc,target=/opt/lthn/etc --mount type=bind,source=$(pwd)/dev/log,target=/dev/log --name lethean limosek/lethean-vpn:devel easy-deploy and dispatcher

However, there appear many repeated errors: 2020-06-11 22:26:35.927 7f71b4246700 ERROR default src/cryptonote_basic/cryptonote_basic.h:475 Block version is too high 6 2020-06-11 22:26:35.927 7f71b4246700 ERROR cn src/cryptonote_basic/cryptonote_format_utils.cpp:950 Failed to parse block from blob 2020-06-11 22:26:35.927 7f71b4246700 ERROR wallet.wallet2 src/wallet/wallet2.cpp:1422 !ok. THROW EXCEPTION: error::block_parse_error 2020-06-11 22:26:35.927 7f71b4246700 WARN net.http src/wallet/wallet_errors.h:707 /opt/TeamCity/buildAgent/work/ea38b4cb900e221c/src/wallet/wallet2.cpp:1422:N5tools5error17block_parse_errorE: block parse error ....

And then it shows message: Waiting for walet rpc server

Did I do something wrong? Or how can I proceed? Thanks a lot!

limosek commented 4 years ago

Maybe docker image is not updated with latest client? Please try to pull letheanmovement/lethean-vpn:devel and let me know. I will cleanup repository after successful run.

yunmingxiao commented 4 years ago

The image letheanmovement/lethean-vpn:devel works fine. Thanks!