devcoin / core

Devcoin (DVC) - From the many, one. From one, the source
http://www.devcoin.org
MIT License
19 stars 18 forks source link

Receivers v2.0 or DAO? #98

Open develCuy opened 2 years ago

develCuy commented 2 years ago

Current implementation of receiver files describe how many Devcoins the beneficiaries should be paid on every block generation within a given round. Those payments didn't happen 100% of time for different situations:

  1. Receiver files where not published on time
  2. Receiver files were not in consensus (more than 50% of them should provide same info)
  3. Miner's node were not able to download the receiver files when generating a new block

Solution alternatives:

  1. Implement Receivers 2.0 (and it should be a robust one)
  2. Migrate into DAO model

Both involve more than just coding, since File custodians are on charge of mirroring the receiver files that are downloaded by every single Devcoin wallet and node.

Regarding the DAO, we could either have our very own NEVM or relay on Syscoin's.

Satoshi0x commented 2 years ago

DAO for sure.