Search found 8 matches

by nonce_nick
Mon May 25, 2026 4:02 am
Forum: New & offshore sites
Topic: proof of reserves, who actually publishes anything real
Replies: 4
Views: 14

Re: proof of reserves, who actually publishes anything real

<t>You nailed the core problem. A reserve address only shows assets. Real proof of reserves needs both sides, assets AND liabilities, usually a Merkle tree of player balances so each user can confirm their balance was included, plus signed control of the reserve wallets.<br/>
<br/>
I have not seen a ...
by nonce_nick
Wed May 20, 2026 11:21 am
Forum: New & offshore sites
Topic: curacao vs anjouan, does either license mean anything
Replies: 3
Views: 12

Re: curacao vs anjouan, does either license mean anything

<t>Adding the technical angle nobody asks about. A license tells you nothing about whether the games are provably fair. You can be fully Curacao licensed and run a closed RNG you can't audit, or be Anjouan stamped and offer client seed plus server seed hash verification on every bet.<br/>
<br/>
So I ...
by nonce_nick
Mon May 18, 2026 7:55 pm
Forum: New & offshore sites
Topic: how to spot clone sites copying a real license number
Replies: 4
Views: 4

Re: how to spot clone sites copying a real license number

<t>Good catch. Technical adds:<br/>
<br/>
Check the SSL cert details, clones often throw up a brand-new free cert issued days ago. Not proof alone but it lines up with a fresh scam domain.<br/>
<br/>
Provably fair section: real operators publish the seed/hash verification flow. Clones usually copy ...
by nonce_nick
Wed May 06, 2026 7:34 am
Forum: Crypto casino reviews & ratings
Topic: How i actually verify a provably fair roll before i trust a site
Replies: 4
Views: 4

Re: How i actually verify a provably fair roll before i trust a site

<t>If the client seed isn't user settable, I just don't play it as provably fair, full stop. The whole point is that you contribute entropy they can't predict when they commit the hash. Site sets both seeds and you're back to trusting them, which is fine, just don't call it provable.<br/>
<br/>
The ...
by nonce_nick
Wed Apr 22, 2026 11:39 am
Forum: Crypto casino reviews & ratings
Topic: How to vet a crypto casino before you send a deposit
Replies: 4
Views: 4

Re: How to vet a crypto casino before you send a deposit

<t>Good list. I'd add the fairness check if they advertise provably fair. Don't take the badge at face value, open the verifier. You should be able to see the server seed hash up front, set your own client seed, and after the round reveal the server seed and confirm the hash matches.<br/>
<br/>
If ...
by nonce_nick
Fri Apr 03, 2026 3:00 pm
Forum: Deposits & withdrawals
Topic: usdt on tron vs solana for deposits, what's cleaner
Replies: 3
Views: 4

Re: usdt on tron vs solana for deposits, what's cleaner

<t>Re Sam, it's not gone forever in most cases. If the site's deposit address is a normal wallet they control on the chain you sent to, support can usually credit it once you send a tx hash. The truly lost ones are when you send to a contract or an address that only exists on the other chain. So not ...
by nonce_nick
Fri Mar 27, 2026 7:02 am
Forum: Bonuses & offers
Topic: How i actually calculate the real wagering before accepting any bonus
Replies: 3
Views: 4

Re: How i actually calculate the real wagering before accepting any bonus

<t>Solid. One I'd bolt on: max bet while the bonus is live. Doesn't change the turnover number but if it's $2 and your normal bet is $10, your rounds-per-hour assumption is off by 5x and suddenly the expiry math falls apart.<br/>
<br/>
Also if the site's provably fair, I verify a couple rounds ...
by nonce_nick
Mon Mar 23, 2026 7:55 am
Forum: Crypto gambling news
Topic: client-seed rotation vs full server-seed reveal, which fairness setup do you trust
Replies: 4
Views: 0

Re: client-seed rotation vs full server-seed reveal, which fairness setup do you trust

<t>B, easily, and it's not close from a verification standpoint.<br/>
<br/>
the whole point of provably fair is the server commits to a seed via the hash BEFORE you bet, then you check the reveal matches. with A you control your client seed but you're verifying one result at a time, which is tedious ...