Pages:
Author

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

member
Activity: 73
Merit: 10
a lot more harder
Is English not your native language, oxfeeefeee?

The question is sincere and not intended to harass you if you have learned English as a second / nth language.

Thank you, it's corrected.
hero member
Activity: 516
Merit: 500
CAT.EX Exchange
need a little input from sonny also you guys would you like to see me add this coin to
http://lotto.coinworld.us    HuhHuh

It's usually easier to get poeple's  help if you can get their name right.
sr. member
Activity: 434
Merit: 250


If you know something about Big Number calculation and the nature of GPUs, you know it's a lot more harder for the GPU to do prime test than to do hashing.
GPUs don't like branching and memory access is also limited.

Yeah, right.

Thats as true as no asics for scrypt. Smiley))))
sr. member
Activity: 476
Merit: 250
a lot more harder
Is English not your native language, oxfeeefeee?

The question is sincere and not intended to harass you if you have learned English as a second / nth language.
member
Activity: 73
Merit: 10
I don't think CPU mining hit limit.  When more pools are available, more people may join mining.  It's hard to estimate how much more mining power one can benefit from GPU, maybe less than 10, or maybe more than 100.  The algorithm can be improved too, although we may need some serious mathematicians to take a look...

Block time seems to be roughly around or above 1 minute now.

Are all the botnets priming away? Or  is that why the block times are so normal?

EDIT: nvm seems it was only for a few blocks.

It's not just for a few blocks.  The difficulty is decreasing.  Seems we are stable around 9.24, for now.
That would explain the difficulty decreasing by .001 over the last 3 hours.

Now that CPU mining has hit it's limit, what will GPU mining bring?

If you know something about Big Number calculation and the nature of GPUs, you know it's a lot harder for the GPU to do prime test than to do hashing.
GPUs don't like branching and memory access is also limited.
newbie
Activity: 54
Merit: 0
I don't think CPU mining hit limit.  When more pools are available, more people may join mining.  It's hard to estimate how much more mining power one can benefit from GPU, maybe less than 10, or maybe more than 100.  The algorithm can be improved too, although we may need some serious mathematicians to take a look...

Block time seems to be roughly around or above 1 minute now.

Are all the botnets priming away? Or  is that why the block times are so normal?

EDIT: nvm seems it was only for a few blocks.

It's not just for a few blocks.  The difficulty is decreasing.  Seems we are stable around 9.24, for now.
That would explain the difficulty decreasing by .001 over the last 3 hours.

Now that CPU mining has hit it's limit, what will GPU mining bring?
hero member
Activity: 532
Merit: 500
need a little input from sonny also you guys would you like to see me add this coin to
http://lotto.coinworld.us    HuhHuh
sr. member
Activity: 287
Merit: 250
Block time seems to be roughly around or above 1 minute now.

Are all the botnets priming away? Or  is that why the block times are so normal?

EDIT: nvm seems it was only for a few blocks.

It's not just for a few blocks.  The difficulty is decreasing.  Seems we are stable around 9.24, for now.
That would explain the difficulty decreasing by .001 over the last 3 hours.

Now that CPU mining has hit it's limit, what will GPU mining bring?
newbie
Activity: 54
Merit: 0
Block time seems to be roughly around or above 1 minute now.

Are all the botnets priming away? Or  is that why the block times are so normal?

EDIT: nvm seems it was only for a few blocks.

It's not just for a few blocks.  The difficulty is decreasing.  Seems we are stable around 9.24, for now.
sr. member
Activity: 378
Merit: 255
Block time seems to be roughly around or above 1 minute now.

Are all the botnets priming away? Or  is that why the block times are so normal?

EDIT: nvm seems it was only for a few blocks.

One of the big players was probably updating their primecoind.
sr. member
Activity: 287
Merit: 250
Block time seems to be roughly around or above 1 minute now.

Are all the botnets priming away? Or  is that why the block times are so normal?

EDIT: nvm seems it was only for a few blocks.
full member
Activity: 213
Merit: 100
I have not tested anything, nor do I pretend to really understand all the number theory stuff, but @primedigger mentioned in his GPU development post here: https://bitcointalksearch.org/topic/xpm-cuda-enabled-qt-client-miner-for-primecoins-source-code-inside-wip-258982 that he switched to the sieve of Atkin. Is there reason to believe that would work? Reading the wiki (http://en.wikipedia.org/wiki/Sieve_of_Atkin) it seems to me that it should be faster. Alternatively, these other sieves like GPY.
hero member
Activity: 756
Merit: 501
That's what the wired article i posted is about.  Cheesy
legendary
Activity: 938
Merit: 1000
chaos is fun...…damental :)
Secondly, you could use Mills' constant to find primes... if you knew Mills' constant to arbitrary precision... but nobody does, since the only way to calculate Mills' constant is by finding a bunch of primes. =)


Quote
Caldwell & Cheng (2005) used this method to compute almost seven thousand base 10 digits of Mills' constant under the assumption that the Riemann hypothesis is true. There is no closed-form formula known for Mills' constant, and it is not even known whether this number is rational (Finch 2003).

also did not some average mathematician put some paper that the max distance from prime number to prime numbers is less that 70 millions
hero member
Activity: 756
Merit: 501
SunnyKing or anyone else with a good grasp on how primecoin mining works, do you think the GPY sieve described in this article http://www.wired.com/wiredscience/2013/05/twin-primes/all/ and this http://arxiv.org/abs/math/0508185 paper could be useful i.e. faster than the sieve of Eratosthenes?

From the wired article:
Quote
The Sieve of Eratosthenes works perfectly to identify primes, but it is too cumbersome and inefficient to be used to answer theoretical questions. Over the past century, number theorists have developed a collection of methods that provide useful approximate answers to such questions.

“The Sieve of Eratosthenes does too good a job,” Goldston said. “Modern sieve methods give up on trying to sieve perfectly.”

GPY developed a sieve that filters out lists of numbers that are plausible candidates for having prime pairs in them. To get from there to actual prime pairs, the researchers combined their sieving tool with a function whose effectiveness is based on a parameter called the level of distribution that measures how quickly the prime numbers start to display certain regularities.

The level of distribution is known to be at least ½. This is exactly the right value to prove the GPY result, but it falls just short of proving that there are always pairs of primes with a bounded gap.
Since we don't try to prove that there is an infinite number of primechains, it should work, right? Discussed here too https://bitcointalk.org
newbie
Activity: 10
Merit: 0
https://en.wikipedia.org/wiki/Mills%27_constant
can one use Mills' constant to mine primes ?

Firstly, primecoin is based on Cunningham chains, not single primes (as someone already said).

Secondly, you could use Mills' constant to find primes... if you knew Mills' constant to arbitrary precision... but nobody does, since the only way to calculate Mills' constant is by finding a bunch of primes. =)
member
Activity: 70
Merit: 10
https://en.wikipedia.org/wiki/Mills%27_constant
can one use Mills' constant to mine primes ?

I don't believe so. Primecoin is specifically looking for Cunningham Chains (of the first and second kind and bitwin). Mills' constant could be used to find primes, but it won't help to find primes that form Cunningham Chains of sufficient length to satisfy the proof of work for Primecoin blocks.
legendary
Activity: 938
Merit: 1000
chaos is fun...…damental :)
hero member
Activity: 546
Merit: 500
Right click desktop, New -> Shortcut

C:\Windows\System32\cmd.exe /c start "runlow" /low C:\primecoin-0.1.1-hp5-winx64\primecoin-qt.exe -gen -setgenerate true -1 -sievesize=4000000

 Cheesy

(Sievesize = 1000000 is used by default if you don't specify)
hero member
Activity: 868
Merit: 500
CryptoTalk.Org - Get Paid for every Post!
I've gotten this error occasionally while mining today, on both Linux and Windows. I'm using mikaelh's hp6 lately, so I don't know if the issue is unique to it.

Code:
checkqueue.h:171: CCheckQueueControl::CCheckQueueControl(CCheckQueue*) [with T = CScriptCheck]: Assertion `pqueue->nTotal == pqueue->nIdle' failed.

I also have been getting this error every now and then. It happens about once a day or so, not at a specific time, though.
I just threw together a script to see if primecoind was running, and if not, email me and restart the process.

Can you show me how to make a .bat file that starts "setgenerate true -1" once the client is launched/restarted?

That's the only part I haven't figured out how to do yet.

Just add gen=1 to your config file.

+1

Thanks! Smiley
Pages:
Jump to: