As far as I know coinonatx.conf should be the same for windows, mac, and linux wallets:
rpcallowip=127.0.0.1
rpcuser=
rpcpassword=
staking=0
server=1
listen=1
port=
masternode=1
masternodeaddr=:
masternodeprivkey=
EDIT:
Which also contains the wallet with 1000 coins?
Are you running a masternode with 5000 XCXT in the mn address and 1000 XCXT in another address for a total of 6000 XCXT in the wallet or just trying to run a regular wallet with 1000 XCXT in the main address?
I used the coinonatxd getnewaddress 0 to obtain a wallet address on the server, then sent 1000 coins to it.
When I set up the masternode the block count was correct, now I have 0 connections and the block count doesn't increase.
I've restarted the server and I think I've just messed up the config.
A masternode needs exactly 5000 XCXT in the masternode address to work, someone mentioned it has to be sent in a single transaction. If you have 5000 xcxt in your mn address and the conf looks like the one above, I would expect it to work. Ensure you're not using a port already allocated to another service. After you restart your wallet, I'm pretty sure you use something like masternode start to start the masternode.