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
|
Return-Path: <tomz@freedommail.ch>
Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org
[172.17.192.35])
by mail.linuxfoundation.org (Postfix) with ESMTPS id 03B41B2F
for <bitcoin-dev@lists.linuxfoundation.org>;
Fri, 6 Jan 2017 10:15:34 +0000 (UTC)
X-Greylist: from auto-whitelisted by SQLgrey-1.7.6
Received: from mx-out02.mykolab.com (mx.kolabnow.com [95.128.36.1])
by smtp1.linuxfoundation.org (Postfix) with ESMTPS id F1B17134
for <bitcoin-dev@lists.linuxfoundation.org>;
Fri, 6 Jan 2017 10:15:32 +0000 (UTC)
X-Virus-Scanned: amavisd-new at kolabnow.com
X-Spam-Score: -2.9
X-Spam-Level:
X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW
autolearn=ham version=3.3.1
Received: from mx03.mykolab.com (mx03.mykolab.com [10.20.7.101])
by mx-out02.mykolab.com (Postfix) with ESMTPS id CE6AA616CD
for <bitcoin-dev@lists.linuxfoundation.org>;
Fri, 6 Jan 2017 11:15:29 +0100 (CET)
From: Tom Zander <tomz@freedommail.ch>
To: bitcoin-dev@lists.linuxfoundation.org
Date: Fri, 06 Jan 2017 11:16:28 +0100
Message-ID: <7169224.bI6Cz5OEL8@cherry>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on
smtp1.linux-foundation.org
X-Mailman-Approved-At: Sat, 07 Jan 2017 03:27:04 +0000
Subject: [bitcoin-dev] Bitcoin Classic 1.2.0 released
X-BeenThere: bitcoin-dev@lists.linuxfoundation.org
X-Mailman-Version: 2.1.12
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: Fri, 06 Jan 2017 10:15:34 -0000
Bitcoin Classic version 1.2.0 is now available from;
<https://bitcoinclassic.com/gettingstarted.html>
This is a new major version release, including new features, various
bugfixes and performance improvements.
This release marks a change in strategy for Bitcoin Classic, moving from the
very conservative block size proposal based on compromise to one where
Classic truly innovates and provides a long term solution for the market to
choose and leave behind the restrictions of the old.
The most visible change in this version is the decentralised block size
solution where node operators decide on the maximum size.
Bitcoin Classic is focused on providing users a way to get onto the Bitcoin
network using a high quality validating node for a large set of use cases.
Classic presents top notch quality processes in this release, to help anyone
running Bitcoin.
We include in this release various projects with the beta label. People who
want to use the Classic node as an on-ramp to Bitcoin will find them
interesting. These projects will need to be enabled in the config by those
that want to test them.
More background information on this release and Classic can be seen in this
video: https://vimeo.com/192789752
The full release notes are on github at
https://github.com/bitcoinclassic/bitcoinclassic/releases/tag/v1.2.0
--
Tom Zander
Blog: https://zander.github.io
Vlog: https://vimeo.com/channels/tomscryptochannel
|