diff options
author | Thomas Zander <thomas@thomaszander.se> | 2015-07-15 21:18:49 +0200 |
---|---|---|
committer | bitcoindev <bitcoindev@gnusha.org> | 2015-07-15 19:43:59 +0000 |
commit | 8fb6eb72faeb1bd9ef308903346d413c2297b24e (patch) | |
tree | 6642b8843ddd945ffbc937bdf84734e953357db1 | |
parent | 792af64e92ae13731c223b9fcb8dc2e4bf0e432b (diff) | |
download | pi-bitcoindev-8fb6eb72faeb1bd9ef308903346d413c2297b24e.tar.gz pi-bitcoindev-8fb6eb72faeb1bd9ef308903346d413c2297b24e.zip |
Re: [bitcoin-dev] Mempool "Expected Byte Stay" policy
-rw-r--r-- | 11/e0e7edbe9dd214bdb50c6e57ae2a12877638bf | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/11/e0e7edbe9dd214bdb50c6e57ae2a12877638bf b/11/e0e7edbe9dd214bdb50c6e57ae2a12877638bf new file mode 100644 index 000000000..101d88099 --- /dev/null +++ b/11/e0e7edbe9dd214bdb50c6e57ae2a12877638bf @@ -0,0 +1,65 @@ +Return-Path: <thomas@thomaszander.se> +Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org + [172.17.192.35]) + by mail.linuxfoundation.org (Postfix) with ESMTPS id 962F0BA1 + for <bitcoin-dev@lists.linuxfoundation.org>; + Wed, 15 Jul 2015 19:43:59 +0000 (UTC) +X-Greylist: delayed 00:24:54 by SQLgrey-1.7.6 +Received: from slow.vmail.no (slow.vmail.no [193.75.16.12]) + by smtp1.linuxfoundation.org (Postfix) with ESMTP id 18F68126 + for <bitcoin-dev@lists.linuxfoundation.org>; + Wed, 15 Jul 2015 19:43:59 +0000 (UTC) +Received: from pmx.vmail.no (pmx.vmail.no [193.75.16.11]) + by slow.vmail.no (slow1.isp.as2116.net) with ESMTP id 55FEE85E0D + for <bitcoin-dev@lists.linuxfoundation.org>; + Wed, 15 Jul 2015 21:19:06 +0200 (CEST) +Received: from pmx.vmail.no (localhost [127.0.0.1]) + by localhost (pmx.isp.as2116.net) with SMTP id 3A0774443B + for <bitcoin-dev@lists.linuxfoundation.org>; + Wed, 15 Jul 2015 21:19:03 +0200 (CEST) +Received: from smtp.bluecom.no (smtp.bluecom.no [193.75.75.28]) + by pmx.vmail.no (pmx.isp.as2116.net) with ESMTP id E211144435 + for <bitcoin-dev@lists.linuxfoundation.org>; + Wed, 15 Jul 2015 21:19:02 +0200 (CEST) +Received: from coldstorage.localnet (unknown [81.191.182.184]) + (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) + (No client certificate requested) + by smtp.bluecom.no (Postfix) with ESMTPS id CDC4292 + for <bitcoin-dev@lists.linuxfoundation.org>; + Wed, 15 Jul 2015 21:19:02 +0200 (CEST) +From: Thomas Zander <thomas@thomaszander.se> +To: Bitcoin Dev <bitcoin-dev@lists.linuxfoundation.org> +Date: Wed, 15 Jul 2015 21:18:49 +0200 +Message-ID: <2272402.KPsXmgHuuj@coldstorage> +User-Agent: KMail/4.14.1 (Linux/3.16.0-4-amd64; KDE/4.14.2; x86_64; ; ) +In-Reply-To: <55A5A837.1090203@thinlink.com> +References: <55A5A837.1090203@thinlink.com> +MIME-Version: 1.0 +Content-Transfer-Encoding: 7Bit +Content-Type: text/plain; charset="us-ascii" +X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE + autolearn=ham version=3.3.1 +X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on + smtp1.linux-foundation.org +Subject: Re: [bitcoin-dev] Mempool "Expected Byte Stay" policy +X-BeenThere: bitcoin-dev@lists.linuxfoundation.org +X-Mailman-Version: 2.1.12 +Precedence: list +List-Id: Bitcoin Development Discussion <bitcoin-dev.lists.linuxfoundation.org> +List-Unsubscribe: <https://lists.linuxfoundation.org/mailman/options/bitcoin-dev>, + <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=unsubscribe> +List-Archive: <http://lists.linuxfoundation.org/pipermail/bitcoin-dev/> +List-Post: <mailto:bitcoin-dev@lists.linuxfoundation.org> +List-Help: <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=help> +List-Subscribe: <https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev>, + <mailto:bitcoin-dev-request@lists.linuxfoundation.org?subject=subscribe> +X-List-Received-Date: Wed, 15 Jul 2015 19:43:59 -0000 + +On Tuesday 14. July 2015 17.24.23 Tom Harding via bitcoin-dev wrote: +> Rule 2: A transaction and its dependents are evicted on its 2-hour +> anniversary, whether space is required or not + +Instead of 2 hours, why not a number of blocks? +-- +Thomas Zander + |