I would like to support some altcoins by setting up nodes. However, I am not that into linux, and my experience is that setting things up with a tutorial mostly works ok, but as soon as things go wrong I don't have a clue what to do. So, that's why I prefer windows.
So, I would like to know the following things:
- how can I setup windows as a full node?
- can I run nodes for multiple alts on the same server?
Currently I tried running the wallet QT for coinyecoin (took a random recent alt to test), with the "-server" tag. I edited the .conf file as follows:
rpcuser=xxxxxxxxx
rpcpassword=xxxxxxxxxxxx
server=1
daemon=1
rpcallowip=*
rpcport=*
listen=1
maxconnections=200
upnp=1
addnode=37.187.93.104
addnode=23.253.71.20
addnode=94.242.254.73
addnode=24.20.187.178
addnode=37.59.31.34
addnode=37.59.54.28
addnode=62.212.72.31
But I am only getting 3 connections to the network.
What am I doing wrong?