Bitcoin Forum

Bitcoin => Bitcoin Discussion => Topic started by: Gareth Nelson on January 15, 2012, 07:00:14 PM



Title: Need a quick and to the point answer on this one
Post by: Gareth Nelson on January 15, 2012, 07:00:14 PM
I have the following:
A private key (or several)
A bitcoin address I want to send funds to
No blockchain

How can I create a transaction which I can then transmit into the network that will send funds from the private keys to the specified address with the following constraints:

No reliance on third-party services
No bitcoind

Is this even possible or not?

I suspect it to be impossible without knowing the previous input transaction for the provided private key, so what is the simplest way to find those input transactions rapidly?

If I remove the "no bitcoind" constraint, is there a simple way to do this without importing the private key into the client wallet?


Title: Re: Need a quick and to the point answer on this one
Post by: ineededausername on January 15, 2012, 07:05:11 PM
It really is impossible without access to a blockchain... you're right; you wouldn't know the inputs.

As for the rest, I'm not enough of an expert to tell you.


Title: Re: Need a quick and to the point answer on this one
Post by: genjix on January 15, 2012, 07:53:49 PM
yeah its called a flyweight client,
https://bitcointalk.org/index.php?topic=50721.0