Is it possible to specify a default change address?

2

Is it possible to enable default change address on my bitcoin-qt (aka bitcoin-core) client?

I'm using a webservice that monitors my balance (based on public keys) and whenever I send a transaction my balance goes to 0.0000 because my whole funds end up in a random change address.

I know there is a coincontrol option to specify a change address, but sometimes I forget to enter an address. Is there any way to configure the client to use a default change address? Where all changes end up?

Afr

Posted 2014-10-19T09:47:00.663

Reputation: 1 267

2

This practice is generally discouraged: https://en.bitcoin.it/wiki/Address_reuse

George Kimionis 2014-10-19T15:00:25.027

Answers

1

Yes you can. Although it is discouraged.

Place the following in your bitcoin.conf file

changeaddress=yournewchangeaddress

Unless you have a real need to keep the address count in your wallet low than you shouldnt use this as it opens up security risks and destroys anonymity.

You should be using a new address for every transaction you make.

Mullick

Posted 2014-10-19T09:47:00.663

Reputation: 74