Which receiving address does my block reward go to when mining through bitcoind?

4

I'm wondering where goes the BTC as my bitcoin server finds a block?

Using bitcoind, I see no setting for a bitcoin address..

Guest123

Posted 2013-05-02T10:35:49.840

Reputation: 43

I guess it makes a new address for the reward.Steven Roose 2013-05-02T12:03:03.773

Answers

3

Apparently, bitcoind creates a new address for the block reward and puts it directly in your wallet.dat file.

I suppose it is stored in your default wallet, but as a new address.

Steven Roose

Posted 2013-05-02T10:35:49.840

Reputation: 10 855