Code Monkey has been very productive and "finally" added the JSON API for bots to use.
This is to enable easy coding of automatic martingale bots and or others.
There are currently 2 calls available:
Game Info:
http://satoshiroulette.com/api.php?game=game-name
http://satoshiroulette.com/api.php?game=jdice-050
"game":"jdice-050",
"address":"14a25cLixsPc77vBBQfb4cDwpCGayX7Brp",
"min_bet":0.001,
"max_bet":0.9,
"edge":1.8,
"max_edge":1.8,
"jackpot":0.00008000,
"jackpot_number":100,
"donation":0.2,
"jackpot_limit":0.1,
"highest_multiplier":1.923569,
"lowest_multiplier":0
}
This can be used to check the current jackpot of games, ie scan jackpot dice for the game with the highest jackpot.
txid status:
http://satoshiroulette.com/log.api.php?txid=txid
http://satoshiroulette.com/log.api.php?txid=32226cb063798e1a678618e7a5321534a3b85383b979080a0971fa7ff7ba65b6
"roulette-odd":0
}
This is used for quickly confirming a bet result, 1 for win, 0 for a loss.
A little note from codemonkey:
Also, Im working on a bot that uses the new api to release for players to test and modify GPL FTW
The site has been drastically speed up with some further background tweaks for our engine as well, hope the players are enjoying it.