Bitcoin Forum
May 09, 2024, 12:56:29 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 ... 421 »
6901  Bitcoin / Bitcoin Technical Support / Re: Bitcoin -rescan questions on: May 05, 2011, 12:40:42 PM
If deleting and redownloading the block chain does make a difference, there is something seriously wrong, and we have a bug to fix.

That's what I mean. Once a transaction gets stuck at 0 confirmations (in the block chain, but not detected by the client), deleting the block database will help, but -rescan won't.

I haven't had this happen to me, but I've read several cases of it on the forum.
6902  Other / Meta / Re: [applaud]/[smite] system? on: May 05, 2011, 02:39:38 AM
I don't like these things. Posts should stand on content, not reputation. (This is why I prefer anonymous boards like 4chan.)
6903  Other / Meta / Re: Should Namecoin Have its Own Forum Section? on: May 04, 2011, 09:17:50 PM
So then the cost will get too cheap and the network will still be unsustainable... Prices cannot be determined with a formula!
6904  Bitcoin / Development & Technical Discussion / Re: Design notes for sharing work between multiple independent chains on: May 04, 2011, 09:08:37 PM
I think so. Take a look at the DNS proposal that nanotube an I made, which stores records in that area:
http://privwiki.dreamhosters.com/wiki/Bitcoin_DNS_System_Proposal
6905  Other / Meta / Re: Should Namecoin Have its Own Forum Section? on: May 04, 2011, 09:02:04 PM
Bitcoin doesn't have a flawed economic model...

The limited rate of domain creation is a more important issue than the total number of useful domains. When demand outpaces supply, prices will quickly become uncompetitive. The price of registrations should reflect the resources that are actually being used by the network (disk space, etc.), as well as the demand for particular names. This is properly done through the free market. Prices should not be fixed according to some formula, which is what Namecoin does.

Domains are very unlike money. A fixed supply is not desirable.
6906  Bitcoin / Development & Technical Discussion / Re: Design notes for sharing work between multiple independent chains on: May 04, 2011, 08:43:53 PM
I'm not proficient with low-level bitcoin stuff yet, but... is such a transaction possible then?

in: 0.01 from a valid bitcoin address
out: 0.00 to arbitrary data / public key
(induced fee: 0.01 to the miner)

Yes -- that's how it would be done. 0-value outputs are valid.
6907  Other / Meta / Re: Should Namecoin Have its Own Forum Section? on: May 04, 2011, 08:39:12 PM
Why is it broken? The cost of registrating domains will fall 50% over whatever period I forgot.

There's a limited number of domains, which is unsustainable. No formula will be able to predict demand.
6908  Bitcoin / Development & Technical Discussion / Re: Design notes for sharing work between multiple independent chains on: May 04, 2011, 08:34:05 PM
Hang on, you're saying that sending arbitrary data in a transaction with a fee is possible and accepted by mainstream clients? That's not what I've heard on IRC...

It's impossible to distinguish between a valid public key and arbitrary data. Pretend that the data is a public key you're sending BTC to.

The size is pretty limited when you do this, but it's more than enough for a hash.
6909  Other / Meta / Re: Should Namecoin Have its Own Forum Section? on: May 04, 2011, 08:32:03 PM
There aren't enough posts about it yet. I expect Namecoin to fail, anyway, since its economic model is broken.
6910  Bitcoin / Development & Technical Discussion / Re: Design notes for sharing work between multiple independent chains on: May 04, 2011, 08:28:18 PM
But I don't think that's currently possible, so that's why I was suggesting adding processing of non-standard transactions to the mainstream client (with a fee of, say, 0.01 BTC for 32 bytes).

It's entirely possible right now. You can put the hash in a standard OP_CHECKSIG output with 0 value and bypass IsStandard, even.
6911  Bitcoin / Development & Technical Discussion / Re: Design notes for sharing work between multiple independent chains on: May 04, 2011, 08:19:42 PM
This doesn't solve the incentive problem. A simple timestamping chain couldn't work, for example. For these cases, it makes more sense to put the hash of a message in a Bitcoin transaction and transfer the actual message through other means.
6912  Bitcoin / Bitcoin Technical Support / Re: Lost .00000001 of a bitcoin on: May 04, 2011, 10:58:54 AM
Okay, new question then, as I've never heard as to why this is:

Why does change happen in this way? Couldn't the protocol simply allow you to only send so much of your balance from one address (say I have 10 btc at address 1X, and I send 5 of it to alice) and the rest just remains there?

You can only spend entire coins. Otherwise, the system would have to track balances for inputs (or addresses), which would add a lot of complexity and probably break some things.
6913  Other / Off-topic / Re: EFF Open Wireless Movement on: May 04, 2011, 07:12:41 AM
I didn't think that WPA2 suffered from such flaws. This is surprising.

Edit: Apparently WPA2 using TKIP is vulnerable, but WPA2 using AES is not vulnerable. That is probably what they're referring to. At least I hope so.

AES is still vulnerable. It's a problem with key exchange. During the initial handshake, the session key is generated by hashing the pre-shared key concatenated with a random number that is transmitted from the AP to the client unencrypted. Anyone who intercepts the random number can generate the session key if they also have the pre-shared key.

EFF proposes doing the key exchange using public-key cryptography, which would be secure as long as you know the AP's public key. If you don't know the AP's public key, then it's not any more secure.
6914  Bitcoin / Bitcoin Technical Support / Re: Lost .00000001 of a bitcoin on: May 04, 2011, 06:19:10 AM
You were breaking a 32.29 BTC coin. The change was .00000001. In order to send a transaction with outputs less than 0.01, the network requires a fee of 0.01. This would obviously be pointless, so Bitcoin just threw the BTC away.
6915  Bitcoin / Development & Technical Discussion / Re: How does wallet.dat update? on: May 04, 2011, 05:49:37 AM
Ahh I see, so if i used the same 100 addresses three years ago then I would have all my btc up to date right?

Not if you sent many transactions.
6916  Other / Off-topic / Re: EFF Open Wireless Movement on: May 04, 2011, 05:40:54 AM
Is WPA not widely used by smartphones, then?  Where is the downside to WPA that the EFF makes the complaint without mentioning this?

Under WPA2 all the users on the network can calculate each others' session keys and eavesdrop on each other. With our suggested design, that would cease to be possible.

This attack is more difficult than the article implies, but it is possible.

A public, Starbucks-type access point using EFF's PKC scheme would not be much more secure than "open" WPA, since most users would still be vulnerable at the initial handshake to a MITM attack. However, it would be a great improvement on home networks where you connect to the same AP a lot.
6917  Bitcoin / Bitcoin Discussion / Re: Weird patterns on Block Explorer on: May 04, 2011, 04:37:45 AM
Oh, I get it - when the client generates the block, it includes the transaction for the generation bounty in the block, so that transaction can pay out to anyone, and this is valid so long as the total payout = 50 BTC (or whatever the bounty is at the time) + transaction fees.  Right?

Would it be possible for a miner to create extremely erratic payouts (i.e. distribute the bounty to a million addresses) as a vector of attack?  Or would the block be rejected in that particular case for being over 1MB?

Right. The generation is just an input to a transaction. The value of the input is found by the block subsidy + fees. The outputs follow the normal transaction rules.

The generator could easily create a giant generation transaction with tons of garbage outputs. You don't even need to pay out to the outputs: 0-value outputs are valid. The block size is limited to 1MB, though.
6918  Bitcoin / Development & Technical Discussion / Re: How does wallet.dat update? on: May 04, 2011, 04:32:17 AM
You'll probably have 0 if you've used your wallet much. Read:
https://en.bitcoin.it/wiki/Securing_your_wallet
6919  Bitcoin / Bitcoin Discussion / Re: Searching for a post containing the following quote on: May 04, 2011, 04:18:11 AM
It must have been deleted by the author. It was in this topic:
http://bitcointalk.org/index.php?topic=6284.msg101804#msg101804
He did respond to that post with a fairly long explanatory post, but it's gone now.

I don't remember who it was. I seem to remember it being someone new, who had not participated in that discussion recently (or maybe not at all). I could be wrong, though.

Deleted posts aren't logged or saved. The post might exist in the backups Sirius and Gavin keep.
6920  Other / Off-topic / Re: EFF Open Wireless Movement on: May 04, 2011, 03:58:06 AM
Because the problem that they are trying to solve in privacy for the individual surfer, and if everyone knows the password, anyone can still see everyone else's packets.  Tor is a good solution, but so is a private VPN to connect to.  These are good practices anyway.

WPA uses separate encryption keys for everyone, so you can give out a password without allowing people to snoop on your traffic.

This is not the case for WEP.
Pages: « 1 ... 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 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 ... 421 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!