On a totally different subject does anyone know how you go about starting a faucet/doge interface etc? Is theres some API documentation somewhere? I assume its all written in PHP which isnt my strongest language but id be interested in taking a look - not managed to find anything looking about not sure what to search for!
If it's just about talking to the daemon and having it do random transfers to whatever Dogecoin address is supplied from a web interface then it's very straight-forward. If you just summon the commandline client with "help" as parameter you get a list of RPC calls and their syntax.