How to specify solo mining payout address with pyminer?

Pages: (1/1)

Stevets:

I am trying to learn the mining protocol. I found python reference code here:

https://bitcointalk.org/index.php?topic=3546.0;all

I think I have it working. It connects to my bitcoin qt at localhost:8332.

I don't see anything in pyminer.py about the payout address for new coins. Does this come from my bitcoin wallet? I only have a single address. But what if there are multiple receive addresses?

[Edit: I found the answer to my question by experimenting. After successfully mining a block, Bitcoin QT created a new address for the fees.]

Pages: (1/1)