The domain just needs a client running with ports open. Primarily they are used when networks are poor or starting as the irc may load old or no peers. Every time the client launches it looks for the peer so chains, checkpoints etc can be somewhat controlled. Depending on your coin structure they generally aren't needed when the network settles.
Unless you specifically want to run it on your server, just put in on a amazon micro instance with elastic ip and open ports in security profile. Make sure to code this and clients will connect very quickly.
If you want to put in on your server chances are you are going have to build the "d" or a client without ui depending in resources etc.
Many coins are actually launched without them as a lot of people use ther home ip as a seed node or none at all. Most people won't open ports so that is the key, no ports no network gain
Thank you!
Linux is not my strong point and i have never heard of an amazon micro instance before. just goggled it an read as much as i can i presume amazon micro instances are just mini linux apps from within amazon EC2.
As for using my home IP and opening ports on my router, is that not a potential risk?
I was thinking of 2 work arrounds
1. getting a disposable 3G android phone and tethering it to a PC and using a port forwarding app
https://play.google.com/store/apps/details?id=at.bherbst.net&hl=en2. using a virtual machine installed straight to a domain and putting a client on there!
What do you think ?