1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
|
Return-Path: <jose.femenias@gmail.com>
Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138])
by lists.linuxfoundation.org (Postfix) with ESMTP id 7204CC087F
for <bitcoin-dev@lists.linuxfoundation.org>;
Mon, 2 Dec 2019 21:25:05 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
by whitealder.osuosl.org (Postfix) with ESMTP id 60D358609F
for <bitcoin-dev@lists.linuxfoundation.org>;
Mon, 2 Dec 2019 21:25:05 +0000 (UTC)
X-Virus-Scanned: amavisd-new at osuosl.org
Received: from whitealder.osuosl.org ([127.0.0.1])
by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id wdwgx3KD1LJ3
for <bitcoin-dev@lists.linuxfoundation.org>;
Mon, 2 Dec 2019 21:25:04 +0000 (UTC)
X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6
Received: from mail-wr1-f53.google.com (mail-wr1-f53.google.com
[209.85.221.53])
by whitealder.osuosl.org (Postfix) with ESMTPS id 8A4CA8609C
for <bitcoin-dev@lists.linuxfoundation.org>;
Mon, 2 Dec 2019 21:25:04 +0000 (UTC)
Received: by mail-wr1-f53.google.com with SMTP id g17so1105568wro.2
for <bitcoin-dev@lists.linuxfoundation.org>;
Mon, 02 Dec 2019 13:25:04 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025;
h=from:mime-version:subject:message-id:date:to;
bh=NYQoy8s3OCyvh5ldSY3iCuBuCYSYzIOujMTGZSCK8KE=;
b=Ea/Jz5dKOV3TvTqEf2eGGQG9/bUaq679W6m67V8zYDF5GsnBuI1dJPMY5ntO5iKEne
ypPEHBiczLk8A9kDVlFvuBoYA8CITeInxKMjECMLqGO251BvcMT7WhZPrZy3MWKFju+m
8g3AzttEh2wIMtZbOyZ7Wayropxel1cBAwFag1HKm+uxWiKmfH3S+B+y7KLeAa8NyeGq
cjrvj2sO6KlGdjv1hRxa+DJk1uaY0OIuUrIX9i5PJZRmcoisOHtdKDQkBSGjMNhkVpE0
ivulY+paKxjlhTfiikd+ZuiyekECDs1AD8WRQ9f1J7UbCuD5EC75ynupDgY8wUyafiHS
CozQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:from:mime-version:subject:message-id:date:to;
bh=NYQoy8s3OCyvh5ldSY3iCuBuCYSYzIOujMTGZSCK8KE=;
b=ogu+6eeAm8Vd/X1hmnRZNrEqVE+8y6hWIvwVFODUzOXTwUOaCIUmxwn87SSheTMVNr
ydb2L++RDbt7C2/j6J+mbAlYNRNXNKWYbEouwU3S+Fcqxko4WeXlANlO+RYRH0VfBtZc
ZOTRRdz9KmK0r7W/ou+QsogXAue5SwgIdP3fqEbv80JHXM8LWYi9yFDspQqUB8ItaumA
mNYOUUKKJaCaDaZP5sgTGRu+cRfgslVIQCY8NVWQ+vDa0OZNtkp1JSx6T/N14cxoLPCd
iz4Jam/KNXFwrnUqczEKsGMcxPBj4Sa/eF9/ABDb+z1B/RcQPFbLEDxgKzqqxLvaExnw
Nhdw==
X-Gm-Message-State: APjAAAXZU+hkwPQV1kBymehrn5WG3Its7aq/NTHSy76sgo+FzaEEVHkb
9kpie1P9JvYjzApgNQYjhTQ4xCuh
X-Google-Smtp-Source: APXvYqy1WCflaFo7WvUrRPWXyVabQVOmdSk9vDxBoJwbNTiEhY6Qr5XvyklUSGti1DjJV4lr5WGkYA==
X-Received: by 2002:adf:d4ca:: with SMTP id w10mr1127997wrk.53.1575321902919;
Mon, 02 Dec 2019 13:25:02 -0800 (PST)
Received: from [192.168.1.32] ([178.60.38.49])
by smtp.gmail.com with ESMTPSA id t8sm799260wrp.69.2019.12.02.13.25.01
for <bitcoin-dev@lists.linuxfoundation.org>
(version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128);
Mon, 02 Dec 2019 13:25:02 -0800 (PST)
From: =?utf-8?Q?Jose_Femen=C3=ADas_Ca=C3=B1uelo?= <jose.femenias@gmail.com>
Content-Type: multipart/alternative;
boundary="Apple-Mail=_7A4718AB-A2C0-4419-B9FB-9B2D628B2965"
Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\))
Message-Id: <D6F34614-37E6-4169-86B8-83EB47A6C3C3@gmail.com>
Date: Mon, 2 Dec 2019 22:25:01 +0100
To: bitcoin-dev@lists.linuxfoundation.org
X-Mailer: Apple Mail (2.3273)
X-Mailman-Approved-At: Thu, 05 Dec 2019 20:23:28 +0000
Subject: Re: [bitcoin-dev] easypaysy - A layer-two protocol to send payments
without addresses
X-BeenThere: bitcoin-dev@lists.linuxfoundation.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Bitcoin Protocol 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: Mon, 02 Dec 2019 21:25:05 -0000
--Apple-Mail=_7A4718AB-A2C0-4419-B9FB-9B2D628B2965
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
charset=utf-8
> Hello Jos=C3=A9,
>=20
> Just a quick question, this is fully decentralized?
> Greetings,
>=20
> Tim Blokdijk
Tim,
it is fully decentralized indeed.=20
Every user is in charge of creating and maintaining his own account.
Regards,
Jos=C3=A9 Femen=C3=ADas=
--Apple-Mail=_7A4718AB-A2C0-4419-B9FB-9B2D628B2965
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
charset=utf-8
<html><body style=3D"word-wrap: break-word; -webkit-nbsp-mode: space; =
-webkit-line-break: after-white-space;" class=3D""><blockquote =
type=3D"cite" class=3D""><pre style=3D"font-family: courier, 'courier =
new', monospace; font-size: 15.75px; white-space: pre-wrap; =
overflow-wrap: break-word; margin: 0em; font-variant-ligatures: normal; =
orphans: 2; widows: 2; background-color: rgb(255, 255, 255);" =
class=3D"">Hello Jos=C3=A9,
Just a quick question, this is fully decentralized?</pre><pre =
style=3D"font-family: courier, 'courier new', monospace; font-size: =
15.75px; white-space: pre-wrap; overflow-wrap: break-word; margin-top: =
0px; margin-bottom: 0px; font-variant-ligatures: normal; orphans: 2; =
widows: 2; background-color: rgb(255, 255, 255);" class=3D"">Greetings,
Tim Blokdijk</pre></blockquote><div class=3D""><br class=3D""></div><div =
class=3D""><br class=3D""></div><div class=3D"">Tim,</div><div =
class=3D""><br class=3D""></div><div class=3D"">it is fully =
decentralized indeed. </div><div class=3D"">Every user is in charge =
of creating and maintaining his own account.</div><div class=3D""><br =
class=3D""></div><div class=3D"">Regards,</div><div class=3D""><br =
class=3D""></div><div class=3D"">Jos=C3=A9 Femen=C3=ADas</div></body></htm=
l>=
--Apple-Mail=_7A4718AB-A2C0-4419-B9FB-9B2D628B2965--
|