I notice the instructions for the transfer.conf file say to set listen=0
Is setting listen=1 recommended?
I'm still having issues getting this masternode to stay running, it runs for 30 mins-2 hours then says 'Masternode not found in list"
I've tried disabling all security programs, disabling windows firewall, disabling router firewall, disabling IPV6.
Any ideas?
I think you might need to manually add some nodes to your transfer.conf file. It could be happening cause you are losing connection to the transfercoin network.
Try adding these lines to your conf file:
addnode=85.414.44.16:17171
addnode=81.191.27.5:19910
addnode=81.191.27.5:19909
addnode=81.191.27.5:19909
addnode=50.142.213.254:17170
addnode=104.236.183.29:7777
addnode=73.231.109.142:9999
addnode=85.214.44.16:17170
addnode=83.221.241.254:17118
addnode=83.221.241.254:17117
addnode=83.221.241.254:17116
addnode=83.221.241.254:17115
addnode=83.221.241.254:17113
addnode=83.221.241.254:17112
addnode=83.221.241.254:17111
addnode=83.221.241.254:17110
My masternode.conf file looks like this:
----------------------------------------
Node1 73.231.109.142:9999
"PRIVATE KEY"
"TRANSACTION HASH"
"OUTPUT INDEX"
---------------------------------------
My transfer.conf file looks like this:
---------------------------------------
server=1
rpcuser=transferpc
rpcpassword="PASSWORD HERE"
port=17181
masternode=1
masternodeaddr=73.231.109.142:9999
masternodeprivkey="PRIVATE KEY HERE"
---------------------------------------
You can get more node ip addresses by clicking on the masternode button in your wallet, and then the transfer network tab.