SinfulRTP Posted April 26, 2025 #1 Posted April 26, 2025 What is the purpose of a nonce and what does it do to a seed?
Dim2a Posted April 26, 2025 #2 Posted April 26, 2025 You have to take the nonce as a variable in addition to the seed. It will generate some randomness on the seed.
NSGDX Posted April 26, 2025 #3 Posted April 26, 2025 Nonce is just the round number with your server seed + client seed combo. So they make a hash and nonce makes the result for every 1 round in succession. Goes like function ( Server seed, client seed, nonce) where function is different for different Stake originals.
baby2371 Posted April 26, 2025 #4 Posted April 26, 2025 1 hour ago, NSGDX said: Nonce is just the round number with your server seed + client seed combo. So they make a hash and nonce makes the result for every 1 round in succession. Goes like function ( Server seed, client seed, nonce) where function is different for different Stake originals. +1
Featured Comment
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now