Can bitcoin be compiled to run on 64 bit systems yet? -m64 seems to break the compile.
(Not trying to nag or anything).
On a side node: I have noticed that the network is about 3x larger than normal now. I see more nodes! 🙂
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.
30,534 total views, 4 views today
https://bitcointalk.org/index.php?topic=18.msg97#msg97