| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 2017-02-21 | 1 | -1/+1 |
| | | |||||
| * | tests: fix another fee test on 32 bit | moneromooo-monero | 2016-11-13 | 1 | -1/+1 |
| | | |||||
| * | tests: fix fee unit tests on 32 bit | moneromooo-monero | 2016-11-10 | 1 | -3/+5 |
| | | |||||
| * | core: dynamic fee algorithm from ArticMine | moneromooo-monero | 2016-10-31 | 1 | -0/+121 |
| The fee will vary based on the base reward and the current block size limit: fee = (R/R0) * (M0/M) * F0 R: base reward R0: reference base reward (10 monero) M: block size limit M0: minimum block size limit (60000) F0: 0.002 monero Starts applying at v4 | |||||
