Results 38 comments of John Tromp

> Grin's mean lifetime should be 3x the averaging window, also divided by two. Aha, so when I said > What choice of N would give an overall behaviour closet...

Thanks for elaborating. I should do some simulations for Grin's current DAA vs this simpler twema alternative to evaluate the pros and cons.

I forked jtoomim's comparison tool in order to compare Grin's current DAA against some other damping factors and against wtema with various halving times. Since Grin does't use nBits, I...

I think this is ready for merging into master, with PIBD used only for testnet (unless custom compiled). We'll encourage more people to run testnet nodes, and stop them from...

IVC is not going to replace the MW UTXO set + kernel history sync; rather it's an optional (outside consensus model) accelerated sync for ppl willing to trade off security...

hi Andreas, > I started a machine with 16G ram today in order to test the compile-parameters you describe in the README file: > > g++ -std=c++11 -O3 -Wextra -Wall...

I remember once trying to pick a certain cycle length PoW parameter between 32 and 64...

> In BLC's "list", utilities are defined as: > nil = \a. \b. b > cons = \a. \b. \f. f a b > car = \a. \b. a >...