Author

Topic: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency - page 150. (Read 688812 times)

sr. member
Activity: 287
Merit: 250
Somebody probably made a GPU miner.
member
Activity: 70
Merit: 10
Block spacing is back under ~20 seconds... and difficulty is creeping towards 7.5...
sr. member
Activity: 280
Merit: 250
I create a new tencent qq group 255519396 for XPM trade.

Anyone can join qq group for trade XPM/RMB BTC LTC.

腾讯QQ XPM交易群,群号  255519396 ,欢迎交流。
hero member
Activity: 812
Merit: 1000
Interesting, yet pps are supposed to mena nothing...or not?

Sunny King you clever bastard, got us all like this:  Huh
sr. member
Activity: 287
Merit: 250
Anytime I use more than one thread my pps goes down.
newbie
Activity: 41
Merit: 0
So does anyone know how many coins are going to be mined total? Is it in the tens of millions or hundreds?
Your answer is in the whitepaper; you should give it a read.
full member
Activity: 245
Merit: 104
So does anyone know how many coins are going to be mined total? Is it in the tens of millions or hundreds?
member
Activity: 70
Merit: 10
Found a CUDA implementation of the sieve here, too: http://www.mersenneforum.org/showthread.php?t=11900

Oh snap, things be going crazy.
Too bad the sieve is only half the problem.

If you can implement the primality tests, then we're talking.

Why not use the existing primecoind primality tests?
This means the CPU is utilized for hashing the origin block and establishing the sieve for the GPU to execute with the results passed back to the CPU for the less intensive primality test. By using the same primality test you are also ensuring that the network nodes will confirm your block.
sr. member
Activity: 401
Merit: 250
HAs anyone successfully built on MS Visual Studio?

I gave up with VS 2010 and installed Xubuntu to do my recompiling

I just succeed to compile with mingw. I used this thread for instructions: https://bitcointalksearch.org/topic/building-headless-bitcoin-and-bitcoin-qt-on-windows-149479

Thanks for pointing this out. For anyone wanting to compile on windows, here you go. Most complete guide you're going to find. I was having trouble getting boost installed previously. This thread got me pointed in the right direction. Stock (unmodified) primecoind is compiling happily now on Win7 x64.

Thanks man, I'm gonna have to learn some Visual Studio, and how to compile Smiley

Good luck. Also note, at the end of the linked thread, some kind soul has put together a bunch of batch files that should get your build environment all set up. I'm giving it a try that way now after struggling through the manual installs and running into a few roadblocks along the way.
hero member
Activity: 812
Merit: 1000
HAs anyone successfully built on MS Visual Studio?

I gave up with VS 2010 and installed Xubuntu to do my recompiling

I just succeed to compile with mingw. I used this thread for instructions: https://bitcointalksearch.org/topic/building-headless-bitcoin-and-bitcoin-qt-on-windows-149479

Thanks for pointing this out. For anyone wanting to compile on windows, here you go. Most complete guide you're going to find. I was having trouble getting boost installed previously. This thread got me pointed in the right direction. Stock (unmodified) primecoind is compiling happily now on Win7 x64.

Thanks man, I'm gonna have to learn some Visual Studio, and how to compile Smiley
sr. member
Activity: 401
Merit: 250
HAs anyone successfully built on MS Visual Studio?

I gave up with VS 2010 and installed Xubuntu to do my recompiling

I just succeed to compile with mingw. I used this thread for instructions: https://bitcointalksearch.org/topic/building-headless-bitcoin-and-bitcoin-qt-on-windows-149479

Thanks for pointing this out. For anyone wanting to compile on windows, here you go. Most complete guide you're going to find. I was having trouble getting boost installed previously. This thread got me pointed in the right direction. Stock (unmodified) primecoind is compiling happily now on Win7 x64.
legendary
Activity: 2590
Merit: 2156
Welcome to the SaltySpitoon, how Tough are ya?
The primespersec measure is for fun only, it does not necessarily reflect true mining performance. The only accurate measure is block rate, that is, given a fixed difficulty how fast can you generate blocks. To measure this one can use a lower difficulty than the network difficulty.

bump

Yeah I just found that, thanks.
sr. member
Activity: 363
Merit: 250
The primespersec measure is for fun only, it does not necessarily reflect true mining performance. The only accurate measure is block rate, that is, given a fixed difficulty how fast can you generate blocks. To measure this one can use a lower difficulty than the network difficulty.

bump
sr. member
Activity: 336
Merit: 250
I've hit a few blocks so far, but when I use the getprimespersec command, it shows up as like 3-5 primes per sec. Pretty sure this is wrong, seeing as I'm using an 8350. That and that I've hit a fair number of blocks in the last few hours. Anyone else having issues like that?

That isn't happening for me, but I am also on an i7 3770.  What it does suggest is that getprimespersec really isn't related to how fast you're solving blocks. If you've hit a fair number of blocks in the last few hours with 3-5 primes per sec and my i7 hasn't hit a block in 4 hours with an average of 220 primes per sec, something is amiss, or you're just very lucky.
legendary
Activity: 2590
Merit: 2156
Welcome to the SaltySpitoon, how Tough are ya?
I've hit a few blocks so far, but when I use the getprimespersec command, it shows up as like 3-5 primes per sec. Pretty sure this is wrong, seeing as I'm using an 8350. That and that I've hit a fair number of blocks in the last few hours. Anyone else having issues like that?
hero member
Activity: 812
Merit: 1000
This coin is mind boggling...I'd be surprised if you guys come up with an optimized cuda miner that outperforms radeons Cheesy (if they can even mine this thing at all further down the road)
hero member
Activity: 1036
Merit: 524
i7 ...

Yeah i7 as well, I've gotten 3 in the last 24 hours. About 160 Primes per second
sr. member
Activity: 363
Merit: 250
newbie
Activity: 55
Merit: 0
Seeing this:
http://i.imgur.com/occkCI0.png

Bugs me a bit. Can someone fix this?

I second this.  Change this ASAP.  This is something you will take a LOT of flak for, very quickly if you don't get on it.

Change lines 82 and 85 in /src/qt/forms/optionsdialog.ui and then recompile. 

...assuming you know how to recompile

Or better yet, issue a pull request.
legendary
Activity: 1484
Merit: 1005
Found a CUDA implementation of the sieve here, too: http://www.mersenneforum.org/showthread.php?t=11900

Oh snap, things be going crazy.
Too bad the sieve is only half the problem.

If you can implement the primality tests, then we're talking.

I'm not sure if this will be of help, but http://www.gpgpgpu.com/gecco2009/6.pdf
Jump to: