
0xmyopic
@0xmyopic
846 Following
106 Followers
52 replies
9 recasts
210 reactions
0 reply
0 recast
3 reactions
0 reply
0 recast
2 reactions
0 reply
0 recast
1 reaction
207 replies
581 recasts
2577 reactions
31 replies
43 recasts
415 reactions
47 replies
42 recasts
399 reactions
14 replies
17 recasts
132 reactions

A fun math aside, on the idea of splitting a large zk proving workload between multiple provers.
Suppose you have N provers, and you have a proving workload that you split into N parts (so, one part per prover). You require provers to pre-register, but registration is open-access.
Suppose you have a constant fault rate (eg. 1/5 of registered provers fail). Provers expect to complete in one round (eg. 3s). If one prover fails, other provers have to come in and re-prove that load. How many rounds does it take for the entire workload to get proven?
Answer: log*(N)
(yes, that's the iterated-log function)
Why:
In the first round, you go from N unproven workloads to N/5 unproven workloads
In the second round, each remaining workload gets assigned 5 provers, so per-workload failure rate becomes 1 in 5^5. So you go to N / 5 / 5^5 unproven workloads
In the third round, each remaining workload gets assigned ~5^5 provers, so failure rate is 1 in 5^(5^5). So you go to N / 5 / 5^5 / 5^(5^5) unproven workloads 16 replies
28 recasts
253 reactions
26 replies
53 recasts
296 reactions
26 replies
120 recasts
558 reactions
16 replies
93 recasts
352 reactions
0 reply
0 recast
6 reactions
0 reply
0 recast
1 reaction
1 reply
0 recast
0 reaction
0 reply
0 recast
0 reaction
27 replies
159 recasts
744 reactions
1 reply
0 recast
0 reaction
0 reply
0 recast
3 reactions
1 reply
0 recast
0 reaction