Jump to content

][NT3L][G3NC][

Member
  • Posts

    73
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by ][NT3L][G3NC][

  1. On 9/2/2022 at 8:22 PM, JackSonova said:

    Is it safe to assume that if the prize amount is still listed, the contest or hackathon is still available for submission/consideration? I'm interested in creating something like this for one of the games mentioned and just wanted to make sure before beginning work on such a project.

     

    Thank you

    I'm pretty sure all but the Egyptian  Slots game has already been paid out.

  2. The shoe is created with 12 decks. It reshuffles after 8 decks. So theres still 4 decks to cover  the 'negative'.  can't  just shuffle in the middle of a game. That would make 1 bet across 2  Provably Fair bets. Talk about headaches lol. 

    I have gone thru all the verification code for bcGame's in house games  and they Unfortunately all check out.

  3. Crash is a Hash Chain.  Round 1 would be the end of the hash chain. Any funny business and it breaks the chain. 

    The hash you see is the Seed for that round. When you take next round's seed/hash and Sha256 it, you get the round before its Hash/Seed.

    So again  "There's 0 Machine learning in a Provably Fair System.
    You should research what Provably Fair is. and learn how it works, You would most likely Benefit from the Knowledge. "

    So they have provided everything that is needed to know/check that Crash isnt cheating. As far as predicting the outcome goes, Its rather impossible to know/find/crack what was Sha256 to make this:

    9742f09d30d81cbffa5d6a816a010a3450ebaa9c2be9cb4ab15bc7db2b2a908e

    Even if you did somehow magically figure out '4067c28bd2e7d67999295fbb70212abd0bcfe987a56117325f3662c00229ea2c' was hashed to create it, you would still need to figure out what was hashed to create that. Keep in mind you would have to do this in the instant between rounds.

     

    # You Sha256 This
    af92dbab3040325027fc1bad41919514ec862909be62ae2660343bfca689e6f2
    # And You Get This. Sha256 This
    164471edbbce01e89ff51a4c05c57129a024f38e7fef2abad5973e422e92be02
    # And You Get This
    713e90e114a0d8f1fc95ec0e4e9708644baa5016252c8067218d732b1298bdee
    # Rinse
    4b53e7f8886afbfe714907d5c73589778f749663e2c00e449640850976beabb9
    # And
    4067c28bd2e7d67999295fbb70212abd0bcfe987a56117325f3662c00229ea2c
    # Repeat
    9742f09d30d81cbffa5d6a816a010a3450ebaa9c2be9cb4ab15bc7db2b2a908e
    

     image.thumb.png.5f198b7b50c00e1842abe11c5931ebd3.png

     

  4. On 1/20/2022 at 6:23 PM, Skele said:

    I can help you make it.  because i haven't actually played hash dice that much and was looking for some sort of strategy to implement with. i will take a look and see if i can't crank it out tonight, however from looking at the API in the past i don't remember it being immediately obvious how to switch from low to high without actually having to change the value in the form before it was submitted, which since the scripts who web workers means the script doesn't have access to the UI directly.

     

    For both 1 and 2 just based on my experience with my crash scripts.  You want to avoid patterns because i am fairly sure there is some sort of machine learning looking for patterns and then breaking them.  If i can figure out how to switch from high to low, i would recommend that you go with like a range for high then low then back 
    something like 1-4 then everytime it switches it will just grab a random number (you may want that range bigger) and does that many of low or high before switching.

     

    number 3 is easy to to i already do that in all my crash scripts the only problem is you pretty much have to keep a running total as the balance value doesn't get updated while the script is running except the initial when it starts.  At least for crash and i don't know why but i just copied it and had a running total which worked out just fine.  Also what kind of logging are you going to want.

     

    image.thumb.png.42e4087ed1105c536cdf90542c2bc78f.png

    There's 0 Machine learning in a Provably Fair System.
    You should research what Provably Fair is. and learn how it works, You would most likely Benefit from the Knowledge. 

×
×
  • Create New...