Bitcoin Forum
June 21, 2024, 03:11:37 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 79 80 81 82 83 84 85 86 87 88 89 90 91 92 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 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 ... 258 »
2561  Bitcoin / Development & Technical Discussion / Re: Capping the rate of growth of the UTXO set on: May 01, 2013, 04:00:52 PM
I like the idea of penalizing (through fees) of transactions where txout is bigger than txin. doing this effectively caps the growth of bitcoin to 100 users per block, which is not desirable.
2562  Bitcoin / Development & Technical Discussion / Re: Double spending attacks and block depth. on: May 01, 2013, 03:44:25 PM
https://en.bitcoin.it/wiki/Double_spending

tl;dr you need to outpace the network to generate enough fake blocks.

Which requires >50% of the total hashing power on the bitcoin network? (Or arguably less according to some recent papers?)
a wild guess:

2563  Economy / Scam Accusations / Re: BFL continues to lie about shipping times on: May 01, 2013, 03:27:46 PM
Not really. "2 months or more" includes all times over 2 months even if they ship none in 2 months. That is what "or" means.
might as well say "Bitforce SC (ASIC) products are shipped in 1 second or more"
2564  Bitcoin / Bitcoin Technical Support / Re: Limiting upload bandwidth in Satoshi bitcoin client on: May 01, 2013, 03:25:07 PM
learn to search. there are at least 3 threads about this.
2565  Bitcoin / Development & Technical Discussion / Re: Editing the Bitcoin-QT UI on: May 01, 2013, 03:22:55 PM
1. learn qt first
2. try a few designs
3. then ask for help

and no, qt ui can not be designed in css. although you can edit the icon resources.
2566  Bitcoin / Development & Technical Discussion / Re: Double spending attacks and block depth. on: May 01, 2013, 03:21:45 PM
https://en.bitcoin.it/wiki/Double_spending

tl;dr you need to outpace the network to generate enough fake blocks.
2567  Economy / Goods / Re: selling 1 pre-order 5 gh's placed april 9 2013 on: May 01, 2013, 12:24:40 AM
LOL

i'll bid 0.5 BTC
2568  Economy / Speculation / Re: Bitcoin is going to get crushed into nothing on: May 01, 2013, 12:21:20 AM
oh c'mon why is everyone falling for this guy's bait?
2569  Other / Off-topic / Re: What programming languages do you know? on: April 30, 2013, 11:07:30 PM
I've worked with HTML and CSS for years
Those aren't languages.
2570  Bitcoin / Mining speculation / Re: BFL listed as shipping?! on: April 30, 2013, 04:08:39 PM
So, your saying all of the individuals who have posted that they received their units are lying?
you do realize that all the people who are receiving units are "reviewers", "developers", or random people who got it early, despite ordering later than other people?
2571  Bitcoin / Hardware / Re: Should I cancel my BFL 4/2/2013 Order? on: April 30, 2013, 03:56:57 PM
Assuming BFL can even deliver a single (non prototype/review/dev/hype) 60 gh miner in May, you're likely to be getting your order late Q3 or Q4.
2572  Other / Meta / Re: FREEDOM OF SPEACH!!! Forum moderators , you get a % of BFL's sales?????? on: April 30, 2013, 03:55:00 PM
take this topic to meta, please.
2573  Alternate cryptocurrencies / Altcoin Discussion / Re: User Luke-Jr claims Litecoin is a "quick pump and dump scheme" on Wikipedia on: April 30, 2013, 03:50:51 PM
ITT: ad hominem

If Luke didn't engage in it himself, he most likely wouldn't be on the receiving end.
https://en.wikipedia.org/wiki/Tu_quoque
2574  Bitcoin / Bitcoin Technical Support / Re: Transaction sent 5 days ago still nothing on blockchain.info? on: April 30, 2013, 03:45:37 PM
down to '51 days ago' for last received block... /making progress...

So my transaction was never broadcasted, or if/where it went it was ignored for some reason?

Is there no way to 'rebroadcast'?
it rebroadcasts automatically if it's unconfirmed for long periods of time.
2575  Bitcoin / Bitcoin Technical Support / Re: Bitcoin-qt datadir not working anymore? on: April 30, 2013, 03:41:01 PM
Assuming that the datadir path is correct, you could try it with a hyphen before "datadir".

Q:\Bitcoin-QT\bitcoin-qt.exe -datadir=Q:\APP_DATA\Bitcoin
Q:\Bitcoin-QT\bitcoin-qt.exe "-datadir=Q:\APP_DATA\Bitcoin"
quotes for extra safely
2576  Bitcoin / Development & Technical Discussion / Re: Compile bitcoind on Raspberry Pi on: April 30, 2013, 03:39:21 PM
see: https://bitcointalk.org/index.php?topic=169963.0
2577  Bitcoin / Development & Technical Discussion / Re: Building headless Bitcoin and Bitcoin-qt on Windows on: April 30, 2013, 03:36:31 PM
thanks, I'll play with that, I want to get gitian builder setup in my VMbox but I'm not sure how to install it from the source (I assume you compile, but as you can see I'm learning about compiling at the moment making it hard for me to install gitian)
gitian is pretty easy. it sets up the vm, installs all the packages needed for compilation, and compiles it. It's all done inside a vm with scripts (included with bitcoin), so it's actually easier than compiling using your own tools.

agreed, my issue is more getting gitian setup, the link I find is source code from github but what to do with it after I download it I'm kind of at a loss
1. open up terminal in ubuntu
2. sudo apt-get install git apache2 apt-cacher-ng python-vm-builder ruby qemu-kvm
3. git clone https://github.com/devrandom/gitian-builder.git
4. cd gitian-builder
5. bin/make-base-vm
6. bin/make-base-vm --arch i386
7. follow the instructions in the script i linked earlier.
2578  Bitcoin / Development & Technical Discussion / Re: Do these things work? on: April 30, 2013, 03:34:46 PM
That is pretty interesting.

You could make it completely secure by having the encryption done in the keyboard and decryption done for the website.

When you connect to a "keyboard secure" website, a LCD display on your keyboard shows the name of the website and the "lock symbol" saying that it has verified the signature against the root authorities that it knows about.

Whatever you type is then encrypted and the website can decrypt it.

It would need a processor though to do the public key stuff.
that's what 2 factor authentication is for. no need for fancy keyboards either.
2579  Alternate cryptocurrencies / Altcoin Discussion / Re: User Luke-Jr claims Litecoin is a "quick pump and dump scheme" on Wikipedia on: April 30, 2013, 03:26:59 PM
Luke-Jr is a fundamentalist Christian. In my opinion, that makes him an idiot. The way he acts, in my opinion is distasteful. Because of this, I refuse to respect him.
He's spreading lies about litecoin all over the internet, calling it a scam.

Luke-Jr., the "aborted babies go to hell" wannabe Christian, has Josh's dick so deep up his arse it's not funny any more.

Of course he has to defame Litecoin. He is a paid BFL shill. If everyone starts mining Litecoins, BFL can pack up and go home ......
luke-jr is gay he and josh are lovers

ITT: ad hominem
2580  Alternate cryptocurrencies / Altcoin Discussion / Re: any idea WHEN LTC on mtgox? on: April 30, 2013, 03:09:18 PM
soon™
Pages: « 1 ... 79 80 81 82 83 84 85 86 87 88 89 90 91 92 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 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 ... 258 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!