Return-Path: Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 86F98A73 for ; Thu, 28 Jun 2018 13:19:59 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from mail-qt0-f170.google.com (mail-qt0-f170.google.com [209.85.216.170]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 7F9961A0 for ; Thu, 28 Jun 2018 13:19:58 +0000 (UTC) Received: by mail-qt0-f170.google.com with SMTP id 92-v6so4637033qta.11 for ; Thu, 28 Jun 2018 06:19:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=mzdmuXKOqMPLc8iuOO4iSm7t4weFrp/eryVPe9knBBM=; b=icjquQNK7CRu3hqAHthI3TgPYNa8+aSwYrn4MhpIVZwXPeWVvSCkD4j1+RGvHvotCs kAl1/VxnW3Xotw40Ffk6iTgOQ+CJ3b/Asy9n2IrjW+/jl+2cZbey88fX2333MObEtADy ultyq35hEjgzdZT3pfv2cr+/9HVJ1gr+RkcVxEthREGew103bDGw2zolYoyTfR6oXIIs ONOyY75plzcg7Qa8tinO4OYYfWdw5s88fA0VScZaRApU4hx79zANDRW2YVNu7r3hNPlh UfG/I5nyJgo2q7OTN7WUspl0nagOXoC8Wf/f9lJvUSOsXmC0JrTYaAHDd6zIyeIOHxGW SKIQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=mzdmuXKOqMPLc8iuOO4iSm7t4weFrp/eryVPe9knBBM=; b=r8ksJTe7HtAFaotjXXnwxd71B0dDuMDOJUiI77R6165IZ+ZGa3EsS9QUbmhOOjFIYS wZW1/O03bNFgyo+6j//ulBiwdG+QKw1f/RQhCPX4uGfBPiKoxrYruWd15Er956BvuXhn PglBussj4g2JtvxX91ZydjnZTw/DeaQr7B3YhYaPesdU9PhHFaR2ixASCnC18IsZmxbp LfrP20xvk1kYW3Y7xUefTqdseA5hk8iOjiAB3FMJyNcBXUvljZt4pS82Q5UL0LL7AX6V aFxJ0y8w0Lkxz6fCVytJ9nCxCVP295+/LyRYjDHCO9piFUWgrNUjwVMnsQVcgY6ascTK YYrQ== X-Gm-Message-State: APt69E0bBqp2Mp/irlX9S45lVAPXByZsaNcCFs1wCmsTC1eRpSUIOy5R aw9oZItZEg5cCyEw5KzMrjbDIKDJgUtJIhZVm4w= X-Google-Smtp-Source: AAOMgpc2VhaH4cslGLzPgbDBLA8O4OTJBkeB0LwG4RfeQjFbFcMdssSoBj2UGGzw7hVC0gdtOKKe1bl8GdZP+aFB4YA= X-Received: by 2002:a0c:c584:: with SMTP id a4-v6mr9087882qvj.11.1530191997371; Thu, 28 Jun 2018 06:19:57 -0700 (PDT) MIME-Version: 1.0 From: Mattia Rossi Date: Thu, 28 Jun 2018 15:19:46 +0200 Message-ID: To: bitcoin-dev@lists.linuxfoundation.org Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org X-Mailman-Approved-At: Thu, 28 Jun 2018 13:21:35 +0000 Subject: [bitcoin-dev] Testnet block generation X-BeenThere: bitcoin-dev@lists.linuxfoundation.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Bitcoin Protocol Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jun 2018 13:19:59 -0000 Hi all, Maybe is a common 'issue' but why the testnet3 of bitcoin network generate a block so fast? at lead 6 block per minute. Is this a normal behavior? Thanks in advance.