Bitcoin Forum
June 17, 2024, 10:16:05 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 [143] 144 145 146 147 148 149 150 151 »
2841  Bitcoin / Development & Technical Discussion / Re: Is blockexplorer's total bitcoins in existance accurate? on: September 24, 2011, 08:21:21 PM
It's the upper limit. If you remove coins that have been obviously destroyed in that way, the number would be 200.01000001 less than the upper limit (at the moment).
Okay, thanks. How did you obtain that number: ran a script over the blockchain? ABE?
2842  Other / Off-topic / Re: Last post to this thread wins 1btc! (no deposit necessary) *UPDATE* 6 HOURS! on: September 24, 2011, 08:17:57 PM
I live a couple light-minutes away, so it will after this post is completed.

Cool, I can't wait to see it...    Grin
Quantum entanglement has interfered and shifted it 15 nanoradians. So we now need to wait a couple hours for it to get a gravity assist from the sun.
2843  Other / Off-topic / Re: Last post to this thread wins 1btc! (no deposit necessary) *UPDATE* 6 HOURS! on: September 24, 2011, 07:43:28 PM
Yeah, I just sent a cosmic ray over to close this thread.

Did it work?
I live a couple light-minutes away, so it will after this post is completed.
2844  Bitcoin / Development & Technical Discussion / Is blockexplorer's total bitcoins in existance accurate? on: September 24, 2011, 07:42:52 PM
The reason I ask is that it is a nice round number, but there are at least 20 nanobitcoin which have been literally "destroyed", or removed from existance forever. http://blockexplorer.com/block/0000000000004c78956f8643262f3622acf22486b120421f893c0553702ba7b5 gives an example of this. So unless an entire 0.99999998 have also been destroyed (which is unlikely), am I correct in assuming that this number is an upper limit to the amount of bitcoins in existance and not an exact amount?
2845  Other / Off-topic / Re: Last post to this thread wins 1btc! (no deposit necessary) *UPDATE* 6 HOURS! on: September 24, 2011, 07:29:53 PM
OK, closed.
Yeah, I just sent a cosmic ray over to close this thread.
2846  Bitcoin / Bitcoin Discussion / Re: Bitcoin version 0.4 released on: September 24, 2011, 07:24:27 PM
Previous versions of bitcoin are unable to read encrypted wallets,
and will crash on startup if the wallet is encrypted.
Is it a notification or a real crash?

A real crash.

In a perfect world, Bitcoin version 0.1 would have included code that looked for a "Bitcoin version X or later required to read this wallet.dat file" setting, and notify the user and exit cleanly if X is greater than the version you're running.

We don't live in a perfect world.

So the second-best solution was to have version 0.4 and later do the "Bitcoin version X or later required to read this wallet.dat file" thing.  And write a value into the wallet that causes previous versions of bitcoin to crash on startup.

If previous versions didn't crash when given an encrypted wallet, they'd just ignore the encrypted keys, generate a bunch of new, unencrypted keys, and give people heart attacks when they ran the old version of bitcoin and told them they had a 0 bitcoin balance.

Hmm, how many files does bitcoin read? I might be able to help sanitize the input - display "invalid file: dsdsd, bitcoin will now exit" etc, like how "can't read blkindex.dat" works for the rest of the files that crash bitcoin. I would get a heart attack if any financial software crashed due to a cosmic ray.
2847  Alternate cryptocurrencies / Altcoin Discussion / Re: SolidCoin v2.0 features new hashing algorithm, faster on CPUs on: September 24, 2011, 07:02:12 PM
... SC version 2.0 SlowCoin for the masses
Every cryptographic currency should be made for the masses or in the current conditions it has no chance to succeed. CPU or GPU mining is much more important than people might think. Verifying the proof of work is just like voting/accepting its validity. What kind of voting system do we want to have in place? Vote = decision maker/CPU or vote = worker(slave)/GPU? Do we want to live in a society where 1 person = 1 vote or do we want our voting power to depend on how many workers/slaves do we have?
Irrelevant : if a chain prefers CPUs, people with faster/more CPU cores will have more voting power.

In fact I would probably be one of the most favored people as I own or rent several servers with beefy CPUs (currently they total ~80-100MH/s as electrical costs are fixed for those so it doesn't cost me anything more when they mine).

Tying voting power to any computation can't be fair : it's more or less a "vote with your wallet" system (not democracy by far, but maybe better than chaos).
Are conjoined twins one or two people? Tying votes to brains or bodies isn't fair either, but we still do it. People under 18 are even forbidden to vote where I live, so it isn't even fair representation.
2848  Other / Off-topic / Re: Last post to this thread wins 1btc! (no deposit necessary) *UPDATE* 6 HOURS! on: September 24, 2011, 06:54:47 PM
I'm in, if I also get your share and everyone else's.
:|

Anyways, CosicMiner: 0.25, NeonLict: 0.25, MelMan: 0.25, me: 0.25, okay? Just delete all your posts so I can win.
2849  Other / Off-topic / Re: Last post to this thread wins 1btc! (no deposit necessary) *UPDATE* 6 HOURS! on: September 24, 2011, 06:49:10 PM
I'll stop posting if you give me 0.5 btc Cheesy

I'll give you 0.5 BTC if you stop posting and I get the 1 BTC.   Shocked
I think everyone in the last 6 hours should delete their posts, so I win the 1 BTC and give all you a share. Deal?
2850  Alternate cryptocurrencies / Altcoin Discussion / Re: SolidCoin v2.0 features new hashing algorithm, faster on CPUs on: September 24, 2011, 12:57:13 AM
(If there was nothing CPUs do best, why would be using them?)

Well, CPUs are easy-to-program general purpose hardware that can do lots of things (and several things at the same time, in these days of multicore CPUs) pretty darn fast.

GPUs are hard-to-program more-specialized hardware. These days they can do pretty much any raw calculation a CPU can do, faster-- it just takes a lot more effort on the programmer's part to figure out how. That extra effort is only worthwhile for the most performance-critical code.

When I worked at Silicon Graphics I saw several interesting algorithms implemented using OpenGL operations reading and writing to texture memory and/or the accumulation buffer and/or the framebuffer. That was before OpenCL and GPU programming languages, but the experience gave me a lot of respect for the ability of good programmers to look at problems sideways and come up with ... interesting ... solutions.

No. GPUs are faster at parallelizing things, but if I told you to do a long, state-dependent task (modelling weather, for example) CPUs would excel.
2851  Alternate cryptocurrencies / Altcoin Discussion / Re: SolidCoin v2.0 features new hashing algorithm, faster on CPUs on: September 23, 2011, 08:42:22 PM
I predict someone will use FPGA's to mine solidcoin 2.0  and get faster than CPU hashing.
Doubt it, no one would waste that much money on a short term chain.

If they had an FPGA already it wouldn't be a waste of money and 100 megahash would be god-like in the land of the CPUs.
My 2 core CPUs ran at 17kHps at peak.
2852  Bitcoin / Project Development / Re: FREE .02 BTC PER DAY TO PLACE CODE IN YOUR SIGNATURE BAR on: September 23, 2011, 08:03:44 PM
Confirmation on my end. Thanks! Wink
2853  Bitcoin / Mining speculation / Re: I'm not seeing miners leave in hordes... on: September 22, 2011, 11:35:52 PM
We're in a great time now where BTC's about to have "inflation" halved within a few months at a time where productive use of BTC (that is, for commercial and industrial use) is probably at an all-time high.

Mining incentive will halve to 25 BTC at the beginning of 2013, not in a few months. If it would halve in the beginning of 2012, I speculate we'd already see a lot less supply on the currency markets.

Commercial and industrial use being at an all time high? That is wild speculation. En contraire, I think "productive use", as you put it, is very low now compared to what we might see next year or 2013.

Your point about the best thing to do for a miner being to sell his rig for BTC is true in my mind.
It will halve by December 6, 2012 based on a block every ten minutes. Based on the mean speed of churning out blocks, it will halve by November 25, 2012. So not the beginning of 2013, but still there isn't too much reason to worry about the halving.
2854  Other / Off-topic / Re: Last post to this thread wins 1btc! (no deposit necessary) *UPDATE* 6 HOURS! on: September 22, 2011, 11:25:15 PM
*hat*
*chin-up-bar*
2855  Other / Off-topic / Re: Last post to this thread wins 1btc! (no deposit necessary) *UPDATE* 6 HOURS! on: September 22, 2011, 08:15:27 PM
nice try though!

LAST POST IN 6 HOURS WILL BE THE WINNER!

it is now past 6 hours from the time of this post.
We cleared up the rules before already...
2856  Bitcoin / Project Development / Re: FREE .02 BTC PER DAY TO PLACE CODE IN YOUR SIGNATURE BAR on: September 22, 2011, 08:06:33 PM
Deal still on? I PM'd you.
2857  Other / Off-topic / Re: Last post to this thread wins 1btc! (no deposit necessary) *UPDATE* 6 HOURS! on: September 22, 2011, 07:32:08 PM
Maybe I should run that bot after all. Grin
2858  Other / Off-topic / Re: Last post to this thread wins 1btc! (no deposit necessary) *UPDATE* 12 HOURS! on: September 22, 2011, 01:44:22 AM
no one, he didn't even keep halving the time like he said he would
LOCK THIS THREAD NOW!
2859  Other / Off-topic / Re: Last post to this thread wins 1btc! (no deposit necessary) *UPDATE* 12 HOURS! on: September 21, 2011, 07:44:09 PM
Seems this thread is starting to slow down...
I might just win Smiley.
2860  Other / Off-topic / Re: Last post to this thread wins 1btc! (no deposit necessary) *UPDATE* 12 HOURS! on: September 21, 2011, 12:00:26 AM
Oh the irony.
Pages: « 1 ... 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 [143] 144 145 146 147 148 149 150 151 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!