diff options
author | Warren Togami Jr. <wtogami@gmail.com> | 2013-11-22 11:07:53 -1000 |
---|---|---|
committer | bitcoindev <bitcoindev@gnusha.org> | 2013-11-22 21:08:01 +0000 |
commit | ca338430c86e1c39109899557858c1dce9370509 (patch) | |
tree | 256e172cbf35c1c52a649d5b267bb40f80c65415 | |
parent | 6782702d7d0a98c8d06253afdacdac291d00f2e8 (diff) | |
download | pi-bitcoindev-ca338430c86e1c39109899557858c1dce9370509.tar.gz pi-bitcoindev-ca338430c86e1c39109899557858c1dce9370509.zip |
Re: [Bitcoin-development] [PATCH, try2] bitcoind: whitelist nodes against banning
-rw-r--r-- | f0/023ccf19ad6974be6ce475c8b4ca09b5409070 | 153 |
1 files changed, 153 insertions, 0 deletions
diff --git a/f0/023ccf19ad6974be6ce475c8b4ca09b5409070 b/f0/023ccf19ad6974be6ce475c8b4ca09b5409070 new file mode 100644 index 000000000..82a925f2e --- /dev/null +++ b/f0/023ccf19ad6974be6ce475c8b4ca09b5409070 @@ -0,0 +1,153 @@ +Received: from sog-mx-2.v43.ch3.sourceforge.com ([172.29.43.192] + helo=mx.sourceforge.net) + by sfs-ml-2.v29.ch3.sourceforge.com with esmtp (Exim 4.76) + (envelope-from <wtogami@gmail.com>) id 1VjxxJ-0001TL-E1 + for bitcoin-development@lists.sourceforge.net; + Fri, 22 Nov 2013 21:08:01 +0000 +Received-SPF: pass (sog-mx-2.v43.ch3.sourceforge.com: domain of gmail.com + designates 209.85.160.52 as permitted sender) + client-ip=209.85.160.52; envelope-from=wtogami@gmail.com; + helo=mail-pb0-f52.google.com; +Received: from mail-pb0-f52.google.com ([209.85.160.52]) + by sog-mx-2.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) + (Exim 4.76) id 1VjxxH-0006Bl-F2 + for bitcoin-development@lists.sourceforge.net; + Fri, 22 Nov 2013 21:08:01 +0000 +Received: by mail-pb0-f52.google.com with SMTP id uo5so1837337pbc.11 + for <bitcoin-development@lists.sourceforge.net>; + Fri, 22 Nov 2013 13:07:53 -0800 (PST) +MIME-Version: 1.0 +X-Received: by 10.68.136.101 with SMTP id pz5mr3175585pbb.186.1385154473586; + Fri, 22 Nov 2013 13:07:53 -0800 (PST) +Received: by 10.66.158.129 with HTTP; Fri, 22 Nov 2013 13:07:53 -0800 (PST) +In-Reply-To: <CAJHLa0NJxFOo2ZAv86bcMTNwjNJNL1v3bVmN6f+3MEnWfs5dcg@mail.gmail.com> +References: <CAJHLa0NGQaMMFByzHhnuPHYhUSj6czqBcimwhaj-DyEM91PRZA@mail.gmail.com> + <CAAS2fgRp7K7QD+y7a5uQr-BneN2MfW5U3J4NeoF9T_WcFv+UPg@mail.gmail.com> + <CAJHLa0NJxFOo2ZAv86bcMTNwjNJNL1v3bVmN6f+3MEnWfs5dcg@mail.gmail.com> +Date: Fri, 22 Nov 2013 11:07:53 -1000 +Message-ID: <CAEz79PpJ5cp79tz9L4+z+DnZwH_cPS6O4HLix6TRQuQDkrurcQ@mail.gmail.com> +From: "Warren Togami Jr." <wtogami@gmail.com> +To: Jeff Garzik <jgarzik@bitpay.com> +Content-Type: multipart/alternative; boundary=047d7b15a8835b807b04ebca688f +X-Spam-Score: -0.6 (/) +X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. + See http://spamassassin.org/tag/ for more details. + 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. + See + http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block + for more information. [URIs: doubleclick.net] + -1.5 SPF_CHECK_PASS SPF reports sender host as permitted sender for + sender-domain + 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider + (wtogami[at]gmail.com) + -0.0 SPF_PASS SPF: sender matches SPF record + 1.0 HTML_MESSAGE BODY: HTML included in message + -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from + author's domain + 0.1 DKIM_SIGNED Message has a DKIM or DK signature, + not necessarily valid + -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature +X-Headers-End: 1VjxxH-0006Bl-F2 +Cc: Bitcoin Dev <bitcoin-development@lists.sourceforge.net> +Subject: Re: [Bitcoin-development] [PATCH, + try2] bitcoind: whitelist nodes against banning +X-BeenThere: bitcoin-development@lists.sourceforge.net +X-Mailman-Version: 2.1.9 +Precedence: list +List-Id: <bitcoin-development.lists.sourceforge.net> +List-Unsubscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>, + <mailto:bitcoin-development-request@lists.sourceforge.net?subject=unsubscribe> +List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=bitcoin-development> +List-Post: <mailto:bitcoin-development@lists.sourceforge.net> +List-Help: <mailto:bitcoin-development-request@lists.sourceforge.net?subject=help> +List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/bitcoin-development>, + <mailto:bitcoin-development-request@lists.sourceforge.net?subject=subscribe> +X-List-Received-Date: Fri, 22 Nov 2013 21:08:01 -0000 + +--047d7b15a8835b807b04ebca688f +Content-Type: text/plain; charset=UTF-8 + +https://github.com/bitcoin/bitcoin/pull/2906 +There is already a bannode RPC PR. Last I tried it didn't work though. + + +On Fri, Nov 22, 2013 at 11:01 AM, Jeff Garzik <jgarzik@bitpay.com> wrote: + +> On Fri, Nov 22, 2013 at 3:56 PM, Gregory Maxwell <gmaxwell@gmail.com> +> wrote: +> > Is there a reason not to have a parallel get rpc to get the current list? +> +> Easy enough to add. There had also been requests for an IP blacklist, +> which would need associated RPC/config gadgetry. +> +> -- +> Jeff Garzik +> Bitcoin core developer and open source evangelist +> BitPay, Inc. https://bitpay.com/ +> +> +> ------------------------------------------------------------------------------ +> Shape the Mobile Experience: Free Subscription +> Software experts and developers: Be at the forefront of tech innovation. +> Intel(R) Software Adrenaline delivers strategic insight and game-changing +> conversations that shape the rapidly evolving mobile landscape. Sign up +> now. +> http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk +> _______________________________________________ +> Bitcoin-development mailing list +> Bitcoin-development@lists.sourceforge.net +> https://lists.sourceforge.net/lists/listinfo/bitcoin-development +> + +--047d7b15a8835b807b04ebca688f +Content-Type: text/html; charset=UTF-8 +Content-Transfer-Encoding: quoted-printable + +<div dir=3D"ltr"><a href=3D"https://github.com/bitcoin/bitcoin/pull/2906">h= +ttps://github.com/bitcoin/bitcoin/pull/2906</a><br><div>There is already a = +bannode RPC PR. =C2=A0Last I tried it didn't work though.</div></div><d= +iv class=3D"gmail_extra"> +<br><br><div class=3D"gmail_quote">On Fri, Nov 22, 2013 at 11:01 AM, Jeff G= +arzik <span dir=3D"ltr"><<a href=3D"mailto:jgarzik@bitpay.com" target=3D= +"_blank">jgarzik@bitpay.com</a>></span> wrote:<br><blockquote class=3D"g= +mail_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-l= +eft:1ex"> +<div class=3D"im">On Fri, Nov 22, 2013 at 3:56 PM, Gregory Maxwell <<a h= +ref=3D"mailto:gmaxwell@gmail.com">gmaxwell@gmail.com</a>> wrote:<br> +> Is there a reason not to have a parallel get rpc to get the current li= +st?<br> +<br> +</div>Easy enough to add. =C2=A0There had also been requests for an IP blac= +klist,<br> +which would need associated RPC/config gadgetry.<br> +<div class=3D"im HOEnZb"><br> +--<br> +Jeff Garzik<br> +Bitcoin core developer and open source evangelist<br> +BitPay, Inc. =C2=A0 =C2=A0 =C2=A0<a href=3D"https://bitpay.com/" target=3D"= +_blank">https://bitpay.com/</a><br> +<br> +</div><div class=3D"HOEnZb"><div class=3D"h5">-----------------------------= +-------------------------------------------------<br> +Shape the Mobile Experience: Free Subscription<br> +Software experts and developers: Be at the forefront of tech innovation.<br= +> +Intel(R) Software Adrenaline delivers strategic insight and game-changing<b= +r> +conversations that shape the rapidly evolving mobile landscape. Sign up now= +.<br> +<a href=3D"http://pubads.g.doubleclick.net/gampad/clk?id=3D63431311&iu= +=3D/4140/ostg.clktrk" target=3D"_blank">http://pubads.g.doubleclick.net/gam= +pad/clk?id=3D63431311&iu=3D/4140/ostg.clktrk</a><br> +_______________________________________________<br> +Bitcoin-development mailing list<br> +<a href=3D"mailto:Bitcoin-development@lists.sourceforge.net">Bitcoin-develo= +pment@lists.sourceforge.net</a><br> +<a href=3D"https://lists.sourceforge.net/lists/listinfo/bitcoin-development= +" target=3D"_blank">https://lists.sourceforge.net/lists/listinfo/bitcoin-de= +velopment</a><br> +</div></div></blockquote></div><br></div> + +--047d7b15a8835b807b04ebca688f-- + + |