Bitcoin Forum
May 27, 2024, 08:26:20 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 373 374 375 376 377 378 379 380 381 382 383 384 ... 421 »
6661  Bitcoin / Bitcoin Discussion / Re: Bitcoin - The Inheritance Problem (and the search for a reasonable solution) on: June 03, 2011, 10:13:17 PM
Can I spend the bitcoins myself while they are in limbo to my heir? (if not, its useless)

You can take money out of a pending transaction without having to sign an entire new transaction (using the alternate SIGHASH modes), but you need to share some new data with your heir if you ever want to add more funds to the transaction.

Quote
Where is it documented and is there a client that can already do so?

It's in the code. There's no GUI for it yet.

Quote
Are there safety issues?

You need to make sure you invalidate the transaction before it becomes locked.

nLockTime is enforced by the network, so there's no way to bypass it.
6662  Bitcoin / Bitcoin Discussion / Re: Bitcoin - The Inheritance Problem (and the search for a reasonable solution) on: June 03, 2011, 09:50:14 PM
I suppose you would need to fork from the bitcoin-network to do that, right?

No. It's already in the protocol.
6663  Bitcoin / Bitcoin Discussion / Re: Scripts to explore relations (privacy) on: June 03, 2011, 09:41:37 PM
The current client wouldn't even recognize the script as being sent to you. It doesn't know how to solve it, so it just ignores it. You can't possibly spend such scripts unless you modify Bitcoin.
6664  Other / Meta / Re: Hide particular forums? on: June 03, 2011, 05:42:56 PM
I installed the mod. You can ignore boards on your profile.
6665  Bitcoin / Development & Technical Discussion / Re: Orphanned block data? on: June 03, 2011, 09:21:58 AM
It's possible. There's no tool to do it, though.
6666  Bitcoin / Development & Technical Discussion / Re: Orphanned block data? on: June 03, 2011, 09:09:23 AM
Okay thanks. And that will then be all orphans that occurred network wide, not just local ones.

No, it's just local ones. There's no way to get all network-wide orphan blocks. Some might only spread to a few dozen peers.
6667  Bitcoin / Development & Technical Discussion / Re: Orphanned block data? on: June 03, 2011, 08:40:24 AM
They're stored in your block database forever. You'll see them along with the other blocks if you use -printblock or -printblocktree.
6668  Bitcoin / Bitcoin Discussion / Re: bitcoin intrusion in your life on: June 03, 2011, 06:05:19 AM
i picture kiba as about 18. if that's roughly right, then by that measure he's been logged into this forum for more than 1% of his life!

I can't believe I've been logged in for almost 1% of my life...

Your guesses about Kiba are pretty accurate from what I've read.
6669  Bitcoin / Bitcoin Discussion / Re: bitcoin intrusion in your life on: June 03, 2011, 05:36:11 AM
Near the top left of each forum page is a figure for "total time logged in". I'm reluctant to admit that mine says 21 days. Admittedly that's spread over almost a year. Who has the highest figure?

Looks like kiba does, at 80+ days:
https://forum.bitcoin.org/index.php?action=stats

I'm second. Smiley
6670  Bitcoin / Bitcoin Discussion / Re: [BOUNTY] Chrome and/or Firefox BlockExplorer Extension on: June 03, 2011, 04:48:46 AM
Why not just use Bitcoin Block Explorer's RSS feeds? Every address has a unique RSS feed.

6671  Other / Off-topic / Re: Key-signing party! on: June 03, 2011, 04:18:00 AM
What is the difference between a PGP signature and a PGP Public key?  Is the signature a hash of the public key?  Also, why is Theymos' so damn long?  Different hash type? 

A signature verifies some data. That signature verifies that the text between "BEGIN PGP SIGNED MESSAGE" and "BEGIN PGP SIGNATURE" was actually written by me.

To verify my signature, you need my public key. If you want to send me an encrypted message, you also encrypt it to my public key.

That public key is long because it has lots of signatures. It's smaller if you remove the signatures:
http://theymos.com/theymos.txt
(This is the exact same public key.)
6672  Bitcoin / Development & Technical Discussion / Re: Design notes for sharing work between multiple independent chains on: June 03, 2011, 03:58:36 AM
The problems you outline presuppose that the miner is trying to include as many transactions as possible.

No. In my posts in this topic, I have always assumed that the miner will never include the transaction in his own blocks. I am only concerned here with what the miner will do with other blocks with transactions he can't verify.
6673  Other / Meta / Re: "The last posting from your IP was less than 5 seconds ago." on: June 03, 2011, 03:18:45 AM
This should now be fixed.
6674  Other / Meta / PM notifications fixed on: June 03, 2011, 02:19:10 AM
This has been frequently requested.

If you find these notifications annoying, be aware that you can disable them in your profile.
6675  Bitcoin / Bitcoin Technical Support / Re: Block explorer down ? on: June 03, 2011, 02:16:58 AM
Sorry, Linux crashed right after I went to sleep, and I didn't have panic_on_oops set, so it didn't restart.
6676  Other / Meta / Re: "The last posting from your IP was less than 5 seconds ago." on: June 02, 2011, 10:28:53 PM
I will look into this soon.
6677  Bitcoin / Development & Technical Discussion / Re: Design notes for sharing work between multiple independent chains on: June 02, 2011, 01:31:58 PM
Then I don't understand why people said in the demurrage fee thread that miners will forget transactions.

If storage ends up being really expensive (which I doubt), miners might use demurrage. I think it's a good solution for that (unlikely) case, in fact.

More than 50% of the miners need to agree before actually forgetting transactions, though. Otherwise you'll get the problems that I've described.
6678  Bitcoin / Bitcoin Discussion / Re: Block hash or block header hash? on: June 02, 2011, 06:32:05 AM
Block hash = block header hash.

A hash of the entire block is never made by Bitcoin, and no one uses such a hash for anything.

All of the block data is indirectly hashed through the hash tree. This is represented in the block hash.
6679  Bitcoin / Development & Technical Discussion / Re: Design notes for sharing work between multiple independent chains on: June 02, 2011, 04:48:35 AM
The miner could just ignore tx A since it doesn't add value to this tx.
Can he accept this transaction as good even if he doesn't have tx A?

The fee is not specified directly by the transaction. It is calculated by looking at the difference between input value (which is also not specified) and output value.

Ignoring the other problems with doing this, you could accept the transaction into your own blocks without knowing the exact fee, but you could not correctly verify other blocks that include the transaction. For all you know, the transaction you've forgotten permits a fee of 1000 BTC.

Quote
I would balance the risk of wasting hash power by accepting invalid blocks with the gain in hashing power for not bothering about old transactions.

You don't gain any hashing power. Only disk space, which is cheap.
6680  Bitcoin / Bitcoin Discussion / Re: 4chan takes a chance on you on: June 01, 2011, 09:19:25 PM
Neo-homosexuals?   

I believe the slang term is "newfag". Wink
Pages: « 1 ... 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 373 374 375 376 377 378 379 380 381 382 383 384 ... 421 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!