public inbox for bitcoindev@googlegroups.com
 help / color / mirror / Atom feed
* [Bitcoin-development] Transaction Delivery and Storage
@ 2011-10-05  5:18 Brian McQueen
  2011-10-05  5:23 ` Gregory Maxwell
  2011-10-05 15:17 ` Mike Hearn
  0 siblings, 2 replies; 3+ messages in thread
From: Brian McQueen @ 2011-10-05  5:18 UTC (permalink / raw)
  To: Bitcoin-development

I see the Contracts wiki page talking about,

1) Transactions passed around outside the P2P network ...
2) ... transaction ... not broadcast right away

How are transactions created, stored and transmitted?  How will they
be brought back into the P2P network once they are out?

B

-- 
Make a Small Loan, Make a Big Difference - Check out Kiva.org to Learn How!



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Bitcoin-development] Transaction Delivery and Storage
  2011-10-05  5:18 [Bitcoin-development] Transaction Delivery and Storage Brian McQueen
@ 2011-10-05  5:23 ` Gregory Maxwell
  2011-10-05 15:17 ` Mike Hearn
  1 sibling, 0 replies; 3+ messages in thread
From: Gregory Maxwell @ 2011-10-05  5:23 UTC (permalink / raw)
  To: Brian McQueen; +Cc: Bitcoin-development

On Wed, Oct 5, 2011 at 1:18 AM, Brian McQueen <mcqueenorama@gmail•com> wrote:
> I see the Contracts wiki page talking about,
>
> 1) Transactions passed around outside the P2P network ...
> 2) ... transaction ... not broadcast right away
>
> How are transactions created, stored and transmitted?  How will they
> be brought back into the P2P network once they are out?

However you want. The P2P network isn't all the essential to bitcoin.
With patches you can import and export transactions to text from a
regular client.

The distributed algorithm and the block chain are far more essential
to bitcoin than the p2p network is, you could interconnect all bitcoin
systems with morse code operators running spark gap transmitters with
nary an IP packet in sight and it would still be bitcoin.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Bitcoin-development] Transaction Delivery and Storage
  2011-10-05  5:18 [Bitcoin-development] Transaction Delivery and Storage Brian McQueen
  2011-10-05  5:23 ` Gregory Maxwell
@ 2011-10-05 15:17 ` Mike Hearn
  1 sibling, 0 replies; 3+ messages in thread
From: Mike Hearn @ 2011-10-05 15:17 UTC (permalink / raw)
  To: Brian McQueen; +Cc: Bitcoin-development

[-- Attachment #1: Type: text/plain, Size: 331 bytes --]

I imagine a lot of the things on the contracts page will be implemented by
specialized software that interacts with the Bitcoin network directly.
Transactions would then be moved around, for example, by having clients do
HTTP POSTs of protocol buffers to servers that are listening and know how to
interpret the received messages.

[-- Attachment #2: Type: text/html, Size: 363 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-10-05 15:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-05  5:18 [Bitcoin-development] Transaction Delivery and Storage Brian McQueen
2011-10-05  5:23 ` Gregory Maxwell
2011-10-05 15:17 ` Mike Hearn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox