Bitcoin Forum
June 21, 2024, 08:03:53 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 [174] 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 »
3461  Economy / Economics / Re: Bitcoin will only succeed once it takes the right approach to the decimal place. on: June 13, 2011, 11:32:47 AM
And everyone that pops up suggesting this forgets that their proposed renormalization is just as arbitrary as the current one.  Are you suggesting that we keep changing the entire network every time the value changes by a factor of 10?
3462  Bitcoin / Bitcoin Discussion / Re: Jacob Appelbaum: "Bitcoin Prediction: Major bugs in the near future ..." on: June 13, 2011, 11:28:12 AM
Start refusing?  Hmm.  I suggest you take a look at the source code to the default client.  There are already rules in place regarding which transactions to forward.

If I have time, I'll write a detailed refutation.  But no promises, Mondays are usually fairly busy, and I probably won't have time.
3463  Other / CPU/GPU Bitcoin mining hardware / Re: PCIE splitters on: June 13, 2011, 11:20:57 AM
you sure? don't see any on his site or in his main post

Sorry, my bad.  I was thinking extenders.  It was late.  Smiley
3464  Other / CPU/GPU Bitcoin mining hardware / Re: PCIE splitters on: June 13, 2011, 06:48:47 AM
cablesaurus sells them.
3465  Bitcoin / Mining / Re: Miner's Union? on: June 13, 2011, 06:47:18 AM
There would be WAY too much temptation to break the strike.
3466  Bitcoin / Bitcoin Discussion / Re: MtGox needs to improve their communications on: June 13, 2011, 06:45:52 AM
Maybe he just doesn't care about reddit.  I know I don't.

He actually does care about reddit.

http://www.reddit.com/r/Bitcoin/comments/hum6x/a_msg_from_mtgox/

Well, there goes my theory.
3467  Bitcoin / Bitcoin Discussion / Re: MtGox needs to improve their communications on: June 13, 2011, 05:36:28 AM
Maybe he just doesn't care about reddit.  I know I don't.
3468  Bitcoin / Mining software (miners) / Re: Flexible mining proxy on: June 13, 2011, 05:07:42 AM
If you aren't using /var/lib/php5 for your session files, do "php -i | grep session.save_path" on the command line, or make a file with:

Code:
<?php
phpinfo
();
?>


In your document tree, and load it in your browser, then look for session.save_path.

An alternative removal method is:

Code:
find /tmp/ -name sess_\* -exec rm {} \;
3469  Bitcoin / Mining support / Re: Use the flexible mining proxy, if you are serious about mining on: June 13, 2011, 05:00:31 AM
My guess is lots.  I'm running an ancient Athlon XP 1800, and my 5 miners with about 800 Mhash/sec total power don't even make a dent on it.
3470  Bitcoin / Pools / Re: BTC Guild - 0% Fees, Long polling, SSL, JSON API, and more [~1500 gH/sec] on: June 13, 2011, 04:50:57 AM
Statistics has nasty dark corners.

If an event has probability X per attempt, your chances of getting the event after Y attempts is not X * Y.  It is 1 - ((1/X)^Y).

Because this is exponentially decreasing, events that happen before the 50% time will come quicker than the events after it are late.  As in, it takes more attempts to get from 50% to 51% than it does from 49% to 50%.

Consider rolling a die.  You have a 1 in 6 chance of getting a 6.  If you want at least a 30% chance of getting a single 6, you only need to roll it twice.  If you want a 50% chance, you need 4 rolls.  If you want at least a 70% chance, you have to roll it 7 times.

Moving the odds from 50% to 30% saves you 2 rolls, but moving it from 50% to 70% requires 3 more.  If you look at the 1 in 6 and 5 in 6 odds, they are even worse, 1 roll vs. 10 (savings of 3 vs. loss of 6).

Now instead of a die with 6 sides, imagine a bitcoin hash with 2.436 * 10^15 sides...
3471  Economy / Economics / Re: Bitcoin will only succeed once it takes the right approach to the decimal place. on: June 13, 2011, 04:29:04 AM
Can you people take your own personal failings elsewhere, please?

If your ideas had any objective merit, the Japanese Yen and the Indian Rupee would rule the world, and everyone would be laughing at us with our huge, cumbersome dollars.
3472  Bitcoin / Mining support / Re: Ah shiny new forums! on: June 13, 2011, 04:23:31 AM
If you want a distro for your parents, pick Ubuntu.  If you don't understand the humor at funroll-loops.info pick Gentoo.  If you want to learn to manage servers, pick CentOS.  If you want to be godlike, pick Slackware.
3473  Bitcoin / Mining support / Use the flexible mining proxy, if you are serious about mining on: June 13, 2011, 04:18:52 AM
http://forum.bitcoin.org/index.php?topic=5506.0

Two of the first three threads in this board are about gaining pool redundancy by dubious means.  For the love of all that is holy, use the flexible mining proxy instead.  It does that, and a whole lot more.
3474  Bitcoin / Pools / Re: BTC Guild - 0% Fees, Long polling, SSL, JSON API, and more [~1500 gH/sec] on: June 13, 2011, 03:03:11 AM
The thing is, and I've said this about 50 times in various threads around these boards, you can't make any claims about a single event.
3475  Economy / Economics / Re: Bitcoin will only succeed once it takes the right approach to the decimal place. on: June 13, 2011, 01:59:03 AM
good thing there aren't 10 threads discussing this already

You didn't look hard enough if you think there are only 10.
3476  Bitcoin / Bitcoin Discussion / Re: Jacob Appelbaum: "Bitcoin Prediction: Major bugs in the near future ..." on: June 13, 2011, 12:38:17 AM
Ugh.  That newbitcoin paper is a trainwreck.

In section 2, for example, the author has no clue how the network works.  It is trivial for a person to change their node so that it does not include transaction fees.  Much less trivial, however, is getting the rest of the network to forward them, or miners to accept them.  (Yes, I know that at least one mining pool always accepts free transactions, and it is trivial to connect to it.  I'm speaking more broadly here.)

I gave up another couple of pages in.  I sorta wanted to do a page by page rebuttal, but it would really need to be more like line by line.
3477  Bitcoin / Project Development / Re: LinuxCoin A lightweight Debian based OS with everything ready to go. on: June 13, 2011, 12:03:28 AM
I'm pretty sure the commands I listed will do what you need.
3478  Bitcoin / Pools / Re: SOLVED [Bitcoins.lc] Issue with invalid shares (10 BTC bounty) on: June 12, 2011, 11:37:57 PM
Ugh.  Why wasn't it merged in a month ago?
3479  Bitcoin / Project Development / Re: LinuxCoin A lightweight Debian based OS with everything ready to go. on: June 12, 2011, 05:58:28 PM
Code:
cd /opt/AMD-APP-SDK-v2.4-lnx64/
tar xzvf icd-registration.tgz -C /

Or just use persistence so you only have to click it once.
3480  Bitcoin / Bitcoin Discussion / Re: Will bitcoin go below $10 by tomorrow morning? on: June 12, 2011, 05:54:20 PM
For most people, mining and buying are the easiest ways to get them.  That will change over time as the market grows.  Penetration is low so far, so it is hard to work for coins directly, because finding people that know about and have coins is still rare.  This will improve.
Pages: « 1 ... 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 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 [174] 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!