Live data from Hacker News

Show HN: My experimental take on a decentralized ledger

github.com

1–10 of 28 posts

Re: Show HN: My experimental take on a decentralized ledger

#6
post #4

It's interesting that it says that "Warning: Requires Postgres 9.5. You WILL lose sync if you run against an earlier version. YOU HAVE BEEN WARNED." Which PostgreSQL features new in 9.5 are being used that cause that? Or are earlier versions somehow buggy?

I'm using upserts... The reason I'm using upserts is basically just lazyness because I didn't feel like refactoring the source code to work around requiring upserts. Also, I'm not very confident in C++ so I did not want to take on that task.

Re: Show HN: My experimental take on a decentralized ledger

#7

How would this prevent a flood attack ? What I mean is in Bitcoin and presumably Stellar, you need coins to create transactions. There is therefore a cost to spamming the system.

It doesn't prevent a flood attack. The challenge in this approach does not lie in "preventing it" but in "dealing with it".
Post reply on HN