The project has instant games with a unique take on where the winning numbers come from . They're taken from the last decimals of Bitcoin's USD price. We source our price information from two esteemed platforms, CoinGecko and CoinMarketCap. We have custom API's which deliver us updates every 10 seconds. We call one, sleep 5, then call the other. each is added with the last and divided by two. Thus giving us a steady price update every 5 second, going down to the 16th decimal.
Can you share
exactly how I could reproduce your 16 decimals? I've only seen Bitcoin prices with 2 decimals in dollars, and that's what most (if not all) exchanges use too.
It doesn't look like this can be made provably fair, which means it's trivially easy for you to cheat. I'm not saying you're cheating, but if it's not provably fair, players can never know for sure.
But why not an even better "random" alternative directly from the Bitcoin blockchain? Hash results, even total BTC block fee for even easier reading (which I last trialled for a giveaway).
i thought of that.. but thats every 10 minutes.
l0tt0's games are instant.. so that 5 seconds inbetween games is key.
One way to creating multiple rolls per Bitcoin block would be by mixing it with some sort of crash seeding event. At least that would make it provably fair, although the cut-off for new blocks, especially if you get an orphaned block, will still be tricky.
As for the wallet, thats not a bad idea.. but I could be posting anyone's wallet.
That's what
signed messages are for.