Bitcoin Forum
May 29, 2024, 03:19:00 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Bitcoin Discussion / Re: Live Blog - Security Panel Bitcoin 2013 on: May 18, 2013, 09:57:07 PM
Thank you very much for doing this for us who couldn't attend.

I'm also very curious about Dan being worked up over POW and his prediction. Care to elaborate on what he said?
2  Bitcoin / Development & Technical Discussion / Re: Can TXID be caculated before TX commited? on: May 18, 2013, 02:38:21 PM
Hello all!
Is TXID predictable before transaction broadcast to peers?
Or in other words,can someone choose a certain txid he want when broadcast a transaction?

Hi!

Yes, it's a hash based on the content of the transaction. See the bitcoin wiki or this question:
http://bitcoin.stackexchange.com/questions/2859/how-are-transaction-hashes-calculated

The answer to the second question is no. Furthermore that would be an undesirable feature of a hash function. See "preimage attack".
3  Bitcoin / Development & Technical Discussion / Re: Delayed transactions (using nTimeLock) on: May 18, 2013, 12:05:04 AM
scrubadub, as long as out-of-band communication is ok, you can get the behavior of #2 by using a chain of transactions. No need for a hard fork.

1. Create a transaction Tx1 that spends the amount to an output requiring two pubkeys (sender and receiver). Broadcast.
2. Create a transaction Tx2 that spends the output of Tx1 to an address controlled by the receiver. Add preferred nLockTime, and set the sequence number to < UINT_MAX to not make it final. Sign and send to the receiver.

The receiver waits until Tx1 is in a block, and so the possibility of a Finney attack is gone. The sender has no control over the coins anymore. The coins are spendable to the receiver after nLockTime by first broadcasting Tx2.

A similar one to this and other fun constructs can be found in the article Contracts on the wiki Smiley

Mike, isn't this what you meant? Why do you say the risk of a Finney is reduced, and not gone?

// Fredrik
4  Economy / Service Announcements / Re: [ANN] BitPay Hires Bitcoin Core-Developer Jeff Garzik on: May 14, 2013, 08:37:33 PM
Is this a full-time position?  Meaning, he quit red hat and now working on bitpay 100%?

Sure sounds like it.

Quote
The job at BitPay will allow him to work full-time on Bitcoin, BitPay, and related open-source projects to benefit the Bitcoin community.
5  Bitcoin / Press / Re: 2013-05-14 HuffPo: Bitcoins: A Positive Step Towards Truly Frictionless Commerce on: May 14, 2013, 08:35:59 PM
He gets it.

Good and fairly short article. Just one thing though:

Quote
Still more significant is the ongoing transactional cost -- up to 6%,

Try 10% or more in some cases. That's the reality of small credit card payments  Angry
6  Economy / Service Announcements / Re: [ANN] BitPay Hires Bitcoin Core-Developer Jeff Garzik on: May 14, 2013, 08:21:42 PM
Well done. Congratulations to BitPay and Jeff Garzik Smiley
7  Other / Beginners & Help / Re: Whitelist Requests (Want out of here?) on: May 01, 2013, 09:11:00 PM
I hope this is enough to authenticate me as past the newbie stage:
Bitcoin is a distributed timestamp server for contracts. It uses a programming language similar to Forth to describe the conditions under which bitcoin in a transaction can be spent (used by another transaction).

Now please get me out of here so I can reply to threads in the technical forum Smiley
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!