Comment by jayAreEee on 12/01/2018 at 18:11 UTC

1 upvotes, 1 direct replies (showing 1)

View submission: ⚡ Lightning Network Megathread ⚡

View parent comment

That's actually impressive that you can create keypairs at 3000/sec. I ran some tests on ECDSA signing and I'm maxing out at 80-100/sec on a skylake 6700k CPU. That's in javascript via chrome/firefox, but still.

Replies

Comment by Bobanaut at 12/01/2018 at 19:08 UTC

1 upvotes, 0 direct replies

highly optimized c#/c++ code, using gigabytes of precomputed data. one core alone can only do around 1/12 of that.

but yeah. the LN code won't be too fast.

you can go faster if you go the vanity gen route, but then you have highly correlated keys...