Bitcoin Forum
May 22, 2024, 03:06:30 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 [290] 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 ... 421 »
5781  Bitcoin / Bitcoin Discussion / Re: Bruce Wagner and Wired.. on: November 29, 2011, 04:39:00 AM
Ben Wallace was clearly familiar with Bruce's scandal when he interviewed me, so I'm not sure why he's still giving Bruce any attention.

Quote
benwallace: Do think the Bruce thing will have any significant fallout? Do you expect him to step back from his frontman role? Or that the community will pay less attention to him? Or neither?
5782  Other / Meta / Re: Broken links everywhere - is anyone working on this? on: November 29, 2011, 03:59:46 AM
OK, it seems to be working pretty well.
5783  Other / Meta / Re: Broken links everywhere - is anyone working on this? on: November 29, 2011, 12:23:04 AM
Actually, the "censored words" functionality might be sufficient. I set up something (probably broken), and I'll do proper testing in a few hours.
5784  Other / Meta / Re: Broken links everywhere - is anyone working on this? on: November 29, 2011, 12:19:50 AM
I don't want to modify the text of any old posts. I'd rather the links be converted during display. Probably best to do it in the same place where linkification happens.

Maybe I'll take a look later if no one else provides the code.
5785  Bitcoin / Development & Technical Discussion / Re: Genesis block raw dump? on: November 29, 2011, 12:16:20 AM
It's a script op that pushes 0x41 bytes onto the stack.
5786  Other / Meta / Re: Broken links everywhere - is anyone working on this? on: November 28, 2011, 09:56:00 PM
It's not something that an average PHP developer wouldn't be able to handle within an hour.

Are you volunteering?
5787  Economy / Speculation / Re: FOX NEWS! VIDEO ! Buy Buy Buy on: November 28, 2011, 05:55:05 AM
I've had really bad results with BTC fundamental analysis in the past, but I feel pretty positive about this, so I'm doing a bit of buying. Probably I'll regret it...

I don't expect prices to rise until at least business hours on Monday.
5788  Economy / Auctions / Re: Advertise on this forum - Round 10 on: November 28, 2011, 01:18:27 AM
I see the source of your confusion now. I had accidentally written that the auction ended on the 22nd, but it actually ends on the 30th. The time was correct in the countdown.

Sorry about that. I edited the post.
5789  Economy / Auctions / Re: Advertise on this forum - Round 10 on: November 27, 2011, 11:59:28 PM
Yeah, there are about two days left.
5790  Economy / Auctions / Re: Advertise on this forum - Round 10 on: November 27, 2011, 10:38:34 PM
Current state:
Slots BTC person
1 5 c0ffer
2 5 Andrew Bitcoiner
2 4.5 darbsllim
3 4 Goat
5791  Bitcoin / Development & Technical Discussion / Re: What purpose was OP_CODESEPARATOR intended for? on: November 27, 2011, 07:44:30 PM
How would that work? The act of inserting sigA or sigB changes the hash of the transaction containing the output, invalidating the other signature.

I was thinking in terms of a "full" concatenated script, but I've found that pbegincodehash is not preserved between scriptSig and scriptPubKey, so that kind of thing isn't going to work.

Is having two checksig/checkmultisig commands in the same script actually even a problem? I'm now thinking that maybe scriptSigs are not even part of the sig hash, which would eliminate the problem entirely.
5792  Bitcoin / Bitcoin Discussion / Re: Can you put a deadline on a transaction? on: November 27, 2011, 06:39:56 PM

That's the opposite. A transaction starts out invalid and then becomes valid.

You can't make a valid transaction become invalid in the current protocol.
5793  Economy / Service Announcements / Re: Bets of Bitcoin - Bitcoin betting on real world events on: November 27, 2011, 02:58:52 AM
Some of the statements I've bet on will have no losers. Do you still take a fee in this case?
5794  Bitcoin / Development & Technical Discussion / Re: What purpose was OP_CODESEPARATOR intended for? on: November 26, 2011, 03:50:02 PM
Hmm... I was thinking you'd use it like this to avoid having signatures depend on one another:
Code:
<sigA> <pubkeyA> OP_CHECKSIGVERIFY OP_CODESEPARATOR <sigB> <pubkeyB> OP_CHECKSIG
5795  Bitcoin / Development & Technical Discussion / Re: Genesis block raw dump? on: November 25, 2011, 11:29:57 PM
I think this is the accurate hex:
Code:
01000000
0000000000000000000000000000000000000000000000000000000000000000
3ba3edfd7a7b12b27ac72c3e67768f617fc81bc3888a51323a9fb8aa4b1e5e4a
29ab5f49
ffff001d
1dac2b7c
01
01000000
01
0000000000000000000000000000000000000000000000000000000000000000
ffffffff
4d
04ffff001d0104455468652054696d65732030332f4a616e2f32303039204368616e63656c6c6f72206f6e206272696e6b206f66207365636f6e64206261696c6f757420666f722062616e6b73
ffffffff
01
00f2052a01000000
43
4104678afdb0fe5548271967f1a67130b7105cd6a828e03909a67962e0ea1f61deb649f6bc3f4cef38c4f35504e51ec112de5c384df7ba0b8d578a4c702b6bf11d5fac
00000000
5796  Economy / Services / Re: Looking for someone to create/modify software for this forum on: November 25, 2011, 12:30:01 AM
I'm not sure I want to use SMF again. 1.1.x has a generally insecure architecture. For example, the 0-day bug that affected the forum happened because all POST input is escaped early in the code, then partially unescaped before processing, and escaped again (or not...) before inserting into the database. It is very easy for a programmer to introduce a security problem in this mess.

It's better to avoid the necessity of manually escaping wherever possible by using prepared statements and other library functions that handle it themselves.

Does 2.0 improve this situation much?
5797  Other / Meta / Re: Get Donator status by donating 10 BTC on: November 24, 2011, 11:16:31 PM
Noticed that this user was placed under 'List of Donators'.

Whoops. I fixed it. Sorry.
5798  Bitcoin / Bitcoin Discussion / Re: This is why we can't have nice things. on: November 23, 2011, 11:30:39 PM
Interesting article. Rather negative, but it's an exciting story.

I was interviewed for this article several months ago, so I've been waiting to read it. Smiley
5799  Other / Off-topic / Re: My Attempt at The Uberman Sleep Schedule on: November 23, 2011, 11:00:19 PM
Makes me groggy in the mornings, actually.

Take less of it. I sometimes take as little as 0.75 mg.
5800  Bitcoin / Development & Technical Discussion / Re: Using bitcoin for trusted timestamping? on: November 23, 2011, 10:57:43 PM
But what about transaction fees? If we send 0BTC into a adress, it would never make it into a block unless a miner is honoring non-fee'd low transactions.

You can put a fee on a transaction with a 0BTC output.
Pages: « 1 ... 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 [290] 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 ... 421 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!