Math stuff makes my brain hurt, but I picture it like a Christmas tree. Sounds odd? Maybe, but hey, this is the place to ask. How do you guys see the secp256k1 curve? Everyone’s got different visuals going on.
If you’re looking for visuals, check the Bitcoin wiki. They’ve got some good stuff on the curve. Also, there's this cool site where you can mess around with the curve. It's pretty neat.
There’s a GitHub repo with tons of curves, including secp256k1. You can see how points are plotted and everything. It’s pretty wild when you think about the scale of it all.
Thanks for sharing those links! So, the curve is the one I keep seeing, but honestly, beyond a few multiplications, it gets tricky to visualize. I mean, my Christmas tree analogy kinda falls apart.
I used to think about elliptical curve multiplication in different ways. Then I watched a YouTube video that explained it perfectly. It starts at point G, draws tangents, and finds intercepts. It all clicks after that.
Not exactly. They’re pseudo-random points. They follow a specific equation, so it's more accurate to say they’re deterministically defined but appear random. The distribution is uniform, so it looks scattered.