Hacker News new | ask | show | jobs
by mcintyre1994 1682 days ago
I did a Buildspace project building on the Solana blockchain a couple of weeks ago. It solves a bunch of problems with Ethereum - it processes thousands of transactions a second and has tiny fees. Had to learn some Rust to write it though, and it’s definitely very early still. But I think it or something like it is going to become a really good option eventually because so many apps can’t really work with Ethereum’s transaction speed and fees.
2 comments

But is Solana even decentralized enough? What's the point if it's not really that decentralized?
I'm not sure, I'm not super familiar with the theory of it to be honest. I'd like to learn more though! Do you mean in terms of being proof of stake instead of proof of work, or do you mean something specific to Solana itself?
Idk so much, but basically i've heard that Solana validation isn't easily available like ETH (run on any GPU). It needs like 16 core cpu with 256gb RAM and fast SSD.

Then there's only 1000 validators right now, and 130 of them are losing money.

So it seems like their validation is very oligarchal. Which kinda defeats the purpose right?

Venmo or Visa can have superfast and supercheap transactions... but who cares.

Yep looks like you’re right, those are some pretty beefy requirements. I suppose that if they’re paid in Sol then they could become profitable/more profitable over time and then more might come in, but that’s definitely a really high floor.
Yeah idk, I don't know much about it. But it seems like centralization and gas fees are inversely related. The only way to scale is to use the L2's and L3's which are basically just smaller blockchains that clear on the L1 less often.

So for smaller transactions where you don't care about global immutability that much, you just let it get done on an L3 and then your gas fee is much much lower. Creates kind of a tree structure.

Again i don't know sh!t, but basically having a globally immutable decentralized blockchain that works for tons of transactions seems impossbile

L2 companies have liability for the transactions that passed over their infrastructure. I think they will evolve by having their own L1 chains.
Will there be enough upside to Solana though when Ethereum 2 rolls out?
No idea! If Ethereum can get those kinds of transaction times and fees that'll be awesome and a big step forward for everyone though. If all I get from learning Solana is an excuse to learn Rust then that's a win in my book!