|
|
|
|
|
by vineyardmike
1862 days ago
|
|
Can you explain the "bingo card" analogy in a bit more depth? is this like pre-computing the values to a hash function against different inputs? Where is the write thrashing coming in? If you only need X hundred gigs, why do you write terabytes? Because you can't store intermediary values in RAM (since ram is expensive and small in comparison)? I get how bitcoin style block-chains use hashing to secure the transaction chain, and the POW factors into hashing... how do responding to the challenges factor into a currency? |
|
This happens during plotting (not farming). The plots are sorted, which is where the write thrashing happens. Once you've completely plotted a farm, it is never written to.
Everything else you said is basically spot-on.