dvandal / cryptonote-nodejs-pool

Mining pool for all CryptoNote based coins using Cryptonight, Cryptonight Light and Cryptonight Heavy algorithms
GNU General Public License v2.0
364 stars 611 forks source link

turtlecoin fee-per-byte payment system #558

Closed copbidi closed 4 years ago

copbidi commented 4 years ago

What changes do I need to make to the turtlecoin.json file for the fee-per-byte system?

muscleman commented 4 years ago

looks like it we will use the lazy expensive version until a patch is written.

https://blog.turtlecoin.lol/archives/migrating-from-fixed-fees-to-fee-per-byte-a-developers-guide/

copbidi commented 4 years ago

It is saying However, this is not the cheapest way. In addition, if the minimum fee per byte is increased in a later fork, you will have to update your code again. Booooo!

I understand that this way we will have to use the highest payment fee (2430 TRTL) for all payments.

Can you do the cheaper way?

muscleman commented 4 years ago

so i started working on a change in the payment-abstractions branch