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?