Worked like charm until this morning.
Does anyone knows why?
Here’s something I noticed yesterday that might be helpful. I’m back on the right chain now and have been using 1.4.3.0. What I think I saw when minting just connected to the devs node:
1. Minting on one node the blocks being accepted normally.
2. Dev’s node receives (or creates?) a bad block with too little proof of stake.
3. Wallet drops the node because of bad behavior.
4. Wallet reconnects to the node because of connect call.
5. Forking seems to happen leaving the wallet on its own fork but relaying valid blocks to the dev’s node.
Connecting exclusively to one node and trying to make the system work might be compounding the problem. I keep getting this error in my debug log:
Misbehaving: 104.128.225.215:8233 (0 -> 100) DISCONNECTING
disconnecting node 104.128.225.215:8233
ERROR: ProcessBlock() : block with too little proof-of-stake
This is the dev’s node that is being disconnected. My guess is that perhaps an incorrect version of the wallet is minting blocks and getting them relayed through this node. It is pretty hard to keep on the right chain now – but running connected to other peers has worked for me since yesterday when this happened and I reset the block chain.
I hope this information is useful to debug the situation.
Add this to magi.conf
banscore=500
banscore allows it to try again with out getting banned straight away. It's what i blame to be the problem at first place with the forks before.
Ill add that when I get home to see if it syncs up again.