I fixed it and ran it, how to check it works?
You can check to see if your masternode is enabled by running
chaincoind masternodelist status your-masternode-ip-address-here
It should then tell you it's enabled.

I started the masternode, it was written masternode started, after 4 hours on the account as before 1000 (CHC), I suspect that it does not work.
Who can write briefly what to write in the Configuration file?
Pleaseee
Here's a copy of my
chaincoin.conf, which is working:
rpcuser=ubuntu
rpcpassword=
server=1
listen=1
masternode=1
masternodeprivkey=
masternodeaddr=54.183.162.131:11994
One other thing you can do is check your debug.log file, do this:
cd ~\.chaincoin
cat debug.log | grep "capable"
You should see a log line with the phrase "capable masternode!" signalling that you have the correct number of CHC in your wallet. You may also see that the system is still waiting for out of 15 confirmations, which is necessary before the masternode is deemed "capable".