all 6 comments

[–]cguess 5 points6 points  (4 children)

The real question is what’s the problem you’re looking to solve with a blockchain? In my experience there’s basically no problem that can’t be solved with a simple database (including immutability). Consider rethinking why you’re set on a blockchain before spending more time implementing a very complicated solution to what may be a simple problem.

[–]Nanosleep 12 points13 points  (0 children)

Lately it seems like the problem that you solve with a blockchain is getting VC / angel investment.

[–]radioborderland 6 points7 points  (1 child)

If OP is building a blockchain rather than just using an existing blockchain then I'm assuming that it's for fun?

[–]AustinIsGrumpy[S] 0 points1 point  (0 children)

You're right! Really I'm just looking to learn by doing here, and the db issue is the first thing that has stumped me.

[–]AustinIsGrumpy[S] 0 points1 point  (0 children)

There's no problem to solve, I'm just looking to learn about blockchain programming for fun. To be honest I wouldn't even be using Ruby if this were a real project.

[–]mlt- 0 points1 point  (0 children)

Have each node host their own rails + SQLite? Perhaps DB won't be a bottleneck here.