1. 03 Jul, 2014 6 commits
    • Gavin Andresen's avatar
      Move fee policy out of core · 96238a2b
      Gavin Andresen authored
      96238a2b
    • Gavin Andresen's avatar
      Sanity checks for estimates · 93f188dc
      Gavin Andresen authored
      Require at least 11 samples before giving fee/priority estimates.
      
      And have wallet-created transactions go throught the fee-sanity-check
      code path.
      93f188dc
    • Gavin Andresen's avatar
      Use fee/priority estimates in wallet CreateTransaction · 5706875e
      Gavin Andresen authored
      The wallet now uses the mempool fee estimator with a new
      command-line option: -txconfirmtarget (default: 1) instead
      of using hard-coded fees or priorities.
      
      A new bitcoind that hasn't seen enough transactions to estimate
      will fall back to the old hard-coded minimum priority or
      transaction fee.
      
      -paytxfee option overrides -txconfirmtarget.
      
      Relaying and mining code isn't changed.
      
      For Qt, the coin control dialog now uses priority estimates to
      label transaction priority (instead of hard-coded constants);
      unspent outputs were consistently labeled with a much higher
      priority than is justified by the free transactions actually
      being accepted into blocks.
      
      I did not implement any GUI for setting -txconfirmtarget; I would
      suggest getting rid of the "Pay transaction fee" GUI and replace
      it with either "target number of confirmations" or maybe
      a "faster confirmation <--> lower fee" slider or select box.
      5706875e
    • Wladimir J. van der Laan's avatar
      Merge pull request #4455 · 004fd084
      Wladimir J. van der Laan authored
      3f7a61fc Update Gitian Build guide to include OSX (Michael Ford)
      004fd084
    • Wladimir J. van der Laan's avatar
      Merge pull request #4454 · 55b23c13
      Wladimir J. van der Laan authored
      9d5ad718 Fix formatting in release-process.md (Michael Ford)
      55b23c13
    • Wladimir J. van der Laan's avatar
      Clarify error message when invalid -rpcallowip · 2897b2bc
      Wladimir J. van der Laan authored
      Also add to HelpMessage() what specifications are valid.
      2897b2bc
  2. 02 Jul, 2014 6 commits
  3. 01 Jul, 2014 13 commits
  4. 30 Jun, 2014 7 commits
  5. 29 Jun, 2014 6 commits
  6. 28 Jun, 2014 2 commits