conradoqg / naivecoin

A cryptocurrency implementation in less than 1500 lines of code
Apache License 2.0
1.22k stars 319 forks source link

Split Rewards #49

Closed VRRollerCoaster closed 6 years ago

VRRollerCoaster commented 6 years ago

Hi, is there any way to implement a main pool that splits rewards based on hashing power, so each user gets a piece of a coin every block regardless if they were the one who mined it or not? Thanks!

conradoqg commented 6 years ago

It's possible, but that will need implementation. Not sure if this educational project should have that.