121
|
Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency
|
on: July 19, 2013, 01:31:28 AM
|
What happened?
 { "blocks" : 63415, "currentblocksize" : 90506, "currentblocktx" : 1, "errors" : "", "generate" : true, "genproclimit" : 4, "primespersec" : 957, "pooledtx" : 1, "testnet" : false }
PPS dropped by 500% and blocksize went up from 1000 to 90506?
Spam transactions.
|
|
|
130
|
Bitcoin / Development & Technical Discussion / What is stopping pruning from being added to the qt client?
|
on: July 15, 2013, 09:25:33 PM
|
Can't the client just download and parse the entire blockchain removing the unspent outputs as they get spent?
I don't understand why it hasn't already been implemented, I imagine it would be immensely useful for miners who don't want to foot the entire 10GB blockchain, and just want the probably .5GB block header + unspent output that would be the result of the parsing.
|
|
|
135
|
Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency
|
on: July 13, 2013, 10:30:13 PM
|
There are probably an infinite number of primes. Really, how scientifically useful is this endeavor?
There are definitely an infinite number of primes. Given a set of primes, you can easily show that there must be one more prime, and so on. This project is not about finding new primes, because new ones are too big to verify in any sensible time for a block interval. What does "scientifically useful" mean, anyway? Is something useful only because it makes money (ahem) or is the expansion of collective knowledge enough? BTW, if you use encryption such as https, you are using the results of prime number math. And Bitcoin's private key system is based around primes.
|
|
|
138
|
Bitcoin / Bitcoin Discussion / Re: Someone is spamming the blockchain
|
on: July 13, 2013, 06:47:38 PM
|
There is no timestamp in transaction
So what is the thing that makes an identical tx different each time you sign it (I have tested this so I know it to be a fact)? To prevent your private key from being discovered it uses a different number to sign the transaction, there's a whole technical explanation, but basically the private key is multiplied by a different number for each sign.
|
|
|
|