federatedbookkeeping / research

Research notes about Federated Bookkeeping and related topics
https://federatedbookkeeping.org
MIT License
7 stars 2 forks source link

CRDT-like crypto currency #39

Open michielbdejong opened 10 months ago

michielbdejong commented 10 months ago

I wonder if the following would be possible:

michielbdejong commented 10 months ago

I have to think some more about this, maybe it's just not possible to implement a robust decentralised ledger this way.

I think the way Holochain does it is that each ledger account has a home node. That does make it easier than when you allow (signed) transactions to be submitted anywhere in the network, of course.

michielbdejong commented 10 months ago

Ah so if your only assumption is that attackers will spend limited amounts of money then you probably need proof of work. But if it’s enough that attackers get a majority of stakeholders to approve their fork then you can use proof of stake. The use case and guarantees offered are actually different

michielbdejong commented 10 months ago

I think proof of stake should be possible in a CRDT?