Pages:
Author

Topic: Coin Control Without Satoshi Client? (Read 2276 times)

sr. member
Activity: 448
Merit: 250
It's Money 2.0| It’s gold for nerds | It's Bitcoin
June 15, 2014, 03:26:03 PM
#24
Hiya,

I've been using the Satoshi client for a long time now, and since my internet speed and CPUs are horribly slow, well blockchain synchronization takes forever. However, I very much like the coin control feature in the client.

Is there any alternative client where I don't have to download the entire blockchain but there is still coin control features?

Thanks.

The only other wallet service that I am aware of that allows you to control your coins at the level that Bitcoin-QT does is blockchain.info's wallet. You can us custom send to specify which addresses to use for inputs, the change address and the miners fee (custom send)

Yes, I am well aware of that possibility. However, I was looking for something similar to the level of control as Bitcoin Core, where you can control the individual inputs. Per-address input selection is just not fine enough for me.

I believe there is an option on the blockchain.info website that allows you to push a signed TX to the network without a client. If you were to create and sign a TX with your individual inputs that you want to spend then you could use blockexplorer to keep track of your spent and unspent inputs.

I've been using raw TXs to do my transactions for the past while, but it got a tad complicated with so many inputs.
I think I'll go away from that path for now because the last time I tried, I sent my output as the fee. #whoops
I know of a site (brainwallet.org) that has a slightly less complicated GUI for creating raw TXs, but AFAIK, you can't use inputs from multiple addresses on there, which I nearly always do.

My question is, why do you wish to have that much control over your inputs? Any program that gives you this control will have the possibility of making that mistake. With a wallet like multibit this would never happen. Even if you used blockchain.info's custom send, you would have control over where the coins come from.

I get small transactions to my Bitcoin addresses pretty regularly and I like the control over my inputs because it lets me consolidate them easily.
Pretty stupid reason, but oh well.

That is fair enough. I believe that most clients will attempt to group together inputs in the most efficient way possible.

Either way it is your money and you can do as you wish with it.
legendary
Activity: 1008
Merit: 1000
June 15, 2014, 01:20:02 PM
#23
Ugh confusing stuff everywhere Sad

Just wait til 2.0... it'll be in there.

Yeah, that's probably what I'll do.
sr. member
Activity: 475
Merit: 252
June 15, 2014, 01:15:39 PM
#22
Ugh confusing stuff everywhere Sad

Just wait til 2.0... it'll be in there.
legendary
Activity: 1008
Merit: 1000
June 15, 2014, 09:39:36 AM
#21
Isn't the current git head just version 1.9.8? Because I'm reading through the release notes and it says that 1.9.8 contains features initially planned for version 2.0.

The commit is https://github.com/spesmilo/electrum/commit/e699ab6660ba91ccf194bed9d9aa4aa1ed913fb8

This commit is not in the 1.9.8 release. The 1.9.8 release is only up to this commit: https://github.com/spesmilo/electrum/commit/f92b483942d3f8ee51506e0436d9b524db33a336

So if you are up to date on the git HEAD, you can access this functionality. Not to mention currently 2 of 3 and 2 of 2 BIP32 wallets are implemented.

If you would like to cherry-pick the coin control commit, it doesn't look dependent on any other recent commits, and only modifies the "send from" function to split up into outputs.

How to use git cherry-pick
http://git-scm.com/docs/git-cherry-pick

Ugh confusing stuff everywhere Sad
legendary
Activity: 1008
Merit: 1000
June 15, 2014, 09:36:39 AM
#20
Hiya,

I've been using the Satoshi client for a long time now, and since my internet speed and CPUs are horribly slow, well blockchain synchronization takes forever. However, I very much like the coin control feature in the client.

Is there any alternative client where I don't have to download the entire blockchain but there is still coin control features?

Thanks.

The only other wallet service that I am aware of that allows you to control your coins at the level that Bitcoin-QT does is blockchain.info's wallet. You can us custom send to specify which addresses to use for inputs, the change address and the miners fee (custom send)

Yes, I am well aware of that possibility. However, I was looking for something similar to the level of control as Bitcoin Core, where you can control the individual inputs. Per-address input selection is just not fine enough for me.

I believe there is an option on the blockchain.info website that allows you to push a signed TX to the network without a client. If you were to create and sign a TX with your individual inputs that you want to spend then you could use blockexplorer to keep track of your spent and unspent inputs.

I've been using raw TXs to do my transactions for the past while, but it got a tad complicated with so many inputs.
I think I'll go away from that path for now because the last time I tried, I sent my output as the fee. #whoops
I know of a site (brainwallet.org) that has a slightly less complicated GUI for creating raw TXs, but AFAIK, you can't use inputs from multiple addresses on there, which I nearly always do.

My question is, why do you wish to have that much control over your inputs? Any program that gives you this control will have the possibility of making that mistake. With a wallet like multibit this would never happen. Even if you used blockchain.info's custom send, you would have control over where the coins come from.

I get small transactions to my Bitcoin addresses pretty regularly and I like the control over my inputs because it lets me consolidate them easily.
Pretty stupid reason, but oh well.
sr. member
Activity: 475
Merit: 252
June 15, 2014, 05:48:55 AM
#19
Isn't the current git head just version 1.9.8? Because I'm reading through the release notes and it says that 1.9.8 contains features initially planned for version 2.0.

The commit is https://github.com/spesmilo/electrum/commit/e699ab6660ba91ccf194bed9d9aa4aa1ed913fb8

This commit is not in the 1.9.8 release. The 1.9.8 release is only up to this commit: https://github.com/spesmilo/electrum/commit/f92b483942d3f8ee51506e0436d9b524db33a336

So if you are up to date on the git HEAD, you can access this functionality. Not to mention currently 2 of 3 and 2 of 2 BIP32 wallets are implemented.

If you would like to cherry-pick the coin control commit, it doesn't look dependent on any other recent commits, and only modifies the "send from" function to split up into outputs.

How to use git cherry-pick
http://git-scm.com/docs/git-cherry-pick
sr. member
Activity: 448
Merit: 250
It's Money 2.0| It’s gold for nerds | It's Bitcoin
June 15, 2014, 02:04:54 AM
#18
Hiya,

I've been using the Satoshi client for a long time now, and since my internet speed and CPUs are horribly slow, well blockchain synchronization takes forever. However, I very much like the coin control feature in the client.

Is there any alternative client where I don't have to download the entire blockchain but there is still coin control features?

Thanks.

The only other wallet service that I am aware of that allows you to control your coins at the level that Bitcoin-QT does is blockchain.info's wallet. You can us custom send to specify which addresses to use for inputs, the change address and the miners fee (custom send)

Yes, I am well aware of that possibility. However, I was looking for something similar to the level of control as Bitcoin Core, where you can control the individual inputs. Per-address input selection is just not fine enough for me.

I believe there is an option on the blockchain.info website that allows you to push a signed TX to the network without a client. If you were to create and sign a TX with your individual inputs that you want to spend then you could use blockexplorer to keep track of your spent and unspent inputs.

I've been using raw TXs to do my transactions for the past while, but it got a tad complicated with so many inputs.
I think I'll go away from that path for now because the last time I tried, I sent my output as the fee. #whoops
I know of a site (brainwallet.org) that has a slightly less complicated GUI for creating raw TXs, but AFAIK, you can't use inputs from multiple addresses on there, which I nearly always do.

My question is, why do you wish to have that much control over your inputs? Any program that gives you this control will have the possibility of making that mistake. With a wallet like multibit this would never happen. Even if you used blockchain.info's custom send, you would have control over where the coins come from.
legendary
Activity: 1008
Merit: 1000
June 14, 2014, 01:18:07 PM
#17
Electrum 2.0 will have coin control in it.

If you are a developer and can compile the source yourself, the current git head has coin control added.

You must right click an address with a balance and click "send from" (this can be while selecting multiple addresses.) and then in the send tab, each output will be a separate line, you can select and right click > "remove" to remove the outputs you don't want to send.

Isn't the current git head just version 1.9.8? Because I'm reading through the release notes and it says that 1.9.8 contains features initially planned for version 2.0.
legendary
Activity: 1008
Merit: 1000
June 14, 2014, 01:14:26 PM
#16
Electrum 2.0 will have coin control in it.

If you are a developer and can compile the source yourself, the current git head has coin control added.

You must right click an address with a balance and click "send from" (this can be while selecting multiple addresses.) and then in the send tab, each output will be a separate line, you can select and right click > "remove" to remove the outputs you don't want to send.

Sounds exactly like what I'm looking for. I'll probably wait for Electrum 2.0 to be released, because I don't fancy compiling stuff.

Thanks!
legendary
Activity: 1008
Merit: 1000
June 14, 2014, 12:59:42 PM
#15
Hiya,

I've been using the Satoshi client for a long time now, and since my internet speed and CPUs are horribly slow, well blockchain synchronization takes forever. However, I very much like the coin control feature in the client.

Is there any alternative client where I don't have to download the entire blockchain but there is still coin control features?

Thanks.

The only other wallet service that I am aware of that allows you to control your coins at the level that Bitcoin-QT does is blockchain.info's wallet. You can us custom send to specify which addresses to use for inputs, the change address and the miners fee (custom send)

Yes, I am well aware of that possibility. However, I was looking for something similar to the level of control as Bitcoin Core, where you can control the individual inputs. Per-address input selection is just not fine enough for me.

I believe there is an option on the blockchain.info website that allows you to push a signed TX to the network without a client. If you were to create and sign a TX with your individual inputs that you want to spend then you could use blockexplorer to keep track of your spent and unspent inputs.

I've been using raw TXs to do my transactions for the past while, but it got a tad complicated with so many inputs.
I think I'll go away from that path for now because the last time I tried, I sent my output as the fee. #whoops
I know of a site (brainwallet.org) that has a slightly less complicated GUI for creating raw TXs, but AFAIK, you can't use inputs from multiple addresses on there, which I nearly always do.
sr. member
Activity: 475
Merit: 252
June 14, 2014, 12:58:43 PM
#14
Electrum 2.0 will have coin control in it.

If you are a developer and can compile the source yourself, the current git head has coin control added.

You must right click an address with a balance and click "send from" (this can be while selecting multiple addresses.) and then in the send tab, each output will be a separate line, you can select and right click > "remove" to remove the outputs you don't want to send.
sr. member
Activity: 448
Merit: 250
It's Money 2.0| It’s gold for nerds | It's Bitcoin
June 14, 2014, 12:49:03 PM
#13
Hiya,

I've been using the Satoshi client for a long time now, and since my internet speed and CPUs are horribly slow, well blockchain synchronization takes forever. However, I very much like the coin control feature in the client.

Is there any alternative client where I don't have to download the entire blockchain but there is still coin control features?

Thanks.

The only other wallet service that I am aware of that allows you to control your coins at the level that Bitcoin-QT does is blockchain.info's wallet. You can us custom send to specify which addresses to use for inputs, the change address and the miners fee (custom send)

Yes, I am well aware of that possibility. However, I was looking for something similar to the level of control as Bitcoin Core, where you can control the individual inputs. Per-address input selection is just not fine enough for me.

I believe there is an option on the blockchain.info website that allows you to push a signed TX to the network without a client. If you were to create and sign a TX with your individual inputs that you want to spend then you could use blockexplorer to keep track of your spent and unspent inputs.
legendary
Activity: 1008
Merit: 1000
June 12, 2014, 10:05:38 PM
#12
Hiya,

I've been using the Satoshi client for a long time now, and since my internet speed and CPUs are horribly slow, well blockchain synchronization takes forever. However, I very much like the coin control feature in the client.

Is there any alternative client where I don't have to download the entire blockchain but there is still coin control features?

Thanks.

The only other wallet service that I am aware of that allows you to control your coins at the level that Bitcoin-QT does is blockchain.info's wallet. You can us custom send to specify which addresses to use for inputs, the change address and the miners fee (custom send)

Yes, I am well aware of that possibility. However, I was looking for something similar to the level of control as Bitcoin Core, where you can control the individual inputs. Per-address input selection is just not fine enough for me.
sr. member
Activity: 448
Merit: 250
It's Money 2.0| It’s gold for nerds | It's Bitcoin
June 12, 2014, 10:00:08 PM
#11
Hiya,

I've been using the Satoshi client for a long time now, and since my internet speed and CPUs are horribly slow, well blockchain synchronization takes forever. However, I very much like the coin control feature in the client.

Is there any alternative client where I don't have to download the entire blockchain but there is still coin control features?

Thanks.

The only other wallet service that I am aware of that allows you to control your coins at the level that Bitcoin-QT does is blockchain.info's wallet. You can us custom send to specify which addresses to use for inputs, the change address and the miners fee (custom send)
legendary
Activity: 1008
Merit: 1000
May 26, 2014, 01:04:57 PM
#10
Piotr_n: you posted that already in this thread. Why are you telling me again?
Sorry - misunderstanding.

I wasn't sure what you meant asking what would be the easiest way to implement "this", nor who you were even talking to.
You posted it right after the post where I mentioned "Creating a GUI wrapper", so I though that "this" could be referring to implementing the GUI wrapper.

And what was your "this" actually referring to, BTW?

Ah ok. I was responding to the OP, asking if he used electrum since he didn't say what he used. I didn't understand why you were telling me about gocoin since I saw your post, but, I guess if you thought I was responding to yours that'd explain the confusion.

This - being one possible solution for the OP. Something to get his UXTOs and let him choose what he spends.

For me, I currently use Bitcoin Core with blockchain.info for email alerts, so I don't have to constantly be syncing my blockchain.
I'm perfectly fine with switching to Electrum if it could do what I want, or any other client as a matter of fact.
sr. member
Activity: 412
Merit: 266
May 26, 2014, 10:30:47 AM
#9
Piotr_n: you posted that already in this thread. Why are you telling me again?
Sorry - misunderstanding.

I wasn't sure what you meant asking what would be the easiest way to implement "this", nor who you were even talking to.
You posted it right after the post where I mentioned "Creating a GUI wrapper", so I though that "this" could be referring to implementing the GUI wrapper.

And what was your "this" actually referring to, BTW?

Ah ok. I was responding to the OP, asking if he used electrum since he didn't say what he used. I didn't understand why you were telling me about gocoin since I saw your post, but, I guess if you thought I was responding to yours that'd explain the confusion.

This - being one possible solution for the OP. Something to get his UXTOs and let him choose what he spends.
legendary
Activity: 2053
Merit: 1354
aka tonikt
May 26, 2014, 07:54:37 AM
#8
Piotr_n: you posted that already in this thread. Why are you telling me again?
Sorry - misunderstanding.

I wasn't sure what you meant asking what would be the easiest way to implement "this", nor who you were even talking to.
You posted it right after the post where I mentioned "Creating a GUI wrapper", so I though that "this" could be referring to implementing the GUI wrapper.

And what was your "this" actually referring to, BTW?
sr. member
Activity: 412
Merit: 266
May 26, 2014, 07:50:17 AM
#7
Piotr_n: you posted that already in this thread. Why are you telling me again?
legendary
Activity: 2053
Merit: 1354
aka tonikt
May 26, 2014, 04:15:46 AM
#6
I would not know about Electrum, but if someone would like to make a coin-control GUI wrapper for Gocoin wallet, that is easy to implement:

1) Run tools/fetchbal to fetch unspent outputs of your wallet

2) Edit balance/unspent.txt file and leave there only the coins you are going to spend

3) Run "wallet -fee 0.001 -send addr=amount -change change_addr" to crate & sign a transaction. You can add "-useallinputs" switch, if you want to force including all the inputs (otherwise it will only use as many as you need for the amount).

4) Broadcast the raw transaction file, e.g. using this page: https://blockchain.info/pushtx

You don't need Electrum nowhere in the process.
sr. member
Activity: 412
Merit: 266
May 26, 2014, 12:05:11 AM
#5
I wonder about the easiest way to implement this. Do you use electrum by any chance? That would really simplify how you learn about transactions.

So - Query an API for tx's to addresses in your wallet, list all unspent inputs, give you a checkbox to select which inputs you want to spend, and then create a raw transaction suitable for electrum, and then broadcast?
Pages:
Jump to: