Post
Topic
Board Development & Technical Discussion
Re: DagCoin: a cryptocurrency without blocks
by
Andre_Goldman
on 04/04/2017, 23:33:23 UTC
I am not a "Bitcoin Maximalist"...

Let's continue then?

This is how consensus works - https://forum.iotatoken.com/t/iota-consensus-masterclass/1193. Any flaws?

is it about random function ?

because somehow I'm often stuck on it ...

diceware;

I remember reading Nicolas Dorier book years ago ...

Quote
When you call new Key(), under the hood, you are using a PRNG (Pseudo-Random-NumberGenerator) to generate your private key. On windows, it uses the RNGCryptoServiceProvider of
Windows.
On Android, I use the SecureRandom, and in fact, you can use your own implementation with
RandomUtils.Random.