• [bitcoin-list] Bitcoin v0.1 Alpha release notes
    JANUARY 12, 2009 SATOSHI NAKAMOTO SOURCEFORGE MAILING LIST
    Release notes for Bitcoin v0.1 Alpha

    Bitcoin is a new electronic cash system that uses a peer-to-peer
    network to prevent double-spending. It’s completely decentralized
    with no server or central authority.

    You can find screenshots and the download link at:
    http://www.bitcoin.org

    Windows only for now. Open source C++ code is included.

    – Unpack the files into a directory
    – Run BITCOIN.EXE
    – It automatically connects to other nodes

    If you can keep a node running that accepts incoming connections,
    you’ll really be helping the network a lot. Port 8333 on your
    firewall needs to be open to receive incoming connections.

    The software is still alpha and experimental. There’s no guarantee
    the system’s state won’t have to be restarted at some point if it
    becomes necessary, although I’ve done everything I can to build in
    extensibility and versioning.

    You can get coins by getting someone to send you some, or turn on
    Options->Generate Coins to run a node and generate blocks. I made
    the proof-of-work difficulty ridiculously easy to start with, so
    for a little while in the beginning a typical PC will be able to
    generate coins in just a few hours. It’ll get a lot harder when
    competition makes the automatic adjustment drive up the difficulty.
    Generated coins must wait 120 blocks to mature before they can be
    spent.

    There are two ways to send money. If the recipient is online, you
    can enter their IP address and it will connect, get a new public
    key and send the transaction with comments. If the recipient is
    not online, it is possible to send to their Bitcoin address, which
    is a hash of their public key that they give you. They’ll receive
    the transaction the next time they connect and get the block it’s
    in. This method has the disadvantage that no comment information
    is sent, and a bit of privacy may be lost if the address is used
    multiple times, but it is a useful alternative if both users can’t
    be online at the same time or the recipient can’t receive incoming
    connections.

    Total circulation will be 21,000,000 coins. It’ll be distributed
    to network nodes when they make blocks, with the amount cut in half
    every 4 years.

    first 4 years: 10,500,000 coins
    next 4 years: 5,250,000 coins
    next 4 years: 2,625,000 coins
    next 4 years: 1,312,500 coins
    etc…

    When that runs out, the system can support transaction fees if
    needed. It’s based on open market competition, and there will
    probably always be nodes willing to process transactions for free.

    Satoshi Nakamoto
    Bitcoin - Open source P2P money
    Bitcoin is an innovative payment network and a new kind of money. Find all you need to know and get started with Bitcoin on bitcoin.org.
    WWW.BITCOIN.ORG
    0 1 评论 0 股票
    请登录喜欢,分享和评论!
  • [比特币列表]比特币 v0.1 阿尔法发行笔记
    2009年1月12日 中本聪来源伪造邮件列表
    比特币 v0.1 阿尔法的发行说明

    比特币是一种新的电子现金系统,它使用点对点
    网络来防止双重消费。它完全分散
    ,没有服务器或中央权力。

    您可以在:http://www.bitcoin.org
    找到截图和下载链接

    仅限现在的窗口。包括开源C++代码。

    • 将文件拆入目录
    • 运行比特币。EXE
    - 它自动连接到其他节点

    如果你能保持一个节点运行,接受传入的连接,
    你真的会帮助网络很多。防火墙上的
    8333 端口需要打开才能接收传入的连接。

    该软件仍然是阿尔法和实验。不能保证
    系统状态在必要时不必在某个时候
    重新启动,尽管我已经尽了一切可能在扩展性和版本化方面
    进行构建。

    你可以通过找人给你寄一些硬币,或者打开
    期权>生成硬币来运行一个节点并生成块。我使
    工作证明的困难很容易开始,所以
    在一小会儿,在开始一个典型的PC将能够在短短几个小时内
    产生硬币。当竞争使自动调整提高难度时
    , 情况会更加困难。
    生成的硬币必须等待 120 块才能成熟才能
    使用。

    汇款有两种方式。如果收件人是在线的
    ,您可以输入他们的 IP 地址,它将连接、获取新的
    公共密钥并发送带有注释的交易。如果收件人
    不在线,可以发送到他们的比特币地址,这是他们
    给你的公共密钥的哈希。下次连接并
    获取其所位于的块
    时,他们将收到该交易。此方法的缺点是不会发送评论信息
    ,如果多次使用
    地址,可能会丢失一些隐私,但如果两个用户
    不能同时在线或收件人无法接收传入
    的连接,则这是一个有用的替代方案。

    总发行量为21,000,000枚硬币。当网络节点制作
    块时,它将被分发到网络节点,每 4
    年将数量减少一半。

    前4年:未来4年10,500,000
    枚硬币:未来4年5,250,000枚
    硬币:未来4年2,625,000枚硬币
    :1,312,500枚硬币
    等。

    当用完时,系统可以根据
    需要支持交易费用。它基于公开的市场竞争,
    可能总会有节点愿意免费处理交易。

    中本佐治
    0 0 评论 0 股票
    请登录喜欢,分享和评论!
  • [比特币列表]比特币 v0.1.2 现已可用
    2009年1月11日 中本聪来源伪造邮件列表
    比特币 v0.1.2 现已可供下载。

    有关下载链接,请参阅 http://www.bitcoin.org。

    我一直在发现的所有问题都在
    自动查找和连接到其他节点的代码中,因为直到现在我还不能
    在野外测试它。有更多的方式
    ,连接得到搞砸了真正的互联网。

    错误已修复:
    - 修复了各种问题,使新节点很难
    看到其他节点连接。
    • 如果您在防火墙后面,它只能接收一个连接,
    而第二个连接将不断断开
    并重新连接。

    这些问题有点搞砸了网络,随着更多的用户到达,情况
    会越来越糟,所以请务必升级。

    中本佐治
    0 0 评论 0 股票
    请登录喜欢,分享和评论!
  • 重新: [比特币列表] 比特币 v0.1.5 发布
    2009年3月4日中本聪来源伪造邮件列表
    哈尔·芬尼写道
    : 听起来不错>。我也希望能够在多台机器上运行多个硬币/块
    >发电机,所有这些都隐藏在一个 NAT 地址后面。我
    >还没有尝试过, 所以我不知道它是否适用于当前
    的>软件。

    当前版本将正常工作。它们将通过
    互联网进行连接,而传入的连接仅到达
    端口 8333 路由到的主机。

    作为优化,我会进行"-连接+1.2.3.4"的切换,使其
    仅连接到特定地址。您可以使额外的
    节点连接到您的主,并且只有主节点通过
    互联网连接。现在这并不重要, 因为网络
    必须变得巨大, 才能使带宽变得
    微不足道。

    > Btw, 我不记得我们是否谈过这件事, 但前几天一些
    >提到安全的时间戳。您希望能够
    >证明某个文档在过去某个时间存在。
    在我看来,>比特币的一叠方块是完美的。

    事实上,比特币是一个分布式的安全时间戳服务器
    的交易。几行代码可以创建一个交易,其中
    有一个额外的哈希,任何需要打上时间戳。
    我应该用这种方式在文件上添加一个命令。

    > 稍后,我想添加界面,使> > >从任何服务器侧语言集成
    到网站变得非常容易。>>对了,我想看到更多的图书馆界
    面,可以>从编程或脚本语言调用,在客户端方面
    ,>很好。


    完全。

    中本佐治

    http://www.bitcoin.org
    Bitcoin - Open source P2P money
    Bitcoin is an innovative payment network and a new kind of money. Find all you need to know and get started with Bitcoin on bitcoin.org.
    WWW.BITCOIN.ORG
    0 0 评论 0 股票
    请登录喜欢,分享和评论!
  • 比特币 0.2 发布!
    2009年12月16日 中本比特币谈话
    比特币版本 0.2 在这里!

    下载链接


    http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.2.0-win32-setup.exe/download http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.2.0-win32.zip/download http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.2.0-linux.tar.gz/download

    新功能

    Martti
    Malmi • 最小化
    到系统托盘选项 • 启动选项上的自动启动选项, 以便
    您可以在后台自动保持运行 •
    面向未来扩展的新选项
    对话布局 • Windows + Linux
    版本的设置程序
    (在 Ubuntu 上
    测试) 中本佐藤希
    • 硬币生成的多处理器支持 • 用于 TOR 的多处理器支持 修复了初始块下载中的一些减速

    主要感谢马蒂马尔米(sirius-m)的所有编码工作和主办新网站和这个论坛,和新自由标准,他帮助测试Linux版本。
    0 0 评论 0 股票
    请登录喜欢,分享和评论!
  • [bitcoin-list] Bitcoin 0.3.19 is released
    DECEMBER 13, 2010 SATOSHI NAKAMOTO SOURCEFORGE MAILING LIST
    This is a minor release to add some DoS protection.

    Changes:
    – Added some DoS limits, though it’s still far from DoS resistant.
    – Removed “safe mode” alerts.

    http://www.bitcoin.org/smf/index.php?topic=2228.0

    Download:
    http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.3.19/
    0 0 评论 0 股票
    请登录喜欢,分享和评论!
  • bitcoin-talk: http://satoshinakamoto.me/source/bitcoin-talk/
    p2p-foundation: http://satoshinakamoto.me/source/p2p-foundation/
    sourceforge-mail-list/:
    http://satoshinakamoto.me/source/sourceforge-mail-list/
    cryptography-mail-list/:
    http://satoshinakamoto.me/source/cryptography-mail-list/
    Bitcoin Talk – Satoshi Nakamoto
    Bitcoin is an innovative payment network and a new kind of money created by Satoshi Nakamoto. His legacy is preserved on SatoshiNakamoto.me
    SATOSHINAKAMOTO.ME
    0 0 评论 0 股票
    请登录喜欢,分享和评论!
  • a great job !
    0 0 评论 0 股票
    请登录喜欢,分享和评论!
  • Bitcoin: A Peer-to-Peer Electronic Cash System
    bitcoin.pdf (satoshinakamoto.me)  
    0 0 评论 0 股票
    请登录喜欢,分享和评论!
  • Satoshi Nakamoto
    https://nakamoto.com/satoshi-nakamoto/   DEC 29, 2019  7 MIN READ  HASEEB QURESHI We don't know who Satoshi Nakamoto was. We don't know if Satoshi was male or female—we refer to him as male because that's what his P2P Foundation profile claimed. We don't know if Satoshi was a single person or a group of people. We don't know where Satoshi...
    0 0 评论 0 股票
    请登录喜欢,分享和评论!
Google Analytics