Post
Topic
Board Gambling
Re: Advanced Betting strategy (low risk, low reward)
by
ndnh
on 29/09/2015, 07:06:09 UTC

Each bet is not independent of each other. Each bet is determined by a algorithm where a nonce is incremented each bet. Which means each bet is dependent on all previous bets, since the bet with nonce=10 would never exist without the previous 9 nonces.

The algorithms that determine the outcome are pseudo random and not truly random.

thank you for that and Chapeau!

there will be many user who will disagree with you but a few will understand the point you made

More than half the time I don't get you Einstein. Sad a compliment, not sarcasm

What is the point he made?

Quote
Each bet is not independent of each other.
Incorrect.

Quote
Each bet is determined by a algorithm where a nonce is incremented each bet.

Correct. Many dice sites have nonce-based provably fair systems. So you are saying nonce-based provably fair bets are dependent and others generated with just a server and client seed or txid and something else, aren't? Tongue


Quote
Which means each bet is dependent on all previous bets
Generation is, result isn't.


Quote
The algorithms that determine the outcome are pseudo random and not truly random.
Correct.

Edit: You know pseudo random doesn't mean it is in any way predictable or follow a pattern, right? Provably fair system doesn't work if bets aren't predetermined.