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
|
Return-Path: <milly@bitcoins.info>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
[172.17.192.35])
by mail.linuxfoundation.org (Postfix) with ESMTPS id 62FBF9B
for <bitcoin-dev@lists.linuxfoundation.org>;
Sat, 8 Aug 2015 11:59:44 +0000 (UTC)
X-Greylist: from auto-whitelisted by SQLgrey-1.7.6
Received: from mail.help.org (mail.help.org [70.90.2.18])
by smtp1.linuxfoundation.org (Postfix) with ESMTPS id CE18216B
for <bitcoin-dev@lists.linuxfoundation.org>;
Sat, 8 Aug 2015 11:59:43 +0000 (UTC)
Received: from [10.1.10.25] (B [10.1.10.25]) by mail.help.org with ESMTPA
; Sat, 8 Aug 2015 07:59:38 -0400
To: bitcoin-dev@lists.linuxfoundation.org
References: <8185694.hShCHQnpze@coldstorage>
<CALqxMTHpXymxg6ATcMM3gm73gww5tznzNsY5quNbRpzsnxS53g@mail.gmail.com>
<20150808085451.4689995.38052.4163@thomaszander.se>
<CAOoPuRYk_R+kyfyrROcL8y9Bdfq7ufsyXSH_Uva2GPGcK_jwkA@mail.gmail.com>
From: Milly Bitcoin <milly@bitcoins.info>
Message-ID: <55C5EF2C.6090408@bitcoins.info>
Date: Sat, 8 Aug 2015 07:59:40 -0400
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101
Thunderbird/38.1.0
MIME-Version: 1.0
In-Reply-To: <CAOoPuRYk_R+kyfyrROcL8y9Bdfq7ufsyXSH_Uva2GPGcK_jwkA@mail.gmail.com>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20 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] trust
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: Sat, 08 Aug 2015 11:59:44 -0000
> Trust takes many different forms and is not a binary function.
Many Bitcoiners have a rather unusual notion of trust. While many state
the established financial systems cannot be trusted they imply that many
within the Bitcoin world need to be trusted. There are some very
irresponsible and unusual people who have authority to do things in the
Bitcoin world such as manage the Wiki, the Github repository, and are
given an emergency alert key. Some of these people are only known by
some sort of screen name. If anyone questions any of these processes
they are chastised and labeled a "troll". For instance, anyone who
questioned Mt. Gox back in 2013 was labeled a "buttcoiner" or something
similar. So I would say many people, including many on this list, don't
fully understand the claims they are making about the "truslessness" of
Bitcoin.
>Lightning doesn't require explicit trust,
There seems to be semantic issues with describing trust and the
lightning network. You need to trust the other party during the
transactions in the channel for it to work. Yes there is way to cash
out if the other party does not cooperate but that is not the same thing
as saying it is trustless. Many people are confused about this part of
decentralization where the network has to take time to reach consensus.
Some people think that you can use some kind of technological trick to
avoid this lag time and still have a completely trustless system. It is
a tradeoff.
Russ
|