[Solved] Automating payments/ receiving FTC on server \* Feathercoind
-
Ok I’ve been working on an FTC game (you could say gambling but not entirely), done most of the site. My idea is to setup a new receiving address on my server for every account made, or whenever they request to make a payment (one of the two), then use a script to sort out sending payments back to user’s, allong with winnings if they have won. I currently have a windows VPS for games and shit and up just testing the site on this (not that I can get damn apache to install allongside iis) but if I get this all up and working I’ll wanna move to a linux VPS (know of any good ones?). So yeah, is any of this possible, how have other people done it, and what are best practices? I’m fairly new to this kinda thing but am eager to see my idea realized.
Thanks. -
[url=https://github.com/Slavco/dicestart]https://github.com/Slavco/dicestart[/url] for the rest [url=https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list]https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list[/url]
and use dedicated server because vps is for pussies :D [url=http://www.hetzner.de/en/]http://www.hetzner.de/en/[/url] -
Aight thanks dude, I’ll read over all that. And tbh at my budget a vps will have to do.
-
Just kidding about dedicated srv. If you rethink your architecture your payment FTC scripts could be on local machine and if need to be accesible to do that via noip or dyndns and for site to use cheap shared hosting ;)
-
Hey, so what actually is “Feathercoind”? I’m assuming I don’t have to leave the ftc gui up on the server?
-
Feathercoind is the command line wallet. You can find it in the same package and the QT client, usually.
I use it instead of the QT client on VPS servers because they don’t have a GUI, just SSH. But on my local windows box, the QT clients works just as well. YMMV.