Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194] helo=mx.sourceforge.net) by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1TiuPG-00008W-2S for bitcoin-development@lists.sourceforge.net; Wed, 12 Dec 2012 22:03:58 +0000 X-ACL-Warn: Received: from mail-pa0-f47.google.com ([209.85.220.47]) by sog-mx-4.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1TiuPC-0004ZJ-Gl for bitcoin-development@lists.sourceforge.net; Wed, 12 Dec 2012 22:03:58 +0000 Received: by mail-pa0-f47.google.com with SMTP id fa10so936815pad.34 for ; Wed, 12 Dec 2012 14:03:48 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=iFF/XSfH/Hj8fmo33xTNynStF36lWsvUxvVX8JobsL4=; b=lYKNb09u47sbCGkrChW+YXAzYPsJhqupz0Z5QRQFV+RyjHy3a/hoIFdEvQttPEgCEU bLqmzSKcNtxrm6NB7BrBljSKCWa/n5KVVNwIY1QKA5/TWSTA/ek/FRJKh/YUNe3KGccE grBS5SGudfuctS0Ds+XsnmQuiVYlIS8ZLw1rd9uDulDcEYA4/DdfPKL06SnfEu82XeFH dH8blCwlFczw45uNmogNpZIg+qgyTvLneXMTheqqDYwHiZe4w5UD8z5xl8JUxHWsn7Cz kcV2zK6f17bzp/phzdIPsf2db3JIIrUOAnI9DaB3+5s7uoey/7yK4vRgKjG4AWRB+83s gA1g== MIME-Version: 1.0 Received: by 10.68.191.5 with SMTP id gu5mr6287454pbc.145.1355348248828; Wed, 12 Dec 2012 13:37:28 -0800 (PST) Received: by 10.68.9.134 with HTTP; Wed, 12 Dec 2012 13:37:28 -0800 (PST) X-Originating-IP: [2001:4830:1603:2:21c:c0ff:fe79:c8c2] Date: Wed, 12 Dec 2012 16:37:28 -0500 Message-ID: From: Jeff Garzik To: Bitcoin Development Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQk1WUc+u+OCSwFOTmsVQFX5DRF/s6csuKrjMHq+VSFDB21v/e6HIV0rAtF+bMT5iNQ+kYBE X-Spam-Score: 0.0 (/) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. X-Headers-End: 1TiuPC-0004ZJ-Gl Subject: [Bitcoin-development] RFC: Updating dust output definition, and default fees X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Dec 2012 22:03:58 -0000 URL: https://github.com/bitcoin/bitcoin/pull/2100 1) Create COIN_DUST constant, to represent the dust spam limit used. 2) Decrease COIN_DUST to 0.001 BTC Rationale: With the increase in bitcoin value (US$13.67 as of this writing), it seems reasonable to reduce the value level of which we consider "dust spam." 3) Update TX miner and relay fee defaults to 0.001 / 0.0005 BTC respectively Rationale: Reflects growth of dust spam in unspent transaction output dataset. Review of impact: a) Definition of COIN_DUST reduced from 0.01 to 0.001. b) Miners who mine with this code will require a fee >= 0.001 to include TX's with outputs <= COIN_DUST c) Normal clients will require a fee >= 0.0005 to relay TX's with outputs <= COIN_DUST -- Jeff Garzik exMULTI, Inc. jgarzik@exmulti.com