Author

Topic: Which address will my bitcoind client pay 50BTC to if it happens to win? (Read 2021 times)

administrator
Activity: 5222
Merit: 13032
The generated coins go to a newly-generated address.

Quote
The keypool IS used for coin-generation transactions.
  https://bitcointalksearch.org/topic/m.23306

That's not at all relevant to the issue at hand. It's easier to understand "newly-generated" than "pulled from the keypool". In that same thread I agreed that the keypool is used for generations:

ah, theymos, you're here - so what about the key pool? will the 'looking at wallet backup' thing work?

Yes. It's good for 100 generations (and you can use the -keypool switch to increase this).
legendary
Activity: 2506
Merit: 1010
The generated coins go to a newly-generated address.

Quote
The keypool IS used for coin-generation transactions.
  https://bitcointalksearch.org/topic/m.23306
administrator
Activity: 5222
Merit: 13032
You have sent bitcoins:
http://blockexplorer.com/address/1Ngza4VjJ38w8f1GWdK36rk7AdpNSBTJ78

Because you didn't use "sendfrom", the sent amount wasn't deducted from the account balance.
newbie
Activity: 27
Merit: 0
The received address is 1Ngza4VjJ38w8f1GWdK36rk7AdpNSBTJ78

"getinfo" now shows a 0.10 balance.

"listreceivedbyaddress 0 true" shows 0.16 for the above address.  I'll try sending from that address in a bit.
administrator
Activity: 5222
Merit: 13032
Maybe it's a bug. Getinfo should return your actual balance. Can you send the full 0.13? What's the address you received on?
newbie
Activity: 27
Merit: 0
But I didn't send anything.  I received something so that the account has a balance now of 0.13 yet getinfo says I have a balance of 0.07.  Where did 0.07 come from?  Should getinfo return the sum of all balances of all accounts?  If so, it should say 0.13 shouldn't it?
administrator
Activity: 5222
Merit: 13032
Probably you didn't use "sendfrom" when sending, so the balance of the account wasn't reduced.
newbie
Activity: 27
Merit: 0
What's odd is that I have the four accounts I mentioned and all but one of them have a zero balance.  The one that does have a balance shows an amount of 0.130000.

When I do a getinfo command, I only show a balance of 0.070000.

Why would this be?
administrator
Activity: 5222
Merit: 13032
The generated coins go to a newly-generated address. The generation won't be viewable with listtransactions, and the address won't be listed in listreceivedbyaddress. The generation will only be reflected in your balance.
newbie
Activity: 27
Merit: 0
If I type this command into the bitcoind program in linux: 

Code:
./bitcoind listreceivedbyaddress 0 true

...I'm shown four addresses.  Three are called "Your Address" and one is "".  I'm not sure where they all came from and see no way to delete three of them to clean things up a bit.  I also don't see any way of marking one of them the primary account that will receive generated bitcoins.

Anyone know what's up?
Jump to: