Bitcoin Forum
May 27, 2024, 07:08:00 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 ... 421 »
6421  Other / Meta / Re: Bitcoin Community Growth!? on: July 01, 2011, 08:45:28 AM
Male to Female Ratio:    2.2:1? Hmmm. Doubtful.

Probably more than half of all accounts are spambots.
6422  Other / Meta / Re: Bitcoin Community Growth!? on: July 01, 2011, 05:58:13 AM
https://forum.bitcoin.org/index.php?action=stats
6423  Bitcoin / Bitcoin Technical Support / Re: BUG: Transaction in limbo (apparently) on: July 01, 2011, 04:58:30 AM
That transaction is confirmed:
http://blockexplorer.com/tx/719e2e73698cd2c955c17486e04e5b50234f4c9d59080e5c7c23065112ec36e5

Run Bitcoin with the -rescan switch and it should become unstuck.

Edit: Actually, since that's a recent block, the transaction probably just didn't broadcast correctly the first time. No need to rescan unless it's still stuck.
6424  Bitcoin / Bitcoin Technical Support / Re: BUG: Transaction in limbo (apparently) on: July 01, 2011, 03:45:44 AM
It should send immediately, but maybe all of your connections were dead or some other fluke happened. It rebroadcasts every ~30 minutes, but the timer resets every time you close Bitcoin.

Run Bitcoin with the -debug switch, double-click the transaction, and post the transaction dump.
6425  Bitcoin / Bitcoin Technical Support / Re: BUG: Transaction in limbo (apparently) on: July 01, 2011, 03:37:00 AM
It just wasn't properly broadcast, probably. It's not queued. How long have you kept Bitcoin continuously open since you sent it?
6426  Bitcoin / Bitcoin Discussion / Re: From the desk of Tom Williams, operator of MyBitcoin.com on: July 01, 2011, 02:49:00 AM
It's pretty simple, which is why I didn't mention it. The client will only send coins with >6 confirmations unless you have none of those left. So you just keep depositing and withdrawing lots of coins and MyBitcoin will quickly send every coin they have. Once the same coins start to be resent, you know you've seen them all. Now you know how many coins MyBitcoin has with high accuracy as well as exactly which coins make up that balance. You've also "brought to the surface" all of MyBitcoin's coins, which might allow other attacks.

I haven't tried this. Maybe MyBitcoin limits site-wide BTC movements, which might make it more difficult.
6427  Other / Off-topic / Re: Very annoying: unnecessary abbreviations on: July 01, 2011, 02:34:51 AM
Also, it's called an acronym, not an abbreviation.

An acronym is a type of abbreviation. It would also be annoying if they said:
Quote
Minecraft (MineC)

Quote from: peach
If they know that everyone who reads it will know that FF means Firefox, what's the difference?

If they know that, then they can just say FF. Either spell it out or just use the abbreviation. There's no point in doing both unless you're going to reuse the abbreviation later in the post.
6428  Other / Off-topic / Very annoying: unnecessary abbreviations on: July 01, 2011, 02:25:35 AM
Quote
I like to play Minecraft (MC). It's lots of fun!

Quote
Go download Firefox (FF) instead of your current browser.

Every time I see something like this, I want to stab the author. The abbreviation is not important for the reader's understanding, and it's never used again in the post for ease of reference. It's totally pointless. Why would anyone write something like this!?

This is certainly one of my top three most annoying stylistic errors.
6429  Other / Beginners & Help / Re: Deep Technical Discussion -- Attacking the Blockchain on: July 01, 2011, 01:57:45 AM
If someone releases a huge alternative chain, that chain would just get blacklisted by the next client version. The attacker could keep the network offline for as long as they maintain control, but it'd get sorted out eventually.
6430  Bitcoin / Bitcoin Discussion / Re: From the desk of Tom Williams, operator of MyBitcoin.com on: July 01, 2011, 01:31:47 AM
MyBitcoin is still accepting payments with only 1 confirmation. This is insane for a bank. Any miner capable of mining two blocks in a row can steal money from MyBitcoin pretty easily. I'm surprised no one has attempted it yet.

There's another attack made possible by accepting payments with less than 6 confirmations that would allow you to see exactly which coins MyBitcoin has, and possibly do other damage.
6431  Bitcoin / Development & Technical Discussion / Re: How many possibly bitcoin addresses are there exactly? And how long does it... on: July 01, 2011, 01:27:31 AM
Bitcoin already supports OP_HASH256 in script, so it would be trivial to increase the number of addresses if it ever became a problem.
6432  Bitcoin / Development & Technical Discussion / Re: Extending script and reserved opcodes on: June 30, 2011, 09:01:12 PM
Do you mean the original post, or are their other proposals?

I mean that your method might be an improvement over incrementing the transaction version and doing a "phased rollout" for every script change.
6433  Other / Meta / Re: Images in signatures on: June 30, 2011, 07:23:10 PM
I wish there was a way to disable images in signatures, or at least choose to ignore certain ones (I'm looking at you GOXED face guy). I might look into greesemonkey/user scripts to accomplish this in the future.

It's easy to block annoying ones with Adblock Plus.
6434  Other / Meta / Re: Suggestion: "Best of Forum" subforum on: June 30, 2011, 07:05:06 PM
I don't like the idea of "stealing" threads from people and moderating them more heavily. Maybe they could be copied, so that both a heavily-moderated and lightly-moderated version exist.

SMF supports neither cloning topics nor requiring mod approval for replies, though.
6435  Bitcoin / Development & Technical Discussion / Re: Extending script and reserved opcodes on: June 30, 2011, 06:49:53 PM
Actually, I think it would work if there was just one OP_OP_ENABLE that takes a list of many opcodes to enable. If the node can't understand any of these opcodes, then it stops here. If it does understand all of the opcodes, it also needs to verify the transaction again as though it doesn't understand them, and this "legacy" verification must also pass.

This will prevent new nodes from allowing any transactions that would be rejected by nodes without an understanding of new opcodes. Then it should be safe as long as clients using new opcodes control the network.

It might be a better method of changing things than the currently-planned method.
6436  Bitcoin / Development & Technical Discussion / Re: Extending script and reserved opcodes on: June 30, 2011, 05:07:52 PM
Every time script is updated, the network will be split until everyone upgrades to the new version. So there's no point in adding "extensible" script ops: adding any extended script op in the future still requires everyone to upgrade if they want to be part of the Bitcoin network.

For example:

Quote
This would mean that the old check would be performed by legacy clients and would have to pass.  Once it hit OP_OP_ENABLE, the script would end, but if it had been tagged as invalid, it would still be invalid.

Old clients now have a different view of which blocks are valid. They are on a separate network, isolated from the rest of Bitcoin.
6437  Bitcoin / Development & Technical Discussion / Re: Error in block chain update logic? on: June 30, 2011, 07:10:40 AM
getblocks does not send just the latest hash. It sends a CBlockLocator object, which contains many hashes going far back into the chain.
6438  Bitcoin / Development & Technical Discussion / Re: Explain lock time / replacing transactions on: June 30, 2011, 02:10:27 AM
You can change everything.
6439  Bitcoin / Bitcoin Discussion / Re: What is the single largest transaction of bitcoins on the block chain to date? on: June 29, 2011, 05:44:33 PM
Wow... does that mean that one person holds that much of the total number to date? 

No, but probably a relatively small number of people share it.
6440  Bitcoin / Bitcoin Discussion / Re: From the desk of Tom Williams, operator of MyBitcoin.com on: June 29, 2011, 05:39:02 PM
What kind of proof are you looking for?

For one thing, they should publish the results of the audit they claimed was performed.
Pages: « 1 ... 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 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 ... 421 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!