Bitcoin Forum
April 20, 2024, 01:59:17 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: 64-BIT M$ Version?  (Read 1683 times)
crash893 (OP)
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
February 22, 2011, 10:43:26 PM
 #1

Any idea when a release version of
Bitcoin will come out in a 64-bit version?

thanks
1713578357
Hero Member
*
Offline Offline

Posts: 1713578357

View Profile Personal Message (Offline)

Ignore
1713578357
Reply with quote  #2

1713578357
Report to moderator
1713578357
Hero Member
*
Offline Offline

Posts: 1713578357

View Profile Personal Message (Offline)

Ignore
1713578357
Reply with quote  #2

1713578357
Report to moderator
1713578357
Hero Member
*
Offline Offline

Posts: 1713578357

View Profile Personal Message (Offline)

Ignore
1713578357
Reply with quote  #2

1713578357
Report to moderator
I HATE TABLES I HATE TABLES I HA(╯°□°)╯︵ ┻━┻ TABLES I HATE TABLES I HATE TABLES
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
SmokeTooMuch
Legendary
*
Offline Offline

Activity: 860
Merit: 1021


View Profile
February 22, 2011, 10:54:35 PM
 #2

There already are some 64-bit windows builds of bitcoin.
use the board search machine.
(afaik there isn't a 64-bit build of 0.3.20, but lower versions)

Date Registered: 2009-12-10 | I'm using GPG, pm me for my public key. | Bitcoin on Reddit: https://www.reddit.com/r/btc
BitterTea
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
February 22, 2011, 10:56:07 PM
 #3

Is there a reason you want to run a version compiled for 64 bit? The normal client works fine on 64 bit Windows 7.
SmokeTooMuch
Legendary
*
Offline Offline

Activity: 860
Merit: 1021


View Profile
February 22, 2011, 11:12:56 PM
 #4

Just one example of the various custom 64-bit builds (all unofficial, just so you know)
->https://www.bitcoin.org/smf/index.php?topic=866.msg10330#msg10330

Date Registered: 2009-12-10 | I'm using GPG, pm me for my public key. | Bitcoin on Reddit: https://www.reddit.com/r/btc
jgarzik
Legendary
*
qt
Offline Offline

Activity: 1596
Merit: 1091


View Profile
February 22, 2011, 11:43:41 PM
 #5

Any idea when a release version of
Bitcoin will come out in a 64-bit version?

There is no reason why Windows users need a 64-bit version, really.  Bitcoin does not need the address space, nor does it need to be uber-optimized.

The 64-bit version would benefit you for CPU mining... but if you are CPU mining, you will get better performance from ufasoft's CPU miner or my cpuminer.


Jeff Garzik, Bloq CEO, former bitcoin core dev team; opinions are my own.
Visit bloq.com / metronome.io
Donations / tip jar: 1BrufViLKnSWtuWGkryPsKsxonV2NQ7Tcj
crash893 (OP)
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
February 23, 2011, 03:31:28 AM
 #6

Is there a reason you want to run a version compiled for 64 bit? The normal client works fine on 64 bit Windows 7.


because i have the 64 bit os. My hope is that if its .net (which i think it is) that it would reduce some of the burden on the os displaying and doing work on the framework even if the hash algorithm isn't optimized for 64bits yet.4 b

in anycase 64bit is the way of the future might as well start programing for it now. I have seen several reports that windows 8 will have a build for 128bit architecture
BitterTea
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
February 23, 2011, 03:35:41 AM
 #7

The main Bitcoin client is actually written in C++. Other than generation (which is next to useless on the CPU anyway) and importing/scanning the block chain, nothing about the client should take up a whole lot of processor time. Until there's a full client port to another language, I don't think we'll see a 64 bit build (but I'm willing to be proved wrong Smiley).
jgarzik
Legendary
*
qt
Offline Offline

Activity: 1596
Merit: 1091


View Profile
February 23, 2011, 04:19:51 AM
 #8

It is naive to simply think "64 bits is better."

64-bit code uses more memory for data -- pointers and long integers are twice the size of 32-bit code.   64-bit code instructions tend to be larger as well (though this is mitigated on x86-64, as x86/CISC is essentially a compressed instruction set and x86-64 adds many more general purpose registers).

This is why many non-x86 platforms ship 32-bit userland with 64-bit kernel.  Code and data are more compact on 32-bit, which is far more cache-efficient.

Thus, on the same machine, 32-bit code might actually use fewer CPU cycles than 64-bit code.


Jeff Garzik, Bloq CEO, former bitcoin core dev team; opinions are my own.
Visit bloq.com / metronome.io
Donations / tip jar: 1BrufViLKnSWtuWGkryPsKsxonV2NQ7Tcj
crash893 (OP)
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
February 23, 2011, 01:29:42 PM
 #9

why not go back to 16-bit programs then?  they are still backwards comparable.

Memory is not that big a deal when new desktops come with 6-8gigs from the factory.

I also see that someone compiled a 64bit version with a different (64bit optimized hash algorithm)


I think we can all agree that an official 64bit option is on the way its just a matter of when
theymos
Administrator
Legendary
*
Offline Offline

Activity: 5180
Merit: 12873


View Profile
February 23, 2011, 08:58:15 PM
 #10

why not go back to 16-bit programs then?  they are still backwards comparable.

64-bit versions of Windows don't have support for 16-bit programs. And the limitations for 16-bit programs are significant, whereas the limitations for 32-bit programs are usually not significant.

1NXYoJ5xU91Jp83XfVMHwwTUyZFK64BoAD
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!