Maybe you should read the SV road map.
https://bitcoinsv.io/roadmap/
Q1 2019
Thanks for the link. I did go through it. So SV is planning to add multithreaded verification of blocks. But it doesn't answer how you can handle a stream of 128mb blocks right now.
Who said anything about a stream? Blocks are produced on average every 10 minutes. Most decent servers can process 128MB block in about 5 to 10 seconds.
... it. But if you say that most servers can already handle it then cool. Will they be able to handle it with DSV as well btw? Is it more complex than normal sigverify or same cmplxty?
It should be the same complexity as normal sig verify but I guess you can put many of them in one TX. Otherwise Ryan's point about DSV being a subsidy doesn't make sense.
Yeah it's a stream of blocks, one per 10min. Ideally you'd want the median server to be able to *easily* handle processing the blockchain so that people can build services on top of...