Post
Topic
Board Gambling
Re: Primedice.com | Creators of Dicing 🎲 | 22 Billion Bets | 112+ BTC Jackpot!
by
Radiante
on 14/09/2018, 19:29:58 UTC
If you made bets on new platform then you can easily see your last bets through API https://api.primedice.com/graphql and get seed from it.
Just paste this code and run it:
Code:
query userid{user(name: "YOUR_USERNAME_GOES_HERE"){betList{iid}}}
Personally I have received such answer:
Code:
{
  "data": {
    "user": {
      "betList": [
        {
          "iid": "23782704876"
        }
      ]
    }
  }
}

What does all this mean?


Hahaha, nice!

I'm lost here too. I think Stunna may have an answer.


(...)

 I dont know if there is UI issue. But I try login my PD ID using another device and it shows the same ini previous seed (server seed and nonce didnt shown)
Need that server seed and nonce to verify my bet

Then should be Code problem for Portable devices. Devs should take a look into it.

In the meantime you will have to find some other solution, as for example: Use a friend's computer to check it out.

If the problem persists even using a normal Computer, then you might have an issue with your ACCOUNT: In which Devs should still take a look from your statments with Support Team.

Have you tried reseting seed?
If I reseting seed again , I wont be able to verify my last bet

Just for the record, when i've asked you to reset the seed, is so it might reset your account seed settings in a way that it will start showing further / future hashed seeds = returning it back to normal.

Clear the cache of the mobile device, re-login, and the new seed you got from your computer must appear on the phone too.