Bitcoin Forum
July 11, 2024, 11:05:49 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 »
7601  Bitcoin / Bitcoin Discussion / Re: New To Bitcoin. Have a few questions. on: February 13, 2011, 09:55:17 PM
If I make a copy of my wallet what prevents me from useing both copies? for example if I have 2bct and make a copy then load it onto another computer what happens?

You won't be able to spend the coins twice. The network will prevent it. However, Bitcoin is not meant to be run like this, and you might lose coins by accidentally making invalid transactions.
7602  Bitcoin / Bitcoin Discussion / Re: Best practice for fast transaction acceptance - how high is the risk? on: February 13, 2011, 09:46:25 PM
You need >50% of the computational power to get 6 confirmations. For 1 confirmation, 1% of CPU power will give you about a 1% chance of being able to reverse the transaction, regardless of how well the original transaction propagated.

If the attacker can't do that, then broadcasting and waiting a few seconds does give a good chance that there will be no double-spending. However, nodes will not relay transactions they consider bad, so you might not see bad transactions until they're in a block. This is why a centralized "super node" with many connections is desired. And Bitcoin doesn't currently warn you about double-spends, anyway.
7603  Bitcoin / Development & Technical Discussion / Re: what happening with lost bitcoins? on: February 13, 2011, 08:15:48 PM
This has been discussed over and over again. The entire economy can function on 1 bitcoin. Deflation is not a problem.
7604  Bitcoin / Development & Technical Discussion / Re: How will the merkel hash tree be stored? on: February 13, 2011, 08:08:34 PM
Well, the point of all this is to ensure all chains benefit from the same pool of cpu power. So they'd need to have related difficulty in some sense.

They do share CPU power. You only have to increment/hash once to try for a whole set of chains. If the Merkle root is below one of the targets, then you claim just that one (leaving the invalid branches so the root stays the same, but not announcing them as solutions). If the Merkle root happens to be below all of the targets, then you can claim all of them.

What's the advantage of that, compared to declaring that the "new" block chain will start with the same difficulty as bitcoin (and will automatically stay in step after that)?

Not everyone will work on every chain. To maintain 10-minute (or whatever) targets, separate difficulty is necessary.
7605  Bitcoin / Bitcoin Discussion / Re: 10 Feb 2011 is BITCOIN DAY on: February 13, 2011, 08:00:45 PM
First block makes more sense. USD is a measuring stick made of wormwood.

I agree. January 3rd should be Bitcoin Day.
7606  Bitcoin / Development & Technical Discussion / Re: How will the merkel hash tree be stored? on: February 13, 2011, 11:23:24 AM
That does sound like what Satoshi was thinking of. He specified that each chain would have separate difficulty, which I suppose could be achieved by leaving invalid headers in the tree when the Merkle root is below the target for any of the chains.
7607  Bitcoin / Bitcoin Technical Support / Re: Limit bitcoin to only use 2 CPUs under linux on: February 13, 2011, 10:42:35 AM
How do I issue the RPC from command line?

Just "bitcoind setgenerate true threadNumber". Bitcoin acts as its own RPC client when it's given any parameters that don't start with a dash.
7608  Bitcoin / Development & Technical Discussion / Re: How will the merkel hash tree be stored? on: February 13, 2011, 05:54:19 AM
As far as I know, no one ever figured out exactly what Satoshi meant in that post.
7609  Bitcoin / Development & Technical Discussion / Re: How will the merkel hash tree be stored? on: February 13, 2011, 05:16:32 AM
You can't currently run as a full network node without full blocks, since there's no way to represent on the network that you're sending just a partial block. Would the vectors currently used for Merkle trees even work if part of the tree was removed?

I haven't seen any relevant code. I don't think transaction trimming is intended for use in the near future.
7610  Bitcoin / Development & Technical Discussion / Re: what miners are trying to resolve? on: February 13, 2011, 03:03:00 AM
You hash the block header and try to get the hash below the current target.

https://en.bitcoin.it/wiki/Block
https://en.bitcoin.it/wiki/Block_hashing_algorithm
https://en.bitcoin.it/wiki/Target
7611  Bitcoin / Development & Technical Discussion / Re: Resubmitting transactions with higher fees on: February 13, 2011, 01:10:49 AM
Yes, this is feasible. Alice's client could let her send the same coins again with a higher fee. One of the two transactions will make it into a block and the other one will be ignored as a double spend.

Exactly right. If the two transactions share any inputs, then they will conflict, and both can't exist in the block chain.

Each transaction input has a sequence number associated with it. This is intended for replacement situations like this; a lower sequence number indicates that this transaction should take precedence over other transactions with a higher sequence number. However, miners currently don't respect sequence numbers, so you must rely on the network's forgetfulness.
7612  Economy / Marketplace / Re: Escrow? on: February 13, 2011, 12:19:29 AM
The protocol itself supports the kind of escrow you describe (though it is not implemented):
http://bitcointalk.org/index.php?topic=750.0

7613  Bitcoin / Development & Technical Discussion / Re: Resubmitting transactions with higher fees on: February 13, 2011, 12:13:34 AM
The network forgets about transactions if they haven't made it into a block within a few days. You could resubmit it then.

Bitcoin doesn't currently allow you to "unsend" a transaction, though, so you'd have to restore from a wallet backup to get the "stuck" coins back.
7614  Bitcoin / Bitcoin Technical Support / Re: Limit bitcoin to only use 2 CPUs under linux on: February 13, 2011, 12:09:44 AM
You can use the RPC command "setgenerate true threadNumber". Bitcoin will store the number of threads to run in your wallet and remember it across runs.
7615  Bitcoin / Bitcoin Discussion / Re: A site that will let you check the balance of any bitcoin account (address) on: February 12, 2011, 11:58:58 PM
so the "send remaining account balance" could be patched as a sending to myself / use the same address?
that would be very elegant hack, probably for "advanced" tab settings but i can imagine that being very useful for the late adopters and lay community.

If you patch Bitcoin to send change back to the original address, then the address balance will be accurate. This would be a pretty easy change to make. It also makes backups more reliable, since a new address is not needed for each send.

It's terrible for anonymity, of course.
7616  Other / Off-topic / Re: Taxes is not Theft on: February 12, 2011, 11:48:44 PM
I don't understand this. Can you explain a bit more please?

Take a look at "Against Intellectual Property" (PDF), which largely represents my views on the matter.

If I own a section of land, then no one cares. I can't interfere with the use of anyone's property. My ownership doesn't affect anyone. But if I own intellectual property, then I have the right to stop people from using their property in certain ways. I can stop someone from using their ink and their paper to recreate my words. I can stop people from assembling their electronics into certain formations. This is exactly opposed to the libertarian principle of allowing people to do what they like with their property.
7617  Bitcoin / Bitcoin Technical Support / Re: Significance of port 8333? on: February 12, 2011, 09:57:02 PM
Though, since bitcoin can use a tor proxy, it gets all those features. How well would it work to use a tor location hidden service as your available IP? If the client just forwards everything through the proxy, letting it do DNS lookups, then it would mean that you just wont resolve for any clients not using a tor proxy, but it should be transparent for anyone doing it.

Bitcoin doesn't handle hostnames. You need to use Tor's MapAddress to use a hidden service (explicitly with -addnode), though this does work.
7618  Bitcoin / Development & Technical Discussion / Re: More divisibility required - move the decimal point on: February 12, 2011, 09:44:24 PM
I think we could just remove the special "dust spam" fee and rely on the priority mechanism. Then "dust" would only be allowed in the first 27k of a block, and non-dust would usually be given priority in that area.

The -limitfreerelay switch can be enabled by default to protect relay nodes from dust spam.
7619  Other / Off-topic / Re: Taxes is not Theft on: February 12, 2011, 08:18:25 PM
I'm not sure that things are so simple. Perhaps you are opposed to the idea of IP, but many self-identifying libertarians (Randians come to mind) are supportive of such rights. fergalish describes one approach to IP, which seems to be quite reasonable.

There are, of course, extremes even within the so-called "libertarian" crowd. As I mentioned earlier in this thread, ultra-free marketers espouse the notion that everything should be privately owned. This includes, by necessity, ideas. It also includes things like air. The idea here is that once the resource is owned, then the owner will naturally want to take care of it. This seems crazy to me - more likely the owner will use the control over critical resources to coerce for profit..

Respect for property rights is the core libertarian issue. I have a hard time considering people libertarians if they say, "Property rights are absolute, and everyone can do what they want with their property, except when someone else already used their property in that way."
7620  Bitcoin / Bitcoin Technical Support / Re: Significance of port 8333? on: February 12, 2011, 07:47:56 PM
Is it not possible to forward two ports for bitcoin? E.g. 8333 and 8334 and announce this ports in the distributed database, like bittorrent does?

No. You could modify the source to use a different port, but "stock" Bitcoin greatly prefers to connect to peers on port 8333, so it wouldn't do any good.
Pages: « 1 ... 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 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!