Bitcoin Forum
June 04, 2024, 02:13:14 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 ... 421 »
7221  Bitcoin / Development & Technical Discussion / Re: Witholding transactions on: March 27, 2011, 09:14:18 PM
The transactions are unlikely to be completely blocked. The sender broadcasts to at least eight peers, and the miner probably gets transactions from ~30 peers. Even if every miner blocked transactions, the non-miner relays would probably be enough to spread the transaction to many miners.
7222  Bitcoin / Development & Technical Discussion / Re: Something vexes me .. transaction fee issue. on: March 27, 2011, 12:42:18 PM
It can't be done without major changes to the protocol.
7223  Bitcoin / Bitcoin Discussion / Re: What are the odds we'll find a collision by the time the last bitcoin gets mined? on: March 27, 2011, 06:00:25 AM
I'm talking about the case of any hash matching any other hash. That was my reading of the OP's question.
7224  Bitcoin / Development & Technical Discussion / Re: Transaction Fees on: March 27, 2011, 04:39:58 AM
Anyways, is there any way I can tell beforehand from the CLI what fee if any will be assessed?

No. The coins are chosen with some randomness, so it can't be known in advance.

You can ignore fees if you generate blocks.

That transaction was small, and it wasn't a micro-payment. I don't think a fee should have been charged. Are you sure you didn't have paytxfee set? If you ever set it in the past, the setting would have been stored in your wallet.dat.

What version of Bitcoin are you using?
7225  Bitcoin / Development & Technical Discussion / Re: Transaction Fees on: March 27, 2011, 02:48:48 AM
Your balance must have been made up only of several small payments, which caused the transaction to be large (byte-wise). When transactions are above a certain size, a fee is always required; the transaction will never be included in a block if you don't include this fee.

The GUI version would have asked you whether you still wanted to send the payment.

Out of curiosity, what's the hash or address of this transaction? I can't think of why Bitcoin would send only 0.01 on a transaction with a required fee.
7226  Other / Off-topic / Re: about Satoshi Nakamoto on: March 26, 2011, 10:02:07 PM
How about, "He's just taking a break / busy with his day job"?

This is my view, also. I don't think any of the regular posters on the forum are Satoshi.
7227  Bitcoin / Bitcoin Discussion / Re: What are the odds we'll find a collision by the time the last bitcoin gets mined? on: March 26, 2011, 09:37:32 PM
The probability of any specific address is 1 in 2^160 or 1.4x10^48 right?

It's ~6.84x10-49. Did you put "1 in 2^160" in Wolfram Alpha?  Wink

Quote
So the more addresses you have out there the higher the chance of a collision right (birthday problem?)

Yes. It is a birthday problem.
7228  Bitcoin / Bitcoin Discussion / Re: All bitcoin.org downloaders being tracked when they use the bitcoin-program? on: March 26, 2011, 09:22:39 PM
The IRC server doesn't make the privacy issue worse. As soon as you connect to a Bitcoin node, you send them a message containing your IP address. This IP address is then broadcast across the network, and you are added to the address database maintained by every node. Every node knows every other node. So an attacker doesn't need to use IRC to see that you are using Bitcoin.


This was made using the addr system, without IRC.

are the hardcoded seednodes the only fallback measure in the official client?

If you've ever connected to a Bitcoin node, you will have a list of thousands of IP addresses you could try. The seednodes are only used the first time you join the network. You could use -addnode instead.
7229  Bitcoin / Bitcoin Discussion / Re: What are the odds we'll find a collision by the time the last bitcoin gets mined? on: March 26, 2011, 09:05:03 PM
I didn't examine the calculations for the larger 9.7E-29 figure (equal to 93 tosses) but it's probably the chance to succeed in one of a large number of attempts.

It's the probability of any two addresses matching in a set of ~17 billion random addresses. The probability for finding one specific address is 1 in 2160 per attempt, as you pointed out.
7230  Bitcoin / Bitcoin Discussion / Re: Anyone know the page for translating the bitcoin.org website? on: March 26, 2011, 03:18:07 AM
Was it this? https://en.bitcoin.it/wiki/Bitcoin.org_translations
7231  Bitcoin / Bitcoin Technical Support / Re: 0/unconfirmed for over a day on: March 26, 2011, 02:48:04 AM
Why did the one under it(on the 25th) get 77 confirmations, when the one above it(on the 24th, the day before) still hasn't been confirmed as of right now?

The unconfirmed ones are queued for inclusion. They have low priority because they are small in value, large in size, and based on recently-used coins. They will be included eventually.
7232  Bitcoin / Bitcoin Technical Support / Re: 0/unconfirmed for over a day on: March 26, 2011, 02:40:05 AM
Those transactions aren't in blocks yet, so no action is required.
7233  Bitcoin / Bitcoin Technical Support / Re: 0/unconfirmed for over a day on: March 26, 2011, 02:18:51 AM
Usually also works starting bitcoin as "bitcoin -rescan", no need to delete whole directory except wallet.dat which might be potentially dangerous (something can scare you right before pressing enter and you may suddenly delete everything including  wallet backups Wink ).

I don't think that would have worked in this case. The warning the OP mentioned is caused by a corrupted block database, which would not be fixed with -rescan.
7234  Bitcoin / Bitcoin Technical Support / Re: 0/unconfirmed status but no unconfirmed transaction on: March 25, 2011, 07:11:13 PM
But does it normally send immediately if you initiate a transaction while the client is already up and running?

Yes. The resend randomization probably doesn't help anonymity much.
7235  Bitcoin / Bitcoin Technical Support / Re: 0/unconfirmed for over a day on: March 25, 2011, 07:10:17 PM
Yes. You need to re-download all blocks, which will take an hour or two. The number you've downloaded is displayed at the bottom of the Bitcoin window, and here is the current number.
7236  Bitcoin / Bitcoin Technical Support / Re: 0/unconfirmed status but no unconfirmed transaction on: March 25, 2011, 06:47:32 PM
Huh, no way!  I just assumed it'd do all of its sending right away when it started, and then in intervals of several minutes thereafter.  Is there a reason for this behaviour?

It wants to randomize the resend times so it's not obvious that you own the transactions.
7237  Bitcoin / Bitcoin Technical Support / Re: 0/unconfirmed status but no unconfirmed transaction on: March 25, 2011, 06:21:02 PM
It's possible it didn't get sent at first, but it'd be odd, because I restarted the client twice with that theory, but it still didn't show up in the list for probably 20 minutes after my second restart.  My client shows that the money was sent at 7:08 UTC, while Bitcoin Charts reports the transaction at 8:16 UTC.

That might explain why it took so long. Bitcoin resends transactions 5-30 minutes after it starts, so restarting it will delay resends.
7238  Bitcoin / Bitcoin Technical Support / Re: 0/unconfirmed for over a day on: March 25, 2011, 06:17:44 PM
Try deleting everything in your Bitcoin data directory except wallet.dat (and bitcoin.conf if it exists). Your block database may have been corrupted.
7239  Bitcoin / Bitcoin Discussion / Re: Is calling it a "wallet" the wrong thing? on: March 25, 2011, 06:08:08 PM
How does the block chain download? Is it into one file? Could we call that file the "safe"?

Then people will want to back up the block chain, which is unnecessary.
7240  Bitcoin / Bitcoin Discussion / Re: Would you support moving to a system with controled inflation? on: March 25, 2011, 06:06:31 PM
Keeping the block reward at 50 BTC would continue to encourage mining forever, which might improve network security. It would be a "tax" on all coins, used to keep the network secure.

I don't think this is necessary, though.
Pages: « 1 ... 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 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 ... 421 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!