I'm searching really hard to find a 3rd party verifier for bitsler and can't find any.
View -> Roll verifier
Just make sure you've selected bitsler first.
Ok will give it a try, because I couldn't enter the secret server revealed I thought it wouldn't work.
EDIT: It doesn't work as a verifier, bets are completely different than on the site, I try to verify rolls from a account I didn't play with on the bot just to see if the site is provably fair.
I can only insert server seed, client seed and number of rolls.
Thanks for your reply though.
server seed = Secret server revealed
start from = first nonce value to verify
Number of bets = number of bets to verify from the starting nonce
Place a few bets:
I reset my seed before the first 10 satoshi bet, so just before placing bet 1255740502
So: Reset your seed on the site, then open the provably fair tab again:
Open dicebot, select bitsler:
View->Roll verifier. Enter you server seed revealed from the image above into server seed, client seed into client seed, the nonce you want to start at and the number of bets you want to verify (lets say you've made 10 000 bets with a single seed pair and you only want to verify the last 25, set the start from value to 9975 and the amount of bets to 25)
Click generate bets
Open the results file and compare. The results file starts at the TOP and works down.
See? They all match perfectly.
Make sure the nonce of the bet you're trying to verify matches with the ones you generated:
You need to understand that bitsler uses a NONCE based RNG. This means that you select a client seed, the server selects a server seed and sends you the hash. Then they append the nonce to the seeds and perform the RNG. The nonce is just the number of rolls you've made so far with the seed pair. You need to match the nonce values in the generated numbers to those on the site.
Edit: Also, You can't use the hashed server seed, because it's not the seed, it's a hash.