Received: from sog-mx-3.v43.ch3.sourceforge.com ([172.29.43.193] helo=mx.sourceforge.net) by sfs-ml-3.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1UwVw2-0008NW-1w for bitcoin-development@lists.sourceforge.net; Tue, 09 Jul 2013 11:18:18 +0000 Received-SPF: pass (sog-mx-3.v43.ch3.sourceforge.com: domain of gmail.com designates 209.85.219.46 as permitted sender) client-ip=209.85.219.46; envelope-from=mh.in.england@gmail.com; helo=mail-oa0-f46.google.com; Received: from mail-oa0-f46.google.com ([209.85.219.46]) by sog-mx-3.v43.ch3.sourceforge.com with esmtps (TLSv1:RC4-SHA:128) (Exim 4.76) id 1UwVvw-0001e3-NO for bitcoin-development@lists.sourceforge.net; Tue, 09 Jul 2013 11:18:18 +0000 Received: by mail-oa0-f46.google.com with SMTP id h1so7709888oag.5 for ; Tue, 09 Jul 2013 04:18:07 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.60.133.44 with SMTP id oz12mr23551105oeb.62.1373368687173; Tue, 09 Jul 2013 04:18:07 -0700 (PDT) Sender: mh.in.england@gmail.com Received: by 10.76.23.36 with HTTP; Tue, 9 Jul 2013 04:18:07 -0700 (PDT) In-Reply-To: References: <1372353053.10405.140661249237317.77984E1F@webmail.messagingengine.com> <1372605569.4937.140661250186789.39404E47@webmail.messagingengine.com> <51DB6548.5070909@lavabit.com> <1373367371.4283.140661253533454.0D7E544E@webmail.messagingengine.com> Date: Tue, 9 Jul 2013 13:18:07 +0200 X-Google-Sender-Auth: ssf639G6UbSulI5KIkjLVraFm6s Message-ID: From: Mike Hearn To: Jim Content-Type: multipart/alternative; boundary=047d7b4728b4bf15cb04e112509c X-Spam-Score: -0.5 (/) X-Spam-Report: Spam Filtering performed by mx.sourceforge.net. See http://spamassassin.org/tag/ for more details. -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 (mh.in.england[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record 1.0 HTML_MESSAGE BODY: HTML included in message 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: 1UwVvw-0001e3-NO Cc: Bitcoin Dev Subject: Re: [Bitcoin-development] Proposal: MultiBit as default desktop client on bitcoin.org X-BeenThere: bitcoin-development@lists.sourceforge.net X-Mailman-Version: 2.1.9 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jul 2013 11:18:18 -0000 --047d7b4728b4bf15cb04e112509c Content-Type: text/plain; charset=UTF-8 By the way, the Java Web Start system has improved a lot in recent versions as well. I just tried running http://jfxtras.org/ and this was the experience: - It told me my Java was insecure and that I should download the latest version (hah). It had three buttons, one saying "Update", one saying "Block content in browser" and one saying "Later". So it seems Java learned how to disable its plugin by itself anyway. I think on non-Linux platforms it probably knows how to update itself as well these days. - As it happens I don't care right now because jfxtras is a source I trust, so I clicked later and it popped up a permission screen saying the author was unknown, could damage my computer, etc. Actually, Jim has a code signing cert so this would show his identity at that point. - Clicked run. The app downloaded in a few seconds and was running. - JavaWS keeps the app up to date for you at that point. It's triggered by downloading and opening a .jnlp file, so - same security boundaries as a regular app download, except you download metadata for the runtime instead of the whole app at once. It might be worth providing a JNLP option on the multibit webpage as well, as although I wouldn't let the applet plugin in my browser, once I made an explicit decision to go to multibit.org and trust James Burton with my money, the JWS experience at that point is pretty good. Until we have our own auto update engine it's better than nothing. On Tue, Jul 9, 2013 at 1:04 PM, Mike Hearn wrote: > How many downloads/day do we see currently? I think you said it's on the > order of a few thousand, so nowhere near 30k I'd guess. Anyway I can mirror > it if we need to. > > The JavaFX packager is supposed to delete parts of the JVM that aren't > used. Is the 30-40mb figure based on using that tool or something else? > Note that you don't need to use the JFX widget toolkit to use the bundler > tool. > > We could also invest in a copy of JET, which does native compilation down > to self contained Windows binaries. It might create smaller bundles. But, > it's a proprietary tool and I don't know how reproducible its outputs are. > > For the auto update, is there an existing auto update framework that we > can modify to support threshold signed updates? I'm sure such a thing must > exist. The updates would download in the background and then the app can > just ask the user to restart it once the update is locally available, as > Chrome does. > > > > On Tue, Jul 9, 2013 at 12:56 PM, Jim wrote: > >> Yes I would like to bundle a JVM as it would simplify the user >> experience. >> >> There are a few downsides though: >> + all the build packaging will need redoing and retesting. >> + it will bump up the MultiBit download from about 11MB to 30-40MB >> (I think). This drops the maximum copies of MultiBit the multibit.org >> server can deliver per day from around 90,000 to 30,000ish. >> The multibit.org server maxes out at 1 TB of bandwidth per day. >> >> Currently there is no provision to update anything automatically. >> I would like to start having Bitcoin signed files that MultiBit can >> check >> and update (initially the checkpoints file, I18N files - NOT code >> at first because of the security implications). I think this needs to be >> in place before bundling a JVM so that users don't have to >> keep redownloading it. >> >> Having lists of all the artifacts signed and them having SHA256 hashes >> then makes it practical/ safe to start mirroring the code. I can see >> each mirror crosschecking the others that the SHA256s are correct >> for instance. This would increase the maximum number of >> downloads we could cope with. >> >> >> On Tue, Jul 9, 2013, at 11:36 AM, Mike Hearn wrote: >> > Modern Java versions let you bundle the app with a stripped down JVM. I >> > don't know if Jim does that, but I think it's an obvious step towards >> > making MultiBit friendlier and easier to use. >> > >> > BTW I believe most secure browsers (Chrome, Firefox) have banned the >> > applet >> > plugin or severely restrained it anyway. So even if you install the JVM >> > and >> > plugin together there is not an issue. >> > >> > >> > On Tue, Jul 9, 2013 at 3:20 AM, Caleb James DeLisle < >> > calebdelisle@lavabit.com> wrote: >> > >> > > Java (Applet) security is indeed abysmal but lets compare apples to >> apples. >> > > With an applet some random guy with a website makes up some Java code >> and >> > > your browser automatically executes it. >> > > With Multibit you're only executing highly trusted code (so trusted >> that it >> > > handles your money). >> > > There has almost never been a Java exploit against secure trusted >> code. >> > > >> > > The idea of discouraging use of java apps just because people would be >> > > tricked into activating the browser plugin when installing the JVM is >> > > probably valid but Multibit is the only reasonably complete client >> outside >> > > of bitcoinqt and I think client diversity is more important than >> stamping >> > > out java. >> > > >> > > Thanks, >> > > Caleb >> > > >> > > >> > > On 07/08/2013 08:22 PM, Robert Backhaus wrote: >> > > > But... Multibit is Java. Java's security problems has made it an >> instant >> > > uninstall item on windows PCs for about a year now. Java exploits are >> a >> > > dime a dozen. >> > > > >> > > > Yes, you can reduce some of the problems by manually disabling the >> > > browser plugin, but how many users will do that? >> > > > >> > > > Recommending a fast SPV client as a first wallet - yes, of course. >> > > Recommending users open such a huge attack interface on their >> computers by >> > > installing Java - No go. Until Multibit is provided as a compiled >> binary >> > > without a Java dependency, it is DOA. >> > > > >> > > > >> > > > On 1 July 2013 02:39, Gary Rowe > > > g.rowe@froot.co.uk>> wrote: >> > > > >> > > > I've beefed up the supporting documentation for the website to >> make >> > > it more accessible for developers who wish to contribute. It's a Java >> > > application serving HTML. >> > > > >> > > > It can be found here: >> https://github.com/jim618/multibit-website >> > > > >> > > > >> > > > On 30 June 2013 16:19, Jim > > > jim618@fastmail.co.uk>> wrote: >> > > > >> > > > Yeah "email jim' was never going to work so I have >> > > > bumped up MultiBit support (a bit) by: >> > > > >> > > > + having a dedicated Support page on the website >> > > > https://multibit.org/support.html >> > > > It has fixes and support notes for the most common >> gotchas. >> > > > + the in-app help also now has a 'Support' section with >> > > > "Troubleshooting' and the commonest gotchas. >> > > > I've also written more help to cover as much as possible. >> > > > + Failing that people are directed first to >> > > bitcoin.stackchange.com >> > > > (I have a notification set up for the 'multibit' keyword. >> > > > + Then finally users are directed to the github issues to >> search >> > > > existing or raise a new issue. Gary and Tim often chip >> in on >> > > there to >> > > > close >> > > > issues down as well as me. >> > > > >> > > > >> > > > >> > > > On Sun, Jun 30, 2013, at 12:42 PM, Mike Hearn wrote: >> > > > > Sounds like we have consensus, Saivann, shall we do it? >> > > > > >> > > > > I'm also going to ask Theymos again to relax the newbie >> > > restrictions >> > > > > for the alt client forums. It's probably too hard to get >> > > support at >> > > > > the moment and "email jim" doesn't scale at all. >> > > > > >> > > > > On Fri, Jun 28, 2013 at 4:24 PM, Gavin Andresen < >> > > gavinandresen@gmail.com > >> > > > > wrote: >> > > > > > I vote "yes" to have MultiBit replace Bitcoin-Qt as the >> > > recommended >> > > > > > desktop wallet app. I think most users will be happier >> with >> > > it. >> > > > > > >> > > > > > If I'm wrong, it is easy to change back. >> > > > > > >> > > > > > >> > > >> ------------------------------------------------------------------------------ >> > > > > > This SF.net email is sponsored by Windows: >> > > > > > >> > > > > > Build for Windows Store. >> > > > > > >> > > > > > http://p.sf.net/sfu/windows-dev2dev >> > > > > > _______________________________________________ >> > > > > > Bitcoin-development mailing list >> > > > > > Bitcoin-development@lists.sourceforge.net > > > Bitcoin-development@lists.sourceforge.net> >> > > > > > >> > > https://lists.sourceforge.net/lists/listinfo/bitcoin-development >> > > > > >> > > > > >> > > >> ------------------------------------------------------------------------------ >> > > > > This SF.net email is sponsored by Windows: >> > > > > >> > > > > Build for Windows Store. >> > > > > >> > > > > http://p.sf.net/sfu/windows-dev2dev >> > > > > _______________________________________________ >> > > > > Bitcoin-development mailing list >> > > > > Bitcoin-development@lists.sourceforge.net > > > Bitcoin-development@lists.sourceforge.net> >> > > > > >> > > https://lists.sourceforge.net/lists/listinfo/bitcoin-development >> > > > >> > > > >> > > > -- >> > > > https://multibit.org Money, reinvented >> > > > >> > > > >> > > >> ------------------------------------------------------------------------------ >> > > > This SF.net email is sponsored by Windows: >> > > > >> > > > Build for Windows Store. >> > > > >> > > > http://p.sf.net/sfu/windows-dev2dev >> > > > _______________________________________________ >> > > > Bitcoin-development mailing list >> > > > Bitcoin-development@lists.sourceforge.net > > > Bitcoin-development@lists.sourceforge.net> >> > > > >> https://lists.sourceforge.net/lists/listinfo/bitcoin-development >> > > > >> > > > >> > > > >> > > > >> > > >> ------------------------------------------------------------------------------ >> > > > This SF.net email is sponsored by Windows: >> > > > >> > > > Build for Windows Store. >> > > > >> > > > http://p.sf.net/sfu/windows-dev2dev >> > > > _______________________________________________ >> > > > Bitcoin-development mailing list >> > > > Bitcoin-development@lists.sourceforge.net > > > Bitcoin-development@lists.sourceforge.net> >> > > > >> https://lists.sourceforge.net/lists/listinfo/bitcoin-development >> > > > >> > > > >> > > > >> > > > >> > > > >> > > >> ------------------------------------------------------------------------------ >> > > > See everything from the browser to the database with AppDynamics >> > > > Get end-to-end visibility with application monitoring from >> AppDynamics >> > > > Isolate bottlenecks and diagnose root cause in seconds. >> > > > Start your free trial of AppDynamics Pro today! >> > > > >> > > >> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk >> > > > >> > > > >> > > > >> > > > _______________________________________________ >> > > > Bitcoin-development mailing list >> > > > Bitcoin-development@lists.sourceforge.net >> > > > https://lists.sourceforge.net/lists/listinfo/bitcoin-development >> > > > >> > > >> > > >> > > >> > > >> ------------------------------------------------------------------------------ >> > > See everything from the browser to the database with AppDynamics >> > > Get end-to-end visibility with application monitoring from AppDynamics >> > > Isolate bottlenecks and diagnose root cause in seconds. >> > > Start your free trial of AppDynamics Pro today! >> > > >> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk >> > > _______________________________________________ >> > > Bitcoin-development mailing list >> > > Bitcoin-development@lists.sourceforge.net >> > > https://lists.sourceforge.net/lists/listinfo/bitcoin-development >> > > >> > >> ------------------------------------------------------------------------------ >> > See everything from the browser to the database with AppDynamics >> > Get end-to-end visibility with application monitoring from AppDynamics >> > Isolate bottlenecks and diagnose root cause in seconds. >> > Start your free trial of AppDynamics Pro today! >> > >> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk >> > _______________________________________________ >> > Bitcoin-development mailing list >> > Bitcoin-development@lists.sourceforge.net >> > https://lists.sourceforge.net/lists/listinfo/bitcoin-development >> >> >> -- >> https://multibit.org Money, reinvented >> >> >> ------------------------------------------------------------------------------ >> See everything from the browser to the database with AppDynamics >> Get end-to-end visibility with application monitoring from AppDynamics >> Isolate bottlenecks and diagnose root cause in seconds. >> Start your free trial of AppDynamics Pro today! >> >> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk >> _______________________________________________ >> Bitcoin-development mailing list >> Bitcoin-development@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/bitcoin-development >> > > --047d7b4728b4bf15cb04e112509c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
By the way, the Java Web Start system has improved a lot i= n recent versions as well. I just tried running=C2=A0http://jfxtras.org/=C2=A0and this was the experience:
  • It told me my Java was insecure and that I should download the latest = version (hah). It had three buttons, one saying "Update", one say= ing "Block content in browser" and one saying "Later". = So it seems Java learned how to disable its plugin by itself anyway. I thin= k on non-Linux platforms it probably knows how to update itself as well the= se days.
  • As it happens I don't care right now because jfxtras is a source I = trust, so I clicked later and it popped up a permission screen saying the a= uthor was unknown, could damage my computer, etc. Actually, Jim has a code = signing cert so this would show his identity at that point.
  • Clicked run. The app downloaded in a few seconds and was running.
  • <= li>JavaWS keeps the app up to date for you at that point.
    It&= #39;s triggered by downloading and opening a .jnlp file, so - same security= boundaries as a regular app download, except you download metadata for the= runtime instead of the whole app at once.

    It might be worth providing a JNLP option on the = multibit webpage as well, as although I wouldn't let the applet plugin = in my browser, once I made an explicit decision to go to multibit.org and trust James Burton with my money, the JW= S experience at that point is pretty good. Until we have our own auto updat= e engine it's better than nothing.



    On Tue, Jul 9, 2013 at 1:04 PM, Mike Hearn <mike@plan99.net><= /span> wrote:
    How many downloads/day do w= e see currently? I think you said it's on the order of a few thousand, = so nowhere near 30k I'd guess. Anyway I can mirror it if we need to.
    The JavaFX packager is supposed to delete parts of the JVM t= hat aren't used. Is the 30-40mb figure based on using that tool or some= thing else? Note that you don't need to use the JFX widget toolkit to u= se the bundler tool.

    We could also invest in a copy of JET, which does nativ= e compilation down to self contained Windows binaries. It might create smal= ler bundles. But, it's a proprietary tool and I don't know how repr= oducible its outputs are.

    For the auto update, is there an existing auto update f= ramework that we can modify to support threshold signed updates? I'm su= re such a thing must exist. The updates would download in the background an= d then the app can just ask the user to restart it once the update is local= ly available, as Chrome does.



    On Tue, Jul 9, 2013 at 12:5= 6 PM, Jim <jim618@fastmail.co.uk> wrote:
    Yes I would like to bundle a JVM as it would= simplify the user
    experience.

    There are a few downsides though:
    + all the build packaging will need redoing and retesting.
    + it will bump up the MultiBit download from about 11MB to 30-40MB
    (I think). This drops the maximum copies of MultiBit the multibit.org
    server can deliver per day from around 90,000 to 30,000ish.
    The multibit.org serv= er maxes out at 1 TB of bandwidth per day.

    Currently there is no provision to update anything automatically.
    I would like to start having Bitcoin signed files that MultiBit can
    check
    and update (initially the checkpoints file, I18N files - NOT code
    at first because of the security implications). I think this needs to be in place before bundling a JVM so that users don't have to
    keep redownloading it.

    Having lists of all the artifacts signed and them having SHA256 hashes
    then makes it practical/ safe to start mirroring the code. I can see
    each mirror crosschecking the others that the SHA256s are correct
    for instance. This would increase the maximum number of
    downloads we could cope with.


    On Tue, Jul 9, 2013, at 11:36 AM, Mike Hearn wrote:
    > Modern Java versions let you bundle the app with a stripped down JVM. = I
    > don't know if Jim does that, but I think it's an obvious step = towards
    > making MultiBit friendlier and easier to use.
    >
    > BTW I believe most secure browsers (Chrome, Firefox) have banned the > applet
    > plugin or severely restrained it anyway. So even if you install the JV= M
    > and
    > plugin together there is not an issue.
    >
    >
    > On Tue, Jul 9, 2013 at 3:20 AM, Caleb James DeLisle <
    > calebdel= isle@lavabit.com> wrote:
    >
    > > Java (Applet) security is indeed abysmal but lets compare apples = to apples.
    > > With an applet some random guy with a website makes up some Java = code and
    > > your browser automatically executes it.
    > > With Multibit you're only executing highly trusted code (so t= rusted that it
    > > handles your money).
    > > There has almost never been a Java exploit against secure trusted= code.
    > >
    > > The idea of discouraging use of java apps just because people wou= ld be
    > > tricked into activating the browser plugin when installing the JV= M is
    > > probably valid but Multibit is the only reasonably complete clien= t outside
    > > of bitcoinqt and I think client diversity is more important than = stamping
    > > out java.
    > >
    > > Thanks,
    > > Caleb
    > >
    > >
    > > On 07/08/2013 08:22 PM, Robert Backhaus wrote:
    > > > But... Multibit is Java. Java's security problems has ma= de it an instant
    > > uninstall item on windows PCs for about a year now. Java exploits= are a
    > > dime a dozen.
    > > >
    > > > Yes, you can reduce some of the problems by manually disabli= ng the
    > > browser plugin, but how many users will do that?
    > > >
    > > > Recommending a fast SPV client as a first wallet - yes, of c= ourse.
    > > Recommending users open such a huge attack interface on their com= puters by
    > > installing Java - No go. Until Multibit is provided as a compiled= binary
    > > without a Java dependency, it is DOA.
    > > >
    > > >
    > > > On 1 July 2013 02:39, Gary Rowe <g.rowe@froot.co.uk <mailto:
    > > g.rowe@fr= oot.co.uk>> wrote:
    > > >
    > > > =C2=A0 =C2=A0 I've beefed up the supporting documentatio= n for the website to make
    > > it more accessible for developers who wish to contribute. It'= s a Java
    > > application serving HTML.
    > > >
    > > > =C2=A0 =C2=A0 It can be found here: https://github.com/jim618/= multibit-website
    > > >
    > > >
    > > > =C2=A0 =C2=A0 On 30 June 2013 16:19, Jim <jim618@fastmail.co.uk <m= ailto:
    > > jim618= @fastmail.co.uk>> wrote:
    > > >
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 Yeah "email jim' was ne= ver going to work so I have
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 bumped up MultiBit support (a bi= t) by:
    > > >
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 + having a dedicated Support pag= e on the website
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0https://multibit.org/support.h= tml
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0It has fixes and su= pport notes for the most common gotchas.
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 + the in-app help also now has a= 'Support' section with
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0"Troubleshooti= ng' and the commonest gotchas.
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0I've also writt= en more help to cover as much as possible.
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 + Failing that people are direct= ed first to
    > > bitc= oin.stackchange.com <http://bitcoin.stackchange.com>
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0(I have a notificat= ion set up for the 'multibit' keyword.
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 + Then finally users are directe= d to the github issues to search
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0existing or raise a= new issue. Gary and Tim often chip in on
    > > there to
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0close
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0issues down as well= as me.
    > > >
    > > >
    > > >
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 On Sun, Jun 30, 2013, at 12:42 P= M, Mike Hearn wrote:
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > Sounds like we have consens= us, Saivann, shall we do it?
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 >
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > I'm also going to ask T= heymos again to relax the newbie
    > > restrictions
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > for the alt client forums. = It's probably too hard to get
    > > support at
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > the moment and "email = jim" doesn't scale at all.
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 >
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > On Fri, Jun 28, 2013 at 4:2= 4 PM, Gavin Andresen <
    > > gavi= nandresen@gmail.com <mailto:gavinandresen@gmail.com>>
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > wrote:
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > > I vote "yes"= to have MultiBit replace Bitcoin-Qt as the
    > > recommended
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > > desktop wallet app. I = think most users will be happier with
    > > it.
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > >
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > > If I'm wrong, it i= s easy to change back.
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > >
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > >
    > > -----------------------------------------------------------------= -------------
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > > This SF.net email is s= ponsored by Windows:
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > >
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > > Build for Windows Stor= e.
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > >
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > > http://p.sf.net/sfu/windows-dev= 2dev
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > > ______________________= _________________________
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > > Bitcoin-development ma= iling list
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > > Bitcoin-developmen= t@lists.sourceforge.net <mailto:
    > > Bitcoin-development@lists.sourceforge.net>
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > >
    > > https://lists.sourceforge.net/lists/listinfo/= bitcoin-development
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 >
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 >
    > > -----------------------------------------------------------------= -------------
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > This SF.net email is sponso= red by Windows:
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 >
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > Build for Windows Store. > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 >
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > http://p.sf.net/sfu/windows-dev2dev<= /a>
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > ___________________________= ____________________
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 > Bitcoin-development mailing= list
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 >
    Bitcoin-development@lis= ts.sourceforge.net <mailto:
    > > Bitcoin-development@lists.sourceforge.net>
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 >
    > > https://lists.sourceforge.net/lists/listinfo/= bitcoin-development
    > > >
    > > >
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 --
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 https://multibit.org =C2=A0 =C2=A0Money, reinvented<= br> > > >
    > > >
    > > -----------------------------------------------------------------= -------------
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 This SF.net email is sponsored b= y Windows:
    > > >
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 Build for Windows Store.
    > > >
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 http://p.sf.net/sfu/windows-dev2dev > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 ________________________________= _______________
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 Bitcoin-development mailing list=
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 Bitcoin-development@lists.so= urceforge.net <mailto:
    > > Bitcoin-development@lists.sourceforge.net>
    > > > =C2=A0 =C2=A0 =C2=A0 =C2=A0 https://list= s.sourceforge.net/lists/listinfo/bitcoin-development
    > > >
    > > >
    > > >
    > > >
    > > -----------------------------------------------------------------= -------------
    > > > =C2=A0 =C2=A0 This SF.net email is sponsored by Windows:
    > > >
    > > > =C2=A0 =C2=A0 Build for Windows Store.
    > > >
    > > > =C2=A0 =C2=A0 http://p.sf.net/sfu/windows-dev2dev
    > > > =C2=A0 =C2=A0 ______________________________________________= _
    > > > =C2=A0 =C2=A0 Bitcoin-development mailing list
    > > > =C2=A0 =C2=A0 Bitcoin-development@lists.sourceforge.net<= /a> <mailto:
    > >
    Bitcoin-development@lists.sourceforge.net>
    > > > =C2=A0 =C2=A0 https://lists.sourceforge.= net/lists/listinfo/bitcoin-development
    > > >
    > > >
    > > >
    > > >
    > > >
    > > -----------------------------------------------------------------= -------------
    > > > See everything from the browser to the database with AppDyna= mics
    > > > Get end-to-end visibility with application monitoring from A= ppDynamics
    > > > Isolate bottlenecks and diagnose root cause in seconds.
    > > > Start your free trial of AppDynamics Pro today!
    > > >
    > > http://pubads.g.doubleclic= k.net/gampad/clk?id=3D48808831&iu=3D/4140/ostg.clktrk
    > > >
    > > >
    > > >
    > > > _______________________________________________
    > > > Bitcoin-development mailing list
    > > > Bitcoin-development@lists.sourceforge.net
    > > > https://lists.sourceforge.net/lists/list= info/bitcoin-development
    > > >
    > >
    > >
    > >
    > > -----------------------------------------------------------------= -------------
    > > See everything from the browser to the database with AppDynamics<= br> > > Get end-to-end visibility with application monitoring from AppDyn= amics
    > > Isolate bottlenecks and diagnose root cause in seconds.
    > > Start your free trial of AppDynamics Pro today!
    > > http://pubads.g.doubleclic= k.net/gampad/clk?id=3D48808831&iu=3D/4140/ostg.clktrk
    > > _______________________________________________
    > > Bitcoin-development mailing list
    > > Bitcoin-development@lists.sourceforge.net
    > > https://lists.sourceforge.net/lists/listinfo/= bitcoin-development
    > >
    > ----------------------------------------------------------------------= --------
    > See everything from the browser to the database with AppDynamics
    > Get end-to-end visibility with application monitoring from AppDynamics=
    > Isolate bottlenecks and diagnose root cause in seconds.
    > Start your free trial of AppDynamics Pro today!
    > http://pubads.g.doubleclick.net= /gampad/clk?id=3D48808831&iu=3D/4140/ostg.clktrk
    > _______________________________________________
    > Bitcoin-development mailing list
    > Bitcoin-development@lists.sourceforge.net
    > https://lists.sourceforge.net/lists/listinfo/bitco= in-development


    --
    https://multibit.org= =C2=A0 =C2=A0Money, reinvented

    ---------------------------------------------------------------------------= ---
    See everything from the browser to the database with AppDynamics
    Get end-to-end visibility with application monitoring from AppDynamics
    Isolate bottlenecks and diagnose root cause in seconds.
    Start your free trial of AppDynamics Pro today!
    http://pubads.g.doubleclick.net/gam= pad/clk?id=3D48808831&iu=3D/4140/ostg.clktrk
    _______________________________________________
    Bitcoin-development mailing list
    Bitcoin-development@lists.sourceforge.net
    https://lists.sourceforge.net/lists/listinfo/bitcoin-de= velopment


    --047d7b4728b4bf15cb04e112509c--