Trying to mine test coins with xpmclient.
What am I doing wrong:
# Pool websites:
# http://xpmforall.org
server = "154.66.207.206";
port = "6666";
# Your XPM payout address
address = "VYqnfjwMf3y174sF8Yirh1gtt8yJbwqYpE";
# You can give this machine a custom name
# Computer name is used as default
#name = "custom_name";
# Platform:
# "amd": AMD GCN cards
# "amd legacy": AMD HD5xxx & HD6xxx cards
# "amd vega": AMD Vega cards
# "nvidia": NVidia Maxwell cards
platform = "amd";
My static ip address is 154.66.207.206.
If you are mining on the same machine you have the testnet on, just use 127.0.0.1
If it's not local, then you have to make sure you are setting the port properly in the .conf file (others chime in on this to make sure this is right, i may be wrong)
And remember to activate the mining server on the Datacoin testnet wallet you are running by putting setgenerate true in the console.
Anyone else have any ideas?