lbryio / lbrycrd

The blockchain that provides the digital content namespace for the LBRY protocol
https://lbry.com
MIT License
2.57k stars 178 forks source link

Adjust transaction fees based on if a transaction is a claim or not #89

Closed kaykurokawa closed 6 years ago

kaykurokawa commented 6 years ago

Right now, transactions cost the same whether they contain a claim or not. Since transactions that contains claims take up more computing resources , we should adjust the transaction fees higher to reflect this.

tzarebczan commented 6 years ago

When determining a fee for claim transactions, we should take applications like spee.ch into consideration since the service owner (us in this case) pays for users' publishing fees. If we make them too high, the ability to run such services at no/little cost will be difficult.

kaykurokawa commented 6 years ago

Fixed with https://github.com/lbryio/lbrycrd/pull/95