vcashorg / vcash-wallet

Apache License 2.0
15 stars 28 forks source link

what happened on height 5183? #10

Open wujinzhou opened 4 years ago

wujinzhou commented 4 years ago

I have tried to run vcash-server under both floonet and usernet, when the height reached to 5183, error messages show up: Couldn't deserialize CbData: invalid type: null, expected struct CbData and the vcash-server stopped working. Does the message mean an empty coinbase is passed to the server from wallet?

vcash-server log (floonet): Screenshot 2020-05-14 at 11 16 04 PM

vcash-server log (usernet): Screenshot 2020-05-15 at 11 59 41 AM

vcash-wallet does not show any error messages

jdwldnqi837 commented 4 years ago

Log shows your vcash node can't connect to your wallet. You should check if your wallet is on listening mode.

wujinzhou commented 4 years ago

The wallet is listening.

When I found the wallet has stopped working on height 5183 under floonet, I deleted entire vcash data and switched vcash node into usernet mode. Then I started mining from height 1, everything was fine until the height reached to 5183, the above error message came out again and the vcash node stopped working.

jdwldnqi837 commented 4 years ago

You'd better confirm if your node can reach your listening wallet, and maybe you start your usernet node with a wrong way. Not only should you delete all floonet data, but you should also create a brand new config file with follow command. ./vcash --usernet server config

Suratsika commented 3 years ago

👌