Bitcoin Forum
May 05, 2024, 02:16:18 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 413 414 415 416 417 418 419 420 421 »
7421  Bitcoin / Development & Technical Discussion / Re: Code Question? on: March 07, 2011, 02:56:54 AM
When the two networks combine, the generations in the smaller network become invalid. All transactions based on those generated coins also become invalid.
7422  Economy / Economics / Re: Attempting to understand difficulty on: March 06, 2011, 10:48:59 PM
Is that actually right, or do all clients use the new difficulty that was calculated by the node that generated the first block at that new difficulty?

That would be really insecure. All nodes calculate it independently. All nodes use the same time, which is based upon block timestamps.
7423  Bitcoin / Project Development / Re: Bitcoin.org Redesign (mockups inside) on: March 06, 2011, 10:45:02 PM
That looks really nice. I like the first one better.
7424  Economy / Economics / Re: Attempting to understand difficulty on: March 06, 2011, 08:17:11 PM
Is there somewhere where I can see difficulty history? The following link is dead -

http://nullvoid.org/bitcoin/difficultiez.php

http://blockexplorer.com/q/nethash
7425  Bitcoin / Bitcoin Discussion / Re: Bitcoin Block Explorer on: March 06, 2011, 06:42:28 AM
http://blockexplorer.com/testnet is now using the new testnet.
7426  Economy / Marketplace / Re: WTB Amazon gift card (US) on: March 06, 2011, 05:22:00 AM
I have 7 $15 Amazon gift codes that I'll sell for 16.5 BTC each.
7427  Bitcoin / Bitcoin Discussion / Re: Possible to export transaction history to spreadsheet? on: March 06, 2011, 01:34:49 AM
Keep in mind that the address ledgers/balances on Bitcoin Block Explorer are not totally accurate after sends, since some of your money gets sent to a new address.
7428  Bitcoin / Project Development / Re: Do we need Forum moderators on: March 05, 2011, 11:49:03 PM
I'm reading the same questions again and again and again.
We need moderators who can close those threads and point to the already existing ones.

Clearly the topics are generating discussion, which is good. If it is truly a useless duplicate, then someone will post a link to the "official answer" and the topic will die on its own. This is exactly what a moderator would do, except that a moderator might lock the thread and prevent even the possibility of a useful discussion.

This makes a lot of sense. What about when we have an influx of noobies and 3 threads about the horrors of lost coins appear at the same time? Are there some occasions for lock/combine?

I might merge or delete topics if I see very similar topics posted around the same time, especially if many people complain about it. I prefer for someone to just post a link and let the topic die naturally, though.

Quote from: FreeMoney
I think I'm going to make an list of threads about the most common topics so I can quickly link new threads to the relevant thread. If I get much done I'll share it. Another way to do it might be to pull out good answers from the thread, put them in the wiki and link there to avoid linking newcomers to long ass threads.

Good idea.
7429  Bitcoin / Project Development / Re: Do we need Forum moderators on: March 05, 2011, 08:36:02 PM
I never lock threads. Often, duplicate threads get even more useful replies than the original because people don't have to get up-to-speed on a huge topic. "Completed" topics might benefit from new information.

Off-topic posts are a problem, but I'm not sure how to deal with them. I don't want to delete them on sight, since that causes confusion and makes people upset. The split/merge tools are not flexible enough to deal with larger cases without ruining the discussion.
7430  Bitcoin / Development & Technical Discussion / Re: Bitcoin "From" address, can i change it? on: March 05, 2011, 07:58:42 PM
For average users, using just one address per account would solve a lot of problems. Backups would be much easier.
7431  Bitcoin / Bitcoin Technical Support / Re: Google DNS - MtGox ? on: March 05, 2011, 07:54:30 PM
Does the board have moderators to merge all these duplicate threads? Smiley

Merging topics is usually too confusing.

No section seems much better than this one, so I'm not going to move this topic. I believe the OP is capable of moving the topic, though, if he thinks some other section is better.
7432  Bitcoin / Bitcoin Discussion / Re: What will happen when all of the blocks have been generated? on: March 05, 2011, 06:22:28 PM
Does that mean transaction costs will become 25 BTC after drop of block profit from 50 to 25 ?

There are many transactions per block, so the fee per transaction can be low. The total block reward might also be reduced from 50 BTC, in which case the total computational power of the network will likely decrease.
7433  Bitcoin / Development & Technical Discussion / Re: Bitcoin "From" address, can i change it? on: March 05, 2011, 07:44:18 AM
Are "accounts" and "sendfrom" features of the bitcoind daemon?

Yes.
7434  Bitcoin / Development & Technical Discussion / Re: Bitcoin "From" address, can i change it? on: March 05, 2011, 07:32:55 AM
For bookkeeping you can use accounts and RPC "sendfrom", and Bitcoin will keep track of individual account balances. If you sendfrom an account and its balance is too low, the transaction will fail and you'll have to "move" funds from some other account. This is all artificial, though -- "sendfrom" doesn't actually try to send from account-owned addresses.

Being able to choose coins would be useful, especially for anonymity reasons.
7435  Bitcoin / Development & Technical Discussion / Re: Bitcoin "From" address, can i change it? on: March 05, 2011, 05:21:54 AM
You can't choose your "from" addresses in the official client. Even if there was an option for this, it would still only be possible to send from an address that has an unspent transaction belonging to it.

Unspent transactions are called "coins". You can only redeem full coins, so if you don't have a batch of coins that can be evenly combined into the desired send value, you need to send yourself some change. Bitcoin tries to choose a set of coins that fits the desired send value closely, minimizing change.
7436  Bitcoin / Bitcoin Technical Support / Re: Exception running bitcoin on: March 05, 2011, 01:43:52 AM
You might want to invest in a copy of SpinRite and check your hard disk for errors.

Before buying SpinRite, you can check to see whether there is a disk problem by running "badblocks -s /dev/whatever" on Linux.
7437  Bitcoin / Project Development / Re: [Bounty Paid!] Go to Wall St in Front of N.Y. Stock Exchange on: March 05, 2011, 12:44:18 AM
First-word nations seem to be feeding themselves just fine.

7438  Bitcoin / Development & Technical Discussion / Re: A full shell script implementation of bitcoin ? on: March 04, 2011, 08:38:02 PM
The last hash is doubled.
7439  Economy / Marketplace / Re: I need a company name (30 BTC to the winner) on: March 04, 2011, 03:53:52 AM
I like using "pronounceable password generators" to come up with names for things. I just go through the results and pick one that sounds good, oftentimes modifying it slightly.
7440  Bitcoin / Development & Technical Discussion / Re: Problems with send buffer limits in 0.3.20 on: March 03, 2011, 09:43:18 PM
With a 10MB limit, someone can create 10 full blocks within a 500-block span to disable getblocks uploading for almost the entire network. This is probably an even more effective attack than whatever the limit is designed to protect against.
Pages: « 1 ... 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 413 414 415 416 417 418 419 420 421 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!