본문으로 건너뛰기

이메일 #121 - #125

원본 출처: Satoshi - Sirius emails 2009-2011

이메일 #121

Date: Fri, 04 Dec 2009 04:24:41 +0000
From: Satoshi Nakamoto <[email protected]>
Subject: Re: Bitcoin.org
To: [email protected]

영어 원문

[email protected] wrote:
>> What Windows version/browser doesn't font anti-aliasing work on? IE 6
>> on XP anti-aliases, and versions below that have less than 1% market
>> share.
>
> Firefox on XP doesn't, and IE also doesn't produce as good quality as I
> have on Linux. Screenshots from browsershots.org attached.

That's strange, I've seen Firefox 3.5 on XP anti-alias large fonts.
Well anyway, your way is safer.

I changed it back to text for now though so I can keep tweaking the
colours. Drupal puts the <span> tags and junk in the browser title but
that's fine for testing.

I added some instruction text on the homepage below the screenshots.

> Is there no transaction fee then, if you send the same amount in
> multiple small packages?

True. I suppose the dialog could make it worse by giving people a
chance to experiment with breaking it up.

I'm making some changes. The largest free transaction will be 60KB, or
about 27,000bc if made of 50bc inputs. I hope that's high enough that
the transaction fee should rarely ever come up. v0.2 nodes will take
free transactions until the block size is over 200K, with priority given
to smaller transactions.

It's best if you don't talk about this transaction fee stuff in public.
It's there for flood control. We don't want to give anyone any ideas.

> Where should it go btw? Here it went to the receiver along with all the
> other coins. Transaction screenshot attached.

You found an infrequent bug in CreateTransaction. It wrote the
transaction for 10000.20 with a fee of 0.22. If you look at the
transaction on the sender's side, it'll be a debit 10000.42 with
transaction fee 0.22. The bug was that it had to make a rare third pass
on calculating the fee, and incorrectly added the first pass' fee to the
amount being sent. Will fix.

이메일 #122

Date: Sun, 06 Dec 2009 03:21:00 +0000
From: Satoshi Nakamoto <[email protected]>
Subject: Re: Sourceforge tracker
To: [email protected]

영어 원문

I added the sourceforge tracker to bitcoin.sourceforge.net.  The 
complete selection of links is below if you want a different one.

I had it on bitcoin.org for a minute, but took it off. It breaks the
lock in SSL mode with a mixed content warning, "partially encrypted" and
"contains unauthenticated content". Anyway, do we really want
sourceforge tracking everyone? It's more privacy friendly without it.


---
The available logos and the correct HTML to use for the Bitcoin project are:

Logo 1 (Dimensions: 80 x 15; Background: Black)

HTML Code: <a href="http://sourceforge.net/projects/bitcoin"><img
src="http://sflogo.sourceforge.net/sflogo.php?group_id=244765&amp;type=8"
width="80" height="15" alt="Get Bitcoin at SourceForge.net. Fast, secure
and Free Open Source software downloads" /></a>

Logo 2 (Dimensions: 80 x 15; Background: Silver)

HTML Code: <a href="http://sourceforge.net/projects/bitcoin"><img
src="http://sflogo.sourceforge.net/sflogo.php?group_id=244765&amp;type=9"
width="80" height="15" alt="Get Bitcoin at SourceForge.net. Fast, secure
and Free Open Source software downloads" /></a>

Logo 3 (Dimensions: 80 x 15; Background: White)

HTML Code: <a href="http://sourceforge.net/projects/bitcoin"><img
src="http://sflogo.sourceforge.net/sflogo.php?group_id=244765&amp;type=10"
width="80" height="15" alt="Get Bitcoin at SourceForge.net. Fast, secure
and Free Open Source software downloads" /></a>

Logo 4 (Dimensions: 120 x 30; Background: Black)

HTML Code: <a href="http://sourceforge.net/projects/bitcoin"><img
src="http://sflogo.sourceforge.net/sflogo.php?group_id=244765&amp;type=11"
width="120" height="30" alt="Get Bitcoin at SourceForge.net. Fast,
secure and Free Open Source software downloads" /></a>

Logo 5 (Dimensions: 120 x 30; Background: Silver)

HTML Code: <a href="http://sourceforge.net/projects/bitcoin"><img
src="http://sflogo.sourceforge.net/sflogo.php?group_id=244765&amp;type=12"
width="120" height="30" alt="Get Bitcoin at SourceForge.net. Fast,
secure and Free Open Source software downloads" /></a>

Logo 6 (Dimensions: 120 x 30; Background: White)

HTML Code: <a href="http://sourceforge.net/projects/bitcoin"><img
src="http://sflogo.sourceforge.net/sflogo.php?group_id=244765&amp;type=13"
width="120" height="30" alt="Get Bitcoin at SourceForge.net. Fast,
secure and Free Open Source software downloads" /></a>

Logo 7 (Dimensions: 150 x 40; Background: Black)

HTML Code: <a href="http://sourceforge.net/projects/bitcoin"><img
src="http://sflogo.sourceforge.net/sflogo.php?group_id=244765&amp;type=14"
width="150" height="40" alt="Get Bitcoin at SourceForge.net. Fast,
secure and Free Open Source software downloads" /></a>

Logo 8 (Dimensions: 150 x 40; Background: Silver)

HTML Code: <a href="http://sourceforge.net/projects/bitcoin"><img
src="http://sflogo.sourceforge.net/sflogo.php?group_id=244765&amp;type=15"
width="150" height="40" alt="Get Bitcoin at SourceForge.net. Fast,
secure and Free Open Source software downloads" /></a>

Logo 9 (Dimensions: 150 x 40; Background: White)

HTML Code: <a href="http://sourceforge.net/projects/bitcoin"><img
src="http://sflogo.sourceforge.net/sflogo.php?group_id=244765&amp;type=16"
width="150" height="40" alt="Get Bitcoin at SourceForge.net. Fast,
secure and Free Open Source software downloads" /></a>


[email protected] wrote:
> It would be also great if you can get the Sourceforge logo from the SF
> project admin and add it to the site footer.
>
>> The current site layout looks nice and simple. The logo just should be
>> changed. If we want to go live quickly, we can just replace it with the
>> site title and make a better logo later.
>>
>> If we need help with site administration or contacts to professional
>> web graphic artists, we can ask Dave. He does Drupal stuff for work.
>
>
>

이메일 #123

Date: Mon, 07 Dec 2009 13:49:08 +0200
From: [email protected]
To: Satoshi Nakamoto <[email protected]>
Subject: Re: Sourceforge tracker

영어 원문

I made a copy of the logo onto the local server, so we can still use  
it for graphics. It's not disallowed by the SF trademark policy.

> I added the sourceforge tracker to bitcoin.sourceforge.net. The
> complete selection of links is below if you want a different one.
>
> I had it on bitcoin.org for a minute, but took it off. It breaks the
> lock in SSL mode with a mixed content warning, "partially encrypted"
> and "contains unauthenticated content". Anyway, do we really want
> sourceforge tracking everyone? It's more privacy friendly without it.
>
> [email protected] wrote:
>> It would be also great if you can get the Sourceforge logo from the
>> SF project admin and add it to the site footer.
>>
>>> The current site layout looks nice and simple. The logo just should be
>>> changed. If we want to go live quickly, we can just replace it with the
>>> site title and make a better logo later.
>>>
>>> If we need help with site administration or contacts to professional
>>> web graphic artists, we can ask Dave. He does Drupal stuff for work.
>>
>>
>>

이메일 #124

Date: Tue, 08 Dec 2009 05:43:33 +0000
From: Satoshi Nakamoto <[email protected]>
Subject: Drupal site online
To: Martti Malmi <[email protected]>

영어 원문

I went ahead and put the new Drupal site online.  Enough time has passed 
for a safe transition, and the site looks good. There's more work I
should do on the theme, but it's good enough so far. This is a huge
improvement over the old bitcoin.org page.

이메일 #125

Date: Tue, 08 Dec 2009 12:50:20 +0200
From: [email protected]
To: Satoshi Nakamoto <[email protected]>
Subject: Re: Drupal site online

영어 원문

Good job. I redirected bitcoin.sourceforge.net there.

> I went ahead and put the new Drupal site online. Enough time has
> passed for a safe transition, and the site looks good. There's more
> work I should do on the theme, but it's good enough so far. This is a
> huge improvement over the old bitcoin.org page.
링크 복사하기X에 공유페이스북에 공유쓰레드에 공유