Received: from sog-mx-4.v43.ch3.sourceforge.com ([172.29.43.194] helo=mx.sourceforge.net) by sfs-ml-1.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1XqLKa-0003dr-9F for bitcoin-development@lists.sourceforge.net; Mon, 17 Nov 2014 12:22:56 +0000 Received: from mail-wi0-f182.google.com ([209.85.212.182]) by sog-mx-4.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1XqLKP-0003dz-4N for bitcoin-development@lists.sourceforge.net; Mon, 17 Nov 2014 12:22:56 +0000 Received: by mail-wi0-f182.google.com with SMTP id h11so8893873wiw.3 for ; Mon, 17 Nov 2014 04:22:39 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=dcLNRUUsVtLGLZlWs0ozHcJTLtItxTqa4ufaRKG6O0k=; b=b5ndXOgaPj6fSuTHNJgaG3JE6/+2/xb7Ft+k71vD7tLjJr2o/B2FXMBCNXpdtPbKPC UvszoZvJdvISaHd4FONwSGX2BFwE+yBaOfm/H9dRgNJyIJYRupNLUT5YRzHWkWxgIU7j DUVIPxqaeEeH8OGx/oywowdnpK3sYXRLOVVu5GOX4wAC/e9z7pfufAu+VoFyTK6v4X4K bl8WmhLvq0Z3ggVGuMx5PlmulRfYQpFr6lBSFSEUnUe7VIhe6xHaotQ/Mjm9WsBTQoLE KkDiS3VfPRxmmXY5VBT7kH6Dg5zOjGeHwc+PJyF5JG6iTVq54I/tyNfmjofxnvQlJSGS a4bg== X-Gm-Message-State: ALoCoQmygyCeUbbfp/ffSqbyjdXkvQTp3W0cF8UMsoKKPfUsMJEfcL+u5GcDU3ZTIhFQVm0xhPEU MIME-Version: 1.0 X-Received: by 10.194.241.194 with SMTP id wk2mr3303937wjc.132.1416226959077; Mon, 17 Nov 2014 04:22:39 -0800 (PST) Received: by 10.194.19.38 with HTTP; Mon, 17 Nov 2014 04:22:39 -0800 (PST) X-Originating-IP: [92.251.101.114] In-Reply-To: References: <201411161724.19573.luke@dashjr.org> <5469692F.9030702@gmail.com> Date: Mon, 17 Nov 2014 13:22:39 +0100 Message-ID: From: =?UTF-8?B?Sm9yZ2UgVGltw7Nu?= To: Flavien Charlon Content-Type: text/plain; charset=UTF-8 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: 1XqLKP-0003dz-4N Cc: Bitcoin Dev Subject: Re: [Bitcoin-development] Increasing the OP_RETURN maximum payload size 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: Mon, 17 Nov 2014 12:22:56 -0000 On Mon, Nov 17, 2014 at 12:43 PM, Flavien Charlon wrote: > Storing only a hash > is fine for the most basic timestamping application, but it's hardly enough > to build something interesting. No, storing only a hash is enough for ALL timestamping applications. If you need to broadcast more data then we're not talking about timestamping anymore, but rather proof of publication. Unfortunately (and as it has been already mentioned) many applications don't need proof of publication and yet they are just using the blockchain as a convenient transport mechanism, but that's highly inefficient. It's like if you sent all your mails to all the existing email addresses with the metadata "to be read by: destination@yourhost.com". It wouldn't make any sense and it wouldn't scale. A url definitely looks like something that doesn't belong in the chain.