PLEASE can someone post a full example of what the contents of the .conf file are that is fully working for this coin.
Nobody has done this and it only causes confusion for all us noobs not totally familiar with what it contains.
Again. Can someone post an actual working .conf file that the noobs can use or modify to their own.
Spots, I don't know why this was not included in the op like most other coins and why nobody has posted one yet after so many have asked for it.
PLEASE PLEASE
There is no "proper" .conf file. My answer above has nothing to do with the connections issue.
The config file serves the purpose to pass flags to the wallet.
What you include in your config file depends on your needs.
My config:
maxconnections=999
I know they can be user need dependant, but some other coins give you an example with proper ports for the coin and a basic starting point.
One taken from the 365coin op page:
Code: (example 365coin.conf)
rpcallowip=*
rpcuser=yourrpcuser
rpcpassword=securerpcpass
rpcport=8869
server=1
daemon=1
listen=1
addnode=50.186.150.238
addnode=69.140.163.94
addnode=80.241.220.178
addnode=37.187.9.53
addnode=50.116.57.160
addnode=80.241.220.178
addnode=164.138.27.175
addnode=212.83.191.214
It gives the proper file name and a starting point config that can be changed/edited later as the user needs change.
It only takes a second or two to do and then at least everyone is using the right info.
It eliminates support issues from users who try to figure it out themselves by trial and error using wrong ports, wrong syntax etc.