blob: af65ab414d05cec5fcf664106981ea21b242d322 (
plain)
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
|
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 EDD4513FA
for <bitcoin-dev@lists.linuxfoundation.org>;
Tue, 1 Sep 2015 00:02:20 +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 6D64914E
for <bitcoin-dev@lists.linuxfoundation.org>;
Tue, 1 Sep 2015 00:02:20 +0000 (UTC)
Received: from [10.1.10.25] (B [10.1.10.25]) by mail.help.org with ESMTPA
; Mon, 31 Aug 2015 20:02:12 -0400
To: bitcoin-dev@lists.linuxfoundation.org
References: <602b978abcedd92fbed85f305d9d7bfe@cock.li>
<55E4B8C9.5030606@openbitcoinprivacyproject.org>
<e786da226b8e9cfaad335454b299ffd5@cock.li>
<CAJfRnm4kwHkBLUUOmfzViUwsdAf3LYSTruvHw9+-RbgxSMHLRg@mail.gmail.com>
<91e79f981126ebe62e30df26e0c7ec50@cock.li>
<55E4CD16.3010508@openbitcoinprivacyproject.org>
<a02ace48700ff443b8904f14b23486c4@cock.li>
From: Milly Bitcoin <milly@bitcoins.info>
Message-ID: <55E4EB07.1040305@bitcoins.info>
Date: Mon, 31 Aug 2015 20:02:15 -0400
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101
Thunderbird/38.2.0
MIME-Version: 1.0
In-Reply-To: <a02ace48700ff443b8904f14b23486c4@cock.li>
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 7bit
X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05 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] Your Gmaxwell exchange
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: Tue, 01 Sep 2015 00:02:21 -0000
> Bitcoin is a decentralized currency which allows any person the
> ability to transact in a way that does not require specific trust in
> any particular party.
Bitcoin is only a partial solution to the Byzantine general problem.
Users do need to trust that things such as mining and development
systems work as intended. Once the user trusts those systems only then
is the state of the ledger trustless. Just because the state of ledger
is decentralized due to mining that does not automatically mean
everything associated with Bitcoin is "decentralized." (Some people
actually claim reddit is decentralized because users can vote. That
would mean the US government is also decentralized since there are
elections but i don't think most people would agree with that definition.)
Centralized and decentralized system are not intrinsically good or bad.
Each one has it use cases just like a hammer and a screw driver.
Claiming otherwise is treating Bitcoin a as religion rather than a
technology.
Russ
|