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
|
Return-Path: <ogunden@phauna.org>
Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133])
by lists.linuxfoundation.org (Postfix) with ESMTP id 0ECCBC000D
for <bitcoin-dev@lists.linuxfoundation.org>;
Wed, 20 Oct 2021 19:20:57 +0000 (UTC)
Received: from localhost (localhost [127.0.0.1])
by smtp2.osuosl.org (Postfix) with ESMTP id F0F15405A0
for <bitcoin-dev@lists.linuxfoundation.org>;
Wed, 20 Oct 2021 19:20:56 +0000 (UTC)
X-Virus-Scanned: amavisd-new at osuosl.org
X-Spam-Flag: NO
X-Spam-Score: -2.1
X-Spam-Level:
X-Spam-Status: No, score=-2.1 tagged_above=-999 required=5
tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1,
DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001,
SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Authentication-Results: smtp2.osuosl.org (amavisd-new);
dkim=pass (1024-bit key) header.d=phauna.org
Received: from smtp2.osuosl.org ([127.0.0.1])
by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id T1c91uRqcxpI
for <bitcoin-dev@lists.linuxfoundation.org>;
Wed, 20 Oct 2021 19:20:56 +0000 (UTC)
X-Greylist: from auto-whitelisted by SQLgrey-1.8.0
Received: from mail.phauna.org (mail.phauna.org [107.191.37.198])
by smtp2.osuosl.org (Postfix) with ESMTPS id E3D414059A
for <bitcoin-dev@lists.linuxfoundation.org>;
Wed, 20 Oct 2021 19:20:55 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=phauna.org;
s=apricot;
h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:
Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID:
Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc
:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe:
List-Post:List-Owner:List-Archive;
bh=KGT32tiJMcFJ/cSCVGyg7xFquxbqX+ZuB4ctMh/Kg/s=; b=xXu+OjCmvKGucPCjMIeDQXv2fR
hyn5sIcT9iYVQ8ZcvsYv4UNqcN6cXgcpYq8I052TUvJyKRua/4GdFw+fa0hxJ/sy/2EWSNRQc6fXA
jigDHs/UUpd6o9K4A6+SXlrBtt4BIpUgXcAMNm3HMZFBrSNepSZoDGlsgJ7edJi9O5Y8=;
Received: from ogunden by mail.phauna.org with local (Exim 4.93)
(envelope-from <ogunden@phauna.org>)
id 1mdH8w-000UfE-4U; Wed, 20 Oct 2021 19:20:54 +0000
Date: Wed, 20 Oct 2021 19:20:54 +0000
From: Owen Gunden <ogunden@phauna.org>
To: Prayank <prayank@tutanota.de>
Message-ID: <20211020192054.GA117785@jauntyelephant.191.37.198.vultr.com>
References: <MmT9umZ--3-2@tutanota.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <MmT9umZ--3-2@tutanota.de>
X-Mailman-Approved-At: Wed, 20 Oct 2021 19:25:11 +0000
Cc: Bitcoin Dev <bitcoin-dev@lists.linuxfoundation.org>
Subject: Re: [bitcoin-dev] bitcoin.org missing bitcoin core version 22.0
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: Wed, 20 Oct 2021 19:20:57 -0000
On Wed, Oct 20, 2021 at 04:47:17PM +0200, Prayank wrote:
> > It seems confusing to have two sites that seemingly both represent
> > bitcoin core.
>
> There is only one website which represents Bitcoin Core full node
> implementation. You can download Bitcoin Core from
> https://bitcoincore.org
I also notice that, as of 22.0, Wladimir is no longer signing the
releases, and I have no trust in my gpg network of the people who seem
to have replaced him.
Given the level of security at stake here, my eyebrows are raised at
this combination of items changing (new website + new gpg signers at the
same time).
|