aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_config.h
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add intervening v5 fork for increased min block sizemoneromooo-monero2017-03-151-0/+5
| | | | | | | | | | | | | | | | | | | | Minimum mixin 4 and enforced ringct is moved from v5 to v6. v5 is now used for an increased minimum block size (from 60000 to 300000) to cater for larger typical/minimum transaction size. The fee algorithm is also changed to decrease the base per kB fee, and add a cheap tier for those transactions which we do not care if they get delayed (or even included in a block).
* | core: quantize per kB fee to 8 decimalsmoneromooo-monero2017-03-031-0/+1
| |
* | update copyright year, fix occasional lack of newline at line endRiccardo Spagni2017-02-211-1/+1
|/
* Update and use blockchain data files definesMiguel Herranz2017-01-281-2/+2
|
* Merge pull request #1263Riccardo Spagni2016-11-111-0/+3
|\ | | | | | | d61bd81 add lightweight block propagation ("fluffy blocks") (Dion Ahmetaj)
| * add lightweight block propagation ("fluffy blocks")Dion Ahmetaj2016-11-091-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a new command to the P2P protocol definitions to allow querying for support flags. Implemented handling of new support flags command in net_node. Changed for_each callback template to include support flags. Updated print_connections command to show peer support flags. Added p2p constant for signaling fluffy block support. Added get_pool_transaction function to cryptnote_core. Added new commands to cryptonote protocol for relaying fluffy blocks. Implemented handling of fluffy block command in cryptonote protocol. Enabled fluffy block support in node initial configuration. Implemented get_testnet function in cryptonote_core. Made it so that fluffy blocks only run on testnet.
* | core: dynamic fee algorithm from ArticMinemoneromooo-monero2016-10-311-0/+4
|/ | | | | | | | | | | | | | | 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
* Change default dust threshold to equal fee per kbAwfulCrawler2016-10-121-1/+1
|
* Decrease minimum fee from 0.01/kB to 0.002/kBmoneromooo-monero2016-09-151-1/+2
| | | | | The wallet will start using that fee about two weeks after hard fork 3, when most people will likely have updated their daemons.
* add rct to the protocolmoneromooo-monero2016-08-281-1/+1
| | | | | It is not yet constrained to a fork, so don't use on the real network or you'll be orphaned or rejected.
* Fix V1/V2 use of hard fork related parametersmoneromooo-monero2016-01-291-3/+3
| | | | | Some of it uses hardcoded height, which will need some thinking for next (voted upon) fork.
* updated copyright yearRiccardo Spagni2015-12-311-1/+1
|
* Revert connection limit to more customary 8Javier Smooth2015-12-141-1/+1
|
* Add IP blocking for misbehaving nodes (adapted from Boolberry)Javier Smooth2015-11-231-0/+5
| | | | With minor cleanup and fixes (spelling, indent) by moneromooo
* More changes for 2-min blocksJavier Smooth2015-11-131-1/+2
| | | | | | Use the correct block time for realtime fuzz on locktime Use the correct block time to calculate next_difficulty on alt chains (will not work as-is with voting) Lock unit tests to original block time for now
* Adjust difficulty target (2 min) and full reward zone (60 kbytes) for block ↵Javier Smooth2015-11-131-3/+5
| | | | version 2
* Fix leak on real output when using a very recent outputmoneromooo-monero2015-10-251-0/+1
| | | | | | | | The wallet and the daemon applied different height considerations when selecting outputs to use. This can leak information on which input in a ring signature is the real one. Found and originally fixed by smooth on Aeon.
* from hard fork 2, claim a quantized reward in coinbasemoneromooo-monero2015-10-101-0/+1
| | | | The small leftover is carried forward
* Integrated addresses (standard address plus payment id)moneromooo-monero2015-06-121-0/+2
|
* minimum subsidy for mining incentives, remove unused LEGACY_FEE definesmooth2015-03-041-3/+1
|
* Merge pull request #206Riccardo Spagni2015-01-081-0/+2
|\ | | | | | | | | | | 1b46226 std::atomic_flag has no copy/move constructor, can't have a vector (Thomas Winget) df53c0a small typo in previous commit (Thomas Winget) 4a53898 DNS seed timeout and fallback (Thomas Winget)
| * DNS seed timeout and fallbackThomas Winget2014-12-151-0/+2
| |
* | year updated in licenseRiccardo Spagni2015-01-021-1/+1
|/
* Disable legacy fees for nowiamsmooth2014-11-111-1/+1
|
* Remove DEFAULT_FEE, add temporary acceptance of too-small per-kb fee >= 0.1, ↵iamsmooth2014-11-091-2/+4
| | | | denominations based on DEFAULT_DUST_THRESHOLD, document fee arg to create_transactions as unused, se DEFAULT_DUST_THRESHOLD for wallet dust collection instead of calcualted tx fee
* per kb feesThomas Winget2014-11-061-0/+1
|
* Change testnet prefixZachary Michaels2014-09-151-2/+2
|
* Separate testnet address prefixZachary Michaels2014-09-151-1/+1
|
* Add testnet genesis tx as output by CN referenceZachary Michaels2014-09-151-1/+1
|
* Reorganize testnet constantsZachary Michaels2014-09-151-20/+32
|
* Add testnet constantsZachary Michaels2014-09-151-0/+16
|
* quick additional patchfluffypony2014-08-231-2/+1
|
* quick fee ramp to prevent spam attackfluffypony2014-08-231-3/+4
|
* License updated to BSD 3-clausefluffypony2014-07-231-3/+29
|
* set max block size for gbtmydesktop2014-06-261-0/+1
|
* proper tx_pool handling from CryptoZoidberg / BBRfluffypony2014-06-151-0/+2
|
* 0.8.8updatemydesktop2014-05-251-3/+3
|
* mac osx building fixesmydesktop2014-04-301-1/+1
|
* voting stoppedthankful_for_today2014-04-301-1/+1
|
* Changed block minor versionHenry Hartshorne2014-04-251-1/+1
|
* Bitmonero releasethankful_for_today2014-04-181-9/+10
|
* Improvements in JSON RPCAntonio Juarez2014-04-071-1/+1
|
* json rpc for wallet and bugfixAntonio Juarez2014-04-021-16/+16
|
* moved all stuff to githubAntonio Juarez2014-03-031-0/+82