protontypes / LibreSelery

Continuous distribution of funding to your project contributors and dependencies. Integrated into GitHub Actions
GNU Affero General Public License v3.0
123 stars 18 forks source link

Use weights to split the total amount instead of random choice #44

Closed Ly0n closed 4 years ago

Ly0n commented 4 years ago

The distribution of payout is can be done via Coinbase without any fee between wallets:

We do not charge for transferring cryptocurrency from one Coinbase wallet to another [1]

Since no fees are created OpenSelery could use the Coinbase API for micro-transaction. In this way we could avoid the random choice function.

Split or Random choice should be configurable for every contributor type ( Target Project, Dependency contributor and tooling contributor)

Pro

Con

cornerman commented 4 years ago

Make this configurable between random and split