Author

Topic: How Can I Specify Which Input Addresses? (Coin Control) (Read 740 times)

full member
Activity: 140
Merit: 100
1221iZanNi5igK7oAA7AWmYjpsyjsRbLLZ
Baffling, yes.

I think there aren't that many developers with enough free time to do it. I have the free time but since I'm unemployed, I have to focus on survival.

Here's my address if you want me to port it from 0.6.x and fix the remaining bugs: 1GiN4UWo8VZ9PZuJXfMQYbQyP9opGsayYD
hero member
Activity: 576
Merit: 514
I thought that I saw somewhere that someone had already created a custom version of Bitcoin-Qt that had coin-control in it?  For whatever reason the modifications never made it into the version generally recognized as being the "official"version.  I don't remember when/where I saw it so I could be mistaken.
Someone has for a 0.6.x version, but nobody seems to want to support it:
https://bitcointalksearch.org/topic/m.1420252

I've also contacted the dev some time ago, but sadly there's no reply so far:
https://bitcointalksearch.org/topic/--24784

I baffles me that such a great feature is ignored and instead it's suggested to create raw transactions in the debug console to those who value privacy.
legendary
Activity: 3388
Merit: 4615
I thought that I saw somewhere that someone had already created a custom version of Bitcoin-Qt that had coin-control in it?  For whatever reason the modifications never made it into the version generally recognized as being the "official"version.  I don't remember when/where I saw it so I could be mistaken.
full member
Activity: 140
Merit: 100
1221iZanNi5igK7oAA7AWmYjpsyjsRbLLZ
Ok this is great!

So I've been playing around with Electrum and I like what I see.

I should probably tweak Bitcoin-Qt to add this feature. Would anybody want that? (For a few BTC I'd be sure and do it)
hero member
Activity: 651
Merit: 501
My PGP Key: 92C7689C
. . .
this is not supported by the Qt client (as of today).

However, the following clients do support this feature (each with their own way):

Electrum (see the Prioritize context menu in the receive tab)
Armory
Blockchain.info

Or, depending on your skills, I suppose you can create a raw transaction and paste it into the [ Help->Debug window->Console ] in Bitcoin-Qt.

That's the approach I took with CheapSweep, except that it talks to bitcoind's RPC interface.
legendary
Activity: 1288
Merit: 1226
Away on an extended break
. . .
this is not supported by the Qt client (as of today).

However, the following clients do support this feature (each with their own way):

Electrum (see the Prioritize context menu in the receive tab)
Armory
Blockchain.info

Or, depending on your skills, I suppose you can create a raw transaction and paste it into the [ Help->Debug window->Console ] in Bitcoin-Qt.
+1. Use createrawtransaction, signrawtransaction, and pushrawtransaction. A huge hassle though - I learnt this the hard way a couple days ago.  Wink
vip
Activity: 812
Merit: 1000
13
I'm using the official Bitcoin-Qt client (0.7.2) and so far have just been receiving coins.

How can I control the inputs to a transaction? I've read Quantitative Analysis of the Full Bitcoin Transaction Graph (PDF) - I think that means I don't want to just combine all my coins by sending them to one address. An algorithm could safely deduce that all the inputs to the transaction were really just me all along.

I want to get in the habit of being as anonymous as possible. I understand that there's no such thing as perfect anonymity.

The "send coins" view in Bitcoin-Qt is missing an option to pick an input and see what the balance is at that address. I googled to see if anyone had asked a similar question but didn't find one.

Get the Armory client. It's not a reference implementation but no one has ever lost their coins to a programmer error (right guys?). Armory is the only client that can do what you want as far as I know.
legendary
Activity: 3388
Merit: 4615
. . .
this is not supported by the Qt client (as of today).

However, the following clients do support this feature (each with their own way):

Electrum (see the Prioritize context menu in the receive tab)
Armory
Blockchain.info

Or, depending on your skills, I suppose you can create a raw transaction and paste it into the [ Help->Debug window->Console ] in Bitcoin-Qt.
legendary
Activity: 1064
Merit: 1011
760930
If you know the right keywords to search for, you can find some stuff... Try googling "coin control" Smiley

If you don't want to waste too much time, the short answer is, this is not supported by the Qt client (as of today).

However, the following clients do support this feature (each with their own way):

Electrum (see the Prioritize context menu in the receive tab)
Armory
Blockchain.info
full member
Activity: 140
Merit: 100
1221iZanNi5igK7oAA7AWmYjpsyjsRbLLZ
I'm using the official Bitcoin-Qt client (0.7.2) and so far have just been receiving coins.

How can I control the inputs to a transaction? I've read Quantitative Analysis of the Full Bitcoin Transaction Graph (PDF) - I think that means I don't want to just combine all my coins by sending them to one address. An algorithm could safely deduce that all the inputs to the transaction were really just me all along.

I want to get in the habit of being as anonymous as possible. I understand that there's no such thing as perfect anonymity.

The "send coins" view in Bitcoin-Qt is missing an option to pick an input and see what the balance is at that address. I googled to see if anyone had asked a similar question but didn't find one.
Jump to: