|
|
|
|
|
by zamalek
1862 days ago
|
|
Farming: you hold massive (101GB) bingo cards of mathematical proofs on your hard drive. When you receive a challenge, you first do a pre-filter on your bingo cards to see which of them could contain a proof. Within that filtered list, you find the closest proofs. The peer with the closest proof available wins the challenge and [currently] gets 2XCH. Plotting: you fill your free space with bingo cards. You need 300-400GB of free temporary space and TBs of writes in that space. This uses a lot of compute and eats SSDs for breakfast. Once you have filled your space (assuming you don't go out and buy more disks), you can stop plotting. This is where the claimed "greenness" of Chia comes into play: you eventually stop using compute resources. Of course, there are whales who are adding drives to their servers daily. |
|
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?