Bitcoin Forum
May 13, 2024, 03:11:06 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 »
201  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 08, 2013, 06:07:19 PM
I have a very strong academic mathematics background. 'scientific value' is a subjective statement. Most mathematicians would regard anything new or original as advancing mathematics. Do you think patterns in integers have scientific value? Depends on the pattern to an extent and if there are any clear consequences but you'll get varied answers to that question. Some mathematicians and especially scientists such as physicists are snobbish and only regard maths that has a 'real world' application as being useful. It's not clear to me whether this project is finding new prime chain sequences within the known prime numbers or actually trying to determine new, unknown prime numbers using the prime chains as a proof of work. Either way, it has value since it will add new data which will either disprove conjectures or strengthen the likelihood of them being true... plus the analysis of the discovered data could in theory lead to new conjectures (note I know next to nothing about these chains and how much data of them is out there, I'm just writing this reply of the top of my head).

You can also look at this another way. This project could provide a financial incentive for individuals to develop more optimised GPU prime finding algorithms, the theory of which could lead to a greater understanding of prime number distribution e.g. a new sieve or similar construct.

Sunny, can you please clarify whether this project is finding new prime chain sequences within the known prime numbers or actually trying to determine new, unknown prime numbers using the prime chains as a proof of work.

Of course these primes are all 'new'. Finding 'new' primes is not the point, and primes are super-abundant there is no database can store them, it's always trivial to find one not stored in any database.

The point of GIMP is to find the largest known (Mersenne) prime, while the point of primecoin is to find longest chain of reasonable size limit (256 bits to 2000 bits as currently designed). Which one of the two projects is more useful is highly debatable actually. Mersenne has a very long history of study, its infinite existence is not known and they are scarce (only about 50 of them known). While for prime chains, as pointed out by my design paper, these prime chains are connected to the distribution of primes, their infinite existence and distribution is among the top wonders of arithmetic, you know how much mathematician value twin prime conjecture right? At right now I think some mathematicians consider the distribution of these longer chains hopelessly untouchable, and maybe will stay another millenium  Wink  
Why didn't you up the max length to 2048 bits so we can eventually produce primes that could be used to undermine ecdsa? ECDSA uses primes up to size 2^256, right?

2^256 is WAY bigger than 2048. 2048 is 2^11.
wait lol i confused myself up to 2000 bits would result in 2^2000, wouldn't it? So that's larger than ECDSA uses... Right?
202  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 08, 2013, 05:13:13 PM
I have a very strong academic mathematics background. 'scientific value' is a subjective statement. Most mathematicians would regard anything new or original as advancing mathematics. Do you think patterns in integers have scientific value? Depends on the pattern to an extent and if there are any clear consequences but you'll get varied answers to that question. Some mathematicians and especially scientists such as physicists are snobbish and only regard maths that has a 'real world' application as being useful. It's not clear to me whether this project is finding new prime chain sequences within the known prime numbers or actually trying to determine new, unknown prime numbers using the prime chains as a proof of work. Either way, it has value since it will add new data which will either disprove conjectures or strengthen the likelihood of them being true... plus the analysis of the discovered data could in theory lead to new conjectures (note I know next to nothing about these chains and how much data of them is out there, I'm just writing this reply of the top of my head).

You can also look at this another way. This project could provide a financial incentive for individuals to develop more optimised GPU prime finding algorithms, the theory of which could lead to a greater understanding of prime number distribution e.g. a new sieve or similar construct.

Sunny, can you please clarify whether this project is finding new prime chain sequences within the known prime numbers or actually trying to determine new, unknown prime numbers using the prime chains as a proof of work.

Of course these primes are all 'new'. Finding 'new' primes is not the point, and primes are super-abundant there is no database can store them, it's always trivial to find one not stored in any database.

The point of GIMP is to find the largest known (Mersenne) prime, while the point of primecoin is to find longest chain of reasonable size limit (256 bits to 2000 bits as currently designed). Which one of the two projects is more useful is highly debatable actually. Mersenne has a very long history of study, its infinite existence is not known and they are scarce (only about 50 of them known). While for prime chains, as pointed out by my design paper, these prime chains are connected to the distribution of primes, their infinite existence and distribution is among the top wonders of arithmetic, you know how much mathematician value twin prime conjecture right? At right now I think some mathematicians consider the distribution of these longer chains hopelessly untouchable, and maybe will stay another millenium  Wink  
Why didn't you up the max length to 2048 bits so we can eventually produce primes that could be used to undermine ecdsa? ECDSA uses primes up to size 2^256, right?
203  Alternate cryptocurrencies / Altcoin Discussion / Re: We discuss the prospects of an LTC based FPGA. on: July 08, 2013, 04:19:51 PM
Nobody is going to bother with FPGAs this time around.
In the long term, more specialized hardware will always win out if not for hashrate, just for their power efficiency.

If these projects are to become actual currencies ASICs will be the endgame for all of them.
204  Alternate cryptocurrencies / Altcoin Discussion / Re: We discuss the prospects of an LTC based FPGA. on: July 08, 2013, 04:16:01 PM
64-128K per thread doesn't seem that expensive ASICs might very well be possible.
205  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 08, 2013, 04:10:16 PM
"We have to stop ec2 instances"
"We have to stop botnets"

And why, exactly?
muh profit
206  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 08, 2013, 03:47:15 PM
I have 48 cores in one machine mining but 0 primespersec after 20 mins. My other machines are all working fine
Each thread gets it's own sieve, you're probably running into cache issues.
207  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 08, 2013, 03:44:49 PM
Has anybody made a GPU miner yet?
a GPU miner will drive up the difficulty and lower the block reward. We'll be dealing with the same exact shit again. What's the point?

That people aren't mining in secret with them and getting 100 blocks for every 1 block you get with your CPU?

Quote
I thought the block reward was constant.
No, block reward decreases with higher difficulty.
oh lawdy then my C++ skills are worse than I thought.

What file do I even find the block reward in  Huh
208  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 08, 2013, 03:40:55 PM
Has anybody made a GPU miner yet?
a GPU miner will drive up the difficulty and lower the block reward. We'll be dealing with the same exact shit again. What's the point?
I thought the block reward was constant.

The point is that we'd be producing primes!
209  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 08, 2013, 03:32:45 PM
Has anybody made a GPU miner yet?
210  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 07, 2013, 11:47:14 PM
to bash it later after they have dumped
...people don't actually do that, do they?

yep they sure do. some people actually pay others to bash a coin when they have a post on the first page of a popular coin
>mfw I have a post on the first page

Looks like I'm getting a new pair of shoes.
211  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 07, 2013, 11:44:46 PM
to bash it later after they have dumped
...people don't actually do that, do they?
212  Alternate cryptocurrencies / Altcoin Discussion / Re: Slow PrimeCoin mining on Amazon EC2 Instances? on: July 07, 2013, 11:42:33 PM
Perhaps higher clock rate is just better.
213  Alternate cryptocurrencies / Altcoin Discussion / Re: Slow PrimeCoin mining on Amazon EC2 Instances? on: July 07, 2013, 11:22:13 PM
Hello! I got a $0.50/hour high-CPU EC2 instance (XL, which supposedly has 8 cores, all of Intel Xeon E5-2650 style. The max PPS I have seen is 30. It has been running over an hour. My desktop i5-2500k is doing much better. Any ideas? Sad

Read the source of the coin to see why.
214  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANN] PrimeCoin Block Explorer on: July 07, 2013, 09:18:55 PM
Can you extract the prime numbers from the blocks?
215  Alternate cryptocurrencies / Altcoin Discussion / Re: [WTB] Primecoins for BTC on: July 07, 2013, 07:43:41 PM
It takes a little over 53 hours to mature?
216  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 07, 2013, 07:37:36 PM
ill have a block explorer up in 5 mins hopefully, added to the rest of my explorers.

http://www.crypto-expert.com
I like how pretty the main site is, but then the explorers are not as pretty :c

Will you be able to extract the prime numbers from the blocks? Since that is the main interest of this coin.
217  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 07, 2013, 07:22:20 PM
if i restart pc do i need to type setgenerate again?
If you aren't using a .conf file, yes.
218  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 07, 2013, 07:20:54 PM
I was gonna go ahead and post my .conf file, but I checked the folder, and I don't even have one.
219  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 07, 2013, 07:19:55 PM
wallet doesn't open without a .conf file though
Then you must be doing it wrong.

I downloaded the setup file and simply opened the qt client and it worked for me.
220  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency on: July 07, 2013, 07:17:53 PM
I'm having issues!  Why can't somebody just post a .conf file?Huh   Id like to set this to start mining before i leave for work :/       it obviously needs one
Just open the qt client, and open the console and type setgenerate true
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!