Viewing profile — coinculture
coinculture
HN member- Joined
- Tue, Sep 05, 2017, 3:37 PM UTC
- HN karma
- 32
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About coinculture
No profile information was provided.
Recent public activity
-
comment
Comment #15181449
Not quite - see other comments about needing a trusted local source the first time you sync up. Otherwise, forks are never tolerated. If the keys leak, and there's a new history, i…
-
comment
Comment #15181442
You're probably right, we could have. The primary reason to use our own is to support Merkle proofs of the state. For the Jepsen tests, it wasn't really needed, and may have been s…
-
comment
Comment #15180101
It means we simply give two different nodes the same signing key and get them to sign conflicting proposals and votes. A more complicated Byzantine fault would take into considerat…
-
comment
Comment #15178892
It's not some single centralized trusted source. It's a local trusted source. Like a friend or a shop or a website you make payments on that uses the network and has been keeping u…
-
comment
Comment #15178359
That's right. The first time you sync up, you're particularly vulnerable. You need to authenticate first against a trusted source.
-
comment
Comment #15178351
I think it's still a big experiment and there's a lot to figure out around the right state machines and the right models for computation in these systems. We hope that Cosmos and T…
-
comment
Comment #15178286
Thanks! 1) We're looking to get the Cosmos Hub up before the year is out, and to roll out production support in 2018. 2) Great, if you like. But if you want to support light client…
-
comment
Comment #15178228
Good points. Tendermint aims to be a general purpose consensus system - how the validators are actually chosen and changed is outside Tendermint's domain. All Tendermint wants to k…
-
comment
Comment #15177291
Tendermint consensus is more like classic BFT consensus than Nakamoto. It provides deterministic finality/safety with every block, unlike the probabilistic 6-block safety of Nakamo…
-
comment
Comment #15177276
Tendermint/Cosmos | Software Engineer: Consensus, Networking, Formal Verification | Toronto, Berlin, Bay Area | Full-time If you have what it takes to design and implement protocol…
-
comment
Comment #15177235
Have you considered using Tendermint? We just published the results of a few months of Jepsen testing: https://news.ycombinator.com/item?id=15175984
-
comment
Comment #15177198
Thanks! A year ago we were just two guys working on this project on the side without any funding. Now we're a full time team of talented devs swinging in full force. The comments a…
-
comment
Comment #15177028
Tendermint doesn't use Proof of Work (PoW). PoW is hard to test with Jepsen because it only supports probabilistic safety, which means the chain can constantly reorganize. If I'm n…
-
comment
Comment #15176779
It means "arbitrary". Byzantine faults refer to "any arbitrary behaviour by the machine". The term was coined by Leslie Lamport in the early 80s when he defined the Byzantine Gener…
-
comment
Comment #15176768
Thanks for the compliments! We do really care about quality software design and testing, and we're looking to hire folks that share our values: https://tendermint.com/careers Lots …