Pages:
Author

Topic: Yet another Coin Control Release [CLOSED] - page 5. (Read 47431 times)

newbie
Activity: 21
Merit: 0
new coins can only be used after several blocks or confirmations, like 144 or 150 or something, I forgot exactly.

120 with Bitcoin, 520 with PPCoin, etc.

Where is this info? I can't seem to find it on the wiki. Maybe it's in the source code? Anyway, that just means you need to wait a little bit less than a day to use newly mined bitcoins, or about 20 hours.

Here: https://en.bitcoin.it/wiki/Protocol_rules#.22tx.22_messages

Rule 12. For each input, if the referenced output transaction is coinbase (i.e. only 1 input, with hash=0, n=-1), it must have at least COINBASE_MATURITY (100) confirmations; else reject this transaction.

The bitcoin client might decide to wait longer, but below 100 confirmations the network would reject the transaction.



legendary
Activity: 1708
Merit: 1019
I would like to build on Windows myself (using EasyWinBuilder;)). Unfortunately the github link is not working any more and the linux source archive seems to be missing the Qt project file.

Trying Sipa's branch...
legendary
Activity: 1708
Merit: 1019
You are welcome to vote for Coin Control as Bitcoin Project of the Quarter:
https://bitcointalksearch.org/topic/bps-bitcoin-project-of-the-season-winter-2014-winner-bitwasp-251087
hero member
Activity: 546
Merit: 500
It works for me. Thanks!
member
Activity: 65
Merit: 10
RVelasco mi nuevo usuario
update: v0.8.3

Yeah, Thank you very much
sr. member
Activity: 364
Merit: 250
Great!
Thank you very much for your work Smiley
member
Activity: 61
Merit: 15
update: v0.8.3
member
Activity: 65
Merit: 10
RVelasco mi nuevo usuario
Hi. Thanks for the coin control.
Waiting for coin control in 0.8.3
legendary
Activity: 3416
Merit: 1912
The Concierge of Crypto
new coins can only be used after several blocks or confirmations, like 144 or 150 or something, I forgot exactly.

120 with Bitcoin, 520 with PPCoin, etc.

Where is this info? I can't seem to find it on the wiki. Maybe it's in the source code? Anyway, that just means you need to wait a little bit less than a day to use newly mined bitcoins, or about 20 hours.
member
Activity: 112
Merit: 10
What do you mean by change? What is change? What change? What kind of change? What is a change address? I feel like I should know what this is, but I don't.

The change input field overflows to the right without being dynamic, as well as the change coin information when using the smallest default size for the client. I'm sure there's enough room to fit it all compactly.
legendary
Activity: 3416
Merit: 1912
The Concierge of Crypto
I'm not sure about your particular transaction, but on main net with real bitcoins it works like this:

1. select inputs or rather, select unspent outputs. Only those selected will be used. Everything in those outputs will be used.
2. pay to 1bitcoinaddress. If there is change, you can send it back to a custom change address which can be the same as any of the addresses used by an unspent output.
3. add more recipients as you need, or spend everything so you don't have change.

I have no experience with newly mined coins with coin control, but I believe new coins can only be used after several blocks or confirmations, like 144 or 150 or something, I forgot exactly.
member
Activity: 61
Merit: 15
Using cozz version for few days now, no bugs found whatsoever. One feature request though, it would be cool if numbers on right to "Amount"
and "Minus Fee" are selectable so that one just selects them and copy / paste to BTC amount field. It would make sending the exact "Minus Fee"
amount faster and easier (moving all selected inputs - fee to some address).

you can copy to clipboard. simply direct right click.
legendary
Activity: 3416
Merit: 1912
The Concierge of Crypto
I've been using Cozz's build for awhile. I don't seem to have a problem. Not yet anyway. I'm only holding less than 100 BTC though.
legendary
Activity: 1470
Merit: 1005
Bringing Legendary Har® to you since 1952
Is this stable enough for everyday usage ?

I'm considering installing it.
legendary
Activity: 2058
Merit: 1431
grue, cozz, what's the difference between your builds? cozz is smaller (probably compressed) and doesn't include the warning message. But otherwise, are they the same?
mine is based on sipa's branch, but it's otherwise the same as 0.8.2. The warning about not being a release version is there because I was too lazy to edit it out. Also, cozz's build is packed with UPX, hence why it's so small.
member
Activity: 61
Merit: 15

grue, cozz, what's the difference between your builds? cozz is smaller (probably compressed) and doesn't include the warning message. But otherwise, are they the same?

grues doesnt include the Updates to the new dust logic. Also grues is based on some development snapshot, while mine is based on the latest stable version 0.8.2.
legendary
Activity: 3416
Merit: 1912
The Concierge of Crypto
update:

  • v0.8.2
  • Updates to the new dust logic
    • if you enter dust as recipient amount the label Low Ouput shows "DUST"
    • fee is calculated correctly according to dust, this is when change would be dust, its added to the fee
    • actual dust threshold is 5460 satoshis

grue, cozz, what's the difference between your builds? cozz is smaller (probably compressed) and doesn't include the warning message. But otherwise, are they the same?
legendary
Activity: 1484
Merit: 1003
Still wild and free
How to proceed if one wants to help with testing?
legendary
Activity: 3416
Merit: 4658
Question: Why is not coincontrol idea/code implemented in the bitcoin-qt client?

The bottleneck for getting this pulled is testing.

It needs a thorough test plan that tries to test edge cases where things might break, and then it needs people to carry out that test plan to make sure it is solid. "It works for me" isn't good enough for wallet-touching code.

See https://github.com/bitcoin/QA  for a suggested process.
hero member
Activity: 938
Merit: 501
Question: Why is not coincontrol idea/code implemented in the bitcoin-qt client?
Pages:
Jump to: