Pages:
Author

Topic: Bitcoin x64 for Windows - page 7. (Read 37390 times)

member
Activity: 182
Merit: 10
July 21, 2010, 03:15:28 PM
#38
Regular old BTC client running on ubuntu (2150-2500 khash/sec) managed to produce a block last night Wink

My 300 khash laptop got lucky and produced one the first day I used Bitcoin.
That's good news.  Thanks  Smiley
member
Activity: 70
Merit: 11
July 21, 2010, 03:09:30 PM
#37
Don't worry, getting BTC now requires supercomputers, clusters and/or botnets  Wink

Counterexamples, with Khash/s noted, welcome  Smiley

Regular old BTC client running on ubuntu (2150-2500 khash/sec) managed to produce a block last night Wink

My 300 khash laptop got lucky and produced one the first day I used Bitcoin.
member
Activity: 116
Merit: 10
July 21, 2010, 03:07:15 PM
#36
Hey, I just made this improvement that will vastly improve your khash/s!

In main.cpp, ~2751, change:
   string strStatus = strprintf("    %.0f khash/s", dHashesPerSec/1000.0);
to:
   string strStatus = strprintf("    %.0f khash/s", dHashesPerSec/300.0);

Then on ~2758, change:
  printf("hashmeter %3d CPUs %6.0f khash/s\n", vnThreadsRunning[3], dHashesPerSec/1000.0);
to:
  printf("hashmeter %3d CPUs %6.0f khash/s\n", vnThreadsRunning[3], dHashesPerSec/300.0);


(DISCLAIMER: THIS IS A JOKE.)
newbie
Activity: 53
Merit: 0
July 21, 2010, 02:50:30 PM
#35
I did the same thing with VC++ 2008: https://bitcointalksearch.org/topic/faster-sha-256-msvc-build-453
As I wrote there, the results were slower than stock.

Haven't yet tried x64 or 2010 because rebuilding the dependencies/setting up is a hassle. Your builds give improvement over stock on my system though.

Curious.

It should be the sha.cpp module that matters. Did you modify the source in any way, or specify any special defines?
sr. member
Activity: 308
Merit: 250
July 21, 2010, 02:17:35 PM
#34
Ichi: I got 2 blocks in a row back when I was running 1200khash.  I'm up to 2500 now, as per the update, so we'll see if I get some more blocks. =)
member
Activity: 182
Merit: 10
July 21, 2010, 02:16:32 PM
#33
Don't worry, getting BTC now requires supercomputers, clusters and/or botnets  Wink

Counterexamples, with Khash/s noted, welcome  Smiley
member
Activity: 111
Merit: 10
July 21, 2010, 01:40:30 PM
#32
Here's a weird question.. has anyone actually generated a block with this faster version?

I have a few machines that used to regularly generate, and since switching to this version -- zip.  I know these things are subject to random variation, and it could be a dry spell, and the difficulty is going up, but... could it be a bug?
sr. member
Activity: 308
Merit: 256
July 21, 2010, 01:24:12 AM
#31
For 32bit clients, this makes a huge speed increase (if your PC supports it)

I was using a little netbook to test with, it could manage about 185 khash/s but his compile does 238 khash/s so over a 28% increase (what I saw in the 64 bit clients), so another thumbs up for this build. (Exe size is smaller too  Wink )
sr. member
Activity: 308
Merit: 256
July 21, 2010, 01:04:00 AM
#30
I think he should really present to this devs to get credit for it and some BC because I'm going to send some to him for raising my khash/s up and beyond the already insane levels that I have.  Grin
sr. member
Activity: 308
Merit: 256
July 21, 2010, 12:52:36 AM
#29
How do we know this is not a scam?  Give us your IP to donate with or something so we can make sure you are reputable.  I am scared to install it, it might steal my bitcoins.

If I were scamming, what incentive would I have to ask for donations knowing that those who used it would have their account emptied anyway. Frankly though, my username is far more of a verification of my authenticity than my IP would ever be Smiley

I can assure you the code is 100% clean.


Sorry to be so skeptical, but there was a victim on this site when someone claimed to have compiled a CUDA client that used the graphics processor to hash.  One guy fell for it and lost some bitcoins.

But yes, if I get a chance I will look at the dlls I suppose before running it.

Or, maybe you can release the project files and we can compile it ourselves?
Point well taken, but the CUDA never materialized, this one actually does what he said it does. So if it is a scam, it sure is taking a lot of effort.  Smiley
legendary
Activity: 1304
Merit: 1014
July 21, 2010, 12:14:34 AM
#28
How do we know this is not a scam?  Give us your IP to donate with or something so we can make sure you are reputable.  I am scared to install it, it might steal my bitcoins.

If I were scamming, what incentive would I have to ask for donations knowing that those who used it would have their account emptied anyway. Frankly though, my username is far more of a verification of my authenticity than my IP would ever be Smiley

I can assure you the code is 100% clean.


Sorry to be so skeptical, but there was a victim on this site when someone claimed to have compiled a CUDA client that used the graphics processor to hash.  One guy fell for it and lost some bitcoins.

But yes, if I get a chance I will look at the dlls I suppose before running it.

Or, maybe you can release the project files and we can compile it ourselves?
sr. member
Activity: 308
Merit: 256
July 20, 2010, 10:59:45 PM
#27
no, that's definitely correct.

there is another possibility however... what processor is in your XP machine? if it doesn't support SSE2, it'll crash.

Tested it a Celeron machine (1.1 GHz)

Good point, I'll see what the others do.
sr. member
Activity: 308
Merit: 256
July 20, 2010, 10:59:09 PM
#26
Testing with the 32bit client, your build 32bit client build crashes sad to say on a stock system (Windows XP) anyway. Going to later test on Vista, 7, etc and report back.
]

do you have the Visual C++ 2010 runtime installed? if not, that's why.
Yes, straight from the download link on the previous page for x86.

I looked through the error log a little, didn't spot anything that stood out.
member
Activity: 70
Merit: 10
July 20, 2010, 10:57:55 PM
#25
no, that's definitely correct.

there is another possibility however... what processor is in your XP machine? if it doesn't support SSE2, it'll crash.
sr. member
Activity: 308
Merit: 256
July 20, 2010, 10:56:45 PM
#24
Does that apply for the x86 one also, since that's what I was using to test the 32bit build he had?

[edit] I just checked, it was good for the 32bit  Roll Eyes
newbie
Activity: 55
Merit: 0
member
Activity: 70
Merit: 10
July 20, 2010, 10:52:40 PM
#22
Testing with the 32bit client, your build 32bit client build crashes sad to say on a stock system (Windows XP) anyway. Going to later test on Vista, 7, etc and report back.
]

do you have the Visual C++ 2010 runtime installed? if not, that's why.
sr. member
Activity: 308
Merit: 256
July 20, 2010, 10:47:05 PM
#21
Testing with the 32bit client, your build 32bit client build crashes sad to say on a stock system (Windows XP) anyway. Going to later test on Vista, 7, etc and report back.
sr. member
Activity: 308
Merit: 256
July 20, 2010, 09:20:48 PM
#20
Nice job, this is just my initial testing, but the 64 bit compile speeds up hashing by over 28% so far over the 32 bit counterpart.

So for example, my 8-core system does (600 khash/s per core =  4800 khash/s) for normally, but now averages 5700 khash/s

I'll certainly be sending some bitcoins your way  Wink
member
Activity: 111
Merit: 10
July 20, 2010, 09:14:07 PM
#19
Win7 64-bit
Intel Xeon 5130 (2.0GHz dual-proc)

I'll send you the first 50.0 it finds. Smiley
Pages:
Jump to: