If anyone wants to test it here is the url:
$receiving_address should be the GameCoin Address you want the funds to be forwarded to
$callback_url should be an URL Encoded url.
Please refer to the information on the Blockchain API, it should be pretty much identical and you should send *ok* from your callback url once you've acknowledged that you have enough confirmations on the forwarded transaction. Please give feedback if you get chance to test it. Forwarding should happen within 2.5 minutes (block target) of you sending the payment and there is a 0% fee.
If anyone wants to test but doesn't physically have any GameCoin. Please download the wallet (linked in the first post) and send me your wallet address via PM and I'll hook you up with a few coins to test with.
NOTE: The system I've written could be easily adapted to other coins.
http://coin-base.net/gamecoin/
1% POOL FEE
Payoutsystem prop
only 120 confirms
[Stratum]
./minerd --url stratum+tcp://coin-base.net:3428/ --userpass Weblogin.Worker:Worker_password
./cgminer --scrypt -o stratum+tcp://coin-base.net:3428 -u Weblogin.Worker -p Worker_password
+
[LongPoll]
./minerd --url http://coin-base.net:8428/ --userpass Weblogin.Worker:Worker_password
./cgminer --scrypt -o http://coin-base.net:8428 -u Weblogin.Worker -p Worker_password
Excellent, thanks for posting. I'll update the main post.
Excellent work petr1fied!
Bump!