after that it doenst work anymore. After this i delete my mn and create a new one. i do this every two hours.
does anyone know what the problem could be?
In your conf file, do you have the line staking=0? If you do not have normal staking turned off, when a normal stake hits, it will likely use the input that is your masternode collateral, and split it into two inputs. When it does this, you no longer have one input that is exactly 13342 coins.
Yes staking=0 at config file.The reason i say my masternode isn't working anymore is because i dont see myself at node count. When it was working i saw myself ofcourse.
Funny thing is when mn work i see myself at node count but i'm always 0,00 Active. But i do get mn rewards.
After 2 hours i dont see myself at nodecount, try to restart my mn and i get a pop-up whitch says: could not allocate vin for collateraladress.
just likt that
What happens when you try to restart your masternode by going into the debug console and type masternode start? Also, make sure the wallet is unlocked for staking if it is encrypted.
Also, I am not sure why port 9999 is recommended to start masternode. The default port for this coin is 45104 according to the source code.
https://github.com/cryptbit/cryptbit/blob/master/src/chainparams.cpp#L56
56 nDefaultPort = 45104;
57 nRPCPort = 35105;
Also, you may want to go to the port forwarding in your router settings and add port 9999 (or whatever port you are running your MN on).