Bitcoin Forum

Economy => Gambling => Topic started by: RGBKey on March 21, 2014, 03:22:49 AM



Title: rgbkey.github.io | Verify your provably fair rolls at popular sites
Post by: RGBKey on March 21, 2014, 03:22:49 AM
Hello everyone, I've made a site where everybody can verify rolls on provably fair gambling sites using open source javascript.

Right now there are only three, but I am definately open to requests on what to add next. These things take time and effort so if I make one for a site you suggest please consider donating.

Also, you are free to submit pull requests at http://github.com/rgbkey/rgbkey.github.io and after checking them and changing them to match the rest of the site I will add them. If you do this, please make sure you put these in the /verify folder.

Please, suggest sites so that I can improve this page and make it more useful. Of course, all source can be viewed on the github page.

( Please note that I did not create the just-dice verifier, but merely ported it at dooglus' request. I do not take credit for that code.)

You can see all availible verifiers at http://rgbkey.github.io/verify/


Title: Re: rgbkey.github.io | Verify your provably fair rolls at popular sites
Post by: RGBKey on March 24, 2014, 03:29:41 AM
Still taking requests


Title: Re: rgbkey.github.io | Verify your provably fair rolls at popular sites
Post by: FUR11 on March 24, 2014, 03:31:17 AM
Still taking requests

Freebird?


Title: Re: rgbkey.github.io | Verify your provably fair rolls at popular sites
Post by: RGBKey on March 24, 2014, 03:49:42 AM
http://rgbkey.github.io/freebird/


Title: Re: rgbkey.github.io | Verify your provably fair rolls at popular sites
Post by: FPCN on March 24, 2014, 03:50:55 AM
Thank you for making this, very helpful for the community.


Title: Re: rgbkey.github.io | Verify your provably fair rolls at popular sites
Post by: RGBKey on March 27, 2014, 01:39:57 AM
Bump. Look at all the websites that currently have verifiers @ http://rgbkey.github.io/verify/


Title: Re: rgbkey.github.io | Verify your provably fair rolls at popular sites
Post by: roslinpl on March 27, 2014, 01:45:23 AM
Bump. Look at all the websites that currently have verifiers @ http://rgbkey.github.io/verify/

this is great service and I will say thanks for doing this!

Kind regards!


Title: Re: rgbkey.github.io | Verify your provably fair rolls at popular sites
Post by: RGBKey on March 27, 2014, 01:49:17 AM
Bump. Look at all the websites that currently have verifiers @ http://rgbkey.github.io/verify/

this is great service and I will say thanks for doing this!

Kind regards!

Thank you, I enjoy doing it too. :)


Title: Re: rgbkey.github.io | Verify your provably fair rolls at popular sites
Post by: roslinpl on March 27, 2014, 01:57:35 AM
Bump. Look at all the websites that currently have verifiers @ http://rgbkey.github.io/verify/

this is great service and I will say thanks for doing this!

Kind regards!

Thank you, I enjoy doing it too. :)

Great for you! Developing is a future!
And I love to see people developing opensource things!

Great job!


Title: Re: rgbkey.github.io | Verify your provably fair rolls at popular sites
Post by: RGBKey on March 28, 2014, 09:53:41 PM
Bump. Still doing this for free. Just PM me or post here.


Title: Re: rgbkey.github.io | Verify your provably fair rolls at popular sites
Post by: b!z on March 29, 2014, 03:55:01 AM
Perhaps you could add SatoshiDice, PrimeDice and other popular sites?

Thanks for developing the verification tool, it will definitely be helpful to community members.


Title: Re: rgbkey.github.io | Verify your provably fair rolls at popular sites
Post by: RGBKey on March 29, 2014, 04:50:48 AM
Perhaps you could add SatoshiDice, PrimeDice and other popular sites?

Thanks for developing the verification tool, it will definitely be helpful to community members.
Primedice is on my list, I just wanted to wait until PD3, not really for any reason. Not too sure about satoshidice, does anybody even use them anymore? :P


Title: Re: rgbkey.github.io | Verify your provably fair rolls at popular sites
Post by: RGBKey on April 07, 2014, 01:31:25 AM
bump.


Title: Re: rgbkey.github.io | Verify your provably fair rolls at popular sites
Post by: Rulishix on April 07, 2014, 02:31:50 AM
How about coinroyale? Would love to be able to really see the provable fairness for myself as I am very paranoid!


Title: Re: rgbkey.github.io | Verify your provably fair rolls at popular sites
Post by: joksim299 on April 07, 2014, 02:23:18 PM
Helpful and nice site.  ;D


Title: Re: rgbkey.github.io | Verify your provably fair rolls at popular sites
Post by: RGBKey on April 08, 2014, 01:44:11 AM
How about coinroyale? Would love to be able to really see the provable fairness for myself as I am very paranoid!
I looked at their site, as far as I can tell, they are provably fair as long as you follow the standard procedure of setting a client seed. I will do my best to look at what they have there and make a verifier, although I can't guarantee anything.

EDIT: I looked at the javascript source for the verifier on their page and unfortunately it's a bit over my head. Everything I know has been self taught, and Mersenne Twisters and Fisher Yates still stump me. Sorry that I can't help on this one.


Title: Re: rgbkey.github.io | Verify your provably fair rolls at popular sites
Post by: Rulishix on April 08, 2014, 01:47:41 AM
Understood. Thanks for looking into it, at least! I feel a bit better already! I am a very paranoid person. It's borderline psychotic.


Title: Re: rgbkey.github.io | Verify your provably fair rolls at popular sites
Post by: RGBKey on April 08, 2014, 01:50:38 AM
Understood. Thanks for looking into it, at least! I feel a bit better already! I am a very paranoid person. It's borderline psychotic.
It's better than being the opposite, that's for sure.


Title: Re: rgbkey.github.io | Verify your provably fair rolls at popular sites
Post by: victorhing on April 08, 2014, 06:16:34 AM
How about coinroyale? Would love to be able to really see the provable fairness for myself as I am very paranoid!
I looked at their site, as far as I can tell, they are provably fair as long as you follow the standard procedure of setting a client seed. I will do my best to look at what they have there and make a verifier, although I can't guarantee anything.

EDIT: I looked at the javascript source for the verifier on their page and unfortunately it's a bit over my head. Everything I know has been self taught, and Mersenne Twisters and Fisher Yates still stump me. Sorry that I can't help on this one.

Hey RGBKey,

We use open source Mersenne Twisters and Fisher Yates shuffle (available from GitHub). The JavaScript verifier (available on our site) is simply a few functions that utilize those open source libraries.

Can I PM/email you? I'm happy to walk you through the entire code as well as help you create a 3rd party verifier on your site.