Bitcointalk · 64bit support

中本聪,2010 年 1 月 14 日

SN-0070 已核对来源,附原文与上下文。

阅读语言
中文译文

我还没试过编译 64 位。64 位不会更快,因为它只在少数几处用到 64 位数字,而且 SHA-256 是 32 位算法;不过对运行 64 位系统的人来说可能更方便。有时间我会试试 -m64,看看问题出在哪。

安装 ia32-libs 就能在 64 位 Linux 上运行 32 位版本。(sudo apt-get install ia32-libs)如果我们做 Debian 包,它可以自动把这个作为依赖拉进来。

ORIGINAL · 英文原文
I haven't tried compiling 64-bit yet. 64-bit wouldn't make it any faster, since it uses 64-bit numbers in only a few places and SHA-256 is a 32-bit algorithm, but it may be convenient for those running a 64-bit OS. If I get a chance I'll try -m64 and see what the problem is.

You can run the 32-bit version on 64-bit Linux by installing ia32-libs.  (sudo apt-get install ia32-libs)  If we made a Debian package, it could automatically pull that in as a dependency.
来源
Bitcointalk 原始链接 ↗ 记录编号 SN-0070