What should the coinonatxd.config file look like on a Ubuntu server, which also contains the wallet with 1000 coins?
rpcallowip=xx.xx.xx.xx
rpcuser=xxx
rpcpassword=xxx
staking=0
server=1
listen=1
port=
masternode=1
masternodeaddr=
masternodeprivkey=
should it contain the externalip=xx.xx.xx.xx instead?
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.